@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #00aeef;
    --darkblue: #0089cf;
    --red: #e60000;
    --darkred: #ac0000;
    --orange: #fd7e14;
    --yellow: #ffc300;
    --green: #00b715;
    --cyan: #21b0e9;
    --gray: #f5f5f5;
    --gray-dark: #333;
    --primary: #ffc300;
    --secondary: #00aeef;
    --third: #0089cf;
    --fourth: #ac0000;
    --success: #00b715;
    --info: #21b0e9;
    --warning: #ffc300;
    --danger: #e60000;
    --light: #f5f5f5;
    --dark: #333;
    --font-family-sans-serif: "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: initial;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: 800;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: initial;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #00aeef;
    text-decoration: none;
    background-color: initial;
}
a:hover {
    color: #0076a3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #707070;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: initial;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: Archivo, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}
.h1,
h1 {
    font-size: 3rem;
}
.h2,
h2 {
    font-size: 2.5rem;
}
.h3,
h3 {
    font-size: 1.875rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.125rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.125rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #707070;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1.875rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #707070;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 1.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table tbody + tbody {
    border-top: 2px solid #ddd;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #ffeeb8;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #ffe07a;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ffe89f;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #b8e8fb;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #7ad5f7;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #a0e0fa;
}
.table-third,
.table-third > td,
.table-third > th {
    background-color: #b8def2;
}
.table-third tbody + tbody,
.table-third td,
.table-third th,
.table-third thead th {
    border-color: #7ac2e6;
}
.table-hover .table-third:hover,
.table-hover .table-third:hover > td,
.table-hover .table-third:hover > th {
    background-color: #a2d4ee;
}
.table-fourth,
.table-fourth > td,
.table-fourth > th {
    background-color: #e8b8b8;
}
.table-fourth tbody + tbody,
.table-fourth td,
.table-fourth th,
.table-fourth thead th {
    border-color: #d47a7a;
}
.table-hover .table-fourth:hover,
.table-hover .table-fourth:hover > td,
.table-hover .table-fourth:hover > th {
    background-color: #e2a5a5;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #b8ebbd;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #7ada85;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a4e5ab;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #c1e9f9;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #8cd6f4;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #aae1f7;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeb8;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffe07a;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe89f;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f8b8b8;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f27a7a;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f6a1a1;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fcfcfc;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fafafa;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #efefef;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c6c6;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #959595;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9b9b9;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #333;
    border-color: #464646;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ddd;
}
.table-dark {
    color: #fff;
    background-color: #333;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #464646;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: initial;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #21b0e9;
    outline: 0;
    box-shadow: 0 0 0 0.0625rem #21b0e9;
}
.form-control::placeholder {
    color: #707070;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.75rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: initial;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 4rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #707070;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #00b715;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 183, 21, 0.9);
    border-radius: 1.875rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #00b715;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b715' 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");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #00b715;
    box-shadow: 0 0 0 0.0625rem #00b715;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #00b715;
    padding-right: calc(0.75em + 3.375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%280 22.764%29 rotate%28-90%29'/%3e%3c/svg%3e")
            no-repeat right 1.25rem center/18px 18px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b715' 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")
            #fff no-repeat center right 2.25rem / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #00b715;
    box-shadow: 0 0 0 0.0625rem #00b715;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #00b715;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #00b715;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #00b715;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #00ea1b;
    background-color: #00ea1b;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.0625rem #00b715;
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #00b715;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #00b715;
    box-shadow: 0 0 0 0.0625rem #00b715;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e60000;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(230, 0, 0, 0.9);
    border-radius: 1.875rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e60000;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e60000' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e60000;
    box-shadow: 0 0 0 0.0625rem #e60000;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #e60000;
    padding-right: calc(0.75em + 3.375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%280 22.764%29 rotate%28-90%29'/%3e%3c/svg%3e")
            no-repeat right 1.25rem center/18px 18px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e60000' stroke='none'/%3e%3c/svg%3e")
            #fff no-repeat center right 2.25rem / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #e60000;
    box-shadow: 0 0 0 0.0625rem #e60000;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #e60000;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #e60000;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #e60000;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #ff1a1a;
    background-color: #ff1a1a;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.0625rem #e60000;
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #e60000;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #e60000;
    box-shadow: 0 0 0 0.0625rem #e60000;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    color: #333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: initial;
    border: 3px solid transparent;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #212529;
    background-color: #d9a600;
    border-color: #cc9c00;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 6, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #cc9c00;
    border-color: #bf9200;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 6, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #0092c9;
    border-color: #0089bc;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 186, 241, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0089bc;
    border-color: #0080af;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 186, 241, 0.5);
}
.btn-third {
    color: #fff;
    background-color: #0089cf;
    border-color: #0089cf;
}
.btn-third.focus,
.btn-third:focus,
.btn-third:hover {
    color: #fff;
    background-color: #0070a9;
    border-color: #00679c;
}
.btn-third.focus,
.btn-third:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 155, 214, 0.5);
}
.btn-third.disabled,
.btn-third:disabled {
    color: #fff;
    background-color: #0089cf;
    border-color: #0089cf;
}
.btn-third:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled):active,
.show > .btn-third.dropdown-toggle {
    color: #fff;
    background-color: #00679c;
    border-color: #005f8f;
}
.btn-third:not(:disabled):not(.disabled).active:focus,
.btn-third:not(:disabled):not(.disabled):active:focus,
.show > .btn-third.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 155, 214, 0.5);
}
.btn-fourth {
    color: #fff;
    background-color: #ac0000;
    border-color: #ac0000;
}
.btn-fourth.focus,
.btn-fourth:focus,
.btn-fourth:hover {
    color: #fff;
    background-color: #860000;
    border-color: #790000;
}
.btn-fourth.focus,
.btn-fourth:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 38, 38, 0.5);
}
.btn-fourth.disabled,
.btn-fourth:disabled {
    color: #fff;
    background-color: #ac0000;
    border-color: #ac0000;
}
.btn-fourth:not(:disabled):not(.disabled).active,
.btn-fourth:not(:disabled):not(.disabled):active,
.show > .btn-fourth.dropdown-toggle {
    color: #fff;
    background-color: #790000;
    border-color: #6c0000;
}
.btn-fourth:not(:disabled):not(.disabled).active:focus,
.btn-fourth:not(:disabled):not(.disabled):active:focus,
.show > .btn-fourth.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 38, 38, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #00b715;
    border-color: #00b715;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #009111;
    border-color: #00840f;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 194, 56, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #00b715;
    border-color: #00b715;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00840f;
    border-color: #00770e;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 194, 56, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #21b0e9;
    border-color: #21b0e9;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #159acf;
    border-color: #1391c4;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 188, 236, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #21b0e9;
    border-color: #21b0e9;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1391c4;
    border-color: #1289b8;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 188, 236, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #d9a600;
    border-color: #cc9c00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cc9c00;
    border-color: #bf9200;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 6, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c00000;
    border-color: #b30000;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 38, 38, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b30000;
    border-color: #a60000;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 38, 38, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #dcdcdc;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #d5d5d5;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-outline-primary {
    color: #ffc300;
    border-color: #ffc300;
}
.btn-outline-primary:hover {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ffc300;
    background-color: initial;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.btn-outline-secondary {
    color: #00aeef;
    border-color: #00aeef;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #00aeef;
    background-color: initial;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
}
.btn-outline-third {
    color: #0089cf;
    border-color: #0089cf;
}
.btn-outline-third:hover {
    color: #fff;
    background-color: #0089cf;
    border-color: #0089cf;
}
.btn-outline-third.focus,
.btn-outline-third:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5);
}
.btn-outline-third.disabled,
.btn-outline-third:disabled {
    color: #0089cf;
    background-color: initial;
}
.btn-outline-third:not(:disabled):not(.disabled).active,
.btn-outline-third:not(:disabled):not(.disabled):active,
.show > .btn-outline-third.dropdown-toggle {
    color: #fff;
    background-color: #0089cf;
    border-color: #0089cf;
}
.btn-outline-third:not(:disabled):not(.disabled).active:focus,
.btn-outline-third:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-third.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5);
}
.btn-outline-fourth {
    color: #ac0000;
    border-color: #ac0000;
}
.btn-outline-fourth:hover {
    color: #fff;
    background-color: #ac0000;
    border-color: #ac0000;
}
.btn-outline-fourth.focus,
.btn-outline-fourth:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 0, 0, 0.5);
}
.btn-outline-fourth.disabled,
.btn-outline-fourth:disabled {
    color: #ac0000;
    background-color: initial;
}
.btn-outline-fourth:not(:disabled):not(.disabled).active,
.btn-outline-fourth:not(:disabled):not(.disabled):active,
.show > .btn-outline-fourth.dropdown-toggle {
    color: #fff;
    background-color: #ac0000;
    border-color: #ac0000;
}
.btn-outline-fourth:not(:disabled):not(.disabled).active:focus,
.btn-outline-fourth:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-fourth.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 0, 0, 0.5);
}
.btn-outline-success {
    color: #00b715;
    border-color: #00b715;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #00b715;
    border-color: #00b715;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 183, 21, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00b715;
    background-color: initial;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00b715;
    border-color: #00b715;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 183, 21, 0.5);
}
.btn-outline-info {
    color: #21b0e9;
    border-color: #21b0e9;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #21b0e9;
    border-color: #21b0e9;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 176, 233, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #21b0e9;
    background-color: initial;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #21b0e9;
    border-color: #21b0e9;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 176, 233, 0.5);
}
.btn-outline-warning {
    color: #ffc300;
    border-color: #ffc300;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc300;
    background-color: initial;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc300;
    border-color: #ffc300;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.btn-outline-danger {
    color: #e60000;
    border-color: #e60000;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e60000;
    background-color: initial;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}
.btn-outline-light {
    color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f5f5f5;
    background-color: initial;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.5);
}
.btn-outline-dark {
    color: #333;
    border-color: #333;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #333;
    background-color: initial;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-link {
    font-weight: 700;
    color: #00aeef;
    text-decoration: none;
}
.btn-link:hover {
    color: #0076a3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #707070;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 2.5rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 1.25rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1.875rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00aeef;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #707070;
    pointer-events: none;
    background-color: initial;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #707070;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -3px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -3px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ddd;
    border-radius: 3rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 4rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2.25rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.375rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #21b0e9;
    border-color: #21b0e9;
    background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #21b0e9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #a3e6ff;
    border-color: #a3e6ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #707070;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 2px solid #21b0e9;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
}
.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 1rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='5' fill='%2321b0e9'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #00aeef;
    background-color: #00aeef;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%2321b0e9' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(255, 195, 0, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2321b0e9'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(255, 195, 0, 0.5);
}
.custom-switch {
    padding-left: 2.6875rem;
}
.custom-switch .custom-control-label:before {
    left: -2.6875rem;
    width: 2.1875rem;
    pointer-events: all;
    border-radius: 0.625rem;
}
.custom-switch .custom-control-label:after {
    top: calc(0.125rem + 4px);
    left: calc(-2.6875rem + 4px);
    width: calc(1.25rem - 8px);
    height: calc(1.25rem - 8px);
    background-color: #21b0e9;
    border-radius: 0.625rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.9375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(255, 195, 0, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 2.25rem 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%280 22.764%29 rotate%28-90%29'/%3e%3c/svg%3e")
        no-repeat right 1.25rem center/18px 18px;
    border: 1px solid #ddd;
    border-radius: 1.875rem;
    appearance: none;
}
.custom-select:focus {
    border-color: #21b0e9;
    outline: 0;
    box-shadow: 0 0 0 0.0625rem #00aeef;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.25rem;
    background-image: none;
}
.custom-select:disabled {
    color: #707070;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.75rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #21b0e9;
    box-shadow: 0 0 0 0.0625rem #21b0e9;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.5rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3rem;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.5rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 3rem 3rem 0;
}
.custom-range {
    width: 100%;
    height: 1.125rem;
    padding: 0;
    background-color: initial;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.0625rem #21b0e9;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.0625rem #21b0e9;
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.0625rem #21b0e9;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00aeef;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #a3e6ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ddd;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00aeef;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #a3e6ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #ddd;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
    background-color: #00aeef;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #a3e6ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: initial;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #ddd;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #707070;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
    color: #707070;
    background-color: initial;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 1.875rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00aeef;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: initial;
    border: 1px solid transparent;
    border-radius: 1.875rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: initial;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 1.875rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(1.875rem - 0px);
    border-top-right-radius: calc(1.875rem - 0px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(1.875rem - 0px);
    border-bottom-left-radius: calc(1.875rem - 0px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(1.875rem - 0px) calc(1.875rem - 0px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(1.875rem - 0px) calc(1.875rem - 0px);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(1.875rem - 0px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(1.875rem - 0px);
    border-top-right-radius: calc(1.875rem - 0px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(1.875rem - 0px);
    border-bottom-left-radius: calc(1.875rem - 0px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0;
}
.breadcrumb {
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    list-style: none;
    background-color: initial;
    border-radius: 1.875rem;
}
.breadcrumb,
.breadcrumb-item {
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffc300;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #333;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 1.875rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00aeef;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:hover {
    z-index: 2;
    color: #0076a3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #00aeef;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.page-item.disabled .page-link {
    color: #707070;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: initial;
    border-radius: 1.875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #212529;
    background-color: #ffc300;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #212529;
    background-color: #cc9c00;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #00aeef;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #0089bc;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.5);
}
.badge-third {
    color: #fff;
    background-color: #0089cf;
}
a.badge-third:focus,
a.badge-third:hover {
    color: #fff;
    background-color: #00679c;
}
a.badge-third.focus,
a.badge-third:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 207, 0.5);
}
.badge-fourth {
    color: #fff;
    background-color: #ac0000;
}
a.badge-fourth:focus,
a.badge-fourth:hover {
    color: #fff;
    background-color: #790000;
}
a.badge-fourth.focus,
a.badge-fourth:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(172, 0, 0, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #00b715;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #00840f;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 183, 21, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #21b0e9;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #1391c4;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 176, 233, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc300;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #cc9c00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #e60000;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #b30000;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f5f5f5;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dcdcdc;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #333;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1a1a1a;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 2.5rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 1.875rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #856500;
    background-color: #fff3cc;
    border-color: #ffeeb8;
}
.alert-primary hr {
    border-top-color: #ffe89f;
}
.alert-primary .alert-link {
    color: #523e00;
}
.alert-secondary {
    color: #005a7c;
    background-color: #cceffc;
    border-color: #b8e8fb;
}
.alert-secondary hr {
    border-top-color: #a0e0fa;
}
.alert-secondary .alert-link {
    color: #003549;
}
.alert-third {
    color: #00476c;
    background-color: #cce7f5;
    border-color: #b8def2;
}
.alert-third hr {
    border-top-color: #a2d4ee;
}
.alert-third .alert-link {
    color: #002539;
}
.alert-fourth {
    color: #590000;
    background-color: #ecc;
    border-color: #e8b8b8;
}
.alert-fourth hr {
    border-top-color: #e2a5a5;
}
.alert-fourth .alert-link {
    color: #260000;
}
.alert-success {
    color: #005f0b;
    background-color: #ccf1d0;
    border-color: #b8ebbd;
}
.alert-success hr {
    border-top-color: #a4e5ab;
}
.alert-success .alert-link {
    color: #002c05;
}
.alert-info {
    color: #115c79;
    background-color: #d3effb;
    border-color: #c1e9f9;
}
.alert-info hr {
    border-top-color: #aae1f7;
}
.alert-info .alert-link {
    color: #0b3a4c;
}
.alert-warning {
    color: #856500;
    background-color: #fff3cc;
    border-color: #ffeeb8;
}
.alert-warning hr {
    border-top-color: #ffe89f;
}
.alert-warning .alert-link {
    color: #523e00;
}
.alert-danger {
    color: #780000;
    background-color: #facccc;
    border-color: #f8b8b8;
}
.alert-danger hr {
    border-top-color: #f6a1a1;
}
.alert-danger .alert-link {
    color: #450000;
}
.alert-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc;
}
.alert-light hr {
    border-top-color: #efefef;
}
.alert-light .alert-link {
    color: #666;
}
.alert-dark {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #c6c6c6;
}
.alert-dark hr {
    border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
    color: #020202;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 1.875rem;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ffc300;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 1.875rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item-action:active {
    color: #333;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #707070;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 1.875rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 1.875rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 1.875rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 1.875rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 1.875rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 1.875rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 1.875rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 1.875rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 1.875rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 1.875rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #856500;
    background-color: #ffeeb8;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #856500;
    background-color: #ffe89f;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #856500;
    border-color: #856500;
}
.list-group-item-secondary {
    color: #005a7c;
    background-color: #b8e8fb;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #005a7c;
    background-color: #a0e0fa;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #005a7c;
    border-color: #005a7c;
}
.list-group-item-third {
    color: #00476c;
    background-color: #b8def2;
}
.list-group-item-third.list-group-item-action:focus,
.list-group-item-third.list-group-item-action:hover {
    color: #00476c;
    background-color: #a2d4ee;
}
.list-group-item-third.list-group-item-action.active {
    color: #fff;
    background-color: #00476c;
    border-color: #00476c;
}
.list-group-item-fourth {
    color: #590000;
    background-color: #e8b8b8;
}
.list-group-item-fourth.list-group-item-action:focus,
.list-group-item-fourth.list-group-item-action:hover {
    color: #590000;
    background-color: #e2a5a5;
}
.list-group-item-fourth.list-group-item-action.active {
    color: #fff;
    background-color: #590000;
    border-color: #590000;
}
.list-group-item-success {
    color: #005f0b;
    background-color: #b8ebbd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #005f0b;
    background-color: #a4e5ab;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #005f0b;
    border-color: #005f0b;
}
.list-group-item-info {
    color: #115c79;
    background-color: #c1e9f9;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #115c79;
    background-color: #aae1f7;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #115c79;
    border-color: #115c79;
}
.list-group-item-warning {
    color: #856500;
    background-color: #ffeeb8;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856500;
    background-color: #ffe89f;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856500;
    border-color: #856500;
}
.list-group-item-danger {
    color: #780000;
    background-color: #f8b8b8;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #780000;
    background-color: #f6a1a1;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #780000;
    border-color: #780000;
}
.list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7f7f7f;
    background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}
.list-group-item-dark {
    color: #1b1b1b;
    background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1b1b;
    background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: initial;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #707070;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2.5rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: calc(2.5rem - 1px);
    border-top-right-radius: calc(2.5rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: calc(2.5rem - 1px);
    border-bottom-left-radius: calc(2.5rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 1.875rem;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2.5rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 2.5rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 2.5rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 2.5rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(2.5rem - 1px);
    border-top-right-radius: calc(2.5rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #333;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: initial;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: initial !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #ffc300 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #cc9c00 !important;
}
.bg-secondary {
    background-color: #00aeef !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #0089bc !important;
}
.bg-third {
    background-color: #0089cf !important;
}
a.bg-third:focus,
a.bg-third:hover,
button.bg-third:focus,
button.bg-third:hover {
    background-color: #00679c !important;
}
.bg-fourth {
    background-color: #ac0000 !important;
}
a.bg-fourth:focus,
a.bg-fourth:hover,
button.bg-fourth:focus,
button.bg-fourth:hover {
    background-color: #790000 !important;
}
.bg-success {
    background-color: #00b715 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #00840f !important;
}
.bg-info {
    background-color: #21b0e9 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #1391c4 !important;
}
.bg-warning {
    background-color: #ffc300 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #cc9c00 !important;
}
.bg-danger {
    background-color: #e60000 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #b30000 !important;
}
.bg-light {
    background-color: #f5f5f5 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dcdcdc !important;
}
.bg-dark {
    background-color: #333 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1a1a1a !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: initial !important;
}
.border {
    border: 1px solid #ddd !important;
}
.border-top {
    border-top: 1px solid #ddd !important;
}
.border-right {
    border-right: 1px solid #ddd !important;
}
.border-bottom {
    border-bottom: 1px solid #ddd !important;
}
.border-left {
    border-left: 1px solid #ddd !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #ffc300 !important;
}
.border-secondary {
    border-color: #00aeef !important;
}
.border-third {
    border-color: #0089cf !important;
}
.border-fourth {
    border-color: #ac0000 !important;
}
.border-success {
    border-color: #00b715 !important;
}
.border-info {
    border-color: #21b0e9 !important;
}
.border-warning {
    border-color: #ffc300 !important;
}
.border-danger {
    border-color: #e60000 !important;
}
.border-light {
    border-color: #f5f5f5 !important;
}
.border-dark {
    border-color: #333 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 1.25rem !important;
}
.rounded {
    border-radius: 1.875rem !important;
}
.rounded-top {
    border-top-left-radius: 1.875rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 1.875rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 1.875rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 1.875rem !important;
}
.rounded-left {
    border-top-left-radius: 1.875rem !important;
}
.rounded-lg {
    border-radius: 2.5rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.5rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.5rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.5rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.5rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.5rem !important;
}
.m-2 {
    margin: 1rem !important;
}
.mt-2,
.my-2 {
    margin-top: 1rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 1rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 1rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 1rem !important;
}
.m-3 {
    margin: 2rem !important;
}
.mt-3,
.my-3 {
    margin-top: 2rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 2rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 2rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 2rem !important;
}
.m-4 {
    margin: 4rem !important;
}
.mt-4,
.my-4 {
    margin-top: 4rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 4rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 4rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 4rem !important;
}
.m-5 {
    margin: 8rem !important;
}
.mt-5,
.my-5 {
    margin-top: 8rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 8rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 8rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 8rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.5rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.5rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.5rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.5rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.5rem !important;
}
.p-2 {
    padding: 1rem !important;
}
.pt-2,
.py-2 {
    padding-top: 1rem !important;
}
.pr-2,
.px-2 {
    padding-right: 1rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 1rem !important;
}
.pl-2,
.px-2 {
    padding-left: 1rem !important;
}
.p-3 {
    padding: 2rem !important;
}
.pt-3,
.py-3 {
    padding-top: 2rem !important;
}
.pr-3,
.px-3 {
    padding-right: 2rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 2rem !important;
}
.pl-3,
.px-3 {
    padding-left: 2rem !important;
}
.p-4 {
    padding: 4rem !important;
}
.pt-4,
.py-4 {
    padding-top: 4rem !important;
}
.pr-4,
.px-4 {
    padding-right: 4rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 4rem !important;
}
.pl-4,
.px-4 {
    padding-left: 4rem !important;
}
.p-5 {
    padding: 8rem !important;
}
.pt-5,
.py-5 {
    padding-top: 8rem !important;
}
.pr-5,
.px-5 {
    padding-right: 8rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 8rem !important;
}
.pl-5,
.px-5 {
    padding-left: 8rem !important;
}
.m-n1 {
    margin: -0.5rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.5rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.5rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.5rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.5rem !important;
}
.m-n2 {
    margin: -1rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -1rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -1rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -1rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -1rem !important;
}
.m-n3 {
    margin: -2rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -2rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -2rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -2rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -2rem !important;
}
.m-n4 {
    margin: -4rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -4rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -4rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -4rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -4rem !important;
}
.m-n5 {
    margin: -8rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -8rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -8rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -8rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -8rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.5rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.5rem !important;
    }
    .m-sm-2 {
        margin: 1rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1rem !important;
    }
    .m-sm-3 {
        margin: 2rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem !important;
    }
    .m-sm-4 {
        margin: 4rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important;
    }
    .m-sm-5 {
        margin: 8rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 8rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 8rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 8rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 8rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.5rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.5rem !important;
    }
    .p-sm-2 {
        padding: 1rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1rem !important;
    }
    .p-sm-3 {
        padding: 2rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem !important;
    }
    .p-sm-4 {
        padding: 4rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important;
    }
    .p-sm-5 {
        padding: 8rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 8rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 8rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 8rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 8rem !important;
    }
    .m-sm-n1 {
        margin: -0.5rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n2 {
        margin: -1rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -1rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -1rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -1rem !important;
    }
    .m-sm-n3 {
        margin: -2rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -2rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -2rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -2rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -2rem !important;
    }
    .m-sm-n4 {
        margin: -4rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -4rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -4rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -4rem !important;
    }
    .m-sm-n5 {
        margin: -8rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -8rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -8rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -8rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -8rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.5rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.5rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.5rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.5rem !important;
    }
    .m-md-2 {
        margin: 1rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 1rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 1rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 1rem !important;
    }
    .m-md-3 {
        margin: 2rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem !important;
    }
    .m-md-4 {
        margin: 4rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important;
    }
    .m-md-5 {
        margin: 8rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 8rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 8rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 8rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 8rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.5rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.5rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.5rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.5rem !important;
    }
    .p-md-2 {
        padding: 1rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 1rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 1rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 1rem !important;
    }
    .p-md-3 {
        padding: 2rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem !important;
    }
    .p-md-4 {
        padding: 4rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important;
    }
    .p-md-5 {
        padding: 8rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 8rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 8rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 8rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 8rem !important;
    }
    .m-md-n1 {
        margin: -0.5rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.5rem !important;
    }
    .m-md-n2 {
        margin: -1rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -1rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -1rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -1rem !important;
    }
    .m-md-n3 {
        margin: -2rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -2rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -2rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -2rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -2rem !important;
    }
    .m-md-n4 {
        margin: -4rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -4rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -4rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -4rem !important;
    }
    .m-md-n5 {
        margin: -8rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -8rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -8rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -8rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -8rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.5rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.5rem !important;
    }
    .m-lg-2 {
        margin: 1rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1rem !important;
    }
    .m-lg-3 {
        margin: 2rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem !important;
    }
    .m-lg-4 {
        margin: 4rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important;
    }
    .m-lg-5 {
        margin: 8rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 8rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 8rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 8rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 8rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.5rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.5rem !important;
    }
    .p-lg-2 {
        padding: 1rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1rem !important;
    }
    .p-lg-3 {
        padding: 2rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem !important;
    }
    .p-lg-4 {
        padding: 4rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important;
    }
    .p-lg-5 {
        padding: 8rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 8rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 8rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 8rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 8rem !important;
    }
    .m-lg-n1 {
        margin: -0.5rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n2 {
        margin: -1rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -1rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -1rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -1rem !important;
    }
    .m-lg-n3 {
        margin: -2rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -2rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -2rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -2rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -2rem !important;
    }
    .m-lg-n4 {
        margin: -4rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -4rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -4rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -4rem !important;
    }
    .m-lg-n5 {
        margin: -8rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -8rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -8rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -8rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -8rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.5rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.5rem !important;
    }
    .m-xl-2 {
        margin: 1rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1rem !important;
    }
    .m-xl-3 {
        margin: 2rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem !important;
    }
    .m-xl-4 {
        margin: 4rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important;
    }
    .m-xl-5 {
        margin: 8rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 8rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 8rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 8rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 8rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.5rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.5rem !important;
    }
    .p-xl-2 {
        padding: 1rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1rem !important;
    }
    .p-xl-3 {
        padding: 2rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem !important;
    }
    .p-xl-4 {
        padding: 4rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important;
    }
    .p-xl-5 {
        padding: 8rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 8rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 8rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 8rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 8rem !important;
    }
    .m-xl-n1 {
        margin: -0.5rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n2 {
        margin: -1rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -1rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -1rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -1rem !important;
    }
    .m-xl-n3 {
        margin: -2rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -2rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -2rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -2rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -2rem !important;
    }
    .m-xl-n4 {
        margin: -4rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -4rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -4rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -4rem !important;
    }
    .m-xl-n5 {
        margin: -8rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -8rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -8rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -8rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -8rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: 800 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #ffc300 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #b38900 !important;
}
.text-secondary {
    color: #00aeef !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #0076a3 !important;
}
.text-third {
    color: #0089cf !important;
}
a.text-third:focus,
a.text-third:hover {
    color: #005683 !important;
}
.text-fourth {
    color: #ac0000 !important;
}
a.text-fourth:focus,
a.text-fourth:hover {
    color: #600000 !important;
}
.text-success {
    color: #00b715 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #006b0c !important;
}
.text-info {
    color: #21b0e9 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #1180ac !important;
}
.text-warning {
    color: #ffc300 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #b38900 !important;
}
.text-danger {
    color: #e60000 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #9a0000 !important;
}
.text-light {
    color: #f5f5f5 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cfcfcf !important;
}
.text-dark {
    color: #333 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #0d0d0d !important;
}
.text-body {
    color: #333 !important;
}
.text-muted {
    color: #707070 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: initial;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #ddd;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #ddd;
    }
}
a:focus {
    outline: none;
}
a:not([href]):not([class]) {
    color: #00aeef;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: #00aeef;
    text-decoration: underline;
}
.titulo {
    color: #00aeef;
    text-transform: uppercase;
}
.titulo.titulo-pagina {
    color: #0089cf;
}
.titulo.titulo-pagina:after {
    background-color: #ffc300;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 0.25rem;
    margin-top: 0.5rem;
    width: 3.75rem;
}
.titulo.invertido {
    color: #fff;
}
.subtitulo {
    color: #00aeef;
    margin: 1.875rem 0 1rem;
    text-transform: uppercase;
}
.subtitulo.invertido {
    color: #fff;
}
.text-center .titulo.titulo-pagina:after {
    margin: 0 auto;
}
.text-center .text-left.titulo.titulo-pagina:after,
.text-center .text-left .titulo.titulo-pagina:after {
    margin: unset;
}
.text-right .titulo.titulo-pagina {
    position: relative;
    padding-bottom: 0.25rem;
}
.text-right .titulo.titulo-pagina:after {
    position: absolute;
    right: 0;
}
.text-right .text-left.titulo.titulo-pagina,
.text-right .text-left .titulo.titulo-pagina {
    padding-bottom: 0;
}
.text-right .text-left.titulo.titulo-pagina:after,
.text-right .text-left .titulo.titulo-pagina:after {
    position: relative;
    right: unset;
}
.texto-pequeno {
    font-size: 1rem;
}
@media (max-width: 767.98px) {
    .h2,
    h2 {
        font-size: 1.75rem;
    }
    .h3,
    h3 {
        font-size: 1.125rem;
    }
    .h4,
    h4 {
        font-size: 1rem;
    }
}
.resultados-page .subtitulo {
    font-family: Archivo, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #00aeef;
}
@media (max-width: 767.98px) {
    .resultados-page .subtitulo {
        font-size: 1.25rem;
    }
}
.btn {
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
}
@keyframes around {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
body ::-webkit-scrollbar,
body ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0.25rem;
}
body ::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}
body ::-webkit-scrollbar-thumb {
    background-color: #00aeef;
    border-radius: 0.25rem;
}
.card-destaque ::-webkit-scrollbar-thumb {
    background-color: #ffc300;
}
.header-site {
    position: relative;
    z-index: 3;
}
.footer-site {
    position: relative;
    z-index: 1;
}
main {
    margin-top: 2.5rem;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .footer-site {
        z-index: 0;
    }
}
@media (min-width: 768px) {
    main {
        margin-bottom: 3.75rem;
        margin-top: 3.75rem;
    }
}
.lightbox {
    background-color: #000;
    bottom: 0;
    display: none;
    filter: opacity(0.75);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
body.lightbox-show main {
    z-index: 3;
}
body.lightbox-show .lightbox {
    display: block;
}
body.lightbox-show.z-10 .lightbox {
    z-index: 10;
}
.sec-invert {
    background-color: #f5f5f5;
    margin-top: 3.75rem;
    padding: 3.75rem 0;
}
.img-titulo {
    border-radius: 1.25rem;
}
.img-box {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 1.875rem;
    padding: 1.5rem;
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .img-box {
        padding: 1.25rem;
    }
}
@media (min-width: 992px) {
    .img-box {
        padding: 1.875rem;
    }
}
.divisor {
    border: 1px solid rgba(206, 212, 218, 0.5);
    margin: -1px 1rem 0;
    width: calc(100% - 2rem);
}
.btn-collapse {
    background-color: #fff;
    border: 0;
    border-radius: 1rem 1rem 0 0;
    color: #00aeef;
    font-weight: 700;
    margin: 0.5rem;
    outline: none !important;
    padding: 0.5rem 1rem;
    text-align: left;
    text-transform: uppercase;
    width: calc(100% - 2.875rem);
}
@media (min-width: 0px) {
    .btn-collapse {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .btn-collapse {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .btn-collapse {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .btn-collapse {
        font-size: 1.25rem;
    }
}
.btn-collapse > .icone {
    color: #ffc300;
    float: right;
    margin: 5px auto;
}
.btn-collapse > .icone:before {
    content: "";
}
.btn-collapse.collapsed {
    border-radius: 1.375rem;
    margin: 0.5rem;
}
.btn-collapse.collapsed > .icone:before {
    content: "";
}
.btn-icon-float {
    border: 0;
    float: right;
    font-weight: 700;
    margin-bottom: 2rem;
    padding: 0.75rem 2rem;
    text-transform: capitalize;
}
.btn-icon-float .tsf {
    background-color: #ffc300;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    padding: 4px 10px;
}
.btn-icon-float:hover {
    text-decoration: none;
}
.area-retorno {
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.area-retorno > .btn-link {
    font-size: 0.875rem;
    font-weight: 700;
}
.area-retorno > .btn-link,
.area-retorno > .btn-link * {
    transition: 0.1s;
}
.area-retorno > .btn-link:focus > .btn-icon,
.area-retorno > .btn-link:hover > .btn-icon {
    background-color: #cc9c00;
}
.area-retorno > .btn-link > .btn-icon {
    background-color: #ffc300;
    border-radius: 0.75rem;
    color: #fff;
    font-size: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    width: 1.5rem;
}
.area-retorno > .btn-link > .btn-text {
    text-decoration: underline;
}
.area-retorno > .btn-link > .btn-text:not(:only-child) {
    margin-left: 1rem;
}
.bg-dark-light {
    background-image: linear-gradient(90deg, #0089cf 0, #00aeef);
    background-repeat: repeat-x;
}
.bg-light-dark {
    background-image: linear-gradient(90deg, #00aeef 0, #0089cf);
    background-repeat: repeat-x;
}
.form-group {
    position: relative;
}
.form-control + label {
    background-color: #fff;
    color: #21b0e9;
    display: none;
    font-size: 0.75rem;
    font-weight: 700;
    left: 0.75rem;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: -0.8125rem;
}
.form-control:focus + label {
    display: block;
}
.form-group-inline {
    flex-wrap: wrap;
}
.form-group-inline .label,
.form-group .label {
    color: #707070;
    display: block;
    font-weight: 700;
    text-align: left;
    width: 100%;
}
input.custom-input-filter {
    border: 0.1875rem solid #00aeef;
    color: #00aeef;
    font-family: Archivo, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
input.custom-input-filter:focus {
    color: #00aeef;
}
.filtro-area label {
    font-weight: 700;
    text-transform: uppercase;
}
select.custom-select-filter {
    -o-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40.335999' height='6.9347801' viewBox='0 0 10.672238 1.8348273'%3e%3cpath fill='%2300aeef' d='M 0.61318546,7.3909759e-8 H 1.0296025 L 1.6427879,1.5695718 H 1.2812831 L 1.1691708,1.2698431 H 0.45531308 L 0.34320082,1.5695718 H 0 Z M 1.0639226,0.99299447 0.91520219,0.59488149 Q 0.88774613,0.52166531 0.81681796,0.28600076 h -0.01144 Q 0.73444976,0.52166531 0.70699369,0.59488149 L 0.55827333,0.99299447 Z'/%3e%3cpath fill='%2300aeef' d='M 1.8021618,7.3909759e-8 H 2.1339226 V 1.2812831 H 2.9804847 V 1.5695718 H 1.8021618 Z'/%3e%3cpath fill='%2300aeef' d='M 3.4108799,0.28600076 H 2.9258228 V 7.3909759e-8 h 1.301875 V 0.28600076 H 3.7426407 V 1.5695718 H 3.4108799 Z'/%3e%3cpath fill='%2300aeef' d='M 4.429793,7.3909759e-8 H 5.6630279 V 0.28142475 H 4.7615538 v 0.34548882 h 0.8008019 v 0.2814247 H 4.7615538 V 1.2881471 H 5.6767559 V 1.5695718 H 4.429793 Z'/%3e%3cpath fill='%2300aeef' d='m 5.9581093,7.3909759e-8 h 0.832834 q 0.2631206,0 0.3958249,0.130416306090241 0.132704,0.12812831 0.132704,0.36150486 0,0.32947282 -0.2745603,0.43929709 L 7.3652323,1.5695718 H 7.0060158 L 6.7291671,0.98384245 H 6.2898701 V 1.5695718 H 5.9581093 Z M 6.7611992,0.70699376 q 0.1075362,0 0.1647364,-0.0572001 0.0572,-0.0572001 0.0572,-0.15787238 0,-0.10067223 -0.0572,-0.15558436 -0.0572,-0.0549121 -0.1647364,-0.0549121 H 6.2898701 v 0.42556901 z'/%3e%3cpath fill='%2300aeef' d='m 8.0760158,7.3909759e-8 h 0.416417 L 9.1056183,1.5695718 H 8.7441134 L 8.6320012,1.2698431 H 7.9181435 L 7.8060312,1.5695718 H 7.4628304 Z M 8.5267529,0.99299447 8.3780326,0.59488149 Q 8.3505765,0.52166531 8.2796483,0.28600076 H 8.2682047 Q 8.1972801,0.52166531 8.1698205,0.59488149 L 8.0211037,0.99299447 Z'/%3e%3cpath fill='%2300aeef' d='m 9.2649925,7.3909759e-8 h 0.8328335 q 0.263121,0 0.395825,0.130416306090241 0.132705,0.12812831 0.132705,0.36150486 0,0.32947282 -0.274561,0.43929709 L 10.672116,1.5695718 H 10.312899 L 10.03605,0.98384245 H 9.5967533 V 1.5695718 H 9.2649925 Z M 10.068082,0.70699376 q 0.107537,0 0.164737,-0.0572001 0.0572,-0.0572001 0.0572,-0.15787238 0,-0.10067223 -0.0572,-0.15558436 -0.0572,-0.0549121 -0.164737,-0.0549121 H 9.5967533 v 0.42556901 z'/%3e%3cpath stroke='%2300aeef' stroke-width='0.148935' d='M 5.3238179e-5,1.7526131 10.671967,1.7602426' /%3e%3c/svg%3e");
    background-position: right calc(0.375em + 0.375rem) center;
    background-repeat: no-repeat;
    border: 0.1875rem solid #00aeef;
    color: #00aeef;
    font-family: Archivo, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
select.custom-select-filter#filtroCampanha {
    padding: 0.75rem 1rem;
}
select.custom-select-filter:focus {
    border-color: #0089cf;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #00aeef;
}
select.custom-select {
    color: #707070;
    font-weight: 700;
}
.form-control::-moz-placeholder {
    font-weight: 700;
}
.form-control::-ms-input-placeholder {
    font-weight: 700;
}
.form-control::-o-input-placeholder {
    font-weight: 700;
}
.form-control::-webkit-input-placeholder {
    font-weight: 700;
}
.custom-radio-slider input {
    -o-appearance: none;
    appearance: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.custom-radio-slider .radio-group {
    background-color: #f5f5f5;
    border-radius: 2rem;
    display: inline-block;
    height: 2.5rem;
    position: relative;
    z-index: 1;
}
.custom-radio-slider label {
    color: #707070;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    height: 2.5rem;
    line-height: 1rem;
    margin: 0;
    padding: 0.75rem 1.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0.2s;
    width: 5.5rem;
    z-index: 3;
}
.custom-radio-slider .radio-option:checked + label {
    color: #fff;
}
.custom-radio-slider .radio-slider {
    background-color: #21b0e9;
    border-radius: 1.25rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    width: 5.5rem;
    z-index: 2;
}
.custom-radio-slider .radio-option:not(:checked) ~ .radio-slider {
    visibility: hidden;
    opacity: 0;
    filter: opacity(0);
}
.custom-radio-slider .radio-option:checked ~ .radio-slider {
    visibility: visible;
    opacity: 1;
    filter: opacity(1);
}
.custom-radio-slider .radio-option:first-child:checked ~ .radio-slider {
    left: 0;
}
.custom-radio-slider .radio-option:nth-child(3):checked ~ .radio-slider {
    left: 5.5rem;
    right: 0;
}
.forms {
    padding: 2.5rem 0;
    text-align: center;
}
.forms.forms-simple {
    padding: 0 0 2.5rem;
}
.forms > .form-title {
    margin-bottom: 1.875rem;
}
.forms .form-label,
.forms .subtitulo {
    text-align: left;
}
@media (min-width: 0px) {
    .forms .form-label {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .forms .form-label {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .forms .form-label {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .forms .form-label {
        font-size: 1rem;
    }
}
.forms .form-label-destaque {
    font-weight: 700;
    text-align: center;
}
.forms .form-group .invalid-feedback {
    text-align: left;
}
.forms .form-group-inline {
    flex-direction: column;
}
.forms .form-group-inline.-row {
    flex-direction: row;
}
.forms .form-group-inline > .form-group {
    flex: 1;
}
.forms .form-group-inline > .form-label-inline,
.forms .form-group-inline > .form-value {
    font-weight: 700;
    text-align: left;
}
@media (min-width: 0px) {
    .forms .form-group-inline > .form-label-inline,
    .forms .form-group-inline > .form-value {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .forms .form-group-inline > .form-label-inline,
    .forms .form-group-inline > .form-value {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .forms .form-group-inline > .form-label-inline,
    .forms .form-group-inline > .form-value {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .forms .form-group-inline > .form-label-inline,
    .forms .form-group-inline > .form-value {
        font-size: 1rem;
    }
}
.forms .form-group-inline > .form-value {
    font-weight: 400;
    text-align: right;
    word-break: break-all;
}
.forms .form-group-inline,
.forms > .form-links {
    display: flex;
    justify-content: space-between;
}
.forms .form-group-inline .form-label,
.forms > .form-links .form-label {
    color: #00aeef;
    font-weight: 700;
}
.forms .form-btn {
    margin: 1.875rem auto;
}
.forms .custom-radio-slider {
    margin: 1.5rem 0 2.5rem;
}
.forms .custom-radio-slider > legend,
.forms .custom-radio-slider > p {
    color: #00aeef;
    font-weight: 700;
}
@media (min-width: 0px) {
    .forms .custom-radio-slider > legend,
    .forms .custom-radio-slider > p {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .forms .custom-radio-slider > legend,
    .forms .custom-radio-slider > p {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .forms .custom-radio-slider > legend,
    .forms .custom-radio-slider > p {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .forms .custom-radio-slider > legend,
    .forms .custom-radio-slider > p {
        font-size: 1rem;
    }
}
.forms .custom-radio-slider > legend > a,
.forms .custom-radio-slider > p > a {
    text-decoration: underline;
}
.forms + div.forms {
    padding-top: 0;
}
.forms .infos {
    margin-bottom: 3rem;
}
.forms .links {
    margin-top: 3rem;
}
@media (min-width: 576px) {
    .forms .form-btn {
        max-width: 370px;
    }
}
@media (max-width: 576px) {
    .forms .form-group-inline.-row {
        align-items: center;
        flex-direction: column;
    }
    .forms > .form-links {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .forms {
        padding: 3rem;
    }
    .forms .form-group-inline {
        flex-direction: row;
    }
    .forms .form-group-inline > .form-group {
        margin-right: 0.5rem;
    }
    .forms .form-group-inline > .form-group:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .forms .custom-radio-slider-inline > p {
        display: inline;
        float: left;
        margin: 0.5rem 0;
    }
    .forms .custom-radio-slider-inline > .radio-group {
        float: right;
    }
}
.fl-input-group {
    width: 100%;
}
.fl-input-group .flex-grow-2 {
    flex: 2;
}
.fl-input-group.input-group > .form-control {
    border-radius: 50em;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.fl-input-group.input-group > .custom-select:not(:first-child),
.fl-input-group.input-group > .form-control:not(:first-child) {
    margin-left: 10px;
}
.fl-input-group.-sm {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}
.fl-input-group.-sm > button {
    margin-left: 10px;
    padding: 0.6875rem 2.25rem;
}
@media (min-width: 1200px) {
    .fl-input-group.-form-group {
        align-items: baseline;
        display: flex;
        justify-content: space-between;
    }
    .fl-input-group.-form-group > .form-group,
    .fl-input-group.-form-group > .input-group {
        width: 48%;
    }
}
div.forms {
    padding-bottom: 0;
}
div.forms a > .form-title {
    background-color: #f5f5f5;
    border-radius: 1rem;
    color: #707070;
    margin-bottom: 1rem;
    padding: 1.25rem 0;
}
div.forms a > .form-title > .tsf {
    color: #00aeef;
    float: right;
    left: -1rem;
    position: relative;
}
.invalid-feedback.showError {
    display: block;
}
.invalid-feedback.hideError {
    display: none;
}
.form-code {
    border-radius: 10px;
    font-size: 2rem;
    margin: 10px 5px;
    max-width: 62px;
    text-align: center;
}
textarea.form-control {
    border-radius: 20px;
    height: 11rem;
}
.form-group-telephone .form-group:first-child {
    flex-grow: 1;
}
.form-group-telephone .form-group:last-child {
    flex-grow: 2;
}
.forms .form-group-inline.form-group-cpf {
    flex-direction: row;
}
@media (max-width: 767.98px) {
    .forms .form-group-inline.form-group-cpf > .form-group {
        margin-right: 0.25rem;
    }
    .forms .form-group-inline.form-group-cpf > .form-group:last-child {
        margin-right: 0;
    }
}
.form-group-password {
    position: relative;
}
.password-icon {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 0.9rem;
    top: 0.6rem;
}
.password-invalid {
    background-color: #fff;
    color: #e60000;
}
.password-valid {
    background-color: #fff;
    color: #00b715;
}
.all-label {
    font-weight: 700;
    margin-bottom: 2rem;
    cursor: pointer;
}
.lista {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lista > .item {
    margin: 0;
    width: 100%;
}
.lista.flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.lista.flex > .item {
    margin: 0.625rem 0;
}
@media (min-width: 768px) {
    .lista.flex > .item {
        margin: 0.625rem;
    }
}
@media (min-width: 992px) {
    .lista.flex > .item {
        margin: 1.25rem 0.25rem;
        width: 32%;
    }
}
.bullet {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0.25rem;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    color: #0089cf;
    font-size: 1rem;
    font-weight: 700;
    height: 6.25rem;
    line-height: 1.4;
    text-transform: uppercase;
    width: 6.25rem;
}
.bullet.invert {
    background-color: #0089cf;
    color: #fff;
}
@media (min-width: 992px) {
    .bullet {
        font-size: 1.25rem;
        height: 8.75rem;
        width: 8.75rem;
    }
}
.custom-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2.5rem 0 0;
}
.custom-pills > a {
    align-items: center;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 0;
    color: #212529;
    display: flex;
    flex: 1;
    justify-content: center;
}
.custom-pills > a.active,
.custom-pills > a.active:first-child,
.custom-pills > a.active:last-child {
    background-color: #00aeef;
    border-color: #00aeef;
    border-radius: 1.875rem;
    color: #fff;
    z-index: 1;
}
.custom-pills > a:not(:first-child) {
    margin-left: -1rem;
}
.custom-pills > a:first-child {
    border-radius: 1.875rem 0 0 1.875rem;
}
.custom-pills > a:last-child {
    border-radius: 0 1.875rem 1.875rem 0;
}
.custom-pills.invert > a {
    background-color: #fff;
    border-color: #fff;
}
.custom-pills.invert > a.active,
.custom-pills.invert > a.active:first-child,
.custom-pills.invert > a.active:last-child {
    background-color: #00aeef;
    border-color: #00aeef;
    border-radius: 1.875rem;
}
.tab-content > .tab-pane {
    display: block;
    filter: opacity(0);
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.75s ease;
}
.tab-content > .active {
    display: block;
    filter: opacity(1);
    height: auto;
    opacity: 1;
}
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}
.loader:after,
.loader:before {
    content: "";
    background: none;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-color: #0666fb rgba(17, 22, 175, 0.7019607843137254) rgba(247, 239, 4, 0) rgba(15, 116, 243, 0);
    border-style: solid;
    border-width: 2px;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
.loader:after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}
.icon-container {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}
.accordion {
    border: 0.0625rem solid #ddd;
    border-radius: 1.875rem;
}
.accordion .card:not(:last-of-type) {
    border-bottom: 0.0625rem solid #ddd;
}
.accordion .card-heading > .btn {
    align-items: center;
    border-radius: 0;
    display: flex;
    text-align: left;
}
.accordion .card-heading > .btn:before {
    color: #333;
    content: "";
    font-family: TeleSenaFont;
    font-weight: 900;
}
.accordion .card-heading > .btn:not(.collapsed) {
    background-color: #ddd;
}
.accordion .card-heading > .btn:not(.collapsed):before {
    content: "";
    margin-right: 0.5rem;
}
.accordion .card:first-child .card-heading > .btn:first-child {
    border-radius: 1.875rem 1.875rem 0 0;
}
@media (min-width: 768px) {
    .accordion .panel .panel-content {
        padding: 0 2rem;
    }
}
@media (max-width: 767.98px) {
    .accordion .panel .panel-content {
        padding: 0 0.75rem;
    }
}
@media (max-width: 575.98px) {
    .accordion .card-heading > .btn {
        padding: 0.75rem;
    }
}
.loadingContainer {
    text-align: center;
}
.loadingLoader {
    font-size: 6.25rem;
    color: #00aeef;
}
@media (min-width: 992px) {
    .box-sticky {
        position: sticky;
        top: 1rem;
        z-index: 10;
    }
}
.header-site {
    background-color: #00aeef;
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.header-site .navbar-site {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    z-index: 10;
}
.header-site .navbar-site > .navbar-toggler {
    border: none;
    outline: none;
}
.header-site .navbar-site > .navbar-toggler > .icone,
.header-site .navbar-site > .navbar-toggler > .texto {
    color: #fff;
    font-size: 1rem;
}
.header-site .navbar-site > .navbar-toggler > .texto {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    margin-left: 0.625rem;
    text-transform: uppercase;
}
.header-site .navbar-brand {
    margin: 0 0.75rem;
}
.header-site .navbar-brand img {
    height: 2.5rem;
    width: auto;
}
.header-site .main-menu.show {
    height: 100%;
    position: relative;
}
.header-site .menu-site {
    align-items: flex-start;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
}
.header-site .menu-site > .nav-item > .nav-link {
    border: 0;
    color: #fff;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    margin: 0.4rem 0;
    padding: 0.4rem 1rem;
    text-transform: uppercase;
}
@media (min-width: 0px) {
    .header-site .menu-site > .nav-item > .nav-link {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .header-site .menu-site > .nav-item > .nav-link {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .header-site .menu-site > .nav-item > .nav-link {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .header-site .menu-site > .nav-item > .nav-link {
        font-size: 0.875rem;
    }
}
.header-site .menu-site > .nav-item > .nav-link:hover {
    text-decoration: underline;
}
.header-site .navbar-buttons {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.header-site .navbar-buttons button {
    border: none;
    margin-left: 0;
    padding: 0;
}
.header-site .navbar-buttons > .btn-icone,
.header-site .navbar-buttons > .btn-menu-close,
.header-site .navbar-buttons > .btn-user-menu {
    align-items: center;
    color: #fff;
    display: inline-flex;
    text-transform: none;
}
.header-site .navbar-buttons > .btn-icone > .sm-texto,
.header-site .navbar-buttons > .btn-icone > .texto,
.header-site .navbar-buttons > .btn-menu-close > .sm-texto,
.header-site .navbar-buttons > .btn-menu-close > .texto,
.header-site .navbar-buttons > .btn-user-menu > .sm-texto,
.header-site .navbar-buttons > .btn-user-menu > .texto {
    margin: 0 0.625rem;
    max-width: 6rem;
    text-align: left;
}
@media (min-width: 0px) {
    .header-site .navbar-buttons > .btn-icone > .sm-texto,
    .header-site .navbar-buttons > .btn-icone > .texto,
    .header-site .navbar-buttons > .btn-menu-close > .sm-texto,
    .header-site .navbar-buttons > .btn-menu-close > .texto,
    .header-site .navbar-buttons > .btn-user-menu > .sm-texto,
    .header-site .navbar-buttons > .btn-user-menu > .texto {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .header-site .navbar-buttons > .btn-icone > .sm-texto,
    .header-site .navbar-buttons > .btn-icone > .texto,
    .header-site .navbar-buttons > .btn-menu-close > .sm-texto,
    .header-site .navbar-buttons > .btn-menu-close > .texto,
    .header-site .navbar-buttons > .btn-user-menu > .sm-texto,
    .header-site .navbar-buttons > .btn-user-menu > .texto {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .header-site .navbar-buttons > .btn-icone > .sm-texto,
    .header-site .navbar-buttons > .btn-icone > .texto,
    .header-site .navbar-buttons > .btn-menu-close > .sm-texto,
    .header-site .navbar-buttons > .btn-menu-close > .texto,
    .header-site .navbar-buttons > .btn-user-menu > .sm-texto,
    .header-site .navbar-buttons > .btn-user-menu > .texto {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .header-site .navbar-buttons > .btn-icone > .sm-texto,
    .header-site .navbar-buttons > .btn-icone > .texto,
    .header-site .navbar-buttons > .btn-menu-close > .sm-texto,
    .header-site .navbar-buttons > .btn-menu-close > .texto,
    .header-site .navbar-buttons > .btn-user-menu > .sm-texto,
    .header-site .navbar-buttons > .btn-user-menu > .texto {
        font-size: 0.875rem;
    }
}
.header-site .navbar-buttons > .btn-icone > .sm-texto,
.header-site .navbar-buttons > .btn-menu-close > .sm-texto,
.header-site .navbar-buttons > .btn-user-menu > .sm-texto {
    overflow-x: auto;
    max-height: 3.125rem;
    max-width: 3rem;
}
.header-site .navbar-buttons > .btn-icone > .icone,
.header-site .navbar-buttons > .btn-menu-close > .icone,
.header-site .navbar-buttons > .btn-user-menu > .icone {
    font-size: 1.5rem;
}
.header-site .navbar-buttons > .btn-icone > .icone-toggle,
.header-site .navbar-buttons > .btn-menu-close > .icone-toggle,
.header-site .navbar-buttons > .btn-user-menu > .icone-toggle {
    color: #ffc300;
    font-size: 0.75rem;
    margin-right: 1rem;
}
.header-site .navbar-buttons > .btn-menu-close {
    text-transform: uppercase;
}
.header-site .navbar-buttons > .btn-icone,
.header-site .navbar-buttons > .btn-user-menu {
    border: 0;
    padding: 0;
}
.header-site .navbar-buttons > .btn-icone > .icone,
.header-site .navbar-buttons > .btn-user-menu > .icone {
    color: #00aeef;
}
.header-site .navbar-buttons > .btn-icone > .icone:before,
.header-site .navbar-buttons > .btn-user-menu > .icone:before {
    background-color: #fff;
    border-radius: 100%;
    padding: 0.5rem;
}
.header-site .navbar-buttons > .btn-menu-close > .sm-texto {
    max-width: 6.875rem;
}
.header-site .navbar-buttons > .btn-menu-close > .icone {
    color: #fff;
    font-size: 2rem;
}
.header-site .navbar-buttons > .btn-cart {
    align-items: center;
    color: #fff;
    display: inline-flex;
}
.header-site .navbar-buttons > .btn-cart > .quantidade {
    background-color: #fff;
    border-radius: 100%;
    color: #00aeef;
    font-size: 0.875rem;
    height: 1.5625rem;
    margin-left: 0.625rem;
    padding: 0.125rem 0;
    text-align: center;
    width: 1.5625rem;
}
.header-site .navbar-buttons > .btn-cart > .icone {
    font-size: 1.875rem;
}
@media (min-width: 375px) {
    .header-site .navbar-brand img {
        height: 3.25rem;
    }
}
@media (min-width: 768px) {
    .header-site .navbar-brand img {
        height: 3.75rem;
    }
}
@media (min-width: 992px) {
    .header-site .navbar-expand-lg .navbar-collapse {
        justify-content: right;
    }
    .header-site .navbar-site {
        padding: 0.1875rem 1.875rem;
    }
    .header-site .menu-site {
        align-items: center;
        margin-bottom: 0;
        margin-right: unset;
        margin-top: 0;
        padding: 0;
    }
    .header-site .menu-site > .nav-item > .nav-link {
        margin: 0;
    }
    .header-site .navbar-buttons {
        min-width: 10rem;
        padding: 1rem 0;
    }
}
.header-site.deslogado .logado,
.header-site.logado .deslogado,
.header-site.menu-closed .menu-open,
.header-site.menu-open .menu-closed {
    display: none;
}
@media (max-width: 991px) {
    .header-site.menu-open .navbar-site {
        align-items: flex-start;
        background-image: linear-gradient(45deg, #00aeef, #0089cf);
        border-radius: 0 0 2.5rem 0;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        width: 100%;
    }
}
.header-site.menu-open.logado .navbar-buttons {
    background-color: #fff;
}
.header-site.menu-open.logado .navbar-buttons > .btn-menu-close,
.header-site.menu-open.logado .navbar-buttons > .btn-menu-close > .icone,
.header-site.menu-open.logado .navbar-buttons > .btn-user-menu {
    color: #00aeef;
}
.header-site.menu-open.logado .navbar-buttons > .btn-user-menu > .sm-texto {
    max-width: 8.5rem;
    word-break: break-all;
}
.header-site.menu-open.logado .navbar-buttons > .btn-user-menu > .icone {
    color: #fff;
}
.header-site.menu-open.logado .navbar-buttons > .btn-user-menu > .icone:before {
    background-color: #ffc300;
}
@media (min-width: 992px) {
    .header-site.menu-desktop-open.logado .navbar-buttons.menu-open {
        display: block;
        background-color: #fff;
        box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.2);
        height: 5rem;
        padding: 1rem 1.75rem;
        position: absolute;
        right: 0;
        width: 16.875rem;
        z-index: 2;
    }
    .header-site.menu-desktop-open.logado .navbar-buttons.menu-open > .btn-user-menu.logado {
        color: #00aeef;
        height: 100%;
        margin-left: 0;
        width: 100%;
    }
    .header-site.menu-desktop-open.logado .navbar-buttons.menu-open > .btn-user-menu.logado > .sm-texto {
        font-size: 1rem;
        max-width: 100%;
    }
    .header-site.menu-desktop-open.logado .navbar-buttons.menu-open > .btn-user-menu.logado > .icone {
        color: #fff;
    }
    .header-site.menu-desktop-open.logado .navbar-buttons.menu-open > .btn-user-menu.logado > .icone:before {
        background-color: #ffc300;
    }
    .header-site.menu-desktop-open.logado .divisor {
        display: block;
        max-width: 13.75rem;
        position: absolute;
        right: 5px;
        top: 5rem;
        z-index: 3;
    }
    .header-site.menu-desktop-open.logado .menu-user.menu-open {
        display: block;
        border-radius: 0 0 0 1.25rem;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
        padding: 1rem 1.75rem;
        position: absolute;
        right: 0;
        text-align: left;
        top: 5rem;
        width: 16.875rem;
        z-index: 1;
    }
}
.header-site-simple .navbar-site {
    justify-content: space-between;
}
.header-site-simple .navbar-site > .subtitulo {
    margin: auto 0;
}
.header-site-simple .navbar-brand {
    padding: 1rem;
}
.header-site-simple .navbar-site > .navbar-buttons > .btn-icone {
    margin: 0 auto;
}
.header-site-simple .navbar-site > .navbar-buttons > .btn-icone > .sm-texto {
    font-size: 0.875rem;
    max-width: none;
}
@media (min-width: 992px) {
    .header-site-simple .navbar-brand {
        padding: initial;
    }
}
.footer-site .area-footer {
    background-color: #00aeef;
    color: #fff;
    padding-bottom: 3.5rem;
    padding-top: 1rem;
}
.footer-site .area-footer .lista-titulo {
    font-size: 1.25rem;
}
.footer-site .area-footer .central-atendimento {
    padding-top: 2.5rem;
}
.footer-site .area-footer a {
    color: #fff;
}
.footer-site .download-app {
    color: #fff;
    margin-bottom: 3.75rem;
    text-align: right;
}
.footer-site .download-app ul {
    display: block;
}
.footer-site .download-app ul li {
    display: inline-block;
    margin-left: 1.5rem;
}
@media (max-width: 575.98px) {
    .footer-site .download-app {
        text-align: center;
    }
    .footer-site .download-app ul {
        display: flex;
        justify-content: space-around;
    }
    .footer-site .download-app ul li {
        margin: 0 0.25rem;
    }
}
.termos .text-destaq,
.termos a {
    font-weight: 700;
}
.termos .text-destaq {
    color: #00aeef;
}
.termos .policies-links {
    word-wrap: break-word;
}
.termos-site {
    color: #fff;
}
.termos-site .lista-titulo {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.termos-site > .lista {
    margin-bottom: 3.75rem;
}
.termos-site > .lista > .item {
    margin-bottom: 1rem;
}
.termos-site > .lista > .item > a {
    color: #fff;
    font-size: 1.125rem;
}
.termos-site > .lista > .item > a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .termos-site {
        background-color: #fff;
        border-radius: 0 0 1.25rem 1.25rem;
        color: #000;
        margin: -0.5rem 1.45rem 0.5rem;
        padding: 1rem;
        width: calc(100% - 2.875rem);
    }
    .termos-site > .lista {
        margin-bottom: 0;
    }
    .termos-site > .lista > .item > a {
        color: #00aeef;
    }
}
.copy-right,
.texto-juridico {
    color: #adb5bd;
    font-size: 0.875rem;
}
.texto-juridico {
    font-size: 0.875rem;
    padding: 2.5rem 1rem 0;
}
.copy-right {
    padding: 2.5rem 1rem;
}
.copy-right p:last-child {
    margin-bottom: 0;
}
.nivel-list ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nivel-list ol li {
    display: block;
    margin: 1.875rem 0;
}
.nivel-list ol li:before {
    color: #00aeef;
    counter-increment: item;
    content: counters(item, ".") ".    ";
    display: inline-flex;
    font-weight: 800;
    line-height: 1em;
}
.nivel-list ol.letters li:before {
    content: counter(item, lower-latin) ")    ";
}
.nivel-list ol.roman li:before {
    content: counter(item, upper-roman) ".    ";
}
.nivel-list ol.list-unstyled li:before {
    counter-increment: unset;
    content: none;
}
.nivel-list dl {
    padding-inline-start: 2.5rem;
}
.nivel-list dl dd {
    display: list-item;
    list-style-type: disc;
}
.nivel-list dl.list-unstyled dd {
    list-style-type: none;
}
.nivel-list dl.list-alpha dd {
    list-style-type: lower-alpha;
}
.nivel-list dl.list-alpha dd:before {
    font-weight: 400;
}
.nivel-list h3 {
    font-weight: 800;
}
.nivel-list h3,
.nivel-list h4 {
    color: #00aeef;
    display: inline-flex;
    font-size: 1em;
    margin-bottom: 0;
}
.nivel-list h4 {
    width: calc(100% - 3.125rem);
}
.nivel-list h4,
.nivel-list strong {
    font-weight: 700;
}
.central-atendimento {
    color: #fff;
}
.central-atendimento .lista {
    display: flex;
}
.central-atendimento .lista-titulo {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.central-atendimento p {
    line-height: 1;
    margin-bottom: 0.25rem;
}
.central-atendimento .lista-subtitulo {
    font-size: 0.75rem;
    font-weight: 700;
    margin: 1rem 0;
    text-transform: uppercase;
}
.central-atendimento .detalhes {
    font-size: 0.875rem;
    margin-top: 1.25rem;
}
.central-atendimento > .lista > .inline {
    display: inline-flex;
}
.central-atendimento > .lista > .item .contato {
    color: #fff;
    font-size: 1.125rem;
}
.central-atendimento > .lista > .item .contato:hover {
    text-decoration: underline;
}
.central-atendimento > .lista > .horario > .texto > .descricao:not(:last-child),
.central-atendimento > .lista > .tts > .texto > .descricao:not(:last-child) {
    margin-bottom: 0;
}
.central-atendimento > .lista > .horario > .texto > .descricao,
.central-atendimento > .lista > .tts > .texto > .descricao {
    display: inline;
}
.central-atendimento > .lista > .tts .lista-subtitulo {
    margin-top: 2rem;
}
.central-atendimento.enderecos .lista {
    display: block;
}
@media (max-width: 991.98px) {
    .central-atendimento .lista {
        flex-wrap: wrap;
    }
    .central-atendimento .lista .item {
        max-width: 48%;
    }
    .central-atendimento.enderecos .lista {
        flex-wrap: wrap;
    }
    .central-atendimento.enderecos .lista .item {
        min-width: 100%;
    }
}
.gss-empresas {
    margin-top: 2.5rem;
    text-align: center;
}
.gss-empresas .brand-gss {
    -moz-filter: grayscale(100%) brightness(50%) contrast(200%) invert(100%);
    -ms-filter: grayscale(100%) brightness(50%) contrast(200%) invert(100%);
    -o-filter: grayscale(100%) brightness(50%) contrast(200%) invert(100%);
    filter: grayscale(100%) brightness(50%) contrast(200%) invert(100%);
}
.gss-empresas > .lista {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 2.5rem 0 0;
}
.gss-empresas > .lista > .item {
    margin-bottom: 1.25rem;
}
.gss-empresas > .lista > .item > a {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.gss-empresas > .lista > .item > a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .gss-empresas > .lista {
        flex-direction: row;
    }
    .gss-empresas > .lista > .item {
        margin-bottom: 0;
    }
}
.redes-sociais {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    width: 100%;
}
.redes-sociais > .lista-titulo {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    text-align: center;
    text-transform: uppercase;
}
.redes-sociais > .lista {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    padding: 0;
}
.redes-sociais > .lista > .item > a {
    color: #fff;
}
.redes-sociais > .lista > .item,
.redes-sociais > .lista > .item > a > .icone,
.redes-sociais > .lista > .item > a > .icone:before {
    height: 2.5rem;
    width: 2.5rem;
}
.redes-sociais > .lista > .item > a > .icone:before {
    background-color: #ffc300;
    border-radius: 100%;
    font-size: 1.875rem;
    padding-top: 5px;
    position: absolute;
    text-align: center;
}
.redes-sociais.inline {
    align-items: center;
    background-color: #f5f5f5;
    border-top: 2px solid #ffc300;
    height: 7rem;
}
.redes-sociais.inline > .lista-titulo {
    color: #00aeef;
    margin: 1rem 2rem;
}
.redes-sociais.inline > .lista > .item {
    margin: 0 0.5rem;
}
@media (min-width: 992px) {
    .redes-sociais.inline {
        flex-direction: row;
        height: 5rem;
        justify-content: center;
        padding-bottom: 0;
    }
    .redes-sociais.inline > .lista-titulo {
        margin: 0 2rem;
    }
}
.card.card-bullet {
    height: 100%;
    padding-bottom: 3.75rem;
}
.card.card-bullet .card-top {
    background-color: #ddd;
    border-radius: 1.5625rem 1.5625rem 0 0;
    height: 3.75rem;
}
.card.card-bullet .card-top .icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgba(66, 65, 60, 0.25);
    color: #ffc300;
    display: block;
    font-size: 2.25rem;
    height: 5rem;
    line-height: 5rem;
    margin: -1.5625rem auto 0;
    text-align: center;
    width: 5rem;
}
.card.card-bullet .card-body {
    background-color: #fff;
    border-radius: 0 0 1.5625rem 1.5625rem;
    font-size: 1rem;
    padding: 1.875rem;
}
.card.card-bullet .card-body .card-title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    text-align: center;
    text-transform: uppercase;
}
.card.card-bullet .card-body .card-content {
    text-align: center;
}
.card.card-bullet .forms.forms-simple {
    padding: 0;
}
.status {
    border: 1px solid;
    border-radius: 1rem;
    display: inline-block;
    font-family: Archivo, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    width: 7.3125rem;
}
.status-,
.status-conferida {
    background-color: #fff;
    border-color: #0089cf;
    color: #0089cf;
}
.status-nova {
    background-color: #00b715;
    border-color: #00b715;
    color: #fff;
}
.status-resgatada {
    background-color: #fff;
    border-color: #707070;
    color: #333;
}
.status-prescrita {
    background-color: #fff;
    border-color: #ac0000;
    color: #ac0000;
}
.status-cancelada {
    background-color: #e60000;
    border-color: #e60000;
    color: #fff;
}
a.doc {
    display: inline-flex;
    text-decoration: none;
}
.doc .doc-icone {
    color: #00aeef;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.25rem;
}
.doc .doc-titulo {
    color: #495057;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
}
.doc .doc-descricao {
    color: #00aeef;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    margin-top: 0.45rem;
}
a.doc,
a.doc:focus,
a.doc:hover {
    text-decoration: none;
}
a.doc:focus .doc-descricao,
a.doc:focus .doc-icone,
a.doc:hover .doc-descricao,
a.doc:hover .doc-icone {
    color: #0089cf;
    text-decoration: none;
}
a.doc:focus .doc-titulo,
a.doc:hover .doc-titulo {
    color: #212529;
    text-decoration: none;
}
a.doc.invert .doc-titulo {
    color: #fff;
}
a.doc.invert .doc-descricao,
a.doc.invert .tsf {
    color: #ffc300;
}
.dezena-area {
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    height: 2.7778em;
    line-height: 2.7778em;
    position: relative;
    width: 2.7778em;
}
.dezena-area > .dezena {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media (min-width: 992px) {
    .resultado-acumulado .dezena-area {
        font-size: 1.5rem;
        height: 3.375em;
        line-height: 3.375em;
        width: 3.375em;
    }
}
.por-sorteio .dezena-area {
    background-color: #fff;
    border: 0.0556rem solid #333;
    height: 1.8889em;
    line-height: calc(1.8889em - 2px);
    width: 1.8889em;
}
.cartela .dezena-area {
    background-color: #fff;
    margin: 0.5rem;
    padding: 0.1389em;
}
.cartela .dezena-area > .dezena {
    border: 2px solid transparent;
    border-radius: 50%;
    height: 2.48em;
    line-height: calc(2.48em - 4px);
    width: 2.48em;
}
.cartela .dezena-area:after {
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    content: " ";
    display: none;
    font-family: Font Awesome\5 Free;
    font-size: 0.5556em;
    font-weight: 900;
    height: 1.8em;
    line-height: 1.8em;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1.8em;
    z-index: 1;
}
.cartela .dezena-area.conferida {
    background-color: #ffcece;
}
.cartela .dezena-area.conferida .dezena {
    border-color: #e60000;
}
.cartela .dezena-area.conferida:after {
    color: #e60000;
    content: "";
    display: block;
    opacity: 1;
}
.cartela .dezena-area.sorteada {
    background-color: #b4ffba;
}
.cartela .dezena-area.sorteada > .dezena {
    border-color: #00b715;
}
.cartela .dezena-area.sorteada:after {
    color: #00b715;
    content: "";
    display: block;
    opacity: 1;
}
@media (min-width: 992px) {
    .cartela .dezena-area {
        font-size: 1.25rem;
        height: 3.35em;
        padding: 0.2em;
        width: 3.35em;
    }
    .cartela .dezena-area > .dezena {
        height: 2.95em;
        line-height: calc(2.95em - 4px);
        width: 2.95em;
    }
    .cartela .dezena-area:after {
        font-size: 0.6667em;
        height: 1.75em;
        line-height: 1.75em;
        width: 1.75em;
    }
}
.cartela,
.dezenas-lista {
    display: flex;
    flex-wrap: wrap;
}
.dezenas-lista {
    align-items: flex-start;
    margin: 0 auto 1rem;
}
.resultado-acumulado .dezenas-lista {
    margin: -0.3125rem -0.625rem;
}
.resultado-acumulado .dezenas-lista .dezenas-item {
    padding: 0.3125rem 0.625rem;
}
@media (min-width: 992px) {
    .resultado-acumulado .dezenas-lista {
        margin: -0.625rem -1.125rem;
    }
    .resultado-acumulado .dezenas-lista .dezenas-item {
        padding: 0.625rem 1.125rem;
    }
}
.filtro-area {
    width: 100%;
}
.filtro-titulo {
    background-color: #f5f5f5;
    border: 0.1875rem solid #00aeef;
    border-radius: 1.5625rem;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    transition: border-color 0.1s linear 0.2s;
    z-index: 10;
}
.filtro-titulo .filtro-placeholder {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%280 22.764%29 rotate%28-90%29'/%3e%3c/svg%3e")
        no-repeat 100%/18px 18px;
    line-height: 1.25rem;
    margin: 0.75rem 1.25rem;
}
.filtro-titulo .filtro-placeholder:before {
    content: "Título";
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-right: 2rem;
}
.filtro-titulo .filtro-placeholder .titulo-ativo {
    color: #00aeef;
    display: inline-block;
    font-family: Archivo, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
.filtro-titulo .filtro-nav {
    max-height: 0;
    overflow: hidden;
    z-index: 4;
    transition: max-height 0.3s ease;
}
.filtro-titulo .filtro-nav .filtro-placeholder-mobile {
    display: none;
}
.filtro-titulo .filtro-nav .filtro-lista {
    counter-reset: item;
    list-style: none;
    margin-bottom: 0;
}
.filtro-titulo .filtro-nav .filtro-lista > .item {
    background-color: #fff;
    border-top: 0.0625rem solid #f5f5f5;
    height: 3.875rem;
    line-height: 3.875rem;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
}
.filtro-titulo .filtro-nav .filtro-lista > .item:before {
    background-color: #f5f5f5;
    border-radius: 0.9375rem;
    counter-increment: item;
    content: counter(item);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-right: 0.5rem;
    text-align: center;
    width: 1.875rem;
}
.filtro-titulo .filtro-nav .filtro-lista > .item .numero-titulo {
    color: #00aeef;
    display: inline-block;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
    width: 25%;
}
.filtro-titulo .filtro-nav .filtro-lista > .item .status {
    margin: 0 1rem;
}
.filtro-titulo .filtro-nav .filtro-lista > .item:after {
    color: #00aeef;
    content: "";
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    width: 27%;
}
.filtro-titulo .filtro-nav .filtro-lista > .item:focus,
.filtro-titulo .filtro-nav .filtro-lista > .item:hover {
    background-color: #e9ecef;
}
.filtro-titulo .filtro-nav .filtro-lista > .item.active {
    background-color: #f5f5f5;
}
.filtro-titulo .filtro-nav .filtro-lista > .item.active:before {
    background-color: #fff;
}
.filtro-titulo .filtro-nav .filtro-lista > .item.active:focus,
.filtro-titulo .filtro-nav .filtro-lista > .item.active:hover {
    background-color: #ddd;
}
.filtro-titulo .filtro-nav .filtro-lista > .item.active:after {
    content: "Selecionado";
}
.filtro-titulo.open {
    background-color: #fff;
    border-color: #e9ecef;
    transition: border-color 0.3s ease;
}
.filtro-titulo.open .filtro-placeholder {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%2838.146 0%29 rotate%2890%29'/%3e%3c/svg%3e")
        no-repeat 100%/18px 18px;
}
.filtro-titulo.open .filtro-placeholder:before {
    content: "Títulos";
}
.filtro-titulo.open .filtro-placeholder .titulo-ativo {
    display: none;
}
.filtro-titulo.open .filtro-nav {
    max-height: 23rem;
    padding-bottom: 1.5rem;
}
.filtro-titulo.open .filtro-nav .filtro-lista {
    height: 21.5rem;
    overflow: auto;
}
@media (max-width: 991.98px) {
    .filtro-titulo .filtro-nav {
        background-color: #fff;
        border-radius: 1.5625rem 1.5625rem 0 0;
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
    }
    .filtro-titulo .filtro-nav .filtro-placeholder-mobile {
        color: #00aeef;
        display: block;
        font-family: Archivo, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        padding: 2rem 0 1rem;
        text-align: center;
        text-transform: uppercase;
    }
    .filtro-titulo .filtro-nav .filtro-placeholder-mobile .icon {
        font-size: 1.5rem;
    }
    .filtro-titulo .filtro-nav .filtro-placeholder-mobile:after {
        color: #000;
        content: "Títulos";
        display: block;
        font-weight: 700;
        padding: 2rem 1rem 0;
        text-align: left;
        text-transform: none;
    }
    .filtro-titulo.open {
        background-color: #707070;
        border-color: #495057;
    }
    .filtro-titulo.open .filtro-placeholder {
        filter: opacity(0.3);
        opacity: 0.3;
    }
    .filtro-titulo.open .filtro-nav {
        max-height: 32.5rem;
        padding-bottom: 0;
    }
}
@media (max-width: 575.98px) {
    .filtro-titulo .filtro-nav .filtro-lista > .item {
        padding: 0 0.25rem 0 0.75rem;
    }
    .filtro-titulo .filtro-nav .filtro-lista > .item:before {
        margin-right: 0.5rem;
    }
    .filtro-titulo .filtro-nav .filtro-lista > .item .numero-titulo {
        font-size: 1rem;
        width: 24%;
    }
    .filtro-titulo .filtro-nav .filtro-lista > .item .status {
        margin: 0 0.5rem;
        width: 6rem;
    }
    .filtro-titulo .filtro-nav .filtro-lista > .item:after {
        font-size: 0.75rem;
        width: 24%;
    }
}
.breadcrumb {
    font-size: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12'%3e%3ccircle cx='3' cy='8' r='3' fill='%23ffc300'/%3e%3c/svg%3e");
}
.breadcrumb-item a {
    color: #333;
}
.breadcrumb-item.active {
    font-weight: 700;
}
@media (min-width: 992px) {
    .breadcrumb {
        font-size: 0.875rem;
    }
    .breadcrumb-item + .breadcrumb-item:before {
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3e%3ccircle cx='4' cy='10' r='4' fill='%23ffc300'/%3e%3c/svg%3e");
    }
}
.resumo-premiados {
    display: flex;
    overflow-x: auto;
    padding: 2rem 0;
}
.resumo-premiados-item {
    margin-right: 1rem;
}
.resumo-premiados-item:last-child {
    margin-right: 0;
}
.resumo-premio {
    background-color: #fff;
    border-radius: 1.25rem;
    color: #333;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    height: 12.5rem;
    padding: 1.25rem 0.875rem;
    position: relative;
    text-transform: uppercase;
    width: 10rem;
}
.resumo-premio .info {
    color: #21b0e9;
}
.resumo-premio .premio-contemplados,
.resumo-premio .premio-mensagem,
.resumo-premio .premio-pontos {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.75rem;
}
.resumo-premio .premio-contemplados .info,
.resumo-premio .premio-mensagem .info,
.resumo-premio .premio-pontos .info {
    padding-left: 0.25rem;
}
.resumo-premio .premio-mensagem-sem-ganhadores {
    margin-top: 2.5rem;
}
.resumo-premio .premio-nome,
.resumo-premio .premio-valor,
.resumo-premio .premio-valor span {
    color: #0089cf;
    font-size: 1rem;
}
.resumo-premio .premio-nome {
    line-height: 1rem;
}
.resumo-premio .premio-valor {
    bottom: 1.25rem;
    position: absolute;
}
.resumo-premio .premio-valor .info,
.resumo-premio .premio-valor .label {
    display: block;
    line-height: 0.875em;
}
@media (min-width: 992px) {
    .resumo-premio {
        width: 11rem;
    }
}
.premiados-scroller {
    display: block;
    padding: 0 1rem;
    position: relative;
}
.premiados-scroller .scroller {
    position: absolute;
    top: 7rem;
    z-index: 2;
}
.premiados-scroller .scroller.bw-scroller {
    left: -1.25rem;
}
.premiados-scroller .scroller.fw-scroller {
    right: -1.25rem;
}
.numero-da-sorte {
    display: flex;
    align-items: center;
}
.numero-da-sorte .data {
    align-items: center;
    background-color: #00aeef;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}
.numero-da-sorte .data > span {
    display: block;
}
.numero-da-sorte .numero-apurado {
    color: #00aeef;
    font-size: 1rem;
}
.numero-da-sorte .numero-apurado,
.numero-da-sorte .sem-resultado {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.numero-da-sorte .sem-resultado {
    color: #adb5bd;
    font-size: 0.62rem;
}
.sorteado-do-dia .label {
    font-family: Archivo, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}
.sorteado-do-dia .numero-da-sorte {
    background-color: #f5f5f5;
    border-radius: 3.75rem;
    height: 3.75rem;
    width: 100%;
}
.sorteado-do-dia .numero-da-sorte .data {
    border-radius: 3.75rem 0 0 3.75rem;
    float: left;
    height: 100%;
    padding: 0.65rem 0;
    width: 22.7273%;
}
.sorteado-do-dia .numero-da-sorte .numero-apurado {
    align-items: center;
    color: #333;
    display: flex;
    font-family: Open Sans, sans-serif;
    font-size: 1.5rem;
    justify-content: center;
    letter-spacing: 1vw;
    margin-left: 0;
    text-align: center;
    width: 100%;
}
.sorteado-do-dia .numero-da-sorte .numero-apurado.numero-apurado-diario {
    flex-direction: column;
}
.sorteado-do-dia .numero-da-sorte .numero-apurado.numero-apurado-diario span {
    display: block;
}
.sorteado-do-dia .numero-da-sorte .numero-apurado.numero-apurado-diario span:not(:only-child) {
    font-size: 1.375rem;
    line-height: 1;
}
.sorteado-do-dia .numero-da-sorte .numero-apurado .simbolo {
    font-size: 3rem;
}
.sorteado-do-dia .numero-da-sorte .sem-resultado {
    color: #adb5bd;
    font-family: Archivo, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    height: 2.125rem;
    line-height: 2.125rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 767.98px) {
    .sorteado-do-dia {
        padding-bottom: 0.5rem;
    }
    .sorteado-do-dia .label {
        line-height: 1;
        margin-bottom: 1.25rem;
    }
}
@media (min-width: 768px) {
    .sorteado-do-dia {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .sorteado-do-dia > div {
        margin: 0 1.875rem;
    }
    .sorteado-do-dia .label {
        font-size: 1.25rem;
    }
    .sorteado-do-dia .numero-da-sorte {
        width: 25.125rem;
    }
}
@media (min-width: 992px) {
    .sorteado-do-dia .label {
        font-size: 1.875rem;
    }
    .sorteado-do-dia .numero-da-sorte {
        height: 5rem;
        width: 29.125rem;
    }
    .sorteado-do-dia .numero-da-sorte .data {
        font-size: 1.375rem;
        padding: 1rem;
    }
}
.numero-da-sorte-grupo {
    background-color: #f5f5f5;
    border-radius: 1.25rem;
    margin: 0.5rem 0 2rem;
    padding: 0.875rem 1.25rem;
}
.numero-da-sorte-grupo .grupo-titulo {
    color: #0089cf;
    font-family: Archivo, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}
.numero-da-sorte-grupo .grupo-titulo + .grupo-numeros {
    margin-top: 1.25rem;
}
.numero-da-sorte-grupo .numero-da-sorte-lista {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
}
.numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte {
    margin: 0.625rem 0;
}
.numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .data {
    border-radius: 50%;
    font-size: 1rem;
    height: 3.125rem;
    padding: 0.5rem 0;
    width: 3.125rem;
}
.numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .numero-apurado {
    margin: 0 0.625rem;
}
.numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .numero-apurado:before {
    color: #333;
    content: "Sorteado";
    display: block;
    font-size: 0.75rem;
    line-height: 1em;
    width: 100%;
}
.numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .numero-apurado .simbolo {
    font-size: 3rem;
}
.numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .sem-resultado {
    margin: 0 0.625rem;
}
@media (min-width: 768px) {
    .numeros-da-sorte .numero-da-sorte-grupo {
        padding: 1.125rem 1.5rem;
    }
    .numeros-da-sorte .numero-da-sorte-grupo .grupo-titulo {
        font-size: 1.375rem;
    }
}
@media (min-width: 992px) {
    .numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .data {
        border-radius: 50%;
        font-size: 1.1875rem;
        height: 3.875rem;
        padding: 0.75rem 0;
        width: 3.875rem;
    }
    .numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .numero-apurado,
    .numero-da-sorte-grupo .numero-da-sorte-lista .numero-da-sorte .sem-resultado {
        margin: 0 0.9375rem;
    }
}
.accordion .numero-da-sorte-grupo .grupo-titulo {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%2838.146 0%29 rotate%2890%29'/%3e%3c/svg%3e")
        no-repeat 100%/18px 18px;
    cursor: pointer;
    padding-right: 1.125rem;
}
.accordion .numero-da-sorte-grupo .grupo-titulo.collapsed {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37.41' height='22.764' viewBox='0 0 37.41 22.764'%3e%3cpath fill='%23ffc300' d='M10.137,15.878,21.779,5.026A2.864,2.864,0,1,0,17.869.845L.909,16.645a2.868,2.868,0,0,0,0,4.189l16.96,15.806a2.865,2.865,0,0,0,3.909-4.189L10.137,21.606,7.29,18.739Z' transform='translate%280 22.764%29 rotate%28-90%29'/%3e%3c/svg%3e")
        no-repeat 100%/18px 18px;
}
.numero-da-sorte-pesquisa .destaque {
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .numero-da-sorte-area .numero-da-sorte-pesquisa {
        margin: 0 auto;
        text-align: center;
        width: 50%;
    }
    .numero-da-sorte-area .numero-da-sorte-pesquisa .form-group {
        margin: 2rem 0;
    }
    .numero-da-sorte-area .numero-da-sorte-pesquisa .btn.btn-block {
        margin: 0 auto;
        width: 70%;
    }
}
.reduzido .doc {
    align-items: center;
}
.reduzido .doc .doc-icone {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-right: 0.5rem;
}
.reduzido .doc .doc-titulo {
    color: #00aeef;
    font-size: 1rem;
}
.reduzido .doc .doc-descricao {
    display: none;
}
.carousel-indicators {
    bottom: 1.25rem;
}
.carousel-indicators li {
    background-color: initial;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    height: 0.625rem;
    margin: 0 0.625rem;
    opacity: 1;
    width: 0.625rem;
}
.carousel-indicators li.active {
    background-color: #ffc300;
    border-width: 0.125rem;
}
.carousel-control-next,
.carousel-control-prev {
    background-color: #fff;
    border-radius: 50%;
    color: #ffc300;
    height: 2.5rem;
    top: calc(50% - 1.25rem);
    width: 2.5rem;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #ffc300;
}
.carousel-control-prev {
    left: 1.875rem;
}
.carousel-control-next {
    right: 1.875rem;
}
.carousel-produto {
    margin: 0 -15px 2.5rem;
}
.carousel-produto .area-slide {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}
@media (max-width: 767.98px) {
    .carousel-produto .area-slide {
        margin-bottom: 1rem;
    }
}
.carousel-produto .carousel-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 0;
}
.carousel-produto .carousel-thumbs > li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 4.0625rem;
    margin: 0 0 1rem;
    padding: 10px;
    width: 4.6875rem;
}
.carousel-produto .carousel-thumbs > li:last-child {
    margin: 0;
}
.carousel-produto .carousel-thumbs > li.active {
    border-color: #00aeef;
}
.carousel-produto .carousel-thumbs > li > img {
    height: 2.8125rem;
    width: 3.4375rem;
}
.carousel-produto .carousel-inner > .carousel-item img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.carousel-produto .carousel-indicators {
    bottom: 0;
    margin: 1.5rem auto;
    position: relative;
}
.carousel-produto .carousel-indicators > li {
    border: 0.0625rem solid #00aeef;
}
.carousel-produto .carousel-indicators > li.active {
    background-color: #00aeef;
    border: 0.125rem solid #fff;
}
@media (min-width: 575px) {
    .carousel-produto {
        margin: 0 0 2.5rem;
    }
}
@media (min-width: 768px) {
    .carousel-produto .carousel-thumbs {
        flex-direction: column;
    }
    .carousel-produto .carousel-indicators {
        margin-bottom: 0.5rem;
    }
}
.depoimentos-scroller {
    display: block;
    margin-bottom: 3.75rem;
    margin-top: 1.875rem;
    position: relative;
}
.depoimentos-scroller .scroller {
    position: absolute;
    top: 7.65625rem;
    z-index: 2;
}
.depoimentos-scroller .scroller.bw-scroller {
    left: -1.25rem;
}
.depoimentos-scroller .scroller.fw-scroller {
    right: -1.25rem;
}
.scroller {
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0.5rem;
    padding: 0;
    width: 2.5rem;
}
.bw-scroller {
    float: left;
    order: 1;
}
.fw-scroller {
    float: right;
    order: 3;
}
.depoimentos {
    width: 100%;
}
.depoimentos-lista .depoimentos-item {
    -moz-filter: opacity(0.5);
    -ms-filter: opacity(0.5);
    -o-filter: opacity(0.5);
    filter: opacity(0.5);
    float: left;
    margin: 0 0.9375rem;
    opacity: 0.5;
    width: 15.3125rem;
    transition: opacity 0.3s;
}
.depoimentos-lista .depoimentos-item.active {
    -moz-filter: opacity(1);
    -ms-filter: opacity(1);
    -o-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
@media (min-width: 992px) {
    .depoimentos-scroller {
        margin-top: 2.5rem;
    }
    .depoimentos-scroller .scroller {
        top: 8.5625rem;
    }
    .depoimentos-lista .depoimentos-item {
        float: left;
        margin: 0 0.4688rem;
        width: 17.125rem;
    }
}
.depoimento img {
    border-radius: 1.25rem;
    display: block;
    width: 100%;
}
.depoimento figcaption {
    width: 100%;
}
.depoimento figcaption .depoimento-subtitulo,
.depoimento figcaption .depoimento-titulo {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.depoimento figcaption .depoimento-titulo {
    font-size: 1.125rem;
}
.depoimento figcaption .depoimento-subtitulo {
    color: #00aeef;
    font-size: 0.75rem;
}
.depoimento figcaption .depoimento-texto {
    font-size: 1rem;
    height: 9rem;
    margin: 0.75rem 0 1rem;
    overflow-y: auto;
}
.depoimento figcaption .depoimento-texto:after,
.depoimento figcaption .depoimento-texto:before {
    display: inline-block;
    content: '"';
}
@media (min-width: 992px) {
    .depoimento figcaption .depoimento-titulo {
        font-size: 1.25rem;
    }
    .depoimento figcaption .depoimento-subtitulo {
        font-size: 0.875rem;
    }
    .depoimento figcaption .depoimento-texto {
        margin: 1rem 0 1.25rem;
    }
}
.sobre .titulo {
    margin-bottom: 2.5rem;
    margin-top: 1.5625rem;
}
.sobre .card-text a {
    color: #fff;
    text-decoration: underline;
}
.sobre .card-text a:focus,
.sobre .card-text a:hover {
    color: #e9ecef;
    text-shadow: 0 0 0.5rem #fff;
}
.sobre .info-condicoes-gerais {
    padding: 2rem 0;
}
.sobre .ctas .cta-item {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    text-align: center;
}
.sobre .ctas .cta-item div {
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .sobre .titulo {
        margin-top: 1.875rem;
    }
    .home-page .sobre.card .card-body {
        padding: 1.875rem 5.5625rem;
    }
    .home-page .sobre.card .card-body .card-title {
        margin: 0 12rem 0.75rem;
        text-align: center;
    }
    .home-page .sobre.card .card-body .card-title .titulo.titulo-pagina:after {
        margin: 0 auto;
    }
}
.destaque-premiacoes.sobre {
    margin: 0;
}
.lista-premiacoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lista-premiacoes > .item-premiacoes {
    margin: 1.25rem auto;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: center;
    width: 8rem;
}
.lista-premiacoes > .item-premiacoes > .destaque {
    font-size: 0.875rem;
}
.lista-premiacoes > .item-premiacoes > .saiba-mais {
    bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.lista-premiacoes > .item-premiacoes > .destaque,
.lista-premiacoes > .item-premiacoes > .saiba-mais {
    margin-top: 0.875rem;
}
@media (min-width: 992px) {
    .lista-premiacoes > .item-premiacoes {
        margin: 1.875rem auto;
        width: 11.0625rem;
    }
    .lista-premiacoes > .item-premiacoes > .destaque,
    .lista-premiacoes > .item-premiacoes > .saiba-mais {
        margin-top: 1.25rem;
    }
    .lista-premiacoes > .item-premiacoes > .destaque {
        font-size: 1rem;
    }
}
.ts-alert-popup {
    border-radius: 1.25rem !important;
}
.ts-alert-title {
    color: #0089cf !important;
    font-family: Archivo, sans-serif !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
}
.ts-alert-content {
    font-size: 0.875rem !important;
    line-height: 1.75em !important;
    text-align: left !important;
}
.ts-alert-content .swal2-html-container {
    margin-top: 2.5rem !important;
}
.ts-alert-close-button {
    color: #00aeef !important;
    font-weight: 700;
}
@media (min-width: 992px) {
    .ts-alert-title {
        font-size: 1.25rem !important;
    }
    .ts-alert-content {
        font-size: 1rem !important;
    }
}
.swal2-styled.btn {
    border-radius: 1.875rem !important;
}
button.swal2-styled.btn:focus {
    outline: none;
    text-shadow: 0 0 0.25rem #ffc300;
}
.tsz-1-ico:before {
    content: "";
}
.tsz-1:before {
    content: "";
}
.tsz-10-ico:before {
    content: "";
}
.tsz-10:before {
    content: "";
}
.tsz-5-ico:before {
    content: "";
}
.tsz-5:before {
    content: "";
}
.tsz-2-ico:before {
    content: "";
}
.tsz-2:before {
    content: "";
}
.tsz-6-ico:before {
    content: "";
}
.tsz-6:before {
    content: "";
}
.tsz-11-ico:before {
    content: "";
}
.tsz-11:before {
    content: "";
}
.tsz-7-ico:before {
    content: "";
}
.tsz-7:before {
    content: "";
}
.tsz-4-ico:before {
    content: "";
}
.tsz-4:before {
    content: "";
}
.tsz-9-ico:before {
    content: "";
}
.tsz-9:before {
    content: "";
}
.tsz-3-ico:before {
    content: "";
}
.tsz-3:before {
    content: "";
}
.tsz-0-ico:before {
    content: "";
}
.tsz-0:before {
    content: "";
}
.tsz-8-ico:before {
    content: "";
}
.tsz-8:before {
    content: "";
}
.campanha-nome .campanha-img {
    border-radius: 0.5rem;
    float: left;
    height: 3.75rem;
    margin-right: 0.875rem;
}
.campanha-nome .campanha-titulo {
    color: #0089cf;
}
.campanha-nome .campanha-susep {
    font-family: Archivo, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}
.campanha-nome .campanha-condicoes-gerais {
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .campanha-nome .campanha-img {
        margin-bottom: 1.875rem;
        margin-right: 1.875rem;
    }
    .campanha-nome .campanha-condicoes-gerais {
        margin-left: 9.375rem;
        margin-top: 2.5rem;
    }
}
.promocoes-lista {
    margin: 2.5rem 0 5rem;
}
.promocao-info {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}
.promocao-info .promocao-img {
    border-radius: 1.875rem;
    border-style: none;
    display: block;
    margin: 0 auto;
    max-width: 21.875rem;
    width: 100%;
}
.promocao-info .promocao-status {
    display: none;
}
.promocao-info .promocao-img-status {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 21.875rem;
    position: relative;
}
.promocao-info .promocao-detalhes .promocao-titulo {
    font-size: 1.375rem;
    margin: 0 0 1.25rem;
}
.promocao-info .promocao-detalhes .promocao-titulo a {
    color: #333;
}
.promocao-info .promocao-detalhes .promocao-descricao {
    display: block;
    font-size: 1rem;
    position: relative;
}
.promocao-info .promocao-detalhes .promocao-descricao h4 {
    font-size: 1.125rem;
}
.promocao-info .promocao-detalhes .promocao-descricao > div,
.promocao-info .promocao-detalhes .promocao-descricao > div > p {
    display: inline;
}
.promocao-info .promocao-detalhes .promocao-descricao > .ler-mais {
    background-color: #fff;
    font-family: Archivo, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    padding-left: 0.125rem;
    text-decoration: underline;
}
.promocao-info .promocao-detalhes .promocao-vigencia-autorizacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.625rem;
}
.promocao-info .promocao-detalhes .promocao-vigencia-autorizacao .promocao-autorizacao,
.promocao-info .promocao-detalhes .promocao-vigencia-autorizacao .promocao-vigencia {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 0.625rem;
}
.promocao-info .promocao-detalhes .url-promocao {
    padding: 0.625rem 0;
}
.promocao-info .promocao-detalhes .url-promocao > a {
    word-wrap: break-word;
}
.promocao-info .sorteado-do-dia {
    align-items: center;
    justify-content: center;
    display: block;
}
.promocao-info .sorteado-do-dia .numero-da-sorte {
    height: 3rem;
    width: 100%;
    max-width: 21.125rem;
    margin: 23px 0;
}
.promocao-info .sorteado-do-dia .numero-da-sorte .numero {
    margin-left: 10px;
    color: #00aeef;
    font-size: 1rem;
    font-weight: bolder;
}
.promocao-info .sorteado-do-dia .numero-da-sorte .data {
    font-size: 1rem;
    line-height: 3rem;
    padding: 0;
}
@media (min-width: 768px) {
    .promocao-info .sorteado-do-dia .numero-da-sorte .numero {
        font-size: 1.125rem;
    }
    .promocao-info .sorteado-do-dia .numero-da-sorte .data {
        font-size: 1.375rem;
    }
}
@media (min-width: 992px) {
    .promocao-info {
        flex-direction: row;
    }
    .promocao-info .promocao-img {
        border-style: none;
    }
    .promocao-info .promocao-img-status {
        margin: 0;
    }
    .promocao-info .promocao-titulo {
        margin: 0 0 1.25rem;
    }
    .promocao-info .promocao-detalhes {
        padding-left: 2.5rem;
        width: 65.5%;
    }
    .promocao-info .promocao-autorizacao,
    .promocao-info .promocao-vigencia {
        font-size: 1rem;
    }
}
.promocao-info.active .promocao-vigencia {
    color: #00aeef;
}
.promocao-info.active .promocao-titulo a {
    color: #0089cf;
}
.promocao-info:not(.active) .promocao-img-status a:after {
    background-color: rgba(51, 51, 51, 0.3);
    border-radius: 1.875rem 1.875rem 2.5625rem 2.5625rem;
    content: "";
    display: block;
    height: 16.5625rem;
    position: absolute;
    top: 0;
    width: 21.875rem;
    z-index: 2;
}
.promocao-info:not(.active) .promocao-img-status a:focus,
.promocao-info:not(.active) .promocao-img-status a:hover {
    text-decoration: none;
}
.promocao-info:not(.active) .promocao-status {
    bottom: 3.125rem;
    background-color: #ffc300;
    border-radius: 0 0 1.875rem 1.875rem;
    color: #fff;
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    height: 3.125rem;
    line-height: 3.125rem;
    margin: 0 auto;
    max-width: 21.875rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.promocoes-page .promocao-info:not(.active) .promocao-img-status {
    margin-bottom: -3.125rem;
}
@media (max-width: 991.98px) {
    .promocao-info .promocao-detalhes {
        margin-top: 1.25rem;
    }
}
@media (max-width: 767.98px) {
    .promocao-info .promocao-titulo {
        font-size: 1.375rem;
    }
    .promocao-info .promocao-descricao p {
        font-size: 1rem;
    }
}
@media (max-width: 379.98px) {
    .promocao-info:not(.active) .promocao-img-status a:after {
        height: 13.6875rem;
        width: 18.125rem;
    }
    .promocao-info:not(.active) .promocao-status {
        font-size: 1.25rem;
    }
}
.cards-flags {
    margin-top: 1.5rem;
}
.cards-flags .item {
    color: #fff;
    display: inline-block;
    margin-right: 0.875rem;
    width: auto;
}
@media (min-width: 0px) {
    .cards-flags .item {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .cards-flags .item {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .cards-flags .item {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .cards-flags .item {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .cards-flags {
        margin-top: 0;
    }
}
.step-indicator {
    align-items: center;
    display: flex;
    margin: 1.875rem auto 2.5rem;
    max-width: 1000px;
    padding: 0 1rem;
}
.step-indicator > .step {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.step-indicator > .step > .icon {
    background: #ced4da;
    border-radius: 50%;
    color: #fff;
    font-size: 0.625rem;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    text-align: center;
    width: 1rem;
}
.step-indicator > .step > .desc {
    bottom: -2.5rem;
    color: #ced4da;
    font-size: 0.875rem;
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.step-indicator > .step.active > .icon {
    background: #00aeef;
}
.step-indicator > .step.active > .desc {
    color: #00aeef;
}
@media (max-width: 768px) {
    .step-indicator > .step > .desc {
        bottom: -2.1875rem;
        font-size: 0.6875rem;
    }
}
.step-indicator > .indicator-line {
    background: #ced4da;
    flex: 1;
    height: 4px;
    width: 100%;
}
.step-indicator > .indicator-line.active {
    background: #00aeef;
}
@media (min-width: 425px) {
    .step-indicator {
        padding: 0 2.5rem;
    }
}
.step-timeline {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.375rem;
    justify-content: space-around;
    margin: 2.5rem 0;
    position: relative;
}
.step-timeline > .indicator-line {
    background-color: #fff;
    border-radius: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 5.2rem;
    width: 100%;
    z-index: 1;
}
.step-timeline > .step {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 1.875rem;
    width: 250px;
    z-index: 2;
}
.step-timeline > .step > .desc {
    align-items: center;
    color: #00aeef;
    display: flex;
    font-weight: 700;
    height: 3.1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0 0.1rem;
    text-align: center;
}
.step-timeline > .step > .indicacao {
    background-color: #ddd;
    border-radius: 3.75rem;
    color: #fff;
    height: 3.75rem;
    margin: 1rem;
    padding: 12px 0;
    text-align: center;
    width: 3.75rem;
}
.step-timeline > .step > .indicacao > .icone:before {
    content: " ";
}
.step-timeline > .step > .datahora {
    font-weight: 700;
    text-align: center;
    width: 150px;
}
@media (min-width: 0px) {
    .step-timeline > .step > .datahora {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .step-timeline > .step > .datahora {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .step-timeline > .step > .datahora {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .step-timeline > .step > .datahora {
        font-size: 1.375rem;
    }
}
.step-timeline > .step.active > .indicacao {
    background-color: #00aeef;
}
.step-timeline > .step.active > .indicacao .icone:before {
    content: "";
}
.step-timeline > .step.error > .indicacao {
    background-color: red !important;
}
.step-timeline > .step.error > .indicacao .icone:before {
    content: "";
}
@media (min-width: 768px) {
    .step-timeline {
        flex-direction: row;
    }
    .step-timeline > .step {
        margin: 0 auto;
    }
    .step-timeline > .step > .datahora {
        width: 150px;
    }
}
.pedidos-lista,
.pedidos-lista .item {
    margin: 2.5rem 0;
}
.pedidos-lista .titulo {
    font-size: 1.375rem;
}
.pedidos-lista .destaque {
    color: #00aeef;
    font-weight: 700;
    text-transform: capitalize;
}
.pedidos-lista .card-infos {
    font-size: 1rem;
}
.pedidos-lista .card-infos > .table > tr > * {
    padding-left: 0;
}
.pedidos-lista .card-infos #pedidoStatus {
    width: 50%;
}
.pedidos-lista #detalhesPedido .titulo {
    margin-top: 1.5rem;
}
.pedidos-lista .pedido-resumo {
    font-size: 1rem;
    margin-top: 1.25rem;
}
.pedidos-lista .pedido-resumo > div {
    margin-bottom: 1.875rem;
}
.pedidos-lista .pedido-resumo > div > span {
    display: block;
}
.pedidos-lista .pedido-resumo .rotulo {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.pedidos-lista .pedido-resumo .pedido-forma > .info {
    align-items: center;
    display: flex;
}
.pedidos-lista .pedido-detalhe {
    height: auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.pedidos-lista .pedido-detalhe .resumo {
    font-size: 1rem;
}
.pedidos-lista .pedido-detalhe .resumo td,
.pedidos-lista .pedido-detalhe .resumo th {
    padding-left: 0;
}
.pedidos-lista .pedido-detalhe .resumo .resgate :last-child {
    color: #00b715;
}
.pedidos-lista .pedido-detalhe .resumo .total {
    font-size: 1rem;
}
.pedidos-lista .pedido-lista-titulos {
    max-height: 20rem;
}
.pedidos-lista .pedido-lista-titulos tr:not(:first-child) {
    border-bottom: 1px solid #ddd;
}
.pedidos-lista .pedido-lista-titulos th {
    color: #00aeef;
    font-size: 1.375rem;
}
.pedidos-lista .pedido-lista-titulos td {
    font-weight: 700;
    padding: 0.625rem 0.3rem;
}
@media (min-width: 0px) {
    .pedidos-lista .pedido-lista-titulos td {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .pedidos-lista .pedido-lista-titulos td {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .pedidos-lista .pedido-lista-titulos td {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .pedidos-lista .pedido-lista-titulos td {
        font-size: 1rem;
    }
}
.pedidos-lista .pedido-lista-titulos td,
.pedidos-lista .pedido-lista-titulos th {
    padding-left: 0;
}
.pedidos-lista .pedido-observacao {
    color: #00aeef;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
}
.pedidos-lista .pedido-observacao a {
    text-decoration: underline;
}
.loterico-descricao {
    margin: 40px 0;
}
@media (min-width: 0px) {
    .loterico-descricao {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .loterico-descricao {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .loterico-descricao {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .loterico-descricao {
        font-size: 1rem;
    }
}
.loterico-list {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .loterico-list > .item {
        max-width: 23.0625rem;
    }
}
.canal-loterico-page .forms {
    padding: 0 0 3rem;
}
.resgate-loterico-page .find-loterico {
    margin-bottom: 1.875rem;
}
.resgate-loterico-page .forms {
    padding: 0;
}
.resgate-loterico-page .forms .form-group-inline {
    flex-direction: column;
}
.resgate-loterico-page .valores {
    display: flex;
    flex-direction: row;
}
.resgate-loterico-page .valor-resgate {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.resgate-loterico-page .negrito {
    font-weight: 700;
}
.resgate-loterico-page .card-informacao {
    margin-bottom: 3.75rem;
}
.resgate-loterico-page .table {
    margin-bottom: 1rem;
}
.resgate-loterico-page .table td,
.resgate-loterico-page .table th {
    border-top: none;
    text-align: center;
    vertical-align: middle;
}
.resgate-loterico-page tr.table-header > th {
    padding-top: 1.875rem;
}
.resgate-loterico-page tr.table-footer {
    border-bottom: 1px solid #adb5bd;
}
.resgate-loterico-page tr.table-footer > td {
    padding-bottom: 1.875rem;
}
.resgate-loterico-page .form-imprimir {
    margin-top: 2rem;
}
.resgate-loterico-page .titulo-botao {
    margin-bottom: 1.25rem;
    text-align: center;
}
@media (min-width: 992px) {
    .resgate-loterico-page .forms .form-group-inline {
        align-items: center;
        flex-direction: row;
    }
    .resgate-loterico-page .valor-resgate {
        width: 160px;
    }
    .resgate-loterico-page .card-informacao {
        margin-bottom: 5rem;
    }
    .resgate-loterico-page .table th {
        border-bottom: 2px solid #00aeef;
        border-top: none;
    }
    .resgate-loterico-page .form-imprimir {
        float: right;
        margin-top: 0;
        max-width: 370px;
        padding: 40px 0 0;
        width: 100%;
    }
}
.calcular-impressao .resumo-mapa-de-resgate {
    border: 0.125rem solid #f5f5f5;
    font-size: 0.75rem;
    margin-bottom: 1rem;
}
.calcular-impressao .resumo-mapa-de-resgate .label {
    color: #707070;
    font-weight: 600;
}
.calcular-impressao .resumo-mapa-de-resgate .info {
    font-weight: 700;
}
.calcular-impressao .mapa-de-resgate .table td,
.calcular-impressao .mapa-de-resgate .table th {
    padding: 0.25rem 0.5rem;
}
.notificacoes-lista {
    flex-direction: column;
}
.notificacoes-lista > .item {
    max-width: none;
    width: 100%;
}
.notificacoes-lista > .item .notificacoes {
    height: auto;
}
.notificacoes-sinal {
    color: #ffc300;
    float: left;
    font-size: 0.75rem;
    left: 1.875rem;
    position: relative;
    top: 0.625rem;
}
@media (min-width: 992px) {
    .notificacoes-sinal {
        left: -0.5rem;
    }
}
.notificacoes-sinal-qtd {
    font-size: 1rem;
}
#headerNotificacoes {
    background-color: #0089cf;
    background-image: none;
    border-radius: 0;
    top: -1rem;
    z-index: 1;
}
#headerNotificacoes a,
#headerNotificacoes a:active,
#headerNotificacoes a:hover,
#headerNotificacoes a:visited {
    color: #ffc300;
}
#headerNotificacoes .navbar-site {
    padding: 0 0.5rem;
}
@media (min-width: 0px) {
    #headerNotificacoes .subtitulo {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    #headerNotificacoes .subtitulo {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    #headerNotificacoes .subtitulo {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    #headerNotificacoes .subtitulo {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    #headerNotificacoes .navbar-site {
        padding: 0.1875rem 1.875rem;
    }
}
.impressao-page {
    margin-top: 0;
}
.impressao-page .container-print {
    margin: 0 auto;
    width: 710px;
}
.impressao-page .header-print {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.impressao-page .header-print h3 {
    color: #0089cf;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.impressao-page .header-print h3 span {
    display: block;
    font-size: 14px;
}
.impressao-page .table {
    font-size: 12px;
}
@media print {
    .impressao-page .container-print {
        width: 100%;
    }
}
#challengePopUp,
#perguntaPopup,
#raspadinhaV2Popup {
    background-color: #fff;
    border-radius: 1.25rem;
    left: 50%;
    margin: auto;
    max-height: 75%;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}
#challengePopUp > .row,
#perguntaPopup > .row,
#raspadinhaV2Popup > .row {
    justify-content: center;
}
@media (min-width: 992px) {
    #challengePopUp,
    #perguntaPopup,
    #raspadinhaV2Popup {
        width: 75%;
    }
}
#challengePopUp,
#raspadinhaV2Popup {
    max-height: 100%;
}
#challengePopUp {
    align-items: center;
    display: flex;
    justify-content: center;
}
#challengePopUp.container {
    padding: 1.5rem;
}
#challengePopUp .debito-carregando {
    background-color: #fff;
    height: 100%;
    padding: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 2;
}
#challengePopUp > #iframe_challenge {
    border: 0;
    display: block;
    min-height: 20rem;
    width: 100%;
}
.bandeira {
    background-image: url(bandeiras-sprite-v2021-2.231300d9f87bf1f0404d.png);
    display: inline-block;
    height: 36px;
    margin: 2px;
    width: 50px;
}
.bandeira,
.bandeira.is- {
    background-position: 0 0;
}
.bandeira.is-debit,
.bandeira.is-unknown {
    background-position: 0 -40px;
}
.bandeira.is-mastercard {
    background-position: 0 -82px;
}
.bandeira.is-visa {
    background-position: 0 -122px;
}
.bandeira.is-elo {
    background-position: 0 -162px;
}
.bandeira.is-amex {
    background-position: 0 -202px;
}
.bandeira.is-diners {
    background-position: 0 -242px;
}
.bandeira.is-hipercard {
    background-position: 0 -282px;
}
.bandeira.is-aura {
    background-position: 0 -322px;
}
.bandeira.is-mercadopago {
    background-position: 0 -522px;
}
.bandeira.is-picpay {
    background-position: 0 -442px;
}
.bandeira.is-pix {
    background-position: 0 -482px;
}
.asterisco {
    border-bottom: 0.0625rem solid #adb5bd;
    color: #adb5bd;
    font-size: 0.875rem;
    font-style: oblique;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem 0.25rem;
}
.sem-info {
    margin: 2rem 0 4rem;
    text-align: center;
}
.resultados-impressao {
    display: block;
}
.resultados-impressao .resultado-acumulado .dezenas-lista {
    margin: 0;
}
.resultados-impressao .resultado-acumulado .dezenas-lista .dezenas-item {
    margin: 0;
    padding: 0;
}
.resultados-impressao .por-sorteio {
    border: 0;
}
.resultados-impressao .por-sorteio .sorteios-lista .sorteios-item {
    padding: 0;
}
.resultados-impressao .por-sorteio .sorteios-lista .sorteios-item:nth-child(odd) {
    margin-right: 1rem;
}
.resultados-impressao .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo {
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 0.6875rem;
}
.resultados-impressao .por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas .dezenas-lista .dezenas-item {
    margin-left: 0.125rem;
}
.resultados-impressao .por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas .sem-resultado {
    border: 0.0625rem solid #707070;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    height: 1.5625rem;
    line-height: 1.5rem;
    margin: 0 0 1rem 0.125rem;
    padding: 0 0.5rem;
    text-align: center;
    width: 9.625rem;
}
.resultados-impressao .dezenas-lista .dezena-area {
    background-color: initial;
    border: 0.0625rem solid #707070;
    font-size: 0.875rem;
    margin: 0 0.1875rem 0.1875rem 0;
}
.resultados-impressao .resumo-premio {
    border-bottom: 0.0625rem solid #707070;
    border-radius: 0;
    height: auto;
    margin: 0 0 0.5rem;
    padding: 0;
    width: auto;
}
.resultados-impressao .resumo-premio > div.premio-nome {
    font-size: 0.875rem;
    margin: 0 0 0.5rem;
    position: static;
}
.resultados-impressao .resumo-premio > div.premio-contemplados,
.resultados-impressao .resumo-premio > div.premio-pontos,
.resultados-impressao .resumo-premio > div.premio-valor {
    font-size: 0.75rem;
    margin: 0;
    position: static;
}
.resultados-impressao .resumo-premio > div.premio-contemplados > span.label,
.resultados-impressao .resumo-premio > div.premio-contemplados > span.valor,
.resultados-impressao .resumo-premio > div.premio-pontos > span.label,
.resultados-impressao .resumo-premio > div.premio-pontos > span.valor,
.resultados-impressao .resumo-premio > div.premio-valor > span.label,
.resultados-impressao .resumo-premio > div.premio-valor > span.valor {
    display: inline-block;
    font-size: 0.75rem;
}
.resultados-impressao .resumo-premio > div.premio-valor {
    margin: 0.25rem 0 0.5rem;
}
.resultados-impressao .resumo-premio > div.premio-valor > span.label:after {
    content: ": ";
    display: inline-block;
    margin-right: 0.125rem;
}
.resultados-impressao .impressao-mais-menos-pontos .por-sorteio .sorteios-lista .sorteios-item,
.resultados-impressao .impressao-mais-menos-pontos .por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas,
.resultados-impressao .impressao-mais-menos-pontos .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo {
    display: inline-block;
}
.resultados-impressao .impressao-completa .por-sorteio > .row {
    align-items: center;
    border-bottom: 0.0625rem solid #707070;
    margin-bottom: 0.5rem;
}
.resultados-impressao .impressao-completa .por-sorteio > .row:last-child {
    border-bottom: 0;
}
.resultados-impressao .impressao-completa .por-sorteio .sorteios-item {
    display: block;
}
.resultados-impressao .impressao-completa .por-sorteio .sorteios-item .sorteio-titulo {
    color: #0089cf;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    width: 100%;
}
.resultados-impressao .impressao-completa .por-sorteio .sorteios-item .sorteio-titulo > span {
    display: inline-block;
}
.resultados-impressao .impressao-completa .por-sorteio .sorteios-item .sorteio-titulo span.nome:after {
    content: ": ";
    display: inline-block;
    margin-right: 0.25rem;
}
.resultados-impressao .impressao-completa .resumo-premio {
    border: 0;
    margin-bottom: 0;
}
.resultados-impressao .impressao-diario .sorteios-lista .sorteios-item {
    margin: 0;
    min-width: 6rem;
    padding: 0.25rem;
    text-align: center;
    width: auto;
}
.resultados-impressao .impressao-diario .sorteios-lista .sorteios-item:nth-child(odd) {
    margin: 0;
}
.resultados-impressao .impressao-diario .sorteios-lista .sorteios-item .sorteio-titulo .data {
    color: #00aeef;
    font-size: 0.875rem;
    font-weight: 700;
}
.resultados-impressao .impressao-diario .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
.resultados-impressao .impressao-diario .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado.semanal span {
    display: block;
}
.resultados-impressao .impressao-signo .numero-apurado-signo {
    align-items: center;
    display: flex;
}
.resultados-impressao .impressao-signo .numero-apurado-signo .simbolo {
    font-size: 2rem;
}
.resultados-impressao .impressao-premio-casa {
    margin-top: 1.5rem;
}
.resultados-impressao .impressao-folia-de-premios .numero-apurado .numero {
    display: block;
}
.impressao-page .footer-print {
    color: #707070;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-top: 1rem;
}
.impressao-compacta .content-print {
    border: 0.0625rem solid #707070;
    display: inline-block;
    padding: 2%;
    width: 48%;
}
.impressao-compacta .header-print .telesena-logo {
    height: 1.125rem;
}
.impressao-compacta .header-print .lideranca-logo {
    height: 0.75rem;
}
.impressao-compacta .header-print h3 {
    font-size: 0.875rem;
}
.impressao-compacta .header-print h3 span {
    font-size: 0.6875rem;
}
.impressao-compacta .titulo {
    font-size: 1rem;
    margin-bottom: 0;
}
.impressao-compacta .resultados-impressao .dezenas-lista {
    margin-bottom: 0.25rem;
}
.impressao-compacta .resultados-impressao .dezenas-lista .dezena-area {
    border: 0;
    font-size: 0.75rem;
    height: 1.375rem;
    line-height: 1.375rem;
    width: 1.375rem;
}
.impressao-compacta .resultados-impressao .mais-menos-pontos-resumo .resumo-premio {
    display: inline-block;
    width: 49%;
}
.impressao-compacta .resultados-impressao .resumo-premio > div {
    font-weight: 400;
    margin: 0;
}
.impressao-compacta .resultados-impressao .resumo-premio .premio-contemplados,
.impressao-compacta .resultados-impressao .resumo-premio .premio-pontos {
    text-transform: lowercase;
}
.impressao-compacta .impressao-completa .por-sorteio > .row {
    border-bottom: 0;
}
.impressao-compacta .impressao-completa .por-sorteio .sorteios-item .sorteio-titulo {
    font-size: 0.875rem;
}
.impressao-compacta .impressao-completa .por-sorteio .col-7 {
    padding-right: 0;
}
.impressao-compacta .impressao-completa .por-sorteio .col-5 {
    padding-left: 0;
}
.impressao-premio-diario .por-sorteio .sorteios-lista,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista,
.impressao-premio-semanal .por-sorteio .sorteios-lista,
.impressao-premio-signo .por-sorteio .sorteios-lista {
    display: block;
}
.impressao-premio-diario .por-sorteio .sorteios-lista .sorteios-item,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista .sorteios-item,
.impressao-premio-semanal .por-sorteio .sorteios-lista .sorteios-item,
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item {
    display: inline-block;
    margin-right: 1rem;
    min-width: unset;
}
.impressao-premio-diario .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .data,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .data,
.impressao-premio-semanal .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .data,
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .data {
    color: #00aeef;
}
.impressao-premio-diario .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado,
.impressao-premio-semanal .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado,
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado {
    font-weight: 700;
}
.impressao-premio-diario .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .numero + .numero,
.impressao-premio-diario .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado.semanal > span + span,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .numero + .numero,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado.semanal > span + span,
.impressao-premio-semanal .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .numero + .numero,
.impressao-premio-semanal .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado.semanal > span + span,
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .numero + .numero,
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado.semanal > span + span {
    display: block;
}
.impressao-premio-diario .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .simbolo,
.impressao-premio-folia-de-premios .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .simbolo,
.impressao-premio-semanal .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .simbolo,
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .simbolo {
    font-size: 1rem;
}
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item {
    margin-bottom: 0.875rem;
}
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo {
    text-align: center;
}
.impressao-premio-signo .por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .numero-apurado .simbolo {
    font-size: 2rem;
}
.faq {
    display: block;
}
.faq .faq-titulo {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.faq .faq-conteudo {
    color: #707070;
    font-size: 1rem;
    line-height: 1.1;
}
.faq a.btn-faq {
    color: #00aeef;
    padding: 0;
}
.faq-lista {
    display: flex;
    flex-wrap: wrap;
}
.faq-lista .faq-item {
    display: flex;
    padding: 1.875rem 0;
    width: 100%;
}
.faq-lista .faq-item:before {
    color: #0089cf;
    content: "";
    display: inline;
    font-family: Font Awesome\5 Free;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 0.5rem;
}
section.faq h3 {
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    section.faq .area-filtro-faq {
        margin: 3.75rem auto;
        width: 66.66666667%;
    }
}
.area-filtro-faq {
    margin: 2.5rem auto;
}
.area-filtro-faq .btn {
    width: 100%;
}
.area-faqs .sem-resultado {
    background-color: #e9ecef;
    border-radius: 1.5625rem;
    padding: 1.5625rem;
    text-align: center;
    width: 100%;
}
@media (min-width: 992px) {
    .faq .faq-titulo {
        font-size: 1.25rem;
    }
    .faq .faq-conteudo {
        font-size: 1.125rem;
    }
    .faq-lista .faq-item {
        padding: 1.875rem;
        width: 50%;
    }
    .faq-lista .faq-item:before {
        font-size: 2.25rem;
        margin-right: 1.25rem;
    }
    .area-filtro-faq {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .area-filtro-faq .form-group {
        margin: 0;
        width: 60%;
    }
    .area-filtro-faq .btn {
        width: 35%;
    }
    .area-faqs .sem-resultado {
        margin: 0 auto;
        width: 66.666667%;
    }
}
.faq-detalhe .faq-header {
    padding: 3.75rem 0;
    text-align: center;
}
.faq-detalhe .faq-footer {
    padding-top: 3.75rem;
    text-align: center;
}
main.home-page > .container section {
    padding: 3.5rem 0;
}
.sec-faq {
    padding-top: 3.75rem;
}
.sec-canais-atendimento h3 {
    margin-bottom: calc(3.75rem + 1.5625rem);
}
.sec-canais-atendimento .row-canais-atendimento {
    justify-content: space-around;
}
.login-page .area-form {
    align-items: center;
}
.login-page .porquinho-tele-sena {
    height: auto;
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
}
@media (min-width: 768px) {
    .login-page .porquinho-tele-sena {
        max-width: 400px;
    }
}
@media (max-width: 767.98px) {
    .login-page .porquinho-tele-sena {
        padding-bottom: 3rem;
    }
}
.login-captcha {
    background-color: #f5f5f5;
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
}
.login-captcha h5 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .login-captcha {
        margin: 1.5rem auto;
        max-width: 80%;
        padding: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .login-captcha {
        max-width: 90%;
    }
}
@media (max-width: 767.98px) {
    .login-captcha {
        margin: 1.5rem 0;
        padding: 2rem 1rem 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .login-captcha .h-captcha iframe {
        transform: scale(0.85);
        transform-origin: center center;
    }
}
@media (max-width: 362.98px) {
    .login-captcha {
        margin: 1.5rem auto;
        width: 18.125rem;
    }
    .login-captcha .h-captcha iframe {
        transform-origin: 0 0;
    }
}
.box-manutencao {
    background-color: #f5f5f5;
    border: 2px solid #ffc300;
    border-radius: 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 2.5rem 0;
    text-align: center;
}
@media (min-width: 768px) {
    .box-manutencao {
        font-size: 1.125rem;
        padding: 3rem;
    }
}
.cadastro-page .area-form {
    padding: 0 0 2.5rem;
}
@media (min-width: 992px) {
    .cadastro-page .area-form {
        padding: 0 10.0625rem 2.5rem;
    }
}
.resultados-page > .titulo {
    margin-bottom: 2rem;
}
.resultados-page .campanha-area {
    margin: 0.5rem 0 4rem;
}
.resultados-page .premiados-area {
    margin: 0.5rem 0 3rem;
}
.resultados-page .resultados-area {
    margin: 0.5rem 0 1rem;
}
@media (max-width: 767.98px) {
    .resultados-page .campanha-area .filtro-area-button .btn,
    .resultados-page .campanha-area .filtro-area-button .btn:active,
    .resultados-page .campanha-area .filtro-area-button .btn:hover {
        color: #00aeef;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40.335999' height='6.9347801' viewBox='0 0 10.672238 1.8348273'%3e%3cpath fill='%2300aeef' d='M 0.61318546,7.3909759e-8 H 1.0296025 L 1.6427879,1.5695718 H 1.2812831 L 1.1691708,1.2698431 H 0.45531308 L 0.34320082,1.5695718 H 0 Z M 1.0639226,0.99299447 0.91520219,0.59488149 Q 0.88774613,0.52166531 0.81681796,0.28600076 h -0.01144 Q 0.73444976,0.52166531 0.70699369,0.59488149 L 0.55827333,0.99299447 Z'/%3e%3cpath fill='%2300aeef' d='M 1.8021618,7.3909759e-8 H 2.1339226 V 1.2812831 H 2.9804847 V 1.5695718 H 1.8021618 Z'/%3e%3cpath fill='%2300aeef' d='M 3.4108799,0.28600076 H 2.9258228 V 7.3909759e-8 h 1.301875 V 0.28600076 H 3.7426407 V 1.5695718 H 3.4108799 Z'/%3e%3cpath fill='%2300aeef' d='M 4.429793,7.3909759e-8 H 5.6630279 V 0.28142475 H 4.7615538 v 0.34548882 h 0.8008019 v 0.2814247 H 4.7615538 V 1.2881471 H 5.6767559 V 1.5695718 H 4.429793 Z'/%3e%3cpath fill='%2300aeef' d='m 5.9581093,7.3909759e-8 h 0.832834 q 0.2631206,0 0.3958249,0.130416306090241 0.132704,0.12812831 0.132704,0.36150486 0,0.32947282 -0.2745603,0.43929709 L 7.3652323,1.5695718 H 7.0060158 L 6.7291671,0.98384245 H 6.2898701 V 1.5695718 H 5.9581093 Z M 6.7611992,0.70699376 q 0.1075362,0 0.1647364,-0.0572001 0.0572,-0.0572001 0.0572,-0.15787238 0,-0.10067223 -0.0572,-0.15558436 -0.0572,-0.0549121 -0.1647364,-0.0549121 H 6.2898701 v 0.42556901 z'/%3e%3cpath fill='%2300aeef' d='m 8.0760158,7.3909759e-8 h 0.416417 L 9.1056183,1.5695718 H 8.7441134 L 8.6320012,1.2698431 H 7.9181435 L 7.8060312,1.5695718 H 7.4628304 Z M 8.5267529,0.99299447 8.3780326,0.59488149 Q 8.3505765,0.52166531 8.2796483,0.28600076 H 8.2682047 Q 8.1972801,0.52166531 8.1698205,0.59488149 L 8.0211037,0.99299447 Z'/%3e%3cpath fill='%2300aeef' d='m 9.2649925,7.3909759e-8 h 0.8328335 q 0.263121,0 0.395825,0.130416306090241 0.132705,0.12812831 0.132705,0.36150486 0,0.32947282 -0.274561,0.43929709 L 10.672116,1.5695718 H 10.312899 L 10.03605,0.98384245 H 9.5967533 V 1.5695718 H 9.2649925 Z M 10.068082,0.70699376 q 0.107537,0 0.164737,-0.0572001 0.0572,-0.0572001 0.0572,-0.15787238 0,-0.10067223 -0.0572,-0.15558436 -0.0572,-0.0549121 -0.164737,-0.0549121 H 9.5967533 v 0.42556901 z'/%3e%3cpath stroke='%2300aeef' stroke-width='0.148935' d='M 5.3238179e-5,1.7526131 10.671967,1.7602426' /%3e%3c/svg%3e");
        background-position: right calc(0.375em + 0.375rem) center;
        background-repeat: no-repeat;
        padding: 0.75rem 1.25rem;
        text-align: left;
    }
    .resultados-page .campanha-area .filtro-area {
        background-color: #fff;
        border-radius: 1.25rem 1.25rem 0 0;
        bottom: 0;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        margin-bottom: 0;
        padding: 1rem;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .resultados-page .campanha-area .filtro-area.open {
        display: block;
    }
    .resultados-page .campanha-area .filtro-area .btn-close {
        color: #00aeef;
    }
    .resultados-page .campanha-area .filtro-area .btn-close .icone {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .resultados-page .filtro-campanha {
        margin-bottom: 0.5rem;
    }
    .resultados-page .campanha-titulo {
        margin: 2rem 0 0;
    }
}
@media (min-width: 1200px) {
    .resultados-page .premiados-area,
    .resultados-page .premio-casa-area,
    .resultados-page .resultados-area {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }
    .resultados-page .resultados-area {
        padding: 2rem 1.875rem;
    }
    .resultados-page .resultados-area .titulo {
        margin-top: 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .resultados-page .premiados-area,
    .resultados-page .premio-casa-area,
    .resultados-page .resultados-area {
        margin-left: -1.9375rem;
        margin-right: -1.9375rem;
    }
    .resultados-page .resultados-area {
        padding: 2rem 1.9375rem;
    }
    .resultados-page .resultados-area .titulo {
        margin-top: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .resultados-page .premiados-area,
    .resultados-page .premio-casa-area,
    .resultados-page .resultados-area {
        margin-left: -2.4375rem;
        margin-right: -2.4375rem;
    }
    .resultados-page .resultados-area {
        padding: 2rem 2.4375rem;
    }
    .resultados-page .resultados-area .titulo {
        margin-top: 0.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .resultados-page .premiados-area,
    .resultados-page .premio-casa-area,
    .resultados-page .resultados-area {
        margin-left: -2.0625rem;
        margin-right: -2.0625rem;
    }
    .resultados-page .resultados-area {
        padding: 1rem 2.0625rem;
    }
    .resultados-page .resultados-area .titulo {
        margin-top: 0.5rem;
    }
}
@media (max-width: 575.98px) {
    .resultados-page .premiados-area,
    .resultados-page .premio-casa-area,
    .resultados-page .resultados-area {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .resultados-page .resultados-area {
        padding: 1rem 0.9375rem;
    }
    .resultados-page .resultados-area .titulo {
        margin-top: 0.5rem;
    }
}
.resultados-area.invert {
    background-color: #f5f5f5;
}
.resultados-area.invert .dezena-area {
    background-color: #fff;
}
.resultados-area .resultados .resultado-acumulado {
    border-bottom: 0.0625rem solid #ddd;
}
.resultados-area .resultados .resultado-acumulado:last-child {
    border-bottom: 0;
}
.resultados-area .por-sorteio,
.resultados-area .resultado-acumulado {
    padding: 2rem 0 1.5rem;
}
.resultados-area .por-sorteio .subtitulo,
.resultados-area .resultado-acumulado .subtitulo {
    margin: 0.5rem 0 1rem;
}
.resultados-area .por-sorteio .sem-resultado,
.resultados-area .resultado-acumulado .sem-resultado {
    color: #adb5bd;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    height: 2.125rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.resultados-area .resultado-acumulado .sem-resultado {
    font-size: 1.15rem;
}
.resultados-area .por-sorteio .sem-resultado {
    font-size: 0.75rem;
    padding: 0 1rem;
    text-align: center;
}
@media (min-width: 992px) {
    .resultados-area .por-sorteio,
    .resultados-area .resultado-acumulado {
        padding: 3rem 0 2rem;
    }
    .resultados-area .por-sorteio .subtitulo,
    .resultados-area .resultado-acumulado .subtitulo {
        margin: 0.5rem 0 2rem;
    }
}
.por-sorteio {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0.5rem;
}
.por-sorteio .sorteios-lista {
    margin-bottom: 0;
}
.por-sorteio .sorteios-lista .sorteios-item {
    display: flex;
    justify-content: space-between;
}
.por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo {
    display: block;
    flex-grow: 1;
    font-family: Archivo, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .nome {
    white-space: nowrap;
}
.por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas,
.por-sorteio .sorteios-lista .sorteios-item .sorteio-titulo .data {
    display: block;
}
.por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas .dezenas-item {
    margin-left: 0.875rem;
}
@media (max-width: 575.98px) {
    .por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas .dezenas-item {
        margin-left: 0.5rem;
    }
}
@media (min-width: 768px) {
    .por-sorteio {
        margin-top: 1rem;
    }
    .por-sorteio .sorteios-lista {
        display: flex;
        flex-wrap: wrap;
    }
    .por-sorteio .sorteios-lista .sorteios-item {
        min-width: 33%;
        padding: 0 1.25rem;
    }
    .por-sorteio .sorteios-lista .sorteios-item .sorteio-dezenas {
        flex-grow: 3;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .por-sorteio .sorteios-lista .sorteios-item {
        padding: 0 1rem;
    }
}
.resultados-page .numero-da-sorte-item .numero-da-sorte .numero-apurado.semanal,
.resultados-page .sorteado-do-dia .numero-da-sorte .numero-apurado.semanal {
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
}
.resultados-page .sorteado-do-dia .numero-da-sorte .numero-apurado.foliaDePremios {
    font-size: 1.25rem;
}
.resultados-page .sorteado-do-dia .numero-da-sorte .numero-apurado.foliaDePremios > span {
    margin: 0 0.5rem;
}
.resultados-page .numero-da-sorte-item .numero-da-sorte .numero-apurado.foliaDePremios > span,
.resultados-page .numero-da-sorte-item .numero-da-sorte .numero-apurado.numero-apurado-diario span,
.resultados-page .sorteado-do-dia .numero-da-sorte .numero-apurado.foliaDePremios > span,
.resultados-page .sorteado-do-dia .numero-da-sorte .numero-apurado.numero-apurado-diario span {
    display: block;
}
.numero-da-sorte-area {
    margin: 3rem 0 1rem;
}
.numero-da-sorte-area > * {
    margin: 0.5rem 0 2rem;
}
@media (min-width: 992px) {
    .numero-da-sorte-area {
        margin: 4rem 0 1rem;
    }
    .numero-da-sorte-area > * {
        margin: 0.5rem 0 3rem;
    }
}
.resultados-page .premio-casa-area {
    margin-top: 3rem;
}
.resultados-page .premio-casa-area .row {
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
}
.resultados-page .premio-casa-area .campanha-titulo {
    margin: 1rem 0 0.5rem;
}
.resultados-page .premio-casa-area .campanha-titulo h3 {
    font-size: 1.125rem;
}
.resultados-page .premio-casa-area .campanha-titulo img {
    margin-top: 0.5rem;
}
.premio-casa {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    margin: 0.75rem 0 0.5rem;
    text-align: center;
    text-transform: uppercase;
}
.premio-casa > * {
    margin: 0 0.25rem;
}
.premio-casa .numero {
    color: #00aeef;
}
.premio-casa .data {
    color: #adb5bd;
    display: block;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .premio-casa-area .row {
        align-items: center;
        margin-top: 1.75rem;
    }
    .premio-casa-area .campanha-titulo h3 {
        font-size: 1.375rem;
    }
    .premio-casa-area .descricao {
        font-size: 1.25rem;
    }
    .premio-casa > * {
        display: block;
    }
    .premio-casa .label,
    .premio-casa .numero {
        font-size: 1.875rem;
    }
}
.documentos-area {
    margin-top: 3rem;
}
.pdf-lista {
    margin-top: 2rem;
    padding-bottom: 4rem;
}
.pdf-lista .pdf-item {
    margin: 0.5rem 0 1rem;
}
@media (min-width: 992px) {
    .documentos-area {
        margin-top: 4rem;
    }
    .pdf-lista {
        display: flex;
        flex-wrap: wrap;
        margin-top: 3rem;
    }
    .pdf-lista .pdf-item {
        margin: 0.5rem 3.4375rem 2rem 0;
        width: 44.086%;
    }
}
@media (min-width: 1200px) {
    .pdf-lista .pdf-item {
        margin: 0.5rem 3.4375rem 2rem 0;
        width: 21.4375rem;
    }
    .pdf-lista .pdf-item:nth-child(3n) {
        margin-right: 0;
    }
}
.checkout-page .forms {
    padding-left: 0;
    padding-right: 0;
}
.checkout-page .texto-area {
    padding: 2.5rem 0;
}
@media (min-width: 0px) {
    .checkout-page .texto-area > h3 {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .checkout-page .texto-area > h3 {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .checkout-page .texto-area > h3 {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .checkout-page .texto-area > h3 {
        font-size: 1.875rem;
    }
}
.checkout-page .area-infos {
    padding: 2.5rem 0;
}
@media (min-width: 0px) {
    .checkout-page .area-infos {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .checkout-page .area-infos {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .checkout-page .area-infos {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .checkout-page .area-infos {
        font-size: 1rem;
    }
}
.checkout-page .area-infos > *,
.checkout-page .area-infos > div > * > * {
    margin-bottom: 1.875rem;
}
.checkout-page .area-infos > div h4,
.checkout-page .area-infos > h4 {
    color: #00aeef;
    text-transform: capitalize;
}
@media (min-width: 0px) {
    .checkout-page .area-infos > div h4,
    .checkout-page .area-infos > h4 {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .checkout-page .area-infos > div h4,
    .checkout-page .area-infos > h4 {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .checkout-page .area-infos > div h4,
    .checkout-page .area-infos > h4 {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .checkout-page .area-infos > div h4,
    .checkout-page .area-infos > h4 {
        font-size: 1.375rem;
    }
}
.checkout-page .area-infos > .detalhes > *,
.checkout-page .area-infos > div .detalhes > * {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.checkout-page .area-infos > .detalhes > * :first-child,
.checkout-page .area-infos > div .detalhes > * :first-child {
    font-weight: 700;
}
.checkout-page .area-infos > .detalhes > * :last-child,
.checkout-page .area-infos > div .detalhes > * :last-child {
    font-weight: 400;
}
.checkout-page .area-infos > .detalhes > * .destaque,
.checkout-page .area-infos > div .detalhes > * .destaque {
    color: #00aeef;
    font-weight: 700;
}
.checkout-page .area-infos > .links,
.checkout-page .area-infos > div .links {
    padding: 2.5rem 0 0;
}
.checkout-page .area-infos > .links > *,
.checkout-page .area-infos > div .links > * {
    margin-bottom: 1.5rem;
}
.checkout-page .condicoes-gerais-aceite {
    padding: 4rem 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .checkout-page .area-infos > .detalhes > *,
    .checkout-page .area-infos > div .detalhes > * {
        flex-direction: row;
    }
    .checkout-page .area-infos > .links,
    .checkout-page .area-infos > div .links {
        padding: 2.5rem 2.5rem 0;
    }
}
.checkout-box .titulo {
    line-height: 2rem;
}
@media (min-width: 0px) {
    .checkout-box .titulo {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .checkout-box .titulo {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .checkout-box .titulo {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .checkout-box .titulo {
        font-size: 2.5rem;
    }
}
@media (min-width: 0px) {
    .checkout-box .titulo > .subtitulo {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .checkout-box .titulo > .subtitulo {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .checkout-box .titulo > .subtitulo {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .checkout-box .titulo > .subtitulo {
        font-size: 1rem;
    }
}
.checkout-cards-flags {
    display: flex;
    justify-content: space-evenly;
    overflow-x: auto;
}
.checkout-cards-flags > .item-bandeira {
    display: inline-block;
}
.checkout-cards-flags > .item-bandeira .custom-radio {
    height: 4.5rem;
    line-height: 4rem;
    padding-left: 0;
    width: 3.5rem;
}
.checkout-cards-flags > .item-bandeira .custom-radio,
.checkout-cards-flags > .item-bandeira input,
.checkout-cards-flags > .item-bandeira label > span {
    cursor: pointer;
}
.checkout-cards-flags > .item-bandeira input,
.checkout-cards-flags > .item-bandeira label:after,
.checkout-cards-flags > .item-bandeira label:before {
    left: 1.1rem;
}
.checkout-cards-flags > .item-bandeira label {
    width: 3.5rem;
}
.checkout-cards-flags > .item-bandeira label > span {
    vertical-align: bottom;
}
.checkout-quantidade {
    margin-bottom: 2.5rem;
}
.checkout-quantidade .forms {
    padding: 0;
}
.checkout-quantidade .forms > .form-title {
    margin: 1.875rem 0 1rem;
    text-align: left;
}
.checkout-quantidade .valor-unitario {
    color: #707070;
}
@media (min-width: 0px) {
    .checkout-quantidade .valor-unitario {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .checkout-quantidade .valor-unitario {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .checkout-quantidade .valor-unitario {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .checkout-quantidade .valor-unitario {
        font-size: 1rem;
    }
}
.checkout-quantidade .actions {
    font-weight: 700;
}
.checkout-quantidade .actions-group-qtd {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.checkout-quantidade .actions-group-qtd .actions {
    border-radius: 100%;
    height: 2.375rem;
    padding: 0.3125rem;
    width: 2.375rem;
}
.checkout-quantidade .actions-group-qtd input {
    border: 3px solid #ddd;
    border-radius: 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    max-width: 230px;
}
.checkout-quantidade .actions-aux {
    color: #707070;
    font-weight: 700;
    margin: 1rem 0 1.5rem;
}
@media (min-width: 0px) {
    .checkout-quantidade .actions-aux {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .checkout-quantidade .actions-aux {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .checkout-quantidade .actions-aux {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .checkout-quantidade .actions-aux {
        font-size: 0.875rem;
    }
}
.checkout-quantidade .actions-group-increments {
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem 0;
}
.checkout-quantidade .actions-group-increments > .actions {
    height: 2.5rem;
    padding: 0.375rem;
    width: 5rem;
}
.checkout-quantidade .checkout-product-gift {
    margin: 1.875rem 0;
}
.checkout-quantidade .checkout-product-gift .subtitulo {
    margin-top: 0;
}
.checkout-quantidade .checkout-product-gift .aviso {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.checkout-quantidade .checkout-product-resgate {
    flex-direction: row;
    font-weight: 700;
    justify-content: space-between;
    margin: 1.875rem 0;
}
.checkout-quantidade .checkout-product-resgate > span {
    margin: auto 0;
}
.checkout-quantidade .valor-total {
    color: #00aeef;
    text-transform: uppercase;
}
.checkout-quantidade .valor-total > .form-label-inline,
.checkout-quantidade .valor-total > .form-value {
    font-size: 1.5rem;
    font-weight: 700;
}
.checkout-quantidade #valor-resgate {
    color: #00aeef;
}
@media (max-width: 768px) {
    .checkout-quantidade .actions-group-float {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
        left: 0;
        margin-bottom: 0;
        padding: 1rem;
        position: fixed;
        width: 100%;
        z-index: 16;
    }
}
.checkout-resumo {
    background-color: #f5f5f5;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 2rem 1rem;
    text-align: center;
}
.checkout-resumo > * {
    margin-bottom: 1.875rem;
}
.checkout-resumo .produto {
    display: flex;
}
.checkout-resumo .produto .campanha-img {
    border-radius: 6px;
    height: auto;
    margin: 10px auto;
    max-width: 100px;
    width: 100%;
}
.checkout-resumo .produto > .titulo {
    margin-left: 1.25rem;
    text-align: left;
}
@media (min-width: 0px) {
    .checkout-resumo .produto > .titulo {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .checkout-resumo .produto > .titulo {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .checkout-resumo .produto > .titulo {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .checkout-resumo .produto > .titulo {
        font-size: 1.5rem;
    }
}
@media (min-width: 0px) {
    .checkout-resumo .aviso,
    .checkout-resumo .link-aux,
    .checkout-resumo .resumo {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .checkout-resumo .aviso,
    .checkout-resumo .link-aux,
    .checkout-resumo .resumo {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .checkout-resumo .aviso,
    .checkout-resumo .link-aux,
    .checkout-resumo .resumo {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .checkout-resumo .aviso,
    .checkout-resumo .link-aux,
    .checkout-resumo .resumo {
        font-size: 1rem;
    }
}
.checkout-resumo .link-aux {
    display: block;
    font-weight: 700;
}
.checkout-resumo .aviso {
    text-align: left;
}
.checkout-resumo .resumo {
    margin: 1rem 0;
}
.checkout-resumo .resumo > tr > td:first-child {
    font-weight: 700;
    text-align: left;
}
.checkout-resumo .resumo > tr > td:last-child {
    text-align: right;
}
.checkout-resumo .resumo .resgate :last-child {
    color: #e60000;
}
.checkout-resumo .resumo .total {
    color: #00aeef;
}
@media (min-width: 0px) {
    .checkout-resumo .resumo .total {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .checkout-resumo .resumo .total {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .checkout-resumo .resumo .total {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .checkout-resumo .resumo .total {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .checkout-resumo {
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1.875rem;
    }
    .checkout-resumo .produto .campanha-img {
        height: auto;
        margin: 4px auto;
        max-width: 150px;
        width: 100%;
    }
}
.checkout-page.checkout-produto-page .card.sobre {
    margin: 0 -15px;
}
@media (min-width: 575px) {
    .checkout-page.checkout-produto-page .card.sobre {
        margin: 0;
    }
}
.checkout-page.checkout-carrinho-page .checkout-resumo .resumo > tr > td:first-child {
    vertical-align: middle;
}
.checkout-page.checkout-carrinho-page .checkout-quantidade .actions-group-qtd {
    justify-content: right;
}
.checkout-page.checkout-carrinho-page .checkout-quantidade .actions-group-qtd > * {
    margin-left: 0.5rem;
}
.checkout-page.checkout-carrinho-page .checkout-quantidade .actions-group-qtd input {
    max-width: 5rem;
}
.checkout-page.checkout-carrinho-page .checkout-product-gift .subtitulo {
    margin-top: 0;
}
.checkout-page.checkout-carrinho-page .checkout-product-voucher {
    display: table;
    width: 100%;
}
.checkout-page.checkout-carrinho-page .checkout-product-voucher > div {
    display: table-cell;
    vertical-align: middle;
}
.checkout-page.checkout-carrinho-page .checkout-product-voucher div:last-child {
    text-align: right;
}
.checkout-page.checkout-carrinho-page .checkout-product-voucher .subtitulo {
    margin: 0;
}
.checkout-page.checkout-identificacao-page .accordion-pagamento {
    margin-bottom: 2rem;
}
.checkout-page.checkout-identificacao-page .custom-pills {
    padding: 0 0 1.5rem;
}
.checkout-page.checkout-identificacao-page .card-number-field .form-control-feedback {
    display: block;
    position: absolute;
    right: 12px;
    top: 40px;
}
.pagto-passo-a-passo ul {
    display: block;
}
.pagto-passo-a-passo ul .item {
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
}
.pagto-passo-a-passo ul .item .passo {
    background-color: #77b6a8;
    border-radius: 1rem;
    color: #fff;
    display: block;
    font-size: 1.175em;
    font-weight: 700;
    height: 2rem;
    line-height: 2rem;
    margin-right: 0.25rem;
    min-width: 2rem;
    text-align: center;
    width: 2rem;
}
.pagto-passo-a-passo ul .item p {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
.pagto-passo-a-passo.pix-passo-a-passo ul .item .passo {
    background-color: #77b6a8;
    color: #fff;
}
.pix-link {
    background-color: #e9ecef;
    border-radius: 0.5rem;
    overflow-wrap: break-word;
    padding: 0.5rem;
}
.pix-copia-e-cola-area-botao {
    align-items: center;
    display: flex;
    justify-content: center;
}
.pix-copia-e-cola-area-botao .pix-copia-e-cola-copiado,
.pix-copia-e-cola-area-botao button {
    margin: 8px;
}
.pix-qrcode-img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .pix-area .nav .pixqrcode {
        display: none;
    }
    .pagto-passo-a-passo ul .item {
        font-size: 0.875rem;
    }
}
.checkout-page .debito-carregando {
    align-items: center;
    display: flex;
    justify-content: center;
}
.checkout-page.checkout-confirmacao-page .pedido-recebido-mensagem {
    padding-top: 1rem;
}
.checkout-page.checkout-confirmacao-page .area-infos > div > * > * {
    margin-bottom: 0;
}
.checkout-page.checkout-confirmacao-page .pix-area {
    padding: 1.785rem 0;
}
.termos-page {
    padding-bottom: 1rem;
}
@media (min-width: 768px) {
    .termos-page > .texto-area {
        padding-bottom: 2.5rem;
    }
}
.condicoes-gerais-page .filtro-area {
    margin-top: 2.5rem;
}
.condicoes-gerais-page .docs-area {
    margin: 1.5rem 0;
}
.assessoria-de-imprensa-page .texto-area .texto-geral > * {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
.assessoria-de-imprensa-page .texto-area .texto-geral > * .label {
    font-weight: 700;
}
.uso-de-dados-page .texto-area {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
.uso-de-dados-page .data-atualizacao {
    color: #00aeef;
    font-weight: 700;
}
.minhas-telesenas-page > .filtro-area {
    margin-top: 2.5rem;
}
.minhas-telesenas-campanha-page .custom-pills > a:not(.active) {
    background-color: #fff;
    border-color: #fff;
}
.minhas-telesenas-campanha-page .campanha-info .campanha-condicoes-gerais {
    display: inline-flex;
}
.minhas-telesenas-campanha-page .campanha-info,
.minhas-telesenas-campanha-page .campanha-quantidade {
    flex: 1;
    width: auto;
}
.minhas-telesenas-campanha-page .campanha-img {
    margin-bottom: 0;
}
.minhas-telesenas-campanha-page .campanha-quantidade {
    display: flex;
    justify-content: space-evenly;
}
.minhas-telesenas-campanha-page .campanha-quantidade > .qtde-fisica,
.minhas-telesenas-campanha-page .campanha-quantidade > .qtde-virtual {
    flex-direction: column;
    padding-top: 0;
}
.minhas-telesenas-campanha-page .campanha-quantidade > .qtde-fisica > .label,
.minhas-telesenas-campanha-page .campanha-quantidade > .qtde-virtual > .label {
    margin-left: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .minhas-telesenas-campanha-page .campanha-info .campanha-condicoes-gerais {
        display: none;
    }
    .minhas-telesenas-campanha-page .doc {
        flex-direction: column;
    }
    .minhas-telesenas-campanha-page .doc > .doc-info {
        text-align: center;
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .minhas-telesenas-campanha-page .campanha-quantidade > .qtde-fisica,
    .minhas-telesenas-campanha-page .campanha-quantidade > .qtde-virtual {
        flex-direction: row;
    }
    .minhas-telesenas-campanha-page .campanha-quantidade > .qtde-fisica > .label,
    .minhas-telesenas-campanha-page .campanha-quantidade > .qtde-virtual > .label {
        margin-left: 1rem;
        text-align: left;
    }
}
.campanha-lista-tipos {
    width: 100%;
}
.campanha-lista-titulos {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 3.5rem 0;
    text-align: center;
}
.campanha-lista-titulos > .item {
    display: inline-flex;
    margin: 2rem 2rem 2rem 0;
}
.campanha-lista-titulos > .item .campanha-img {
    max-height: 3.125rem;
}
.campanha-lista-titulos > .item .titulo-status {
    color: #333;
    display: inline-block;
    margin-left: 1.5rem;
}
.campanha-lista-titulos > .item .titulo-status > * {
    display: block;
}
.campanha-lista-titulos > .item .titulo-status > .titulo-numero {
    font-weight: 700;
}
.campanha-lista-titulos > .item > a {
    align-items: center;
    color: #333;
    display: inline-flex;
}
.campanha-lista-titulos > .item > a:hover {
    color: #00aeef;
    text-decoration: none;
}
.campanha-lista-titulos > .item > a:hover .titulo-numero {
    color: #00aeef;
}
.campanha-lista-titulos > .item > a:before {
    counter-increment: item;
    content: counters(item, "decimal-leading-zero");
    background-color: #fff;
    border-radius: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    min-height: 1.875rem;
    margin-right: 1rem;
    padding: 4px 10px;
    min-width: 1.875rem;
}
@media (max-width: 359px) {
    .campanha-lista-titulos > .item {
        margin: 2rem;
    }
    .campanha-lista-titulos > .item .campanha-img {
        margin: 0.5rem 0;
    }
    .campanha-lista-titulos > .item .titulo-status {
        margin-left: 0;
    }
    .campanha-lista-titulos > .item > a {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .campanha-lista-titulos {
        text-align: left;
    }
}
.campanhas-area {
    margin: 2.5rem 0;
}
.campanhas-area > .campanhas-lista {
    margin: 0;
}
.campanhas-item {
    margin-bottom: 1.25rem;
}
.campanhas-item > .campanha-area {
    background-color: #f5f5f5;
    border-radius: 1.25rem;
    padding: 1.5rem 1rem;
}
@media (max-width: 575px) {
    .campanhas-item {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.campanha-quantidade > .qtde-fisica,
.campanha-quantidade > .qtde-virtual {
    font-weight: 700;
    text-align: center;
}
.campanha-quantidade > .qtde-fisica > .qtde,
.campanha-quantidade > .qtde-virtual > .qtde {
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.25rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    width: 3.5rem;
}
.campanha-quantidade > .qtde-fisica > .label,
.campanha-quantidade > .qtde-virtual > .label {
    font-family: Archivo, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.campanha-ctas > * {
    margin: 1.5rem 0;
}
.campanha-ctas .ver-todos {
    text-align: center;
}
.campanha-ctas .ver-todos > a {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .campanha-quantidade > .qtde-fisica,
    .campanha-quantidade > .qtde-virtual {
        float: left;
        margin: 2rem auto;
        width: 50%;
    }
    .campanha-quantidade > .qtde-fisica > .qtde,
    .campanha-quantidade > .qtde-virtual > .qtde {
        margin: 0.5rem auto;
    }
}
@media (min-width: 992px) {
    .campanhas-area {
        margin-top: 3.75rem;
    }
    .campanhas-area > .campanhas-lista {
        margin: 0;
    }
    .campanhas-item {
        margin-bottom: 1.25rem;
    }
    .campanhas-item > .campanha-area {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 2.5rem;
    }
    .campanhas-item > .campanha-area > .campanha-info {
        width: 42%;
    }
    .campanhas-item > .campanha-area > .campanha-quantidade {
        width: 26%;
    }
    .campanhas-item > .campanha-area > .campanha-ctas {
        width: 32%;
    }
    .campanha-quantidade {
        padding: 0 0.5rem;
    }
    .campanha-quantidade > .qtde-fisica,
    .campanha-quantidade > .qtde-virtual {
        align-items: center;
        display: flex;
        padding: 0.5rem 0;
    }
    .campanha-quantidade > .qtde-fisica > .label,
    .campanha-quantidade > .qtde-virtual > .label {
        margin-left: 1rem;
        text-align: left;
    }
}
.minha-telesena-page > .card-cartela {
    border-radius: 1.25rem;
    margin: 2.5rem 0 3.75rem;
}
.minha-telesena-page > .card-cartela > .card-body {
    padding: 2.5rem;
}
.header-titulo > .titulo-numero {
    position: relative;
    width: 29rem;
}
.header-titulo > .titulo-numero > .filtro-titulo {
    margin: 0 auto;
    width: 100%;
}
.header-titulo > .titulo-numero > .identificacao {
    display: flex;
    justify-content: space-between;
    padding-top: 5.125rem;
}
.header-titulo .label {
    display: block;
    font-family: Archivo, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.header-titulo .info {
    display: block;
    font-size: 1rem;
}
.header-titulo > .titulo-info > .tipo-titulo > .info {
    background-color: #00aeef;
    border-radius: 1rem;
    color: #fff;
    padding: 0 0.5rem;
    text-align: center;
}
@media (max-width: 991.98px) {
    .header-titulo > .campanha-nome,
    .header-titulo > .titulo-info,
    .header-titulo > .titulo-numero {
        margin-bottom: 2rem;
        width: 100%;
    }
    .header-titulo > .titulo-info {
        display: flex;
    }
    .header-titulo > .titulo-info > div {
        flex-grow: 1;
    }
}
@media (max-width: 767.98px) {
    .minha-telesena-page > .card-cartela {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .minha-telesena-page > .card-cartela > .card-body {
        padding: 2.5rem 0.9375rem;
    }
    .minha-telesena-page .campanha-nome .campanha-titulo {
        font-size: 1.5rem;
    }
    .minha-telesena-page .campanha-nome .campanha-susep {
        clear: both;
        padding-top: 1rem;
    }
}
@media (min-width: 992px) {
    .minha-telesena-page .campanha-nome .campanha-img {
        float: none;
        margin-bottom: 0;
    }
    .minha-telesena-page .campanha-nome .campanha-titulo {
        margin: 1rem 0 0.625rem;
    }
    .minha-telesena-page .campanha-nome .campanha-condicoes-gerais {
        margin: 1rem 0 0;
    }
    .header-titulo {
        display: flex;
        justify-content: space-between;
    }
    .header-titulo > .titulo-numero {
        padding: 0 1rem;
    }
    .header-titulo > .titulo-numero > .filtro-titulo {
        width: calc(100% - 2rem);
    }
    .header-titulo > .titulo-info > .data-compra,
    .header-titulo > .titulo-info > .tipo-titulo {
        margin-bottom: 2rem;
    }
}
.content-titulo .area-premiacao {
    padding: 2.5rem 0;
}
.content-titulo .area-premiacao .card-title {
    margin: 0.5rem;
    text-align: center;
}
.content-titulo .descricao-premiacao {
    margin-top: 2.5rem;
}
.minha-telesena-page .cartela,
.minha-telesena-page .cartela-cta {
    justify-content: center;
    margin: 0 auto;
    max-width: 280px;
}
.minha-telesena-page .cartela-cta {
    margin-bottom: 1.875rem;
}
@media (min-width: 0px) {
    .minha-telesena-page .cartela-cta {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .minha-telesena-page .cartela-cta {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .minha-telesena-page .cartela-cta {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .minha-telesena-page .cartela-cta {
        font-size: 1.125rem;
    }
}
.minha-telesena-page .cartela-subtitulo {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}
@media (min-width: 0px) {
    .minha-telesena-page .cartela-subtitulo {
        font-size: calc(1.375rem);
    }
}
@media (min-width: 360px) {
    .minha-telesena-page .cartela-subtitulo {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .minha-telesena-page .cartela-subtitulo {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .minha-telesena-page .cartela-subtitulo {
        font-size: 1.875rem;
    }
}
.minha-telesena-page .cartela-subtitulo > .destaque {
    color: #ffc300;
}
.minha-telesena-page .por-sorteio {
    border: none;
    margin-top: 2rem;
    padding: 0;
}
.minha-telesena-page .quadros-multiplos .card {
    margin: 0.5rem 0;
}
@media (min-width: 360px) {
    .minha-telesena-page .cartela,
    .minha-telesena-page .cartela-cta {
        max-width: 380px;
    }
}
@media (min-width: 992px) {
    .minha-telesena-page .cartela,
    .minha-telesena-page .cartela-cta {
        max-width: 454px;
    }
}
@media (max-width: 359px) {
    .minha-telesena-page .cartela-subtitulo .destaque {
        display: block;
    }
    .minha-telesena-page .cartela .dezena-area {
        height: 2.5rem;
        margin: 4px;
        width: 2.5rem;
    }
    .minha-telesena-page .cartela .dezena-area > .dezena {
        height: 2.2rem;
        width: 2.2rem;
        line-height: calc(2em - 6px);
    }
}
@media (min-width: 360px) and (max-width: 400px) {
    .minha-telesena-page .cartela .dezena-area {
        margin: 4px;
    }
}
@media (min-width: 1200px) {
    .minha-telesena-page .quadros-multiplos .card {
        display: inline-flex;
        margin: 0.4rem;
    }
}
.minha-telesena-page .completa-multiplas .numeros-da-sorte .numero-da-sorte-grupo {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.minha-telesena-page .completa-multiplas .numeros-da-sorte .numero-da-sorte-grupo > .grupo-titulo {
    margin: 0 1.5rem;
}
.minha-telesena-page .numero-da-sorte-multiplos {
    display: flex;
    flex-direction: column;
}
.minha-telesena-page .numero-da-sorte-multiplos > * {
    flex: 1;
}
.minha-telesena-page .sorteado-do-dia {
    flex-direction: column;
}
.minha-telesena-page .sorteado-do-dia > .titulo {
    margin-bottom: 2.5rem !important;
    text-align: center;
}
.minha-telesena-page .sorteado-do-dia > .numero-da-sorte {
    width: 100% !important;
}
.minha-telesena-page .sorteado-do-dia > .numero-da-sorte > .data {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.625rem;
    width: 28%;
}
@media (min-width: 0px) {
    .minha-telesena-page .sorteado-do-dia > .numero-da-sorte > .data {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .minha-telesena-page .sorteado-do-dia > .numero-da-sorte > .data {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .minha-telesena-page .sorteado-do-dia > .numero-da-sorte > .data {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .minha-telesena-page .sorteado-do-dia > .numero-da-sorte > .data {
        font-size: 1.125rem;
    }
}
.minha-telesena-page .sorteado-do-dia > .numero-da-sorte > .numero-apurado {
    color: #00aeef;
}
.minha-telesena-page .sorteado-do-dia > .numero-da-sorte.white {
    background-color: #fff;
    margin-bottom: 0.5rem;
}
.minha-telesena-page .sorteado-do-dia > .cta {
    margin-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .minha-telesena-page .numero-da-sorte-multiplos {
        flex-direction: row;
    }
    .minha-telesena-page .numero-da-sorte-multiplos .card {
        margin: 0.4rem;
    }
}
.box-raspe-aqui {
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.box-raspe-aqui .raspe-aqui {
    float: right;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}
.raspar {
    background-color: #bda862;
    border-radius: 10px;
    height: 63px;
    width: 118px;
}
.box-raspe-aqui .raspe-aqui-bg {
    position: absolute;
    z-index: 0;
}
@media (max-width: 1079px) {
    .box-raspe-aqui .raspe-aqui-bg-desktop {
        display: none;
    }
    .box-raspe-aqui .raspe-aqui-bg-mobile {
        display: block;
        top: 28px;
    }
}
@media (min-width: 1080px) {
    .box-raspe-aqui .raspe-aqui-bg-desktop {
        display: block;
    }
    .box-raspe-aqui .raspe-aqui-bg-mobile {
        display: none;
    }
}
@media (max-width: 1079px) {
    .box-raspe-aqui {
        background-position: 30px;
        border: 10px solid #f0f5e5;
        height: 560px;
        margin: 0 auto;
        padding: 70px 36px 20px;
        position: relative;
        width: 360px;
    }
}
@media (max-width: 399px) {
    .box-raspe-aqui {
        background-position-x: -5px;
        border: 5px solid #f0f5e5;
        padding: 75px 0 0;
        width: 280px;
    }
}
@media (min-width: 1080px) {
    .box-raspe-aqui {
        height: 507px;
        margin: 0 auto;
        position: relative;
        width: 1050px;
    }
    .box-raspe-aqui .raspe-aqui {
        margin-right: 95px;
        margin-top: 44px;
    }
    .box-raspe-aqui .raspar {
        margin: 1px;
    }
}
@media (min-width: 1080px) and (max-width: 1199px) {
    .box-raspe-aqui,
    .box-raspe-aqui .raspe-aqui-bg img {
        background-color: none;
        height: 410px;
        width: 100%;
    }
    .box-raspe-aqui .raspe-aqui {
        margin-right: 75px;
        margin-top: 36px;
    }
    .box-raspe-aqui .raspar {
        height: 50px;
        width: 90px;
    }
}
.area-raspe-aqui-v2 {
    margin: 15px;
}
.box-raspe-aqui-v2 {
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.box-raspe-aqui-v2 .raspe-aqui {
    margin: 0 auto;
    position: relative;
    width: 168px;
    z-index: 1;
}
.box-raspe-aqui-v2 .raspar {
    align-items: center;
    background-color: initial;
    border-radius: 0;
    display: flex;
    float: left;
    height: 102px;
    justify-content: center;
    width: 84px;
}
.area-raspar {
    height: 100%;
    width: 100%;
}
.box-raspe-aqui-v2 .raspar.raspar-7 {
    height: 96px;
    margin-top: 20px;
    width: 168px;
}
.box-raspe-aqui-v2 .raspar.raspar-7:before {
    background-image: url(https://dev.telesena.com.br/conteudo/img/raspadinha-v2/raspeaqui-f-7-label.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: -15px;
    width: 46px;
}
.box-raspe-aqui-v2 .area-raspar {
    height: 100%;
    width: 100%;
}
.box-raspe-aqui-v2 .raspar img {
    height: 52px !important;
    width: 75px !important;
}
.box-raspe-aqui-v2 .raspe-aqui-bg {
    position: absolute;
    z-index: 0;
}
@media (max-width: 1079px) {
    .box-raspe-aqui-v2 .raspe-aqui-bg-desktop {
        display: none;
    }
    .box-raspe-aqui-v2 .raspe-aqui-bg-mobile {
        display: block;
        top: 28px;
    }
}
@media (min-width: 1080px) {
    .box-raspe-aqui-v2 .raspe-aqui-bg-desktop {
        display: block;
    }
    .box-raspe-aqui-v2 .raspe-aqui-bg-mobile {
        display: none;
    }
}
@media (max-width: 1079px) {
    .area-raspe-aqui-v2 {
        position: relative;
    }
    .box-raspe-aqui-v2 {
        background-position: 30px;
        border: 10px solid #f0f5e5;
        border-radius: 20px;
        height: 560px;
        margin: 0 auto;
        padding: 90px 36px 20px;
        position: relative;
        width: 370px;
    }
}
@media only screen and (max-width: 1079px) and (min-width: 768px) {
    .area-raspe-aqui-v2 {
        margin: 40px auto 16px;
        width: 570px;
    }
    .box-raspe-aqui-v2 {
        margin-left: 194px;
    }
}
@media only screen and (max-width: 767px) {
    .box-raspe-aqui-v2 {
        border-radius: 8px;
    }
    .box-raspe-aqui-v2 .raspe-aqui {
        margin-top: 20px;
    }
}
@media (max-width: 399px) {
    .box-raspe-aqui-v2 {
        background-position-x: -5px;
        border: 5px solid #f0f5e5;
        padding: 75px 0 0;
        width: 290px;
    }
}
@media (min-width: 1080px) {
    .box-raspe-aqui-v2 {
        height: 507px;
        margin: 0 auto;
        position: relative;
        width: 1050px;
    }
    .box-raspe-aqui-v2 .raspe-aqui {
        float: right;
        margin-right: 108px;
        margin-top: 54px;
    }
    .box-raspe-aqui-v2 .raspar {
        margin: 0;
    }
}
@media (min-width: 1080px) and (max-width: 1199px) {
    .box-raspe-aqui-v2,
    .box-raspe-aqui-v2 .raspe-aqui-bg img {
        background-color: none;
        height: 410px;
        width: 100%;
    }
    .box-raspe-aqui-v2 .raspe-aqui {
        margin-right: 65px;
        margin-top: 36px;
    }
    .box-raspe-aqui-v2 .raspar {
        height: 80px;
        width: 75px;
    }
    .box-raspe-aqui-v2 .raspar.raspar-7 {
        width: 158px;
    }
}
.popup-raspadinha-v2 {
    align-items: center;
    display: flex;
    justify-content: center;
}
.sorteio-fotos figure {
    border: 3px solid #00aeef;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.cupom-metal {
    text-align: center;
}
.cupom-metal.cupom-1 {
    background-color: #d2b06b;
}
.cupom-metal.cupom-2 {
    background-color: #cfc6c1;
}
.cupom-metal.cupom-3 {
    background-color: #d59d90;
}
.cupom-metal img {
    max-width: 350px;
    width: 100%;
}
.cupom-metal .cupom-descricao {
    color: #333;
    text-align: left;
    margin: 0 auto;
    max-width: 350px;
    padding: 1rem 0;
}
.promocoes-detalhes-page .promocao-info {
    display: block;
}
.promocoes-detalhes-page .promocao-img-status {
    display: block;
    max-width: 100%;
    width: 100%;
}
.promocoes-detalhes-page .promocao-detalhes {
    margin-top: 4rem;
    width: 100%;
}
.promocoes-detalhes-page .promocao-detalhes .promocao-titulo {
    font-size: 1.875rem;
}
.promocoes-detalhes-page .promocao-detalhes .promocao-titulo a {
    color: #0089cf;
}
.promocoes-detalhes-page .promocao-detalhes .promocao-vigencia {
    color: #00aeef;
}
.promocoes-detalhes-page:not(.active) .promocao-img-status a:after,
.promocoes-detalhes-page:not(.active) .promocao-status {
    display: none;
}
.promocoes-detalhes-page .links {
    margin: 2.5rem 0 3.75rem;
    padding: 0;
}
@media (min-width: 440px) {
    .promocoes-detalhes-page .promocao-img-status {
        background-color: #0089cf;
        border-radius: 1.875rem;
        height: 16.5625rem;
    }
    .promocoes-detalhes-page .promocao-img-status .promocao-img {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .promocoes-detalhes-page .promocao-detalhes {
        padding: 0 5rem;
    }
    .promocoes-detalhes-page .links {
        margin: 4rem 0 5rem;
        padding: 0 9rem;
    }
}
@media (min-width: 992px) {
    .promocoes-detalhes-page .links {
        padding: 0 15rem;
    }
}
@media (min-width: 1200px) {
    .promocoes-detalhes-page .links {
        padding: 0 22rem;
    }
}
.promocoes-logado-page .ordenacao {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
}
.promocoes-logado-page .ordenacao .ordenacao-filter {
    width: 100%;
    max-width: 350px;
    align-self: center;
}
.promocoes-logado-page .ordenacao .ordenacao-filter .form-control + label {
    display: block;
}
.promocoes-logado-page .promocao-table {
    max-height: 415px;
    overflow: auto;
}
@media (min-width: 0px) {
    .promocoes-logado-page .promocao-table {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .promocoes-logado-page .promocao-table {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .promocoes-logado-page .promocao-table {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .promocoes-logado-page .promocao-table {
        font-size: 1.125rem;
    }
}
.promocoes-logado-page tr.table-header > th {
    color: #00aeef;
}
.promocoes-logado-page .links {
    margin-top: 5rem;
}
.promocoes-logado-page .cupons-lista > li {
    background-color: #f5f5f5;
    border-radius: 1.875rem;
    margin: 1rem 0;
    padding: 2rem 0;
}
.promocoes-logado-page .cupons-lista .resumo-cupom {
    text-align: center;
}
.promocoes-logado-page .cupons-lista .resumo-cupom h4 {
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
}
.promocoes-logado-page .cupons-lista .resumo-cupom h4 cite {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .promocao-table {
    background-color: #e9ecef;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-campanha {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-campanha h4 {
    margin-left: 0.5rem;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-info {
    margin: 1.25rem;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-info > .infos {
    background-color: #fff;
    border-radius: 0.625rem;
    display: inline-block;
    margin: 0.5rem;
    min-width: 5.375rem;
    padding: 0.625rem;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-info > .infos .dado {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-info > .infos .label {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .areas-info > .infos.cupom-total {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    display: block;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}
.promocoes-logado-page .cupons-lista .resumo-cupom .btn {
    margin: 0.5rem 0;
}
@media (min-width: 0px) {
    .promocoes-logado-page .cupons-lista .resumo-cupom .btn > .icone {
        font-size: calc(0.5rem);
    }
}
@media (min-width: 360px) {
    .promocoes-logado-page .cupons-lista .resumo-cupom .btn > .icone {
        font-size: 0.625rem;
    }
}
@media (min-width: 768px) {
    .promocoes-logado-page .cupons-lista .resumo-cupom .btn > .icone {
        font-size: 0.625rem;
    }
}
@media (min-width: 992px) {
    .promocoes-logado-page .cupons-lista .resumo-cupom .btn > .icone {
        font-size: 0.625rem;
    }
}
.promocoes-logado-page .cupons-lista .resumo-cupom .btn > .icone:before {
    content: "";
}
.promocoes-logado-page .cupons-lista .resumo-cupom .btn.collapsed > .icone:before {
    content: "";
}
.promocoes-logado-page .cupons-lista .label {
    font-weight: bolder;
}
@media (min-width: 0px) {
    .promocoes-logado-page .cupons-lista .dado,
    .promocoes-logado-page .cupons-lista .label {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .promocoes-logado-page .cupons-lista .dado,
    .promocoes-logado-page .cupons-lista .label {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .promocoes-logado-page .cupons-lista .dado,
    .promocoes-logado-page .cupons-lista .label {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .promocoes-logado-page .cupons-lista .dado,
    .promocoes-logado-page .cupons-lista .label {
        font-size: 1rem;
    }
}
.promocoes-logado-page .cupons-lista .table td {
    vertical-align: middle;
}
.promocoes-logado-page .cupons-lista .promocao-table {
    margin: 0.5rem;
}
@media (min-width: 768px) {
    .promocoes-logado-page .cupons-lista .promocao-table {
        margin: 1.85rem;
    }
    .promocoes-logado-page .cupons-lista .resumo-cupom .areas-info > .infos.cupom-total {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    .promocoes-logado-page .ordenacao {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .promocoes-logado-page h3 {
        padding: 0;
    }
    .promocoes-logado-page .cupons-lista {
        padding: 0 5.5625rem;
    }
    .promocoes-logado-page .cupons-lista h4 cite {
        font-size: 1rem;
    }
}
.cadastro-titulo-page .area-infos {
    margin-top: 4.5rem;
}
.cadastro-titulo-page .area-infos > .links {
    padding: 2.5rem 0;
}
.cadastro-titulo-page .area-infos > .links > * {
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media (min-width: 0px) {
    .cadastro-titulo-page .infos {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .cadastro-titulo-page .infos {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .cadastro-titulo-page .infos {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .cadastro-titulo-page .infos {
        font-size: 1rem;
    }
}
.cadastro-titulo-page .infos.destaque {
    color: #00aeef;
    font-weight: 700;
}
@media (min-width: 0px) {
    .cadastro-titulo-page .infos.destaque {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .cadastro-titulo-page .infos.destaque {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .cadastro-titulo-page .infos.destaque {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .cadastro-titulo-page .infos.destaque {
        font-size: 1.375rem;
    }
}
.cadastro-titulo-page .area-cadastro-titulo {
    background-color: #f5f5f5;
    border-radius: 1.875rem;
    margin-bottom: 2.5rem;
}
.cadastro-titulo-page .area-imagem {
    border-radius: 1.875rem;
    height: 120px;
    overflow-y: hidden;
}
.cadastro-titulo-page .titulo-img {
    width: 100%;
}
.cadastro-titulo-page .forms {
    padding-left: 0;
    padding-right: 0;
}
.cadastro-titulo-page .forms .form-group-inline {
    background-color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 1rem;
}
.cadastro-titulo-page .forms .form-group-inline > .form-group {
    flex: none;
    margin: 0.5rem;
}
.cadastro-titulo-page .forms .maior {
    width: 58%;
}
.cadastro-titulo-page .forms .menor {
    width: 30%;
}
.cadastro-titulo-page .forms .area-cta {
    text-align: right;
}
.cadastro-titulo-page .forms .area-cta > .cta {
    display: block;
    width: 100%;
}
.cadastro-titulo-page .infos-titulo {
    background-color: #f5f5f5;
    border-radius: 1.875rem;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 0.5rem;
    position: relative;
    width: 100%;
    z-index: 2;
}
.cadastro-titulo-page .infos-titulo.invert {
    background-color: #fff;
}
.cadastro-titulo-page .infos-titulo > div {
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
    width: 44%;
}
.cadastro-titulo-page .infos-titulo > div span:first-child {
    font-weight: 700;
}
@media (min-width: 992px) {
    .cadastro-titulo-page .area-infos > .links {
        padding: 2.5rem;
    }
    .cadastro-titulo-page .infos {
        font-weight: 700;
    }
    .cadastro-titulo-page .forms .form-group-inline > .form-group {
        flex: 1;
    }
    .cadastro-titulo-page .forms .area-cta > .cta {
        display: inline-block;
        width: auto;
    }
    .cadastro-titulo-page .infos-titulo {
        margin-top: 2.5rem;
        position: relative;
    }
    .cadastro-titulo-page .infos-titulo > div {
        flex: 1;
    }
}
.cadastro-titulo-page.dezenas .area-cadastro-titulo {
    flex-direction: column-reverse;
    justify-content: space-evenly;
}
.cadastro-titulo-page.dezenas .area-imagem-dezenas {
    border-radius: 1.875rem;
    margin-top: 2.5rem;
    overflow: hidden;
    position: relative;
}
.cadastro-titulo-page.dezenas .forms .form-group-inline {
    background-color: initial;
    flex-direction: column;
}
@media (max-width: 575px) {
    .cadastro-titulo-page.dezenas .forms .form-group-inline {
        flex-direction: row;
        justify-content: space-between;
    }
    .cadastro-titulo-page.dezenas .forms .form-group-inline > .form-group {
        flex: none;
        margin: 0.75rem 0.25rem;
        width: 17%;
    }
    .cadastro-titulo-page.dezenas .forms .form-group-inline > .form-group .form-control {
        padding: 0.75rem 0.9rem;
    }
    .cadastro-titulo-page.dezenas .forms .form-group-inline > .form-group label {
        border: 1px solid #00aeef;
        border-radius: 1rem;
        font-size: 0.65rem;
        left: -0.325rem;
        min-width: 3.75rem;
        padding: 0.25rem 0;
        text-align: center;
        top: 2.5rem;
    }
}
@media (min-width: 992px) {
    .cadastro-titulo-page.dezenas .area-cadastro-titulo,
    .cadastro-titulo-page.dezenas .forms .form-group-inline {
        flex-direction: row;
    }
    .cadastro-titulo-page.dezenas .forms .form-group-inline > .form-group {
        flex: none;
        width: 28%;
    }
}
.cadastro-titulo-page.confirmacao .area-infos {
    margin-top: 0;
}
.cadastro-titulo-page.confirmacao .infos {
    font-weight: 400;
}
.cadastro-titulo-page.confirmacao .infos-titulo {
    margin-top: 0;
}
.cadastro-titulo-page.confirmacao .area-numero-da-sorte {
    margin: 2.5rem 0;
}
.cadastro-titulo-page.confirmacao .sorteado-do-dia.lock .numero-da-sorte {
    background-color: #adb5bd;
}
.cadastro-titulo-page.confirmacao .sorteado-do-dia.lock .numero-da-sorte .data {
    align-items: center;
    background-color: #adb5bd;
    display: flex;
    justify-content: center;
    padding: initial;
}
.cadastro-titulo-page.confirmacao .sorteado-do-dia.lock .numero-da-sorte .sem-resultado {
    color: #fff;
    font-size: 12px;
    height: auto;
    line-height: normal;
}
.cadastro-titulo-page.confirmacao .numero-da-sorte-lista {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.cadastro-titulo-page.confirmacao .numero-da-sorte-lista > li {
    margin: 0.5rem;
    width: 100%;
}
.cadastro-titulo-page.confirmacao .numero-da-sorte-lista .numero-da-sorte {
    background-color: #00aeef;
    margin: 0;
}
.cadastro-titulo-page.confirmacao .numero-da-sorte-lista .numero-apurado {
    color: #fff;
}
@media (min-width: 992px) {
    .cadastro-titulo-page.confirmacao .area-numero-da-sorte {
        margin: 2.5rem 0 0;
    }
    .cadastro-titulo-page.confirmacao .numero-da-sorte-lista > li {
        width: 45%;
    }
}
.cadastro-resumo {
    background-color: #f5f5f5;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 2rem 1rem;
}
.cadastro-resumo > * {
    margin-bottom: 1.875rem;
}
.cadastro-resumo .produto {
    display: flex;
}
.cadastro-resumo .produto .campanha-img {
    border-radius: 6px;
    height: auto;
    margin: 10px auto;
    max-width: 100px;
    width: 100%;
}
.cadastro-resumo .produto > .titulo {
    margin-left: 1.25rem;
    text-align: left;
}
@media (min-width: 0px) {
    .cadastro-resumo .produto > .titulo {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .cadastro-resumo .produto > .titulo {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .cadastro-resumo .produto > .titulo {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .cadastro-resumo .produto > .titulo {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .cadastro-resumo {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1.875rem;
    }
    .cadastro-resumo .produto .campanha-img {
        height: auto;
        margin: 4px auto;
        max-width: 150px;
        width: 100%;
    }
}
.resgates-page .area-retorno {
    margin-top: 0.5rem;
}
.resgates-page .destaque {
    color: #00aeef;
    font-weight: 700;
}
.resgates-page .area-lista-titulos {
    border-top: 1px solid rgba(206, 212, 218, 0.5);
    margin-top: 2rem;
    padding-top: 3rem;
}
.resgates-page .area-lista-titulos .destaque,
.resgates-page .area-lista-titulos .destaque-lg {
    color: #00aeef;
    text-transform: uppercase;
}
@media (min-width: 0px) {
    .resgates-page .area-lista-titulos .destaque,
    .resgates-page .area-lista-titulos .destaque-lg {
        font-size: calc(1.375rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .area-lista-titulos .destaque,
    .resgates-page .area-lista-titulos .destaque-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .area-lista-titulos .destaque,
    .resgates-page .area-lista-titulos .destaque-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .area-lista-titulos .destaque,
    .resgates-page .area-lista-titulos .destaque-lg {
        font-size: 1.75rem;
    }
}
.resgates-page .area-lista-titulos .area-resgate {
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}
.resgates-page .area-lista-titulos .area-resgate > .resumo {
    font-weight: 700;
    margin: 0 0 1rem;
    text-align: center;
}
@media (min-width: 0px) {
    .resgates-page .area-lista-titulos .area-resgate > .resumo {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .area-lista-titulos .area-resgate > .resumo {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .area-lista-titulos .area-resgate > .resumo {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .area-lista-titulos .area-resgate > .resumo {
        font-size: 1.5rem;
    }
}
.resgates-page .area-lista-titulos .area-resgate > .resumo > * {
    display: block;
}
@media (min-width: 992px) {
    .resgates-page .area-lista-titulos .area-resgate {
        flex-direction: row;
        padding: 2rem;
    }
    .resgates-page .area-lista-titulos .area-resgate > .resumo {
        margin: 0 1rem 0 0;
        width: 55%;
    }
    .resgates-page .area-lista-titulos .area-resgate > .btn {
        width: 45%;
    }
}
.resgates-page .area-resgatar-lista {
    margin: 3.75rem 0;
    max-height: 350px;
    overflow-y: auto;
}
.resgates-page .resgatar-lista {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.resgates-page .resgatar-lista > li {
    display: inline-block;
    flex: 1;
    margin: 0 2rem 2rem 0;
}
.resgates-page .resgatar-lista > li .resgatar-titulo,
.resgates-page .resgatar-lista > li label {
    align-items: center;
    display: flex;
    text-align: left;
}
.resgates-page .resgatar-lista > li .resgatar-info {
    display: inline-flex;
    flex-direction: column;
    font-weight: 700;
    line-height: 1rem;
    margin-left: 1rem;
}
@media (min-width: 0px) {
    .resgates-page .resgatar-lista > li .resgatar-info {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .resgatar-lista > li .resgatar-info {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .resgatar-lista > li .resgatar-info {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .resgatar-lista > li .resgatar-info {
        font-size: 0.875rem;
    }
}
.resgates-page .resgatar-lista > li .resgatar-info .resgatar-nomeevento {
    word-break: break-word;
}
@media (min-width: 0px) {
    .resgates-page .resgatar-lista > li .resgatar-info .resgatar-nomeevento {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .resgatar-lista > li .resgatar-info .resgatar-nomeevento {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .resgatar-lista > li .resgatar-info .resgatar-nomeevento {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .resgatar-lista > li .resgatar-info .resgatar-nomeevento {
        font-size: 1rem;
    }
}
.resgates-page .resgatar-lista > li .custom-control input,
.resgates-page .resgatar-lista > li .custom-control label:after,
.resgates-page .resgatar-lista > li .custom-control label:before {
    top: 1rem;
}
.resgates-page .area-destaque-resgates {
    margin: 3.75rem 0;
}
.resgates-page .destaque-resgates {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 3.75rem 0;
}
.resgates-page .destaque-resgates > li {
    flex: 1;
    margin: 2.5rem 0.5rem;
    text-align: center;
}
.resgates-page .destaque-resgates > li:first-child {
    margin-top: 0;
}
@media (min-width: 0px) {
    .resgates-page .destaque-resgates .bullet-text {
        font-size: calc(1.375rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .destaque-resgates .bullet-text {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .destaque-resgates .bullet-text {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .destaque-resgates .bullet-text {
        font-size: 2rem;
    }
}
.resgates-page .destaque-resgates .destaque {
    color: #00aeef;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
}
@media (min-width: 0px) {
    .resgates-page .destaque-resgates .destaque {
        font-size: calc(1.125rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .destaque-resgates .destaque {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .destaque-resgates .destaque {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .destaque-resgates .destaque {
        font-size: 1.5rem;
    }
}
@media (min-width: 0px) {
    .resgates-page .destaque-resgates .texto {
        font-size: calc(0.875rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .destaque-resgates .texto {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .destaque-resgates .texto {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .destaque-resgates .texto {
        font-size: 1.125rem;
    }
}
.resgates-page .opcoes-resgates-lista {
    margin: 3.75rem 0;
}
.resgates-page .opcoes-resgates-lista > li {
    margin: 1rem 0;
}
.resgates-page .opcoes-resgates-lista > li:first-child {
    margin-top: 0;
}
.resgates-page .resgate-quantidade .titulo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5rem;
    text-align: center;
}
@media (min-width: 0px) {
    .resgates-page .resgate-quantidade .titulo {
        font-size: calc(1.125rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .resgate-quantidade .titulo {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .resgate-quantidade .titulo {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .resgate-quantidade .titulo {
        font-size: 1.5rem;
    }
}
.resgates-page .resgate-quantidade .valor-unitario {
    font-size: medium;
    font-weight: 400;
    text-transform: none;
}
.resgates-page .resgate-quantidade .campanha-img {
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.resgates-page .resgate-quantidade .aviso {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.resgates-page .resgate-quantidade .form-title {
    text-align: center;
}
.resgates-page .resgate-quantidade .form-label-inline,
.resgates-page .resgate-quantidade .form-value {
    margin-top: 1rem;
}
.resgates-page .resgate-quantidade .-row .form-label-inline {
    padding-left: 1rem;
}
.resgates-page .resgate-quantidade .-row .form-value {
    padding-right: 1rem;
}
.resgates-page .resgate-quantidade .-row.valor-resgate-aplicado,
.resgates-page .resgate-quantidade .-row.valor-total {
    background-color: #f5f5f5;
}
.resgates-page .resgate-quantidade .valor-total > .form-label-inline,
.resgates-page .resgate-quantidade .valor-total > .form-value {
    text-transform: capitalize;
}
@media (min-width: 0px) {
    .resgates-page .resgate-quantidade .valor-total > .form-label-inline,
    .resgates-page .resgate-quantidade .valor-total > .form-value {
        font-size: calc(1rem);
    }
}
@media (min-width: 360px) {
    .resgates-page .resgate-quantidade .valor-total > .form-label-inline,
    .resgates-page .resgate-quantidade .valor-total > .form-value {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .resgates-page .resgate-quantidade .valor-total > .form-label-inline,
    .resgates-page .resgate-quantidade .valor-total > .form-value {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .resgates-page .resgate-quantidade .valor-total > .form-label-inline,
    .resgates-page .resgate-quantidade .valor-total > .form-value {
        font-size: 1.5rem;
    }
}
.resgates-page .resgate-quantidade .comprar {
    margin: 3.75rem 0;
}
@media (min-width: 768px) {
    .resgates-page .resgatar-lista {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .resgates-page .area-resgatar-lista {
        max-height: 580px;
    }
    .resgates-page .resgatar-lista > li {
        flex: none;
        min-width: 45%;
    }
    .resgates-page .area-destaque-resgates {
        margin: 5rem 0;
    }
    .resgates-page .destaque-resgates {
        flex-direction: row;
    }
    .resgates-page .destaque-resgates > li,
    .resgates-page .destaque-resgates > li:first-child {
        margin: 0.5rem;
    }
    .resgates-page .resgate-quantidade .titulo {
        flex-direction: row;
    }
    .resgates-page .resgate-quantidade .form-title,
    .resgates-page .resgate-quantidade .titulo,
    .resgates-page .resgate-quantidade .valor-unitario {
        text-align: left;
    }
    .resgates-page .resgate-quantidade .campanha-img {
        margin-bottom: 0;
    }
    .resgates-page .resgate-quantidade .area-inline {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
    .resgates-page .resgate-quantidade .area-inline input {
        margin: 0 1rem;
        max-width: 80px;
    }
    .resgates-page .resgate-quantidade .area-inline .form-label-inline {
        margin-top: 0;
    }
    .resgates-page .resgate-quantidade .area-inline .actions-aux {
        flex: 1;
        margin-top: 0;
    }
    .resgates-page .resgate-quantidade .area-inline .limite {
        margin-left: 2rem;
        text-align: left;
    }
    .resgates-page .resgate-quantidade .area-inline .valor-total {
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .resgates-page .resgatar-lista > li {
        min-width: 30%;
    }
}
.resgates-page.resgates-digitais-page h3 {
    text-align: center;
}
.resgates-page.resgates-deposito-page .forms {
    padding: 0;
}
.resgates-institucional-page .resgate-descricao {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}
.resgates-institucional-page .filtro-area {
    border-radius: 0.375rem;
    max-width: 350px;
    padding-bottom: 1.5rem;
    width: 100%;
}
.resgates-institucional-page .card-lg {
    margin-right: -15px;
    margin-left: -15px;
}
.resgates-institucional-page .card.card-lg .card-body {
    padding: 2.5rem 1rem;
}
.resgates-institucional-page .card-title {
    display: block;
    margin: 0 auto;
    max-width: 34.875rem;
    padding-bottom: 3rem;
    text-align: center;
    width: 100%;
}
.resgates-institucional-page .card-text {
    height: auto;
    max-height: 37.5rem;
    overflow: auto;
}
.resgates-institucional-page .nome-evento {
    margin-top: 0;
}
.resgates-institucional-page .resgate-item {
    display: flex;
    margin-bottom: 1.375rem;
}
.resgates-institucional-page .resgate-img {
    border-radius: 0.5rem;
    height: auto;
    width: 100%;
}
.resgates-institucional-page .resgate-detalhes {
    margin-left: 1rem;
}
@media (min-width: 0px) {
    .resgates-institucional-page .resgate-detalhes {
        font-size: calc(0.75rem);
    }
}
@media (min-width: 360px) {
    .resgates-institucional-page .resgate-detalhes {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .resgates-institucional-page .resgate-detalhes {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .resgates-institucional-page .resgate-detalhes {
        font-size: 1rem;
    }
}
.resgates-institucional-page .links {
    border-radius: 0.375rem;
    margin: auto;
    max-width: 350px;
    padding: 2.5rem 0 5rem;
    width: 100%;
}
.resgates-institucional-page .btn-primary {
    margin-bottom: 1.875rem;
}
@media (max-width: 360px) {
    .resgates-institucional-page .resgate-img {
        max-width: 80px;
    }
}
@media (min-width: 992px) {
    .resgates-institucional-page .resgate-item {
        margin-right: 3.5rem;
        display: inline-block;
    }
    .resgates-institucional-page .card-lg {
        margin-right: 0;
        margin-left: 0;
    }
    .resgates-institucional-page .card-body {
        padding: 2.5rem;
    }
    .resgates-institucional-page .card-text {
        display: flex;
    }
    .resgates-institucional-page .nome-evento {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
    }
    .resgates-institucional-page .resgate-detalhes {
        margin-left: 0;
    }
    .resgates-institucional-page .btn-primary {
        margin-bottom: 0;
    }
}
.a-telesena-page .titulo {
    margin-bottom: 2rem;
}
.a-telesena-page .onde-comprar-area,
.a-telesena-page .sobre-a-telesena {
    margin: 4rem 0 5rem;
}
.a-telesena-page .onde-comprar-area > h3,
.a-telesena-page .sobre-a-telesena > h3 {
    margin-bottom: 2rem;
}
.onde-comprar-lista {
    display: block;
    text-align: center;
}
.onde-comprar-lista .item {
    display: inline-block;
    padding: 0.9375rem;
    text-align: center;
    vertical-align: top;
}
.onde-comprar-lista .item figcaption {
    color: #00aeef;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
}
@media (max-width: 479px) {
    .onde-comprar-lista .item {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .onde-comprar-lista .item {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .onde-comprar-lista .item {
        width: 33.3333%;
    }
}
@media (min-width: 992px) {
    .onde-comprar-lista .item {
        width: 25%;
    }
}
.page-info .sec {
    padding: 1.5rem 0;
}
.servicos-lista {
    align-content: space-between;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.servicos-lista .servicos-item {
    width: 100%;
}
.card-servico {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    color: #000;
    margin: 0.5rem;
    min-height: 10rem;
    padding: 1rem;
    position: relative;
}
.card-servico.status-success {
    border-color: rgba(0, 183, 21, 0.25);
    box-shadow: 2px 2px 8px 0 rgba(0, 183, 21, 0.15);
}
.card-servico.status-warning {
    border-color: rgba(255, 195, 0, 0.25);
    box-shadow: 2px 2px 8px 0 rgba(255, 195, 0, 0.15);
}
.card-servico.status-danger {
    border-color: rgba(230, 0, 0, 0.25);
    box-shadow: 2px 2px 8px 0 rgba(230, 0, 0, 0.15);
}
.card-servico:after {
    content: "";
    display: block;
    font-family: Font Awesome\5 Free;
    font-weight: 800;
    position: absolute;
    right: 1rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.475);
    top: 1rem;
}
.card-servico.status-success:after {
    color: #00b715;
    text-shadow: 0 0 10px rgba(0, 183, 21, 0.475);
}
.card-servico.status-warning:after {
    color: #ffc300;
    text-shadow: 0 0 10px rgba(255, 195, 0, 0.475);
}
.card-servico.status-danger:after {
    color: #e60000;
    text-shadow: 0 0 10px rgba(230, 0, 0, 0.475);
}
.card-servico .servico-name {
    border-bottom: 0.0625rem solid #fff;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}
.card-servico .servico-datetime {
    color: #707070;
    font-size: 0.875rem;
}
.card-servico .servico-datetime:before {
    content: "";
    display: inline-block;
    font-family: Font Awesome\5 Free;
    font-weight: 800;
    margin-right: 0.25rem;
}
.card-servico .servico-description {
    font-size: 0.875rem;
    font-style: oblique;
    line-height: 1.1;
    margin: 0.25rem 0;
    padding: 0.25rem 0.5rem;
}
.card-servico .servico-endpoint {
    font-size: 0.875rem;
}
.card-servico .servico-edicoes {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
}
.card-servico .servico-edicoes .servico-edicoes-titulo {
    display: block;
    font-weight: 700;
    margin-right: 0.25rem;
    text-transform: uppercase;
}
.card-servico .servico-edicoes .servico-edicao + .servico-edicao:before {
    content: "";
    font-family: Font Awesome\5 Free;
    font-size: 0.375rem;
    font-weight: 800;
    line-height: 1rem;
    margin: 0 0.25rem;
}
.servico-state {
    background-color: #000;
    border-radius: 0.5rem;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    margin: 1rem 0;
    padding: 0.25rem 0.375rem;
}
.servico-state.development {
    background-color: #6f42c1;
}
.servico-state.staging {
    background-color: #fd7e14;
}
.servico-state.qa {
    background-color: #e83e8c;
}
.servico-state.virada {
    background-color: brown;
}
.servico-state.production {
    background-color: #00aeef;
}
.servico-state .servico-env {
    margin-right: 0.25rem;
}
.servicos-legenda .servicos-legenda-titulo {
    border-bottom: 0.0625rem solid #707070;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.servicos-legenda > ul > li {
    align-items: center;
    display: flex;
}
.servicos-legenda .servico-state {
    height: 1rem;
    margin: 0 0.5rem 0 0;
    width: 1rem;
}
@media (min-width: 992px) {
    .servicos-lista .servicos-item {
        width: 32%;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .servicos-lista .servicos-item {
        width: 48%;
    }
}
.fale-conosco-page {
    margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
    .fale-conosco-page h5 {
        margin: 2.25rem 0;
    }
}
@media (min-width: 992px) {
    .fale-conosco-page h5 {
        margin: 3.75rem 0;
    }
}
.ouvidoria-page .description {
    margin-top: 2.5rem;
}
.sec-ouvidoria-faq {
    margin-top: 3.75rem;
}
.sec-ouvidoria-faq h5 {
    padding-bottom: 0.5rem;
    text-align: center;
}
.sec-ouvidoria-faq ul {
    display: flex;
}
.sec-ouvidoria-faq ul li {
    background-color: #f5f5f5;
    border: 0.0625rem solid #e9ecef;
    border-radius: 1rem;
    flex: 1;
    margin: 0.5rem;
    padding: 1.875rem;
}
.sec-ouvidoria-faq ul li p {
    font-size: 0.9375rem;
}
.sec-ouvidoria-lista > .container {
    padding-top: 1.5625rem;
}
.sec-ouvidoria-lista .card-telefone a {
    font-size: 1.25rem;
}
.ouvidoria-atencao {
    color: #e60000;
    font-size: 0.875rem;
}
.ouvidoria-atencao .ouvidoria-atencao-titulo {
    font-size: 1rem;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .sec-ouvidoria-faq ul {
        flex-wrap: wrap;
    }
    .sec-ouvidoria-faq ul li {
        min-width: 17rem;
    }
}
.duvidas-frequentes-page .area-filtro-faq {
    margin: 3.75rem auto;
}
@media (min-width: 992px) {
    .duvidas-frequentes-page .area-filtro-faq {
        width: 66.66666667%;
    }
}
:root {
    --blue: #0071bb;
    --darkblue: #0065a9;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #df2222;
    --darkred: #a94442;
    --orange: #ff9c00;
    --yellow: #ffc000;
    --green: #3c763d;
    --teal: #20c997;
    --cyan: #2eacff;
    --white: #fff;
    --gray: #f9f9f9;
    --gray-dark: #404040;
    --primary: #ff9c00;
    --secondary: #0071bb;
    --third: #ffc000;
    --fourth: #0065a9;
    --success: #3c763d;
    --info: #2eacff;
    --warning: #ffc000;
    --danger: #df2222;
    --light: #f9f9f9;
    --dark: #404040;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-s1: "Lato", sans-serif;
}
.site1 .btn {
    background-color: initial;
    border: 3px solid transparent;
    color: #404040;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .site1 .btn {
        transition: none;
    }
}
.site1 .btn:hover {
    color: #404040;
    text-decoration: none;
}
.site1 .btn.focus,
.site1 .btn:focus {
    outline: 0;
}
.site1 .btn.disabled,
.site1 .btn:disabled {
    opacity: 0.65;
}
.site1 .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.site1 .header-site .navbar-buttons > .btn-cart,
.site1 .header-site .navbar-buttons > .btn-menu-close,
.site1 .header-site .navbar-buttons > .btn-user-menu {
    color: #fff;
}
.site1 a.btn.disabled,
.site1 fieldset:disabled a.btn {
    pointer-events: none;
}
.site1 .btn-primary {
    background-color: #ff9c00;
    border: solid #cc7d00;
    border-width: 0 0 0.125rem;
    color: #212529;
}
.site1 .btn-primary:hover {
    color: #212529;
}
.site1 .btn-primary.focus,
.site1 .btn-primary:focus,
.site1 .btn-primary:hover {
    background-color: #cc7d00;
    border-color: #804e00;
}
.site1 .btn-primary.disabled,
.site1 .btn-primary:disabled {
    color: #212529;
    background-color: #ff9c00;
    border-color: #b36d00;
}
.show > .site1 .btn-primary.dropdown-toggle,
.site1 .btn-primary:not(:disabled):not(.disabled).active,
.site1 .btn-primary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ff9c00;
    border-color: #804e00;
}
.site1 .btn-secondary {
    background-color: #0071bb;
    border: solid #005288;
    border-width: 0 0 0.125rem;
    color: #fff;
}
.site1 .btn-secondary:hover {
    color: #fff;
}
.site1 .btn-secondary.focus,
.site1 .btn-secondary:focus,
.site1 .btn-secondary:hover {
    background-color: #005288;
    border-color: #00243c;
}
.site1 .btn-secondary.disabled,
.site1 .btn-secondary:disabled {
    color: #fff;
    background-color: #0071bb;
    border-color: #00436f;
}
.show > .site1 .btn-secondary.dropdown-toggle,
.site1 .btn-secondary:not(:disabled):not(.disabled).active,
.site1 .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0071bb;
    border-color: #00243c;
}
.site1 .btn-third {
    background-color: #ffc000;
    border: solid #cc9a00;
    border-width: 0 0 0.125rem;
    color: #212529;
}
.site1 .btn-third:hover {
    color: #212529;
}
.site1 .btn-third.focus,
.site1 .btn-third:focus,
.site1 .btn-third:hover {
    background-color: #cc9a00;
    border-color: #806000;
}
.site1 .btn-third.disabled,
.site1 .btn-third:disabled {
    color: #212529;
    background-color: #ffc000;
    border-color: #b38600;
}
.show > .site1 .btn-third.dropdown-toggle,
.site1 .btn-third:not(:disabled):not(.disabled).active,
.site1 .btn-third:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc000;
    border-color: #806000;
}
.site1 .btn-fourth {
    background-color: #0065a9;
    border: solid #004776;
    border-width: 0 0 0.125rem;
    color: #fff;
}
.site1 .btn-fourth:hover {
    color: #fff;
}
.site1 .btn-fourth.focus,
.site1 .btn-fourth:focus,
.site1 .btn-fourth:hover {
    background-color: #004776;
    border-color: #00192a;
}
.site1 .btn-fourth.disabled,
.site1 .btn-fourth:disabled {
    color: #fff;
    background-color: #0065a9;
    border-color: #00375d;
}
.show > .site1 .btn-fourth.dropdown-toggle,
.site1 .btn-fourth:not(:disabled):not(.disabled).active,
.site1 .btn-fourth:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0065a9;
    border-color: #00192a;
}
.site1 .btn-success {
    background-color: #3c763d;
    border: solid #2b542c;
    border-width: 0 0 0.125rem;
    color: #fff;
}
.site1 .btn-success:hover {
    color: #fff;
}
.site1 .btn-success.focus,
.site1 .btn-success:focus,
.site1 .btn-success:hover {
    background-color: #2b542c;
    border-color: #112111;
}
.site1 .btn-success.disabled,
.site1 .btn-success:disabled {
    color: #fff;
    background-color: #3c763d;
    border-color: #224323;
}
.show > .site1 .btn-success.dropdown-toggle,
.site1 .btn-success:not(:disabled):not(.disabled).active,
.site1 .btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3c763d;
    border-color: #112111;
}
.site1 .btn-info {
    background-color: #2eacff;
    border: solid #0097fa;
    border-width: 0 0 0.125rem;
    color: #fff;
}
.site1 .btn-info:hover {
    color: #fff;
}
.site1 .btn-info.focus,
.site1 .btn-info:focus,
.site1 .btn-info:hover {
    background-color: #0097fa;
    border-color: #0069ae;
}
.site1 .btn-info.disabled,
.site1 .btn-info:disabled {
    color: #fff;
    background-color: #2eacff;
    border-color: #0087e1;
}
.show > .site1 .btn-info.dropdown-toggle,
.site1 .btn-info:not(:disabled):not(.disabled).active,
.site1 .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2eacff;
    border-color: #0069ae;
}
.site1 .btn-warning {
    background-color: #ffc000;
    border: solid #cc9a00;
    border-width: 0 0 0.125rem;
    color: #212529;
}
.site1 .btn-warning:hover {
    color: #212529;
}
.site1 .btn-warning.focus,
.site1 .btn-warning:focus,
.site1 .btn-warning:hover {
    background-color: #cc9a00;
    border-color: #806000;
}
.site1 .btn-warning.disabled,
.site1 .btn-warning:disabled {
    color: #212529;
    background-color: #ffc000;
    border-color: #b38600;
}
.show > .site1 .btn-warning.dropdown-toggle,
.site1 .btn-warning:not(:disabled):not(.disabled).active,
.site1 .btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc000;
    border-color: #806000;
}
.site1 .btn-danger {
    background-color: #df2222;
    border: solid #b41a1a;
    border-width: 0 0 0.125rem;
    color: #fff;
}
.site1 .btn-danger:hover {
    color: #fff;
}
.site1 .btn-danger.focus,
.site1 .btn-danger:focus,
.site1 .btn-danger:hover {
    background-color: #b41a1a;
    border-color: #711010;
}
.site1 .btn-danger.disabled,
.site1 .btn-danger:disabled {
    color: #fff;
    background-color: #df2222;
    border-color: #9e1717;
}
.show > .site1 .btn-danger.dropdown-toggle,
.site1 .btn-danger:not(:disabled):not(.disabled).active,
.site1 .btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #df2222;
    border-color: #711010;
}
.site1 .btn-light {
    background-color: #f9f9f9;
    border: solid #e0e0e0;
    border-width: 0 0 0.125rem;
    color: #212529;
}
.site1 .btn-light:hover {
    color: #212529;
}
.site1 .btn-light.focus,
.site1 .btn-light:focus,
.site1 .btn-light:hover {
    background-color: #e0e0e0;
    border-color: #b9b9b9;
}
.site1 .btn-light.disabled,
.site1 .btn-light:disabled {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #d3d3d3;
}
.show > .site1 .btn-light.dropdown-toggle,
.site1 .btn-light:not(:disabled):not(.disabled).active,
.site1 .btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #b9b9b9;
}
.site1 .btn-dark {
    background-color: #404040;
    border: solid #272727;
    border-width: 0 0 0.125rem;
    color: #fff;
}
.site1 .btn-dark:hover {
    color: #fff;
}
.site1 .btn-dark.focus,
.site1 .btn-dark:focus,
.site1 .btn-dark:hover {
    background-color: #272727;
    border-color: #000;
}
.site1 .btn-dark.disabled,
.site1 .btn-dark:disabled {
    color: #fff;
    background-color: #404040;
    border-color: #1a1a1a;
}
.show > .site1 .btn-dark.dropdown-toggle,
.site1 .btn-dark:not(:disabled):not(.disabled).active,
.site1 .btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #404040;
    border-color: #000;
}
.site1 .btn-outline-primary {
    border: 0.1875rem solid #cc7d00;
    color: #ff9c00;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-primary:hover {
    color: #212529;
    background-color: #ff9c00;
    border-color: #ff9c00;
}
.site1 .btn-outline-primary.focus,
.site1 .btn-outline-primary.hover,
.site1 .btn-outline-primary:focus,
.site1 .btn-outline-primary:hover {
    border-color: transparent;
}
.site1 .btn-outline-primary.disabled,
.site1 .btn-outline-primary:disabled {
    color: #663e00;
    background-color: initial;
}
.show > .site1 .btn-outline-primary.dropdown-toggle,
.site1 .btn-outline-primary:not(:disabled):not(.disabled).active,
.site1 .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ff9c00;
    border-color: transparent;
}
.site1 .btn-outline-secondary {
    border: 0.1875rem solid #005288;
    color: #0071bb;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0071bb;
    border-color: #0071bb;
}
.site1 .btn-outline-secondary.focus,
.site1 .btn-outline-secondary.hover,
.site1 .btn-outline-secondary:focus,
.site1 .btn-outline-secondary:hover {
    border-color: transparent;
}
.site1 .btn-outline-secondary.disabled,
.site1 .btn-outline-secondary:disabled {
    color: #001522;
    background-color: initial;
}
.show > .site1 .btn-outline-secondary.dropdown-toggle,
.site1 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.site1 .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0071bb;
    border-color: transparent;
}
.site1 .btn-outline-third {
    border: 0.1875rem solid #cc9a00;
    color: #ffc000;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-third:hover {
    color: #212529;
    background-color: #ffc000;
    border-color: #ffc000;
}
.site1 .btn-outline-third.focus,
.site1 .btn-outline-third.hover,
.site1 .btn-outline-third:focus,
.site1 .btn-outline-third:hover {
    border-color: transparent;
}
.site1 .btn-outline-third.disabled,
.site1 .btn-outline-third:disabled {
    color: #664d00;
    background-color: initial;
}
.show > .site1 .btn-outline-third.dropdown-toggle,
.site1 .btn-outline-third:not(:disabled):not(.disabled).active,
.site1 .btn-outline-third:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc000;
    border-color: transparent;
}
.site1 .btn-outline-fourth {
    border: 0.1875rem solid #004776;
    color: #0065a9;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-fourth:hover {
    color: #fff;
    background-color: #0065a9;
    border-color: #0065a9;
}
.site1 .btn-outline-fourth.focus,
.site1 .btn-outline-fourth.hover,
.site1 .btn-outline-fourth:focus,
.site1 .btn-outline-fourth:hover {
    border-color: transparent;
}
.site1 .btn-outline-fourth.disabled,
.site1 .btn-outline-fourth:disabled {
    color: #000a10;
    background-color: initial;
}
.show > .site1 .btn-outline-fourth.dropdown-toggle,
.site1 .btn-outline-fourth:not(:disabled):not(.disabled).active,
.site1 .btn-outline-fourth:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0065a9;
    border-color: transparent;
}
.site1 .btn-outline-success {
    border: 0.1875rem solid #2b542c;
    color: #3c763d;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-success:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.site1 .btn-outline-success.focus,
.site1 .btn-outline-success.hover,
.site1 .btn-outline-success:focus,
.site1 .btn-outline-success:hover {
    border-color: transparent;
}
.site1 .btn-outline-success.disabled,
.site1 .btn-outline-success:disabled {
    color: #081109;
    background-color: initial;
}
.show > .site1 .btn-outline-success.dropdown-toggle,
.site1 .btn-outline-success:not(:disabled):not(.disabled).active,
.site1 .btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3c763d;
    border-color: transparent;
}
.site1 .btn-outline-info {
    border: 0.1875rem solid #0097fa;
    color: #2eacff;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-info:hover {
    color: #fff;
    background-color: #2eacff;
    border-color: #2eacff;
}
.site1 .btn-outline-info.focus,
.site1 .btn-outline-info.hover,
.site1 .btn-outline-info:focus,
.site1 .btn-outline-info:hover {
    border-color: transparent;
}
.site1 .btn-outline-info.disabled,
.site1 .btn-outline-info:disabled {
    color: #005994;
    background-color: initial;
}
.show > .site1 .btn-outline-info.dropdown-toggle,
.site1 .btn-outline-info:not(:disabled):not(.disabled).active,
.site1 .btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2eacff;
    border-color: transparent;
}
.site1 .btn-outline-warning {
    border: 0.1875rem solid #cc9a00;
    color: #ffc000;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc000;
    border-color: #ffc000;
}
.site1 .btn-outline-warning.focus,
.site1 .btn-outline-warning.hover,
.site1 .btn-outline-warning:focus,
.site1 .btn-outline-warning:hover {
    border-color: transparent;
}
.site1 .btn-outline-warning.disabled,
.site1 .btn-outline-warning:disabled {
    color: #664d00;
    background-color: initial;
}
.show > .site1 .btn-outline-warning.dropdown-toggle,
.site1 .btn-outline-warning:not(:disabled):not(.disabled).active,
.site1 .btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc000;
    border-color: transparent;
}
.site1 .btn-outline-danger {
    border: 0.1875rem solid #b41a1a;
    color: #df2222;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-danger:hover {
    color: #fff;
    background-color: #df2222;
    border-color: #df2222;
}
.site1 .btn-outline-danger.focus,
.site1 .btn-outline-danger.hover,
.site1 .btn-outline-danger:focus,
.site1 .btn-outline-danger:hover {
    border-color: transparent;
}
.site1 .btn-outline-danger.disabled,
.site1 .btn-outline-danger:disabled {
    color: #5b0d0d;
    background-color: initial;
}
.show > .site1 .btn-outline-danger.dropdown-toggle,
.site1 .btn-outline-danger:not(:disabled):not(.disabled).active,
.site1 .btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #df2222;
    border-color: transparent;
}
.site1 .btn-outline-light {
    border: 0.1875rem solid #e0e0e0;
    color: #f9f9f9;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-light:hover {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.site1 .btn-outline-light.focus,
.site1 .btn-outline-light.hover,
.site1 .btn-outline-light:focus,
.site1 .btn-outline-light:hover {
    border-color: transparent;
}
.site1 .btn-outline-light.disabled,
.site1 .btn-outline-light:disabled {
    color: #adadad;
    background-color: initial;
}
.show > .site1 .btn-outline-light.dropdown-toggle,
.site1 .btn-outline-light:not(:disabled):not(.disabled).active,
.site1 .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f9f9f9;
    border-color: transparent;
}
.site1 .btn-outline-dark {
    border: 0.1875rem solid #272727;
    color: #404040;
    padding: 0.625rem 2rem;
}
.site1 .btn-outline-dark:hover {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}
.site1 .btn-outline-dark.focus,
.site1 .btn-outline-dark.hover,
.site1 .btn-outline-dark:focus,
.site1 .btn-outline-dark:hover {
    border-color: transparent;
}
.site1 .btn-outline-dark.disabled,
.site1 .btn-outline-dark:disabled {
    color: #000;
    background-color: initial;
}
.show > .site1 .btn-outline-dark.dropdown-toggle,
.site1 .btn-outline-dark:not(:disabled):not(.disabled).active,
.site1 .btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #404040;
    border-color: transparent;
}
.site1 .btn.scroller {
    border-radius: 1.875rem;
    line-height: 2.6rem;
    padding: 0;
}
.site1 .btn-link {
    font-weight: 400;
    color: #00aeef;
    text-decoration: none;
}
.site1 .btn-link:hover {
    color: #0076a3;
}
.site1 .btn-link.focus,
.site1 .btn-link:focus,
.site1 .btn-link:hover {
    text-decoration: underline;
}
.site1 .btn-link.disabled,
.site1 .btn-link:disabled {
    color: #707070;
    pointer-events: none;
}
.site1 .btn-group-lg > .btn,
.site1 .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 2.5rem;
}
.site1 .btn-group-sm > .btn,
.site1 .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 1.25rem;
}
.site1 .btn-block {
    display: block;
    width: 100%;
}
.site1 .btn-block + .btn-block {
    margin-top: 0.5rem;
}
.site1 input[type="button"].btn-block,
.site1 input[type="reset"].btn-block,
.site1 input[type="submit"].btn-block {
    width: 100%;
}
.site1 .btn-primary {
    color: #fff;
}
.site1 .swal2-styled.btn {
    border-radius: 0.25rem !important;
}
.site1 .btn {
    border-radius: 0.25rem;
}
body.site1 {
    color: #404040;
}
.site1 .footer-site .menu-site > .nav-item > .nav-link,
.site1 .h1,
.site1 .h2,
.site1 .h3,
.site1 .h4,
.site1 .h5,
.site1 .h6,
.site1 .header-site .menu-site > .nav-item > .nav-link,
.site1 h1,
.site1 h2,
.site1 h3,
.site1 h4,
.site1 h5,
.site1 h6,
body.site1 {
    font-family: Lato, sans-serif;
}
.site1 .resultados-page .subtitulo,
.site1 .subtitulo,
.site1 .titulo {
    color: #2eacff;
}
.site1 .redes-sociais.inline > .lista-titulo,
.site1 .titulo.titulo-pagina {
    color: #0071bb;
}
.site1 .titulo.titulo-pagina:after {
    background-color: #ff9c00;
}
.site1 .titulo.invertido {
    color: #fff;
}
.site1 .card,
.site1 .depoimento img,
.site1 .img-titulo {
    border-radius: 0;
}
.site1 .card.card-destaque {
    background-color: #0065a9;
}
@media (min-width: 992px) {
    .site1 .newsletter-area {
        border-radius: 0;
    }
}
.site1 .header-site {
    border-bottom: 0.1875rem solid #0065a9;
    border-radius: 0;
}
.site1 .footer-site .area-footer,
.site1 .header-site {
    background-color: #0071bb;
    background-image: none;
}
.site1 .footer-site > .area-footer {
    border-top: 0.1875rem solid #0065a9;
}
.site1 main.home-page {
    margin-top: 0;
}
.site1 .dezena-area {
    color: #404040;
}
.site1 .custom-checkbox .custom-control-label:before,
.site1 .form-control {
    border-radius: 0.25rem;
}
.site1 .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2321b0e9' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.site1 .custom-radio-slider .radio-group,
.site1 .custom-radio-slider .radio-slider {
    border-radius: 0.25rem;
}
.site1 select.custom-select-filter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='55.972' height='9.6230001' viewBox='0 0 14.809258 2.5460855'%3e%3cpath fill='%230071bb' d='M 0.85089999,7.3909759e-8 H 1.42875 L 2.27965,2.17805 H 1.778 L 1.622425,1.762125 H 0.63182499 L 0.47624999,2.17805 H 0 Z M 1.476375,1.3779501 1.27,0.82550006 Q 1.2319,0.72390006 1.133475,0.39687507 H 1.1176 Q 1.019175,0.72390006 0.98107499,0.82550006 l -0.206375,0.55245004 z' /%3e%3cpath fill='%230071bb' d='m 2.5008086,7.3909759e-8 h 0.460375 V 1.778 h 1.17475 v 0.40005 h -1.635125 z' /%3e%3cpath fill='%230071bb' d='M 4.7331808,0.39687507 H 4.0600809 V 7.3909759e-8 H 5.8666558 V 0.39687507 h -0.6731 V 2.17805 h -0.460375 z' /%3e%3cpath fill='%230071bb' d='M 6.1470975,7.3909759e-8 H 7.8584224 V 0.39052507 H 6.6074725 V 0.86995006 H 7.7187224 V 1.2604751 H 6.6074725 V 1.787525 H 7.8774724 V 2.17805 H 6.1470975 Z' /%3e%3cpath fill='%230071bb' d='m 8.2678984,7.3909759e-8 h 1.1557 q 0.365125,0 0.549275,0.180974996090241 0.1841496,0.1778 0.1841496,0.50164999 0,0.45720004 -0.3809996,0.60960004 L 10.220523,2.17805 H 9.7220484 L 9.3378734,1.3652501 h -0.6096 V 2.17805 H 8.2678984 Z M 9.3823234,0.98107506 q 0.149225,0 0.2286,-0.079375 0.079375,-0.079375 0.079375,-0.219075 0,-0.13969999 -0.079375,-0.21589999 -0.079375,-0.0762 -0.2286,-0.0762 h -0.65405 v 0.59054999 z' /%3e%3cpath fill='%230071bb' d='m 11.206857,7.3909759e-8 h 0.57785 L 12.635607,2.17805 h -0.50165 L 11.978382,1.762125 h -0.9906 L 10.832207,2.17805 h -0.47625 z M 11.832332,1.3779501 11.625957,0.82550006 q -0.0381,-0.1016 -0.136525,-0.42862499 h -0.01588 q -0.09842,0.32702499 -0.136525,0.42862499 L 11.130657,1.3779501 Z' /%3e%3cpath fill='%230071bb' d='m 12.856766,7.3909759e-8 h 1.1557 q 0.365125,0 0.549275,0.180974996090241 0.18415,0.1778 0.18415,0.50164999 0,0.45720004 -0.381,0.60960004 l 0.4445,0.8858249 H 14.310916 L 13.926741,1.3652501 h -0.6096 V 2.17805 H 12.856766 Z M 13.971191,0.98107506 q 0.149225,0 0.2286,-0.079375 0.07938,-0.079375 0.07938,-0.219075 0,-0.13969999 -0.07938,-0.21589999 -0.07937,-0.0762 -0.2286,-0.0762 h -0.65405 v 0.59054999 z' /%3e%3cpath stroke='%230071bb' stroke-width='0.206673' d='M 7.3877103e-5,2.4320512 14.809185,2.4426385'/%3e%3c/svg%3e");
    border-color: #0071bb;
    color: #0071bb;
}
.site1 .doc .doc-descricao,
.site1 .doc .doc-icon {
    color: #2eacff;
}
.site1 .doc .doc-titulo {
    color: #404040;
}
.loading-container {
    margin: 4rem auto;
    text-align: center;
}
.loading-container .loading-loader {
    color: #0071bb;
    font-size: 6rem;
}
.hidden,
.hide {
    display: none !important;
}
.soft-hide {
    display: none;
}
@media (min-width: 0px) {
    .xs-hidden,
    .xs-hide {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .sm-hidden,
    .sm-hide {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .md-hidden,
    .md-hide {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .lg-hidden,
    .lg-hide {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .xl-hidden,
    .xl-hide {
        display: none !important;
    }
}
@media (max-width: 320px) {
    .xs-hidden-max,
    .xs-hide-max {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .sm-hidden-max,
    .sm-hide-max {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .md-hidden-max,
    .md-hide-max {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .lg-hidden-max,
    .lg-hide-max {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .xl-hidden-max,
    .xl-hide-max {
        display: none !important;
    }
}
