@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;800;900&display=swap);

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #fff;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

.nuxt-progress-failed {
    background-color: red
}

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

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

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

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

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

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

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

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

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1900px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xxl-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.85714%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1900px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1900px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1900px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1900px) {
    .text-xxl-left {
        text-align: left !important
    }

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

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

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

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

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

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5) !important
}

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

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

@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: 1140px
    }
}

@media (min-width:1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1610px
    }
}

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

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

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

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

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

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

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

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

.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.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1900px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

*, :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), [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;
    background-color: transparent
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .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
}

@font-face {
    font-family: Facit-Regular;
    src: url(./Scripts/Fonts/Facit-Regular.b369db3.eot?#iefix) format("embedded-opentype"),url(./Scripts/Fonts/Facit-Regular.57e7e0d.otf) format("opentype"),url(./Scripts/Fonts/Facit-Regular.d044c2e.woff) format("woff"),url(./Scripts/Fonts/Facit-Regular.41c3279.ttf) format("truetype"),url(/_nuxt/img/Facit-Regular.c210b33.svg#Facit-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'TiemposHeadline-BoldItalic';
    src: url('../Font/TiemposHeadline-BoldItalic.cdb5a3c.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'TiemposHeadline-Bold';
    src: url('../Font/TiemposHeadlineWeb-Bold.cebb485.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'fontello';
    src: url('../Font/fontello.c31cfe7.eot') format('embedded-opentype'),url('../Font/fontello.57fe842.woff2') format("woff2");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-right-dir:before {
    content: "\e800"
}

.icon-left-dir:before {
    content: "\e801"
}

.icon-up-dir:before {
    content: "\e802"
}

.icon-down-dir:before {
    content: "\e803"
}

.icon-down-open:before {
    content: "\e804"
}

.icon-left-open:before {
    content: "\e805"
}

.icon-right-open:before {
    content: "\e806"
}

.icon-up-open:before {
    content: "\e807"
}

.icon-play-circled2:before {
    content: "\e808"
}

.icon-play:before {
    content: "\e809"
}

.icon-pause:before {
    content: "\e80a"
}

.icon-stop:before {
    content: "\e80b"
}

.icon-cancel:before {
    content: "\e80c"
}

.icon-cancel-circled2:before {
    content: "\e80d"
}

.icon-cancel-circled:before {
    content: "\e80e"
}

.icon-plus:before {
    content: "\e80f"
}

.icon-plus-circled:before {
    content: "\e810"
}

.icon-search:before {
    content: "\e811"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-list-bullet:before {
    content: "\f0ca"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-play-circled:before {
    content: "\f144"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-instagram-filled:before {
    content: "\f31f"
}

.fade-last-articles-list-enter-active, .fade-last-articles-list-leave-active {
    transition: opacity 1s
}

.fade-last-articles-list-enter, .fade-last-articles-list-leave-to {
    opacity: 0
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger.is-active:hover, .hamburger:hover {
        opacity: .9
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #ab0f23
    }

.hamburger-box {
    width: 20px;
    height: 17px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 20px;
        height: 3px;
        background-color: #1b4991;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner:after, .hamburger-inner:before {
            content: "";
            display: block
        }

        .hamburger-inner:before {
            top: -7px
        }

        .hamburger-inner:after {
            bottom: -7px
        }

.hamburger--spring .hamburger-inner {
    top: 1.5px;
    transition: background-color 0s linear .13s
}

    .hamburger--spring .hamburger-inner:before {
        top: 7px;
        transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

    .hamburger--spring .hamburger-inner:after {
        top: 14px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

    .hamburger--spring.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,7px,0) rotate(45deg)
    }

    .hamburger--spring.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,7px,0) rotate(-45deg)
    }

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 435px
}

    html.mini-footer-page {
        padding-bottom: 80px
    }

@media (max-width:1199.98px) {
    html {
        padding-bottom: 400px
    }
}

@media (max-width:991.98px) {
    html {
        padding-bottom: 650px
    }
}

@media (max-width:767.98px) {
    html {
        padding-bottom: 600px
    }
}

body {
    padding-top: 115px;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width:767.98px) {
    body {
        font-size: 16px
    }
}

.work-sans-f {
    font-family: Work Sans,sans-serif
}

a:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

a {
    color: #333
}

    a, a:hover {
        text-transform: none;
        transition: .2s;
        text-decoration: none
    }

        a:hover {
            color: #1b4991
        }

img {
    max-width: 100%
}

input:focus, textarea:focus {
    outline: none
}

button, button:active, button:focus {
    outline: none !important
}

input {
    transition: .2s
}

.vid-2 h1, .vid-2 h2, .vid-2 h3 {
    font-family: TiemposHeadline-Bold
}

.vid-6 h1, .vid-6 h2, .vid-6 h3 {
    font-family: Rubik,sans-serif
}

h1, h2, h3 {
    line-height: 1.2
}

@media (max-width:767.98px) {
    h1 {
        font-size: 45px;
        font-size: 37px
    }
}

strong {
    font-weight: 600;
    font-family: Open Sans,sans-serif
}

.simplebar-scrollbar {
    background-color: #1b4991 !important;
    width: 6px !important
}

.top-page-margin {
    height: 1px;
    margin-bottom: 50px
}

.background-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-wrapper {
    padding-bottom: 50px
}

@media (max-width:991.98px) {
    .page-wrapper {
        margin-bottom: 350px
    }
}

.dynamic-underline {
    position: relative
}

    .dynamic-underline:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #1b4991;
        transition: .2s
    }

    .dynamic-underline:hover:after {
        transition: .2s;
        width: 100%
    }

.title-hover-shadow:hover {
    color: #333;
    text-shadow: 2px 2px 0 rgba(106,116,150,.62)
}

.header-item {
    font-family: Facit-Regular;
    color: #1b4991;
    display: inline-block;
    font-size: 15px;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media (max-width:991.98px) {
    .header-item {
        font-size: 12px
    }
}

.common-btn, .one-feed-widget-container .show-more-btn-container .show-more-btn, .page-top-header-container.sponsored-page-header .sponsor-header-link {
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    padding: 11px 20px;
    display: inline-block;
    text-align: center
}

@media (max-width:991.98px) {
    .common-btn, .one-feed-widget-container .show-more-btn-container .show-more-btn, .page-top-header-container.sponsored-page-header .sponsor-header-link {
        padding: 5px 15px
    }
}

.subscription-input {
    display: inline-block;
    width: 55%;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #333;
    height: 44px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px
}

.page-top-header-container {
    background-color: transparent;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 50px;
    position: relative
}

    .page-top-header-container h1 {
        font-size: 65px
    }

    .page-top-header-container.header-with-adv .page-top-header-inner-container {
        display: flex
    }

    .page-top-header-container.header-with-adv .page-top-header-title {
        flex-grow: 1
    }

    .page-top-header-container.header-with-adv .page-top-header-adv {
        flex-grow: 2;
        background-color: #417505;
        height: 90px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        padding-top: 22px
    }

@media (max-width:991.98px) {
    .page-top-header-container.header-with-adv .page-top-header-inner-container {
        display: block
    }
}

@media (max-width:767.98px) {
    .page-top-header-container.header-with-search {
        padding-bottom: 80px
    }
}

.page-top-header-container.sponsored-page-header {
    border-bottom: 8px solid #23aa4a
}

    .page-top-header-container.sponsored-page-header .sponsor-header-link {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        background-color: #1b4991;
        color: #fff;
        border: 1px solid #1b4991;
        padding: 5px 30px;
        margin-top: 20px
    }

        .page-top-header-container.sponsored-page-header .sponsor-header-link:hover {
            color: #1b4991;
            background-color: #fff
        }

@media (max-width:991.98px) {
    .page-top-header-container {
        padding-top: 60px;
        padding-bottom: 60px
    }

        .page-top-header-container h1 {
            font-size: 50px
        }
}

@media (max-width:767.98px) {
    .page-top-header-container {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 30px
    }

        .page-top-header-container h1 {
            font-size: 40px
        }
}

.sponsor-media-content-container .video-player-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    margin: 30px auto;
    position: relative;
    height: 600px;
    max-width: 800px
}

@media (max-width:991.98px) {
    .sponsor-media-content-container .video-player-container {
        max-width: 96%
    }
}

.sponsor-media-content-container .infographic-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px
}

    .sponsor-media-content-container .infographic-container .infographic-item {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 800px;
        height: auto
    }

@media (max-width:767.98px) {
    .sponsor-media-content-container .infographic-container .infographic-item {
        max-width: 100%
    }
}

.common-text-content-container {
    overflow: hidden
}

    .common-text-content-container, .common-text-content-container p {
        font-size: 19px !important;
        font-family: Open Sans,sans-serif !important;
        line-height: 1.7 !important
    }

        .common-text-content-container p {
            margin-top: 2rem;
            margin-bottom: 2rem
        }

        .common-text-content-container font, .common-text-content-container span {
            font-size: 19px !important;
            font-family: Open Sans,sans-serif !important;
            line-height: 1.7 !important
        }

        .common-text-content-container h3 {
            font-family: Open Sans,sans-serif;
            font-size: 18px;
            font-weight: 600;
            margin-top: 3rem;
            margin-bottom: 3rem
        }

@media (max-width:767.98px) {
    .common-text-content-container h3 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.common-text-content-container a {
    color: #1b4991
}

    .common-text-content-container a:hover {
        color: #ab0f23
    }

.common-text-content-container.featured-content, .common-text-content-container.featured-content font, .common-text-content-container.featured-content h1, .common-text-content-container.featured-content h2, .common-text-content-container.featured-content h3, .common-text-content-container.featured-content h4, .common-text-content-container.featured-content h5, .common-text-content-container.featured-content p, .common-text-content-container.featured-content span {
    font-family: Work Sans,sans-serif !important
}

.common-text-content-container iframe {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important
}

@media (max-width:991.98px) {
    .common-text-content-container {
        font-size: 17px !important
    }

        .common-text-content-container font, .common-text-content-container p {
            font-size: 17px !important;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem
        }
}

.search-input-container .search-btn i {
    font-family: fontello
}

.post-preview-player-widget .post-preview-player-widget-inner-container {
    background-color: #e3e3e3;
    padding: 10px;
    display: flex;
    border-radius: 8px;
    align-items: center
}

.post-preview-player-widget .track-title {
    padding-left: 15px;
    flex-grow: 2;
    display: block;
    font-size: 12px;
    font-family: Open Sans,sans-serif;
    text-decoration: underline
}

.trends-list-container {
    display: flex;
    align-items: center;
    font-size: 12px;
    height: 36px;
    width: 100%;
    overflow: hidden
}

    .trends-list-container .trends-list-item {
        margin-right: 20px;
        width: 140px
    }

        .trends-list-container .trends-list-item .item-inner-wrapper {
            display: flex;
            align-items: center;
            height: 100%
        }

        .trends-list-container .trends-list-item .name {
            margin-right: 5px;
            font-family: Roboto-Regular
        }

        .trends-list-container .trends-list-item .price {
            margin-right: 5px
        }

        .trends-list-container .trends-list-item .trend.pos {
            color: #7ed321
        }

        .trends-list-container .trends-list-item .trend.neg {
            color: #ff8f8f
        }

@media (max-width:991.98px) {
    .trends-list-container .trends-list-item {
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .trends-list-container {
        height: 32px
    }
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #1b4991
}

.noscroll {
    overflow: hidden
}

.underlined-sub-header {
    text-decoration: underline;
    font-family: Open Sans,sans-serif;
    font-weight: 600
}

.page-enter-active, .page-leave-active {
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .25s
}

.page-enter, .page-leave-to {
    opacity: 0
}

.google-ads-container {
    display: flex;
    justify-content: center
}

.global-loading-spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.2);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center
}

    .global-loading-spinner-container .global-loading-spinner-inner-container {
        background-color: #fff;
        width: 70px;
        height: 70px;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center
    }

.nuxt-progress {
    background-color: #1b4991 !important
}

.page-top-bgr-container {
    position: relative
}

    .page-top-bgr-container .page-top-bgr {
        position: absolute;
        left: 0;
        bottom: -300;
        width: 100%;
        height: 300px;
        z-index: -1
    }

.page-bottom-bgr-container {
    position: relative
}

    .page-bottom-bgr-container .page-bottom-bgr {
        position: absolute;
        left: 0;
        top: -300px;
        width: 100%;
        height: 300px;
        z-index: -1
    }

.page-separator-line {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #cecece;
    height: 2px;
    width: 100%
}

.info-badge-wrapper .info-badge-container {
    border-radius: 10px;
    width: auto;
    transform: skew(-20deg);
    background: #fff;
    border: 3px solid #f5cc22 !important;
    padding: 4px 15px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #000
}

    .info-badge-wrapper .info-badge-container span {
        display: block;
        transform: skew(20deg)
    }

.info-badge-wrapper .link-badge:hover {
    box-shadow: 0 2px 19px -2px rgba(0,0,0,.28)
}

.vid-6 .info-badge-wrapper .info-badge-container {
    border: 3px solid #93278f
}

.post-meta-wrapper {
    /*color: #1b4991;*/
    color: #0050CD;
    font-size: 13px;
    display: flex;
    align-items: center
}

    .post-meta-wrapper.full-size {
        font-size: 16px;
        font-weight: 500
    }

    .post-meta-wrapper.ver-2.full-size {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-top: 1px solid #434343;
        border-bottom: 1px solid #434343;
        margin-top: 20px
    }

        .post-meta-wrapper.ver-2.full-size .meta-item {
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center;
            color: #434343;
            padding-top: .5em;
            padding-bottom: .5em;
            font-weight: 600;
            font-size: 14px
        }

            .post-meta-wrapper.ver-2.full-size .meta-item:first-of-type {
                border-right: 1px solid #434343
            }

@media (max-width:767.98px) {
    .post-meta-wrapper.ver-2.full-size {
        flex-direction: column
    }

        .post-meta-wrapper.ver-2.full-size .meta-item {
            padding-top: 0;
            padding-bottom: 0
        }

            .post-meta-wrapper.ver-2.full-size .meta-item:first-of-type {
                border-right: none
            }
}

.post-meta-wrapper .dote {
    width: 3px;
    height: 3px;
    min-width: 3px;
    min-height: 3px;
    background-color: #1b4991;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px
}

.social-media-container {
    display: flex;
    align-items: center;
    padding-right: 20px
}

@media (max-width:767.98px) {
    .social-media-container {
        padding-right: 5px
    }
}

.social-media-container .social-media-item {
    color: #1b4991;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 19px
}

    .social-media-container .social-media-item.instagram-item {
        font-size: 17px
    }

    .social-media-container .social-media-item:hover {
        color: #ab0f23;
        transform: scale(1.3)
    }

.categories-featured-articles-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: 15px
}

    .categories-featured-articles-container .category-featured-article-item {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }

        .categories-featured-articles-container .category-featured-article-item .item-header {
            margin-bottom: 10px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center
        }

            .categories-featured-articles-container .category-featured-article-item .item-header .info-badge-wrapper {
                flex: 1;
                margin-right: 10px
            }

        .categories-featured-articles-container .category-featured-article-item .item-title a {
            font-size: 19px
        }

        .categories-featured-articles-container .category-featured-article-item .sp-logo {
            display: block
        }

            .categories-featured-articles-container .category-featured-article-item .sp-logo img {
                display: block;
                max-width: 60px;
                width: 100%;
                height: auto
            }

            .categories-featured-articles-container .category-featured-article-item .sp-logo:hover {
                transform: scale(1.1)
            }

@media (max-width:767.98px) {
    .categories-featured-articles-container .category-featured-article-item {
        width: 100%
    }

    .categories-featured-articles-container .item-title a {
        font-size: 18px
    }
}

.latest-featured-articles-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: 15px
}

    .latest-featured-articles-container .latest-featured-article-item {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }

        .latest-featured-articles-container .latest-featured-article-item .item-header {
            margin-bottom: 10px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center
        }

            .latest-featured-articles-container .latest-featured-article-item .item-header .info-badge-wrapper {
                flex: 1;
                margin-right: 10px
            }

        .latest-featured-articles-container .latest-featured-article-item .item-title a {
            font-size: 24px;
        }

        .latest-featured-articles-container .latest-featured-article-item .sp-logo {
            display: block
        }

            .latest-featured-articles-container .latest-featured-article-item .sp-logo img {
                display: block;
                max-width: 60px;
                width: 100%;
                height: auto
            }

            .latest-featured-articles-container .latest-featured-article-item .sp-logo:hover {
                transform: scale(1.1)
            }

@media (max-width:575.98px) {
    .latest-featured-articles-container .latest-featured-article-item {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .latest-featured-articles-container .category-featured-article-item {
        width: 100%
    }

    .latest-featured-articles-container .item-title a {
        font-size: 18px
    }
}

.articles-series-block-container {
    margin-bottom: 40px
}

    .articles-series-block-container .info-badge-container {
        margin-bottom: 20px;
        margin-left: 5px
    }

    .articles-series-block-container .unit-title {
        min-height: 80px;
        display: flex;
        align-items: center
    }

        .articles-series-block-container .unit-title span {
            text-transform: uppercase;
            color: #cecece;
            font-size: 12px;
            display: block
        }

        .articles-series-block-container .unit-title h2 {
            line-height: 1;
            color: #1b4991
        }

    .articles-series-block-container .header-article {
        border-bottom: 1px solid #cecece;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

        .articles-series-block-container .header-article .header-article-item {
            padding: 5px;
            display: block
        }

            .articles-series-block-container .header-article .header-article-item:hover {
                background-color: #f7f7f7
            }

                .articles-series-block-container .header-article .header-article-item:hover .header-article-content {
                    color: #434343
                }

        .articles-series-block-container .header-article .header-article-image {
            margin-bottom: 20px
        }

        .articles-series-block-container .header-article .header-article-title {
            display: block;
            font-size: 15px;
            margin-bottom: 10px;
            font-weight: 600
        }

        .articles-series-block-container .header-article .header-article-content {
            display: block;
            font-size: 14px
        }

    .articles-series-block-container .topic-articles-list {
        margin-top: 10px
    }

        .articles-series-block-container .topic-articles-list .articles-list-item {
            display: block;
            font-size: 14px;
            color: #0050CD;
            font-weight: 400;
            text-decoration: underline;
            margin-bottom: 15px
        }

            .articles-series-block-container .topic-articles-list .articles-list-item:hover {
                color: #ab0f23
            }

.one-feed-widget-container .feed-title {
    font-family: TiemposHeadline-BoldItalic;
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 10px
}

.one-feed-widget-container .onefeed-item {
    display: block;
    padding: 10px;
    margin-bottom: 15px
}

    .one-feed-widget-container .onefeed-item:hover {
        background-color: #f7f7f7
    }

        .one-feed-widget-container .onefeed-item:hover .onefeed-item-content {
            color: #333
        }

.one-feed-widget-container .onefeed-item-image {
    margin-bottom: 10px;
    height: 170px
}

.one-feed-widget-container .onefeed-item-title {
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 10px
}

.one-feed-widget-container .onefeed-item-content {
    font-size: 12px;
    overflow: hidden;
    padding-top: 5px;
    min-height: 60px !important;
}

@media (max-width:991.98px) {
    .one-feed-widget-container {
        margin-top: 50px
    }
}

.one-feed-widget-container .show-more-btn-container {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px
}

    .one-feed-widget-container .show-more-btn-container .show-more-btn {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        color: #1b4991;
        border: 1px solid #1b4991;
        padding: 4px 18px;
        width: 100%
    }

        .one-feed-widget-container .show-more-btn-container .show-more-btn:hover {
            color: #fff;
            background-color: #1b4991
        }

.main-top-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

    .main-top-header .main-top-header-inner-container {
        position: relative;
        z-index: 100
    }

    .main-top-header .top-header-section-container {
        background-color: #fafafa;
        font-size: 14px;
        border-bottom: 1px solid #cecece
    }

        .main-top-header .top-header-section-container .platforms-links-list {
            display: flex;
            align-items: center;
            line-height: 1;
            padding-top: 10px;
            padding-bottom: 10px
        }

        .main-top-header .top-header-section-container .on-platform-title {
            font-weight: 600;
            color: #434343;
            padding-right: 30px;
            border-right: 1px solid #cecece
        }

        .main-top-header .top-header-section-container .platform-item {
            font-size: 14px;
            margin-left: 20px;
            margin-right: 20px;
            color: #1b4991
        }

            .main-top-header .top-header-section-container .platform-item:hover {
                color: #ab0f23
            }

@media (max-width:767.98px) {
    .main-top-header .top-header-section-container .on-platform-title {
        padding-right: 15px;
        margin-right: 5px
    }

    .main-top-header .top-header-section-container .platform-item {
        margin-left: 10px;
        margin-right: 10px
    }
}

.main-top-header .bottom-header-section-container {
    border-bottom: 1ps solid #cecece;
    background-color: #fff;
    box-shadow: 0 6px 15px -6px rgba(0,0,0,.19)
}

    .main-top-header .bottom-header-section-container .bottom-header-section-inner-container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        transition: .2s
    }

    .main-top-header .bottom-header-section-container .left-header-content, .main-top-header .bottom-header-section-container .right-header-content {
        display: flex;
        align-items: center
    }

    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container {
        margin-left: 10px;
        transition: .2s
    }

        .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .root-link {
            font-size: 12px;
            font-weight: 600;
            color: #1b4991
        }

@media (max-width:1199.98px) {
    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .root-link {
        display: none
    }
}

.main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container {
    display: flex;
    font-size: 9px
}

    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container span {
        color: #7a7a7a;
        text-transform: uppercase;
        transition: .2s
    }

    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container img {
        display: block;
        width: auto;
        height: 24px;
        margin-left: 5px;
        transition: .2s
    }

@media (max-width:1199.98px) {
    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container {
        flex-direction: column;
        align-items: flex-start
    }

        .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container span {
            font-size: 7px
        }

        .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container img {
            height: 21px
        }
}

@media (max-width:412px) {
    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container {
        flex-direction: column
    }

        .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container img {
            height: 18px;
            margin-left: 0
        }

        .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container .ph-star-container span {
            display: none
        }
}

@media (max-width:991.98px) {
    .main-top-header .bottom-header-section-container .vertical-section-sub-logo-container {
        margin-left: 0
    }
}

.main-top-header .bottom-header-section-container .vertical-logo-container {
    position: relative;
    top: 16px;
    margin-right: 20px;
    transition: .2s
}

@media (max-width:991.98px) {
    .main-top-header .bottom-header-section-container .vertical-logo-container {
        margin-right: 10px
    }
}

.main-top-header .bottom-header-section-container .vertical-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    transition: .2s;
    box-shadow: 0 2px 15px -6px rgba(0,0,0,.4)
}

    .main-top-header .bottom-header-section-container .vertical-logo img {
        width: 100%
    }

@media (max-width:991.98px) {
    .main-top-header .bottom-header-section-container .vertical-logo {
        padding: 10px;
        width: 80px;
        height: 80px
    }
}

.main-top-header .bottom-header-section-container .vertical-sections-links {
    display: flex
}

.main-top-header .bottom-header-section-container .vertical-section-link {
    font-size: 14px;
    font-weight: 600;
    color: #1b4991;
    margin-left: 20px;
    margin-right: 20px
}

    .main-top-header .bottom-header-section-container .vertical-section-link:hover {
        color: #ab0f23
    }

@media (max-width:991.98px) {
    .main-top-header .bottom-header-section-container .vertical-section-link {
        display: none
    }
}

.main-top-header .bottom-header-section-container .hamburger-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px
}

    .main-top-header .bottom-header-section-container .hamburger-container .header-search-button {
        color: #1b4991
    }

    .main-top-header .bottom-header-section-container .hamburger-container .ctv-hamburger {
        margin-left: 10px;
        margin-top: 7px
    }

.main-top-header.scrolled-header .vertical-logo-container {
    transition: .2s;
    top: 0
}

    .main-top-header.scrolled-header .vertical-logo-container .vertical-logo {
        transition: .2s;
        padding: 5px;
        width: 70px;
        height: 70px;
        box-shadow: none
    }

.main-top-header.scrolled-header .vertical-section-sub-logo-container {
    transition: .2s;
    margin-left: 0
}

    .main-top-header.scrolled-header .vertical-section-sub-logo-container .root-link {
        font-size: 12px;
        display: none
    }

    .main-top-header.scrolled-header .vertical-section-sub-logo-container .ph-star-container span {
        transition: .2s;
        font-size: 8px
    }

    .main-top-header.scrolled-header .vertical-section-sub-logo-container .ph-star-container img {
        transition: .2s;
        height: 20px
    }

@media (max-width:1199.98px) {
    .main-top-header.scrolled-header .vertical-section-sub-logo-container {
        position: relative;
        top: -5px
    }

        .main-top-header.scrolled-header .vertical-section-sub-logo-container .ph-star-container span {
            font-size: 6px
        }

        .main-top-header.scrolled-header .vertical-section-sub-logo-container .ph-star-container img {
            transition: .2s;
            height: 18px
        }
}

@media (max-width:767.98px) {
    .main-top-header.scrolled-header .bottom-header-section-inner-container {
        height: 60px
    }

    .main-top-header.scrolled-header .vertical-logo-container .vertical-logo {
        padding: 0;
        width: 50px;
        height: 50px
    }
}

.nav-menu-container {
    position: relative;
    vertical-align: top;
    z-index: 20
}

    .nav-menu-container .burger {
        font-size: 10px
    }

        .nav-menu-container .burger .burger-lines, .nav-menu-container .burger .burger-lines:after, .nav-menu-container .burger .burger-lines:before {
            background-color: #1b4991;
            height: .35em
        }

    .nav-menu-container .page-overlay {
        z-index: 5;
        background-color: rgba(0,0,0,.4);
        height: 100vh;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity .35s
    }

    .nav-menu-container .menu-burger-container {
        position: absolute;
        right: -45px;
        top: 25px;
        transition: .35s
    }

@media (max-width:991.98px) {
    .nav-menu-container .menu-burger-container {
        top: 7px
    }
}

.nav-menu-container .menu-content-container {
    background-color: #fff;
    position: absolute;
    right: -400px;
    top: 0;
    height: 100vh;
    width: 400px;
    transition: .35s;
    z-index: 10;
    padding-bottom: 230px
}

@media (max-width:767.98px) {
    .nav-menu-container .menu-content-container {
        width: 100vw;
        right: -100vw;
        padding-bottom: 145px
    }
}

.nav-menu-container .menu-content-inner-container {
    overflow-y: scroll;
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.nav-menu-container .logo-container {
    padding: 15px
}

    .nav-menu-container .logo-container .logo-link {
        display: inline-block;
        height: 50px
    }

        .nav-menu-container .logo-container .logo-link img {
            width: auto;
            height: 100%
        }

.nav-menu-container.open .menu-content-container {
    right: 0;
    transition: .35s
}

.nav-menu-container.open .menu-burger-container {
    right: 20px;
    top: 25px !important;
    transition: .35s
}

.nav-menu-container.open .page-overlay {
    width: 100%;
    opacity: 1;
    transition: opacity .2s
}

.nav-menu-container .nav-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    list-style: none
}

    .nav-menu-container .nav-list ul {
        list-style: none;
        padding-left: 0
    }

    .nav-menu-container .nav-list h3 {
        color: #1b4991
    }

    .nav-menu-container .nav-list .nav-item {
        margin-top: 20px;
        margin-bottom: 20px
    }

        .nav-menu-container .nav-list .nav-item a {
            display: inline-block
        }

            .nav-menu-container .nav-list .nav-item a h3 {
                transition: .2s
            }

            .nav-menu-container .nav-list .nav-item a:hover h3 {
                transition: .2s;
                color: #ab0f23
            }

        .nav-menu-container .nav-list .nav-item .active-page-link {
            position: relative
        }

            .nav-menu-container .nav-list .nav-item .active-page-link h3 {
                color: #ab0f23
            }

            .nav-menu-container .nav-list .nav-item .active-page-link:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 9px;
                left: 0;
                width: 100%;
                height: 1px;
                background: #ab0f23;
                background: linear-gradient(90deg,#ab0f23 27%,#fff 99%)
            }

@media (max-width:767.98px) {
    .nav-menu-container .nav-list .nav-item {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media (max-width:575.98px) {
    .nav-menu-container .nav-list .nav-item {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.nav-menu-container .nav-list .headlines-item {
    display: inline-block;
    margin: 5px 0 5px 10px;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 1.3
}

    .nav-menu-container .nav-list .headlines-item:hover {
        transform: translateX(10px)
    }

@media (max-width:575.98px) {
    .nav-menu-container .nav-list .headlines-item {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.nav-menu-container .nav-list .headlines-item.nuxt-link-active:after {
    bottom: -3px
}

.nav-menu-container .nav-list .categories-list li {
    padding-left: 10px;
    margin-bottom: 5px
}

    .nav-menu-container .nav-list .categories-list li:last-of-type {
        margin-bottom: 0
    }

.nav-menu-container .nav-list .categories-list .category-item {
    font-size: 16px;
    font-weight: 600;
    color: #1b4991
}

    .nav-menu-container .nav-list .categories-list .category-item:after {
        bottom: 0
    }

    .nav-menu-container .nav-list .categories-list .category-item:hover {
        transform: translateX(10px)
    }

.nav-menu-container .nav-footer-container {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    width: 100%;
    background-color: #fff
}

    .nav-menu-container .nav-footer-container .nav-footer-inner-container {
        padding-top: 20px;
    }

@media (max-width:767.98px) {
    .nav-menu-container .nav-footer-container .nav-footer-inner-container {
        padding: 5px 20px
    }

        .nav-menu-container .nav-footer-container .nav-footer-inner-container .copyright {
            margin-bottom: 5px
        }
}

.nav-menu-container .nav-footer-container .ph-star-promo-banner {
    background-color: #f7f7f7;
    padding: 10px 20px;
    min-height: 88px
}

    .nav-menu-container .nav-footer-container .ph-star-promo-banner span {
        color: #7a7a7a;
        text-transform: uppercase;
        margin-bottom: 5px;
        display: block;
        font-size: 12px
    }

    .nav-menu-container .nav-footer-container .ph-star-promo-banner img {
        display: block;
        width: auto;
        height: 45px
    }

@media (max-width:767.98px) {
    .nav-menu-container .nav-footer-container .ph-star-promo-banner {
        padding: 10px 20px
    }

        .nav-menu-container .nav-footer-container .ph-star-promo-banner span {
            margin-bottom: 5px
        }

        .nav-menu-container .nav-footer-container .ph-star-promo-banner img {
            height: 40px
        }
}

.nav-menu-container .nav-footer-container .copyright {
    margin-bottom: 10px
}

    .nav-menu-container .nav-footer-container .copyright a {
        color: #ab0f23
    }

.nav-menu-container .nav-footer-container .legal-data-links a {
    color: #333
}

    .nav-menu-container .nav-footer-container .legal-data-links a:hover {
        color: #1b4991
    }

.header-search-container {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%
}

    .header-search-container .search-input-container {
        display: flex;
        align-items: center;
        width: 0;
        height: 100%;
        position: absolute;
        border-radius: 4px;
        right: 100%;
        top: 0;
        overflow: hidden;
        transition: .2s;
        background-color: #fff;
        box-shadow: -9px 0 14px -8px rgba(0,0,0,.33)
    }

        .header-search-container .search-input-container.active-search {
            width: 500px;
            transition: .2s
        }

@media (max-width:767.98px) {
    .header-search-container .search-input-container.active-search {
        width: 250px
    }
}

.header-search-container .search-input-container .search-input-inner-container {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%
}

.header-search-container .search-input-container input {
    display: block;
    width: 100%;
    height: 34px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 30px;
    transition: .2s;
    font-size: 14px
}

    .header-search-container .search-input-container input:focus {
        border: 1px solid #1b4991;
        transition: .2s
    }

.header-search-container .search-input-container .process-search-btn {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
    color: #1b4991
}

    .header-search-container .search-input-container .process-search-btn i {
        font-family: fontello
    }

.main-bottom-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
    box-shadow: 0 -1px 19px -3px rgba(0,0,0,.37)
}

    .main-bottom-footer .footer-top-section {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 40px
    }

        .main-bottom-footer .footer-top-section .footer-logo-section {
            display: flex;
            flex-direction: column;
            align-items: center
        }

            .main-bottom-footer .footer-top-section .footer-logo-section .footer-logo {
                width: 80px;
                height: 100px;
                margin-bottom: 10px
            }

            .main-bottom-footer .footer-top-section .footer-logo-section .copyright {
                font-size: 14px;
                margin-bottom: 20px
            }

    .main-bottom-footer .footer-bottom-section {
        background-color: #fafafa;
        border-bottom: 1px solid #cecece;
        font-size: 14px;
        border-top: 1px solid #cecece
    }

        .main-bottom-footer .footer-bottom-section .platforms-links-list {
            display: flex;
            align-items: center;
            line-height: 1;
            padding-top: 10px;
            padding-bottom: 10px
        }

        .main-bottom-footer .footer-bottom-section .on-platform-title {
            font-weight: 600;
            color: #434343;
            padding-right: 30px;
            border-right: 1px solid #cecece
        }

        .main-bottom-footer .footer-bottom-section .platform-item {
            font-size: 14px;
            margin-left: 20px;
            margin-right: 20px;
            color: #1b4991
        }

            .main-bottom-footer .footer-bottom-section .platform-item:hover {
                color: #ab0f23
            }

@media (max-width:767.98px) {
    .main-bottom-footer .footer-bottom-section .on-platform-title {
        padding-right: 15px;
        margin-right: 5px
    }

    .main-bottom-footer .footer-bottom-section .platform-item {
        margin-left: 10px;
        margin-right: 10px
    }
}

.main-bottom-footer .footer-nav-list {
    display: flex;
    flex-direction: column
}

    .main-bottom-footer .footer-nav-list .footer-nav-item-wrapper {
        margin-bottom: 10px
    }

    .main-bottom-footer .footer-nav-list .footer-nav-item {
        font-size: 14px;
        display: inline-block
    }

@media (max-width:767.98px) {
    .main-bottom-footer .footer-nav-list.pages-list {
        position: relative;
        padding-top: 10px;
        margin-top: 10px
    }

        .main-bottom-footer .footer-nav-list.pages-list:before {
            content: "";
            display: block;
            background-color: #cecece;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0
        }
}

.widget-item-container {
    margin-bottom: 30px
}

    .widget-item-container .widget-logo {
        margin-bottom: 15px
    }

        .widget-item-container .widget-logo img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: 30px;
            width: auto
        }

    .widget-item-container .widget-title {
        text-align: center;
        line-height: 1.2;
        margin-bottom: 15px
    }

.latest-articles-container .widget-posts-list-header, .onefeed-container .widget-posts-list-header {
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
    display: flex;
    align-items: center
}

    .latest-articles-container .widget-posts-list-header .posts-list-logo, .onefeed-container .widget-posts-list-header .posts-list-logo {
        font-family: TiemposHeadline-BoldItalic;
        font-size: 24px;
        display: inline-block
    }

    .latest-articles-container .widget-posts-list-header .posts-list-text, .onefeed-container .widget-posts-list-header .posts-list-text {
        font-size: 12px;
        display: inline-block;
        margin-left: 8px;
        margin-top: 4px
    }

.latest-articles-container .feed-item, .latest-articles-container .last-article-item, .onefeed-container .feed-item, .onefeed-container .last-article-item {
    padding: 5px;
    display: flex;
    margin-top: 10px;
    align-items: center
}

    .latest-articles-container .feed-item .item-logo, .latest-articles-container .last-article-item .item-logo, .onefeed-container .feed-item .item-logo, .onefeed-container .last-article-item .item-logo {
        display: inline-block;
        width: 20%
    }

        .latest-articles-container .feed-item .item-logo img, .latest-articles-container .last-article-item .item-logo img, .onefeed-container .feed-item .item-logo img, .onefeed-container .last-article-item .item-logo img {
            width: 100%;
            height: auto;
            display: block;
            vertical-align: top
        }

    .latest-articles-container .feed-item .item-content, .latest-articles-container .last-article-item .item-content, .onefeed-container .feed-item .item-content, .onefeed-container .last-article-item .item-content {
        display: inline-block;
        width: 75%;
        font-size: 14px;
        vertical-align: top;
        margin-left: 10px;
        font-weight: 600;
        text-decoration: underline
    }

    .latest-articles-container .feed-item:hover, .latest-articles-container .last-article-item:hover, .onefeed-container .feed-item:hover, .onefeed-container .last-article-item:hover {
        background-color: #f7f7f7
    }

.sub-verticals-preview-widget-container {
    display: flex;
    flex-direction: row;
    margin: 70px -15px
}

    .sub-verticals-preview-widget-container .sub-vertical-item-container {
        padding-left: 15px;
        padding-right: 15px;
        position: relative
    }

        .sub-verticals-preview-widget-container .sub-vertical-item-container:after {
            content: "";
            display: block;
            position: absolute;
            height: 60%;
            width: 2px;
            top: 0;
            right: 0;
            background: linear-gradient(180deg,#697496 -9%,#fff)
        }

        .sub-verticals-preview-widget-container .sub-vertical-item-container:last-of-type:after {
            display: none
        }

    .sub-verticals-preview-widget-container .sub-vertical-item-header {
        display: flex;
        align-items: center;
        margin-bottom: 30px
    }

        .sub-verticals-preview-widget-container .sub-vertical-item-header .subvertical-logo {
            width: 50px;
            height: auto
        }

        .sub-verticals-preview-widget-container .sub-vertical-item-header .subvertical-title {
            margin-left: 10px
        }

    .sub-verticals-preview-widget-container .sub-vertical-item-footer {
        text-align: right
    }

        .sub-verticals-preview-widget-container .sub-vertical-item-footer .more-from-subvertical {
            color: #1b4991;
            font-size: 14px;
            font-weight: 600;
            display: inline-block
        }

            .sub-verticals-preview-widget-container .sub-vertical-item-footer .more-from-subvertical i {
                font-size: 11px;
                margin-left: 4px
            }

            .sub-verticals-preview-widget-container .sub-vertical-item-footer .more-from-subvertical:hover {
                color: #ab0f23;
                transform: translateX(3px)
            }

.latest-videos-container {
    background-color: #e6ecff;
    padding-top: 40px;
    padding-bottom: 50px
}

    .latest-videos-container .video-widget-header {
        margin-bottom: 20px;
        font-size: 30px
    }

@media (max-width:767.98px) {
    .latest-videos-container .video-widget-header {
        font-size: 24px
    }
}

.latest-videos-container .video-item {
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    color: #fff
}

    .latest-videos-container .video-item .video-item-play-icon i {
        color: #fff;
        opacity: .8
    }

    .latest-videos-container .video-item .item-content-wrapper {
        display: flex;
        align-items: center
    }

.latest-videos-container .item-mobile-content-wrapper {
    display: none;
    font-size: 14px;
    color: #1b4991;
    margin-top: 5px
}

@media (max-width:767.98px) {
    .latest-videos-container .item-mobile-content-wrapper {
        display: block
    }
}

.latest-videos-container .item-mobile-image {
    display: none;
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 10px
}

    .latest-videos-container .item-mobile-image img {
        display: block;
        width: 100%;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto
    }

@media (max-width:767.98px) {
    .latest-videos-container .item-mobile-image {
        display: block
    }
}

.latest-videos-container .promo-video-item {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: .2s
}

    .latest-videos-container .promo-video-item .item-content-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .latest-videos-container .promo-video-item .article-owner {
        text-transform: uppercase;
        margin-bottom: 5px
    }

    .latest-videos-container .promo-video-item .title-content {
        font-weight: 700
    }

    .latest-videos-container .promo-video-item .video-item-play-icon {
        width: 100px;
        min-width: 100px
    }

    .latest-videos-container .promo-video-item .play-icon-container {
        font-size: 28px
    }

    .latest-videos-container .promo-video-item:hover {
        transition: .2s;
        transform: scale(1.01)
    }

.latest-videos-container .video-items-list .video-item {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 145px;
    margin-bottom: 20px
}

    .latest-videos-container .video-items-list .video-item:last-of-type {
        margin-bottom: 0
    }

    .latest-videos-container .video-items-list .video-item .item-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        z-index: 2;
        padding: 10px
    }

    .latest-videos-container .video-items-list .video-item .video-item-play-icon {
        margin-bottom: 5px
    }

        .latest-videos-container .video-items-list .video-item .video-item-play-icon .play-icon-container {
            padding: 10px 11px
        }

    .latest-videos-container .video-items-list .video-item .video-item-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(27,73,145,.9);
        transition: .2s
    }

    .latest-videos-container .video-items-list .video-item:hover .video-item-overlay {
        background-color: rgba(27,73,145,.6);
        transition: .2s
    }

@media (max-width:767.98px) {
    .latest-videos-container .video-item, .latest-videos-container .video-items-list .video-item {
        height: auto;
        background-image: none !important;
        display: flex;
        flex-direction: column;
        overflow: auto;
        align-items: flex-start
    }

        .latest-videos-container .video-item .item-content-wrapper, .latest-videos-container .video-items-list .video-item .item-content-wrapper {
            display: none
        }

        .latest-videos-container .video-item .video-item-overlay, .latest-videos-container .video-items-list .video-item .video-item-overlay {
            display: none !important
        }

    .latest-videos-container .promo-video-item {
        margin-bottom: 20px;
        font-weight: 600
    }
}

.post-image-unit-wrapper {
    position: relative
}

    .post-image-unit-wrapper .image-caption {
        border-radius: 10px;
        width: auto;
        transform: skew(-20deg);
        background: #fff;
        border: 3px solid #1b4991;
        padding: 4px 15px;
        font-size: 13px;
        line-height: 1.4;
        display: inline-block;
        font-weight: 400;
        position: relative;
        top: -15px
    }

.post-image-unit {
    background-color: #697496;
    border-radius: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: .2s;
    overflow: hidden
}

    .post-image-unit img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
        transition: .2s
    }

    .post-image-unit:hover {
        background-color: #1b4991;
        box-shadow: 0 2px 19px -2px rgba(0,0,0,.28)
    }

    .post-image-unit.static:hover {
        background-color: #697496;
        box-shadow: none
    }

.after-content-article-demo-adv-unit, .bottom-page-demo-adv-unit, .demo-adv-unit, .side-widget-demo-adv-unit {
    background-color: #e3e3e3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.side-widget-demo-adv-unit {
    max-width: 320px;
    height: 415px;
    margin: 15px auto
}

.bottom-page-demo-adv-unit {
    margin-top: 60px;
    max-width: 726px;
    height: 100px;
    margin-left: auto;
    margin-right: auto
}

.after-content-article-demo-adv-unit {
    max-width: 726px;
    height: 200px;
    margin: 25px auto
}

.full-width-page-gtm-adv-unit {
    padding-top: 35px
}

    .full-width-page-gtm-adv-unit .full-width-page-gtm-adv-unit-inner-container {
        /*max-width: 726px;*/
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto
    }

    .full-width-page-gtm-adv-unit.in-content-full-width-unit {
        padding-top: 20px;
        padding-bottom: 20px
    }

.side-vertical-gtm-adv-unit {
    position: relative
}

    .side-vertical-gtm-adv-unit .side-vertical-gtm-adv-unit-inner-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        width: 160px
    }

@media (max-width:1440px) {
    .side-vertical-gtm-adv-unit {
        display: none
    }
}

.side-vertical-gtm-adv-unit .side-vertical-gtm-adv-unit-slot {
    width: 160px;
    height: 600px
}

.side-vertical-gtm-adv-unit.on-page-right-side-vertical-out-content .side-vertical-gtm-adv-unit-inner-container {
    right: -180px
}

.side-vertical-widget-gtm-adv-unit {
    padding-top: 35px
}

    .side-vertical-widget-gtm-adv-unit .side-vertical-widget-gtm-adv-unit-inner-container {
        align-items: center;
        justify-content: center;
        width: 336px;
        margin: 15px auto
    }

.in-categories-list-home-fo {
    margin-top: 15px;
    margin-bottom: 15px
}

.in-content-article-demo-adv-unit {
    margin-top: 20px;
    margin-bottom: 20px
}

    .in-content-article-demo-adv-unit .page-separator-line {
        margin-bottom: 10px
    }

    .in-content-article-demo-adv-unit .adv-unit-header {
        margin-bottom: 15px
    }

    .in-content-article-demo-adv-unit .adv-unit-header-text {
        font-size: 14px;
        color: #434343;
        text-transform: uppercase;
        text-align: center
    }

    .in-content-article-demo-adv-unit .adv-unit-content {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 726px;
        margin-left: auto;
        margin-right: auto
    }

.out-of-content .in-content-article-demo-adv-unit .adv-unit-header {
    display: none
}

.related-reading-tip-container .related-reading-tip-inner-container {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px
}

.related-reading-tip-container .tip-title {
    font-size: 14px;
    color: #434343;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600
}

.related-reading-tip-container .article-title {
    color: #000
}

    .related-reading-tip-container .article-title h4 {
        margin-bottom: 0;
        font-size: 18px !important
    }

    .related-reading-tip-container .article-title:hover {
        color: #1b4991
    }

.related-reading-tip-container .info-badge-wrapper {
    margin-bottom: 5px
}

    .related-reading-tip-container .info-badge-wrapper .info-badge-container span {
        font-size: 13px !important;
        line-height: 1 !important
    }

.related-reading-tip-container .post-meta-wrapper span {
    font-size: 13px !important
}

.error-page-container {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

    .error-page-container .not-found-error h1 {
        color: #1b4991;
        font-size: 100px
    }

.progress-bar-container[data-v-240bf0d7] {
    height: 40px;
    width: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.progress-circle[data-v-240bf0d7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px
}

.loader[data-v-240bf0d7] {
    width: 100%;
    height: 100%;
    border: 3px solid #cecece;
    border-top-color: #1b4991;
    border-radius: 50%;
    -webkit-animation: rotate-data-v-240bf0d7 5s linear infinite;
    animation: rotate-data-v-240bf0d7 5s linear infinite
}

@-webkit-keyframes rotate-data-v-240bf0d7 {
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate-data-v-240bf0d7 {
    to {
        transform: rotate(1turn)
    }
}
