@import url(https://fonts.googleapis.com/css?family=Material+Icons|Roboto+Slab|Roboto:300,400,500,500i,700);
*, :after, :before {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

dl, ol, ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

@media print {
    *, :after, :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container, body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td, .table th {
        background-color: #fff!important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    align-self: auto!important
}

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

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

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

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

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

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

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

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

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

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

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

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

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

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

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

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

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery, .tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto!important
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut, .tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div, .tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333333%;
    width: 2333.33333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714286%;
    width: 1.42857%;
    height: 10px;
    float: left
}

.m-0, .no-margin {
    margin: 0!important
}

.no-padding, .p-0 {
    padding: 0!important
}

.m-4 {
    margin: 4px
}

.mt-4, .my-4 {
    margin-top: 4px
}

.mb-4, .my-4 {
    margin-bottom: 4px
}

.ml-4, .mx-4 {
    margin-left: 4px
}

.mr-4, .mx-4 {
    margin-right: 4px
}

.m-8 {
    margin: 8px
}

.mt-8, .my-8 {
    margin-top: 8px
}

.mb-8, .my-8 {
    margin-bottom: 8px
}

.ml-8, .mx-8 {
    margin-left: 8px
}

.mr-8, .mx-8 {
    margin-right: 8px
}

.m-12 {
    margin: 12px
}

.mt-12, .my-12 {
    margin-top: 12px
}

.mb-12, .my-12 {
    margin-bottom: 12px
}

.ml-12, .mx-12 {
    margin-left: 12px
}

.mr-12, .mx-12 {
    margin-right: 12px
}

.m-16 {
    margin: 16px
}

.mt-16, .my-16 {
    margin-top: 16px
}

.mb-16, .my-16 {
    margin-bottom: 16px
}

.ml-16, .mx-16 {
    margin-left: 16px
}

.mr-16, .mx-16 {
    margin-right: 16px
}

.m-20 {
    margin: 20px
}

.mt-20, .my-20 {
    margin-top: 20px
}

.mb-20, .my-20 {
    margin-bottom: 20px
}

.ml-20, .mx-20 {
    margin-left: 20px
}

.mr-20, .mx-20 {
    margin-right: 20px
}

.m-24 {
    margin: 24px
}

.mt-24, .my-24 {
    margin-top: 24px
}

.mb-24, .my-24 {
    margin-bottom: 24px
}

.ml-24, .mx-24 {
    margin-left: 24px
}

.mr-24, .mx-24 {
    margin-right: 24px
}

.m-28 {
    margin: 28px
}

.mt-28, .my-28 {
    margin-top: 28px
}

.mb-28, .my-28 {
    margin-bottom: 28px
}

.ml-28, .mx-28 {
    margin-left: 28px
}

.mr-28, .mx-28 {
    margin-right: 28px
}

.m-32 {
    margin: 32px
}

.mt-32, .my-32 {
    margin-top: 32px
}

.mb-32, .my-32 {
    margin-bottom: 32px
}

.ml-32, .mx-32 {
    margin-left: 32px
}

.mr-32, .mx-32 {
    margin-right: 32px
}

.m-36 {
    margin: 36px
}

.mt-36, .my-36 {
    margin-top: 36px
}

.mb-36, .my-36 {
    margin-bottom: 36px
}

.ml-36, .mx-36 {
    margin-left: 36px
}

.mr-36, .mx-36 {
    margin-right: 36px
}

.m-40 {
    margin: 40px
}

.mt-40, .my-40 {
    margin-top: 40px
}

.mb-40, .my-40 {
    margin-bottom: 40px
}

.ml-40, .mx-40 {
    margin-left: 40px
}

.mr-40, .mx-40 {
    margin-right: 40px
}

.m-44 {
    margin: 44px
}

.mt-44, .my-44 {
    margin-top: 44px
}

.mb-44, .my-44 {
    margin-bottom: 44px
}

.ml-44, .mx-44 {
    margin-left: 44px
}

.mr-44, .mx-44 {
    margin-right: 44px
}

.m-48 {
    margin: 48px
}

.mt-48, .my-48 {
    margin-top: 48px
}

.mb-48, .my-48 {
    margin-bottom: 48px
}

.ml-48, .mx-48 {
    margin-left: 48px
}

.mr-48, .mx-48 {
    margin-right: 48px
}

.m-60 {
    margin: 60px
}

.mt-60, .my-60 {
    margin-top: 60px
}

.mb-60, .my-60 {
    margin-bottom: 60px
}

.ml-60, .mx-60 {
    margin-left: 60px
}

.mr-60, .mx-60 {
    margin-right: 60px
}

.m-80 {
    margin: 80px
}

.mt-80, .my-80 {
    margin-top: 80px
}

.mb-80, .my-80 {
    margin-bottom: 80px
}

.ml-80, .mx-80 {
    margin-left: 80px
}

.mr-80, .mx-80 {
    margin-right: 80px
}

.m-160 {
    margin: 160px
}

.mt-160, .my-160 {
    margin-top: 160px
}

.mb-160, .my-160 {
    margin-bottom: 160px
}

.ml-160, .mx-160 {
    margin-left: 160px
}

.mr-160, .mx-160 {
    margin-right: 160px
}

.mt-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.p-4 {
    padding: 4px
}

.pt-4, .py-4 {
    padding-top: 4px
}

.pb-4, .py-4 {
    padding-bottom: 4px
}

.pl-4, .px-4 {
    padding-left: 4px
}

.pr-4, .px-4 {
    padding-right: 4px
}

.p-8 {
    padding: 8px
}

.pt-8, .py-8 {
    padding-top: 8px
}

.pb-8, .py-8 {
    padding-bottom: 8px
}

.pl-8, .px-8 {
    padding-left: 8px
}

.pr-8, .px-8 {
    padding-right: 8px
}

.p-12 {
    padding: 12px
}

.pt-12, .py-12 {
    padding-top: 12px
}

.pb-12, .py-12 {
    padding-bottom: 12px
}

.pl-12, .px-12 {
    padding-left: 12px
}

.pr-12, .px-12 {
    padding-right: 12px
}

.p-16 {
    padding: 16px
}

.pt-16, .py-16 {
    padding-top: 16px
}

.pb-16, .py-16 {
    padding-bottom: 16px
}

.pl-16, .px-16 {
    padding-left: 16px
}

.pr-16, .px-16 {
    padding-right: 16px
}

.p-20 {
    padding: 20px
}

.pt-20, .py-20 {
    padding-top: 20px
}

.pb-20, .py-20 {
    padding-bottom: 20px
}

.pl-20, .px-20 {
    padding-left: 20px
}

.pr-20, .px-20 {
    padding-right: 20px
}

.p-24 {
    padding: 24px
}

.pt-24, .py-24 {
    padding-top: 24px
}

.pb-24, .py-24 {
    padding-bottom: 24px
}

.pl-24, .px-24 {
    padding-left: 24px
}

.pr-24, .px-24 {
    padding-right: 24px
}

.p-28 {
    padding: 28px
}

.pt-28, .py-28 {
    padding-top: 28px
}

.pb-28, .py-28 {
    padding-bottom: 28px
}

.pl-28, .px-28 {
    padding-left: 28px
}

.pr-28, .px-28 {
    padding-right: 28px
}

.p-32 {
    padding: 32px
}

.pt-32, .py-32 {
    padding-top: 32px
}

.pb-32, .py-32 {
    padding-bottom: 32px
}

.pl-32, .px-32 {
    padding-left: 32px
}

.pr-32, .px-32 {
    padding-right: 32px
}

.p-36 {
    padding: 36px
}

.pt-36, .py-36 {
    padding-top: 36px
}

.pb-36, .py-36 {
    padding-bottom: 36px
}

.pl-36, .px-36 {
    padding-left: 36px
}

.pr-36, .px-36 {
    padding-right: 36px
}

.p-40 {
    padding: 40px
}

.pt-40, .py-40 {
    padding-top: 40px
}

.pb-40, .py-40 {
    padding-bottom: 40px
}

.pl-40, .px-40 {
    padding-left: 40px
}

.pr-40, .px-40 {
    padding-right: 40px
}

.p-44 {
    padding: 44px
}

.pt-44, .py-44 {
    padding-top: 44px
}

.pb-44, .py-44 {
    padding-bottom: 44px
}

.pl-44, .px-44 {
    padding-left: 44px
}

.pr-44, .px-44 {
    padding-right: 44px
}

.p-48 {
    padding: 48px
}

.pt-48, .py-48 {
    padding-top: 48px
}

.pb-48, .py-48 {
    padding-bottom: 48px
}

.pl-48, .px-48 {
    padding-left: 48px
}

.pr-48, .px-48 {
    padding-right: 48px
}

.p-60 {
    padding: 60px
}

.pt-60, .py-60 {
    padding-top: 60px
}

.pb-60, .py-60 {
    padding-bottom: 60px
}

.pl-60, .px-60 {
    padding-left: 60px
}

.pr-60, .px-60 {
    padding-right: 60px
}

.p-80 {
    padding: 80px
}

.pt-80, .py-80 {
    padding-top: 80px
}

.pb-80, .py-80 {
    padding-bottom: 80px
}

.pl-80, .px-80 {
    padding-left: 80px
}

.pr-80, .px-80 {
    padding-right: 80px
}

.p-160 {
    padding: 160px
}

.pt-160, .py-160 {
    padding-top: 160px
}

.pb-160, .py-160 {
    padding-bottom: 160px
}

.pl-160, .px-160 {
    padding-left: 160px
}

.pr-160, .px-160 {
    padding-right: 160px
}

.uc-icon {
    color: #0176de;
    vertical-align: middle;
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.uc-icon.icon-color--gray {
    color: #757575
}

.uc-icon.icon-color--white {
    color: #fff
}

.uc-icon.icon-shape--rounded {
    background-color: #0176de;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    font-size: 16px
}

.uc-icon.icon-shape--rounded.icon-size--sm {
    padding: 3px 3.5px;
    font-size: 11px!important
}

.uc-icon.icon-size--sm {
    font-size: 16px;
    line-height: 1.1
}

.uc-icon.icon-size--lg {
    font-size: 42px
}

.uc-icon.icon-size--xl {
    font-size: 57px
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px
}

a, a.link-inline {
    text-decoration: underline
}

a.link-inline {
    color: #0176de
}

a .uc-icon {
    font-size: 16px;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    margin: 0
}

.h1, .uc-h1, h1 {
    font-size: 2em;
    line-height: 1.1875;
    font-weight: 700
}

@media (min-width:992px) {
    .h1, .uc-h1, h1 {
        font-size: 2.5em;
        line-height: 1.3
    }
}

.h1.mobile, .uc-h1.mobile, h1.mobile {
    font-size: 2em;
    line-height: 1.1875
}

.h2, .uc-h2, h2 {
    font-size: 1.5em;
    line-height: 1.16;
    letter-spacing: .18px;
    font-weight: 500
}

@media (min-width:992px) {
    .h2, .uc-h2, h2 {
        font-size: 2em;
        line-height: 1.2
    }
}

.h2.mobile, .uc-h2.mobile, h2.mobile {
    font-size: 1.5em;
    line-height: 1.16
}

.h3, .uc-h3, h3 {
    font-size: 1.25em;
    letter-spacing: .18px;
    font-weight: 700
}

@media (min-width:992px) {
    .h3, .uc-h3, h3 {
        font-size: 1.5em;
        line-height: 1.2
    }
}

.h3.mobile, .uc-h3.mobile, h3.mobile {
    font-size: 1.25em
}

.h4, .uc-h5, h4 {
    font-size: 1.125em;
    letter-spacing: .25px;
    line-height: 1.2;
    font-weight: 700
}

@media (min-width:992px) {
    .h4, .uc-h5, h4 {
        font-size: 1.25em
    }
}

.h4 .mobile, .uc-h5 .mobile, h4 .mobile {
    font-size: 1.125em
}

.h5, .uc-h5, h5 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .1px
}

@media (min-width:992px) {
    .h5, .uc-h5, h5 {
        line-height: 1.3;
        font-size: 1.125em
    }
}

.h5 .mobile, .uc-h5 .mobile, h5 .mobile {
    font-size: 1em;
    line-height: 1.7
}

.h6, .uc-h6, h6 {
    font-size: .875em;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .1px
}

@media (min-width:992px) {
    .h6, .uc-h6, h6 {
        font-size: 1em;
        line-height: 1.5
    }
}

.h6 .mobile, .uc-h6 .mobile, h6 .mobile {
    font-size: .875em;
    line-height: 1.7
}

.p, .uc-p, p {
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: .5px
}

@media (min-width:992px) {
    .p, .uc-p, p {
        line-height: 1.5
    }
}

.p.mobile, .uc-p.mobile, p.mobile {
    line-height: 1.6
}

.p-size--sm, .text-size--sm {
    font-size: .875em;
    line-height: 1.5
}

.p-size--sm.mobile, .text-size--sm.mobile {
    line-height: 1.5
}

.p-size--lg, .text-size--lg {
    font-size: 1.125em;
    line-height: 1.7
}

.p-size--xl, .text-size--xl {
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: .6px
}

@media (min-width:992px) {
    .p-size--xl, .text-size--xl {
        font-size: 1.5em;
        line-height: 1.6;
        letter-spacing: .18px
    }
}

.p-size--xl.mobile, .text-size--xl.mobile {
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: .6px
}

.p-color--primary, .text-color--primary {
    color: #0176de
}

.p-color--blue, .text-color--blue {
    color: #173f8a
}

.p-color--gray, .text-color--gray {
    color: #757575
}

.p-text--condensed, .text--condensed {
    letter-spacing: 0
}

.p-text--extended, .text--extended {
    letter-spacing: 1px
}

.text-weight--medium {
    font-weight: 500
}

.text-weight--bold {
    font-weight: 700
}

.text-font--serif {
    font-family: Roboto Slab, serif
}

.external:after, .uc-external:after {
    content: "launch";
    font-family: Material Icons;
    font-size: 10px;
    vertical-align: text-top;
    display: inline-block
}

.uc-quote {
    font-family: Roboto Slab, serif;
    font-size: 1.125em;
    line-height: 1.33333;
    letter-spacing: .2px
}

@media (min-width:992px) {
    .uc-quote {
        font-size: 1.5em;
        letter-spacing: .18px
    }
}

.uc-quote.mobile {
    font-size: 1.125em;
    letter-spacing: .2px
}

.uc-quote.quote-lg, .uc-quote.quote-size--lg {
    font-size: 1.5em;
    font-weight: 700
}

@media (min-width:992px) {
    .uc-quote.quote-lg, .uc-quote.quote-size--lg {
        font-size: 2.125em;
        line-height: 1.47
    }
}

.uc-quote.quote-lg.mobile, .uc-quote.quote-size--lg.mobile {
    font-size: 1.5em
}

.uc-card .uc-card_header, .uc-subtitle {
    font-size: .75em;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #757575;
    font-weight: 500
}

.uc-card .subtitle-extended.uc-card_header, .uc-subtitle.subtitle-extended {
    letter-spacing: 2px
}

@media (min-width:992px) {
    .uc-card .uc-card_header, .uc-subtitle {
        font-size: .875em;
        line-height: 1.1;
        letter-spacing: 1px
    }
}

.uc-card .mobile.uc-card_header, .uc-subtitle.mobile {
    font-size: .75em;
    line-height: 1.5;
    letter-spacing: 1.5px
}

.uc-border {
    border: 1px solid #eaeaea
}

.uc-border-top {
    border-top: 1px solid #eaeaea
}

.uc-border-right {
    border-right: 1px solid #eaeaea
}

.uc-border-bottom {
    border-bottom: 1px solid #eaeaea
}

.uc-border-left {
    border-left: 1px solid #eaeaea
}

.uc-border--none {
    border: none!important
}

a:focus, button:focus {
    outline: 2px solid rgba(1, 118, 222, .7);
    outline-offset: 2px
}

.carousel-controls .next:focus, .carousel-controls .prev:focus {
    outline: 2px solid rgba(1, 118, 222, .7)!important;
    outline-offset: 4px
}

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase
}

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

.color-black {
    color: #000!important
}

.color-blue {
    color: #0176de!important
}

.color-blue-alt {
    color: #173f8a!important
}

.white-triangle {
    width: 41px;
    height: 14px;
    position: absolute;
    overflow: hidden;
    top: -14px;
    left: 32px
}

.white-triangle:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    z-index: 2;
    transform: rotate(45deg);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18);
    border-radius: 4px
}

.uc-container-break-out {
    width: 100vw;
    position: relative;
    left: calc((-100vw - -100%)/2)
}

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

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

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

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

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

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

@-webkit-keyframes CarouselNav {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes CarouselNav {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.uc-btn {
    position: relative;
    line-height: 1;
    border: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: transparent;
    justify-content: space-between;
    transition: background-color .2s ease
}

.uc-btn.btn-primary {
    color: #0176de;
    display: flex;
    padding: 12px 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

.uc-btn.btn-primary:hover {
    border-color: #0176de;
    text-decoration: none
}

.uc-btn.btn-primary:active {
    background-color: #f6f6f6
}

.uc-btn.btn-secondary {
    color: #fff;
    padding: 12px 16px;
    line-height: 1.5;
    font-weight: 500;
    background-color: #0176de;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

.uc-btn.btn-secondary .uc-icon {
    color: #fff
}

.uc-btn.btn-secondary:hover {
    background-color: #173f8a;
    text-decoration: none
}

.uc-btn.btn-featured {
    width: 100%;
    color: #000;
    background: #fff;
    padding: 24px 16px;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18);
    border: 1px solid #eaeaea;
    border-left: 2px solid #fec60d
}

.uc-btn.btn-featured .uc-icon {
    font-size: 16px
}

.uc-btn.btn-featured:hover {
    text-decoration: none;
    border: 1px solid #fec60d;
    border-left-width: 2px
}

.uc-btn.btn-cta {
    display: block;
    padding: 12px 16px;
    font-weight: 500;
    text-align: center;
    color: #173f8a;
    background-color: #fec60d
}

.uc-btn.btn-cta:hover {
    text-decoration: none;
    background-color: #e3ae00
}

.uc-btn.btn-admission {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border: 2px solid #fec60d
}

.uc-btn.btn-admission .uc-icon {
    font-size: 10px
}

.uc-btn.btn-admission:hover {
    text-decoration: none;
    color: #0176de;
    background-color: #fff
}

.uc-btn.btn-filter {
    padding: 8px;
    color: #000;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18);
    border-radius: 8px
}

.uc-btn.btn-filter .uc-icon {
    font-size: 12px;
    vertical-align: middle
}

.uc-btn.btn-filter:hover {
    text-decoration: none;
    background-color: #f6f6f6
}

.uc-btn.btn-listed {
    width: 100%;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    padding: 12px 16px;
    border-bottom: 1px solid #eaeaea
}

.uc-btn.btn-listed:hover {
    text-decoration: none;
    background-color: #f6f6f6
}

.uc-btn.btn-listed:first-child {
    border-top: 1px solid #eaeaea
}

.uc-btn.btn-inline {
    display: inline-flex
}

.uc-btn.btn-inline .uc-icon {
    margin-left: 12px;
    transition: .2s ease
}

.uc-btn.btn-inline:hover {
    text-decoration: none
}

.uc-btn.btn-inline:hover .uc-icon.icon-shape--rounded {
    color: #173f8a;
    background-color: #fec60d
}

.uc-btn.btn-disabled, .uc-btn:disabled {
    color: #9c9c9c;
    cursor: not-allowed;
    background-color: #f6f6f6
}

.uc-btn.btn-disabled .uc-icon, .uc-btn:disabled .uc-icon {
    color: #9c9c9c
}

.uc-btn.btn-disabled .uc-icon.icon-shape--rounded, .uc-btn:disabled .uc-icon.icon-shape--rounded {
    color: #fff;
    background-color: #9c9c9c
}

.uc-btn.btn-disabled:hover, .uc-btn:disabled:hover {
    border-color: inherit;
    background-color: #f6f6f6
}

.uc-btn.btn-disabled.btn-featured, .uc-btn:disabled.btn-featured {
    border-left-color: #9c9c9c
}

.uc-btn.btn-disabled.btn-inline, .uc-btn:disabled.btn-inline {
    background-color: inherit
}

.uc-btn.btn-disabled.btn-admission, .uc-btn:disabled.btn-admission {
    border-color: #9c9c9c
}

.uc-tag {
    font-size: .875em;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #0176de;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .5px;
    align-self: flex-start;
    z-index: 10;
    transition: background-color .2s ease
}

.uc-tag, .uc-tag:hover {
    color: #fff;
    text-decoration: none
}

.uc-tag:hover {
    background-color: #173f8a
}

.uc-tag.tag-overlayed {
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .5)
}

.uc-tags .uc-tag {
    margin: 4px
}



.uc-dropdown {
    position: relative
}

.uc-dropdown_list {
    top: 30px;
    z-index: 100;
    display: none;
    min-width: 210px;
    position: absolute;
    padding: 12px 24px;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    border-radius: 4px
}

.uc-dropdown_list .uc-btn {
    color: #173f8a;
    font-weight: 700
}

.uc-dropdown_list .uc-btn:hover {
    text-decoration: underline
}

.uc-dropdown_list .uc-dropdown_list-item {
    border-bottom: 1px solid #ededed
}

.uc-dropdown_list .uc-dropdown_list-item .uc-btn {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid transparent
}

.uc-dropdown_list .uc-dropdown_list-item:last-child {
    border-bottom: 0
}

.uc-dropdown_list.show {
    display: block
}

.uc-navbar-dropdown_menu {
    z-index: 999;
    padding: 24px;
    text-align: left;
    position: relative;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    border-radius: 4px
}

.uc-navbar-dropdown_menu:before {
    content: "";
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    position: absolute;
    background: transparent
}

.uc-navbar-dropdown_menu .dropdown_item--heading {
    color: #173f8a;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 8px 12px 0;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid
}

.uc-navbar-dropdown_menu .dropdown_item--heading:first-child {
    padding-top: 0
}

.uc-navbar-dropdown_menu .dropdown_item--heading>.uc-btn {
    text-decoration: underline
}

.uc-navbar-dropdown_menu .uc-navbar-dropdown_child {
    padding: 0;
    margin: 12px 0 0;
    list-style-type: none
}

.uc-navbar-dropdown_menu .uc-navbar-dropdown_item {
    padding: 8px;
    font-size: 14px;
    text-align: left;
    min-width: 200px;
    border-bottom: 1px solid #eaeaea;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid
}

.uc-navbar-dropdown_menu .uc-navbar-dropdown_item:first-child {
    border-top: 1px solid #eaeaea
}

.uc-navbar-dropdown_menu .uc-navbar-dropdown_item .uc-btn {
    font-weight: 400;
    color: #000!important
}

.uc-navbar-dropdown_menu.cols-2 {
    -moz-columns: 2;
    -moz-column-width: 210px;
    columns: 210px 2;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.uc-navbar-dropdown_menu.cols-3 {
    -moz-columns: 3;
    -moz-column-width: 210px;
    columns: 210px 3;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.uc-navbar-dropdown_menu.cols-4 {
    -moz-columns: 4;
    -moz-column-width: 210px;
    columns: 210px 4;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.uc-navbar-dropdown_menu.cols-5 {
    -moz-columns: 5;
    -moz-column-width: 210px;
    columns: 210px 5;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.uc-navbar-dropdown_menu {
    display: none
}

.uc-navbar-dropdown_menu[data-show] {
    display: block
}

.uc-navbar_arrow, .uc-navbar_arrow:before {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -3px;
    z-index: -1;
    border-radius: 4px
}

.uc-navbar_arrow:before {
    content: "";
    transform: rotate(45deg);
    background: #fff
}

.uc-navbar {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

@media (min-width:992px) {
    .uc-navbar {
        padding: 24px 0
    }
}

.uc-navbar .uc-navbar_nav {
    padding: 0;
    z-index: 999;
    display: flex;
    margin: 24px 0 0;
    position: relative;
    align-items: center;
    list-style-type: none;
    justify-content: space-between
}

.uc-navbar .uc-navbar_nav .nav-item {
    flex-grow: 1;
    padding: 1px 0;
    position: relative;
    text-align: center;
    border-right: 1px solid #eaeaea
}

.uc-navbar .uc-navbar_nav .nav-item:first-child {
    border-left: 1px solid #eaeaea
}

.uc-navbar .uc-navbar_nav .nav-item .btn-admission, .uc-navbar .uc-navbar_nav .nav-item .uc-btn {
    color: #173f8a
}

.uc-navbar .uc-navbar_nav .nav-item .uc-btn.active {
    border-bottom: 2px solid
}

.uc-navbar .uc-navbar_nav .nav-item>.uc-btn {
    border-radius: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: border-bottom-width .2s ease, border-bottom-color .2s ease
}

.uc-navbar .uc-navbar_nav .nav-item>.uc-btn:hover {
    border-bottom: 2px solid
}

.uc-navbar.navbar-dark {
    background-color: #03122e
}

.uc-navbar.navbar-dark .uc-navbar_nav .nav-item {
    border-color: #fff
}

.uc-navbar.navbar-dark .uc-navbar_nav .nav-item .uc-btn {
    color: #fff
}

.uc-navbar.navbar-dark .uc-navbar_mobile-bar .uc-navbar_mobile-logo {
    background-color: #03122e;
    color: #fff
}

.uc-portal-navbar {
    padding: 0;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

@media (min-width:992px) {
    .uc-portal-navbar {
        padding: 80px 0
    }
}

.uc-portal-navbar .row {
    align-items: center;
    justify-content: space-between
}

.uc-portal-navbar .uc-navbar_title {
    width: calc(100% - 75px)
}

@media (min-width:992px) {
    .uc-portal-navbar .uc-navbar_title {
        width: auto
    }
}

.uc-portal-navbar .uc-navbar_title h1 {
    font-family: Roboto Slab, serif;
    font-size: 32px;
    color: #173f8a;
    line-height: 1.2
}

@media (min-width:992px) {
    .uc-portal-navbar .uc-navbar_title h1 {
        font-size: 40px
    }
}

.uc-portal-navbar .uc-navbar_nav {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    font-weight: 500
}

.uc-portal-navbar .uc-navbar_nav a.uc-btn {
    border-radius: 0;
    text-decoration: none
}

.uc-portal-navbar .uc-navbar_nav .nav-item {
    padding: 0 8px
}

.uc-portal-navbar .uc-navbar_nav .nav-item:first-child {
    padding-left: 0
}

.uc-portal-navbar .uc-navbar_nav .nav-item .uc-link, .uc-portal-navbar .uc-navbar_nav .nav-item a {
    color: #173f8a
}

.uc-navbar_mobile-bar {
    display: flex;
    justify-content: space-between
}

.uc-navbar_mobile-bar .uc-navbar_mobile-logo {
    flex-grow: 1;
    padding: 16px 20px;
    background-color: #173f8a
}

.uc-navbar_mobile-bar .uc-navbar_mobile-logo img {
    max-width: 184px;
    height: auto
}

.uc-navbar_mobile-bar .uc-navbar_mobile-logo.navbar-light {
    background-color: #fff
}

.uc-navbar_mobile-bar .uc-navbar_mobile-logo.navbar-dark {
    background-color: #03122e
}

.uc-navbar_mobile-bar.navbar-brand .uc-navbar_mobile-logo {
    padding: 28px 20px
}

.uc-navbar_mobile-button {
    color: #fff;
    min-width: 75px;
    display: flex;
    font-size: 12px;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    background-color: #0176de
}

.uc-navbar_mobile-button:focus, .uc-navbar_mobile-button:hover {
    color: #fff
}

.uc-navbar_mobile-button .uc-icon {
    color: #fff;
    font-size: 35px;
    transition: .2s ease
}

.uc-navbar_mobile-button .uc-icon:before {
    content: "menu"
}

.uc-navbar_mobile-button.js-accordion-active-element .uc-icon:before {
    content: "close"
}

.uc-navbar_mobile-button>* {
    pointer-events: none
}

.uc-navbar_mobile-button:hover {
    text-decoration: none
}

.uc-navbar_mobile-button:focus {
    outline: none
}

.uc-navbar_mobile-content {
    width: 100%;
    z-index: 20;
    height: auto;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    transition: height .25s linear
}

.uc-navbar_mobile-content .uc-navbar_mobile-list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dee2e6
}

.uc-navbar_mobile-content .uc-navbar_mobile-list .list-item {
    padding: 12px;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #dedede;
    font-weight: 500
}

.uc-navbar_mobile-content .uc-navbar_mobile-list .list-item:last-child {
    border-bottom: 1px solid #dedede
}

.collapse-nav-mobile {
    overflow: hidden;
    background-color: #fff
}

.collapse-nav-mobile .uc-collapse_heading, .collapse-nav-mobile .uc-collapse_heading-mobile {
    display: flex;
    transition: .2s ease
}

.collapse-nav-mobile .uc-collapse_heading-mobile .uc-icon, .collapse-nav-mobile .uc-collapse_heading .uc-icon {
    transition: .2s ease;
    pointer-events: none
}

.collapse-nav-mobile .uc-collapse_heading-mobile.js-accordion-active-element, .collapse-nav-mobile .uc-collapse_heading.js-accordion-active-element {
    box-shadow: inset 4px 0 0 0 #0176de
}

.collapse-nav-mobile .uc-collapse_heading-mobile.js-accordion-active-element .uc-icon, .collapse-nav-mobile .uc-collapse_heading.js-accordion-active-element .uc-icon {
    transform: rotate(180deg)
}

.collapse-nav-mobile .uc-collapse_heading-mobile:focus, .collapse-nav-mobile .uc-collapse_heading:focus {
    outline: none;
    background-color: #fff
}

.collapse-nav-mobile .uc-collapse_body {
    transition: height .25s linear;
    background-color: #f6f6f6
}

.uc-accordion-mobile {
    border-top: 1px solid #eaeaea
}

.uc-accordion-mobile .btn-listed:first-child {
    border-top: none
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content {
    height: 100%;
    position: fixed;
    transition: .5s ease-in-out;
    transform: translateX(100%)
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content .uc-navbar_mobile-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content .uc-navbar_mobile-list .list-item {
    padding: 0;
    display: flex;
    flex-direction: column
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content .uc-navbar_mobile-list .list-item a {
    padding: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content .uc-navbar_mobile-list .list-item .list-close {
    justify-content: flex-start;
    border-top: 0;
    background-color: #fff;
    color: #757575
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content .uc-navbar_mobile-list .list-item.has-list-children .list-children {
    position: absolute;
    background-color: #f6f6f6;
    padding: 0;
    list-style: none;
    left: 0;
    top: 0;
    width: calc(100% - 16px);
    min-height: 100%;
    transform: translateX(100%);
    transition: .5s ease-in-out;
    margin: 0 0 0 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18)
}

.uc-navbar_mobile.navbar_mobile-slide .uc-navbar_mobile-content .uc-navbar_mobile-list .list-item.has-list-children .list-children.is-children-open {
    transform: translateX(0)
}

.uc-navbar_mobile.navbar_mobile-slide.is-open .uc-navbar_mobile-button .uc-icon:before {
    content: "close"
}

.uc-navbar_mobile.navbar_mobile-slide.is-open .uc-navbar_mobile-content {
    transform: translateX(0)
}

.uc-navbar_mobile--open {
    overflow: hidden
}

.uc-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    border-radius: 4px
}

.uc-menu a {
    text-decoration: none
}

.uc-menu .uc-menu_list {
    list-style: none;
    margin: 0;
    padding: 12px 24px;
    background-color: #fff
}

.uc-menu .uc-menu_list:last-child {
    border-radius: 0 4px 4px 0
}

.uc-menu .uc-menu_list.first-level {
    background-color: #173f8a;
    min-width: 310px;
    border-radius: 4px 0 0 4px
}

.uc-menu .uc-menu_list.first-level>.uc-menu_list-item .uc-btn {
    color: #fff
}

.uc-menu .uc-menu_list:nth-child(2) {
    -ms-grid-column: 1
}

.uc-menu .uc-menu_list:nth-child(3) {
    -ms-grid-column: 2
}

.uc-menu .uc-menu_list:nth-child(4) {
    -ms-grid-column: 3
}

.uc-menu .uc-menu_list .uc-menu_list-item .uc-btn {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .45px;
    transition: .2s ease
}

.uc-menu .uc-menu_list .uc-menu_list-item .uc-btn .uc-icon {
    font-size: 16px;
    color: #fff
}

.uc-menu .uc-menu_list .uc-menu_list-item .uc-btn.active, .uc-menu .uc-menu_list .uc-menu_list-item .uc-btn:hover {
    text-decoration: none
}

.uc-menu .uc-menu_list .uc-menu_list-item .uc-btn.active .title, .uc-menu .uc-menu_list .uc-menu_list-item .uc-btn:hover .title {
    text-decoration: underline
}

.uc-menu .uc-menu_list .uc-menu_list-item .uc-btn.active .uc-icon, .uc-menu .uc-menu_list .uc-menu_list-item .uc-btn:hover .uc-icon {
    text-decoration: none;
    color: #fec60d
}

.uc-menu .uc-menu_list.second-level .uc-menu_list-item {
    border-top: 1px solid #eaeaea
}

.uc-menu .uc-menu_list.second-level .uc-menu_list-item:last-child {
    border-bottom: 1px solid #eaeaea
}

.uc-menu .uc-menu_list.second-level .uc-menu_list-item .uc-btn {
    color: #000;
    font-weight: 400;
    border-radius: 0;
    padding: 12px;
    border-left: 2px solid transparent;
    transition: .2s ease
}

.uc-menu .uc-menu_list.second-level .uc-menu_list-item .uc-btn .uc-icon {
    color: #0176de
}

.uc-menu .uc-menu_list.second-level .uc-menu_list-item .uc-btn:hover {
    border-left: 2px solid #fec60d
}

.uc-menu .uc-menu_list.second-level .uc-menu_list-item .uc-btn:hover .uc-icon {
    color: #0176de
}

.uc-menu .uc-menu_list.second-level:first-child {
    padding: 12px 12px 12px 24px
}

.uc-menu .uc-menu_list.second-level:last-child {
    padding: 12px 24px 12px 12px
}

.uc-menu .uc-menu_list .dropdown-content {
    position: absolute;
    display: flex;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3)
}

.uc-menu .triangle {
    width: 41px;
    height: 14px;
    position: absolute;
    overflow: hidden;
    top: -14px
}

.uc-menu .triangle:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    z-index: 2;
    transform: rotate(45deg);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18);
    border-radius: 4px
}

.uc-menu .triangle.blue:after, .uc-top-bar {
    background-color: #173f8a
}

.uc-top-bar {
    padding: 15px 0;
    color: #fff
}

@media (min-width:992px) {
    .uc-top-bar {
        padding: 9px 0
    }
}

.uc-top-bar .uc-link, .uc-top-bar a {
    color: #fff;
    line-height: 1.1;
    text-decoration: none;
    font-weight: 500
}

.uc-top-bar .uc-link:hover, .uc-top-bar a:hover {
    border-bottom: 1px solid #fff
}

.uc-top-bar .uc-link:hover:after, .uc-top-bar a:hover:after {
    text-decoration: none
}

.uc-top-bar .uc-link .uc-icon, .uc-top-bar a .uc-icon {
    color: #fff
}

.uc-top-bar .top-bar_mobile-logo {
    width: 185px
}

.uc-top-bar .mobile-logo img {
    min-width: 185px
}

.uc-top-bar .top-bar_links-container {
    justify-content: space-between
}

.uc-top-bar .top-bar_links {
    display: flex;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.uc-top-bar .top-bar_links li {
    line-height: 1;
    padding-right: 10px
}

.uc-top-bar .top-bar_links li:not(:first-child) {
    border-left: 1px solid #8b9fc4;
    padding-left: 10px;
    padding-right: 10px
}

.uc-top-bar .top-bar_links li:last-child {
    padding-right: 0
}

.uc-breadcrumb {
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    list-style-type: none
}

.uc-breadcrumb .uc-breadcrumb_item {
    margin-right: 8px;
    display: flex;
    align-items: center
}

.uc-breadcrumb .uc-breadcrumb_item a {
    color: #757575;
    text-decoration: none;
    margin-right: 8px
}

.uc-breadcrumb .uc-breadcrumb_item .uc-icon {
    color: #0176de
}

.uc-breadcrumb .uc-breadcrumb_item.current {
    font-weight: 700;
    color: #000
}

.uc-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 24px;
    border-bottom: 2px solid #eaeaea;
    color: #eaeaea
}

.uc-tabs .uc-tabs_item {
    transition: background-color .1s ease
}

.uc-tabs .uc-tabs_item:active {
    background-color: #f6f6f6
}

.uc-tabs .uc-tabs_item-link {
    font-size: 1em;
    padding: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: -2px;
    text-decoration: none;
    color: #cdcaca;
    transition: border .2s ease
}

.uc-tabs .uc-tabs_item-link:focus {
    outline-color: rgba(1, 118, 222, .7)
}

.uc-tabs .uc-tabs_item-link:hover {
    color: #cdcaca;
    text-decoration: none;
    border-bottom: 2px solid #0176de
}

.uc-tabs .uc-tabs_item-link.active {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #0176de
}

.uc-tabs .uc-tabs_item-link.active:hover {
    color: #000
}

.uc-vertical-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    list-style-type: none;
    flex-direction: column
}

.uc-vertical-tabs .uc-vertical-tabs_item {
    border-bottom: 1px solid #cdcaca
}

.uc-vertical-tabs .uc-vertical-tabs_item-link {
    color: #757575;
    display: block;
    font-size: 1em;
    padding: 20px 16px;
    transition: .2s ease;
    text-decoration: none;
    background-color: #f6f6f6
}

.uc-vertical-tabs .uc-vertical-tabs_item-link:focus {
    outline-color: rgba(1, 118, 222, .7)
}

.uc-vertical-tabs .uc-vertical-tabs_item-link:hover {
    color: #000;
    text-decoration: none
}

.uc-vertical-tabs .uc-vertical-tabs_item-link.active {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    background-color: #fff;
    border-left: 4px solid #0176de
}

.uc-vertical-tabs .uc-vertical-tabs_item-link.active:hover {
    color: #000
}

.uc-steps {
    display: flex;
    white-space: nowrap;
    counter-reset: step
}

.uc-step {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    display: inline-block;
    counter-increment: step
}

.uc-step:last-child {
    flex-grow: 0
}

.uc-step:last-child .uc-step_head .uc-step_line {
    display: none
}

.uc-step:last-child .uc-step_info {
    margin: 0
}

.uc-step.step-current .uc-step_head .uc-step_count, .uc-step.step-done .uc-step_head .uc-step_count {
    color: #fff;
    background-color: #0176de
}

.uc-step.step-done .uc-step_head .uc-step_line {
    background-color: #0176de
}

.uc-step.step-done .uc-step_head .uc-step_count:before {
    content: "done";
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.uc-step .uc-step_head .uc-step_line {
    left: 0;
    right: 0;
    top: 15px;
    height: 1px;
    position: absolute;
    background-color: #eaeaea
}

@media (min-width:768px) {
    .uc-step .uc-step_head .uc-step_line {
        top: 22px
    }
}

.uc-step .uc-step_head .uc-step_count {
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    border-radius: 50%;
    color: #0176de;
    align-items: center;
    display: inline-flex;
    background-color: #fff;
    justify-content: center;
    border: 2px solid #0176de
}

.uc-step .uc-step_head .uc-step_count:before {
    content: counter(step)
}

@media (min-width:768px) {
    .uc-step .uc-step_head .uc-step_count {
        width: 44px;
        height: 44px;
        font-size: 24px
    }
}

.uc-step .uc-step_info {
    text-align: left;
    margin-right: 10%;
    white-space: normal
}

.uc-pagination {
    display: flex;
    justify-content: center
}

.uc-pagination_next, .uc-pagination_prev {
    background-color: transparent;
    color: #4a4a4a;
    border: 0;
    padding: 0;
    line-height: 1
}

.uc-pagination_pages {
    margin: 15px 0;
    padding: 0;
    list-style-type: none
}

.uc-pagination_pages .page-item {
    display: inline-block;
    color: #4a4a4a;
    margin: 0 2px;
    font-weight: 500
}

.uc-pagination_pages .page-item.active .page-link, .uc-pagination_pages .page-item:hover .page-link {
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18);
    color: #0176de;
    text-decoration: none;
    border: 1px solid #0176de
}

.uc-pagination_pages .page-link {
    padding: 3px 2px;
    min-width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent
}

.uc-footer {
    padding: 28px 0 0;
    background-color: #03122e;
    font-size: 14px;
    color: #fff
}

@media (min-width:992px) {
    .uc-footer {
        padding-top: 80px
    }
}

.uc-footer a {
    color: #fff;
    text-decoration: underline
}

.uc-footer .uc-footer_social {
    padding: 0;
    display: inline-flex;
    margin: 16px 0 0;
    list-style-type: none
}

.uc-footer .uc-footer_social>*+* {
    margin-left: 20px
}

.uc-footer .uc-footer_social li img {
    max-width: 18px;
    max-height: 18px
}

.uc-footer .acreditado img {
    max-width: 130px
}

.uc-footer .footer-collapse {
    overflow: hidden;
    transition: height .25s linear
}

@media (min-width:992px) {
    .uc-footer .footer-collapse {
        height: auto!important
    }
}

.uc-footer .uc-icon {
    color: #fff
}

.uc-footer_list-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.uc-footer_list-title.footer-collapse-title {
    border-top: 1px solid #fff;
    position: relative;
    padding: 17px 0
}

@media (min-width:992px) {
    .uc-footer_list-title.footer-collapse-title {
        margin-top: 35px
    }
}

.uc-footer_list-title.footer-collapse-title:after {
    content: "keyboard_arrow_down";
    top: 9px;
    right: 0;
    font-size: 24px;
    position: absolute;
    text-transform: none;
    transition: .2s ease;
    font-family: Material Icons
}

.uc-footer_list-title.footer-collapse-title.js-accordion-active-element:after {
    transform: rotate(-180deg)
}

@media (min-width:992px) {
    .uc-footer_list-title.footer-collapse-title {
        border: 0;
        padding-top: 0
    }
    .uc-footer_list-title.footer-collapse-title:after {
        content: ""
    }
}

.uc-footer_list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.uc-footer_list li {
    margin-bottom: 8px;
    font-size: 14px
}

.uc-footer_list li a {
    text-decoration: underline
}

.uc-footer_list li a:hover {
    color: #fff;
    text-decoration: underline
}

.uc-footer_help {
    background-color: #0176de;
    padding: 48px 0;
    color: #fff
}

.uc-footer_help a {
    text-decoration: underline;
    color: #fff
}

.uc-footer_help .uc-icon {
    color: #fff
}

.uc-footer_help p {
    font-size: .875em;
    line-height: 1.5
}

.uc-dev-footer {
    padding: 16px 0;
    background-color: #f6f6f6
}

.uc-dev-footer .uc-footer-dev_content {
    margin: 0;
    padding: 0;
    display: block;
    color: grey;
    font-size: 14px;
    align-items: center;
    list-style-type: none
}

@media (min-width:992px) {
    .uc-dev-footer .uc-footer-dev_content {
        display: flex
    }
}

.uc-dev-footer .uc-footer-dev_content li:not(:last-child) {
    margin-bottom: 4px;
    padding-bottom: 4px
}

@media (min-width:992px) {
    .uc-dev-footer .uc-footer-dev_content li:not(:last-child) {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid grey
    }
}

.uc-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

.uc-card, .uc-card.card-bg--white {
    background-color: #fff
}

.uc-card.card-bg--blue {
    background-color: #0176de
}

.uc-card.card-bg--gray {
    background-color: #f6f6f6
}

.uc-card.card-bg--image {
    background-size: cover;
    background-position: 50%;
    height: 532px
}

.uc-card.card-border--none {
    border: none
}

.uc-card.card-border--top {
    border-top: 4px solid #0176de
}

.uc-card.card-border--bottom {
    border-bottom: 8px solid #0176de
}

.uc-card.card-radius--md {
    border-radius: 8px
}

.uc-card.card-radius--none {
    border-radius: 0
}

.uc-card.card-shadow--md {
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

.uc-card.card-shadow--none {
    box-shadow: none
}

.uc-card.card-gradient--bottom-blue:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, transparent, #08275c 96%)
}

.uc-card.card-gradient--top-black:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(43, 76, 137, 0) 30%, rgba(0, 0, 0, .7) 90%)
}

.uc-card.card-gradient--bottom-black:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(43, 76, 137, 0) 30%, rgba(0, 0, 0, .7) 90%)
}

.uc-card.card-type--link {
    transition: all .2s ease-in;
    border: none
}

.uc-card.card-type--link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .4)
}

@media (min-width:768px) {
    .uc-card.card-height--same {
        height: 100%
    }
}

@media (min-width:768px) {
    .uc-card.card-type--horizontal {
        flex-direction: row
    }
}

.uc-card.card-type--grid {
    width: 100%;
    height: 100%
}

.uc-card.card-type--event {
    overflow: visible
}

.uc-card.card-type--event .card-type--date {
    position: absolute;
    top: -24px;
    left: 24px
}

.uc-card.card-type--date {
    border-top: 4px solid #0176de;
    display: flex;
    flex-direction: row;
    padding: 4px 12px;
    align-items: center;
    border-radius: 0 0 4px 4px;
    align-self: flex-start
}

.uc-card.card-type--date .day {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin-right: 12px
}

.uc-card.card-type--date .month {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.uc-card .uc-card_event--content {
    margin-top: 20px
}

.uc-card .uc-card_event--content .date, .uc-card .uc-card_event--content .time, .uc-card .uc-card_event--content .venue {
    margin: 0 0 6px;
    padding-left: 20px;
    position: relative
}

.uc-card .uc-card_event--content .date:before, .uc-card .uc-card_event--content .time:before, .uc-card .uc-card_event--content .venue:before {
    font-family: Material Icons;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    left: 0
}

.uc-card .uc-card_event--content .date:before {
    content: "date_range"
}

.uc-card .uc-card_event--content .time:before {
    content: "access_time"
}

.uc-card .uc-card_event--content .venue:before {
    content: "location_on"
}

.uc-card .uc-card_header {
    letter-spacing: 2px;
    color: #000;
    padding: 20px 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea
}

.uc-card .uc-card_body, .uc-card .uc-card_body--lg, .uc-card .uc-card_body--sm, .uc-card .uc-card_body--xl {
    padding: 20px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    z-index: 2
}

@media (min-width:992px) {
    .uc-card .uc-card_body, .uc-card .uc-card_body--lg, .uc-card .uc-card_body--sm, .uc-card .uc-card_body--xl {
        padding: 24px
    }
}

.uc-card .uc-card_body--lg, .uc-card .uc-card_body--sm {
    padding: 16px
}

@media (min-width:992px) {
    .uc-card .uc-card_body--lg {
        padding: 36px
    }
}

.uc-card .uc-card_body--xl {
    padding: 36px
}

@media (min-width:992px) {
    .uc-card .uc-card_body--xl {
        padding: 48px
    }
}

.uc-card .uc-card_footer {
    padding: 20px 24px;
    background-color: #f6f6f6
}

.uc-card .tag-fixed {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px
}

@media (min-width:992px) {
    .uc-card .tag-fixed {
        top: 24px;
        left: 24px
    }
}

.uc-card .uc-card_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0
}

a.uc-card:hover {
    color: inherit;
    text-decoration: none
}

a.uc-card:hover h1, a.uc-card:hover h2, a.uc-card:hover h3, a.uc-card:hover h4, a.uc-card:hover h5, a.uc-card:hover h6 {
    text-decoration: underline
}

.card-hoverable {
    position: relative
}

.card-hoverable .card-hovered {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: .2s ease;
    opacity: 0
}

.card-hoverable:hover .card-hovered {
    opacity: 1
}

.card-hovered {
    background-color: #0176de;
    color: #fff;
    height: 100%;
    width: 100%;
    border: 0
}

.card-hovered .uc-text-divider.divider-primary {
    background-color: #fff
}

.card-example {
    background-color: #cdcdcd
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.uc-image-quote {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden
}

@media (min-width:768px) {
    .uc-image-quote {
        margin-left: auto;
        margin-right: auto
    }
}

.uc-image-quote .uc-image-quote_image {
    height: 300px;
    border-radius: 4px;
    overflow: hidden
}

.uc-image-quote.image-left .uc-image-quote_image {
    width: auto;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .uc-image-quote.image-left .uc-image-quote_image {
        width: 180%;
        height: 600px
    }
    .uc-image-quote.image-left .uc-image-quote_image.image-quote-size--sm {
        width: 130%;
        height: 400px
    }
}

.uc-image-quote.image-right .uc-card {
    width: auto;
    z-index: 2
}

@media (min-width:768px) {
    .uc-image-quote.image-right .uc-card {
        width: 125%
    }
}

.uc-image-quote.image-right .uc-image-quote_image {
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .uc-image-quote.image-right .uc-image-quote_image {
        height: 600px
    }
}

.uc-image-quote.image-nested {
    margin-bottom: 200px;
    overflow: visible
}

@media (min-width:768px) {
    .uc-image-quote.image-nested {
        margin-bottom: auto
    }
}

.uc-image-quote.image-nested .uc-image-quote_image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 32px;
    display: flex;
    align-items: flex-end;
    overflow: visible
}

@media (min-width:768px) {
    .uc-image-quote.image-nested .uc-image-quote_image {
        height: 600px
    }
}

.uc-image-quote.image-nested .uc-image-quote_image .uc-card {
    max-width: 590px;
    position: absolute;
    right: 0;
    top: 270px
}

@media (min-width:992px) {
    .uc-image-quote.image-nested .uc-image-quote_image .uc-card {
        right: 32px;
        top: auto
    }
}

.uc-image-quote.image-left .uc-card, .uc-image-quote.image-nested .uc-card, .uc-image-quote.image-right .uc-card {
    margin: -60px 20px 0
}

@media (min-width:992px) {
    .uc-image-quote.image-left .uc-card, .uc-image-quote.image-nested .uc-card, .uc-image-quote.image-right .uc-card {
        margin: auto
    }
}

.uc-hr {
    border: 0;
    height: 1px;
    width: 100%;
    overflow: hidden;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEiPjxwYXRoIGZpbGw9ImdyYXkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMVYwaDN2MXoiLz48L3N2Zz4=) 50% repeat
}

.uc-text-divider {
    width: 36px;
    height: 4px
}

.uc-text-divider.divider-primary {
    background-color: #0176de
}

.uc-text-divider.divider-secondary {
    background-color: #fec60d
}

.heading-container, .uc-heading-container {
    display: flex;
    align-items: center
}

.uc-heading-decoration {
    display: inline-block;
    margin-left: 24px;
    width: 36px;
    height: 4px;
    background-color: #fec60d
}

.uc-filters {
    padding: 24px;
    background-color: #f6f6f6;
    display: flex;
    border-radius: 4px
}

.uc-filters_alphabetic {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    list-style-type: none;
    justify-content: space-between
}

.uc-filters_alphabetic li {
    flex-grow: 1;
    text-align: center
}

.uc-filters_alphabetic li:first-child .letter-filter {
    border-radius: 4px 0 0 4px
}

.uc-filters_alphabetic li:last-child .letter-filter {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #eaeaea
}

.uc-filters_alphabetic .letter-filter {
    width: 100%;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #0176de;
    transition: .2s ease;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-right: none
}

.uc-filters_alphabetic .letter-filter.active, .uc-filters_alphabetic .letter-filter:hover {
    background-color: #0176de;
    color: #fff;
    z-index: 2
}

.uc-filters_alphabetic .letter-filter.disabled {
    color: grey
}

.uc-filters_alphabetic .letter-filter.disabled:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: grey
}

.uc-table-list {
    display: flex
}

.uc-table-list .uc-table-list_title {
    min-width: 280px;
    border-top: 4px solid #0176de;
    padding-top: 24px
}

.uc-table-list .uc-table-list_content {
    list-style: none;
    border-top: 4px solid #eaeaea;
    padding: 24px;
    flex-grow: 1
}

.uc-table-list .uc-table-list_content li:not(:first-child)>.btn-listed {
    border-top: 0
}

.uc-table thead tr th {
    color: #fff;
    padding: 14px 16px;
    background-color: #0176de
}

.uc-table tbody tr td {
    padding: 20px 16px
}

.uc-table tbody tr:nth-child(odd) {
    background-color: #f6f6f6
}

.uc-table.table-wide {
    width: 100%
}

.uc-collapse {
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    border-left: 0
}

.uc-collapse .uc-collapse_heading {
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18);
    display: flex;
    line-height: 1;
    padding: 30px 22px;
    border-left: 4px solid #0176de;
    color: inherit;
    text-decoration: none
}

.uc-collapse .uc-collapse_heading>* {
    pointer-events: none
}

.uc-collapse .uc-collapse_heading .uc-icon.icon-shape--rounded {
    transition: .2s ease
}

.uc-collapse .uc-collapse_heading:hover {
    text-decoration: none
}

.uc-collapse .uc-collapse_heading:hover .uc-icon.icon-shape--rounded {
    color: #173f8a;
    background-color: #fec60d
}

.uc-collapse .uc-collapse_heading:focus {
    outline: none
}

.uc-collapse .uc-collapse_heading.js-accordion-active-element .uc-icon.icon-shape--rounded {
    color: #173f8a;
    background-color: #fec60d;
    transform: rotate(180deg)
}

.uc-collapse .uc-collapse_body {
    transition: height .25s linear
}

.uc-accordion {
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18)
}

.uc-accordion .uc-collapse {
    border-radius: 0;
    box-shadow: none;
    border-top: 0
}

.uc-accordion .uc-collapse:first-child {
    border-top: 1px solid #eaeaea;
    border-top-right-radius: 4px
}

.uc-accordion .uc-collapse:last-child {
    border-bottom-right-radius: 4px
}

.uc-accordion .uc-collapse .uc-collapse_heading {
    box-shadow: none
}

.uc-accordion .uc-collapse .uc-collapse_body {
    border-left: 1px solid #eaeaea;
    box-shadow: inset 0 1px 0 #eaeaea
}

.uc-grid-explore {
    height: 512px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-gap: 4px
}

@media (min-width:992px) {
    .uc-grid-explore {
        grid-template-columns: 56% auto;
        grid-template-rows: repeat(3, 1fr)
    }
}

.uc-grid-explore .item-featured {
    grid-column: 1/2;
    grid-row: 1/4
}

.uc-grid-squares {
    height: 346px;
    display: grid;
    grid-template-columns: [col-start] 1fr 1fr [col-end];
    grid-template-rows: [row-start] auto [row-end];
    grid-gap: 20px
}

.uc-grid-squares .single-item {
    grid-column: col-start/col-end;
    grid-row: row-start/row-end
}

.uc-grid-squares .block-item {
    grid-column: col-start/col-end
}

.uc-pentagrid {
    height: 600px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    grid-gap: 32px
}

.uc-pentagrid :first-child {
    grid-column: 2/3;
    grid-row: 1/3
}

.uc-university-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-gap: 4px
}

@media (min-width:992px) {
    .uc-university-grid {
        height: 570px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.uc-university-grid :first-child {
    grid-column: 1/2;
    grid-row: 1/2
}

@media (min-width:992px) {
    .uc-university-grid :first-child {
        grid-row: 1/3
    }
}

.uc-form-group {
    margin-bottom: 16px;
    position: relative
}

.uc-form-group label {
    font-weight: 700
}

.uc-form-group.label-inline {
    display: flex;
    align-items: center
}

.uc-form-group.label-inline label {
    margin-right: 12px;
    margin-bottom: 0
}

.uc-form-group.label-inline .uc-input-style {
    width: auto
}

.uc-input-style {
    width: 100%;
    display: block;
    border: 1px solid #c6c6c6;
    padding: 12px 16px;
    line-height: 1;
    transition: .2s ease;
    position: relative;
    height: 45px;
    background-color: #fff;
    min-width: 250px;
    border-radius: 4px
}

.uc-input-style:active, .uc-input-style:focus {
    border: 1px solid #0176de;
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .5);
    outline: none
}

.uc-input-style.w-icon.search {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNS41MDIgOS40OTFoLS43OTRsLS4yNzYuMjc0QTYuNDcgNi40NyAwIDAxMTYgMTMuOTkxYTYuNSA2LjUgMCAxMS02LjUtNi41IDYuNDcgNi40NyAwIDAxNC4yMjUgMS41NjZsLjI3Ni0uMjc0di0uNzkyTDE4Ljk5OSAzbDEuNDkxIDEuNDkxLTQuOTg4IDV6bS02LjAwMiAwYTQuNSA0LjUgMCAxMDAgOSA0LjUgNC41IDAgMDAwLTl6IiBpZD0iYSIvPjwvZGVmcz48dXNlIGZpbGw9IiMwMTc2REUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIC0zIDIwLjQ5MSkiIHhsaW5rOmhyZWY9IiNhIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: right 16px center
}

.uc-input-style:disabled {
    cursor: not-allowed;
    background: #f6f6f6
}

textarea.uc-input-style {
    height: auto
}

.uc-checkbox-group, .uc-radio-group {
    box-shadow: 0 0 8px 0 hsla(0, 0%, 53.3%, .18);
    border-radius: 4px;
    display: inline-flex;
    margin: 0
}

.uc-checkbox-group .uc-orig-radio, .uc-radio-group .uc-orig-radio {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1
}

.uc-checkbox-group .uc-orig-radio:checked+.uc-radio-button, .uc-radio-group .uc-orig-radio:checked+.uc-radio-button {
    background-color: #0176de;
    color: #fff
}

.uc-checkbox-group .uc-radio-button, .uc-radio-group .uc-radio-button {
    outline: none;
    position: relative;
    transition: .2s ease;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
    color: #0176de;
    line-height: 1.4;
    margin: 0
}

.uc-checkbox-group .uc-radio-button:first-of-type, .uc-radio-group .uc-radio-button:first-of-type {
    border-radius: 4px 0 0 4px
}

.uc-checkbox-group .uc-radio-button:last-of-type, .uc-radio-group .uc-radio-button:last-of-type {
    border-radius: 0 4px 4px 0
}

.uc-message {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 -1px 24px 0 rgba(0, 0, 0, .18)
}

.uc-message.warning {
    border-top: 4px solid #fec60d
}

.uc-message.warning .warning-icon {
    vertical-align: text-bottom;
    color: #fec60d;
    font-size: 34px
}

.uc-message.error {
    border-top: 4px solid #f24f4f
}

.uc-message.error .warning-icon {
    vertical-align: text-bottom;
    color: #f24f4f;
    font-size: 34px
}

.uc-message.success {
    border-top: 4px solid #0a0
}

.uc-message.success .warning-icon {
    vertical-align: text-bottom;
    color: #0a0;
    font-size: 34px
}

.uc-message.info {
    border-top: 4px solid #0176de
}

.uc-message.info .warning-icon {
    vertical-align: text-bottom;
    color: #0176de;
    font-size: 34px
}

.uc-message .uc-message_body {
    padding: 48px
}

.uc-message .uc-message_close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: .6
}

.uc-modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.uc-modal .uc-modal_content {
    margin: auto;
    width: 80%
}

.uc-alert {
    border: 1px solid;
    padding: 7px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.uc-alert.tie-error {
    border: 0
}

.uc-alert.tie-error .uc-icon {
    color: #f24f4f
}

.uc-alert.tie-info {
    border: 0
}

.uc-alert.tie-info .uc-icon {
    color: #0176de
}

.uc-alert.tie-warning {
    border: 0
}

.uc-alert.tie-warning .uc-icon {
    color: #fec60d
}

.uc-alert.error {
    border-color: #f24f4f;
    background-color: rgba(242, 79, 79, .1)
}

.uc-alert.error .uc-icon {
    color: #f24f4f
}

.uc-alert.warning {
    border-color: #fec60d;
    background-color: rgba(254, 198, 13, .1)
}

.uc-alert.warning .uc-icon {
    color: #fec60d
}

.uc-alert.info {
    border-color: #0176de;
    background-color: rgba(1, 118, 222, .05)
}

.uc-alert.info .uc-icon {
    color: #0176de
}

.uc-alert.success {
    border-color: #0a0;
    background-color: rgba(0, 170, 0, .1)
}

.uc-alert.success .uc-icon {
    color: #0a0
}

.uc-alert .uc-alert_close .uc-icon {
    color: #757575
}

.tippy-tooltip.uc-theme {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18);
    padding: 16px 24px
}

.tippy-tooltip.uc-theme[x-placement^=top] .tippy-arrow {
    border-top-color: #fff
}

.tippy-tooltip.uc-theme[x-placement^=bottom] .tippy-arrow {
    border-bottom-color: #fff
}

.tippy-tooltip.uc-theme[x-placement^=left] .tippy-arrow {
    border-left-color: #fff
}

.tippy-tooltip.uc-theme[x-placement^=right] .tippy-arrow {
    border-right-color: #fff
}

.tippy-tooltip.uc-theme .tippy-roundarrow {
    fill: #fff
}

.tippy-tooltip.uc-theme[data-animatefill] {
    background-color: transparent
}

.tippy-tooltip.uc-theme .tippy-backdrop {
    background-color: #fff
}

.uc-pill {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 18px;
    transition: background-color .2s ease, color .3s ease;
    display: inline-block;
    text-decoration: none;
    background-color: #f6f6f6
}

.uc-pill:hover {
    text-decoration: none;
    background-color: #f0f0f0
}

.uc-barchart-x-axis {
    margin: 0 10px
}

.uc-barchart-x-axis .domain {
    stroke: #000;
    stroke-width: 2
}

.uc-barchart-x-axis .tick line {
    display: none
}

.uc-barchart-x-axis .tick text {
    font-size: 14px;
    fill: grey
}

.uc-barchart {
    width: 100%
}

.uc-barchart .textlabel {
    fill: #625194;
    font-weight: 700;
    font-size: 20px
}

.uc-donutchart {
    width: 100%
}

.small-label {
    font-size: 10px;
    fill: #000
}

.small-label-white {
    font-size: 10px;
    fill: #fff
}

.uc-related-content {
    display: grid;
    grid-template-columns: auto 519px;
    grid-template-rows: 1fr 1fr 1fr
}

.uc-related-content .main-card {
    grid-column: 1/2;
    grid-row: 1/end
}

.uc-carousel {
    position: relative;
    overflow: hidden
}

.uc-carousel .hero-carousel_item, .uc-carousel .primary-carousel_item {
    width: 100%;
    margin-bottom: 0;
    overflow: visible;
    background-size: cover;
    background-position: 50%
}

.uc-carousel .uc-primary-carousel .primary-carousel_item {
    min-height: 400px
}

@media (min-width:992px) {
    .uc-carousel .uc-primary-carousel .primary-carousel_item {
        height: 508px
    }
}

.uc-carousel .uc-primary-carousel .primary-carousel_item .primary-carousel_item-content {
    width: 100%;
    bottom: 40px;
    position: absolute
}

.uc-carousel .uc-hero-carousel .hero-carousel_item {
    height: 540px
}

@media (min-width:992px) {
    .uc-carousel .uc-hero-carousel .hero-carousel_item {
        height: 660px;
        margin-bottom: 60px
    }
}

.uc-carousel .uc-hero-carousel .carousel-card {
    width: calc(100% - 40px);
    bottom: 80px;
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18)
}

@media (min-width:768px) {
    .uc-carousel .uc-hero-carousel .carousel-card {
        width: 80%;
        max-width: 640px
    }
}

.uc-carousel .uc-hero-carousel .carousel-card .h1 {
    font-size: 24px
}

@media (min-width:992px) {
    .uc-carousel .uc-hero-carousel .carousel-card .h1 {
        font-size: 2.5em
    }
}

.uc-carousel .uc-hero-carousel .carousel-card .uc-card_body--xl {
    padding: 24px
}

@media (min-width:992px) {
    .uc-carousel .uc-hero-carousel .carousel-card .uc-card_body--xl {
        padding: 48px
    }
}

@media (min-width:992px) {
    .uc-carousel .uc-hero-carousel .carousel-card {
        bottom: -40px;
        margin-left: -48px
    }
}

.uc-carousel .uc-hero-carousel .carousel-card a {
    text-decoration: none
}

.uc-carousel .uc-carousel-nav {
    width: 100%;
    bottom: 0;
    position: absolute;
    text-align: center
}

@media (min-width:992px) {
    .uc-carousel .uc-carousel-nav {
        bottom: 120px;
        text-align: right
    }
}

@media (min-width:992px) {
    .uc-carousel .uc-carousel-nav.primary-carousel-nav {
        bottom: 40px
    }
}

.uc-carousel .uc-carousel-nav .carousel-nav-container {
    display: inline-flex
}

.uc-carousel .uc-carousel-nav .carousel-nav-list {
    padding: 0;
    display: flex;
    list-style-type: none
}

@media (min-width:992px) {
    .uc-carousel .uc-carousel-nav .carousel-nav-list {
        margin: 0 0 0 auto
    }
}

.uc-carousel .uc-carousel-nav .carousel-nav-item {
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-left: auto;
    color: hsla(0, 0%, 100%, .35);
    transition: .3s ease
}

.uc-carousel .uc-carousel-nav .carousel-nav-item:not(:first-child) {
    margin-left: 24px
}

.uc-carousel .uc-carousel-nav .carousel-nav-item .indicator {
    width: 32px;
    height: 2px;
    position: relative;
    background-color: hsla(0, 0%, 100%, .35);
    transition: .3s ease
}

.uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active {
    color: #fff
}

.uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active .indicator {
    background-color: #fff
}

.uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active .indicator:after {
    -webkit-animation: CarouselNav 5s linear forwards;
    animation: CarouselNav 5s linear forwards
}

.uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active .indicator.paused:after {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active .indicator.playing:after {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.uc-carousel .uc-carousel-nav .autoplay-buttons {
    margin-left: 24px;
    cursor: pointer
}

.uc-carousel .uc-carousel-nav .autoplay-buttons .uc-icon {
    color: #fff
}

.uc-carousel-cards {
    opacity: 0;
    transition: opacity .4s ease-in-out;
    position: relative;
    width: 100vw;
    left: calc((-100vw - -100%)/2);
    right: 0;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: visible
}

@media (min-width:992px) {
    .uc-carousel-cards {
        padding: 50px calc((100vw - 100%)/2)
    }
}

.uc-carousel-cards .tns-ovh {
    overflow: visible
}

.uc-carousel-cards .carousel-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 32px
}

.uc-carousel-cards .carousel-controls .next, .uc-carousel-cards .carousel-controls .prev {
    display: flex;
    cursor: pointer
}

.uc-carousel-cards .carousel-controls .next[aria-disabled=true] svg g, .uc-carousel-cards .carousel-controls .prev[aria-disabled=true] svg g {
    fill: #757575
}

.uc-carousel-cards .carousel-controls .prev {
    transform: rotate(-180deg)
}

.uc-carousel-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 32px
}

.uc-carousel-controls .next, .uc-carousel-controls .prev {
    display: flex;
    cursor: pointer
}

.uc-carousel-controls .next[aria-disabled=true] svg g, .uc-carousel-controls .prev[aria-disabled=true] svg g {
    fill: #757575
}

.uc-carousel-controls .prev {
    transform: rotate(-180deg)
}

.uc-carousel_index {
    color: #757575;
    font-size: 1em;
    margin: 0 20px
}

.uc-carousel_index .current {
    color: #0176de
}

.carousel-track {
    width: calc(100% + 30px);
    height: 2px;
    margin-left: -15px;
    background-color: #eaeaea;
    margin-top: 28px;
    position: relative
}

.carousel-track .carousel-progress-indicator {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    background-color: #0176de;
    position: absolute;
    top: -2px;
    transform: translateX(15px);
    transition: .2s ease
}

.uc-card-event-featured_image {
    height: calc(100% + 90px);
    width: 73%;
    margin-top: -50px;
    position: absolute;
    border-radius: 4px;
    background-position: 50%
}

.uc-card-event-featured {
    float: right;
    max-width: 280px
}

.item-carousel {
    width: 100%;
    height: 100px;
    background-color: #000;
    margin: 5px 30px
}

.featured-image-container, .uc-featured-image-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%
}

.featured-image-container .uc-card-event-featured_image, .uc-featured-image-container .uc-card-event-featured_image {
    width: 163%;
    background-size: cover
}