﻿/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(../fonts/spartan_mb/stylesheet.css);

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    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, small {
    font-size: .875em
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

    a:hover {
        color: #0a58ca
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[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
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px))
}

textarea.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px))
}

textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px))
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 0.25rem rgba(13,110,253,0.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 0.25rem rgba(13,110,253,0.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

    .form-floating > .form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating > .form-control::placeholder {
        color: transparent
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,0.9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754
}

    .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.25)
    }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #198754
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.25)
    }

    .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
        color: #198754
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 1
}

    .input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
        z-index: 3
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545
}

    .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25)
    }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545
}

    .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
        background-color: #dc3545
    }

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25)
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 2
}

    .input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
        z-index: 3
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgba(49,132,253,0.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be
    }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49,132,253,0.5)
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 0.25rem rgba(130,138,145,0.5)
    }

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e
    }

        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(130,138,145,0.5)
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 0.25rem rgba(60,153,110,0.5)
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(60,153,110,0.5)
        }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 0.25rem rgba(11,172,204,0.5)
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

        .btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(11,172,204,0.5)
        }

    .btn-info.disabled, .btn-info:disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 0.25rem rgba(217,164,6,0.5)
    }

    .btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

        .btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(217,164,6,0.5)
        }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 0.25rem rgba(225,83,97,0.5)
    }

    .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

        .btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(225,83,97,0.5)
        }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 0.25rem rgba(211,212,213,0.5)
    }

    .btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

        .btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(211,212,213,0.5)
        }

    .btn-light.disabled, .btn-light:disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 0.25rem rgba(66,70,73,0.5)
    }

    .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f
    }

        .btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(66,70,73,0.5)
        }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.5)
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.5)
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #0d6efd;
        background-color: transparent
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.25rem rgba(108,117,125,0.5)
    }

    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(108,117,125,0.5)
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.5)
    }

    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.5)
        }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #198754;
        background-color: transparent
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,202,240,0.5)
    }

    .btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

        .btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(13,202,240,0.5)
        }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #0dcaf0;
        background-color: transparent
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.25rem rgba(255,193,7,0.5)
    }

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(255,193,7,0.5)
        }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.5)
    }

    .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.5)
        }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0.25rem rgba(248,249,250,0.5)
    }

    .btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(248,249,250,0.5)
        }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.25rem rgba(33,37,41,0.5)
    }

    .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

        .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(33,37,41,0.5)
        }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #212529;
        background-color: transparent
    }

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

    .btn-link:hover {
        color: #0a58ca
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,0.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
            color: #fff;
            background-color: rgba(255,255,255,0.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #0d6efd
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,0.15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd
    }

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.55)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3)
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.55)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,0.9)
    }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.55)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25)
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.55)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group > .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125)
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/")
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

    .alert-primary .alert-link {
        color: #06357a
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

    .alert-secondary .alert-link {
        color: #34383c
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

    .alert-success .alert-link {
        color: #0c4128
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

    .alert-dark .alert-link {
        color: #101214
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #084298;
        background-color: #bacbe6
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #41464b;
        background-color: #cbccce
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #0f5132;
        background-color: #bcd0c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #055160;
        background-color: #badce3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #664d03;
        background-color: #e6dbb9
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #842029;
        background-color: #dfc2c4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #636464;
        background-color: #e5e5e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #141619;
        background-color: #bebebf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    border-radius: .25rem
}

    .toast:not(.showing):not(.show) {
        opacity: 0
    }

    .toast.hide {
        display: none
    }

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

    .toast-container > :not(:last-child) {
        margin-bottom: .75rem
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

    .toast-header .btn-close {
        margin-right: -.375rem;
        margin-left: .75rem
    }

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
        bottom: 0
    }

        .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
    padding: 0 .4rem
}

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
        top: 0
    }

        .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
    padding: 0 .4rem
}

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::after, .popover .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,0.25)
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,0.25)
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,0.25)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,0.25)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -.5rem;
        margin-right: -.5rem;
        margin-bottom: -.5rem
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,0.2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,0.2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,0.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

    .link-primary:focus, .link-primary:hover {
        color: #0a58ca
    }

.link-secondary {
    color: #6c757d
}

    .link-secondary:focus, .link-secondary:hover {
        color: #565e64
    }

.link-success {
    color: #198754
}

    .link-success:focus, .link-success:hover {
        color: #146c43
    }

.link-info {
    color: #0dcaf0
}

    .link-info:focus, .link-info:hover {
        color: #3dd5f3
    }

.link-warning {
    color: #ffc107
}

    .link-warning:focus, .link-warning:hover {
        color: #ffcd39
    }

.link-danger {
    color: #dc3545
}

    .link-danger:focus, .link-danger:hover {
        color: #b02a37
    }

.link-light {
    color: #f8f9fa
}

    .link-light:focus, .link-light:hover {
        color: #f9fafb
    }

.link-dark {
    color: #212529
}

    .link-dark:focus, .link-dark:hover {
        color: #1a1e21
    }

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !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
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    box-shadow: none !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
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !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
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.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-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
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 0.25rem !important
}

.gap-2 {
    gap: 0.5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !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
}

.justify-content-evenly {
    justify-content: space-evenly !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 0.25rem !important
}

.me-2 {
    margin-right: 0.5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 0.25rem !important
}

.ms-2 {
    margin-left: 0.5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 0.25rem !important
}

.pe-2 {
    padding-right: 0.5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 0.25rem !important
}

.ps-2 {
    padding-left: 0.5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: 0.2rem !important
}

.rounded-2 {
    border-radius: 0.25rem !important
}

.rounded-3 {
    border-radius: 0.3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !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
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .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-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
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 0.25rem !important
    }

    .gap-sm-2 {
        gap: 0.5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !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
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !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
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 0.25rem !important
    }

    .me-sm-2 {
        margin-right: 0.5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !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
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .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-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
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 0.25rem !important
    }

    .gap-md-2 {
        gap: 0.5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !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
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !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
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 0.25rem !important
    }

    .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 0.25rem !important
    }

    .me-md-2 {
        margin-right: 0.5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 0.25rem !important
    }

    .ms-md-2 {
        margin-left: 0.5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 0.25rem !important
    }

    .pt-md-2 {
        padding-top: 0.5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 0.25rem !important
    }

    .pe-md-2 {
        padding-right: 0.5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 0.25rem !important
    }

    .ps-md-2 {
        padding-left: 0.5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !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
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .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-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
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 0.25rem !important
    }

    .gap-lg-2 {
        gap: 0.5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !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
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !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
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 0.25rem !important
    }

    .me-lg-2 {
        margin-right: 0.5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !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
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .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-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
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 0.25rem !important
    }

    .gap-xl-2 {
        gap: 0.5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !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
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !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
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 0.25rem !important
    }

    .me-xl-2 {
        margin-right: 0.5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !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
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .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-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
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 0.25rem !important
    }

    .gap-xxl-2 {
        gap: 0.5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !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
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !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
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !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
    }

    .d-print-none {
        display: none !important
    }
}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: none
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: rgba(255,255,255,0.75);
    border: none;
    color: #333
}

    .flickity-button:hover {
        background: white;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19F
    }

    .flickity-button:active {
        opacity: 0.6
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s,visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default
        }

        .fancybox-button svg {
            display: block;
            overflow: visible;
            position: relative;
            shape-rendering: geometricPrecision
        }

            .fancybox-button svg path {
                fill: transparent;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3
            }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

    .fancybox-close-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: stroke .1s
    }

    .fancybox-close-small:focus {
        outline: none
    }

    .fancybox-close-small:hover svg {
        opacity: 1
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

    .fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
        background: transparent;
        color: #fff
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

    .fancybox-caption:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption:after {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99,99,99,0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,0.1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .fancybox-thumbs > ul > li:before {
        border: 4px solid #4ea7f9;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 99991
    }

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}
/*! nouislider - 14.6.0 - 6/27/2020 */

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        right: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        right: -6px;
        top: -17px
    }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.header.fixed .forehead {
    height: 0;
    padding: 0
}

@media (max-width: 1199px) {
    .header.fixed .forehead {
        height: initial;
        padding: 0 0 30px 0
    }
}

.header .forehead {
    transition: all 300ms ease !important
}

@media (max-width: 1199px) {
    .header .forehead ul li:last-child {
        border-bottom: 0
    }
}

.header-mobile {
    background: #000C4C;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 999
}

    .header-mobile .logotipo {
        width: 110px;
        height: 20px;
        background: url("../imagesNova/logotipo.svg");
        background-size: cover
    }

    .header-mobile .busca path {
        fill: #fff
    }

    .header-mobile .menu {
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/menu-hamburguer.svg")
    }

    .header-mobile.active .menu {
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/close-menu.svg")
    }

    .header-mobile .select {
        display: flex;
        align-items: center
    }

        .header-mobile .select span {
            display: block;
            height: 22px;
            width: 1px;
            background: #fff;
            margin: 0 .5rem
        }

.fake-header {
    height: 123px
}

@media (max-width: 1199px) {
    .fake-header {
        height: 64px
    }
}

@media (max-width: 1199px) {
    .header {
        position: fixed;
        z-index: 999;
        top: 64px;
        left: -100%;
        background: #fff;
        padding: 2rem 0 0 0;
        width: 100%;
        height: 96vh;
        padding-bottom: 2rem;
        overflow-y: auto;
        visibility: hidden;
        transition: all .3s ease;
        display: flex;
        flex-direction: column
    }

        .header.active {
            left: 0;
            visibility: visible
        }

        .header::-webkit-scrollbar-track {
            background-color: #F1F0F5
        }

        .header::-webkit-scrollbar-track {
            background-color: #F1F0F5
        }

        .header::-webkit-scrollbar {
            width: 12px;
            background-color: #F1F0F5
        }

        .header::-webkit-scrollbar-thumb {
            background-color: #000C4C
        }

        .header .forehead {
            padding: 1rem 0
        }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .header .forehead {
        padding: 0 0 30px 0
    }
}

@media (max-width: 1199px) {
    .header ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .header ul li {
            display: block;
            padding: 1rem 0;
            margin-bottom: .5rem;
            position: relative
        }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .header ul li:nth-child(6) {
        border-bottom: 0
    }
}

@media (max-width: 1199px) {
    .header ul li.hub {
        border-bottom: none
    }

    .header ul li a {
        font-family: "Spartan MB";
        font-size: 14px;
        font-weight: 600;
        line-height: 18.9px;
        letter-spacing: 0em;
        text-align: left;
        color: #33303E;
        display: block
    }

    .header ul li ul li a {
        font-weight: 500;
        color: #5F5C6B
    }

    .header ul li.has-sub-menu a {
        position: relative;
        transition: all .3s ease
    }

    .header ul li.has-sub-menu.active > a {
        color: #000C4C;
        font-weight: 600
    }

        .header ul li.has-sub-menu.active > a:after {
            transform: rotate(-135deg);
            border-color: #000C4C
        }

    .header ul li div h3 {
        display: none
    }

    .header ul li .sub-menu, .header ul li .mega-menu {
        display: none;
        padding: 1rem 0 0 1.3rem
    }

        .header ul li .sub-menu.active, .header ul li .mega-menu.active {
            display: block
        }

        .header ul li .sub-menu .menu-principal, .header ul li .mega-menu .menu-principal {
            margin-left: 1.3rem
        }

            .header ul li .sub-menu .menu-principal ul, .header ul li .mega-menu .menu-principal ul {
                padding-left: 1.3rem;
                padding-top: 1rem
            }

            .header ul li .sub-menu .menu-principal > li > a, .header ul li .mega-menu .menu-principal > li > a {
                color: #1750E5;
                font-weight: 600
            }

        .header ul li .sub-menu li, .header ul li .mega-menu li {
            padding: .25rem 0;
            border-bottom: none
        }

        .header ul li .sub-menu a:after, .header ul li .mega-menu a:after {
            display: none
        }

    .header ul li .mega-menu {
        padding: 1rem 0 0 0
    }

    .header ul li.active .sub-menu {
        display: block
    }

    .header ul li.active .mega-menu {
        display: block
    }

    .header.activeform {
        background: #000C4C
    }

        .header.activeform .body {
            display: none
        }

        .header.activeform .box-buttons-mobile {
            margin-bottom: 26px
        }

        .header.activeform #formInputMobile input {
            color: white !important
        }

            .header.activeform #formInputMobile input::placeholder {
                color: white
            }

        .header.activeform #formInputMobile button svg path {
            fill: white
        }
}

@media (min-width: 1200px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        display: flex;
        flex-direction: column-reverse;
        justify-content: start
    }

        .header .forehead {
            background: #000C4C;
            padding: 16px 0
        }

            .header .forehead ul {
                margin: 0
            }

                .header .forehead ul li {
                    margin-left: 32px
                }

                    .header .forehead ul li a {
                        font-size: 14px
                    }

                        .header .forehead ul li a:hover {
                            color: #00BEFF
                        }

                    .header .forehead ul li:first-child a {
                        font-weight: 600
                    }

        .header .body {
            background: white;
            padding: 14px 0;
            position: relative;
            border-bottom: 1px solid #E1E0E7
        }

            .header .body ul {
                margin: 0
            }

                .header .body ul li {
                    position: relative
                }

                    .header .body ul li a {
                        font-size: 16px;
                        color: #33303E;
                        font-weight: 600
                    }

                    .header .body ul li:hover a {
                        color: #0047FF
                    }

                    .header .body ul li:hover:after {
                        border-right: 1px solid #0047FF !important;
                        border-bottom: 1px solid #0047FF !important
                    }

                    .header .body ul li.has-sub-menu {
                        position: relative
                    }

                        .header .body ul li.has-sub-menu:before {
                            content: "";
                            display: block;
                            width: 200vw;
                            height: 200vh;
                            background: rgba(0,0,0,0.5);
                            position: fixed;
                            top: 130px;
                            left: -100vw;
                            z-index: 1;
                            visibility: hidden;
                            opacity: 0;
                            transition: all .3s .2s ease;
                            pointer-events: none
                        }

                        .header .body ul li.has-sub-menu .sub-menu {
                            position: absolute;
                            width: 190px;
                            padding: 1.5rem 1rem;
                            background: #FAFAFA;
                            z-index: 9;
                            transform: translateY(24px);
                            list-style: none;
                            visibility: hidden;
                            opacity: 0;
                            margin-top: 10px;
                            transition: all .3s .1s ease
                        }

                            .header .body ul li.has-sub-menu .sub-menu.size-2 {
                                width: 400px
                            }

                            .header .body ul li.has-sub-menu .sub-menu li {
                                border-bottom: 1px solid #f0f0f0;
                                padding: 10px 0
                            }

                                .header .body ul li.has-sub-menu .sub-menu li:last-child {
                                    border-bottom: 0
                                }

                                .header .body ul li.has-sub-menu .sub-menu li:after {
                                    display: none
                                }

                                .header .body ul li.has-sub-menu .sub-menu li a {
                                    font-family: "Spartan MB";
                                    font-size: 16px;
                                    font-weight: 400;
                                    line-height: 24px;
                                    letter-spacing: 0em;
                                    text-align: left;
                                    color: #33303E
                                }

                                    .header .body ul li.has-sub-menu .sub-menu li a:hover {
                                        color: #1750E5
                                    }

                                    .header .body ul li.has-sub-menu .sub-menu li a::after {
                                        content: none
                                    }

                        .header .body ul li.has-sub-menu .mega-menu {
                            display: none;
                            position: fixed;
                            width: 100vw;
                            transform: translateY(24px);
                            left: 0;
                            visibility: hidden;
                            opacity: 0;
                            margin-top: 10px;
                            transition: all .3s .2s ease
                        }

                            .header .body ul li.has-sub-menu .mega-menu .mega-menu-container {
                                width: 960px;
                                margin: 0 auto;
                                background: #FAFAFA;
                                padding: 0;
                                list-style: none;
                                position: relative
                            }

                            .header .body ul li.has-sub-menu .mega-menu h3 a {
                                font-family: "Spartan MB";
                                font-size: 20px;
                                font-weight: 700;
                                line-height: 24px;
                                letter-spacing: 0em;
                                text-align: left;
                                color: #1750E5;
                                padding: 2rem 0 1rem 0;
                                text-decoration: none
                            }

                            .header .body ul li.has-sub-menu .mega-menu h3 {
                                font-family: "Spartan MB";
                                font-size: 20px;
                                font-weight: 700;
                                line-height: 24px;
                                letter-spacing: 0em;
                                text-align: left;
                                color: #1750E5;
                                padding: 2rem 0 1rem 0;
                                text-decoration: none
                            }

                            .header .body ul li.has-sub-menu .mega-menu ul {
                                list-style: none;
                                padding: 1rem
                            }

                            .header .body ul li.has-sub-menu .mega-menu li {
                                border-bottom: 1px solid #CCCEDB;
                                padding: 10px 0;
                                position: initial
                            }

                                .header .body ul li.has-sub-menu .mega-menu li:last-child {
                                    border-bottom: none
                                }

                                .header .body ul li.has-sub-menu .mega-menu li a {
                                    font-family: "Spartan MB";
                                    font-size: 16px;
                                    font-weight: 400;
                                    line-height: 24px;
                                    letter-spacing: 0em;
                                    text-align: left;
                                    color: #fff
                                }

                            .header .body ul li.has-sub-menu .mega-menu div {
                                width: calc(100% - 190px);
                                padding: 0 2rem
                            }

                            .header .body ul li.has-sub-menu .mega-menu .menu-principal {
                                background: #000C4C;
                                width: 190px;
                                height: 523px;
                                padding-top: 1.5rem
                            }

                                .header .body ul li.has-sub-menu .mega-menu .menu-principal a {
                                    display: block;
                                    position: relative
                                }

                                    .header .body ul li.has-sub-menu .mega-menu .menu-principal a:after {
                                        content: "";
                                        display: block;
                                        width: 7px;
                                        height: 7px;
                                        border-right: 1px solid #fff;
                                        border-bottom: 1px solid #fff;
                                        position: absolute;
                                        right: 0;
                                        top: 50%;
                                        margin-top: -6px;
                                        transform: rotate(-45deg)
                                    }

                                .header .body ul li.has-sub-menu .mega-menu .menu-principal li {
                                    padding: .75rem 0
                                }

                                    .header .body ul li.has-sub-menu .mega-menu .menu-principal li .menu-interno {
                                        position: absolute;
                                        right: 0;
                                        top: 4rem;
                                        width: 770px;
                                        visibility: hidden;
                                        opacity: 0;
                                        transition: all .3s .1s ease;
                                        padding: 2rem;
                                        background: #f9fafb
                                    }

                                        .header .body ul li.has-sub-menu .mega-menu .menu-principal li .menu-interno li {
                                            border: none;
                                            padding: .5rem 0
                                        }

                                            .header .body ul li.has-sub-menu .mega-menu .menu-principal li .menu-interno li a {
                                                font-family: "Spartan MB";
                                                font-size: 16px;
                                                font-weight: 400;
                                                line-height: 24px;
                                                letter-spacing: 0em;
                                                text-align: left;
                                                color: #33303E
                                            }

                                                .header .body ul li.has-sub-menu .mega-menu .menu-principal li .menu-interno li a:hover {
                                                    color: #1750E5
                                                }

                                                .header .body ul li.has-sub-menu .mega-menu .menu-principal li .menu-interno li a:after, .header .body ul li.has-sub-menu .mega-menu .menu-principal li .menu-interno li a:before {
                                                    visibility: hidden
                                                }

                                    .header .body ul li.has-sub-menu .mega-menu .menu-principal li:hover a, .header .body ul li.has-sub-menu .mega-menu .menu-principal li.active-desk a {
                                        color: #00BEFF
                                    }

                                        .header .body ul li.has-sub-menu .mega-menu .menu-principal li:hover a:after, .header .body ul li.has-sub-menu .mega-menu .menu-principal li.active-desk a:after {
                                            border-color: #00BEFF
                                        }

                                    .header .body ul li.has-sub-menu .mega-menu .menu-principal li.active-desk-primary ul.menu-interno, .header .body ul li.has-sub-menu .mega-menu .menu-principal li.active-desk ul.menu-interno {
                                        visibility: visible;
                                        opacity: 1;
                                        display: block !important
                                    }

                                    .header .body ul li.has-sub-menu .mega-menu .menu-principal li.active-desk-primary > a {
                                        color: #00BEFF
                                    }

                                        .header .body ul li.has-sub-menu .mega-menu .menu-principal li.active-desk-primary > a::after {
                                            border-color: #00BEFF
                                        }

                        .header .body ul li.has-sub-menu.active-desk .sub-menu, .header .body ul li.has-sub-menu.active-desk .mega-menu {
                            display: block;
                            visibility: visible;
                            opacity: 1;
                            margin-top: 0;
                            z-index: 9
                        }

                        .header .body ul li.has-sub-menu.active-desk:before {
                            visibility: visible;
                            opacity: 1;
                            top: 125px
                        }
}

@media (max-width: 1199px) {
    .header .body {
        overflow-y: auto;
        transition: all .3s ease
    }

        .header .body.active {
            left: 0;
            visibility: visible
        }

        .header .body::-webkit-scrollbar-track {
            background-color: #F1F0F5
        }

        .header .body::-webkit-scrollbar-track {
            background-color: #F1F0F5
        }

        .header .body::-webkit-scrollbar {
            width: 12px;
            background-color: #F1F0F5
        }

        .header .body::-webkit-scrollbar-thumb {
            background-color: #000C4C
        }
}

.header a {
    color: #fff
}

@media (max-width: 1199px) {
    .box-buttons-mobile {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px
    }

        .box-buttons-mobile a {
            width: 47%;
            color: #33303E;
            font-size: 14px;
            font-weight: 600;
            line-height: 18.9px;
            padding: 8px;
            background: #F1F1F1;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center
        }
}

.has-sub-menu-link.span {
    display: inline-flex;
    margin-left: 10px;
    position: relative
}

@media (max-width: 1199px) {
    .has-sub-menu-link.span {
        display: block
    }
}

.submenu-arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #33303E;
    border-bottom: 2px solid #33303E;
    transform: rotate(45deg);
    transition: all .3s ease;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: -11px
}

@media (max-width: 1199px) {
    .submenu-arrow {
        width: 9px;
        height: 9px;
        left: inherit;
        right: 3px;
        top: -16px;
        border-right: 3px solid #33303E;
        border-bottom: 3px solid #33303E
    }
}

.has-sub-menu.active-desk .mega-menu {
    display: block
}

li.has-sub-menu.active-desk .submenu-arrow {
    transform: rotate(225deg);
    top: -8px
}

@media (max-width: 1199px) {
    li.has-sub-menu.active-desk a.only-mobile {
        color: #000C4C
    }

    li.has-sub-menu.active-desk .submenu-arrow {
        transform: rotate(225deg);
        top: 0
    }
}

a.ver-todos {
    font-weight: 700 !important;
    color: #0047FF !important
}

@media (max-width: 1199px) {
    a.ver-todos {
        margin-top: 0;
        color: #33303E !important;
        font-weight: 600 !important
    }

        a.ver-todos span {
            display: none
        }
}

a.ver-todos.gradu {
    margin-top: 32px
}

@media (max-width: 1199px) {
    a.ver-todos.gradu {
        margin-top: 0
    }
}

.current a {
    color: #ACABB7 !important
}

#footer {
    background: #000C4C;
    padding: 80px 0 0
}

    #footer svg * {
        transition: all .3s ease
    }

    #footer svg:hover path {
        stroke: #00BEFF
    }

    #footer h6.titulo_azul {
        font-family: "Spartan MB";
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #00BEFF
    }

    #footer p {
        color: #fff;
        font-size: 14px;
        line-height: 19px
    }

    #footer a:hover {
        color: #00BEFF
    }

    #footer .logotipo {
        width: 220px;
        height: auto
    }

    #footer ul {
        width: 172px
    }

@media (max-width: 991px) {
    #footer ul {
        width: 50%
    }
}

#footer ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    max-width: 140px
}

@media (max-width: 991px) {
    #footer ul li {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    #footer ul li {
        max-width: 140px
    }
}

#footer ul li strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #66D8FF
}

#footer ul li a, #footer ul li span {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

#footer ul li.break {
    break-after: avoid;
    column-span: all
}

#footer hr {
    background: #E8E8E8;
    border: none;
    height: 1px;
    display: block;
    opacity: .2;
    margin: 0
}

#footer .copy {
    padding-top: 24px;
    padding-bottom: 24px
}

@media (max-width: 991px) {
    #footer .copy {
        text-align: center
    }

        #footer .copy p, #footer .copy span {
            text-align: center !important;
            margin: 1rem 0
        }
}

#footer .copy .divisor {
    display: block;
    height: 14px;
    width: 1px;
    background: #fff;
    margin: 0 .5rem
}

#footer .copy * {
    color: #fff;
    font-size: 12px
}

#footer .copy a {
    font-family: "Spartan MB";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff
}

#footer .copy p {
    font-size: 14px;
    margin: 0
}

#modalEgressos .modal-dialog {
    max-width: 1120px
}

#modalEgressos .modal-content {
    border-radius: 0
}

    #modalEgressos .modal-content .modal-body {
        border-left: 4px solid #1750E6;
        padding: 61px 60px
    }

@media (max-width: 991px) {
    #modalEgressos .modal-content .modal-body {
        padding: 24px
    }
}

#modalEgressos .btn-close {
    position: absolute;
    right: 60px
}

@media (max-width: 991px) {
    #modalEgressos .btn-close {
        right: 15px
    }
}

#modalEgressos .title {
    align-items: center;
    margin-bottom: 32px
}

    #modalEgressos .title img {
        width: 87px;
        height: 110px;
        margin-right: 24px;
        display: block
    }

    #modalEgressos .title h2 {
        font-family: "Spartan MB";
        font-weight: 700;
        font-size: 34px;
        line-height: 41px;
        color: #000C4C
    }

@media (max-width: 991px) {
    #modalEgressos .title h2 {
        font-size: 24px;
        line-height: 29px
    }
}

#modalEgressos p {
    margin-bottom: 32px
}

@media (max-width: 991px) {
    #modalEgressos p {
        font-size: 14px;
        line-height: 21px
    }
}

#modalEgressos a.blue {
    width: 266px;
    color: #1750E6;
    border: 2px solid #1750E6;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    display: flex
}

@media (max-width: 991px) {
    #modalEgressos a.blue {
        width: 100%;
        justify-content: center
    }
}

#modalEgressos a.blue:hover {
    color: white;
    background: #1750E6
}

#modalEgressos a.blue::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/icon-ver-mais-blue.svg") center no-repeat;
    margin-left: 8px
}

@media (max-width: 991px) {
    #modalEgressos a.blue::after {
        display: none
    }
}

#modalEgressos .downloads {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333D70
}

#modalDocente .modal-dialog {
    max-width: 1000px
}

#modalDocente .modal-content {
    border-radius: 0
}

    #modalDocente .modal-content .modal-body {
        border-left: 4px solid #1750E6;
        padding: 0
    }

@media (max-width: 991px) {
    #modalDocente .modal-content .modal-body {
        border-left: none
    }
}

#modalDocente .btn-close {
    position: absolute;
    right: 30px;
    top: 30px
}

@media (max-width: 991px) {
    #modalDocente .btn-close {
        right: 15px;
        top: 15px
    }
}

#modalDocente img {
    width: 320px;
    height: 408px;
    display: block;
    object-fit: cover
}

@media (max-width: 991px) {
    #modalDocente img {
        width: 100%;
        height: 310px;
        object-position: top
    }
}

@media (max-width: 767px) {
    #modalDocente img {
        height: 200px
    }
}

#modalDocente h2 {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #000C4C;
    margin: 24px 0
}

@media (max-width: 991px) {
    #modalDocente h2 {
        font-size: 24px;
        line-height: 29px
    }
}

#modalDocente h3 {
    font-size: 18px;
    line-height: 27px;
    color: #1750E6;
    margin-bottom: 16px;
    position: relative;
    padding-left: 32px
}

@media (max-width: 991px) {
    #modalDocente h3 {
        font-size: 18px;
        line-height: 27px
    }
}

#modalDocente h3:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/icon-mala.svg") left center no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 991px) {
    #modalDocente .box-content {
        padding: 0 24px 24px 24px
    }
}

@media (max-width: 991px) {
    #modalDocente .content-wrapper {
        position: relative;
        overflow-y: scroll;
        width: 100%;
        height: 230px;
        margin-bottom: 32px
    }

        #modalDocente .content-wrapper::-webkit-scrollbar-track {
            background-color: #C6C5CE
        }

        #modalDocente .content-wrapper::-webkit-scrollbar-track {
            background-color: #C6C5CE
        }

        #modalDocente .content-wrapper::-webkit-scrollbar {
            width: 8px;
            background-color: #C6C5CE
        }

        #modalDocente .content-wrapper::-webkit-scrollbar-thumb {
            background-color: #000C4C
        }

        #modalDocente .content-wrapper .shadow-overlay {
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 40px;
            background: linear-gradient(180deg, rgba(250,250,250,0) 0%, #FAFAFA 100%);
            pointer-events: none;
            transition: opacity 0.3s
        }
}

#modalDocente ul {
    list-style: disc;
    color: #000C4C;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    #modalDocente ul {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    #modalDocente ul li {
        max-width: 98%
    }
}

#modalDocente ul li p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 0
}

@media (max-width: 991px) {
    #modalDocente ul li p {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px
    }
}

#modalDocente .box-buttons a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    margin-right: 64px;
    position: relative
}

    #modalDocente .box-buttons a:last-child {
        margin-right: 0
    }

    #modalDocente .box-buttons a::after {
        content: '';
        background: url("../imagesNova/icon-ver-mais-blue.svg") left center no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        right: -32px;
        top: -1px
    }

#modalConselheiro .modal-dialog {
    max-width: 884px
}

#modalConselheiro .modal-content {
    border-radius: 0
}

    #modalConselheiro .modal-content .modal-body {
        border-left: 4px solid #1750E6;
        padding: 32px
    }

#modalConselheiro .btn-close {
    position: absolute;
    right: 30px;
    top: 30px
}

#modalConselheiro .title h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 8px
}

#modalConselheiro .title p {
    font-weight: 600;
    color: #000C4C;
    margin-bottom: 32px
}

#modalConselheiro .content img {
    width: 378px;
    height: auto;
    object-fit: cover
}

#modalConselheiro .content-text {
    margin-left: 28px
}

    #modalConselheiro .content-text p {
        font-size: 18px;
        line-height: 27px;
        color: #000C4C;
        margin-bottom: 32px
    }

    #modalConselheiro .content-text .box-buttons {
        margin-top: 30px
    }

        #modalConselheiro .content-text .box-buttons a {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #1750E5;
            margin-right: 64px;
            position: relative
        }

            #modalConselheiro .content-text .box-buttons a:last-child {
                margin-right: 0
            }

            #modalConselheiro .content-text .box-buttons a::after {
                content: '';
                background: url("../imagesNova/icon-ver-mais-blue.svg") left center no-repeat;
                width: 24px;
                height: 24px;
                display: block;
                position: absolute;
                right: -32px;
                top: -1px
            }

#modalInvestimento .modal-dialog, #calendarEventoModal .modal-dialog {
    max-width: 470px
}

@media (max-width: 991px) {
    #modalInvestimento .modal-dialog, #calendarEventoModal .modal-dialog {
        max-width: 100%;
        margin: 24px;
        display: block
    }
}

#modalInvestimento .modal-content, #calendarEventoModal .modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.08),0px 0px 4px rgba(0,0,0,0.04);
    border: 0
}

    #modalInvestimento .modal-content .modal-body, #calendarEventoModal .modal-content .modal-body {
        border: 0;
        padding: 40px
    }

@media (max-width: 991px) {
    #modalInvestimento .modal-content .modal-body, #calendarEventoModal .modal-content .modal-body {
        padding: 24px
    }
}

#modalInvestimento .btn-close, #calendarEventoModal .btn-close {
    position: absolute;
    right: 30px;
    top: 30px
}

#modalInvestimento .box-content h2, #calendarEventoModal .box-content h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px
}

#modalInvestimento .box-content form, #calendarEventoModal .box-content form {
    width: 100%
}

    #modalInvestimento .box-content form div, #calendarEventoModal .box-content form div {
        margin-bottom: 12px
    }

    #modalInvestimento .box-content form .enviar-form, #calendarEventoModal .box-content form .enviar-form {
        color: #1750E5;
        border: 2px solid #1750E5;
        margin: 32px 0 0 auto
    }

        #modalInvestimento .box-content form .enviar-form:hover, #calendarEventoModal .box-content form .enviar-form:hover {
            color: white;
            background: #1750E5
        }

#modalInvestimento .box-content .box-content, #calendarEventoModal .box-content .box-content {
    background: #F1F1F1;
    padding: 24px
}

    #modalInvestimento .box-content .box-content h3, #calendarEventoModal .box-content .box-content h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #000C4C;
        margin-bottom: 16px
    }

    #modalInvestimento .box-content .box-content p, #calendarEventoModal .box-content .box-content p {
        color: #000C4C;
        margin-bottom: 0
    }

        #modalInvestimento .box-content .box-content p a, #calendarEventoModal .box-content .box-content p a {
            font-weight: 700;
            color: #1750E5;
            text-decoration: underline
        }

#modalInvestimentoPresencial .modal-content, #modalInvestimentoEad .modal-content {
    max-width: 410px;
    background: white;
    padding: 32px 24px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.04),0px 0px 25px 0px rgba(0,0,0,0.04);
    border-radius: 0;
    border: 0
}

    #modalInvestimentoPresencial .modal-content .modal-body, #modalInvestimentoEad .modal-content .modal-body {
        border: 0
    }

#modalInvestimentoPresencial .btn-close, #modalInvestimentoEad .btn-close {
    position: absolute;
    right: 30px;
    top: 30px
}

#modalInvestimentoPresencial .box-card-investimento, #modalInvestimentoEad .box-card-investimento {
    width: 100%
}

    #modalInvestimentoPresencial .box-card-investimento p, #modalInvestimentoEad .box-card-investimento p {
        color: #000C4C
    }

    #modalInvestimentoPresencial .box-card-investimento .tags, #modalInvestimentoEad .box-card-investimento .tags {
        margin-bottom: 32px;
        display: inline-block
    }

        #modalInvestimentoPresencial .box-card-investimento .tags span, #modalInvestimentoEad .box-card-investimento .tags span {
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            background: #0047FF
        }

            #modalInvestimentoPresencial .box-card-investimento .tags span.ead, #modalInvestimentoEad .box-card-investimento .tags span.ead {
                background: #000C4C
            }

    #modalInvestimentoPresencial .box-card-investimento .price, #modalInvestimentoEad .box-card-investimento .price {
        margin-bottom: 16px
    }

        #modalInvestimentoPresencial .box-card-investimento .price p, #modalInvestimentoEad .box-card-investimento .price p {
            margin-bottom: 0;
            font-size: 34px;
            font-weight: 600;
            line-height: 41px
        }

            #modalInvestimentoPresencial .box-card-investimento .price p span, #modalInvestimentoEad .box-card-investimento .price p span {
                font-size: 16px;
                font-weight: 400;
                line-height: 24px
            }

    #modalInvestimentoPresencial .box-card-investimento .cartao, #modalInvestimentoEad .box-card-investimento .cartao {
        margin-bottom: 32px
    }

        #modalInvestimentoPresencial .box-card-investimento .cartao p, #modalInvestimentoEad .box-card-investimento .cartao p {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 400;
            line-height: 27px
        }

    #modalInvestimentoPresencial .box-card-investimento .pagamento, #modalInvestimentoEad .box-card-investimento .pagamento {
        margin-bottom: 34px
    }

        #modalInvestimentoPresencial .box-card-investimento .pagamento h4, #modalInvestimentoEad .box-card-investimento .pagamento h4 {
            margin-bottom: 18px;
            font-size: 18px;
            font-family: "Spartan MB";
            font-weight: 600;
            line-height: 27px;
            color: #000C4C
        }

        #modalInvestimentoPresencial .box-card-investimento .pagamento p, #modalInvestimentoEad .box-card-investimento .pagamento p {
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            color: #000C4C;
            margin-bottom: 13px;
            padding-left: 8px
        }

            #modalInvestimentoPresencial .box-card-investimento .pagamento p:last-child, #modalInvestimentoEad .box-card-investimento .pagamento p:last-child {
                margin-bottom: 0
            }

    #modalInvestimentoPresencial .box-card-investimento .button, #modalInvestimentoEad .box-card-investimento .button {
        width: 100%
    }

.modal .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center
}

#modalModalidades .modal-dialog {
    max-width: 500px
}

#modalModalidades .modal-content {
    border-radius: 0
}

    #modalModalidades .modal-content .modal-body {
        padding: 104px 40px 40px 40px
    }

@media (max-width: 991px) {
    #modalModalidades .modal-content .modal-body {
        padding: 72px 16px 16px 16px
    }
}

#modalModalidades .btn-close {
    position: absolute;
    right: 30px;
    top: 30px
}

#modalModalidades .title h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px
}

#modalModalidades .content .input-radio {
    display: flex;
    align-items: center;
    margin-bottom: 27px
}

#modalModalidades .content input {
    margin-right: 12px
}

#modalModalidades .content label {
    color: #4E4B59;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px
}

#modalModalidades .content .button.azul {
    float: right
}

@media (max-width: 991px) {
    .section-hero .content {
        padding: 2rem 0 5rem
    }
}

.section-hero h2 {
    color: #000C4C;
    margin-bottom: 32px
}

    .section-hero h2 strong {
        color: #0047FF;
        font-weight: bold
    }

    .section-hero h2 svg {
        margin-right: 32px
    }

@media (max-width: 991px) {
    .section-hero h2 svg {
        margin-right: 16px
    }
}

.section-hero p {
    color: #4E4B59;
    margin-bottom: 32px;
    max-width: 92%
}

@media (max-width: 991px) {
    .section-hero p {
        width: 100%
    }
}

.section-hero p.roxo {
    color: #4B1024
}

.section-hero img {
    float: left
}

@media (max-width: 991px) {
    .section-hero img {
        max-width: 100%;
        height: auto;
        float: inherit;
        margin: 64px auto 0 auto;
        display: block
    }
}

.section-hero img.float-start {
    float: right !important;
    max-width: none
}

@media (max-width: 991px) {
    .section-hero img.float-start {
        margin-top: 0;
        max-width: 100%;
        height: auto
    }
}

.section-hero .open-modal-video {
    position: relative
}

    .section-hero .open-modal-video img {
        width: 100%
    }

    .section-hero .open-modal-video::after {
        content: '';
        background: url("../imagesNova/icon-play-video.svg") center center no-repeat;
        position: absolute;
        width: 80px;
        height: 80px;
        display: block;
        top: 180px;
        left: 50%;
        margin-left: -350px;
        background-size: contain
    }

@media (max-width: 1399px) {
    .section-hero .open-modal-video::after {
        top: 170px;
        margin-left: -320px
    }
}

@media (max-width: 1199px) {
    .section-hero .open-modal-video::after {
        top: 130px;
        margin-left: -270px
    }
}

@media (max-width: 991px) {
    .section-hero .open-modal-video::after {
        top: 200px;
        margin-left: -28px
    }
}

@media (max-width: 767px) {
    .section-hero .open-modal-video::after {
        top: 51%;
        width: 50px;
        height: 50px;
        margin-left: -28px
    }
}

@media (max-width: 575px) {
    .section-hero .open-modal-video::after {
        top: 53%;
        margin-left: -24px
    }
}

.section-hero.marinho {
    background: #000C4C;
    padding: 80px 0
}

@media (max-width: 991px) {
    .section-hero.marinho {
        padding: 56px 0 32px
    }
}

@media (max-width: 991px) {
    .section-hero.marinho img {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
}

.section-hero.marinho h2 {
    color: #fff
}

    .section-hero.marinho h2 strong {
        color: #00BEFF
    }

@media (max-width: 991px) {
    .section-hero.marinho h2 {
        margin-bottom: 32px;
        font-size: 22px;
        line-height: normal
    }

        .section-hero.marinho h2 strong {
            font-size: 24px;
            line-height: normal;
            display: block
        }
}

.section-hero.marinho p {
    color: #E8E8E8;
    max-width: 560px
}

@media (max-width: 991px) {
    .section-hero.marinho p {
        max-width: 100%
    }
}

.section-hero.pionerismo {
    background: url(../imagesNova/bg-pionerismo.png) center center no-repeat;
    width: 100%;
    height: 762px;
    display: block;
    background-size: cover
}

@media (max-width: 991px) {
    .section-hero.pionerismo {
        background: url(../imagesNova/bg-pionerismo-mobile.png) center bottom no-repeat;
        height: auto;
        background-size: cover
    }
}

.section-hero-mestrado {
    padding: 120px 0
}

@media (max-width: 1199px) {
    .section-hero-mestrado video {
        width: 100%
    }
}

@media (max-width: 991px) {
    .section-hero-mestrado {
        padding: 0 0 64px 0
    }

        .section-hero-mestrado .content {
            padding-bottom: 0
        }

        .section-hero-mestrado video {
            height: 285px
        }
}

.section-hero-mestrado h2 strong {
    display: block
}

.section-hero-mestrado p.marinho {
    color: #000C4C;
    font-weight: 500
}

@media (max-width: 991px) {
    .section-hero-mestrado p.marinho {
        margin-bottom: 48px
    }
}

.section-hero-mestrado .button.roxo {
    color: #920034;
    border: 2px solid #920034
}

@media (max-width: 991px) {
    .section-hero-mestrado .button.roxo {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px
    }

        .section-hero-mestrado .button.roxo svg {
            display: none
        }
}

.section-hero-mestrado .button.roxo:hover {
    color: white;
    background: #920034
}

    .section-hero-mestrado .button.roxo:hover svg path {
        fill: white
    }

.section-hero-interna-gradu .content {
    max-width: 680px
}

.section-hero-interna-gradu h2 svg {
    margin: 13px 10px 0 0
}

.section-hero-interna-gradu .button.roxo {
    width: 312px
}

.section-hero.roxo.section-hero-mestrado {
    position: relative;
    background: url(../imagesNova/mestrado/hero-melhor-decisao.png) center center no-repeat;
    width: 100%;
    height: 762px;
    background-size: cover;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .section-hero.roxo.section-hero-mestrado {
        background: #000C4C;
        height: auto;
        background-size: cover;
        padding: 60px 0
    }
}

.section-hero.roxo.section-hero-mestrado .content-rigth-mestrado {
    max-width: 570px
}

@media (max-width: 991px) {
    .section-hero.roxo.section-hero-mestrado .content-rigth-mestrado {
        margin: 0 auto
    }
}

.section-hero.roxo.section-hero-mestrado .content-rigth-edux {
    max-width: 555px
}

@media (max-width: 991px) {
    .section-hero.roxo.section-hero-mestrado .content-rigth-edux {
        margin: 0 auto
    }
}

.section-hero.roxo.section-hero-mestrado .content-rigth-interna-gradu {
    max-width: 100%
}

    .section-hero.roxo.section-hero-mestrado .content-rigth-interna-gradu ul {
        max-width: 580px
    }

.section-hero.roxo.section-hero-mestrado .content-rigth-mba-curso {
    max-width: 540px
}

.section-hero.roxo.section-hero-mestrado h2 {
    color: white
}

    .section-hero.roxo.section-hero-mestrado h2 strong {
        color: #7CE0FF
    }

.section-hero.roxo.section-hero-mestrado p {
    color: white
}

.section-hero.roxo.section-hero-mestrado ul li {
    list-style: none;
    position: relative
}

    .section-hero.roxo.section-hero-mestrado ul li:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-check.svg") left center no-repeat;
        position: absolute;
        top: 0;
        left: -33px
    }

    .section-hero.roxo.section-hero-mestrado ul li h3 {
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        margin-bottom: 8px;
        color: white
    }

    .section-hero.roxo.section-hero-mestrado ul li p {
        font-size: 16px;
        line-height: 22px
    }

.section-hero.roxo.section-hero-mestrado.interna-gradu {
    background: url(../imagesNova/interna-graduacao/hero-melhor-decisao.png) center center no-repeat;
    background-size: cover;
    padding: 80px 0
}

@media (max-width: 991px) {
    .section-hero.roxo.section-hero-mestrado.interna-gradu {
        background: #000C4C;
        height: auto;
        padding: 40px 0
    }
}

.section-hero.roxo.section-hero-mestrado.section-hero-mba-curso {
    background: url(../imagesNova/mba-pos-curso/destaques.png) center center no-repeat;
    height: 861px;
    padding: 80px 0;
    background-size: cover
}

@media (max-width: 991px) {
    .section-hero.roxo.section-hero-mestrado.section-hero-mba-curso {
        background: #000C4C;
        height: auto;
        padding: 40px 0
    }
}

.section-hero.marinho.section-hero-mestrado {
    background: transparent
}

    .section-hero.marinho.section-hero-mestrado p {
        color: #4E4B59;
        max-width: 620px
    }

.section-hero.roxo.section-hero-edux {
    background: url(../imagesNova/edu-executiva-curso/rotina.avif) center center no-repeat;
    height: 839px;
    padding: 80px 0;
    background-size: cover;
    position: relative
}

@media (max-width: 991px) {
    .section-hero.roxo.section-hero-edux {
        background: #000C4C;
        height: auto;
        padding: 40px 0
    }
}

.section-hero.roxo.section-hero-edux img.float-start {
    max-width: 100%
}

.section-hero.roxo.section-hero-edux .box-alcance ul li p {
    max-width: 100%
}

.section-hero.roxo.section-hero-mba-curso img.float-start {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -700px
}

.section-hero-mestrado.marinho {
    padding: 140px 0
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho {
        padding: 64px 0
    }
}

.section-hero-mestrado.marinho h2 {
    color: #000C4C
}

    .section-hero-mestrado.marinho h2 strong {
        color: #1750E5
    }

.section-hero-mestrado.marinho p.marinho {
    color: #000C4C;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho p.marinho {
        font-size: 14px;
        line-height: 21px;
        color: #4E4B59
    }
}

.section-hero-mestrado.marinho .box-alcance {
    background: #F6F6F6;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.04),0px 0px 4px rgba(0,0,0,0.04);
    padding: 32px
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho .box-alcance {
        margin-top: 8px;
        padding: 16px
    }
}

.section-hero-mestrado.marinho .box-alcance h3 {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0047FF;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho .box-alcance h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho .box-alcance .content {
        padding: 0
    }
}

.section-hero-mestrado.marinho .box-alcance ul {
    margin: 0;
    padding: 0
}

    .section-hero-mestrado.marinho .box-alcance ul li {
        list-style: none;
        margin-bottom: 32px
    }

        .section-hero-mestrado.marinho .box-alcance ul li:last-child {
            margin-bottom: 0
        }

        .section-hero-mestrado.marinho .box-alcance ul li img {
            margin-right: 30px
        }

@media (max-width: 991px) {
    .section-hero-mestrado.marinho .box-alcance ul li img {
        margin-right: 16px;
        width: 48px;
        height: 48px
    }
}

.section-hero-mestrado.marinho .box-alcance ul li h4 {
    font-family: "Spartan MB";
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000C4C;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho .box-alcance ul li h4 {
        font-size: 16px;
        line-height: 21px
    }
}

.section-hero-mestrado.marinho .box-alcance ul li p {
    font-size: 18px;
    line-height: 27px;
    color: #000C4C;
    margin: 0;
    max-width: 84.5%
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho .box-alcance ul li p {
        font-size: 16px;
        line-height: 21px;
        max-width: 100%
    }
}

.section-hero-mestrado.marinho .box-alcance-interna-gradu ul li p, .section-hero-mestrado.marinho .box-alcance-mba-curso ul li p {
    max-width: 100%
}

.section-hero-mestrado.marinho.interna-grad .box-alcance h3 {
    color: #000C4C;
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px
}

@media (max-width: 991px) {
    .section-hero-mestrado.marinho.interna-grad .box-alcance h3 {
        font-size: 20px;
        line-height: 24px
    }
}

html, body {
    margin: 0;
    padding: 0
}

.site {
    width: 100%;
    height: 100%
}

.section-carosel, .section-contato, .section-card-coord, .section-galeria-sobre, .section-referencia-sobre, .section-hero, .section-cards, .section-infos-form, .section-cards-template-noticias, .header-slider, .bignumbers {
    overflow: hidden
}

.spartan, .section-accordion .box-desenvolva h4 {
    font-family: "Spartan MB"
}

body {
    color: #888;
    font-family: "Spartan MB"
}

.container {
    max-width: 1290px
}

@media (max-width: 1399px) {
    .container {
        max-width: 1200px
    }
}

#preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: .5s;
    background: #fff
}

    #preloader.disabled {
        z-index: -9;
        opacity: 0
    }

    #preloader svg {
        width: 80px;
        max-width: 95vw;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

h1 {
    color: #354974;
    font-family: "Spartan MB";
    font-size: 48px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left
}

    h1 strong {
        font-family: "Spartan MB";
        font-size: 58px;
        font-weight: 600;
        line-height: 70px;
        letter-spacing: 0em;
        text-align: left
    }

h2 {
    color: #354974;
    font-family: "Spartan MB";
    font-size: 48px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left
}

    h2 strong {
        font-family: "Spartan MB";
        font-size: 48px;
        font-weight: 600;
        line-height: 57.6px;
        letter-spacing: 0em;
        text-align: left;
        display: block;
        font-weight: bold
    }

@media (max-width: 991px) {
    h2 {
        font-size: 22px;
        line-height: 23px
    }

        h2 strong {
            font-size: 24px;
            line-height: 28px
        }
}

h3 {
    color: #354974;
    font-family: "Spartan MB";
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left
}

    h3 strong {
        font-family: "Spartan MB";
        font-size: 46px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left
    }

h4 {
    color: #354974;
    font-family: "Spartan MB";
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left
}

h5 {
    color: #354974;
    font-family: "Spartan MB";
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left
}

p {
    color: #354974;
    font-family: "Spartan MB";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left
}

a {
    text-decoration: none;
    transition: .3s ease
}

.azul {
    color: #1750E5
}

.laranja {
    color: #F2582F
}

.marinho {
    color: #000C4C
}

.roxo {
    color: #920034
}

.button {
    display: inline-block;
    padding: 1rem 4rem;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    text-align: center;
    min-width: 180px;
    transition: all .3s ease;
    font-weight: 600
}

@media (max-width: 991px) {
    .button {
        width: 100%;
        display: block
    }
}

.button svg, .button svg path {
    transition: all .3s ease
}

.button svg {
    margin-left: 5px
}

.button:hover {
    color: #00BEFF;
    background: #fff
}

    .button:hover svg path {
        fill: #00BEFF
    }

.button.laranja {
    color: #F2582F;
    border-color: #F2582F
}

    .button.laranja:hover {
        color: #fff;
        background: #F2582F
    }

        .button.laranja:hover svg path {
            fill: #fff
        }

.button.azul {
    color: #1750E5;
    border-color: #1750E5
}

    .button.azul:hover {
        color: #fff;
        background: #1750E5
    }

        .button.azul:hover svg path {
            fill: #fff
        }

.button.vinho {
    color: #920034;
    border-color: #920034
}

    .button.vinho:hover {
        color: #fff;
        background: #920034
    }

        .button.vinho:hover svg path {
            fill: #fff
        }

.header-slider .carousel-cell {
    width: 100%;
    height: 550px;
    background: #0047FF
}

@media (max-width: 991px) {
    .header-slider .carousel-cell {
        height: 550px
    }
}

@media (max-width: 767px) {
    .header-slider .carousel-cell {
        height: 700px
    }
}

@media (max-width: 575px) {
    .header-slider .carousel-cell {
        height: 579px
    }
}

.header-slider .carousel-cell .main-carousel {
    height: 100%
}

    .header-slider .carousel-cell .main-carousel .cover {
        width: 100%;
        height: 100%
    }

@media (max-width: 767px) {
    .header-slider .carousel-cell .main-carousel .cover {
        max-height: 700px;
        display: block
    }
}

@media (max-width: 575px) {
    .header-slider .carousel-cell .main-carousel .cover {
        max-height: 579px
    }
}

.header-slider .carousel-cell .main-carousel .cover img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width: 1299px) {
    .header-slider .carousel-cell .main-carousel .cover img {
        object-position: 30%
    }
}

@media (max-width: 991px) {
    .header-slider .carousel-cell .main-carousel .cover img {
        object-position: center;
        object-fit: contain
    }
}

.header-slider .carousel-cell .main-carousel .container {
    position: relative;
    height: 100%
}

    .header-slider .carousel-cell .main-carousel .container h2 {
        color: #fff
    }

        .header-slider .carousel-cell .main-carousel .container h2 strong {
            display: flex;
            align-items: center;
            color: #00BEFF
        }

@media (max-width: 991px) {
    .header-slider .carousel-cell .main-carousel .container h2 {
        margin-bottom: 24px
    }
}

.header-slider .carousel-cell .main-carousel .container h2 svg {
    margin-right: 32px
}

@media (max-width: 991px) {
    .header-slider .carousel-cell .main-carousel .container h2 svg {
        margin-right: 16px
    }
}

.header-slider .carousel-cell .main-carousel .container p {
    max-width: 400px;
    color: #fff;
    font-size: 18px
}

@media (max-width: 991px) {
    .header-slider .carousel-cell .main-carousel .container p {
        max-width: 300px;
        margin-bottom: 32px
    }
}

.header-slider .carousel-cell .main-carousel .container svg path {
    transition: all 1s .25s ease
}

.header-slider .carousel-cell .main-carousel .container h2, .header-slider .carousel-cell .main-carousel .container a, .header-slider .carousel-cell .main-carousel .container p {
    transition: all 1s .25s ease;
    opacity: 0;
    transform: translateY(50px)
}

.header-slider .carousel-cell .main-carousel .container img {
    width: auto;
    min-height: 100%;
    height: auto;
    transition: all 1s .25s ease;
    opacity: 0;
    transform: translateX(50px)
}

@media (max-width: 991px) {
    .header-slider .carousel-cell .main-carousel .container img {
        max-width: 80%;
        min-height: auto;
        float: right
    }
}

@media (max-width: 991px) {
    .header-slider .carousel-cell .main-carousel .container .content {
        background: #4B1024;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 3rem 1rem
    }
}

.header-slider .carousel-cell.is-selected .main-carousel .container h2 {
    color: #fff
}

    .header-slider .carousel-cell.is-selected .main-carousel .container h2 strong {
        display: flex;
        align-items: center;
        color: #00BEFF
    }

@media (max-width: 991px) {
    .header-slider .carousel-cell.is-selected .main-carousel .container h2 strong span {
        display: inline-block
    }
}

.header-slider .carousel-cell.is-selected .main-carousel .container h2 svg {
    margin-right: 32px
}

@media (max-width: 991px) {
    .header-slider .carousel-cell.is-selected .main-carousel .container h2 svg {
        margin-right: -34px;
        overflow: hidden
    }

        .header-slider .carousel-cell.is-selected .main-carousel .container h2 svg path {
            transform: translateX(-50px)
        }
}

.header-slider .carousel-cell.is-selected .main-carousel .container p {
    max-width: 430px;
    color: #fff
}

.header-slider .carousel-cell.is-selected .main-carousel .container h2, .header-slider .carousel-cell.is-selected .main-carousel .container a, .header-slider .carousel-cell.is-selected .main-carousel .container p {
    opacity: 1;
    transform: translateY(0)
}

.header-slider .carousel-cell.is-selected .main-carousel .container img {
    opacity: 1;
    transform: translateX(0)
}

.header-slider .flickity-button {
    display: none
}

.header-slider ol.flickity-page-dots {
    position: absolute;
    top: 50%;
    left: calc(50% + 580px);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    width: 100%;
    max-width: 12px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .header-slider ol.flickity-page-dots {
        top: initial;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        max-width: fit-content
    }
}

.header-slider ol.flickity-page-dots li.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #000C4C;
    background: transparent;
    transition: all .3s ease;
    margin: .25rem 0;
    opacity: .75
}

    .header-slider ol.flickity-page-dots li.dot.is-selected {
        background: #000C4C;
        opacity: 1
    }

@media (max-width: 991px) {
    .header-slider ol.flickity-page-dots li.dot {
        background: #fff;
        border: none;
        margin: 0 .25rem;
        width: 8px;
        height: 8px
    }

        .header-slider ol.flickity-page-dots li.dot.is-selected {
            width: 24px;
            background: #fff
        }
}

.bignumbers {
    background: #000C4C;
    padding: 32px 0 32px 0
}

@media (max-width: 991px) {
    .bignumbers {
        padding: 20px 0 !important
    }
}

@media (max-width: 991px) {
    .bignumbers .carousel {
        width: calc(100% + 30px);
        margin-left: -15px
    }

        .bignumbers .carousel:after {
            content: 'flickity';
            display: none
        }

        .bignumbers .carousel .content {
            width: 50%;
            display: flex;
            justify-content: center
        }
}

.bignumbers .flickity-enabled .carousel-cell {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .bignumbers .flickity-enabled .carousel-cell {
        padding: 0 15px
    }
}

.bignumbers .number span {
    color: #fff;
    line-height: 1.2
}

    .bignumbers .number span.big {
        font-family: "Spartan MB";
        font-size: 88px;
        font-weight: 700;
        display: block;
        line-height: 1;
        margin-right: 8px;
        height: 63px;
        transform: translateY(-27px)
    }

@media (max-width: 991px) {
    .bignumbers .number span.big {
        font-size: 63px;
        transform: translateY(0)
    }
}

.bignumbers .number span.big sup {
    font-size: 45%
}

.bignumbers .number span.big.ajuste {
    transform: translateY(-29px);
    font-size: 105px
}

@media (max-width: 991px) {
    .bignumbers .number span.big.ajuste {
        transform: translateY(0);
        font-size: 63px
    }
}

.section-numbers {
    background: #000C4C;
    padding: 120px 0 82px
}

@media (max-width: 991px) {
    .section-numbers {
        padding: 80px 0 48px
    }
}

.section-numbers h2 {
    color: #fff;
    margin-bottom: 32px;
    font-weight: 400
}

    .section-numbers h2 strong {
        color: #7CE0FF;
        display: block
    }

    .section-numbers h2 svg {
        margin-right: 32px
    }

.section-numbers p {
    color: #fff;
    margin-bottom: 56px;
    display: block
}

@media (max-width: 991px) {
    .section-numbers p {
        margin: 0 0 32px 0
    }

        .section-numbers p br {
            display: none
        }
}

.section-numbers span.big {
    color: #7CE0FF;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .section-numbers span.big {
        font-size: 32px
    }
}

.section-numbers span.big strong {
    font-weight: 700
}

.section-cards {
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-cards {
        margin-top: 56px;
        padding: 86px 0 56px
    }
}

.section-cards.azul {
    background: #1750E5
}

    .section-cards.azul h2, .section-cards.azul p {
        color: #fff
    }

    .section-cards.azul h2 {
        margin-bottom: 32px;
        font-weight: 400;
        color: #fff
    }

        .section-cards.azul h2 strong {
            display: flex;
            align-items: center;
            color: #fff
        }

        .section-cards.azul h2 svg {
            margin-right: 32px
        }

@media (max-width: 991px) {
    .section-cards.azul h2 svg {
        margin-right: 16px
    }
}

.section-cards.cinza {
    background: #F5F7FA;
    margin-top: 0
}

@media (max-width: 991px) {
    .section-cards.cinza .carousel {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px
    }

        .section-cards.cinza .carousel:after {
            content: 'flickity';
            display: none
        }

        .section-cards.cinza .carousel .carousel-cell {
            width: 247px;
            margin-right: 15px;
            display: flex;
            justify-content: center
        }
}

.section-cards.cinza .flickity-enabled .carousel-cell {
    margin-bottom: 0
}

.section-cards.cinza h2 {
    margin-bottom: 32px;
    font-weight: 400;
    color: #000C4C
}

    .section-cards.cinza h2 strong {
        display: flex;
        align-items: center;
        color: #1750E5
    }

    .section-cards.cinza h2 svg {
        margin-right: 32px
    }

@media (max-width: 991px) {
    .section-cards.cinza h2 svg {
        margin-right: 16px
    }
}

.section-cards p {
    color: #4E4B59;
    margin-bottom: 48px
}

.section-cards .card {
    border: none;
    border-radius: 0;
    min-height: 100%;
    justify-content: space-between
}

@media (max-width: 991px) {
    .section-cards .card {
        margin-bottom: 0;
        min-height: 640px
    }
}

.section-cards .card img {
    display: block;
    width: 100%;
    height: auto
}

.section-cards .card .content {
    padding: 32px 24px
}

    .section-cards .card .content h4 {
        margin-bottom: 16px;
        color: #1750E5;
        font-size: 24px;
        color: #000C4C
    }

        .section-cards .card .content h4.azul {
            color: #1750E5;
            font-size: 32px
        }

    .section-cards .card .content p {
        color: #000C4C;
        margin-bottom: 32px;
        min-height: 76px;
        font-size: 18px
    }

@media (max-width: 991px) {
    .section-cards .card .content p {
        min-height: 145px;
        margin-bottom: 0
    }
}

.section-cards .card .content a {
    font-weight: 700;
    color: #1750E5
}

    .section-cards .card .content a svg {
        transition: all .3s ease
    }

    .section-cards .card .content a:hover svg {
        transform: translateX(10px)
    }

.section-cards .card-single {
    justify-content: inherit
}

@media (max-width: 991px) {
    .section-cards .card-single {
        min-height: auto
    }
}

.section-cards .card-single .thumbnail {
    height: 200px
}

.section-cards .card-single img {
    height: 100%;
    object-fit: cover
}

.section-cards .card-single .content {
    min-height: 297px
}

@media (max-width: 1199px) {
    .section-cards .card-single .content {
        min-height: 360px
    }
}

@media (max-width: 991px) {
    .section-cards .card-single .content {
        min-height: auto
    }
}

.section-cards .card-single .content p {
    font-size: 16px
}

@media (max-width: 991px) {
    .section-cards .card-single .content p {
        min-height: auto
    }
}

.section-cards .card-single .content a {
    position: absolute;
    bottom: 32px;
    left: 24px
}

@media (max-width: 767px) {
    .section-cards .card-single .content a {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin-top: 16px;
        display: block
    }
}

.section-cards ol.flickity-page-dots {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 991px) {
    .section-cards ol.flickity-page-dots {
        justify-content: center
    }
}

.section-cards ol.flickity-page-dots li.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #1750E5;
    background: transparent;
    transition: all .3s ease;
    margin: 0 .25rem;
    opacity: .75
}

@media (max-width: 991px) {
    .section-cards ol.flickity-page-dots li.dot {
        width: 8px;
        height: 8px;
        background: #1750E5;
        border: none
    }
}

.section-cards ol.flickity-page-dots li.dot.is-selected {
    background: #1750E5;
    opacity: 1
}

@media (max-width: 991px) {
    .section-cards ol.flickity-page-dots li.dot.is-selected {
        width: 24px
    }
}

.section-carosel {
    padding: 80px 0;
    background: #F5F7FA
}

@media (max-width: 991px) {
    .section-carosel {
        padding: 64px 0
    }
}

@media (max-width: 991px) {
    .section-carosel.primeiro-bloco {
        padding: 86px 0 48px
    }
}

.section-carosel.cinza {
    background: #F5F7FA
}

.section-carosel.branco {
    background: #fff;
    padding: 80px 0 80px
}

.section-carosel.no-before:after {
    display: none
}

.section-carosel h2 {
    color: #1750E5
}

    .section-carosel h2.marinho {
        color: #000C4C
    }

        .section-carosel h2.marinho svg {
            transform: translateY(-5px)
        }

    .section-carosel h2.home {
        font-size: 34px
    }

@media (max-width: 991px) {
    .section-carosel h2.home {
        font-size: 22px
    }
}

.section-carosel h2 strong {
    color: #1750E5
}

.section-carosel p {
    color: #4E4B59;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    .section-carosel .carousel {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px
    }
}

.section-carosel .carousel img {
    display: block;
    width: 100%;
    height: auto
}

.section-carosel .carousel .cell {
    width: calc(33% - 8px);
    margin-right: 16px;
    padding: 0 0 1rem 0
}

@media (max-width: 991px) {
    .section-carosel .carousel .cell {
        width: calc(78% - 8px)
    }
}

.section-carosel .carousel .flickity-button {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 0;
    top: 50%
}

    .section-carosel .carousel .flickity-button.next {
        background: #1750E5 url("../imagesNova/seta-direita.svg") center no-repeat;
        right: -60px
    }

    .section-carosel .carousel .flickity-button.previous {
        background: #1750E5 url("../imagesNova/seta-esquerda.svg") center no-repeat;
        left: -60px
    }

    .section-carosel .carousel .flickity-button svg {
        display: none
    }

.section-carosel .carousel.videos a {
    display: block;
    position: relative;
    overflow: hidden
}

    .section-carosel .carousel.videos a img {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.section-carosel .card {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.08)
}

    .section-carosel .card a.button {
        display: block;
        width: 100%;
        padding: .87rem 0
    }

    .section-carosel .card .content {
        padding: 32px;
        color: #000C4C
    }

        .section-carosel .card .content h6 {
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: 0em;
            text-align: left;
            margin-bottom: 24px
        }

@media (max-width: 991px) {
    .section-carosel .card .content h6 {
        font-size: 16px
    }
}

.section-carosel .card .content .date {
    display: block;
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px
}

    .section-carosel .card .content .date:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/calendario.svg") center no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -14px
    }

.section-carosel .eventos .card {
    border-radius: 0
}

    .section-carosel .eventos .card .thumbnail {
        position: relative
    }

        .section-carosel .eventos .card .thumbnail .categoria {
            font-size: 12px;
            font-weight: 500;
            color: #000C4C;
            padding: .5rem .75rem;
            background: #F1F1F1;
            position: absolute;
            top: 0;
            right: 0
        }

        .section-carosel .eventos .card .thumbnail .status {
            font-size: 14px;
            color: #fff;
            padding: .25rem .5rem .2rem;
            background: #000C4C;
            font-weight: 600;
            border-radius: .25rem;
            position: absolute;
            bottom: -14px;
            left: 15px;
            padding-left: 24px
        }

            .section-carosel .eventos .card .thumbnail .status:before {
                content: "";
                display: block;
                width: 8px;
                height: 8px;
                background: #fff;
                border-radius: 50%;
                position: absolute;
                left: 8px;
                top: 50%;
                margin-top: -4px
            }

    .section-carosel .eventos .card hr {
        margin: 0 0 8px 0
    }

    .section-carosel .eventos .card h6 {
        font-family: "Spartan MB";
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 8px
    }

@media (max-width: 991px) {
    .section-carosel .eventos .card h6 {
        font-size: 16px
    }
}

.section-carosel .eventos .card p {
    font-size: 16px;
    margin-bottom: 32px
}

.section-carosel .eventos .card a {
    font-weight: bold;
    display: flex;
    align-items: center
}

    .section-carosel .eventos .card a svg {
        transition: all .3s ease;
        margin-left: 5px
    }

    .section-carosel .eventos .card a:hover svg {
        transform: translateX(10px)
    }

.section-carosel .eventos .card .content {
    padding: 32px 16px
}

.section-carosel ol.flickity-page-dots {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 991px) {
    .section-carosel ol.flickity-page-dots {
        justify-content: center
    }
}

.section-carosel ol.flickity-page-dots li.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #1750E5;
    background: transparent;
    transition: all .3s ease;
    margin: 0 .25rem;
    opacity: 1
}

@media (max-width: 991px) {
    .section-carosel ol.flickity-page-dots li.dot {
        background: #7496EF;
        border: 0;
        height: 8px
    }
}

.section-carosel ol.flickity-page-dots li.dot.is-selected {
    background: #1750E5
}

@media (max-width: 991px) {
    .section-carosel ol.flickity-page-dots li.dot.is-selected {
        width: 24px
    }
}

.section-carosel.noticias .button.azul.ver-noticias, .section-carosel.noticias .button.azul.ver-eventos, .section-carosel.eventos .button.azul.ver-noticias, .section-carosel.eventos .button.azul.ver-eventos {
    border: 0;
    margin: 40px 0;
    padding-right: 0 !important;
    font-weight: 700
}

    .section-carosel.noticias .button.azul.ver-noticias:hover, .section-carosel.noticias .button.azul.ver-eventos:hover, .section-carosel.eventos .button.azul.ver-noticias:hover, .section-carosel.eventos .button.azul.ver-eventos:hover {
        background: inherit;
        color: #0047FF
    }

        .section-carosel.noticias .button.azul.ver-noticias:hover svg, .section-carosel.noticias .button.azul.ver-eventos:hover svg, .section-carosel.eventos .button.azul.ver-noticias:hover svg, .section-carosel.eventos .button.azul.ver-eventos:hover svg {
            transform: translateX(10px)
        }

            .section-carosel.noticias .button.azul.ver-noticias:hover svg path, .section-carosel.noticias .button.azul.ver-eventos:hover svg path, .section-carosel.eventos .button.azul.ver-noticias:hover svg path, .section-carosel.eventos .button.azul.ver-eventos:hover svg path {
                fill: #0047FF
            }

@media (max-width: 991px) {
    .section-carosel.noticias .button.azul.ver-noticias, .section-carosel.noticias .button.azul.ver-eventos, .section-carosel.eventos .button.azul.ver-noticias, .section-carosel.eventos .button.azul.ver-eventos {
        margin: 50px 0 0 0
    }
}

.section-contato {
    padding: 120px 0;
    background: #1750E5;
    background-size: cover
}

@media (max-width: 991px) {
    .section-contato {
        padding: 64px 0
    }
}

.section-contato h2, .section-contato p {
    color: #fff
}

@media (max-width: 991px) {
    .section-contato h2, .section-contato p {
        margin-bottom: 24px
    }
}

@media (max-width: 1399px) {
    .section-contato p {
        max-width: 300px
    }
}

.section-contato h2 strong {
    font-size: 48px
}

@media (max-width: 991px) {
    .section-contato h2 strong {
        font-size: 24px
    }
}

.section-contato h2 {
    font-size: 42px
}

@media (max-width: 991px) {
    .section-contato h2 {
        font-size: 22px;
        max-width: 300px
    }
}

.section-contato .button:hover {
    color: #1650e5
}

    .section-contato .button:hover svg path {
        fill: #1650e5
    }

@media (max-width: 1199px) {
    #iconLupaMobile {
        color: #8C8A97;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        border-bottom: 1px solid #F1F1F1;
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        padding: 15px 0
    }

        #iconLupaMobile svg {
            margin-right: 16px
        }
}

#formInput, #formInputMobile {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #333D70;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 500ms ease
}

@media (max-width: 1199px) {
    #formInput, #formInputMobile {
        background: transparent;
        position: relative;
        top: inherit;
        left: inherit;
        opacity: 1;
        height: auto
    }
}

#formSearch, #formSearchMobile {
    position: absolute;
    right: 50%;
    margin-right: -620px;
    transition: all 500ms ease;
    width: initial
}

@media (max-width: 1399px) {
    #formSearch, #formSearchMobile {
        margin-right: -582px
    }
}

@media (max-width: 1199px) {
    #formSearch, #formSearchMobile {
        left: 0;
        position: relative;
        margin: 0;
        top: inherit;
        right: inherit;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 24px
    }
}

#formSearch input, #formSearchMobile input {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FAFAFA;
    width: 409px;
    outline: none
}

@media (max-width: 1199px) {
    #formSearch input, #formSearchMobile input {
        width: 100%;
        padding: 13px 8px 10px 8px;
        color: #8C8A97
    }
}

#formSearch input::placeholder, #formSearchMobile input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF
}

@media (max-width: 1199px) {
    #formSearch input::placeholder, #formSearchMobile input::placeholder {
        color: #8C8A97
    }
}

#formSearch button, #formSearchMobile button {
    border: 0;
    background: transparent;
    padding: 0
}

    #formSearch button p, #formSearchMobile button p {
        color: white;
        padding: 0 32px 0 16px;
        margin: 0
    }

.opacity, .opacity-mobile {
    opacity: 1 !important
}

.page-resultados {
    padding: 120px 0 68px 0
}

    .page-resultados h1 {
        color: #354974;
        font-family: "Spartan MB";
        font-size: 46px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left;
        color: #000C4C;
        margin-bottom: 80px
    }

    .page-resultados .box-results {
        border-bottom: 1px solid #CCCEDB;
        margin-bottom: 56px
    }

        .page-resultados .box-results h2 {
            font-family: "Spartan MB";
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            color: #000C4C;
            margin-bottom: 32px
        }

        .page-resultados .box-results p {
            font-family: "Spartan MB";
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #4E4B59;
            opacity: 0.8;
            margin-bottom: 56px
        }

.page-resultados-nao-encontrado {
    padding: 120px 0 104px 0
}

    .page-resultados-nao-encontrado h1 {
        color: #354974;
        font-family: "Spartan MB";
        font-size: 46px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left;
        color: #000C4C;
        margin-bottom: 24px
    }

        .page-resultados-nao-encontrado h1 span {
            font-weight: 400
        }

    .page-resultados-nao-encontrado .box-results p {
        font-family: "Spartan MB";
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #4E4B59;
        margin-bottom: 16px
    }

.breadcrumb {
    margin-bottom: 44px
}

    .breadcrumb p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: white;
        margin: 0
    }

        .breadcrumb p.bread-atual {
            font-weight: 700
        }

    .breadcrumb span {
        margin: 0 16px
    }

        .breadcrumb span::before {
            content: '';
            background: url("../imagesNova/arrow-bread.png");
            width: 7px;
            height: 12px;
            display: block;
            background-repeat: no-repeat
        }

.header-hero .content-hero {
    padding: 33px 0 73px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%
}

    .header-hero .content-hero .container.position-relative {
        height: 100%
    }

        .header-hero .content-hero .container.position-relative .row.d-flex.align-items-center {
            height: 100%
        }

.header-hero .content-banner {
    width: 100%;
    position: absolute;
    top: 123px
}

@media (max-width: 1199px) {
    .header-hero .content-banner {
        top: 0px
    }
}

.header-hero .content-banner img {
    width: 100%;
    height: 540px;
    object-fit: cover
}

@media (max-width: 1199px) {
    .header-hero .content-banner img {
        height: 492px
    }
}

@media (max-width: 767px) {
    .header-hero .content-banner img {
        max-height: 682px;
        height: auto;
        object-position: top
    }
}

@media (max-width: 575px) {
    .header-hero .content-banner img {
        max-height: 492px;
        height: auto;
        object-position: top
    }
}

.header-hero .content h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #7CE0FF;
    margin-bottom: 16px
}

    .header-hero .content h2.white {
        color: white
    }

    .header-hero .content h2.ciano {
        color: #7CE0FF
    }

    .header-hero .content h2.bege {
        color: #ffdece
    }

.header-hero .content h3 {
    font-family: "Spartan MB";
    font-weight: 600;
    font-size: 48px;
    line-height: 54.2px;
    margin-bottom: 24px;
    color: #E8E8E8
}

    .header-hero .content h3.ceu {
        color: #B0ECFF
    }

    .header-hero .content h3.bronze {
        color: #F9DED1;
        max-width: 70%
    }

.header-hero .content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: white;
    margin-bottom: 36px;
    max-width: 675px
}

@media (max-width: 991px) {
    .header-hero .content p {
        margin-bottom: 16px
    }
}

.header-hero .content p.semibold {
    font-weight: 600
}

.header-hero .content p.ciano {
    color: #7CE0FF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 991px) {
    .header-hero .content p.ciano {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600
    }
}

.header-hero .content .button {
    color: #7CE0FF;
    border: 2px solid #7CE0FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    min-width: 255px
}

    .header-hero .content .button:hover {
        background: #7CE0FF;
        color: white
    }

@media (max-width: 575px) {
    .header-hero .content .button {
        width: 100%
    }
}

.header-just-one {
    background: #000C4C;
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    min-height: 540px
}

@media (max-width: 767px) {
    .header-just-one {
        min-height: auto;
        padding-top: 0
    }
}

.header-just-one .breadcrumb {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .header-just-one .breadcrumb {
        position: absolute;
        top: 26px
    }
}

.header-just-one .content {
    position: relative;
    z-index: 2
}

    .header-just-one .content h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #7CE0FF;
        margin-bottom: 16px
    }

        .header-just-one .content h2.white {
            color: white
        }

        .header-just-one .content h2.ciano {
            color: #7CE0FF
        }

        .header-just-one .content h2.bege {
            color: #ffdece
        }

    .header-just-one .content h3 {
        font-family: "Spartan MB";
        font-weight: 600;
        font-size: 48px;
        line-height: 54.2px;
        margin-bottom: 24px;
        color: #E8E8E8
    }

        .header-just-one .content h3.ceu {
            color: #B0ECFF
        }

        .header-just-one .content h3.bronze {
            color: #F9DED1;
            max-width: 70%
        }

    .header-just-one .content p {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: white;
        margin-bottom: 36px;
        max-width: 675px
    }

@media (max-width: 991px) {
    .header-just-one .content p {
        margin-bottom: 16px
    }
}

.header-just-one .content p.semibold {
    font-weight: 600
}

.header-just-one .content p.ciano {
    color: #7CE0FF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 991px) {
    .header-just-one .content p.ciano {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600
    }
}

.header-just-one .content .button {
    color: #7CE0FF;
    border: 2px solid #7CE0FF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    min-width: 255px
}

    .header-just-one .content .button:hover {
        background: #7CE0FF;
        color: white
    }

@media (max-width: 575px) {
    .header-just-one .content .button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .header-just-one .content h2 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 4px
    }

    .header-just-one .content h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px
    }

    .header-just-one .content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px
    }
}

.header-just-one figure {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1540px) {
    .header-just-one figure {
        right: -200px
    }
}

@media (max-width: 1399px) {
    .header-just-one figure {
        right: -350px
    }
}

@media (max-width: 1199px) {
    .header-just-one figure {
        right: -400px
    }
}

@media (max-width: 767px) {
    .header-just-one figure {
        position: relative;
        right: inherit;
        top: inherit;
        margin-bottom: 31px
    }

        .header-just-one figure img {
            width: 100%;
            height: auto
        }
}

.header-just-one.mestrado {
    padding: 32px 0 46px 0
}

@media (max-width: 1199px) {
    .header-just-one.mestrado {
        padding: 32px 0
    }
}

@media (max-width: 767px) {
    .header-just-one.mestrado {
        padding-top: 0
    }

        .header-just-one.mestrado figure {
            margin-bottom: 40px
        }
}

.header-just-one.mba .content {
    margin-top: 99px
}

@media (max-width: 991px) {
    .header-just-one.mba .content {
        margin-top: 0
    }
}

.header-just-one.mba-curso .content {
    margin-top: 113px
}

@media (max-width: 991px) {
    .header-just-one.mba-curso .content {
        margin-top: 0
    }
}

.header-just-one.edux .content {
    margin-top: 45px
}

@media (max-width: 991px) {
    .header-just-one.edux .content {
        margin-top: 0
    }
}

.header-just-one.edux-curso .content {
    margin-top: 34px
}

@media (max-width: 991px) {
    .header-just-one.edux-curso .content {
        margin-top: 0
    }
}

.header-just-one.sobre {
    min-height: 660px;
    position: relative
}

@media (max-width: 767px) {
    .header-just-one.sobre {
        min-height: auto;
        padding-bottom: 109px
    }
}

.header-just-one.sobre::before {
    content: '';
    background: url("../imagesNova/sobre/before-hero.svg") left center no-repeat;
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.header-just-one.sobre figure {
    right: inherit;
    left: 0
}

@media (max-width: 1500px) {
    .header-just-one.sobre figure {
        left: -200px
    }
}

@media (max-width: 1399px) {
    .header-just-one.sobre figure {
        left: -250px
    }
}

@media (max-width: 1199px) {
    .header-just-one.sobre figure {
        left: -360px
    }
}

@media (max-width: 767px) {
    .header-just-one.sobre figure {
        left: inherit;
        margin-bottom: 12px
    }
}

.header-just-one.sobre .content {
    margin-top: 138px
}

@media (max-width: 991px) {
    .header-just-one.sobre .content {
        margin-top: 0
    }
}

.header-just-one.sobre .content h1 {
    color: white;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .header-just-one.sobre .content h1 {
        font-size: 22px;
        margin-bottom: 16px
    }
}

.header-just-one.sobre .content h1 strong {
    display: block;
    color: #7CE0FF;
    font-size: 48px;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 991px) {
    .header-just-one.sobre .content h1 strong {
        font-size: 24px
    }
}

.header-just-one.sobre .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white;
    max-width: 355px
}

.header-one-banner {
    height: 540px
}

@media (max-width: 1199px) {
    .header-one-banner {
        height: 582px
    }

        .header-one-banner .content-banner img {
            height: 582px
        }
}

@media (max-width: 767px) {
    .header-one-banner {
        height: 782px;
        background-color: #000C4C
    }

        .header-one-banner .content-banner img {
            height: 782px
        }
}

@media (max-width: 575px) {
    .header-one-banner {
        height: 632px;
        background-color: #000C4C
    }

        .header-one-banner .content-banner img {
            max-height: 632px
        }
}

@media (max-width: 767px) {
    .header-one-banner .content {
        position: absolute;
        top: 210px;
        max-width: 320px
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .header-one-banner .content {
        top: 390px
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .header-one-banner .content {
        top: 230px
    }
}

@media (max-width: 767px) and (max-width: 400px) {
    .header-one-banner .content {
        top: 207px
    }
}

@media (max-width: 767px) {
    .header-one-banner .content h2 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 4px
    }

    .header-one-banner .content h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px
    }

    .header-one-banner .content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 1199px) {
    .header-one-banner .content-banner {
        top: 64px
    }
}

.header-no-hero {
    background: #000C4C
}

@media (max-width: 767px) {
    .header-no-hero {
        height: 331px
    }

        .header-no-hero .breadcrumb {
            margin-bottom: 14px
        }

        .header-no-hero .content-banner img {
            max-height: 331px;
            height: 331px
        }

        .header-no-hero .content {
            position: relative;
            top: inherit;
            max-width: 100%
        }

            .header-no-hero .content h2.white {
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                margin-bottom: 24px
            }

            .header-no-hero .content h3 {
                font-size: 32px;
                margin-bottom: 24px
            }

            .header-no-hero .content p.semibold {
                font-weight: 400
            }
}

.bignumbers-2 {
    background: #F5F7FA;
    padding: 26px 0
}

@media (max-width: 991px) {
    .bignumbers-2 .number {
        display: block !important
    }

    .bignumbers-2 .carousel .content {
        width: 45%
    }

    .bignumbers-2 .flickity-slider {
        left: 50% !important;
        margin-left: -200px;
        display: flex;
        align-items: center
    }

    .bignumbers-2 .flickity-enabled .carousel-cell {
        margin: 0 -60px;
        opacity: 0.7
    }

        .bignumbers-2 .flickity-enabled .carousel-cell svg {
            opacity: 0.1;
            width: 40%
        }

        .bignumbers-2 .flickity-enabled .carousel-cell .content-bignumbers {
            margin-left: 0;
            width: 210px
        }

            .bignumbers-2 .flickity-enabled .carousel-cell .content-bignumbers h3, .bignumbers-2 .flickity-enabled .carousel-cell .content-bignumbers p {
                color: #C6C5CE
            }

        .bignumbers-2 .flickity-enabled .carousel-cell.is-selected {
            opacity: 1;
            filter: none
        }

            .bignumbers-2 .flickity-enabled .carousel-cell.is-selected svg {
                opacity: 1
            }

            .bignumbers-2 .flickity-enabled .carousel-cell.is-selected .content-bignumbers h3 {
                color: #000C4C
            }

            .bignumbers-2 .flickity-enabled .carousel-cell.is-selected .content-bignumbers p {
                color: #1750E6
            }
}

@media (max-width: 767px) {
    .bignumbers-2 .carousel .content {
        width: 50%
    }

    .bignumbers-2 .flickity-slider {
        margin-left: -140px
    }

    .bignumbers-2 .flickity-enabled .carousel-cell {
        margin: 0 -50px
    }
}

@media (max-width: 485px) {
    .bignumbers-2 .flickity-slider {
        margin-left: -120px
    }

    .bignumbers-2 .flickity-enabled .carousel-cell {
        margin: 0 0
    }
}

@media (max-width: 435px) {
    .bignumbers-2 .flickity-slider {
        margin-left: -100px
    }
}

@media (max-width: 405px) {
    .bignumbers-2 .flickity-slider {
        margin-left: -90px
    }
}

@media (max-width: 395px) {
    .bignumbers-2 .flickity-slider {
        margin-left: -100px
    }
}

.bignumbers-2 .content-bignumbers {
    margin-left: 16px
}

.bignumbers-2 h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000C4C;
    margin: 0
}

.bignumbers-2 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    margin: 0
}

    .bignumbers-2 p .info-icon {
        position: relative;
        transition: all 300ms ease
    }

        .bignumbers-2 p .info-icon:hover:after {
            content: "Com mesmos direitos da modalidade acadêmica";
            display: block;
            position: absolute;
            top: -50px;
            left: 50%;
            margin-left: -400px;
            width: 450px;
            padding: 7px;
            background-color: white;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000C4C;
            font-family: "Spartan MB";
            box-shadow: 0px 0px 25px rgba(0,0,0,0.04),0px 0px 4px rgba(0,0,0,0.04)
        }

@media (max-width: 991px) {
    .bignumbers-2 p .info-icon:hover:after {
        width: 200px;
        margin-left: -172px;
        top: -60px
    }
}

.bignumbers-2 .content-bignumbers.vinho p {
    color: #920034
}

.bignumbers-2 .content-bignumbers.laranja p {
    color: #F2582F
}

    .bignumbers-2 .content-bignumbers.laranja p .info-icon:hover:after {
        content: "100% online e síncrono";
        top: -37px;
        margin-left: -200px;
        width: 190px
    }

@media (max-width: 991px) {
    .bignumbers-2 .content-bignumbers.laranja p .info-icon:hover:after {
        top: -27px
    }
}

.section-tabs {
    position: relative;
    padding-bottom: 120px
}

@media (max-width: 991px) {
    .section-tabs {
        padding-bottom: 64px
    }
}

.section-tabs h2 {
    margin-bottom: 40px
}

    .section-tabs h2 strong {
        color: #000C4C
    }

@media (max-width: 991px) {
    .section-tabs h2 {
        margin-bottom: 16px
    }
}

.section-tabs .tabs .tablink {
    width: 100%;
    border-bottom: 2px solid #E8E8E8;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 16px;
    color: #4E4B59;
    cursor: pointer
}

.section-tabs .tabs #tabSelect {
    width: 100%;
    height: 54px;
    border: 2px solid #4E4B59;
    border-radius: 4px;
    font-family: "Spartan MB";
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 0 16px;
    background: transparent;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-tabs .tabs #tabSelect {
        margin-bottom: 56px
    }
}

.section-tabs .tabs .border-blue {
    border-bottom: 4px solid #00BEFF;
    color: #000C4C
}

.section-tabs .tabs .tab-content {
    padding-top: 80px
}

@media (max-width: 991px) {
    .section-tabs .tabs .tab-content {
        padding-top: 0px
    }

        .section-tabs .tabs .tab-content .container {
            padding: 0
        }
}

.section-tabs .tabs #PerfildosEgressos {
    position: relative
}

.section-tabs .tabs h3 {
    color: #000C4C;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .section-tabs .tabs h3 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 24px
    }

        .section-tabs .tabs h3.laranja-mobile {
            color: #F2582F
        }

        .section-tabs .tabs h3 strong {
            font-size: 24px;
            line-height: 29px
        }
}

.section-tabs .tabs p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-tabs .tabs p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #4E4B59
    }
}

.section-tabs .tabs li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-tabs .tabs li {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #4E4B59
    }
}

@media (max-width: 991px) {
    .section-tabs .tabs p.first-p {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 32px;
        color: #000C4C
    }
}

@media (max-width: 991px) {
    .section-tabs .tabs p.p-solo {
        color: #000C4C
    }
}

.section-tabs .tabs p.content-menor {
    max-width: 450px
}

@media (max-width: 991px) {
    .section-tabs .tabs p.bold-mobile {
        font-weight: 600
    }
}

.section-tabs .tabs .box-title {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-title {
        margin-bottom: 0
    }
}

.section-tabs .tabs .box-atividades {
    box-shadow: 0px 0px 14px rgba(0,0,0,0.08),0px 0px 4px rgba(0,0,0,0.04);
    padding: 24px 24px 44px 24px;
    margin-bottom: 64px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-atividades {
        padding: 16px 16px 33px 16px;
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-atividades .col-12.col-md-5:first-child h4 {
        margin-top: 0
    }
}

.section-tabs .tabs .box-atividades h4 {
    font-size: 24px;
    line-height: 28px;
    color: #000C4C;
    margin-bottom: 42px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-atividades h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 72px 0 38px 0
    }
}

.section-tabs .tabs .box-atividades ul {
    margin: 0;
    padding: 0
}

    .section-tabs .tabs .box-atividades ul li {
        margin-bottom: 58px;
        list-style: decimal;
        position: relative;
        margin-left: 41px
    }

        .section-tabs .tabs .box-atividades ul li:last-child {
            margin-bottom: 0
        }

        .section-tabs .tabs .box-atividades ul li::marker {
            content: counter(list-item) "  ";
            font-family: "Spartan MB";
            font-weight: 700;
            font-size: 20px;
            line-height: 3px;
            color: #0047FF
        }

        .section-tabs .tabs .box-atividades ul li::before {
            content: '';
            width: 48px;
            height: 48px;
            display: block;
            border: 1px solid #0047FF;
            position: absolute;
            top: -14px;
            left: -40px
        }

        .section-tabs .tabs .box-atividades ul li p {
            font-size: 16px;
            line-height: 22px;
            position: absolute;
            top: -10px;
            left: 35px;
            max-width: 320px
        }

@media (max-width: 991px) {
    .section-tabs .tabs .box-atividades ul li p {
        font-size: 16px;
        line-height: 21px;
        color: #000C4C;
        left: 26px
    }
}

.section-tabs .tabs figure {
    margin: 64px 0
}

@media (max-width: 991px) {
    .section-tabs .tabs figure {
        margin: 0 0 40px 0
    }
}

.section-tabs .tabs figure img {
    width: 100%;
    height: auto
}

.section-tabs .tabs .box-disciplinas {
    margin: 64px 0
}

@media (max-width: 767px) {
    .section-tabs .tabs .box-disciplinas {
        margin: 40px 0
    }
}

.section-tabs .tabs .box-disciplinas .box-hard, .section-tabs .tabs .box-disciplinas .box-soft {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 32px;
    padding-bottom: 32px
}

.section-tabs .tabs .box-disciplinas h4 {
    color: #000C4C;
    font-family: "Spartan MB";
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .section-tabs .tabs .box-disciplinas h4 {
        font-size: 22px
    }
}

.section-tabs .tabs .box-disciplinas h5 {
    color: #0047FF;
    font-family: "Spartan MB";
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .section-tabs .tabs .box-disciplinas h5 {
        font-size: 20px
    }
}

.section-tabs .tabs .box-disciplinas h6 {
    color: #000C4C;
    font-family: "Spartan MB";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .section-tabs .tabs .box-disciplinas h6 {
        font-size: 16px
    }
}

.section-tabs .tabs .box-disciplinas ul li {
    padding: 0
}

    .section-tabs .tabs .box-disciplinas ul li p {
        color: #4E4B59;
        font-family: "Spartan MB";
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 0
    }

.section-tabs .tabs .box-disciplinas .box-infos {
    display: flex
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-disciplinas .box-infos {
        display: block
    }
}

.section-tabs .tabs .box-disciplinas .box-infos .left {
    width: 31%
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-disciplinas .box-infos .left {
        width: 100%
    }
}

.section-tabs .tabs .box-table-estrutura {
    margin-bottom: 64px;
    overflow: hidden
}

@media (max-width: 767px) {
    .section-tabs .tabs .box-table-estrutura {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-table-estrutura p {
        color: #000C4C;
        margin-bottom: 24px
    }
}

.section-tabs .tabs .box-table-estrutura table {
    text-align: center
}

    .section-tabs .tabs .box-table-estrutura table thead {
        background: #f1f1f1
    }

        .section-tabs .tabs .box-table-estrutura table thead th {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #4E4B59;
            width: 192px;
            height: 46px
        }

            .section-tabs .tabs .box-table-estrutura table thead th:first-child {
                width: 271px
            }

    .section-tabs .tabs .box-table-estrutura table td {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4E4B59;
        width: 192px;
        height: 46px;
        border-bottom: 1px solid #f1f1f1;
        text-align: left
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-table-estrutura table td {
        font-size: 14px;
        line-height: 20px
    }
}

.section-tabs .tabs .box-table-estrutura table tbody td:first-child {
    width: 271px
}

.section-tabs .tabs .box-table-estrutura table tfoot {
    background: #f1f1f1
}

    .section-tabs .tabs .box-table-estrutura table tfoot td:first-child {
        width: 271px
    }

.section-tabs .tabs .box-parcerias-nomes h4 {
    font-size: 24px;
    line-height: 34px;
    color: #000C4C;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-parcerias-nomes h4 {
        font-size: 20px
    }
}

.section-tabs .tabs .box-parcerias-nomes p.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000C4C
}

.section-tabs .tabs .box-parcerias-nomes ul {
    border-left: 1px solid #C6C5CE;
    margin-bottom: 72px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-parcerias-nomes ul {
        border-left: none;
        border-top: 1px solid #C6C5CE;
        margin-bottom: 40px;
        padding: 16px 0 0 0
    }
}

.section-tabs .tabs .box-parcerias-nomes ul li {
    list-style: none
}

    .section-tabs .tabs .box-parcerias-nomes ul li p {
        font-size: 16px;
        line-height: 22px;
        color: #706D7A;
        margin-bottom: 16px;
        max-width: 300px
    }

        .section-tabs .tabs .box-parcerias-nomes ul li p.marinho {
            font-weight: 700;
            color: #000C4C
        }

.section-tabs .tabs .box-contato {
    border: 1px solid #E8E8E8;
    padding: 40px;
    max-width: 520px;
    margin: 0 auto 60px auto;
    position: relative;
    text-align: center
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-contato {
        padding: 24px
    }
}

.section-tabs .tabs .box-contato::after {
    content: '';
    width: 332px;
    height: 6px;
    background: #000C4C;
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -170px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-contato::after {
        width: 160px;
        margin-right: -80px
    }
}

.section-tabs .tabs .box-contato p {
    text-align: center;
    color: #4E4B59
}

.section-tabs .tabs .box-contato a {
    color: #0047FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border: 0;
    padding: 0
}

    .section-tabs .tabs .box-contato a:hover {
        color: white
    }

.section-tabs .tabs .button-no-border {
    color: #0047FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 32px
}

.section-tabs .tabs .box-content-curricular {
    background: #F6F6F6;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.04),0px 0px 4px rgba(0,0,0,0.04);
    padding: 32px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-content-curricular {
        padding: 24px
    }
}

.section-tabs .tabs .box-content-curricular h4 {
    font-family: "Spartan MB";
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000C4C;
    position: relative;
    margin-bottom: 0;
    padding-left: 32px;
    display: flex;
    align-items: center
}

    .section-tabs .tabs .box-content-curricular h4 svg {
        position: absolute;
        left: 0
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-content-curricular h4 {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-content-curricular .duracao-infos {
        margin-top: 24px
    }
}

.section-tabs .tabs .box-content-curricular p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4E4B59;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-content-curricular p {
        font-size: 14px;
        line-height: 24px
    }
}

.section-tabs .tabs .box-content-curricular p strong {
    font-weight: 700;
    color: #000C4C
}

.section-tabs .tabs .box-content-curricular p.minima, .section-tabs .tabs .box-content-curricular p.media {
    position: relative;
    padding-top: 10px
}

    .section-tabs .tabs .box-content-curricular p.minima::before, .section-tabs .tabs .box-content-curricular p.media::before {
        content: '';
        font-family: "Spartan MB";
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #4E4B59;
        position: absolute;
        top: -13px;
        left: 0
    }

.section-tabs .tabs .box-content-curricular p.minima {
    margin-right: 30px
}

    .section-tabs .tabs .box-content-curricular p.minima::before {
        content: 'Mínima'
    }

.section-tabs .tabs .box-content-curricular p.media::before {
    content: 'Mínima'
}

.section-tabs .tabs .box-content-curricular .duracao {
    margin-bottom: 32px
}

    .section-tabs .tabs .box-content-curricular .duracao h4 {
        margin-right: 84px
    }

.section-tabs .tabs .box-content-curricular .prazo {
    margin-bottom: 32px
}

    .section-tabs .tabs .box-content-curricular .prazo h4 {
        margin-right: 35px
    }

.section-tabs .tabs .box-content-curricular .endereco {
    margin-bottom: 32px
}

    .section-tabs .tabs .box-content-curricular .endereco h4 {
        margin-right: 35px
    }

        .section-tabs .tabs .box-content-curricular .endereco h4::before {
            background: url("../imagesNova/icon-endereco-azul.svg") center no-repeat
        }

.section-tabs .tabs .box-content-curricular .modalidade h4 {
    margin-right: 55px
}

.section-tabs .tabs .box-egressos {
    position: relative
}

    .section-tabs .tabs .box-egressos .carousel {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        overflow: visible;
        position: relative
    }

        .section-tabs .tabs .box-egressos .carousel .cell {
            width: calc(78% - 8px);
            margin-right: 16px;
            padding: 0 0 1rem 0
        }

        .section-tabs .tabs .box-egressos .carousel .flickity-viewport {
            width: 100%;
            height: 400px !important;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .section-tabs .tabs .box-egressos .carousel:after {
            content: 'flickity';
            display: none
        }

        .section-tabs .tabs .box-egressos .carousel .carousel-cell {
            width: 247px;
            margin-right: 15px;
            display: flex;
            justify-content: center
        }

    .section-tabs .tabs .box-egressos .flickity-button {
        display: none
    }

    .section-tabs .tabs .box-egressos ol.flickity-page-dots {
        position: absolute;
        top: 50%;
        left: calc(50% + 580px);
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        width: 100%;
        max-width: 12px;
        margin: 0 auto
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-egressos ol.flickity-page-dots {
        top: initial;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        max-width: fit-content
    }
}

.section-tabs .tabs .box-egressos ol.flickity-page-dots li.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #000C4C;
    background: transparent;
    transition: all .3s ease;
    margin: .25rem 0;
    opacity: .75
}

    .section-tabs .tabs .box-egressos ol.flickity-page-dots li.dot.is-selected {
        background: #000C4C;
        opacity: 1
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-egressos ol.flickity-page-dots li.dot {
        background: #7496EF;
        border: none;
        margin: 0 .25rem;
        width: 8px;
        height: 8px
    }

        .section-tabs .tabs .box-egressos ol.flickity-page-dots li.dot.is-selected {
            width: 24px;
            background: #1750E5
        }
}

.section-tabs .tabs .box-egressos p.content-menor {
    max-width: 400px
}

.section-tabs .tabs .box-egressos .box-card-egressos {
    box-shadow: 0px 0px 14px rgba(0,0,0,0.08),0px 0px 4px rgba(0,0,0,0.04);
    padding: 32px;
    width: 300px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-egressos .box-card-egressos {
        width: 100%;
        height: 318px;
        padding: 24px;
        position: relative
    }
}

.section-tabs .tabs .box-egressos .box-card-egressos img {
    width: 96px;
    height: 96px;
    border-radius: 80px;
    display: block;
    margin: 0 auto 24px auto
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-egressos .box-card-egressos img {
        width: 64px;
        height: 64px
    }
}

.section-tabs .tabs .box-egressos .box-card-egressos h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000C4C;
    margin-bottom: 16px;
    text-align: center
}

.section-tabs .tabs .box-egressos .box-card-egressos p {
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-egressos .box-card-egressos p {
        font-size: 14px;
        line-height: 21px;
        min-height: 40px
    }
}

.section-tabs .tabs .box-egressos .box-card-egressos a.button {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 56px
}

.section-tabs .tabs .box-ementas {
    list-style: none;
    margin: 0;
    padding: 0
}

    .section-tabs .tabs .box-ementas:first-child {
        border-right: 2px solid #ACABB7;
        margin-right: 19px
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-ementas:first-child {
        border: 0;
        margin: 0
    }
}

.section-tabs .tabs .box-ementas li {
    margin-bottom: 24px;
    max-width: 269px
}

    .section-tabs .tabs .box-ementas li:nth-child(even) {
        margin-bottom: 0
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-ementas li:nth-child(even) {
        border-bottom: 1px solid #E8E8E8 !important;
        padding-bottom: 19px !important;
        margin-bottom: 19px
    }
}

.section-tabs .tabs .box-ementas li:nth-child(even) p {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-ementas li {
        max-width: 100%
    }
}

.section-tabs .tabs .box-ementas li p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-ementas li p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs .tabs .box-ementas li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    display: flex
}

    .section-tabs .tabs .box-ementas li a::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-download-blue.svg") center no-repeat;
        margin-left: 8px
    }

.section-tabs .tabs .box-ementas li h4 {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #1750E6;
    margin-bottom: 8px
}

.section-tabs .tabs #ProcessoSeletivo {
    max-width: 100%;
    margin: 0 auto
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .row {
        flex-direction: row
    }

        .section-tabs .tabs .box-processo-seletivo .row .col-12:nth-child(1) {
            order: 0
        }

        .section-tabs .tabs .box-processo-seletivo .row .col-12:nth-child(2) {
            order: 2
        }

        .section-tabs .tabs .box-processo-seletivo .row .col-12:nth-child(3) {
            order: 1
        }

        .section-tabs .tabs .box-processo-seletivo .row .col-12:nth-child(4) {
            order: 4
        }

        .section-tabs .tabs .box-processo-seletivo .row .col-12:nth-child(5) {
            order: 6
        }
}

.section-tabs .tabs .box-processo-seletivo span.line {
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    display: block;
    margin: 56px 0
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo span.line {
        margin: 32px 0
    }
}

.section-tabs .tabs .box-processo-seletivo .box-buttons {
    display: flex;
    align-items: center;
    justify-content: end
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-buttons {
        display: block
    }
}

.section-tabs .tabs .box-processo-seletivo .box-buttons .button.azul {
    padding: 1rem
}

.section-tabs .tabs .box-processo-seletivo .box-buttons a.ver-edital, .section-tabs .tabs .box-processo-seletivo .box-buttons a.baixar-edital {
    color: #000C4C;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    margin-right: 24px
}

    .section-tabs .tabs .box-processo-seletivo .box-buttons a.ver-edital::after, .section-tabs .tabs .box-processo-seletivo .box-buttons a.baixar-edital::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url(../imagesNova/icon-ver-edital-marinho.svg) center center no-repeat;
        margin-left: 8px
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-buttons a.ver-edital, .section-tabs .tabs .box-processo-seletivo .box-buttons a.baixar-edital {
        justify-content: center;
        margin: 0 0 32px 0
    }
}

.section-tabs .tabs .box-processo-seletivo .box-buttons a.baixar-edital::after {
    background: url(../imagesNova/icon-download-marinho.svg) center center no-repeat
}

.section-tabs .tabs .box-processo-seletivo .box-infos-edital {
    margin-top: 56px
}

    .section-tabs .tabs .box-processo-seletivo .box-infos-edital h5 {
        color: #33303E;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 40px
    }

    .section-tabs .tabs .box-processo-seletivo .box-infos-edital ul {
        list-style: auto
    }

        .section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li p {
            color: #4E4B59;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 0
        }

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li ul {
    list-style: lower-alpha
}

    .section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li ul li {
        display: flex;
        justify-content: space-between
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li ul li {
        display: block
    }
}

.section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li span {
    color: #4E4B59;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li span {
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li strong {
    font-weight: 700
}

.section-tabs .tabs .box-processo-seletivo .box-infos-edital ul li a {
    color: #4E4B59
}

.section-tabs .tabs .box-processo-seletivo .box-especial .box-infos {
    background: #F6F6F6;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.04),0px 0px 25px 0px rgba(0,0,0,0.04);
    padding: 32px;
    margin-top: 90px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-especial .box-infos {
        padding: 16px;
        margin-top: 48px
    }
}

.section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px
}

    .section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-phone h3 {
        color: #000C4C;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin: 0;
        display: flex
    }

        .section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-phone h3:before {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            background: url(../imagesNova/icon-phone-azul.svg) center center no-repeat;
            margin-right: 8px
        }

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-phone h3 {
        font-size: 16px;
        line-height: 24px
    }
}

.section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-phone a {
    color: #4E4B59;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-phone a {
        font-size: 14px;
        line-height: 24px
    }
}

.section-tabs .tabs .box-processo-seletivo .box-especial .box-infos .box-buttons {
    justify-content: space-between
}

.section-tabs .tabs .box-processo-seletivo img.content-number {
    width: 76px;
    height: 72px;
    display: block;
    margin-right: 30px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo img.content-number {
        margin-right: 16px
    }
}

.section-tabs .tabs .box-processo-seletivo .content-text-seletivo {
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .content-text-seletivo {
        margin-bottom: 0
    }
}

.section-tabs .tabs .box-processo-seletivo .content-text-seletivo h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
    color: #000C4C
}

.section-tabs .tabs .box-processo-seletivo .content-text-seletivo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-processo-seletivo .content-text-seletivo p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 24px
    }
}

.section-tabs .tabs .box-button {
    align-items: center
}

    .section-tabs .tabs .box-button a.button {
        width: 285px;
        margin-right: 54px
    }

    .section-tabs .tabs .box-button a.marinho {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #000C4C;
        display: flex
    }

        .section-tabs .tabs .box-button a.marinho::after {
            content: '';
            background: url("../imagesNova/icon-ver-edital-marinho.svg") left center no-repeat;
            width: 19px;
            height: 16px;
            display: block;
            margin-left: 10px;
            transition: all .3s ease
        }

        .section-tabs .tabs .box-button a.marinho:hover:after {
            transform: translateX(10px)
        }

.section-tabs .tabs .button.vinho {
    color: #920034;
    border: 2px solid #920034;
    padding: 1rem 4.5rem
}

    .section-tabs .tabs .button.vinho:hover {
        color: white;
        background: #920034
    }

.section-tabs .tabs .button.laranja {
    width: 267px
}

.section-tabs .tabs .box-duvida {
    margin-top: 80px
}

    .section-tabs .tabs .box-duvida h4 {
        font-family: "Spartan MB";
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        color: #000C4C;
        margin-bottom: 24px
    }

    .section-tabs .tabs .box-duvida p {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #000C4C;
        margin-right: 30px;
        max-width: 616px;
        margin-bottom: 0
    }

        .section-tabs .tabs .box-duvida p strong {
            color: #000C4C;
            font-weight: 600
        }

    .section-tabs .tabs .box-duvida .button.vinho {
        padding: 1rem 1.4rem
    }

    .section-tabs .tabs .box-duvida a.button-no-border {
        color: #0047FF;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-top: 30px;
        display: block
    }

.section-tabs .tabs .matriz-box1 h4 {
    font-family: "Spartan MB";
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    color: #000C4C;
    margin-bottom: 8px;
    letter-spacing: 3px
}

.section-tabs .tabs .matriz-box1 .tags {
    margin-bottom: 24px
}

    .section-tabs .tabs .matriz-box1 .tags span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        display: flex;
        align-items: center
    }

        .section-tabs .tabs .matriz-box1 .tags span:nth-child(2) {
            margin-left: 8px
        }

@media (max-width: 767px) {
    .section-tabs .tabs .matriz-box1 .tags span {
        font-size: 12px;
        line-height: 14px;
        padding: 8px
    }
}

.section-tabs .tabs .matriz-box1 .tags .flex {
    background-color: #F2582F
}

.section-tabs .tabs .matriz-box1 .tags .ead {
    background-color: #000C4C
}

.section-tabs .tabs .matriz-box1 .tags .presencial {
    background-color: #1750E5
}

.section-tabs .tabs .matriz-box2 {
    background: #F6F6F6;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.04),0px 0px 4px rgba(0,0,0,0.04);
    padding: 32px;
    width: 560px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .section-tabs .tabs .matriz-box2 {
        width: 100%
    }
}

.section-tabs .tabs .matriz-box2 .content-info {
    margin-bottom: 32px
}

    .section-tabs .tabs .matriz-box2 .content-info:first-child .p-img {
        margin-right: 40px
    }

    .section-tabs .tabs .matriz-box2 .content-info:last-child {
        margin-bottom: 0
    }

        .section-tabs .tabs .matriz-box2 .content-info:last-child .p-img {
            margin-right: 91px
        }

.section-tabs .tabs .matriz-box2 p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #4E4B59;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-tabs .tabs .matriz-box2 p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs .tabs .matriz-box2 .p-img {
    color: #000C4C;
    font-weight: 600
}

@media (max-width: 991px) {
    .section-tabs .tabs .matriz-box2 .p-img {
        font-weight: 700
    }
}

.section-tabs .tabs .matriz-box2 .p-img img {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.section-tabs .tabs .matriz-box3 {
    width: 560px;
    margin-bottom: 26px
}

@media (max-width: 1199px) {
    .section-tabs .tabs .matriz-box3 {
        width: 100%
    }
}

.section-tabs .tabs .matriz-box3 .content-info {
    justify-content: space-between;
    align-items: center;
    border: 1px solid #F6F6F6;
    padding: 15px 16px
}

    .section-tabs .tabs .matriz-box3 .content-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4E4B59;
        margin-bottom: 0
    }

        .section-tabs .tabs .matriz-box3 .content-info p:first-child {
            max-width: 256px
        }

@media (max-width: 991px) {
    .section-tabs .tabs .matriz-box3 .content-info p {
        font-weight: 500
    }

        .section-tabs .tabs .matriz-box3 .content-info p:last-child {
            font-weight: 400
        }
}

.section-tabs .tabs .box-semestre {
    background: #F6F6F6;
    padding: 24px;
    margin-bottom: 24px
}

    .section-tabs .tabs .box-semestre h5.title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 24px
    }

@media (max-width: 991px) {
    .section-tabs .tabs .box-semestre h5.title {
        font-size: 20px;
        line-height: 24px
    }
}

.section-tabs .tabs .box-semestre ul.content-list {
    margin-bottom: 24px
}

    .section-tabs .tabs .box-semestre ul.content-list li {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4E4B59
    }

.section-tabs .tabs .box-semestre .box-footer {
    padding: 32px;
    text-align: center
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-semestre .box-footer {
        padding: 24px 19px
    }
}

.section-tabs .tabs .box-semestre .box-footer h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-bottom: 16px
}

.section-tabs .tabs .box-semestre .box-footer .box-infos {
    justify-content: center;
    max-width: 440px;
    margin: 0 auto
}

    .section-tabs .tabs .box-semestre .box-footer .box-infos p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: white;
        margin: 0 16px 0 0
    }

        .section-tabs .tabs .box-semestre .box-footer .box-infos p img {
            margin-right: 8px
        }

        .section-tabs .tabs .box-semestre .box-footer .box-infos p:first-child {
            max-width: 310px
        }

@media (max-width: 991px) {
    .section-tabs .tabs .box-semestre .box-footer .box-infos p:first-child {
        max-width: 100%
    }
}

.section-tabs .tabs .box-semestre .box-footer .box-infos p:last-child {
    margin: 0
}

@media (max-width: 991px) {
    .section-tabs .tabs .box-semestre .box-footer .box-infos p {
        margin: 0 0 11px 0;
        text-align: center
    }
}

.section-tabs .tabs .box-semestre.laranja h5.title {
    color: #F2582F
}

.section-tabs .tabs .box-semestre.laranja .box-footer {
    background: #F2582F
}

.section-tabs .tabs .box-semestre.blue h5.title {
    color: #1750E5
}

.section-tabs .tabs .box-semestre.blue .box-footer {
    background: #1750E5
}

.section-tabs .tabs .box-semestre.vinho h5.title {
    color: #920034
}

.section-tabs .tabs .box-semestre.vinho .box-footer {
    background: #920034
}

.section-tabs .tabs .box-semestre.marinho h5.title {
    color: #000C4C
}

.section-tabs .tabs .box-semestre.marinho .box-footer {
    background: #000C4C
}

.section-tabs-interno-gradu::after {
    display: none
}

.section-tabs-interno-gradu .tabs .rolagem {
    overflow-y: scroll;
    height: 100vh
}

@media (max-width: 991px) {
    .section-tabs-interno-gradu .tabs .rolagem {
        overflow-y: hidden;
        height: auto
    }
}

.section-tabs-interno-gradu .tabs #MatrizCurricular .row {
    position: relative
}

@media (max-width: 991px) {
    .section-tabs-interno-gradu .tabs .box-ementas li {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 19px;
        margin-bottom: 19px
    }

        .section-tabs-interno-gradu .tabs .box-ementas li:last-child {
            border-bottom: 0;
            padding-bottom: 0
        }
}

.section-tabs-interno-gradu .tabs .box-ementas li h4 {
    color: #000C4C
}

@media (max-width: 991px) {
    .section-tabs-interno-gradu .tabs .box-button {
        flex-direction: column
    }

        .section-tabs-interno-gradu .tabs .box-button a.button {
            margin: 0 0 32px 0;
            width: 100%
        }

    .section-tabs-interno-gradu .tabs .button.azul {
        margin-bottom: 32px
    }

    .section-tabs-interno-gradu .tabs .box-duvida .button.azul {
        margin-top: 30px
    }

    .section-tabs-interno-gradu .tabs .matriz-box1 h4 {
        font-size: 22px;
        line-height: normal;
        letter-spacing: normal
    }

    .section-tabs-interno-gradu .tabs .matriz-box1 .tags span {
        font-size: 14px;
        line-height: 24px
    }

    .section-tabs-interno-gradu .tabs .matriz-box2 {
        padding: 24px
    }

        .section-tabs-interno-gradu .tabs .matriz-box2 .p-img {
            margin-bottom: 8px
        }

    .section-tabs-interno-gradu .tabs .matriz-box3 .content-info {
        height: auto;
        padding: 16px
    }

        .section-tabs-interno-gradu .tabs .matriz-box3 .content-info p:first-child {
            margin-bottom: 8px
        }
}

.section-tabs-edux::after {
    display: none
}

.section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single h4, .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single p {
    margin-bottom: 32px
}

    .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single h4:last-child, .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single p:last-child {
        margin-bottom: 0
    }

.section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single p {
    color: #706D7A;
    line-height: 26px;
    width: 53%
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single p {
        width: 100%;
        color: #4E4B59;
        font-weight: 400
    }
}

.section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left {
    margin-right: 40px;
    width: 100%
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left {
        margin-right: 0
    }
}

.section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left h4 {
    width: 45%
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left h4 {
        width: 100%;
        font-weight: 700;
        margin-bottom: 8px
    }

        .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left h4 br {
            display: none
        }
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left .box {
        margin-bottom: 32px
    }

        .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left .box:last-child {
            margin-bottom: 0
        }
}

.section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left .box:nth-child(1) p {
    font-weight: 600;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left .box:nth-child(1) p {
        margin-bottom: 32px;
        color: #4E4B59;
        font-weight: 400
    }

        .section-tabs-edux .tabs .box-content-curricular.periodo .box-content-curricular-single.left .box:nth-child(1) p:last-child {
            margin-bottom: 0
        }
}

.section-tabs-edux .tabs .box-calendar-aula {
    width: 280px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .section-tabs-edux .tabs .box-calendar-aula {
        width: 100%
    }
}

.section-tabs-edux .tabs .box-calendar-aula p {
    color: #706D7A;
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 0 0
}

    .section-tabs-edux .tabs .box-calendar-aula p strong {
        color: #1750E5
    }

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar {
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    max-width: 260px;
    padding: 16px
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar {
        margin: 20px auto 0 auto
    }
}

@media (max-width: 767px) {
    .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar {
        max-width: 100%
    }
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-header-toolbar button {
    border: 0;
    background: transparent;
    box-shadow: none
}

    .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-header-toolbar button .fc-icon-right-single-arrow {
        width: 24px;
        height: 24px;
        top: 3px
    }

        .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-header-toolbar button .fc-icon-right-single-arrow:after {
            content: "";
            display: block;
            width: 24px;
            height: 24px;
            background: url("../imagesNova/mestrado/arrow-right-calendar.svg") left center no-repeat
        }

    .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-header-toolbar button .fc-icon-left-single-arrow {
        width: 24px;
        height: 24px;
        top: 3px
    }

        .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-header-toolbar button .fc-icon-left-single-arrow:after {
            content: "";
            display: block;
            width: 24px;
            height: 24px;
            background: url("../imagesNova/mestrado/arrow-left-calendar.svg") left center no-repeat
        }

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-header-toolbar .fc-center h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000C4C;
    padding: 10px 0
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container table td, .section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container th {
    border: 0
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-head span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000C4C;
    padding: 0 21px
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-body tbody td {
    background: transparent
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-body .fc-widget-content .fc-scroller {
    overflow: inherit !important;
    height: auto !important
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-body .fc-day-top span {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #4E4B59;
    text-align: center
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-body .fc-day-top.has-event span {
    font-weight: 600;
    color: #1750E5
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-body tbody a.fc-day-grid-event {
    background: transparent;
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 38px;
    height: 29px;
    border: 0;
    margin: 0;
    padding: 0
}

.section-tabs-edux .tabs .box-calendar-aula .section-calendar-edux #calendar .fc-view-container .fc-body .fc-row.fc-week.fc-widget-content {
    min-height: auto;
    padding: 7px 0
}

.section-tabs-edux .tabs .box-card-investimento {
    width: 410px;
    height: auto;
    background: white;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.04),0px 0px 25px 0px rgba(0,0,0,0.04);
    padding: 32px 24px;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-card-investimento {
        width: 100%
    }
}

.section-tabs-edux .tabs .box-card-investimento .tags {
    margin-bottom: 32px;
    display: inline-block
}

    .section-tabs-edux .tabs .box-card-investimento .tags span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        background: #000C4C
    }

.section-tabs-edux .tabs .box-card-investimento .price {
    margin-bottom: 8px
}

    .section-tabs-edux .tabs .box-card-investimento .price p {
        margin-bottom: 0;
        font-size: 34px;
        font-weight: 600;
        line-height: 41px;
        color: #000C4C
    }

        .section-tabs-edux .tabs .box-card-investimento .price p span {
            font-size: 16px;
            font-weight: 600;
            line-height: 20.8px
        }

.section-tabs-edux .tabs .box-card-investimento .cartao {
    margin-bottom: 32px
}

    .section-tabs-edux .tabs .box-card-investimento .cartao p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

.section-tabs-edux .tabs .box-card-investimento .pagamento {
    margin-bottom: 34px
}

    .section-tabs-edux .tabs .box-card-investimento .pagamento h4 {
        margin-bottom: 18px;
        font-size: 18px;
        font-family: "Spartan MB";
        font-weight: 600;
        line-height: 27px;
        color: #000C4C
    }

    .section-tabs-edux .tabs .box-card-investimento .pagamento p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #000C4C;
        margin-bottom: 13px
    }

        .section-tabs-edux .tabs .box-card-investimento .pagamento p svg {
            margin-right: 8px
        }

        .section-tabs-edux .tabs .box-card-investimento .pagamento p:last-child {
            margin-bottom: 0
        }

.section-tabs-edux .tabs .box-card-investimento .button.laranja {
    width: 100%
}

.section-tabs-edux .tabs .box-company h5 {
    font-family: "Spartan MB";
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #000C4C
}

.section-tabs-edux .tabs .box-company .button.vinho {
    padding: 1rem 3.3rem
}

.section-tabs-edux .tabs .box-company p.direito {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #706D7A;
    margin-top: 48px;
    position: absolute;
    bottom: 10px
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-company p.direito {
        bottom: -45px
    }
}

.section-tabs-edux .tabs .box-company p strong {
    color: #000C4C
}

.section-tabs-edux .tabs .box-descontos {
    background: #FAFAFA;
    padding: 24px;
    margin-bottom: 40px;
    width: 514px
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-descontos {
        width: 100%
    }
}

.section-tabs-edux .tabs .box-descontos h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
    color: #1750E5;
    font-weight: 700
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-descontos h4 {
        font-size: 20px
    }
}

.section-tabs-edux .tabs .box-descontos .box-content h5 {
    font-family: "Spartan MB";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
    color: #000C4C;
    min-width: 208px
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-descontos .box-content h5 {
        min-width: 100%;
        font-size: 16px;
        margin-bottom: 8px
    }
}

.section-tabs-edux .tabs .box-descontos .box-content h5:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section-tabs-edux .tabs .box-descontos .box-content .content-mobile {
        display: flex
    }
}

.section-tabs-edux .tabs .box-descontos .box-content .content-mobile {
    display: flex
}

.section-tabs-edux .tabs .box-descontos .box-content span:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/arrow-right-blue.svg") left center no-repeat;
    margin: 0 16px 24px 18px
}

@media (max-width: 767px) {
    .section-tabs-edux .tabs .box-descontos .box-content span:before {
        margin-left: 0
    }
}

.section-tabs-edux .tabs .box-descontos .box-content span:last-child {
    margin-bottom: 0
}

.section-tabs-edux .tabs .box-descontos .box-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-tabs-edux .tabs .box-descontos .box-content p {
        font-size: 16px
    }
}

.section-tabs-edux .tabs .box-descontos .box-content p:last-child {
    margin-bottom: 0
}

.section-tabs-edux .tabs .box-descontos p.bottom {
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #706D7A
}

.section-tabs-edux .tabs .box-profissionais p {
    font-size: 16px;
    line-height: 24px;
    color: #706D7A
}

    .section-tabs-edux .tabs .box-profissionais p a {
        color: #1750E5;
        text-decoration: underline;
        font-weight: 600
    }

.section-tabs-edux .tabs .box-certificado p {
    color: #706D7A
}

.section-tabs-edux .tabs .box-certificado-img {
    text-align: center
}

    .section-tabs-edux .tabs .box-certificado-img h4 {
        font-family: "Spartan MB";
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: black;
        text-align: center
    }

    .section-tabs-edux .tabs .box-certificado-img figure {
        margin: 16px 0
    }

        .section-tabs-edux .tabs .box-certificado-img figure img {
            width: 387px;
            height: 228px
        }

.section-tabs.section-tabs-vertical {
    padding: 56px 0 120px 0;
    background: white
}

    .section-tabs.section-tabs-vertical .sticky {
        height: fit-content;
        position: sticky;
        top: 70px
    }

    .section-tabs.section-tabs-vertical p {
        color: #4E4B59
    }

        .section-tabs.section-tabs-vertical p.p-menor {
            max-width: 650px
        }

    .section-tabs.section-tabs-vertical ul li p {
        color: #000C4C
    }

    .section-tabs.section-tabs-vertical:after {
        display: none
    }

    .section-tabs.section-tabs-vertical a.link-download {
        width: 226px
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical a.link-download {
        width: 100%
    }
}

.section-tabs.section-tabs-vertical .tablink {
    border-bottom: 0;
    border-right: 2px solid #E8E8E8;
    padding: 16px 0;
    text-align: left
}

    .section-tabs.section-tabs-vertical .tablink span {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px
    }

.section-tabs.section-tabs-vertical .border-blue {
    border-bottom: 0;
    border-right: 4px solid #00BEFF;
    color: #4E4B59
}

.section-tabs.section-tabs-vertical .tab-content {
    padding-top: 0
}

    .section-tabs.section-tabs-vertical .tab-content .container {
        padding-right: 0
    }

.section-tabs.section-tabs-vertical .box-etapas ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-etapas ul {
        display: block
    }
}

.section-tabs.section-tabs-vertical .box-etapas ul li {
    display: flex;
    align-items: center
}

    .section-tabs.section-tabs-vertical .box-etapas ul li:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url("../imagesNova/arrow-right-neutro.svg") left center no-repeat;
        margin: 0 13px
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-etapas ul li:before {
        display: none
    }
}

.section-tabs.section-tabs-vertical .box-etapas ul li:first-child:before {
    display: none
}

.section-tabs.section-tabs-vertical .box-etapas ul li p {
    border: 1px solid #000C4C;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 13px;
    text-align: center
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-etapas ul li p {
        font-size: 18px;
        line-height: 27px;
        border: 0;
        border-left: 1px solid #000C4C;
        color: #000C4C;
        margin-bottom: 8px
    }
}

.section-tabs.section-tabs-vertical .box-etapas ul li p svg {
    margin-right: 10px
}

.section-tabs.section-tabs-vertical .box-button.box-button-mba-curso {
    justify-content: end;
    margin-top: 56px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-button.box-button-mba-curso {
        margin-top: 20px
    }
}

.section-tabs.section-tabs-vertical .box-button.box-button-mba-curso a.marinho {
    margin-right: 56px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-button.box-button-mba-curso a.marinho {
        justify-content: center;
        padding: 16px;
        margin-right: 0
    }
}

.section-tabs.section-tabs-vertical .box-button.box-button-mba-curso a.button {
    margin-right: 0
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-button.box-button-mba-curso a.button {
        margin: 0 auto
    }
}

.section-tabs.section-tabs-vertical .box-processo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

    .section-tabs.section-tabs-vertical .box-processo ul li p {
        display: -webkit-box;
        -webkit-box-align: center;
        margin-bottom: 16px
    }

        .section-tabs.section-tabs-vertical .box-processo ul li p:before {
            content: "";
            display: block;
            width: 24px;
            height: 20px;
            background: url("../imagesNova/arrow-right-blue.svg") left center no-repeat;
            margin-right: 8px
        }

.section-tabs.section-tabs-vertical .box-estrangeiros span.subtitle {
    display: inline-grid;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #33303E;
    background: #FFF8F5;
    padding: 8px 16px;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-estrangeiros span.subtitle {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 40px
    }
}

.section-tabs.section-tabs-vertical .box-estrangeiros a.link {
    color: #0047FF;
    text-decoration: underline
}

.section-tabs.section-tabs-vertical .box-estrangeiros .box-regras {
    background: #FAFAFA;
    padding: 32px;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-estrangeiros .box-regras {
        padding: 16px
    }
}

.section-tabs.section-tabs-vertical .box-estrangeiros .box-regras ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

    .section-tabs.section-tabs-vertical .box-estrangeiros .box-regras ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #4E4B59;
        margin-bottom: 16px
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-estrangeiros .box-regras ul li {
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs.section-tabs-vertical .box-estrangeiros .button.azul {
    margin: 0 0 0 auto;
    display: block;
    width: 245px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-estrangeiros .button.azul {
        width: 100%
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades {
    width: 100%;
    border: 1px solid #E1E0E7;
    padding: 0 16px 0 24px;
    display: block
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .tabela-modalidades {
        padding: 0 2px
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades thead {
    height: 64px
}

    .section-tabs.section-tabs-vertical .tabela-modalidades thead tr th {
        color: #000C4C;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .tabela-modalidades thead tr th {
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
        padding-left: 16px
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades thead tr th:nth-child(1) {
    width: 32%;
    text-align: left
}

.section-tabs.section-tabs-vertical .tabela-modalidades thead tr th:nth-child(2) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades thead tr th:nth-child(3) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades thead tr th:nth-child(4) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tbody tr {
    height: 56px
}

    .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:nth-child(odd) {
        background: #F5F7FA
    }

    .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr td {
        text-align: center
    }

        .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr td:nth-child(1) {
            width: 32%;
            text-align: left;
            color: #5F5C6B;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px
        }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr td:nth-child(1) {
        font-size: 14px;
        line-height: normal;
        padding-left: 16px;
        height: 72px
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades tbody tr td:nth-child(2) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tbody tr td:nth-child(3) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tbody tr td:nth-child(4) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:first-child td:nth-child(2), .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:first-child td:nth-child(3), .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:first-child td:nth-child(4) {
    color: #000C4C;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:first-child td:nth-child(2), .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:first-child td:nth-child(3), .section-tabs.section-tabs-vertical .tabela-modalidades tbody tr:first-child td:nth-child(4) {
        font-size: 12px;
        line-height: 18px
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades tfoot {
    height: 88px
}

    .section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr {
        color: #000C4C;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr {
        font-size: 12px;
        line-height: 18px
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr td .button.azul {
    padding: 1rem;
    width: 90%;
    min-width: 90%
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr td .button.azul {
        width: auto;
        min-width: auto;
        padding: 9px 3px;
        font-size: 10px
    }
}

.section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr td:nth-child(1) {
    width: 32%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr td:nth-child(2) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr td:nth-child(3) {
    width: 22%
}

.section-tabs.section-tabs-vertical .tabela-modalidades tfoot tr td:nth-child(4) {
    width: 22%
}

.section-tabs.section-tabs-vertical .button.azul.cta-modalidade {
    display: block;
    margin: 30px 0 0 auto;
    width: 168px;
    padding: 14.5px 0
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .button.azul.cta-modalidade {
        width: 100%;
        margin: 30px 0 0 0
    }
}

.section-tabs.section-tabs-vertical .button.blue {
    color: #1750E5;
    border: 2px solid #1750E5;
    padding: 1rem 6rem
}

    .section-tabs.section-tabs-vertical .button.blue:hover {
        background: #1750E5;
        color: white
    }

.section-tabs.section-tabs-vertical .button.roxo {
    color: #920034;
    border: 2px solid #920034;
    padding: 1rem 4.4rem
}

    .section-tabs.section-tabs-vertical .button.roxo:hover {
        background: #920034;
        color: white
    }

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header {
    margin-bottom: 24px;
    align-items: center
}

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header span, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header span {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: white;
        padding: 8px 16px;
        border-radius: 4px;
        background-color: #000C4C
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header span, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        padding: 4px 8px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header-title, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header-title {
    margin-left: 16px
}

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header-title h4, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header-title h4 {
        font-family: "Spartan MB";
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #000C4C;
        margin-bottom: 0
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header-title h4, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header-title h4 {
        font-size: 16px;
        line-height: 24px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header-title p, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header-title p {
    font-size: 16px;
    line-height: 24px;
    color: #33303E;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-header-title p, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-header-title p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora {
    border: 1px solid #000C4C;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.04),0px 0px 25px 0px rgba(0,0,0,0.04);
    margin-bottom: 24px;
    padding: 24px;
    justify-content: space-between
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora {
        padding: 16px 16px 0 16px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora p, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora p, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora p.content-mobile, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora p.content-mobile {
    font-weight: 400;
    margin-left: 32px;
    margin-bottom: 24px
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora-col-left p, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora-col-left p {
    font-weight: 600;
    color: #000C4C
}

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora-col-left p svg, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora-col-left p svg {
        margin-right: 8px
    }

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora-col-left p:first-child, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora-col-left p:first-child {
        margin-bottom: 32px
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora-col-left p:first-child, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora-col-left p:first-child {
        margin-bottom: 4px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora-col-right p, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora-col-right p {
    font-weight: 400;
    text-align: right
}

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-hora-col-right p:first-child, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-hora-col-right p:first-child {
        margin-bottom: 32px
    }

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion .accordion-body, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion .accordion-body {
    padding: 0
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion .accordion-body, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion .accordion-body {
        padding: 0 15px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-item, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-item {
    border: 0;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-item, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-item {
        background: #FAFAFA
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-item h2, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-item h2 {
    margin-bottom: 0
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion button, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion button {
    background: #FAFAFA;
    padding: 24px;
    font-family: "Spartan MB";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border: 0;
    box-shadow: none;
    display: inline-block
}

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion button span, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion button span {
        font-weight: 500;
        margin-top: 8px;
        font-size: 16px;
        line-height: 21px;
        color: #706D7A;
        display: block
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion button span, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion button span {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion button, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion button {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        padding: 16px
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion button:after, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion button:after {
    position: absolute;
    top: 40%;
    right: 24px
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table thead, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table thead {
    background: #f1f1f1
}

    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table thead tr th, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table thead tr th {
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: #4E4B59;
        padding: 16px;
        width: 100%
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table thead tr th, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table thead tr th {
        font-size: 12px;
        line-height: 14px;
        padding: 8px;
        color: #8C8A97
    }
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table tbody tr, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table tbody tr {
        border-bottom: 1px solid #f1f1f1
    }

        .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table tbody tr:last-child, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table tbody tr:last-child {
            border: 0
        }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table tbody tr td, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4E4B59;
    padding: 16px;
    width: 100%
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box .mod-accordion .accordion-body table tbody tr td, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box .mod-accordion .accordion-body table tbody tr td {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        padding: 8px;
        color: #706D7A
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-mobi, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-mobi {
    width: 50%;
    margin-right: 32px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-mobi, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-mobi {
        width: 100%;
        margin-right: 0
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-mobi .mod-header span, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-mobi .mod-header span {
    background: #7CE0FF;
    color: #000C4C
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-mobi .mod-accordion button, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-mobi .mod-accordion button {
    color: #000C4C
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-ead, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-ead {
    width: 50%
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-ead, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-ead {
        width: 100%
    }
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-ead .mod-header span, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-ead .mod-header span {
    background: #000C4C
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-ead .mod-hora, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-ead .mod-hora {
    border: 1px solid #000C4C
}

.section-tabs.section-tabs-vertical .box-modalidades .mod-box.mod-ead .mod-accordion button, .section-tabs.section-tabs-vertical .box-modalides-mobile .mod-box.mod-ead .mod-accordion button {
    color: #000C4C
}

.section-tabs.section-tabs-vertical .box-modalidades .tabbedPanels .tabs, .section-tabs.section-tabs-vertical .box-modalides-mobile .tabbedPanels .tabs {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0 0 48px 0;
    padding: 0
}

    .section-tabs.section-tabs-vertical .box-modalidades .tabbedPanels .tabs li, .section-tabs.section-tabs-vertical .box-modalides-mobile .tabbedPanels .tabs li {
        width: 48%
    }

        .section-tabs.section-tabs-vertical .box-modalidades .tabbedPanels .tabs li a, .section-tabs.section-tabs-vertical .box-modalides-mobile .tabbedPanels .tabs li a {
            width: 100%;
            display: block;
            font-weight: 400;
            font-size: 18px;
            line-height: 27px;
            color: #000C4C;
            border: 1px solid #000C4C;
            padding: 8px;
            text-align: center;
            border-radius: 3px
        }

            .section-tabs.section-tabs-vertical .box-modalidades .tabbedPanels .tabs li a.active, .section-tabs.section-tabs-vertical .box-modalides-mobile .tabbedPanels .tabs li a.active {
                color: white;
                border: 1px solid #000C4C;
                background: #000C4C
            }

.section-tabs.section-tabs-vertical .box-modalidades .tabbedPanels #panel2, .section-tabs.section-tabs-vertical .box-modalides-mobile .tabbedPanels #panel2 {
    display: none
}

.section-tabs.section-tabs-vertical .calendar-events {
    align-items: flex-start
}

    .section-tabs.section-tabs-vertical .calendar-events #calendar {
        box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
        max-width: 260px;
        padding: 16px
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendar {
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendar {
        max-width: 100%
    }
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-header-toolbar button {
    border: 0;
    background: transparent;
    box-shadow: none
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-header-toolbar .fc-center h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000C4C;
    padding: 10px 0
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container table td, .section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container th {
    border: 0
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-head span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000C4C;
    padding: 0 21px
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-body tbody td {
    background: transparent
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-body .fc-widget-content .fc-scroller {
    overflow: inherit !important;
    height: auto !important
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-body .fc-day-top span {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #4E4B59;
    text-align: center
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-body .fc-day-top.has-event span {
    font-weight: 600;
    color: #1750E5
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-body tbody a.fc-day-grid-event {
    background: transparent;
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 38px;
    height: 29px;
    border: 0;
    margin: 0;
    padding: 0
}

.section-tabs.section-tabs-vertical .calendar-events #calendar .fc-view-container .fc-body .fc-row.fc-week.fc-widget-content {
    min-height: auto;
    padding: 7px 0
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails {
    width: 360px;
    border: 1px solid #E8E8E8;
    padding: 24px;
    margin-left: 32px;
    position: relative
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendarDetails {
        width: 260px;
        margin: 32px auto 0 auto
    }
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 69px
}

@media (max-width: 767px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendarDetails h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px
    }
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails .info-data {
    margin-bottom: 32px
}

    .section-tabs.section-tabs-vertical .calendar-events #calendarDetails .info-data span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #666D94;
        margin-bottom: 8px
    }

@media (max-width: 767px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendarDetails .info-data span {
        font-size: 12px;
        line-height: 21px
    }
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails .info-data p {
    font-weight: 500;
    line-height: 22px;
    color: #000C4C;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendarDetails .info-data p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails .info-data .data {
    margin-right: 40px
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails a.button-ver-mais {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0047FF;
    display: flex;
    position: absolute;
    bottom: 19px
}

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical .calendar-events #calendarDetails a.button-ver-mais {
        position: relative;
        bottom: inherit
    }
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails a.button-ver-mais::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/icon-ver-mais-blue-horizontal.svg") center no-repeat;
    margin-left: 8px;
    transition: all .3s ease
}

.section-tabs.section-tabs-vertical .calendar-events #calendarDetails a.button-ver-mais:hover::after {
    transform: translateX(10px)
}

.section-tabs.section-tabs-vertical p.dias-aulas {
    color: #706D7A;
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 0 0
}

    .section-tabs.section-tabs-vertical p.dias-aulas strong {
        color: #1750E5
    }

@media (max-width: 991px) {
    .section-tabs.section-tabs-vertical p.dias-aulas {
        text-align: center
    }
}

.section-tabs.section-tabs-vertical .content-vertical {
    display: block;
    margin: 0 0 0 auto
}

.section-tabs.section-tabs-vertical .tabs .col-3.d-none.d-lg-block.fixed-tabs {
    position: fixed;
    top: 66px;
    left: 50%;
    margin-left: -630px;
    width: auto;
    z-index: 1000;
    padding: 10px 0 0 0;
    background-color: #fff
}

@media (max-width: 1399px) {
    .section-tabs.section-tabs-vertical .tabs .col-3.d-none.d-lg-block.fixed-tabs {
        margin-left: -588px
    }
}

@media (max-width: 1199px) {
    .section-tabs.section-tabs-vertical .tabs .col-3.d-none.d-lg-block.fixed-tabs {
        margin-left: -488px;
        width: 250px
    }
}

.section-tabs.section-tabs-vertical .tabs .col-3.d-none.d-lg-block.upward-scroll {
    position: fixed;
    top: 123px;
    left: 50%;
    margin-left: -630px;
    width: auto;
    z-index: 1000;
    padding: 10px 0;
    background-color: #fff
}

@media (max-width: 1399px) {
    .section-tabs.section-tabs-vertical .tabs .col-3.d-none.d-lg-block.upward-scroll {
        margin-left: -588px
    }
}

@media (max-width: 1199px) {
    .section-tabs.section-tabs-vertical .tabs .col-3.d-none.d-lg-block.upward-scroll {
        margin-left: -488px;
        width: 250px
    }
}

.section-tabs .tabs .d-none.d-lg-flex.fixed-tabs {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0 0 0;
    background-color: #fff
}

.section-tabs .tabs .d-none.d-lg-flex.upward-scroll {
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    background-color: #fff
}

.box-paginacao {
    position: relative;
    margin: 40px auto 0 auto;
    max-width: 130px;
    display: table
}

    .box-paginacao .pagination .pagina {
        font-family: "Spartan MB";
        font-weight: 600;
        font-size: 16px;
        line-height: 27px;
        color: #8C8A97;
        text-align: center;
        margin: 0 24px 0 0
    }

    .box-paginacao .pagination .pagina-atual {
        color: #0047FF;
        border: 1.4px solid #0047FF;
        width: 24px;
        height: 24px;
        padding: 0 6px
    }

    .box-paginacao .navegacao a {
        color: #33303E;
        position: absolute;
        top: 3px;
        font-size: 30px
    }

    .box-paginacao .navegacao .anterior {
        left: -39px
    }

    .box-paginacao .navegacao .proximo {
        right: -13px
    }

    .box-paginacao .navegacao .disable svg path {
        stroke: #ACABB7
    }

.section-card-coord {
    background: #E8E8E8;
    padding: 72px 0 96px 0
}

@media (max-width: 991px) {
    .section-card-coord {
        padding: 32px 0 64px 0
    }
}

.section-card-coord .box-content-coord {
    padding: 0;
    margin: 0;
    background: white
}

@media (max-width: 991px) {
    .section-card-coord .box-content-coord {
        background: #F1F1F1;
        padding: 0 14px
    }
}

.section-card-coord img {
    width: 344px;
    height: 100%;
    object-fit: cover
}

@media (max-width: 991px) {
    .section-card-coord img {
        width: 100%;
        height: 272px
    }
}

.section-card-coord h2 {
    margin-bottom: 56px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-card-coord h2 {
        margin-bottom: 32px
    }
}

.section-card-coord h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000C4C;
    margin: 61px 0 8px 0
}

@media (max-width: 991px) {
    .section-card-coord h3 {
        margin: 32px 0 8px 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px
    }
}

.section-card-coord p strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-card-coord p strong {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 24px
    }
}

.section-card-coord p {
    font-weight: 500;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-card-coord p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px
    }
}

.section-card-coord .box-buttons {
    margin-top: 30px
}

@media (max-width: 991px) {
    .section-card-coord .box-buttons {
        margin: 24px 0 32px 0
    }
}

.section-card-coord .box-buttons a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0047FF;
    margin-right: 64px;
    position: relative
}

    .section-card-coord .box-buttons a:last-child {
        margin-right: 0
    }

    .section-card-coord .box-buttons a::after {
        content: '';
        background: url("../imagesNova/icon-ver-mais-blue.svg") left center no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        right: -32px;
        top: -1px
    }

.section-card-coord .box-infos-center {
    margin-left: 43px;
    max-width: 450px;
    padding-bottom: 32px
}

@media (max-width: 1399px) {
    .section-card-coord .box-infos-center {
        max-width: 410px
    }
}

@media (max-width: 1199px) {
    .section-card-coord .box-infos-center {
        max-width: 330px
    }
}

@media (max-width: 991px) {
    .section-card-coord .box-infos-center {
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .section-card-coord .box-infos-center {
        max-width: 100%
    }
}

.section-card-coord .box-infos-right {
    max-width: 390px;
    border: 1px solid #E1E0E7;
    padding: 24px;
    margin: 42px 0px 30px -17px
}

@media (max-width: 1399px) {
    .section-card-coord .box-infos-right {
        max-width: 340px
    }
}

@media (max-width: 1199px) {
    .section-card-coord .box-infos-right {
        max-width: 290px
    }
}

@media (max-width: 991px) {
    .section-card-coord .box-infos-right {
        max-width: 330px;
        margin: 0 auto 30px auto !important
    }
}

@media (max-width: 767px) {
    .section-card-coord .box-infos-right {
        max-width: 100%;
        padding: 24px 16px
    }

        .section-card-coord .box-infos-right ul {
            padding: 0 0 0 24px
        }
}

.section-card-coord h4 {
    font-family: "Spartan MB";
    font-size: 16px;
    line-height: 24px;
    color: #000C4C;
    margin-bottom: 16px
}

    .section-card-coord h4 svg {
        margin-right: 8px
    }

.section-card-coord ul li p {
    color: #000C4C;
    margin-bottom: 1px;
    color: #4E4B59
}

.section-card-coord ul li::marker {
    color: #4E4B59
}

.section-card-coord-edux {
    margin-bottom: 80px;
    position: relative
}

    .section-card-coord-edux .box-infos-right {
        margin: 0 0px 0 -17px
    }

.section-card-coord-mba-curso {
    position: relative
}

@media (max-width: 991px) {
    .section-card-coord-mba-curso {
        background: #F1F1F1
    }
}

.section-carosel-docente-mestrado {
    position: relative;
    background: #000C4C;
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-carosel-docente-mestrado {
        padding: 64px 0
    }
}

.section-carosel-docente-mestrado h2 {
    margin-bottom: 56px
}

    .section-carosel-docente-mestrado h2 strong {
        color: white
    }

@media (max-width: 991px) {
    .section-carosel-docente-mestrado h2 strong {
        font-size: 24px;
        line-height: 29px
    }
}

@media (max-width: 991px) {
    .section-carosel-docente-mestrado h2 {
        margin-bottom: 32px
    }
}

.section-carosel-docente-mestrado .carousel .cell {
    width: calc(33% - 8px)
}

@media (max-width: 991px) {
    .section-carosel-docente-mestrado .carousel .cell {
        width: calc(78% - 8px)
    }
}

.section-carosel-docente-mestrado .carousel .card {
    position: relative
}

    .section-carosel-docente-mestrado .carousel .card img {
        height: 399px;
        -webkit-mask-image: linear-gradient(180deg, #000C4C 45.87%, #33303E -1.12%, rgba(102,109,148,0.66) 129.95%, rgba(153,158,183,0) 106.28%);
        object-fit: cover
    }

@media (max-width: 991px) {
    .section-carosel-docente-mestrado .carousel .card img {
        height: 270px
    }
}

.section-carosel-docente-mestrado .carousel .card h3 {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: white;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin: 0 0 0 -130px;
    text-shadow: 0px 0px 6px #3b3333ab
}

@media (max-width: 991px) {
    .section-carosel-docente-mestrado .carousel .card h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 0 -110px
    }
}

.section-carosel-docente-mestrado ol.flickity-page-dots li.dot.is-selected {
    width: 24px
}

.section-carosel-mestrado {
    background: transparent;
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-carosel-mestrado {
        padding: 64px 0
    }
}

.section-carosel-mestrado h2 {
    margin-bottom: 56px;
    color: #1750E5
}

    .section-carosel-mestrado h2 strong {
        font-size: 46px;
        line-height: 60px;
        color: #1750E5
    }

@media (max-width: 991px) {
    .section-carosel-mestrado h2 strong {
        font-size: 24px;
        line-height: 29px
    }
}

@media (max-width: 991px) {
    .section-carosel-mestrado h2 {
        margin-bottom: 32px
    }
}

.section-carosel-mestrado .carousel .cell {
    width: calc(25% - 8px)
}

@media (max-width: 991px) {
    .section-carosel-mestrado .carousel .cell {
        width: calc(78% - 8px)
    }

        .section-carosel-mestrado .carousel .cell .card video {
            width: 100%
        }
}

.section-carosel.section-carosel-mestrado .carousel .open-modal-video-depoimentos {
    position: relative
}

    .section-carosel.section-carosel-mestrado .carousel .open-modal-video-depoimentos::after {
        content: '';
        background: url("../imagesNova/icon-play-video.svg") center center no-repeat;
        position: absolute;
        width: 80px;
        height: 80px;
        display: block;
        top: 200px;
        left: 50%;
        margin-left: -36px;
        background-size: contain
    }

@media (max-width: 1399px) {
    .section-carosel.section-carosel-mestrado .carousel .open-modal-video-depoimentos::after {
        margin-left: -40px
    }
}

@media (max-width: 991px) {
    .section-carosel.section-carosel-mestrado .carousel .open-modal-video-depoimentos::after {
        margin-left: -48px
    }
}

@media (max-width: 767px) {
    .section-carosel.section-carosel-mestrado .carousel .open-modal-video-depoimentos::after {
        width: 50px;
        height: 50px;
        margin-left: -28px
    }
}

@media (max-width: 575px) {
    .section-carosel.section-carosel-mestrado .carousel .open-modal-video-depoimentos::after {
        margin-left: -24px
    }
}

.section-carosel.section-carosel-mestrado .carousel img {
    height: 480px;
    object-fit: cover
}

.section-carosel-bancas {
    padding-bottom: 120px
}

@media (max-width: 991px) {
    .section-carosel-bancas {
        background: white;
        padding: 64px 0 100px 0
    }
}

.section-carosel-bancas h2 {
    margin-bottom: 24px
}

    .section-carosel-bancas h2 strong {
        font-size: 46px;
        line-height: 60px;
        color: #000C4C
    }

@media (max-width: 991px) {
    .section-carosel-bancas h2 strong {
        font-size: 24px;
        line-height: 29px
    }
}

@media (max-width: 991px) {
    .section-carosel-bancas h2 {
        margin-bottom: 24px
    }
}

.section-carosel-bancas p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 56px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-carosel-bancas p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #4E4B59;
        margin-bottom: 32px
    }

        .section-carosel-bancas p br {
            display: none
        }
}

.section-carosel-bancas .card {
    padding: 32px 24px
}

@media (max-width: 991px) {
    .section-carosel-bancas .card {
        padding: 24px
    }
}

.section-carosel-bancas .card h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000C4C;
    min-height: 90px
}

@media (max-width: 991px) {
    .section-carosel-bancas .card h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        min-height: inherit
    }
}

.section-carosel-bancas .card p.pre-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #666D94
}

.section-carosel-bancas .card p.text-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000C4C;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-carosel-bancas .card p.text-name {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px
    }
}

.section-carosel-bancas .card span.trace {
    display: block;
    width: 100%;
    border: 1px solid #CCCEDB;
    margin-bottom: 24px
}

.section-carosel-bancas .card h4 {
    font-family: "Spartan MB";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000C4C;
    font-weight: 600
}

@media (max-width: 991px) {
    .section-carosel-bancas .card h4 {
        font-size: 14px;
        line-height: 24px
    }
}

.section-carosel-bancas .card h4 svg {
    margin-right: 8px
}

@media (max-width: 991px) {
    .section-carosel-bancas .card h4 svg {
        width: 18px;
        height: 14px
    }
}

.section-carosel-bancas .card .box-infos-data {
    margin-bottom: 25px
}

    .section-carosel-bancas .card .box-infos-data span {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000C4C
    }

@media (max-width: 991px) {
    .section-carosel-bancas .card .box-infos-data span {
        font-size: 14px;
        line-height: 21px
    }
}

.section-carosel-bancas .card .box-infos-data span svg {
    margin-right: 8px
}

@media (max-width: 991px) {
    .section-carosel-bancas .card .box-infos-data span svg {
        width: 20px;
        height: 20px
    }
}

.section-carosel-bancas .card .box-infos-data .data {
    margin-right: 16px
}

.section-carosel-bancas .card p.title-funcao {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #666D94
}

.section-carosel-bancas .card p.nome-funcao {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .section-carosel-bancas .card p.nome-funcao {
        font-size: 14px;
        line-height: 24px;
        color: #000C4C;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical
    }
}

.section-carosel-bancas .card a.button {
    position: relative
}

    .section-carosel-bancas .card a.button::after {
        content: '';
        background: url("../imagesNova/icon-ver-mais-blue.svg") left center no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        right: 50%;
        margin-right: -107px;
        top: 13px
    }

@media (max-width: 991px) {
    .section-carosel-bancas .card a.button {
        border: 0;
        margin-left: -20px
    }
}

.section-contato-mestrado {
    background: #0047FF;
    padding: 89px 0;
    background-size: cover
}

@media (max-width: 767px) {
    .section-contato-mestrado {
        padding: 48px 0
    }
}

@media (max-width: 991px) {
    .section-contato-mestrado h2 {
        max-width: 100%
    }
}

.section-contato-mestrado p {
    font-size: 18px;
    line-height: 27px
}

@media (max-width: 767px) {
    .section-contato-mestrado p {
        font-size: 16px;
        line-height: 21px;
        display: none
    }
}

@media (max-width: 767px) {
    .section-contato-mestrado .button {
        font-size: 16px;
        line-height: 24px
    }
}

.section-contato-edux {
    background: #1750E5
}

.section-contato-mba-curso {
    padding: 116px 0;
    background-size: cover
}

@media (max-width: 991px) {
    .section-contato-mba-curso {
        padding: 48px 0
    }
}

@media (max-width: 991px) {
    .section-contato-mba-curso h2 {
        max-width: 100%
    }
}

.section-contato-mba-curso h2 strong {
    display: block
}

@media (max-width: 991px) {
    .section-contato-mba-curso h2 strong {
        display: inline
    }
}

#mensagem-envio {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    #mensagem-envio p {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #000C4C;
        margin-bottom: 40px;
        text-align: center
    }

@media (max-width: 991px) {
    #mensagem-envio p {
        font-size: 16px;
        line-height: 22px
    }
}

#mensagem-envio a {
    color: #0047FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

@media (max-width: 991px) {
    #mensagem-envio a {
        font-size: 14px;
        line-height: 20px
    }
}

.section-cards-cursos {
    padding: 64px 0
}

    .section-cards-cursos h2 {
        margin-bottom: 64px
    }

@media (max-width: 767px) {
    .section-cards-cursos h2 {
        margin-bottom: 48px
    }
}

.section-cards-cursos p.marinho {
    color: #000C4C;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    max-width: 500px;
    margin-bottom: 64px
}

    .section-cards-cursos p.marinho strong.laranja {
        color: #F2582F;
        font-weight: 700
    }

@media (max-width: 991px) {
    .section-cards-cursos p.marinho {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 56px
    }
}

.section-cards-cursos .cards {
    position: relative
}

    .section-cards-cursos .cards img {
        width: 274px;
        height: 272px;
        display: block;
        object-fit: cover
    }

@media (max-width: 1399px) {
    .section-cards-cursos .cards img {
        width: 214px
    }
}

@media (max-width: 1199px) {
    .section-cards-cursos .cards img {
        width: 194px;
        height: 262px
    }
}

@media (max-width: 991px) {
    .section-cards-cursos .cards img {
        width: 100%;
        height: 435px
    }
}

.section-cards-cursos .cards h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    border-bottom: 1px solid #DBCFD3;
    padding-bottom: 8px;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .section-cards-cursos .cards h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

.section-cards-cursos .cards p.subtitle {
    margin-bottom: 16px;
    color: #5F5C6B;
    font-weight: 600
}

.section-cards-cursos .cards .box-coluna-mba {
    width: 48%;
    display: flex;
    background: #FAFAFA
}

@media (max-width: 1399px) {
    .section-cards-cursos .cards .box-coluna-mba {
        width: 47%
    }
}

@media (max-width: 991px) {
    .section-cards-cursos .cards .box-coluna-mba {
        display: block;
        width: 46%
    }
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-coluna-mba {
        width: 100%;
        margin: 0 0 32px 0 !important
    }
}

.section-cards-cursos .cards .coluna-dois {
    width: 100%;
    padding: 24px 4px 24px 24px;
    background-color: #F6F6F6;
    position: relative
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .coluna-dois {
        padding: 24px 16px
    }
}

.section-cards-cursos .cards .box-infos {
    align-items: center
}

@media (max-width: 991px) {
    .section-cards-cursos .cards .box-infos {
        position: absolute;
        top: -26px
    }
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-infos {
        top: -23px
    }
}

.section-cards-cursos .cards .box-infos .tags {
    margin-right: 8px
}

    .section-cards-cursos .cards .box-infos .tags span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: capitalize
    }

        .section-cards-cursos .cards .box-infos .tags span:nth-child(2) {
            margin-left: 8px
        }

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-infos .tags span {
        font-size: 12px;
        line-height: 14px;
        padding: 8px
    }
}

.section-cards-cursos .cards .box-infos .tags .flex {
    background-color: #F2582F
}

.section-cards-cursos .cards .box-infos .tags .ead {
    background-color: #000C4C
}

.section-cards-cursos .cards .box-infos .tags .presencial {
    background-color: #1750E5
}

.section-cards-cursos .cards .box-infos .tags .mobi {
    background-color: #7CE0FF;
    color: #000C4C
}

.section-cards-cursos .cards .box-infos .duracao {
    background: white;
    padding: 4px 8px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-infos .duracao {
        padding: 8px
    }
}

.section-cards-cursos .cards .box-infos .duracao p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    color: #000C4C
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-infos .duracao p {
        font-size: 12px;
        line-height: 14px;
        padding-left: 16px
    }
}

.section-cards-cursos .cards .box-infos .duracao p:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/icon-calendario-marinho.svg") center no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-infos .duracao p:before {
        width: 12px;
        height: 12px
    }
}

.section-cards-cursos .cards a.button-ver-mais {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0047FF;
    display: flex;
    position: absolute;
    bottom: 19px
}

@media (max-width: 991px) {
    .section-cards-cursos .cards a.button-ver-mais {
        position: relative;
        bottom: inherit;
        right: inherit !important
    }
}

.section-cards-cursos .cards a.button-ver-mais::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/icon-ver-mais-blue-horizontal.svg") center no-repeat;
    margin-left: 8px;
    transition: all .3s ease
}

.section-cards-cursos .cards a.button-ver-mais:hover::after {
    transform: translateX(10px)
}

.section-cards-cursos .cards .box-paginacao {
    margin: 40px 0 0 auto
}

@media (max-width: 1399px) {
    .section-cards-cursos .cards .box-paginacao {
        margin-right: 70px
    }
}

@media (max-width: 767px) {
    .section-cards-cursos .cards .box-paginacao {
        margin: 30px auto 0 auto
    }
}

.section-cards-cursos .cards-edu-executiva .box-coluna-edu-executiva {
    padding: 39px 32px;
    background: #F1F1F1;
    width: 30%;
    margin: 0 32px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 991px) {
    .section-cards-cursos .cards-edu-executiva .box-coluna-edu-executiva {
        width: 45%
    }
}

@media (max-width: 767px) {
    .section-cards-cursos .cards-edu-executiva .box-coluna-edu-executiva {
        width: 100%;
        margin: 0 0 32px 0
    }
}

.section-cards-cursos .cards-edu-executiva .box-coluna-edu-executiva h3 {
    font-weight: 700;
    color: #000C4C;
    margin-bottom: 16px;
    border-bottom: 0;
    padding-bottom: 0
}

.section-cards-cursos .cards-edu-executiva .box-coluna-edu-executiva a.button-ver-mais {
    color: #0047FF;
    position: relative;
    bottom: inherit
}

    .section-cards-cursos .cards-edu-executiva .box-coluna-edu-executiva a.button-ver-mais::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-ver-mais-blue-horizontal.svg") center no-repeat;
        margin-left: 8px;
        transition: all .3s ease
    }

@media (max-width: 991px) {
    .section-cards-cursos .cards-atuacao-edux .show-modal {
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #000C4C;
        align-items: center;
        background: transparent;
        margin-bottom: 32px
    }

        .section-cards-cursos .cards-atuacao-edux .show-modal svg {
            margin-right: 8px
        }

    .section-cards-cursos .cards-atuacao-edux .bottom-sheet {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        opacity: 0;
        pointer-events: none;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
        transition: 0.1s linear
    }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet.show {
            opacity: 1;
            pointer-events: auto
        }

            .section-cards-cursos .cards-atuacao-edux .bottom-sheet.show .content {
                transform: translateY(0%)
            }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet.dragging .content {
            transition: none
        }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet.fullscreen .content {
            border-radius: 0;
            overflow-y: hidden;
            transform: translateY(10%)
        }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet .sheet-overlay {
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            opacity: 0.2;
            background: #000
        }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet .content {
            width: 100%;
            position: relative;
            background: #fff;
            max-height: 100vh;
            height: 50vh;
            max-width: 100%;
            padding: 16px;
            transform: translateY(100%);
            border-radius: 12px 12px 0 0;
            box-shadow: 0 10px 20px rgba(0,0,0,0.03);
            transition: 0.3s ease
        }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet .header2 {
            display: flex;
            justify-content: center
        }

            .section-cards-cursos .cards-atuacao-edux .bottom-sheet .header2 .drag-icon {
                cursor: grab;
                user-select: none;
                padding: 15px;
                margin-top: -15px
            }

                .section-cards-cursos .cards-atuacao-edux .bottom-sheet .header2 .drag-icon span {
                    height: 4px;
                    width: 40px;
                    display: block;
                    background: #C7D0E1;
                    border-radius: 50px
                }

        .section-cards-cursos .cards-atuacao-edux .bottom-sheet .body {
            height: 100%;
            overflow-y: auto;
            padding: 15px 0 40px;
            scrollbar-width: none
        }

            .section-cards-cursos .cards-atuacao-edux .bottom-sheet .body::-webkit-scrollbar {
                width: 0
            }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux {
    box-shadow: 0px 0px 25px rgba(0,0,0,0.04),0px 0px 4px rgba(0,0,0,0.04);
    background: #FFFFFF;
    padding: 32px 24px;
    width: 29.9%;
    margin: 0 32px 32px 0;
    position: relative
}

@media (max-width: 1199px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux {
        width: 45%
    }
}

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux {
        width: 100%;
        margin: 0 0 32px 0;
        padding: 24px 32px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags {
        margin-bottom: 32px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: white;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags span:nth-child(2) {
        margin-left: 8px
    }

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags span {
        font-size: 12px;
        line-height: 14px;
        padding: 8px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags .ead-ao-vivo {
    background-color: #000C4C
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .tags .presencial {
    background-color: #1750E5
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .info-data {
    border-bottom: 2px solid #CCCEDB;
    padding-bottom: 24px;
    margin-bottom: 24px;
    justify-content: space-between
}

    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .info-data span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #666D94;
        margin-bottom: 8px
    }

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .info-data span {
        font-size: 12px;
        line-height: 21px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .info-data p {
    font-weight: 500;
    line-height: 22px;
    color: #000C4C;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux .info-data p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux p.pontuacao {
    font-weight: 600;
    color: #4E4B59;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux p.pontuacao {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 44px
    }
}

.section-cards-cursos .cards-atuacao-edux .box-coluna-atuacao-edux a.button-ver-mais {
    position: absolute;
    right: 24px !important;
    bottom: 32px
}

.section-cards-cursos .cards-graduacao a.button-ver-mais {
    right: 24px
}

.header-hero.header-contato {
    width: 100%;
    height: 523px;
    position: relative
}

@media (max-width: 1399px) {
    .header-hero.header-contato {
        height: 373px
    }
}

@media (max-width: 991px) {
    .header-hero.header-contato {
        height: 240px
    }
}

@media (max-width: 575px) {
    .header-hero.header-contato {
        height: 191px
    }
}

.header-hero.header-contato .breadcrumb {
    position: absolute;
    margin: -50px 0 0 0;
    top: 0
}

@media (max-width: 767px) {
    .header-hero.header-contato .breadcrumb {
        margin: 0;
        top: -197px;
        left: 28px
    }

        .header-hero.header-contato .breadcrumb a {
            width: 70px;
            height: 76px;
            display: block
        }

            .header-hero.header-contato .breadcrumb a img {
                display: none
            }
}

@media (max-width: 575px) {
    .header-hero.header-contato .breadcrumb {
        top: -149px;
        left: 5px
    }

        .header-hero.header-contato .breadcrumb a {
            width: 60px;
            height: 66px
        }
}

.header-hero.header-contato .content-hero {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0
}

    .header-hero.header-contato .content-hero h1.title-single {
        color: #000C4C;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: normal
    }

    .header-hero.header-contato .content-hero .content-banner {
        top: 0
    }

        .header-hero.header-contato .content-hero .content-banner img {
            height: 523px;
            object-position: bottom;
            position: relative
        }

@media (max-width: 1399px) {
    .header-hero.header-contato .content-hero .content-banner img {
        height: 373px
    }
}

@media (max-width: 991px) {
    .header-hero.header-contato .content-hero .content-banner img {
        height: 240px;
        object-fit: cover
    }
}

@media (max-width: 575px) {
    .header-hero.header-contato .content-hero .content-banner img {
        height: 160px
    }
}

.header-hero.header-contato .content-hero .content h2 {
    color: #7CE0FF;
    text-align: center
}

    .header-hero.header-contato .content-hero .content h2 strong {
        text-align: center
    }

@media (max-width: 991px) {
    .header-hero.header-contato .content-hero .content h2 {
        margin-bottom: 0
    }
}

.header-hero.header-contato .content-hero .content h2.white {
    color: white
}

.header-hero.header-contato .content-hero .content h2.bege {
    color: #ffdece
}

.header-hero.header-contato .content-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36%
}

@media (max-width: 1199px) {
    .header-hero.header-contato .content-text {
        top: 27%
    }
}

.header-hero.header-contato .content-text h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Spartan MB';
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media (max-width: 1199px) {
    .header-hero.header-contato .content-text h2 {
        font-size: 24px;
        line-height: 120%
    }
}

.header-hero.header-contato.trabalhe {
    height: 92px;
    border-bottom: 1px solid #C6C5CE
}

    .header-hero.header-contato.trabalhe .content-hero {
        justify-content: center
    }

@media (max-width: 991px) {
    .header-hero.header-contato.trabalhe .breadcrumb {
        top: -65px;
        left: 15px
    }

        .header-hero.header-contato.trabalhe .breadcrumb a img {
            display: block
        }
}

@media (max-width: 991px) {
    .header-hero.header-eventos .breadcrumb {
        position: absolute;
        top: -49px
    }

        .header-hero.header-eventos .breadcrumb a img {
            display: block
        }
}

.section-infos-form {
    padding: 32px 0 120px 0
}

@media (max-width: 991px) {
    .section-infos-form {
        padding: 40px 0
    }
}

.section-infos-form .breadcrumb p {
    color: #4E4B59
}

.section-infos-form .breadcrumb span {
    margin: 0 12px
}

    .section-infos-form .breadcrumb span::before {
        content: '';
        background: url(../imagesNova/arrow-bread-cinza.png);
        width: 24px;
        height: 24px
    }

.section-infos-form h2 {
    font-size: 42px;
    line-height: 50px;
    color: #000C4C;
    margin-bottom: 32px;
    max-width: 500px
}

@media (max-width: 991px) {
    .section-infos-form h2 {
        font-size: 22px;
        line-height: 23px
    }
}

.section-infos-form h2.ouvidoria {
    max-width: 400px
}

.section-infos-form p.subtilte {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4E4B59;
    opacity: 0.8;
    margin-bottom: 32px;
    max-width: 500px
}

@media (max-width: 991px) {
    .section-infos-form p.subtilte {
        font-size: 14px;
        line-height: 21px
    }
}

.section-infos-form p.ouvidoria {
    max-width: 400px
}

.section-infos-form p.neutro {
    font-weight: 500;
    line-height: 22px;
    color: #4E4B59;
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .section-infos-form p.neutro {
        font-size: 16px;
        line-height: 21px
    }
}

.section-infos-form .content-icon {
    display: flex;
    margin-bottom: 32px;
    max-width: 300px
}

    .section-infos-form .content-icon img {
        width: 24px;
        height: 24px;
        display: block;
        margin-right: 8px
    }

@media (max-width: 991px) {
    .section-infos-form .content-icon img {
        width: 20px;
        height: 20px
    }
}

.section-infos-form .content-icon p {
    font-size: 16px;
    line-height: 24px;
    color: #4E4B59;
    opacity: 0.8;
    margin-bottom: 0
}

    .section-infos-form .content-icon p strong {
        font-weight: 600
    }

@media (max-width: 991px) {
    .section-infos-form .content-icon p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-infos-form .content-icon .box-content a {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 0;
    color: #000C4C;
    font-weight: 400
}

    .section-infos-form .content-icon .box-content a:hover {
        color: #333D70
    }

@media (max-width: 991px) {
    .section-infos-form .content-icon .box-content a {
        font-size: 14px;
        line-height: 21px
    }
}

.section-infos-form .tablink {
    width: 160px;
    border-bottom: 2px solid white;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding-bottom: 16px;
    color: #000C4C;
    cursor: pointer
}

.section-infos-form .border-blue {
    border-bottom: 4px solid #1750E6;
    color: #1750E6;
    font-weight: 600
}

.section-infos-form .tab-content {
    padding-top: 32px
}

.section-infos-form.trabalhe {
    padding-top: 120px
}

@media (max-width: 991px) {
    .section-infos-form.trabalhe {
        padding-top: 40px
    }
}

form {
    width: 100%;
    position: relative
}

@media (max-width: 991px) {
    form {
        width: 100%;
        margin-top: 32px
    }
}

form .two-labels {
    justify-content: space-between
}

    form .two-labels div {
        width: 47%
    }

form .float-label {
    position: relative;
    display: inline-block;
    font-family: "Spartan MB";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #8C8A97;
    padding: 0 0 0 15px;
    transition: all .2s ease;
    z-index: 10;
    top: -40px;
    margin: 0
}

    form .float-label.textarea {
        top: -105px
    }

    form .float-label.select {
        background: white;
        z-index: 20;
        width: 50%;
        padding-left: 18px
    }

form input:focus ~ .float-label, form input.valid ~ .float-label {
    top: -80px;
    color: #1750E5
}

form input.error ~ .float-label {
    top: -90px
}

form select:focus ~ .float-label, form select.valid ~ .float-label {
    top: -70px;
    color: #1750E5;
    background: transparent
}

form textarea:focus ~ .float-label, form textarea.valid ~ .float-label {
    top: -130px;
    color: #1750E5
}

form textarea.error ~ .float-label {
    top: -145px
}

form div {
    width: 100%;
    margin-bottom: 32px;
    align-items: center;
    position: relative
}

    form div input, form div select, form div textarea {
        width: 100%;
        font-family: "Spartan MB";
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #5F5C6B;
        border: 0;
        border-bottom: 2px solid #A2B9F5;
        padding: 16px;
        background: transparent;
        z-index: 20;
        position: relative;
        display: inline-block
    }

        form div input:focus, form div select:focus, form div textarea:focus {
            border-bottom: 2px solid #1750E5;
            outline: 0
        }

        form div input.error, form div textarea.error {
            border-bottom: 2px solid #920034
        }

    form div textarea {
        height: 112px;
        resize: none
    }

    form div input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: 2px solid #4E4B59
    }

    form div p, form div a {
        font-size: 14px;
        line-height: 19px;
        color: #4E4B59;
        margin-bottom: 0
    }

    form div a {
        text-decoration: underline
    }

    form div p {
        margin-left: 8px
    }

form label.error {
    color: #920034;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 4px 0 0 0;
    display: block
}

@media (max-width: 991px) {
    form label.error {
        font-size: 14px;
        line-height: 17px
    }
}

form #politica-error {
    position: absolute;
    margin: 50px 0 0 0
}

@media (max-width: 991px) {
    form #politica-error {
        margin: 55px 0 0 0;
        width: auto
    }
}

form .enviar-form {
    width: 279px;
    height: 56px;
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0047FF;
    border: 2px solid #0047FF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: .3s ease
}

    form .enviar-form:hover {
        color: white;
        background: #0047FF
    }

@media (max-width: 991px) {
    form .enviar-form {
        width: 100%
    }
}

.form-filter {
    background: #FAFAFA;
    padding: 24px;
    width: 100%
}

@media (max-width: 991px) {
    .form-filter {
        padding: 0;
        margin-top: 0;
        background: white
    }
}

.form-filter p.title {
    font-weight: 500;
    line-height: 22px;
    color: #000C4C;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .form-filter p.title {
        display: none
    }
}

.form-filter p.limpar {
    font-weight: 700;
    color: #0047FF;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    cursor: pointer
}

    .form-filter p.limpar:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-limpar.svg") center no-repeat;
        margin-right: 8px;
        transition: .3s ease
    }

    .form-filter p.limpar:hover:before {
        margin-right: 16px
    }

@media (max-width: 991px) {
    .form-filter p.limpar {
        display: none
    }
}

.form-filter .filtros {
    border-bottom: 2px solid #CCCEDB;
    margin-bottom: 30px
}

    .form-filter .filtros a {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #4E4B59;
        padding: 4px 8px;
        background: #E8E8E8;
        border-radius: 2px;
        margin-bottom: 8px;
        display: inline-flex;
        align-items: center;
        text-decoration: none
    }

        .form-filter .filtros a span {
            cursor: pointer;
            display: flex;
            align-items: center
        }

            .form-filter .filtros a span::after {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                background: url("../imagesNova/icon-fechar.svg") center no-repeat;
                margin-left: 4px
            }

    .form-filter .filtros .tags-area a {
        display: table
    }

@media (max-width: 991px) {
    .form-filter .filtros {
        display: none
    }
}

.form-filter .input-check-cfc {
    margin-bottom: 30px;
    cursor: pointer
}

@media (max-width: 991px) {
    .form-filter .input-check-cfc p.title-cfc {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #000C4C;
        margin-bottom: 40px
    }
}

.form-filter .input-check-cfc label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4E4B59;
    margin: 0 0 0 8px
}

@media (max-width: 991px) {
    .form-filter .input-check-cfc label {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 0 8px;
        align-items: flex-start
    }
}

@media (max-width: 991px) {
    .form-filter .input-check-cfc label.box-cfc {
        margin: 0
    }
}

@media (max-width: 991px) {
    .form-filter .input-check-cfc {
        border-top: 1px solid #E1E0E7;
        padding-top: 24px
    }
}

.form-filter .form-control {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0
}

    .form-filter .form-control .select2-selection__custom {
        display: none
    }

    .form-filter .form-control span.select2 {
        width: 100% !important;
        margin-bottom: 30px
    }

@media (max-width: 991px) {
    .form-filter .form-control span.select2 {
        display: none
    }
}

.form-filter .form-control span.select2 .select2-search__field {
    cursor: pointer
}

.form-filter .form-control span.select2 .selection .select2-selection {
    width: 100%;
    font-family: "Spartan MB";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5F5C6B;
    border: 0;
    border-bottom: 2px solid #A2B9F5;
    padding: 8px;
    background: transparent;
    border-radius: 0;
    position: relative
}

    .form-filter .form-control span.select2 .selection .select2-selection:focus {
        border-bottom: 2px solid #1750E5;
        outline: 0
    }

    .form-filter .form-control span.select2 .selection .select2-selection:after {
        content: "";
        display: block;
        width: 12px;
        height: 7px;
        background: url("../imagesNova/icon-dropdown-select.svg") center no-repeat;
        position: absolute;
        right: 10px;
        top: 45%
    }

.form-filter .form-control span.select2-container--focus .selection .select2-selection {
    border-bottom: 2px solid #1750E5
}

@media (max-width: 991px) {
    .form-filter .form-control .select-mobile {
        border-top: 16px solid #F6F6F6;
        padding-top: 16px
    }

        .form-filter .form-control .select-mobile label {
            font-size: 14px;
            line-height: 21px;
            color: #4E4B59;
            margin: 0 0 0 8px;
            align-items: flex-start
        }

            .form-filter .form-control .select-mobile label.box-content {
                margin: 0 0 16px 0;
                border-bottom: 1px solid #E1E0E7;
                padding-bottom: 16px
            }
}

@media (max-width: 991px) and (max-width: 991px) {
    .form-filter .form-control .select-mobile p.title-modalidade {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #000C4C;
        margin-bottom: 40px
    }
}

.form-filter label select {
    background: transparent
}

.form-filter .box-range {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .form-filter .box-range {
        border-top: 16px solid #F6F6F6;
        padding-top: 16px
    }
}

.form-filter .box-range .noUi-target {
    cursor: pointer
}

    .form-filter .box-range .noUi-target :focus {
        outline: none
    }

.form-filter .box-range .noUi-horizontal {
    height: 2px;
    border-radius: 0;
    border: 0
}

.form-filter .box-range .noUi-connect {
    background: #000C4C
}

.form-filter .box-range .noUi-base {
    background: #C6C5CE
}

.form-filter .box-range .noUi-horizontal .noUi-handle {
    top: -5px;
    right: -9px;
    width: 12px;
    height: 12px;
    background: #000C4C;
    border: 2px solid #000C4C;
    border-radius: 50%;
    box-shadow: unset;
    cursor: pointer;
    transition: transform .1s
}

    .form-filter .box-range .noUi-horizontal .noUi-handle:before, .form-filter .box-range .noUi-horizontal .noUi-handle:after {
        content: none
    }

    .form-filter .box-range .noUi-horizontal .noUi-handle:hover {
        transform: scale(1.1)
    }

.form-filter .box-range .filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 370px;
    background: white;
    padding: 20px
}

@media (max-width: 991px) {
    .form-filter .box-range .filter-ranger {
        display: flex;
        flex-direction: column-reverse
    }
}

.form-filter .box-range .filter__label {
    position: relative;
    cursor: pointer
}

@media (max-width: 991px) {
    .form-filter .box-range .filter__label {
        font-size: 0
    }
}

.form-filter .box-range .filter__slider-price {
    width: 94%;
    margin: 20px 5px
}

@media (max-width: 991px) {
    .form-filter .box-range .filter__slider-price {
        margin: 44px 5px 24px 5px
    }
}

.form-filter .box-range p.duracao {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000C4C;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .form-filter .box-range p.duracao {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #000C4C;
        margin-bottom: 40px
    }
}

.form-filter .box-range label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1750E6;
    margin-bottom: 4px
}

.form-filter .box-range input {
    width: 80%;
    font-family: "Spartan MB";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5F5C6B;
    border: 0;
    border-bottom: 2px solid #A2B9F5;
    padding: 16px;
    background: transparent
}

    .form-filter .box-range input:focus {
        border-bottom: 2px solid #1750E5;
        outline: 0
    }

@media (max-width: 991px) {
    .form-filter .box-range input {
        width: 90%
    }
}

@media (max-width: 991px) {
    .form-filter .box-calendar {
        border-top: 16px solid #F6F6F6;
        padding-top: 16px;
        margin-bottom: 70px
    }
}

.form-filter .box-calendar p.title-calendar {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666D94;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .form-filter .box-calendar p.title-calendar {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #000C4C;
        margin-bottom: 40px
    }
}

.form-filter .box-calendar .calendar {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%
}

    .form-filter .box-calendar .calendar .calendar__inputs {
        display: none
    }

    .form-filter .box-calendar .calendar .calendar__pikaday {
        background-color: white
    }

@media (max-width: 991px) {
    .form-filter .box-calendar .calendar .calendar__pikaday {
        margin-bottom: 132px
    }
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-title {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 32px
}

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-title .pika-label {
        font-family: "Spartan MB";
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #000C4C
    }

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-title button {
        font-size: 0;
        border: 0;
        padding: 8px;
        position: absolute;
        top: 0
    }

        .form-filter .box-calendar .calendar .calendar__pikaday .pika-title button.pika-prev {
            left: 4px
        }

            .form-filter .box-calendar .calendar .calendar__pikaday .pika-title button.pika-prev:before {
                content: "";
                display: block;
                width: 11px;
                height: 19px;
                background: url("../imagesNova/arrow-back.svg") center no-repeat
            }

        .form-filter .box-calendar .calendar .calendar__pikaday .pika-title button.pika-next {
            right: 4px
        }

            .form-filter .box-calendar .calendar .calendar__pikaday .pika-title button.pika-next:before {
                content: "";
                display: block;
                width: 11px;
                height: 19px;
                background: url("../imagesNova/arrow-next.svg") center no-repeat
            }

.form-filter .box-calendar .calendar .calendar__pikaday .pika-table {
    width: 100%
}

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-table td {
        padding-top: 14.5%;
        position: relative;
        width: 14.25%
    }

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-table th, .form-filter .box-calendar .calendar .calendar__pikaday .pika-table abbr {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #000C4C;
        text-decoration: none
    }

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-table th {
        padding-bottom: 16px
    }

.form-filter .box-calendar .calendar .calendar__pikaday .pika-single td .pika-button {
    border: 0;
    font-family: "Spartan MB";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4E4B59
}

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-single td .pika-button:hover {
        background: #1750E5;
        color: white
    }

@media (max-width: 991px) {
    .form-filter .box-calendar .calendar .calendar__pikaday .pika-single td .pika-button {
        font-size: 12px;
        font-weight: 500;
        line-height: 21px
    }
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-single td.is-disabled .pika-button {
    color: #ACABB7
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-single td.is-startrange .pika-button {
    background: #1750E5;
    color: white
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-single td.is-inrange .pika-button {
    background: #CCCEDB;
    color: #4E4B59
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-single td.is-endrange .pika-button {
    background: #1750E5;
    color: white
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-select {
    display: none
}

.form-filter .box-calendar .calendar .calendar__pikaday button {
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-single.is-hidden {
    display: none
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.form-filter .box-calendar .calendar .calendar__pikaday .pika-title .pika-label {
    padding-left: 68px;
    margin: 0
}

    .form-filter .box-calendar .calendar .calendar__pikaday .pika-title .pika-label:nth-child(2) {
        padding: 0
    }

@media (max-width: 991px) {
    .form-filter .mobile-box-filters {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #ACABB7;
        width: 100%;
        height: 85px;
        justify-content: space-between;
        align-items: center;
        background: white;
        padding: 16px;
        z-index: 2
    }

        .form-filter .mobile-box-filters span {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            color: #000C4C
        }

            .form-filter .mobile-box-filters span.button {
                border: 2px solid #1750E5;
                width: 162px;
                color: #1750E5
            }
}

span.select2-results ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4E4B59;
    border-bottom: 1px solid #E1E0E7;
    padding: 17px 24px
}

.section-duvidas {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .section-duvidas {
        margin-bottom: 64px
    }
}

.section-duvidas h2 {
    font-size: 42px;
    line-height: 50px;
    color: #000C4C;
    margin-bottom: 64px;
    text-align: center
}

@media (max-width: 991px) {
    .section-duvidas h2 {
        font-size: 22px;
        line-height: 23px;
        margin: 40px 0
    }
}

.section-duvidas .accordion-item {
    border: 0;
    margin-bottom: 32px
}

.section-duvidas .accordion button {
    background: #FAFAFA;
    padding: 19px 24px 19px 104px;
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    border: 0;
    box-shadow: none
}

@media (max-width: 991px) {
    .section-duvidas .accordion button {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        padding: 25px 24px 26px 56px
    }
}

.section-duvidas .accordion-body {
    font-family: "Spartan MB";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #706D7A;
    padding: 19px 24px 19px 104px;
    background: #FAFAFA
}

@media (max-width: 991px) {
    .section-duvidas .accordion-body {
        padding: 25px 24px 26px 56px;
        font-size: 14px;
        line-height: 22px
    }
}

.section-duvidas .accordion .accordion-button::after {
    content: "";
    background: url("../imagesNova/icon-plus-blue.svg") center no-repeat;
    position: absolute;
    left: 49px;
    top: 12px;
    width: 40px;
    height: 40px
}

@media (max-width: 991px) {
    .section-duvidas .accordion .accordion-button::after {
        width: 24px;
        height: 24px;
        left: 15px;
        top: 23px
    }
}

.section-duvidas .accordion .accordion-button:not(.collapsed)::after {
    background: url("../imagesNova/icon-menor-blue.svg") center no-repeat
}

.section-two-cards {
    background: #F1F1F1;
    padding: 112px 0
}

@media (max-width: 991px) {
    .section-two-cards {
        padding: 60px 0
    }
}

.section-two-cards .content {
    max-width: 390px
}

@media (max-width: 991px) {
    .section-two-cards .content {
        max-width: 250px
    }
}

.section-two-cards .content h2 {
    color: #000C4C;
    margin-bottom: 32px
}

    .section-two-cards .content h2 strong {
        color: #0047FF
    }

.section-two-cards .content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-two-cards .content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #4E4B59;
        margin-bottom: 40px
    }
}

@media (max-width: 1199px) {
    .section-two-cards .box-cards {
        padding: 0 10px
    }
}

.section-two-cards .box-cards .card {
    width: 413px;
    height: auto;
    min-height: 358px;
    padding: 40px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.04),0px 0px 4px rgba(0,0,0,0.04)
}

@media (max-width: 767px) {
    .section-two-cards .box-cards .card {
        width: 100%;
        min-height: 292px
    }
}

.section-two-cards .box-cards .card:first-child {
    margin-right: 41px
}

@media (max-width: 767px) {
    .section-two-cards .box-cards .card:first-child {
        margin: 0 0 32px 0
    }
}

.section-two-cards .box-cards .card figure {
    margin-bottom: 24px
}

    .section-two-cards .box-cards .card figure img {
        width: 40px;
        height: 40px
    }

.section-two-cards .box-cards .card h3 {
    margin-bottom: 24px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-two-cards .box-cards .card h3 {
        line-height: 29px
    }
}

.section-two-cards .box-cards .card h3 strong {
    font-size: 34px;
    line-height: 41px
}

@media (max-width: 991px) {
    .section-two-cards .box-cards .card h3 strong {
        font-size: 24px;
        line-height: 29px
    }
}

.section-two-cards .box-cards .card p {
    font-size: 18px;
    line-height: 27px;
    color: #000C4C;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-two-cards .box-cards .card p {
        font-size: 16px;
        line-height: 21px
    }
}

.section-two-cards .box-cards .card p strong {
    font-weight: 600;
    color: #0047FF
}

.section-vagas {
    margin: 120px 0 0 0
}

@media (max-width: 767px) {
    .section-vagas {
        margin: 40px 0
    }
}

.section-vagas .breadcrumb p {
    color: #4E4B59;
    margin-bottom: 0
}

.section-vagas .breadcrumb span {
    margin: 0 12px
}

    .section-vagas .breadcrumb span::before {
        content: '';
        background: url(../imagesNova/arrow-bread-cinza.png);
        width: 24px;
        height: 24px
    }

.section-vagas h2 {
    font-size: 42px;
    line-height: 50px;
    color: #000C4C;
    margin-bottom: 32px;
    max-width: 450px
}

@media (max-width: 767px) {
    .section-vagas h2 {
        font-size: 22px;
        line-height: 23px
    }
}

.section-vagas p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4E4B59;
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .section-vagas p {
        font-size: 16px;
        line-height: 21px
    }
}

.section-vagas .box-content .box {
    padding: 16px 24px;
    background: #F6F6F6;
    margin-bottom: 32px
}

    .section-vagas .box-content .box:last-child {
        margin-bottom: 0
    }

    .section-vagas .box-content .box h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
        color: #000C4C
    }

@media (max-width: 767px) {
    .section-vagas .box-content .box h3 {
        font-size: 16px;
        line-height: 24px
    }
}

.section-vagas .box-content .box .box-footer {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .section-vagas .box-content .box .box-footer {
        display: block
    }
}

.section-vagas .box-content .box .box-footer span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000C4C;
    display: flex
}

@media (max-width: 767px) {
    .section-vagas .box-content .box .box-footer span {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 32px
    }
}

.section-vagas .box-content .box .box-footer span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/fale-conosco/icon-location-vinho.svg") center no-repeat;
    margin-right: 8px
}

@media (max-width: 767px) {
    .section-vagas .box-content .box .box-footer span::before {
        width: 20px;
        height: 20px
    }
}

.section-vagas .box-content .box .box-footer a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    display: flex
}

    .section-vagas .box-content .box .box-footer a:hover:after {
        transform: translateX(10px)
    }

@media (max-width: 767px) {
    .section-vagas .box-content .box .box-footer a {
        border: 2px solid #1750E6;
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .section-vagas .box-content .box .box-footer a:hover {
            background: #1750E6;
            color: white
        }
}

.section-vagas .box-content .box .box-footer a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imagesNova/icon-ver-mais-blue.svg") center no-repeat;
    margin-left: 8px;
    transition: .3s ease
}

#FormTrabalheConosco {
    width: 100%
}

    #FormTrabalheConosco .upload {
        margin-bottom: 32px
    }

@media (max-width: 767px) {
    #FormTrabalheConosco .upload {
        margin-bottom: 24px
    }
}

#FormTrabalheConosco .upload h4 {
    font-family: "Spartan MB";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4E4B59;
    margin-bottom: 8px
}

#FormTrabalheConosco .upload p {
    font-size: 14px;
    line-height: 19px;
    color: #706D7A;
    margin-bottom: 32px
}

#FormTrabalheConosco .upload input#fileInput {
    opacity: 0;
    display: none
}

#FormTrabalheConosco .upload label {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    cursor: pointer;
    width: auto;
    margin-bottom: 0;
    transition: .3s ease
}

    #FormTrabalheConosco .upload label:hover {
        color: #0C34FB
    }

#FormTrabalheConosco .upload #fileInfo {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

    #FormTrabalheConosco .upload #fileInfo p {
        font-family: "Spartan MB";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4E4B59;
        margin-bottom: 0;
        background: #F5F7FA;
        padding: 8px 14px 8px 24px
    }

    #FormTrabalheConosco .upload #fileInfo #removeButton {
        border: 0;
        color: #4E4B59;
        font-family: "Spartan MB";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        background: transparent;
        background: #F5F7FA;
        padding: 8px 24px 8px 0
    }

#FormTrabalheConosco .upload #fileInput-error {
    color: #920034;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 4px 0 0 0;
    display: block
}

@media (max-width: 991px) {
    #FormTrabalheConosco .upload #fileInput-error {
        font-size: 14px;
        line-height: 17px
    }
}

.section-conselheiro {
    padding: 120px 0 180px 0;
    position: relative
}

@media (max-width: 991px) {
    .section-conselheiro {
        padding: 0 0 60px 0
    }
}

.section-conselheiro h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-conselheiro h2 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px
    }
}

.section-conselheiro p {
    font-size: 18px;
    line-height: 27px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-conselheiro p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px
    }
}

.section-conselheiro .box-content figure {
    margin: 0
}

    .section-conselheiro .box-content figure img {
        width: 303px;
        height: 250px;
        object-fit: cover
    }

@media (max-width: 991px) {
    .section-conselheiro .box-content figure img {
        width: 100%
    }
}

.section-conselheiro .box-content .content {
    border-top: 1px solid #C6C5CE;
    border-bottom: 1px solid #C6C5CE;
    border-right: 1px solid #C6C5CE;
    padding: 24px
}

@media (max-width: 991px) {
    .section-conselheiro .box-content .content {
        border: 0
    }
}

.section-conselheiro .box-content .content h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .section-conselheiro .box-content .content h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px
    }
}

.section-conselheiro .box-content .content p {
    font-size: 16px;
    line-height: 24px;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-conselheiro .box-content .content p {
        margin-bottom: 24px;
        max-width: 100%
    }
}

.section-conselheiro .box-content .content p.subtitle {
    font-weight: 600;
    color: #000C4C
}

@media (max-width: 991px) {
    .section-conselheiro .box-content .content p.subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 24px;
        max-width: 100%
    }
}

.section-conselheiro .box-content .content a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    display: flex
}

    .section-conselheiro .box-content .content a::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-ver-mais-blue.svg") center no-repeat;
        margin-left: 8px
    }

.section-cards-noticias {
    padding: 40px 0 124px
}

@media (max-width: 1199px) {
    .section-cards-noticias {
        padding: 64px 0 66px
    }
}

.section-cards-noticias .breadcrumb p {
    color: #4E4B59
}

.section-cards-noticias .breadcrumb span {
    margin: 0 12px
}

    .section-cards-noticias .breadcrumb span::before {
        content: '';
        background: url(../imagesNova/arrow-bread-cinza.png);
        width: 24px;
        height: 24px
    }

.section-cards-noticias .cards h3 {
    font-family: "Spartan MB";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .section-cards-noticias .cards h3 {
        font-size: 16px;
        line-height: 21px
    }
}

.section-cards-noticias .cards a {
    font-family: "Spartan MB";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1750E6;
    margin-bottom: 24px
}

    .section-cards-noticias .cards a svg {
        transition: all .3s ease
    }

    .section-cards-noticias .cards a:hover svg {
        transform: translateX(10px)
    }

.section-cards-noticias .cards img {
    width: 100%;
    height: 270px;
    object-fit: cover
}

@media (max-width: 991px) {
    .section-cards-noticias .cards img {
        height: 210px
    }
}

.section-cards-noticias .cards .box-data {
    background-color: #fff;
    position: absolute;
    top: -17px;
    padding: 4px 8px;
    border-radius: 4px
}

    .section-cards-noticias .cards .box-data p {
        color: #000C4C;
        font-family: "Spartan MB";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px
    }

@media (max-width: 767px) {
    .section-cards-noticias .cards .box-data p {
        font-size: 14px;
        line-height: 24px
    }
}

.section-cards-noticias .cards .box-data img {
    width: 24px;
    height: 24px;
    margin-right: 7px
}

.section-cards-noticias .cards .box-content {
    gap: 2%
}

@media only screen and (min-width: 960px) {
    .section-cards-noticias .cards .box-content .col-lg-4 {
        width: 31.33333% !important
    }
}

.section-cards-noticias .cards .box-coluna {
    background-color: #F6F6F6;
    margin-bottom: 56px
}

@media (max-width: 767px) {
    .section-cards-noticias .cards .box-coluna {
        margin-bottom: 32px
    }
}

.section-cards-noticias .cards .box-coluna .box-text {
    box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
    padding: 32px 16px 24px
}

.section-cards-noticias .cards .box-paginacao {
    margin: 40px 0 0 auto
}

@media (max-width: 1399px) {
    .section-cards-noticias .cards .box-paginacao {
        margin-right: 70px
    }
}

@media (max-width: 767px) {
    .section-cards-noticias .cards .box-paginacao {
        margin: 30px auto 0 auto
    }
}

.section-cards-noticias .cards .box-paginacao .navegacao a {
    top: 4px
}

.header-hero-template-noticias .content-hero {
    padding: 33px 0 73px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.header-hero-template-noticias .content-banner {
    width: 100%;
    position: absolute;
    top: 123px
}

@media (max-width: 991px) {
    .header-hero-template-noticias .content-banner {
        top: 64px
    }
}

.header-hero-template-noticias .content-banner img {
    width: 100%;
    height: 540px;
    object-fit: cover
}

@media (max-width: 1199px) {
    .header-hero-template-noticias .content-banner img {
        height: 582px
    }
}

@media (max-width: 767px) {
    .header-hero-template-noticias .content-banner img {
        max-height: 682px;
        height: auto;
        object-position: top
    }
}

@media (max-width: 575px) {
    .header-hero-template-noticias .content-banner img {
        max-height: 582px;
        height: auto;
        object-position: top
    }
}

.header-hero-template-noticias .breadcrumb {
    margin-bottom: 44px
}

    .header-hero-template-noticias .breadcrumb p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #706D7A;
        margin: 0
    }

        .header-hero-template-noticias .breadcrumb p.bread-atual {
            font-weight: 700
        }

    .header-hero-template-noticias .breadcrumb span {
        margin: 0 16px
    }

        .header-hero-template-noticias .breadcrumb span::before {
            content: '';
            background: url("../imagesNova/arrow-bread-black.svg");
            width: 7px;
            height: 12px;
            display: block
        }

.header-hero-template-noticias .content h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #F2582F;
    margin-bottom: 16px
}

    .header-hero-template-noticias .content h2.white {
        color: #706D7A
    }

    .header-hero-template-noticias .content h2.ciano {
        color: #00BEFF
    }

    .header-hero-template-noticias .content h2.bege {
        color: #ffdece
    }

.header-hero-template-noticias .content h3 {
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 24px;
    color: #E8E8E8
}

    .header-hero-template-noticias .content h3.ceu {
        color: #B0ECFF
    }

.header-hero-template-noticias .content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #706D7A;
    margin-bottom: 36px
}

@media (max-width: 991px) {
    .header-hero-template-noticias .content p {
        margin-bottom: 16px
    }
}

.header-hero-template-noticias .content p.semibold {
    font-weight: 600
}

.header-hero-template-noticias .content p.ciano {
    color: #00BEFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 991px) {
    .header-hero-template-noticias .content p.ciano {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600
    }
}

.header-hero-template-noticias .content .button {
    color: #F2582F;
    border: 2px solid #F2582F;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    min-width: 255px
}

    .header-hero-template-noticias .content .button:hover {
        background: #F2582F;
        color: #706D7A
    }

@media (max-width: 575px) {
    .header-hero-template-noticias .content .button {
        width: 100%
    }
}

.header-hero-template-noticias.header-template-noticias {
    width: 100%;
    height: 80px
}

@media (max-width: 991px) {
    .header-hero-template-noticias.header-template-noticias {
        height: 0
    }
}

.header-hero-template-noticias.header-template-noticias .breadcrumb {
    position: absolute;
    margin: 0;
    top: 0
}

@media (max-width: 991px) {
    .header-hero-template-noticias.header-template-noticias .breadcrumb {
        margin: 0;
        top: 24px
    }

        .header-hero-template-noticias.header-template-noticias .breadcrumb a img {
            display: block
        }
}

.header-hero-template-noticias.header-template-noticias .content-hero {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0
}

    .header-hero-template-noticias.header-template-noticias .content-hero .content-banner img {
        height: 603px
    }

@media (max-width: 991px) {
    .header-hero-template-noticias.header-template-noticias .content-hero .content-banner img {
        height: 86px
    }
}

.header-hero-template-noticias.header-template-noticias .content-hero .content h2 {
    color: #EFAD8C;
    text-align: center
}

@media (max-width: 991px) {
    .header-hero-template-noticias.header-template-noticias .content-hero .content h2 {
        margin-bottom: 0
    }
}

.header-hero-template-noticias.header-template-noticias .content-hero .content h2.white {
    color: white
}

.template-noticias-second-container .box-content {
    margin: 50px 0 56px
}

@media (max-width: 767px) {
    .template-noticias-second-container .box-content {
        margin: 0px 0px 40px;
        padding: 0px
    }
}

.template-noticias-second-container .box-content img {
    width: 100%;
    margin-bottom: 24px
}

.template-noticias-second-container .box-content h2 {
    font-family: "Spartan MB";
    font-weight: 400;
    font-size: 42px;
    line-height: 49px;
    color: #000C4C;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .template-noticias-second-container .box-content h2 {
        font-size: 28px;
        line-height: 33px;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .template-noticias-second-container .box-text {
        padding: 0 15px
    }
}

.template-noticias-second-container .box-text .box-item {
    margin-bottom: 16px
}

    .template-noticias-second-container .box-text .box-item:last-child {
        margin-bottom: 0px
    }

    .template-noticias-second-container .box-text .box-item p {
        color: #4E4B59;
        font-size: 16px;
        font-weight: 500;
        font-family: "Spartan MB";
        line-height: 21px
    }

@media (max-width: 767px) {
    .template-noticias-second-container .box-text .box-item p {
        color: #000C4C;
        font-size: 15px;
        font-weight: 600;
        line-height: 16px
    }
}

.template-noticias-second-container .box-text .box-item img {
    width: 24px;
    height: 24px;
    margin-right: 18px;
    margin-bottom: 0px
}

.template-noticias-second-container .box-big-text {
    margin-bottom: 96px
}

@media (max-width: 767px) {
    .template-noticias-second-container .box-big-text {
        padding: 0 15px;
        margin-bottom: 64px
    }
}

.template-noticias-second-container .box-big-text p {
    font-family: "Spartan MB";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4E4B59
}

.pagina-template-noticias .section-cards-noticias {
    background-color: #1750E5;
    padding: 120px 0 124px
}

@media (max-width: 1199px) {
    .pagina-template-noticias .section-cards-noticias {
        padding: 64px 0 66px
    }
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-title h2 {
    font-family: "Spartan MB";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 49.83px;
    color: #fff;
    margin-bottom: 64px
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia h3 {
    font-family: "Spartan MB";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-noticias .cards-template-noticia h3 {
        font-size: 16px;
        line-height: 21px
    }
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia a {
    font-family: "Spartan MB";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 24px
}

    .pagina-template-noticias .section-cards-noticias .cards-template-noticia a svg {
        transition: all .3s ease
    }

    .pagina-template-noticias .section-cards-noticias .cards-template-noticia a:hover svg {
        transform: translateX(10px)
    }

.pagina-template-noticias .section-cards-noticias .cards-template-noticia img {
    width: 100%
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-data {
    background-color: #fff;
    position: absolute;
    top: -17px;
    padding: 4px 8px;
    border-radius: 4px
}

    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-data p {
        color: #000C4C;
        font-family: "Spartan MB";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px
    }

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-data p {
        font-size: 14px;
        line-height: 24px
    }
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-data img {
    width: 24px;
    height: 24px;
    margin-right: 7px
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-content {
    gap: 2%
}

@media only screen and (min-width: 960px) {
    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-content .col-lg-4 {
        width: 31.33333% !important
    }
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-coluna-template-noticias {
    background-color: #F6F6F6;
    margin-bottom: 56px
}

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-coluna-template-noticias {
        margin-bottom: 32px
    }
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-coluna-template-noticias .box-text {
    box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
    padding: 32px 16px 24px
}

    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-coluna-template-noticias .box-text .button-ler-noticia {
        color: #1750E5;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-paginacao {
    margin: 40px 0 0 auto
}

@media (max-width: 1399px) {
    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-paginacao {
        margin-right: 70px
    }
}

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-paginacao {
        margin: 30px auto 0 auto
    }
}

.pagina-template-noticias .section-cards-noticias .cards-template-noticia .box-paginacao .navegacao a {
    top: 0px
}

.pagina-template-noticias .section-cards-template-noticias {
    padding: 120px 0
}

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias {
        margin-top: 56px;
        padding: 56px 0 56px
    }
}

.pagina-template-noticias .section-cards-template-noticias.azul {
    background: #1750E5
}

    .pagina-template-noticias .section-cards-template-noticias.azul h2, .pagina-template-noticias .section-cards-template-noticias.azul p {
        color: #fff
    }

    .pagina-template-noticias .section-cards-template-noticias.azul h2 {
        margin-bottom: 32px;
        font-weight: 400;
        color: #fff
    }

        .pagina-template-noticias .section-cards-template-noticias.azul h2 strong {
            display: flex;
            align-items: center;
            color: #fff
        }

        .pagina-template-noticias .section-cards-template-noticias.azul h2 svg {
            margin-right: 32px
        }

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias.azul h2 svg {
        margin-right: 16px
    }
}

.pagina-template-noticias .section-cards-template-noticias.cinza {
    background: #1750E5;
    margin-top: 0
}

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias.cinza .carousel {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px
    }

        .pagina-template-noticias .section-cards-template-noticias.cinza .carousel:after {
            content: 'flickity';
            display: none
        }

        .pagina-template-noticias .section-cards-template-noticias.cinza .carousel .carousel-cell {
            width: 247px;
            margin-right: 15px;
            display: flex;
            justify-content: center
        }
}

.pagina-template-noticias .section-cards-template-noticias.cinza .flickity-enabled .carousel-cell {
    margin-bottom: 0
}

.pagina-template-noticias .section-cards-template-noticias.cinza.elemento {
    position: relative
}

.pagina-template-noticias .section-cards-template-noticias.cinza h2 {
    color: #fff;
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 64px;
    font-weight: 400
}

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-template-noticias.cinza h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 24px
    }
}

.pagina-template-noticias .section-cards-template-noticias p {
    color: #4E4B59;
    margin-bottom: 48px
}

.pagina-template-noticias .section-cards-template-noticias .card {
    border: none;
    border-radius: 0;
    min-height: 100%;
    justify-content: space-between
}

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias .card {
        margin-bottom: 0
    }
}

.pagina-template-noticias .section-cards-template-noticias .card img {
    display: block;
    width: 100%;
    height: auto
}

.pagina-template-noticias .section-cards-template-noticias .card .content {
    padding: 32px
}

    .pagina-template-noticias .section-cards-template-noticias .card .content h4 {
        margin-bottom: 16px
    }

    .pagina-template-noticias .section-cards-template-noticias .card .content p {
        color: #000C4C;
        margin-bottom: 32px;
        min-height: 76px;
        font-size: 18px
    }

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias .card .content p {
        min-height: 145px;
        margin-bottom: 0
    }
}

.pagina-template-noticias .section-cards-template-noticias .card .content a {
    font-weight: 700;
    color: #1750E5
}

    .pagina-template-noticias .section-cards-template-noticias .card .content a svg {
        transition: all .3s ease
    }

    .pagina-template-noticias .section-cards-template-noticias .card .content a:hover svg {
        transform: translateX(10px)
    }

.pagina-template-noticias .section-cards-template-noticias ol.flickity-page-dots {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias ol.flickity-page-dots {
        justify-content: center
    }
}

.pagina-template-noticias .section-cards-template-noticias ol.flickity-page-dots li.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #1750E5;
    background: transparent;
    transition: all .3s ease;
    margin: 0 .25rem;
    opacity: .75
}

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias ol.flickity-page-dots li.dot {
        width: 8px;
        height: 8px;
        background: #1750E5;
        border: none
    }
}

.pagina-template-noticias .section-cards-template-noticias ol.flickity-page-dots li.dot.is-selected {
    background: #1750E5;
    opacity: 1
}

@media (max-width: 991px) {
    .pagina-template-noticias .section-cards-template-noticias ol.flickity-page-dots li.dot.is-selected {
        width: 24px
    }
}

.pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias img {
    width: 100%
}

.pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias h3 {
    font-family: "Spartan MB";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias h3 {
        font-size: 16px;
        line-height: 21px
    }
}

.pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias .box-text {
    background-color: #F6F6F6;
    box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
    padding: 32px 16px 24px
}

    .pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias .box-text a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        font-family: "Spartan MB"
    }

.pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias .box-data {
    background-color: #fff;
    position: absolute;
    top: -17px;
    padding: 4px 8px;
    border-radius: 4px
}

    .pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias .box-data p {
        color: #000C4C;
        font-family: "Spartan MB";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px
    }

@media (max-width: 767px) {
    .pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias .box-data p {
        font-size: 14px;
        line-height: 24px
    }
}

.pagina-template-noticias .section-cards-template-noticias .card .box-coluna-template-noticias .box-data img {
    width: 24px;
    height: 24px;
    margin-right: 7px
}

.pagina-template-noticias .box-paginacao {
    position: relative
}

    .pagina-template-noticias .box-paginacao .pagination .pagina {
        font-family: "Spartan MB"
    }

    .pagina-template-noticias .box-paginacao .pagination .pagina-atual {
        border: 1.4px solid #fff
    }

.section-accordion {
    margin-bottom: 80px
}

    .section-accordion .box-accordion h2 {
        font-family: "Spartan MB";
        font-weight: 700;
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 40px;
        color: #000C4C
    }

@media (max-width: 991px) {
    .section-accordion .box-accordion h2 {
        font-size: 24px;
        line-height: 28px
    }
}

.section-accordion .box-accordion p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    color: black
}

@media (max-width: 991px) {
    .section-accordion .box-accordion p {
        font-size: 16px;
        line-height: 21px
    }
}

.section-accordion .box-accordion .box-conteudo-cientifico {
    border: 1px solid #E1E0E7;
    padding: 24px 24px 0px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-accordion .box-accordion .box-conteudo-cientifico {
        padding: 16px 16px 0px;
        margin-bottom: 32px
    }
}

.section-accordion .box-accordion .box-conteudo-cientifico .box-text h2 {
    color: #000C4C;
    font-family: 'Spartan MB';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .section-accordion .box-accordion .box-conteudo-cientifico .box-text h2 {
        font-size: 16px;
        line-height: 21px
    }
}

.section-accordion .box-accordion .box-conteudo-cientifico .box-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #706D7A;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-accordion .box-accordion .box-conteudo-cientifico .box-text p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-accordion .box-accordion .accordion .accordion-item {
    border: 0;
    margin-bottom: 24px
}

    .section-accordion .box-accordion .accordion .accordion-item h2 {
        margin-bottom: 0
    }

        .section-accordion .box-accordion .accordion .accordion-item h2 .accordion-button::after {
            display: none
        }

        .section-accordion .box-accordion .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
            display: none
        }

        .section-accordion .box-accordion .accordion .accordion-item h2 .accordion-button::before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            background: url("../imagesNova/icon-add.svg") center no-repeat;
            margin-right: 32px
        }

@media (max-width: 991px) {
    .section-accordion .box-accordion .accordion .accordion-item h2 .accordion-button::before {
        position: absolute;
        left: 0
    }
}

.section-accordion .box-accordion .accordion .accordion-item h2 .accordion-button:not(.collapsed)::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../imagesNova/icon-remove-add.svg") center no-repeat;
    margin-right: 32px
}

@media (max-width: 991px) {
    .section-accordion .box-accordion .accordion .accordion-item h2 .accordion-button:not(.collapsed)::before {
        position: absolute;
        left: 0
    }
}

.section-accordion .box-accordion .accordion .accordion-item h2 button {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: #FAFAFA;
    font-family: "Spartan MB";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    padding: 24px 24px 24px 32px;
    position: relative
}

@media (max-width: 991px) {
    .section-accordion .box-accordion .accordion .accordion-item h2 button {
        padding: 24px 24px 24px 48px;
        font-size: 16px;
        line-height: 21px
    }
}

.section-accordion .box-accordion .accordion .accordion-item .accordion-collapse {
    background: #FAFAFA
}

    .section-accordion .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 24px 24px 24px 104px
    }

@media (max-width: 991px) {
    .section-accordion .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 4px 24px 24px 48px
    }
}

.section-accordion .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body p, .section-accordion .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body li {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #706D7A;
    margin-bottom: 0
}

.section-accordion .sticky {
    height: fit-content;
    position: sticky;
    top: 70px
}

@media (max-width: 991px) {
    .section-accordion .sticky {
        position: relative;
        top: inherit
    }
}

.section-accordion .box-desenvolva {
    width: 100%;
    background: white;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    padding: 40px;
    margin: 20px 0 0 0
}

@media (max-width: 991px) {
    .section-accordion .box-desenvolva {
        margin: 0
    }
}

.section-accordion .box-desenvolva h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 32px;
    text-align: center;
    max-width: 310px
}

@media (max-width: 991px) {
    .section-accordion .box-desenvolva h4 {
        max-width: 100%
    }
}

.section-accordion .box-desenvolva ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0
}

    .section-accordion .box-desenvolva ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 16px;
        display: flex
    }

@media (max-width: 991px) {
    .section-accordion .box-desenvolva ul li {
        color: #000C4C
    }
}

.section-accordion .box-desenvolva ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../imagesNova/arrow-right-blue.svg") left center no-repeat;
    margin-right: 8px
}

.section-accordion .box-desenvolva .button-download {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000C4C;
    margin-bottom: 24px;
    display: flex;
    justify-content: center
}

    .section-accordion .box-desenvolva .button-download:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-download.svg") left center no-repeat;
        margin-left: 8px
    }

.section-accordion .box-desenvolva .button.blue {
    border: 2px solid #1750E5;
    color: #1750E5;
    padding: 1rem 4.4rem;
    margin: 0 auto;
    display: flex;
    width: 230px
}

    .section-accordion .box-desenvolva .button.blue:hover {
        color: #fff;
        background: #1750E5
    }

.header-hero.header-biblioteca {
    background: #000C4C
}

@media (max-width: 991px) {
    .header-hero.header-biblioteca .content-hero {
        padding: 23px 0 23px 0
    }

        .header-hero.header-biblioteca .content-hero .breadcrumb {
            margin: 0
        }
}

.header-hero.header-biblioteca h1 {
    display: block;
    text-align: center;
    color: white;
    font-size: 56px;
    font-weight: 600;
    line-height: 67.2px
}

@media (max-width: 991px) {
    .header-hero.header-biblioteca h1 {
        font-size: 32px;
        line-height: 38.4px
    }
}

.section-accordion.section-accordion-biblioteca {
    padding: 72px 0 120px 0;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-accordion.section-accordion-biblioteca {
        padding: 40px 0 62px 0
    }
}

.section-accordion.section-accordion-biblioteca h2.first-h2 {
    font-family: "Spartan MB";
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-accordion.section-accordion-biblioteca h2.first-h2 {
        font-size: 28px;
        line-height: 33px
    }
}

.section-accordion.section-accordion-biblioteca p.first-p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 64px;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-accordion.section-accordion-biblioteca p.first-p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 80px
    }
}

@media (max-width: 991px) {
    .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item {
        margin-bottom: 32px
    }

        .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item h2 button {
            font-family: "Spartan MB";
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            padding: 24px 24px 24px 48px
        }

            .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item h2 button:before {
                width: 14px;
                height: 14px;
                left: 18px
            }

            .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item h2 button:not(.collapsed)::before {
                width: 14px;
                height: 14px;
                left: 18px
            }

        .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
            padding: 0 24px 24px 56px
        }

            .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body ul {
                padding: 0 0 0 16px
            }

            .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body li, .section-accordion.section-accordion-biblioteca .box-accordion .accordion .accordion-item .accordion-collapse .accordion-body p {
                font-weight: 500;
                font-size: 14px;
                line-height: 21px
            }
}

.section-accordion.section-accordion-biblioteca .accordion-body p {
    margin-bottom: 24px !important
}

.section-accordion.section-accordion-biblioteca .accordion-body ul {
    list-style: none;
    padding: 0
}

.section-accordion.section-accordion-biblioteca .accordion-body a {
    color: #1750E5;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin-bottom: 24px
}

    .section-accordion.section-accordion-biblioteca .accordion-body a svg {
        transition: all 300ms ease
    }

    .section-accordion.section-accordion-biblioteca .accordion-body a:hover svg {
        transform: translateX(10px)
    }

.header-hero.header-eventos {
    width: 100%;
    height: 313px;
    background: #000C4C
}

@media (max-width: 991px) {
    .header-hero.header-eventos {
        height: 224px;
        padding: 0px 0 64px
    }
}

@media (max-width: 991px) {
    .header-hero.header-eventos .content-hero {
        padding: 63px 0 0 0px;
        height: 224px
    }
}

.header-hero.header-eventos .content-hero .content-banner img {
    height: 313px
}

@media (max-width: 991px) {
    .header-hero.header-eventos .content-hero .content-banner img {
        height: 224px
    }
}

.header-hero.header-eventos .content {
    margin-bottom: 32px
}

    .header-hero.header-eventos .content h1 {
        margin-bottom: 32px;
        text-align: center
    }

@media (max-width: 991px) {
    .header-hero.header-eventos .content h1 {
        margin-bottom: 0px !important
    }
}

.header-hero.header-eventos .content h1 strong {
    color: white
}

@media (max-width: 991px) {
    .header-hero.header-eventos .content h1 strong {
        margin-bottom: 0px;
        font-size: 32px
    }
}

@media (max-width: 991px) {
    .header-hero.header-eventos .content h1 {
        margin-bottom: 24px
    }
}

.header-hero.header-eventos .content p {
    margin: 0 auto;
    font-weight: 600;
    text-align: center
}

@media (max-width: 991px) {
    .header-hero.header-eventos .content p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-cards-noticias.section-cards-eventos {
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-cards-noticias.section-cards-eventos {
        padding: 64px 0 120px
    }
}

.section-cards-noticias.section-cards-eventos .cards img.capa {
    height: 195px;
    object-fit: cover
}

@media (max-width: 767px) {
    .section-cards-noticias.section-cards-eventos .cards .box-data p {
        font-size: 12px;
        line-height: 16px
    }
}

.section-cards-noticias.section-cards-eventos .cards h3 {
    margin-bottom: 8px
}

.section-cards-noticias.section-cards-eventos .cards span.trace {
    border: 1px solid #DBCFD3;
    display: block;
    margin-bottom: 8px
}

.section-cards-noticias.section-cards-eventos .cards .box-local {
    margin-bottom: 80px
}

    .section-cards-noticias.section-cards-eventos .cards .box-local p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #000C4C;
        margin-bottom: 0
    }

        .section-cards-noticias.section-cards-eventos .cards .box-local p span {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #5F5C6B
        }

.section-breadcrumb {
    margin: 32px 0 120px 0
}

@media (max-width: 991px) {
    .section-breadcrumb {
        margin: 32px 0
    }
}

.section-breadcrumb .breadcrumb p {
    color: #706D7A
}

    .section-breadcrumb .breadcrumb p.bread-atual {
        color: #4E4B59
    }

.section-breadcrumb .breadcrumb span::before {
    background: url("../imagesNova/arrow-bread-cinza.png");
    width: 17px;
    height: 22px
}

.section-content-eventos {
    margin-bottom: 120px
}

@media (max-width: 991px) {
    .section-content-eventos {
        margin-bottom: 64px
    }
}

.section-content-eventos .box-left h2 {
    font-size: 42px;
    line-height: 50px;
    color: #000C4C;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-content-eventos .box-left h2 {
        font-size: 28px;
        line-height: 33px
    }
}

.section-content-eventos .box-left h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin: 64px 0 32px 0
}

@media (max-width: 991px) {
    .section-content-eventos .box-left h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        margin: 56px 0 32px 0
    }
}

.section-content-eventos .box-left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #4E4B59;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .section-content-eventos .box-left p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-content-eventos .box-left ul li p {
    margin-bottom: 0
}

.section-content-eventos .carousel-cell {
    width: 100%;
    height: 355px;
    margin: 64px 0
}

@media (max-width: 991px) {
    .section-content-eventos .carousel-cell {
        height: 186px
    }
}

.section-content-eventos .carousel-cell .main-carousel {
    height: 100%
}

    .section-content-eventos .carousel-cell .main-carousel .cover {
        width: 100%;
        height: 100%
    }

        .section-content-eventos .carousel-cell .main-carousel .cover img {
            object-fit: cover;
            width: 100%;
            height: 100%
        }

.section-content-eventos .flickity-button {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 0;
    top: 50%
}

    .section-content-eventos .flickity-button.next {
        background: #1750E5 url("../imagesNova/seta-direita.svg") center no-repeat;
        right: 0;
        top: inherit;
        bottom: -31px
    }

    .section-content-eventos .flickity-button.previous {
        background: #1750E5 url("../imagesNova/seta-esquerda.svg") center no-repeat;
        right: 72px;
        left: inherit;
        top: inherit;
        bottom: -31px
    }

    .section-content-eventos .flickity-button svg {
        display: none
    }

.section-content-eventos ol.flickity-page-dots {
    display: none
}

.section-content-eventos .box-form {
    border: 1px solid #C6C5CE;
    padding: 32px;
    width: 520px;
    margin: 0 0 auto auto;
    position: relative
}

@media (max-width: 1199px) {
    .section-content-eventos .box-form {
        width: 430px;
        margin: 0 auto
    }
}

@media (max-width: 991px) {
    .section-content-eventos .box-form {
        width: 100%;
        margin-top: 36px
    }
}

.section-content-eventos .box-form.fixed {
    position: fixed;
    top: 140px;
    right: 50%;
    margin-right: -632px
}

@media (max-width: 1399px) {
    .section-content-eventos .box-form.fixed {
        margin-right: -587px
    }
}

@media (max-width: 1199px) {
    .section-content-eventos .box-form.fixed {
        margin-right: -463px
    }
}

@media (max-width: 991px) {
    .section-content-eventos .box-form.fixed {
        position: relative;
        top: inherit;
        right: inherit;
        margin-right: inherit
    }
}

.section-content-eventos .box-form form {
    width: 100%
}

    .section-content-eventos .box-form form .enviar-form {
        width: 100%;
        color: #1750E5;
        border: 2px solid #1750E5;
        margin-top: 48px
    }

@media (max-width: 991px) {
    .section-content-eventos .box-form form .enviar-form {
        margin-top: 40px
    }
}

.section-content-eventos .box-form form .enviar-form:hover {
    background: #1750E5;
    color: white
}

.section-content-eventos .box-form h4 {
    font-family: "Spartan MB";
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 48px;
    text-align: left
}

@media (max-width: 991px) {
    .section-content-eventos .box-form h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 40px
    }
}

.section-potencialize {
    padding: 200px 0 24px 0
}

@media (max-width: 991px) {
    .section-potencialize {
        padding: 40px 0
    }
}

.section-potencialize h2 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 32px;
    max-width: 600px
}

@media (max-width: 991px) {
    .section-potencialize h2 {
        font-size: 22px;
        line-height: 23px;
        max-width: 100%
    }
}

.section-potencialize p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4E4B59;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-potencialize p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width: 991px) {
    .section-potencialize figure {
        margin-top: 40px
    }
}

.section-potencialize figure img {
    width: 377px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: block
}

@media (max-width: 991px) {
    .section-potencialize figure img {
        width: 100%
    }
}

.section-cards-horizontal h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-cards-horizontal h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 24px
    }
}

.section-cards-horizontal .card-item {
    border: 1px solid #E8E8E8;
    padding: 32px 24px;
    min-height: 216px;
    position: relative
}

@media (max-width: 1399px) {
    .section-cards-horizontal .card-item {
        min-height: 249px
    }
}

@media (max-width: 1199px) {
    .section-cards-horizontal .card-item {
        min-height: 277px
    }
}

@media (max-width: 991px) {
    .section-cards-horizontal .card-item {
        min-height: inherit;
        margin-bottom: 23px
    }
}

.section-cards-horizontal .card-item:after {
    content: '';
    width: 54px;
    height: 4px;
    background: #000C4C;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 40%
}

@media (max-width: 991px) {
    .section-cards-horizontal .card-item:after {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        left: 50%;
        margin-left: -30px
    }
}

.section-cards-horizontal .card-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000C4C;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-cards-horizontal .card-item p {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px
    }
}

.section-cards-horizontal a.button.azul {
    width: 294px;
    margin: 32px auto 0 auto;
    display: block
}

@media (max-width: 991px) {
    .section-cards-horizontal a.button.azul {
        margin: 0 auto
    }
}

.section-logos-treinadas {
    margin: 120px 0
}

@media (max-width: 991px) {
    .section-logos-treinadas {
        margin: 64px 0 0 0
    }
}

.section-logos-treinadas h2 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 64px;
    text-align: center
}

@media (max-width: 991px) {
    .section-logos-treinadas h2 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 32px
    }
}

.section-logos-treinadas .logos {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991px) {
    .section-logos-treinadas .logos {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 991px) {
    .section-logos-treinadas .logos figure {
        margin: 0 40px 25px 0
    }
}

@media (max-width: 510px) {
    .section-logos-treinadas .logos figure {
        margin: 0 0 25px 0
    }

        .section-logos-treinadas .logos figure:nth-child(odd) {
            margin-right: 40px
        }
}

.section-ritmo {
    background: #000C4C;
    max-width: 1290px;
    margin: 208px auto 120px auto;
    padding: 120px 120px 48px 120px;
    position: relative
}

@media (max-width: 1199px) {
    .section-ritmo {
        max-width: 100%;
        margin: 60px 15px;
        padding: 60px 60px 48px 60px
    }
}

@media (max-width: 991px) {
    .section-ritmo {
        margin: 64px 15px 56px 15px;
        padding: 32px 15px
    }
}

.section-ritmo .box-title {
    max-width: 540px
}

    .section-ritmo .box-title h3 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 32px;
        color: white
    }

@media (max-width: 991px) {
    .section-ritmo .box-title h3 {
        font-size: 22px;
        line-height: 33px
    }
}

.section-ritmo .box-title p {
    font-weight: 500;
    margin-bottom: 47px;
    color: white
}

@media (max-width: 991px) {
    .section-ritmo .box-title p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 32px
    }
}

.section-ritmo .box-white {
    width: 1068px;
    height: 176px;
    background: url("../imagesNova/educacao-corporativa/asset-white.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -50px
}

@media (max-width: 1199px) {
    .section-ritmo .box-white {
        width: 100%;
        margin: 0
    }
}

@media (max-width: 991px) {
    .section-ritmo .box-white {
        background: none;
        height: auto;
        margin-top: 245px;
        position: relative
    }
}

.section-ritmo .box-white figure {
    position: absolute;
    top: 39px;
    right: 50%;
    margin-right: -407px
}

@media (max-width: 1199px) {
    .section-ritmo .box-white figure {
        top: -21px
    }
}

@media (max-width: 991px) {
    .section-ritmo .box-white figure {
        top: -225px;
        margin-right: -120px
    }
}

@media (max-width: 767px) {
    .section-ritmo .box-white figure {
        top: -195px;
        margin-right: -100px
    }
}

.section-ritmo .box-white figure img {
    width: 100%;
    height: 273px;
    object-fit: cover
}

@media (max-width: 991px) {
    .section-ritmo .box-white figure img {
        height: 225px
    }
}

.section-ritmo .box-white ul {
    list-style: none;
    justify-content: center;
    width: 950px;
    position: absolute;
    bottom: 40px;
    right: 50%;
    margin-right: -460px
}

@media (max-width: 991px) {
    .section-ritmo .box-white ul {
        width: 100%;
        position: relative;
        right: inherit;
        bottom: inherit;
        margin: 0 auto;
        padding: 60px 0 0 0
    }
}

.section-ritmo .box-white ul li {
    padding: 16px 16px 16px 24px;
    background: #E8E8E8;
    border-left: 4px solid #1750E5;
    margin: 0 16px 16px 0
}

@media (max-width: 991px) {
    .section-ritmo .box-white ul li {
        margin: 0 0 16px 0
    }
}

.section-ritmo .box-white ul li p {
    font-weight: 700;
    color: #000C4C;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section-ritmo .box-white ul li p {
        font-weight: 600
    }
}

.section-curos-disponiveis {
    margin-bottom: 120px
}

@media (max-width: 991px) {
    .section-curos-disponiveis {
        margin-bottom: 60px
    }
}

.section-curos-disponiveis h2 {
    font-size: 34px;
    line-height: 44.2px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-curos-disponiveis h2 {
        font-size: 22px;
        line-height: 33px
    }
}

.section-curos-disponiveis p {
    color: #4E4B59;
    margin-bottom: 48px
}

.section-curos-disponiveis a {
    color: #0047FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    align-items: center;
    display: flex
}

    .section-curos-disponiveis a svg {
        margin-right: 8px
    }

.section-form {
    background: #F6F6F6;
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-form {
        padding: 56px 0 64px 0
    }
}

.section-form h2 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 24px
}

@media (max-width: 991px) {
    .section-form h2 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 32px
    }
}

.section-form p {
    font-weight: 500;
    color: #4E4B59
}

@media (max-width: 991px) {
    .section-form p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

.section-form form .enviar-form {
    width: 100%;
    color: #1750E5;
    border: 2px solid #1750E5
}

    .section-form form .enviar-form:hover {
        color: white;
        background: #1750E5
    }

.section-funciona h2, .section-membros h2, .section-informativo h2 {
    font-size: 34px;
    line-height: 44.2px;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-funciona h2, .section-membros h2, .section-informativo h2 {
        font-size: 28px;
        line-height: 33px
    }
}

.section-funciona p, .section-membros p, .section-informativo p {
    line-height: 21px;
    color: #4E4B59;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .section-funciona p, .section-membros p, .section-informativo p {
        font-size: 14px
    }
}

.section-funciona {
    padding: 120px 0 80px 0
}

@media (max-width: 991px) {
    .section-funciona {
        padding: 40px 0 56px 0
    }
}

.section-funciona ul {
    list-style: none;
    padding: 0;
    margin: 48px 0
}

@media (max-width: 991px) {
    .section-funciona ul {
        margin: 40px 0
    }
}

.section-funciona ul li {
    margin-bottom: 32px;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .section-funciona ul li {
        margin-bottom: 24px
    }
}

.section-funciona ul li:last-child {
    margin-bottom: 0
}

.section-funciona ul li:before {
    content: "";
    display: block;
    width: 32px;
    height: 74px;
    background: url("../imagesNova/cpa/asset-before-blue.svg") center no-repeat;
    margin-right: 8px
}

@media (max-width: 991px) {
    .section-funciona ul li:before {
        width: 16px;
        height: 52px
    }
}

.section-funciona ul li p {
    line-height: 24px;
    margin-bottom: 0
}

    .section-funciona ul li p span {
        font-family: "Spartan MB";
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        color: #000C4C;
        display: block;
        margin-bottom: 12px
    }

@media (max-width: 991px) {
    .section-funciona ul li p span {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 12px;
        margin-bottom: 0
    }
}

.section-membros {
    padding: 80px 0 120px 0;
    background: #F6F6F6
}

@media (max-width: 991px) {
    .section-membros {
        padding: 56px 0
    }
}

.section-membros ul {
    list-style: none;
    padding: 0;
    margin: 48px 0 0
}

    .section-membros ul li {
        margin-bottom: 24px
    }

        .section-membros ul li p {
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            color: #000C4C;
            margin-bottom: 0
        }

@media (max-width: 991px) {
    .section-membros ul li p {
        font-weight: 600;
        font-size: 16px;
        line-height: 21px
    }
}

.section-membros ul li p span {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #4E4B59;
    display: block
}

.section-informativo {
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-informativo {
        padding: 56px 0 64px 0
    }
}

.section-informativo .box-download {
    margin-top: 32px
}

@media (max-width: 991px) {
    .section-informativo .box-download {
        margin-top: 40px
    }
}

.section-informativo .box-download a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #1750E5;
    display: flex
}

    .section-informativo .box-download a:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("../imagesNova/icon-download-blue.svg") center no-repeat;
        margin-right: 8px
    }

    .section-informativo .box-download a:last-child {
        margin-bottom: 0
    }

.section-informativo .box-infos {
    margin-top: 48px;
    border: 1px solid #E8E8E8;
    padding: 48px 10px;
    width: 100%;
    position: relative
}

@media (max-width: 991px) {
    .section-informativo .box-infos {
        padding: 48px 24px;
        margin-top: 40px
    }
}

.section-informativo .box-infos:before {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: #0047FF;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -20px
}

.section-informativo .box-infos p {
    font-weight: 500;
    color: #4E4B59;
    max-width: 420px;
    text-align: center;
    margin: 0 auto
}

    .section-informativo .box-infos p a {
        font-size: 16px;
        font-weight: 500;
        line-height: 21.6px;
        color: #4E4B59;
        text-decoration: underline
    }

.section-hub {
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-hub {
        padding: 40px 0 56px 0
    }
}

.section-hub h2 {
    font-size: 34px;
    line-height: 44.2px;
    margin-bottom: 48px;
    max-width: 90%
}

@media (max-width: 991px) {
    .section-hub h2 {
        font-size: 28px;
        line-height: 33px
    }
}

.section-hub p {
    line-height: 21px;
    color: #4E4B59;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .section-hub p {
        font-size: 14px
    }
}

.section-hub-image {
    position: relative;
    padding: 73px 0
}

    .section-hub-image h2 {
        margin-bottom: 32px
    }

        .section-hub-image h2 strong {
            font-size: 46px;
            line-height: 59.8px
        }

    .section-hub-image p {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px
    }

    .section-hub-image .box-bottom-atividades {
        margin-top: 24px
    }

        .section-hub-image .box-bottom-atividades h3 {
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 24px
        }

        .section-hub-image .box-bottom-atividades ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .section-hub-image .box-bottom-atividades ul li {
                display: flex;
                margin-bottom: 16px
            }

                .section-hub-image .box-bottom-atividades ul li:before {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 20px;
                    background: url("../imagesNova/arrow-right-blue.svg") center no-repeat;
                    margin-right: 8px
                }

                .section-hub-image .box-bottom-atividades ul li p {
                    font-size: 16px;
                    line-height: 21.6px;
                    color: #000C4C;
                    margin: 0
                }

    .section-hub-image.elemento-um {
        background: #F6F6F6;
        padding: 58px 0
    }

    .section-hub-image.elemento-dois {
        background: #F6F6F6;
        padding: 96px 0
    }

.section-form.hub {
    background: white
}

    .section-form.hub h2 {
        max-width: 370px
    }

.section-contato.hub {
    background: url("../imagesNova/hub/background_hero_entrar_em_contato.png") center no-repeat;
    background-size: cover
}

    .section-contato.hub h2 {
        font-weight: 400;
        font-size: 34px;
        line-height: 44.2px;
        margin-bottom: 16px
    }

    .section-contato.hub p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px
    }

#politica h1 {
    color: #000C4C;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    margin: 100px 0 60px 0;
    text-align: center
}

@media (max-width: 991px) {
    #politica h1 {
        font-size: 24px;
        line-height: 27.6px;
        margin: 50px 0
    }
}

#politica .content {
    width: 90%;
    margin: 0 auto
}

@media (max-width: 991px) {
    #politica .content {
        width: 100%
    }
}

#politica h2 {
    color: #000C4C;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 68px 0 12px 0
}

@media (max-width: 991px) {
    #politica h2 {
        font-size: 18px;
        line-height: 22px
    }
}

#politica p {
    color: #4E4B59;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

    #politica p span {
        color: #4E4B59;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 8px 0 0 20px;
        display: block
    }

#politica ul {
    padding-left: 20px
}

    #politica ul:last-child {
        list-style: none
    }

    #politica ul li {
        color: #4E4B59;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }

.header-hero.header-sobre {
    height: 665px
}

@media (max-width: 1780px) {
    .header-hero.header-sobre {
        height: 585px
    }
}

@media (max-width: 1680px) {
    .header-hero.header-sobre {
        height: 535px
    }
}

@media (max-width: 1580px) {
    .header-hero.header-sobre {
        height: 435px
    }
}

@media (max-width: 1399px) {
    .header-hero.header-sobre {
        height: 425px
    }
}

@media (max-width: 1199px) {
    .header-hero.header-sobre {
        height: 325px
    }
}

@media (max-width: 575px) {
    .header-hero.header-sobre {
        height: 492px
    }
}

@media (max-width: 1199px) {
    .header-hero.header-sobre .content-banner {
        top: 64px
    }
}

.header-hero.header-sobre .content-banner img {
    height: 100%
}

@media (max-width: 1199px) {
    .header-hero.header-sobre .content-banner img {
        height: 412px
    }
}

@media (max-width: 991px) {
    .header-hero.header-sobre .content-banner img {
        height: 312px
    }
}

@media (max-width: 575px) {
    .header-hero.header-sobre .content-banner img {
        height: 100%
    }
}

@media (max-width: 991px) {
    .header-hero.header-sobre .content-hero {
        padding: 23px 0 23px 0
    }
}

.header-hero.header-sobre .content-hero .container.position-relative .row.d-flex.align-items-center {
    height: 80%
}

@media (max-width: 991px) {
    .header-hero.header-sobre .content-hero .container.position-relative .row.d-flex.align-items-center {
        height: 100%;
        align-items: flex-start !important
    }
}

@media (max-width: 767px) {
    .header-hero.header-sobre .content-hero .container.position-relative .row.d-flex.align-items-center {
        height: 100%;
        align-items: flex-end !important
    }
}

.header-hero.header-sobre .content h1 {
    color: white;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .header-hero.header-sobre .content h1 {
        font-size: 22px;
        margin-bottom: 16px
    }
}

.header-hero.header-sobre .content h1 strong {
    display: block;
    color: #7CE0FF;
    font-size: 48px;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 991px) {
    .header-hero.header-sobre .content h1 strong {
        font-size: 24px
    }
}

.header-hero.header-sobre .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white;
    max-width: 355px
}

.section-referencia-sobre {
    padding: 140px 0
}

@media (max-width: 991px) {
    .section-referencia-sobre {
        padding: 40px 0
    }

        .section-referencia-sobre img {
            margin-top: 32px
        }
}

.section-referencia-sobre h2 {
    color: #000C4C;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-referencia-sobre h2 {
        font-size: 22px;
        font-weight: 600
    }
}

.section-referencia-sobre h2 strong {
    color: #0047FF;
    display: block
}

.section-referencia-sobre p {
    color: #4E4B59;
    max-width: 530px
}

.header-hero.section-inovadora-sobre {
    position: relative;
    height: 800px
}

@media (max-width: 991px) {
    .header-hero.section-inovadora-sobre {
        background: #000C4C;
        height: auto
    }
}

.header-hero.section-inovadora-sobre .content {
    max-width: 480px
}

@media (max-width: 991px) {
    .header-hero.section-inovadora-sobre .content {
        max-width: 100%
    }
}

.header-hero.section-inovadora-sobre .content-hero {
    padding: 73px 0 73px 0
}

@media (max-width: 991px) {
    .header-hero.section-inovadora-sobre .content-hero {
        padding: 40px 0
    }
}

.header-hero.section-inovadora-sobre .content-banner {
    top: 0;
    height: 100%
}

    .header-hero.section-inovadora-sobre .content-banner img {
        height: 100%
    }

.header-hero.section-inovadora-sobre .content h3 {
    color: white;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .header-hero.section-inovadora-sobre .content h3 {
        font-size: 22px;
        margin-bottom: 16px
    }
}

.header-hero.section-inovadora-sobre .content h3 strong {
    color: #7CE0FF;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    display: block
}

@media (max-width: 991px) {
    .header-hero.section-inovadora-sobre .content h3 strong {
        font-size: 24px;
        font-weight: 600
    }
}

.header-hero.section-inovadora-sobre .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white
}

@media (max-width: 991px) {
    .header-hero.section-inovadora-sobre .content p {
        font-size: 14px;
        line-height: 21px
    }
}

.section-pelo-futuro-sobre {
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre {
        padding: 64px 0
    }
}

.section-pelo-futuro-sobre .row:first-child {
    border: 1px solid #E1E0E7;
    padding: 32px
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre .row:first-child {
        padding: 16px;
        margin: 0
    }
}

.section-pelo-futuro-sobre h2 {
    color: #000C4C;
    background: white;
    width: max-content;
    padding: 0 7px 0 0;
    margin: -63px 0 91px 0
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre h2 {
        margin: -42px 0 91px 0
    }
}

.section-pelo-futuro-sobre h2 strong {
    color: #0047FF;
    display: inline
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre h2 strong {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        display: block
    }
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre h2 {
        line-height: normal;
        margin-bottom: 37px
    }
}

.section-pelo-futuro-sobre h3 {
    color: #000C4C;
    font-size: 34px;
    font-weight: 400;
    line-height: 44.2px;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
        font-weight: 600
    }
}

.section-pelo-futuro-sobre h4 {
    color: #4E4B59;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.section-pelo-futuro-sobre p {
    color: #4E4B59;
    margin-bottom: 32px
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px
    }
}

.section-pelo-futuro-sobre p.p-left {
    font-size: 18px;
    line-height: 27px;
    max-width: 500px
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre p.p-left {
        font-size: 14px;
        line-height: 21px;
        max-width: 100%
    }
}

.section-pelo-futuro-sobre img {
    width: 520px;
    height: 321px;
    display: block
}

@media (max-width: 991px) {
    .section-pelo-futuro-sobre img {
        width: 100%;
        height: auto
    }
}

.section-nossos-valores-sobre {
    padding: 140px 0
}

@media (max-width: 991px) {
    .section-nossos-valores-sobre {
        padding: 64px 0
    }
}

.section-nossos-valores-sobre h2 {
    color: #000C4C;
    margin-bottom: 96px
}

    .section-nossos-valores-sobre h2 strong {
        color: #0047FF;
        display: block
    }

@media (max-width: 991px) {
    .section-nossos-valores-sobre h2 strong {
        font-size: 24px;
        line-height: 28px;
        display: block;
        font-weight: 600
    }
}

@media (max-width: 991px) {
    .section-nossos-valores-sobre h2 {
        line-height: normal;
        margin-bottom: 32px
    }
}

.section-nossos-valores-sobre h3 {
    color: #000C4C;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    margin-bottom: 12px
}

@media (max-width: 991px) {
    .section-nossos-valores-sobre h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px
    }
}

.section-nossos-valores-sobre p {
    color: #4E4B59;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    .section-nossos-valores-sobre p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 32px
    }
}

.section-nossos-valores-sobre img {
    width: 801px;
    height: 563px;
    display: block
}

@media (max-width: 991px) {
    .section-nossos-valores-sobre img {
        width: 100%;
        height: auto
    }
}

@media (max-width: 991px) {
    .ProcessoSeletivo .box-title h3 {
        margin-bottom: 24px !important
    }
}

.section-galeria-sobre {
    padding: 120px 0
}

@media (max-width: 991px) {
    .section-galeria-sobre {
        padding: 40px 0
    }
}

.section-galeria-sobre h2 {
    margin-bottom: 32px
}

    .section-galeria-sobre h2 strong {
        color: #0047FF
    }

@media (max-width: 991px) {
    .section-galeria-sobre h2 strong {
        color: #000C4C
    }
}

.section-galeria-sobre p {
    color: #4E4B59;
    margin-bottom: 96px;
    max-width: 650px
}

@media (max-width: 991px) {
    .section-galeria-sobre p {
        font-size: 14px;
        line-height: 21px;
        max-width: 100%;
        margin-bottom: 32px
    }
}

.section-galeria-sobre .carousel-cell {
    width: 100%;
    height: 670px
}

@media (max-width: 991px) {
    .section-galeria-sobre .carousel-cell {
        height: 186px;
        width: calc(95% - 8px);
        margin-right: 10px
    }
}

.section-galeria-sobre .carousel-cell .main-carousel {
    height: 100%
}

    .section-galeria-sobre .carousel-cell .main-carousel .cover {
        width: 100%;
        height: 100%
    }

        .section-galeria-sobre .carousel-cell .main-carousel .cover img {
            object-fit: cover;
            width: 100%;
            height: 100%
        }

.section-galeria-sobre .flickity-button {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 0;
    top: 50%
}

    .section-galeria-sobre .flickity-button.next {
        background: #1750E5 url("../imagesNova/seta-direita.svg") center no-repeat;
        right: -60px
    }

    .section-galeria-sobre .flickity-button.previous {
        background: #1750E5 url("../imagesNova/seta-esquerda.svg") center no-repeat;
        left: -60px
    }

    .section-galeria-sobre .flickity-button svg {
        display: none
    }

.section-galeria-sobre ol.flickity-page-dots {
    display: none
}

@media (max-width: 1199px) {
    .section-galeria-sobre ol.flickity-page-dots {
        justify-content: center;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 auto
    }
}

.section-galeria-sobre ol.flickity-page-dots li.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #1750E5;
    background: transparent;
    transition: all .3s ease;
    margin: 0 .25rem;
    opacity: .75
}

@media (max-width: 1199px) {
    .section-galeria-sobre ol.flickity-page-dots li.dot {
        width: 8px;
        height: 8px;
        background: #1750E5;
        border: none
    }
}

.section-galeria-sobre ol.flickity-page-dots li.dot.is-selected {
    background: #1750E5;
    opacity: 1
}

@media (max-width: 1199px) {
    .section-galeria-sobre ol.flickity-page-dots li.dot.is-selected {
        width: 24px
    }
}

.box-form .form-div {
    margin-bottom: 0px
}

.section-carosel.section-carosel-docente-mestrado.interna-executiva h2.second {
    margin: 90px 0 56px 0
}

    .section-carosel.section-carosel-docente-mestrado.interna-executiva h2.second strong {
        color: white;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px
    }

@media (max-width: 991px) {
    .section-carosel.section-carosel-docente-mestrado.interna-executiva h2.second strong {
        font-size: 24px;
        line-height: 28px
    }
}

.section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .cell {
    width: calc(18% - 8px)
}

@media (max-width: 991px) {
    .section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .cell {
        width: calc(78% - 8px)
    }
}

.section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .card {
    position: relative;
    box-shadow: none;
    background-color: transparent
}

    .section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .card img {
        height: 200px;
        -webkit-mask-image: linear-gradient(180deg, #000C4C 45.87%, #33303E -1.12%, rgba(102,109,148,0.66) 129.95%, rgba(153,158,183,0) 106.28%);
        object-fit: cover
    }

@media (max-width: 991px) {
    .section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .card img {
        height: 260px
    }
}

.section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .card h3 {
    font-family: "Spartan MB";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: white;
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: 0;
    text-shadow: none;
    margin-top: 16px
}

@media (max-width: 991px) {
    .section-carosel.section-carosel-docente-mestrado.interna-executiva .carousel.carosel-convidados .card h3 {
        font-size: 16px;
        line-height: 24px
    }
}
