html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-1 {
    margin-left: 8.333%;
}
.col-xs-offset-2 {
    margin-left: 16.667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.333%;
}
.col-xs-offset-5 {
    margin-left: 41.667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.333%;
}
.col-xs-offset-8 {
    margin-left: 66.667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.333%;
}
.col-xs-offset-11 {
    margin-left: 91.667%;
}
.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
}
.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url(https://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3pQPwlBFhw.ttf) format("truetype");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local("IBM Plex Sans ExtraLight"), local("IBMPlexSans-ExtraLight"), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFscQ.ttf) format("truetype");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeEA.ttf) format("truetype");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFscQ.ttf) format("truetype");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPHA.ttf) format("truetype");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format("truetype");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf) format("truetype");
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.visible-lg,
.visible-md,
.visible-sm {
    display: none;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
@media only screen and (min-width: 48em) {
    .visible-sm {
        display: block;
    }
    .invisible-sm {
        display: none;
    }
    .block-sm {
        display: block;
    }
    .inline-block-sm {
        display: inline-block;
    }
}
@media only screen and (min-width: 62em) {
    .visible-md {
        display: block;
    }
    .invisible-md {
        display: none;
    }
    .block-md {
        display: block;
    }
    .inline-block-md {
        display: inline-block;
    }
}
@media only screen and (min-width: 75em) {
    .visible-lg {
        display: block;
    }
    .block-lg {
        display: block;
    }
    .inline-block-lg {
        display: inline-block;
    }
}
* {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
body,
html {
    font-family: Lato, sans-serif;
    font-size: 100%;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    height: 100%;
    background-color: #000;
}
::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}
::-webkit-scrollbar-track {
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #00cb8d;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #00cb8d;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .container-fluid {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.oh {
    overflow: hidden;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width: 48em) {
    .flex-row-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-column-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (min-width: 62em) {
    .flex-row-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (min-width: 75em) {
    .flex-row-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-column-lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.center-block {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.centro-vertical > * {
    vertical-align: middle;
}
.z0 {
    z-index: 0;
}
.z1 {
    z-index: 9;
}
.z2 {
    z-index: 99;
}
.z3 {
    z-index: 999;
}
.z4 {
    z-index: 9999;
}
.z5 {
    z-index: 99999;
}
.h100 {
    height: 100%;
}
.h50 {
    height: 50%;
}
iframe,
img,
svg {
    max-width: 100%;
    margin: 0 auto;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
figure {
    margin: 0 auto;
}
figure figcaption {
    margin-top: 5px;
}
button,
input[type="submit"] {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
textarea {
    display: block;
    background: #fff;
    width: 100%;
    border: none;
    outline: 0;
    padding: 0.4em 0.7em;
    border-radius: 2px;
    color: #4b4b4b;
}
input[type="date"]:::placeholder,
input[type="email"]:::placeholder,
input[type="number"]:::placeholder,
input[type="password"]:::placeholder,
input[type="text"]:::placeholder,
textarea:::placeholder {
    color: #4b4b4b;
}
select {
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
hr {
    height: 1px;
    background-color: #4b4b4b;
    margin: 0;
}
.p0 {
    padding: 0;
}
.p05 {
    padding: 0.5rem;
}
.p1 {
    padding: 1rem;
}
.p15 {
    padding: 1.5rem;
}
.p2 {
    padding: 2rem;
}
.p3 {
    padding: 3rem;
}
.pr0 {
    padding-right: 0;
}
.pr05 {
    padding-right: 0.5rem;
}
.pr1 {
    padding-right: 1rem;
}
.pr2 {
    padding-right: 2rem;
}
.pr3 {
    padding-right: 3rem;
}
.pl0 {
    padding-left: 0;
}
.pl05 {
    padding-left: 0.5rem;
}
.pl1 {
    padding-left: 1rem;
}
.pl2 {
    padding-left: 2rem;
}
.pl3 {
    padding-left: 3rem;
}
.pt0 {
    padding-top: 0;
}
.pt05 {
    padding-top: 0.5rem;
}
.pt1 {
    padding-top: 1rem;
}
.pt15 {
    padding-top: 1.5rem;
}
.pt2 {
    padding-top: 2rem;
}
.pt3 {
    padding-top: 3rem;
}
.pt4 {
    padding-top: 4rem;
}
.pt5 {
    padding-top: 5rem;
}
.pt7 {
    padding-top: 7rem;
}
.pt10 {
    padding-top: 10rem;
}
.pb0 {
    padding-bottom: 0;
}
.pb05 {
    padding-bottom: 0.5rem;
}
.pb1 {
    padding-bottom: 1rem;
}
.pb15 {
    padding-bottom: 1.5rem;
}
.pb2 {
    padding-bottom: 2rem;
}
.pb3 {
    padding-bottom: 3rem;
}
.pb4 {
    padding-bottom: 4rem;
}
.pb5 {
    padding-bottom: 5rem;
}
.pb7 {
    padding-bottom: 7rem;
}
.pb10 {
    padding-bottom: 10rem;
}
.m0 {
    margin: 0;
}
.m05 {
    margin: 0.5rem;
}
.m1 {
    margin: 1rem;
}
.m2 {
    margin: 2rem;
}
.m3 {
    margin: 3rem;
}
.mr0 {
    margin-right: 0;
}
.mr05 {
    margin-right: 0.5rem;
}
.mr1 {
    margin-right: 1rem;
}
.mr2 {
    margin-right: 2rem;
}
.mr3 {
    margin-right: 3rem;
}
.ml0 {
    margin-left: 0;
}
.ml05 {
    margin-left: 0.5rem;
}
.ml1 {
    margin-left: 1rem;
}
.ml2 {
    margin-left: 2rem;
}
.ml3 {
    margin-left: 3rem;
}
.mt0 {
    margin-top: 0;
}
.mt05 {
    margin-top: 0.5rem;
}
.mt1 {
    margin-top: 1rem;
}
.mt15 {
    margin-top: 1.5rem;
}
.mt2 {
    margin-top: 2rem;
}
.mt3 {
    margin-top: 3rem;
}
.mt4 {
    margin-top: 4rem;
}
.mt5 {
    margin-top: 5rem;
}
.mb0 {
    margin-bottom: 0;
}
.mb05 {
    margin-bottom: 0.5rem;
}
.mb1 {
    margin-bottom: 1rem;
}
.mb15 {
    margin-bottom: 1.5rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb3 {
    margin-bottom: 3rem;
}
.mb4 {
    margin-bottom: 4rem;
}
.mb5 {
    margin-bottom: 5rem;
}
.mb10 {
    margin-bottom: 10rem;
}
@media only screen and (min-width: 48em) {
    .p0-sm {
        padding: 0;
    }
    .p05-sm {
        padding: 0.5rem;
    }
    .p1-sm {
        padding: 1rem;
    }
    .p15-sm {
        padding: 1.5rem;
    }
    .p2-sm {
        padding: 2rem;
    }
    .p3-sm {
        padding: 3rem;
    }
    .pr0-sm {
        padding-right: 0;
    }
    .pr05-sm {
        padding-right: 0.5rem;
    }
    .pr1-sm {
        padding-right: 1rem;
    }
    .pr2-sm {
        padding-right: 2rem;
    }
    .pr3-sm {
        padding-right: 3rem;
    }
    .pl0-sm {
        padding-left: 0;
    }
    .pl05-sm {
        padding-left: 0.5rem;
    }
    .pl1-sm {
        padding-left: 1rem;
    }
    .pl2-sm {
        padding-left: 2rem;
    }
    .pl3-sm {
        padding-left: 3rem;
    }
    .pt0-sm {
        padding-top: 0;
    }
    .pt05-sm {
        padding-top: 0.5rem;
    }
    .pt1-sm {
        padding-top: 1rem;
    }
    .pt15-sm {
        padding-top: 1.5rem;
    }
    .pt2-sm {
        padding-top: 2rem;
    }
    .pt3-sm {
        padding-top: 3rem;
    }
    .pt4-sm {
        padding-top: 4rem;
    }
    .pt5-sm {
        padding-top: 5rem;
    }
    .pt7-sm {
        padding-top: 7rem;
    }
    .pt10-sm {
        padding-top: 10rem;
    }
    .pb0-sm {
        padding-bottom: 0;
    }
    .pb05-sm {
        padding-bottom: 0.5rem;
    }
    .pb1-sm {
        padding-bottom: 1rem;
    }
    .pb15-sm {
        padding-bottom: 1.5rem;
    }
    .pb2-sm {
        padding-bottom: 2rem;
    }
    .pb3-sm {
        padding-bottom: 3rem;
    }
    .pb4-sm {
        padding-bottom: 4rem;
    }
    .pb5-sm {
        padding-bottom: 5rem;
    }
    .pb7-sm {
        padding-bottom: 7rem;
    }
    .pb10-sm {
        padding-bottom: 10rem;
    }
    .m0-sm {
        margin: 0;
    }
    .m1-sm {
        margin: 1rem;
    }
    .m2-sm {
        margin: 2rem;
    }
    .m3-sm {
        margin: 3rem;
    }
    .mr0-sm {
        margin-right: 0;
    }
    .mr05-sm {
        margin-right: 0.5rem;
    }
    .mr1-sm {
        margin-right: 1rem;
    }
    .mr2-sm {
        margin-right: 2rem;
    }
    .mr3-sm {
        margin-right: 3rem;
    }
    .ml0-sm {
        margin-left: 0;
    }
    .ml05-sm {
        margin-left: 0.5rem;
    }
    .ml1-sm {
        margin-left: 1rem;
    }
    .ml2-sm {
        margin-left: 2rem;
    }
    .ml3-sm {
        margin-left: 3rem;
    }
    .mt0-sm {
        margin-top: 0;
    }
    .mt05-sm {
        margin-top: 0.5rem;
    }
    .mt1-sm {
        margin-top: 1rem;
    }
    .mt15-sm {
        margin-top: 1.5rem;
    }
    .mt2-sm {
        margin-top: 2rem;
    }
    .mt3-sm {
        margin-top: 3rem;
    }
    .mt4-sm {
        margin-top: 4rem;
    }
    .mt5-sm {
        margin-top: 5rem;
    }
    .mb0-sm {
        margin-bottom: 0;
    }
    .mb05-sm {
        margin-bottom: 0.5rem;
    }
    .mb1-sm {
        margin-bottom: 1rem;
    }
    .mb15-sm {
        margin-bottom: 1.5rem;
    }
    .mb2-sm {
        margin-bottom: 2rem;
    }
    .mb3-sm {
        margin-bottom: 3rem;
    }
    .mb4-sm {
        margin-bottom: 4rem;
    }
    .mb5-sm {
        margin-bottom: 5rem;
    }
}
@media only screen and (min-width: 62em) {
    .p0-md {
        padding: 0;
    }
    .p05-md {
        padding: 0.5rem;
    }
    .p1-md {
        padding: 1rem;
    }
    .p15-md {
        padding: 1.5rem;
    }
    .p2-md {
        padding: 2rem;
    }
    .p3-md {
        padding: 3rem;
    }
    .pr0-md {
        padding-right: 0;
    }
    .pr05-md {
        padding-right: 0.5rem;
    }
    .pr1-md {
        padding-right: 1rem;
    }
    .pr2-md {
        padding-right: 2rem;
    }
    .pr3-md {
        padding-right: 3rem;
    }
    .pl0-md {
        padding-left: 0;
    }
    .pl05-md {
        padding-left: 0.5rem;
    }
    .pl1-md {
        padding-left: 1rem;
    }
    .pl2-md {
        padding-left: 2rem;
    }
    .pl3-md {
        padding-left: 3rem;
    }
    .pt0-md {
        padding-top: 0;
    }
    .pt05-md {
        padding-top: 0.5rem;
    }
    .pt1-md {
        padding-top: 1rem;
    }
    .pt15-md {
        padding-top: 1.5rem;
    }
    .pt2-md {
        padding-top: 2rem;
    }
    .pt3-md {
        padding-top: 3rem;
    }
    .pt4-md {
        padding-top: 4rem;
    }
    .pt5-md {
        padding-top: 5rem;
    }
    .pt7-md {
        padding-top: 7rem;
    }
    .pt10-md {
        padding-top: 10rem;
    }
    .pb0-md {
        padding-bottom: 0;
    }
    .pb05-md {
        padding-bottom: 0.5rem;
    }
    .pb1-md {
        padding-bottom: 1rem;
    }
    .pb15-md {
        padding-bottom: 1.5rem;
    }
    .pb2-md {
        padding-bottom: 2rem;
    }
    .pb3-md {
        padding-bottom: 3rem;
    }
    .pb4-md {
        padding-bottom: 4rem;
    }
    .pb5-md {
        padding-bottom: 5rem;
    }
    .pb7-md {
        padding-bottom: 7rem;
    }
    .pb10-md {
        padding-bottom: 10rem;
    }
    .m0-md {
        margin: 0;
    }
    .m1-md {
        margin: 1rem;
    }
    .m2-md {
        margin: 2rem;
    }
    .m3-md {
        margin: 3rem;
    }
    .mr0-md {
        margin-right: 0;
    }
    .mr05-md {
        margin-right: 0.5rem;
    }
    .mr1-md {
        margin-right: 1rem;
    }
    .mr2-md {
        margin-right: 2rem;
    }
    .mr3-md {
        margin-right: 3rem;
    }
    .ml0-md {
        margin-left: 0;
    }
    .ml05-md {
        margin-left: 0.5rem;
    }
    .ml1-md {
        margin-left: 1rem;
    }
    .ml2-md {
        margin-left: 2rem;
    }
    .ml3-md {
        margin-left: 3rem;
    }
    .mt0-md {
        margin-top: 0;
    }
    .mt05-md {
        margin-top: 0.5rem;
    }
    .mt1-md {
        margin-top: 1rem;
    }
    .mt15-md {
        margin-top: 1.5rem;
    }
    .mt2-md {
        margin-top: 2rem;
    }
    .mt3-md {
        margin-top: 3rem;
    }
    .mt4-md {
        margin-top: 4rem;
    }
    .mt5-md {
        margin-top: 5rem;
    }
    .mb0-md {
        margin-bottom: 0;
    }
    .mb05-md {
        margin-bottom: 0.5rem;
    }
    .mb1-md {
        margin-bottom: 1rem;
    }
    .mb15-md {
        margin-bottom: 1.5rem;
    }
    .mb2-md {
        margin-bottom: 2rem;
    }
    .mb3-md {
        margin-bottom: 3rem;
    }
    .mb4-md {
        margin-bottom: 4rem;
    }
    .mb5-md {
        margin-bottom: 5rem;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
p {
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: 700;
}
.u,
u {
    text-decoration: underline;
}
.nowrap {
    white-space: normal;
}
@media only screen and (min-width: 48em) {
    .nowrap {
        white-space: nowrap;
    }
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.uc {
    text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
    .tc-sm {
        text-align: center;
    }
    .tr-sm {
        text-align: right;
    }
    .tl-sm {
        text-align: left;
    }
}
@media only screen and (min-width: 62em) {
    .tc-md {
        text-align: center;
    }
    .tr-md {
        text-align: right;
    }
    .tl-md {
        text-align: left;
    }
}
.w100 {
    font-weight: 100;
}
.w200 {
    font-weight: 200;
}
.w300 {
    font-weight: 300;
}
.w400 {
    font-weight: 400;
}
.w500 {
    font-weight: 500;
}
.w600 {
    font-weight: 600;
}
.w700 {
    font-weight: 700;
}
.w800 {
    font-weight: 800;
}
.w900 {
    font-weight: 900;
}
.w100 > strong {
    font-weight: 600;
    color: #00cb8d;
}
.lh0 {
    line-height: 0;
}
.lh1 {
    line-height: 1;
}
.lh1-25 {
    line-height: 1.25;
}
.lh1-50 {
    line-height: 1.5;
}
.lh1-75 {
    line-height: 1.75;
}
.lh2 {
    line-height: 2;
}
.ls0-5 {
    letter-spacing: 0.5px;
}
.ls1 {
    letter-spacing: 1px;
}
.ls1-5 {
    letter-spacing: 1.5px;
}
.ls2 {
    letter-spacing: 2px;
}
.ls2-5 {
    letter-spacing: 2.5px;
}
.ls3 {
    letter-spacing: 3px;
}
.tcb {
    color: #fff;
}
.tcc {
    color: #4b4b4b;
}
.tccc {
    color: #ababab;
}
.tcce {
    color: #2d2d2d;
}
.tcv {
    color: #00cb8d;
}
.tcp {
    color: #000;
}
.radio {
    padding-left: 60px;
    display: inline-block;
}
.radio input {
    display: none;
}
.radio input:checked ~ span:before {
    background: #00cb8d;
}
.radio input:checked ~ span:after {
    -webkit-transform: scale(0.5) rotate(-45deg) translate(0, -50%);
    -ms-transform: scale(0.5) rotate(-45deg) translate(0, -50%);
    transform: scale(0.5) rotate(-45deg) translate(0, -50%);
}
.radio span {
    position: relative;
    cursor: pointer;
}
.radio span::after,
.radio span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #00cb8d;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio span:after {
    border-radius: 0;
    background: 0 0;
    border-width: 0 0 5px 5px;
    border-style: solid;
    border-color: #fff;
    height: 12px;
    width: 20px;
    -webkit-transform: scale(0) rotate(-45deg) translate(0, -50%);
    -ms-transform: scale(0) rotate(-45deg) translate(0, -50%);
    transform: scale(0) rotate(-45deg) translate(0, -50%);
    top: calc(50% - 5px);
    left: -58px;
}
input.input-dropdown,
select {
    display: inline-block;
    background: 0 0;
    text-align: center;
    border: 2px solid #00cb8d;
    border-radius: 5px;
    outline: 0;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polyline fill="transparent" stroke="%232AA1DB" points="4.9 7.8 10.1 12.7 15.1 7.8" style="stroke-width: 1.5px"/></svg>');
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.input-dropdown:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polyline fill="transparent" stroke="%232AA1DB" points="4.9 10.8 10.1 6.7 15.1 10.8" style="stroke-width: 1.5px"/></svg>');
}
input.input-dropdown:focus ~ .input-dropdown-conteudo {
    visibility: visible;
    opacity: 1;
    top: 125%;
}
.input-dropdown-conteudo {
    visibility: hidden;
    text-align: center;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    border: 2px solid #00cb8d;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
.input-dropdown-conteudo > li {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.input-dropdown-conteudo > li:focus,
.input-dropdown-conteudo > li:hover {
    background-color: #00cb8d;
    color: #fff;
}
.sombra {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sombra-interativa {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sombra-interativa:focus,
.sombra-interativa:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.ff1 {
    font-family: Lato, sans-serif;
}
.ff2 {
    font-family: "IBM Plex Sans", sans-serif;
}
.ff3 {
    font-family: "IBM Plex Mono", monospace;
}
.t1 {
    font-size: 0.6875em;
}
@media screen and (min-width: 31.25em) {
    .t1 {
        font-size: calc(0.6875em + 0.125 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .t1 {
        font-size: 0.8125em;
    }
}
.t2 {
    font-size: 0.8125em;
}
@media screen and (min-width: 31.25em) {
    .t2 {
        font-size: calc(0.8125em + 0.1875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .t2 {
        font-size: 1em;
    }
}
.t3 {
    font-size: 0.9375em;
}
@media screen and (min-width: 31.25em) {
    .t3 {
        font-size: calc(0.9375em + 0.1875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .t3 {
        font-size: 1.125em;
    }
}
.t4 {
    font-size: 1.25em;
}
@media screen and (min-width: 31.25em) {
    .t4 {
        font-size: calc(1.25em + 0.25 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .t4 {
        font-size: 1.5em;
    }
}
.t5 {
    font-size: 2.3em;
}
@media screen and (min-width: 31.25em) {
    .t5 {
        font-size: calc(2.3em + 1.45 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .t5 {
        font-size: 3.75em;
    }
}
.t6 {
    font-size: 2.5em;
}
@media screen and (min-width: 31.25em) {
    .t6 {
        font-size: calc(2.5em + 1.875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .t6 {
        font-size: 4.375em;
    }
}
.alerta {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 320px;
    margin: 0 -160px;
    padding: 30px 30px;
    -webkit-box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    text-align: center;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-animation: fadeIn 0.7s ease both;
    animation: fadeIn 0.7s ease both;
}
.alerta.sucesso {
    border: 6px solid #84d5c7;
}
.alerta.erro {
    border: 6px solid #fe7575;
}
blockquote {
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #00cb8d;
    font-size: 1.25em;
    font-weight: 600;
    border-top: 3px solid #00cb8d;
    border-bottom: 3px solid #00cb8d;
}
@media screen and (min-width: 31.25em) {
    blockquote {
        font-size: calc(1.25em + 0.25 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    blockquote {
        font-size: 1.5em;
    }
}
mark {
    background-color: #00cb8d;
}
.link:focus,
.link:hover {
    color: #00cb8d;
}
p > a {
    color: #00cb8d;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
p > a:focus,
p > a:hover {
    color: #fff;
}
.lista-horizontal > li {
    display: inline-block;
}
@media (min-width: 48em) {
    .lista-horizontal-sm > li {
        display: inline-block;
    }
}
@media (min-width: 62em) {
    .lista-horizontal-md > li {
        display: inline-block;
    }
}
@media (min-width: 75em) {
    .lista-horizontal-lg > li {
        display: inline-block;
    }
}
.bg-branco {
    background-color: #fff;
}
.bg-offwhite {
    background-color: #f2f2f2;
}
.bg-cinza {
    background-color: #4b4b4b;
}
.bg-cinza-claro {
    background-color: #ababab;
}
.bg-cinza-escuro {
    background-color: #2d2d2d;
}
.bg-preto {
    background-color: #000;
}
.bg-verde {
    background-color: #00cb8d;
}
.bg-gradient {
    background: -o-linear-gradient(315deg, #2df99d 0, #00cb8e 75%);
    background: linear-gradient(135deg, #2df99d 0, #00cb8e 75%);
}
.bg-imagem {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-code {
    background: url(../assets/images/code.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-apoie {
    background: url(../assets/images/apoie.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-grafismo {
    background-image: url(../assets/images/grafismo.svg);
    background-size: 600px;
    background-position: -20% -100px;
    background-repeat: no-repeat;
}
@media (min-width: 48em) {
    .bg-grafismo {
        background-size: 900px;
        background-position: -60% -100px;
    }
}
@media (min-width: 62em) {
    .bg-grafismo {
        background-position: 120% -175px;
    }
}
.bg-grafismo-esq {
    background-image: url(../assets/images/grafismo.svg);
    background-size: 600px;
    background-position: -20% 10%;
    background-repeat: no-repeat;
}
.bg-grafismo-verde {
    background-image: url(../assets/images/grafismo-verde.svg);
    background-size: 100vw;
    background-position: -30vw -10vw;
    background-repeat: no-repeat;
}
.titulo-secao {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.9375em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-left: 4.5rem;
}
@media screen and (min-width: 31.25em) {
    .titulo-secao {
        font-size: calc(0.9375em + 0.1875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .titulo-secao {
        font-size: 1.125em;
    }
}
.titulo-secao:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 3.5rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #00cb8d;
}
.btn-menu {
    height: 22px;
    width: 35px;
    position: relative;
    display: inline-block;
    padding: 1px 5px;
}
.btn-menu > span {
    height: 2px;
    width: calc(100% - 10px);
    background: #00cb8d;
    position: absolute;
    border-radius: 2px;
    left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-menu > span:first-child {
    top: 1px;
}
.btn-menu > span:nth-child(2) {
    top: 10px;
}
.btn-menu > span:last-child {
    top: 19px;
}
.btn-menu:focus span,
.btn-menu:hover span {
    background-color: #00cb8d;
}
.menu-ativo .btn-menu span:first-child {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-ativo .btn-menu span:nth-child(2) {
    width: 0;
}
.menu-ativo .btn-menu span:last-child {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn {
    font-size: 0.8125em;
    border-radius: 5px;
    background-color: #4b4b4b;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    max-width: 100%;
    min-width: 275px;
    padding: 1em;
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 1px;
}
@media screen and (min-width: 31.25em) {
    .btn {
        font-size: calc(0.8125em + 0.1875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .btn {
        font-size: 1em;
    }
}
.btn.btn-verde {
    background-color: #00cb8d;
}
.btn.btn-verde:focus,
.btn.btn-verde:hover {
    background-color: #00986a;
}
.btn.btn-branco {
    background-color: #fff;
    color: #00cb8d;
}
.btn.btn-branco:focus,
.btn.btn-branco:hover {
    background-color: #e6e6e6;
}
.btn.btn-tag {
    min-width: inherit;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
    height: inherit;
    padding: 1rem;
    font-size: 1.25em;
    font-family: "IBM Plex Sans", sans-serif;
}
@media screen and (min-width: 31.25em) {
    .btn.btn-tag {
        font-size: calc(1.25em + 0.25 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .btn.btn-tag {
        font-size: 1.5em;
    }
}
.btn:focus,
.btn:hover {
    background-color: #00cb8d;
}
@media (min-width: 48em) {
    .btn {
        min-width: 350px;
        padding: 1.1em;
    }
}
.btn-txt {
    font-size: 0.6875em;
    font-weight: 600;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #00cb8d;
}
@media screen and (min-width: 31.25em) {
    .btn-txt {
        font-size: calc(0.6875em + 0.125 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .btn-txt {
        font-size: 0.8125em;
    }
}
.btn-txt:after {
    content: ">";
    margin-left: 0.5rem;
}
.btn-txt.btn-txt-branco {
    color: #fff;
}
.btn-txt.btn-cartao {
    color: #fff;
    position: absolute;
    left: 2rem;
    bottom: 0.5rem;
    opacity: 1;
}
@media (min-width: 62em) {
    .btn-txt.btn-cartao {
        opacity: 0;
    }
}
.btn-txt.ativo,
.btn-txt:focus,
.btn-txt:hover {
    color: #fff;
}
.btn-txt.invertido:before {
    content: "<";
    margin-right: 0.5rem;
}
.btn-txt.invertido:after {
    display: none;
}
.btn-txt.semSeta:after {
    display: none;
}
.btn-filtro {
    font-size: 0.6875em;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    padding-top: 1rem;
    position: relative;
}
@media screen and (min-width: 31.25em) {
    .btn-filtro {
        font-size: calc(0.6875em + 0.125 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .btn-filtro {
        font-size: 0.8125em;
    }
}
.btn-filtro:before {
    content: "";
    background-color: #00cb8d;
    height: 5px;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-filtro.ativo {
    font-weight: 900;
}
.btn-filtro.ativo:before {
    width: 100%;
}
.btn-fechar {
    height: 22px;
    width: 22px;
    border: 1px solid #00cb8d;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.7 19.7"><line x1="0.4" y1="0.4" x2="19.4" y2="19.4" style="stroke: %2300CB8D;"/><line x1="0.4" y1="19.4" x2="19.4" y2="0.4" style="stroke: %2300CB8D;"/></svg>');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.btn-fechar:focus,
.btn-fechar:hover {
    background-color: #00cb8d;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.7 19.7"><line x1="0.4" y1="0.4" x2="19.4" y2="19.4" style="stroke: %23000000;"/><line x1="0.4" y1="19.4" x2="19.4" y2="0.4" style="stroke: %23000000;"/></svg>');
}
.cartao {
    background-color: #4b4b4b;
    display: block;
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.cartao section {
    position: relative;
}
.cartao .tcv {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cartao.cartao-horizontal,
.cartao.cartao-membro,
.cartao.cartao-vertical {
    margin-top: 3rem;
    padding-bottom: 2rem;
    height: calc(100% - 3rem);
}
.cartao.cartao-horizontal > figure,
.cartao.cartao-membro > figure,
.cartao.cartao-vertical > figure {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -3rem;
}
.cartao.cartao-horizontal section,
.cartao.cartao-membro section,
.cartao.cartao-vertical section {
    min-height: 175px;
}
.cartao.cartao-membro section {
    text-align: center;
    padding: 3rem;
    padding-top: 1rem;
    padding-bottom: 0;
    min-height: 0;
}
a.cartao:focus,
a.cartao:hover {
    background-color: #00cb8d;
}
a.cartao:focus .btn-cartao,
a.cartao:hover .btn-cartao {
    opacity: 1;
}
a.cartao:focus .tcv,
a.cartao:hover .tcv {
    color: #fff;
}
a.cartao:focus.cartao-membro > figure,
a.cartao:focus.cartao-vertical > figure,
a.cartao:hover.cartao-membro > figure,
a.cartao:hover.cartao-vertical > figure {
    -webkit-transform: translate(0, -0.5rem);
    -ms-transform: translate(0, -0.5rem);
    transform: translate(0, -0.5rem);
}
a.cartao:focus.cartao-horizontal > figure,
a.cartao:hover.cartao-horizontal > figure {
    -webkit-transform: translate(-0.5rem, 0);
    -ms-transform: translate(-0.5rem, 0);
    transform: translate(-0.5rem, 0);
}


@media (min-width: 48em) {
    .cartao.cartao-horizontal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0.5rem;
        margin-top: 0;
        height: auto;
    }
    .cartao.cartao-horizontal > figure {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: -3rem;
        margin-top: 0;
        max-width: 380px;
    }
    .cartao.cartao-horizontal > section {
        min-height: inherit;
        width: 60%;
    }
    .cartao.cartao-membro section {
        text-align: left;
        padding: 1rem;
        padding-bottom: 0;
    }
}
@media (min-width: 62em) {
    .cartao.cartao-vertical section {
        min-height: 230px;
    }
}
.box-detalhes {
    border: 2px solid #00cb8d;
    padding: 2rem;
}
.img-deslocada {
    position: relative;
    width: 100%;
}
.img-deslocada img {
    position: relative;
    z-index: 99;
}
.img-deslocada.img-frame {
    padding: 0.5rem;
}
.img-deslocada.img-frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00cb8d;
    z-index: 9;
}
@media (min-width: 62em) {
    .img-deslocada {
        width: 120%;
        left: inherit;
    }
    .img-deslocada.img-frame {
        padding: 1rem;
    }
    .img-deslocada.img-frame:before {
        content: "";
        width: 80%;
        left: inherit;
    }
    .img-deslocada.direita {
        margin-right: -20%;
    }
    .img-deslocada.direita.img-frame:before {
        left: 0;
    }
    .img-deslocada.esquerda {
        margin-left: -20%;
    }
    .img-deslocada.esquerda.img-frame:before {
        right: 0;
    }
    .img-deslocada.ambos {
        width: 140%;
        margin-left: -20%;
    }
}
.rede-social {
    height: 20px;
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rede-social.twitter {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 612" ><path fill="%23ffffff" d="M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z"/></svg>');
}
.rede-social.twitter:focus,
.rede-social.twitter:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 612" ><path fill="%2300CB8D" d="M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z"/></svg>');
}
.rede-social.facebook {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 470.513 470.513"><path fill="%23ffffff" d="M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853 c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691 c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z"/></svg>');
}
.rede-social.facebook:focus,
.rede-social.facebook:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 470.513 470.513"><path fill="%2300CB8D" d="M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853 c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691 c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z"/></svg>');
}
.rede-social.github {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438.549 438.549"><path fill="%23ffffff" d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z"/></svg>');
}
.rede-social.github:focus,
.rede-social.github:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438.549 438.549"><path fill="%2300CB8D" d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z"/></svg>');
}
.rede-social.feed {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 430.117 430.118"><path fill="%23ffffff" d="M97.493,332.473c10.419,10.408,16.755,24.525,16.794,40.244c-0.04,15.687-6.375,29.809-16.755,40.17l-0.04,0.019 c-10.398,10.352-24.603,16.681-40.398,16.681c-15.775,0-29.944-6.348-40.34-16.699C6.384,402.526,0,388.422,0,372.717 c0-15.719,6.384-29.869,16.754-40.253v0.009c10.401-10.36,24.57-16.735,40.34-16.735C72.89,315.738,87.081,322.131,97.493,332.473z M97.493,332.464v0.009c0.019,0,0.019,0,0.019,0L97.493,332.464z M16.754,412.906c0,0,0,0,0-0.019c-0.019,0-0.019,0-0.019,0 L16.754,412.906z M0.046,146.259v82.129c53.618,0.033,104.328,21.096,142.278,59.104c37.943,37.888,58.917,88.675,59.003,142.477 h0.028v0.149h82.467c-0.065-78.233-31.866-149.099-83.279-200.549C149.122,178.126,78.285,146.308,0.046,146.259z M0.196,0v82.089 c191.661,0.14,347.464,156.184,347.594,348.028h82.327c-0.056-118.571-48.248-225.994-126.132-303.932 C226.073,48.274,118.721,0.051,0.196,0z"/></svg>');
}
.rede-social.feed:focus,
.rede-social.feed:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 430.117 430.118"><path fill="%2300CB8D" d="M97.493,332.473c10.419,10.408,16.755,24.525,16.794,40.244c-0.04,15.687-6.375,29.809-16.755,40.17l-0.04,0.019 c-10.398,10.352-24.603,16.681-40.398,16.681c-15.775,0-29.944-6.348-40.34-16.699C6.384,402.526,0,388.422,0,372.717 c0-15.719,6.384-29.869,16.754-40.253v0.009c10.401-10.36,24.57-16.735,40.34-16.735C72.89,315.738,87.081,322.131,97.493,332.473z M97.493,332.464v0.009c0.019,0,0.019,0,0.019,0L97.493,332.464z M16.754,412.906c0,0,0,0,0-0.019c-0.019,0-0.019,0-0.019,0 L16.754,412.906z M0.046,146.259v82.129c53.618,0.033,104.328,21.096,142.278,59.104c37.943,37.888,58.917,88.675,59.003,142.477 h0.028v0.149h82.467c-0.065-78.233-31.866-149.099-83.279-200.549C149.122,178.126,78.285,146.308,0.046,146.259z M0.196,0v82.089 c191.661,0.14,347.464,156.184,347.594,348.028h82.327c-0.056-118.571-48.248-225.994-126.132-303.932 C226.073,48.274,118.721,0.051,0.196,0z"/></svg>');
}
.rede-social.mail {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.626 511.626"><path fill="%23ffffff" d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path fill="%23ffffff" d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></svg>');
}
.rede-social.mail:focus,
.rede-social.mail:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.626 511.626"><path fill="%2300CB8D" d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path fill="%2300CB8D" d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></svg>');
}
.rede-social.rede-social-verde.twitter {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 612" ><path fill="%2300CB8D" d="M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z"/></svg>');
}
.rede-social.rede-social-verde.twitter:focus,
.rede-social.rede-social-verde.twitter:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 612" ><path fill="%23ffffff" d="M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z"/></svg>');
}
.rede-social.rede-social-verde.facebook {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 470.513 470.513"><path fill="%2300CB8D" d="M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853 c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691 c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z"/></svg>');
}
.rede-social.rede-social-verde.facebook:focus,
.rede-social.rede-social-verde.facebook:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 470.513 470.513"><path fill="%23ffffff" d="M271.521,154.17v-40.541c0-6.086,0.28-10.8,0.849-14.13c0.567-3.335,1.857-6.615,3.859-9.853 c1.999-3.236,5.236-5.47,9.706-6.708c4.476-1.24,10.424-1.858,17.85-1.858h40.539V0h-64.809c-37.5,0-64.433,8.897-80.803,26.691 c-16.368,17.798-24.551,44.014-24.551,78.658v48.82h-48.542v81.086h48.539v235.256h97.362V235.256h64.805l8.566-81.086H271.521z"/></svg>');
}
.rede-social.rede-social-verde.github {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438.549 438.549"><path fill="%2300CB8D" d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z"/></svg>');
}
.rede-social.rede-social-verde.github:focus,
.rede-social.rede-social-verde.github:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438.549 438.549"><path fill="%23ffffff" d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z"/></svg>');
}
.rede-social.rede-social-verde.feed {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 430.117 430.118"><path fill="%2300CB8D" d="M97.493,332.473c10.419,10.408,16.755,24.525,16.794,40.244c-0.04,15.687-6.375,29.809-16.755,40.17l-0.04,0.019 c-10.398,10.352-24.603,16.681-40.398,16.681c-15.775,0-29.944-6.348-40.34-16.699C6.384,402.526,0,388.422,0,372.717 c0-15.719,6.384-29.869,16.754-40.253v0.009c10.401-10.36,24.57-16.735,40.34-16.735C72.89,315.738,87.081,322.131,97.493,332.473z M97.493,332.464v0.009c0.019,0,0.019,0,0.019,0L97.493,332.464z M16.754,412.906c0,0,0,0,0-0.019c-0.019,0-0.019,0-0.019,0 L16.754,412.906z M0.046,146.259v82.129c53.618,0.033,104.328,21.096,142.278,59.104c37.943,37.888,58.917,88.675,59.003,142.477 h0.028v0.149h82.467c-0.065-78.233-31.866-149.099-83.279-200.549C149.122,178.126,78.285,146.308,0.046,146.259z M0.196,0v82.089 c191.661,0.14,347.464,156.184,347.594,348.028h82.327c-0.056-118.571-48.248-225.994-126.132-303.932 C226.073,48.274,118.721,0.051,0.196,0z"/></svg>');
}
.rede-social.rede-social-verde.feed:focus,
.rede-social.rede-social-verde.feed:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 430.117 430.118"><path fill="%23ffffff" d="M97.493,332.473c10.419,10.408,16.755,24.525,16.794,40.244c-0.04,15.687-6.375,29.809-16.755,40.17l-0.04,0.019 c-10.398,10.352-24.603,16.681-40.398,16.681c-15.775,0-29.944-6.348-40.34-16.699C6.384,402.526,0,388.422,0,372.717 c0-15.719,6.384-29.869,16.754-40.253v0.009c10.401-10.36,24.57-16.735,40.34-16.735C72.89,315.738,87.081,322.131,97.493,332.473z M97.493,332.464v0.009c0.019,0,0.019,0,0.019,0L97.493,332.464z M16.754,412.906c0,0,0,0,0-0.019c-0.019,0-0.019,0-0.019,0 L16.754,412.906z M0.046,146.259v82.129c53.618,0.033,104.328,21.096,142.278,59.104c37.943,37.888,58.917,88.675,59.003,142.477 h0.028v0.149h82.467c-0.065-78.233-31.866-149.099-83.279-200.549C149.122,178.126,78.285,146.308,0.046,146.259z M0.196,0v82.089 c191.661,0.14,347.464,156.184,347.594,348.028h82.327c-0.056-118.571-48.248-225.994-126.132-303.932 C226.073,48.274,118.721,0.051,0.196,0z"/></svg>');
}
.rede-social.rede-social-verde.mail {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.626 511.626"><path fill="%2300CB8D" d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path fill="%2300CB8D" d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></svg>');
}
.rede-social.rede-social-verde.mail:focus,
.rede-social.rede-social-verde.mail:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.626 511.626"><path fill="%23ffffff" d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path fill="%23ffffff" d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></svg>');
}
.rede-social.tamanho {
    width: 1em;
    height: 1em;
}
input.campo-linha {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #ababab;
}
.sanfona .sanfona-titulo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ababab;
    padding-right: 3rem;
    position: relative;
    cursor: pointer;
}
.sanfona .sanfona-titulo:after {
    content: "";
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #00cb8d;
    border-right: 2px solid #00cb8d;
    -webkit-transform: rotate(45deg) rotateX(0);
    transform: rotate(45deg) rotateX(0);
    right: 1rem;
    top: 1.5rem;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sanfona .sanfona-titulo.aberto:after {
    -webkit-transform: rotate(-45deg) rotateX(180deg);
    transform: rotate(-45deg) rotateX(180deg);
}
.sanfona .sanfona-conteudo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
}
.sanfona p:last-child {
    margin-bottom: 0;
}
.typed-cursor {
    color: #00cb8d;
    word-break: break-all;
}
.slick-slider {
    position: relative;
}
.carrossel {
    margin-left: 1rem;
    margin-right: 1rem;
}
@media (min-width: 62em) {
    .carrossel {
        margin-left: 0;
        margin-right: 0;
    }
}
.slick-dots {
    margin-top: 2rem;
}
.slick-dots li {
    line-height: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
}
.slick-dots li button {
    width: 70px;
    height: 3px;
    background-color: #ababab;
    overflow: hidden;
    text-indent: -1000px;
    margin: 0 0.5rem;
}
.slick-dots li.slick-active button {
    background-color: #00cb8d;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-left: 2px solid #00cb8d;
    border-bottom: 2px solid #00cb8d;
    overflow: hidden;
    text-indent: 1000px;
}
.slick-prev {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -1rem;
}
.slick-next {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: -1rem;
}
.hero {
    min-height: 100vh;
    background: url(../assets/images/header.jpg) center center no-repeat;
    background-size: cover;
}
.hero > * {
    height: 100%;
}
@media only screen and (max-width: 48em) {
    header.bg-imagem {
        background: 0 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.bg-imagem .bannermobile {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        display: block;
        padding-top: 48.3%;
        margin: 0 -1em 2em;
    }
}
.barra-topo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000 20%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.barra-topo form {
    position: absolute;
    top: -175px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.barra-topo.buscando form {
    top: 0;
}
@media (min-width: 62em) {
    .barra-topo a {
        position: relative;
    }
    .barra-topo a.ativo:before {
        content: "";
        height: 5px;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: -8px;
        background-color: #00cb8d;
    }
}
.barra-topo ul {
    position: absolute;
    top: -75vh;
    left: 0;
    background-color: #000;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000 75%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    max-height: calc(100vh - 65px);
    overflow: auto;
    margin: 0;
    padding-bottom: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.barra-topo ul li.ativo {
    font-weight: 600;
}
.barra-topo ul li:focus .sub-menu,
.barra-topo ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 40px;
    max-height: 400px;
}
@media (min-width: 62em) {
    .barra-topo ul {
        position: inherit;
        top: 0;
        background: 0 0;
        height: inherit;
        padding-bottom: 0;
        overflow: visible;
    }
    .barra-topo ul li {
        position: relative;
    }
    .barra-topo ul li:before {
        content: "";
        height: 5px;
        width: 0%;
        display: block;
        position: absolute;
        left: 0;
        top: -25px;
        background-color: #00cb8d;
    }
    .barra-topo ul li.ativo:before {
        width: 100%;
    }
}
.barra-topo.buscando form {
    top: 0;
}
.barra-topo.menu-ativo {
    background: #000;
    top: 0 !important;
}
.barra-topo.menu-ativo ul {
    top: 100%;
}
.barra-topo .drop-sub-menu {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00cb8d;
    -webkit-transform: translate(0, -1px) rotate(45deg);
    -ms-transform: translate(0, -1px) rotate(45deg);
    transform: translate(0, -1px) rotate(45deg);
    margin-left: 0.5rem;
}
@media (min-width: 62em) {
    .barra-topo .drop-sub-menu {
        display: none;
    }
}
.barra-topo .sub-menu {
    z-index: 9999;
    text-align: right;
    display: block;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: inherit;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.barra-topo .sub-menu li {
    padding: 1rem;
    white-space: normal;
    display: block;
    padding-right: calc(1rem + 5px);
    border-bottom: 1px solid #000;
}
@media only screen and (min-width: 48em) {
    .barra-topo .sub-menu li {
        white-space: nowrap;
    }
}
@media (min-width: 62em) {
    .barra-topo .sub-menu {
        text-align: left;
        background-color: #4b4b4b;
        display: table;
        position: absolute;
        left: 50%;
        top: 20px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        overflow: visible;
    }
    .barra-topo .sub-menu:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #4b4b4b;
        position: absolute;
        left: calc(50% - 10px);
        top: -10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .barra-topo .sub-menu li {
        padding-right: 1rem;
    }
}
footer p a {
    text-decoration: none;
}
footer svg {
    fill: #fff;
    width: 1rem;
    height: 1rem;
    margin-bottom: -4px;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal.ativo {
    visibility: visible;
    opacity: 1;
}
.modal .btn-fechar {
    position: absolute;
    top: 2rem;
    right: 2rem;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.modal .btn-fechar span {
    position: absolute;
    top: 130%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 0.5rem;
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
}
.modal .conteudo p {
    color: inherit !important;
}
.modais-apoio {
    min-height: 350px;
    background: url(../assets/images/radial.svg) center center no-repeat;
    background-size: 500px;
    -webkit-animation-name: pulsar;
    animation-name: pulsar;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: relative;
}
.modais-apoio > div {
    width: 100%;
    cursor: pointer;
    min-height: 275px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 62em) {
    .modais-apoio:after {
        content: "";
        height: 150px;
        width: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(../assets/images/participe-apoie.svg) center center no-repeat;
        background-size: cover;
    }
    .modais-apoio > div {
        width: 50%;
        min-height: 450px;
    }
    .modais-apoio > div:hover section {
        max-height: 200px;
        visibility: visible;
        opacity: 1;
    }
    .modais-apoio section {
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        max-width: 450px;
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }
}
@-webkit-keyframes pulsar {
    0% {
        background-size: 550px;
    }
    50% {
        background-size: 650px;
    }
    100% {
        background-size: 550px;
    }
}
@keyframes pulsar {
    0% {
        background-size: 550px;
    }
    50% {
        background-size: 650px;
    }
    100% {
        background-size: 550px;
    }
}
.conteudo {
    font-size: 1rem;
    font-weight: 400;
}
.conteudo ol,
.conteudo ul {
    padding-left: 2rem;
}
.conteudo li {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    position: relative;
    list-style: disc;
}
.conteudo li a,
.conteudo p a {
    text-decoration: underline;
    color: #00cb8d;
}
.conteudo h3,
.conteudo h4,
.conteudo h5,
.conteudo h6 {
    font-family: Lato, sans-serif;
    font-weight: 400;
}
.conteudo p {
    font-size: 0.9375em;
    line-height: 1.5;
    margin: 0.5rem 0 1.5rem;
    color: #2d2d2d;
}
@media screen and (min-width: 31.25em) {
    .conteudo p {
        font-size: calc(0.9375em + 0.1875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .conteudo p {
        font-size: 1.125em;
    }
}
.conteudo h5 {
    font-size: 0.6875em;
    line-height: 1.5;
    margin: 0.5rem 0 1.5rem;
}
@media screen and (min-width: 31.25em) {
    .conteudo h5 {
        font-size: calc(0.6875em + 0.125 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .conteudo h5 {
        font-size: 0.8125em;
    }
}
.conteudo h4 {
    font-size: 0.8125em;
    line-height: 1.5;
    margin: 0.5rem 0 1.5rem;
}
@media screen and (min-width: 31.25em) {
    .conteudo h4 {
        font-size: calc(0.8125em + 0.1875 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .conteudo h4 {
        font-size: 1em;
    }
}
.conteudo h3 {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0.5rem 0 1.5rem;
}
@media screen and (min-width: 31.25em) {
    .conteudo h3 {
        font-size: calc(1.25em + 0.25 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .conteudo h3 {
        font-size: 1.5em;
    }
}
.conteudo blockquote p,
.conteudo q p {
    color: #00cb8d;
    margin: 0;
}
.conteudo .bg-cinza p {
    color: #fff;
}
.conteudo .alignright {
    float: right;
    margin-left: 2em;
}
@media only screen and (min-width: 48em) {
    .conteudo .alignright {
        margin-right: -5em;
    }
}
.conteudo .alignleft {
    float: left;
    margin-right: 2em;
}
@media only screen and (min-width: 48em) {
    .conteudo .alignleft {
        margin-left: -5em;
    }
}
.conteudo .wp-caption-text {
    font-size: 0.6875em;
    font-weight: 400;
    color: #2d2d2d;
}
@media screen and (min-width: 31.25em) {
    .conteudo .wp-caption-text {
        font-size: calc(0.6875em + 0.125 * ((100vw - 31.25em) / 58.75));
    }
}
@media screen and (min-width: 90em) {
    .conteudo .wp-caption-text {
        font-size: 0.8125em;
    }
}
.bg-preto .conteudo .wp-caption-text,
.bg-preto .conteudo p {
    color: #ababab;
}
