* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F8F8F8;
}

.container-fluid {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.content-container {
    min-height: 50vh;
    width: 85%;
    margin: 0 auto;
    display: flex;
}

    .content-container.no-sidebar {
        display: block;
    }

        .content-container.no-sidebar .content {
            width: 100%;
            flex: unset;
            padding: 2.5rem 0;
        }

@media screen and (max-width: 1400px) {
    .content-container {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .content-container {
        width: 92.5%;
    }
}

@media screen and (max-width: 1024px) {
    .content-container {
        width: 95%;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .content-container {
        width: 100%;
        padding: 0 10px;
    }
}

.content-container .sidebar {
    flex: 0 0 20rem;
    position: relative;
    z-index: 15;
}

    .content-container .sidebar .sidebar-navigation {
        color: #333;
    }

@media screen and (max-width: 1024px) {
    .content-container .sidebar {
        display: flex;
        flex: auto;
        margin: 0 calc((5% + 20px) / 2 * -1);
    }

        .content-container .sidebar .sidebar-navigation {
            color: #fff;
        }

        .content-container .sidebar .section-title {
            text-align: center;
        }

        .content-container .sidebar .sidebar-navigation,
        .content-container .sidebar .quick-menu-container {
            border-radius: 0;
            flex: 50%;
        }

        .content-container .sidebar .sidebar-navigation__title {
            color: #fff;
            text-align: center;
        }

        .content-container .sidebar .quick-menu, .content-container .sidebar .quick-menu-container {
            margin-bottom: 0;
        }

        .content-container .sidebar .quick-menu {
            height: auto;
        }
}

@media screen and (max-width: 767px) {
    .content-container .sidebar {
        display: block;
    }

        .content-container .sidebar .quick-menu-container .quick-menu__items .quick-menu__item {
            width: 33.3333% !important;
        }
}

.content-container .content {
    flex: 1;
    width: calc(100px - 20rem);
}

@media screen and (max-width: 1024px) {
    .content-container .content {
        width: 100%;
    }
}

.content-wrapper {
    background-image: url("../../assets/images/logos/ibb-background-logo.png");
    background-position: bottom right -5%;
    background-repeat: no-repeat;
    background-size: 600px auto;
}

.content__main {
    padding: 3rem 2rem 5rem 3rem;
}

@media screen and (min-width: 1400px) {
    .content__main {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .content__main {
        padding: 2.5rem 2rem 4.5rem 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .content__main {
        padding: 2.25rem 1.75rem 4rem 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    .content__main {
        padding: 2rem 1.5rem 3rem 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .content__main {
        padding: 1.5rem 0rem 1.5rem 0rem;
    }
}

@media screen and (min-width: 1400px) {
    .content--70 .content__main {
        width: 70%;
    }
}

@media screen and (min-width: 1400px) {
    .content--80 .content__main {
        width: 80%;
    }
}

@media screen and (min-width: 1400px) {
    .content--90 .content__main {
        width: 90%;
    }
}

@media screen and (min-width: 1400px) {
    .content--100 .content__main {
        width: 100%;
    }
}

.content-wrapper {
    width: 100%;
}

* {
    font-size: 100%;
    color: #333;
    line-height: 150%;
}

@media screen and (max-width: 1400px) {
    * {
        font-size: 100%;
    }
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.home-section-title {
    font-size: 50px;
    font-weight: 700;
    color: #0E3B83;
}

.section-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

.section-title--secondary {
    font-size: 24px;
}

.section-title--primary {
    color: #113A7C;
    font-weight: 400;
    font-size: 36px;
}

.image-height-auto {
    height: auto;
}

.image-fit-contain {
    object-fit: contain;
}

.image-fit-cover {
    object-fit: cover;
}

.image-position-center {
    object-position: center;
}

.text-dark-blue {
    color: #113A7C !important;
}

.bg-dark-blue {
    background-color: #113A7C !important;
}

.border-top-none {
    border-top: none !important;
}

@media screen and (max-width: 600px) {
    .text-xs-left {
        text-align: left !important;
    }
}

.border-bottom-dark-blue {
    border-bottom: 1px solid #113A7C !important;
}

    .border-bottom-dark-blue:hover {
        color: #113A7C !important;
    }

.text-dark-less-blue {
    color: #0E3B83 !important;
}

.text-light-blue {
    color: #006788 !important;
}

.remove-link-decoration {
    color: inherit;
    text-decoration: none;
}

    .remove-link-decoration:hover {
        text-decoration: none;
    }

.border-radius-none {
    border-radius: 0 !important;
}

.bs_col_common, .col-xxl-1, .col-xxs-1, .col-xs-1, .col-xxl-2, .col-xxs-2, .col-xs-2, .col-xxl-3, .col-xxs-3, .col-xs-3, .col-xxl-4, .col-xxs-4, .col-xs-4, .col-xxl-5, .col-xxs-5, .col-xs-5, .col-xxl-6, .col-xxs-6, .col-xs-6, .col-xxl-7, .col-xxs-7, .col-xs-7, .col-xxl-8, .col-xxs-8, .col-xs-8, .col-xxl-9, .col-xxs-9, .col-xs-9, .col-xxl-10, .col-xxs-10, .col-xs-10, .col-xxl-11, .col-xxs-11, .col-xs-11, .col-xxl-12, .col-xxs-12, .col-xs-12, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxl-1-of-10, .col-xl-1-of-10, .col-lg-1-of-10, .col-md-1-of-10, .col-sm-1-of-10, .col-xxl-2-of-10, .col-xl-2-of-10, .col-lg-2-of-10, .col-md-2-of-10, .col-sm-2-of-10, .col-xxl-3-of-10, .col-xl-3-of-10, .col-lg-3-of-10, .col-md-3-of-10, .col-sm-3-of-10, .col-xxl-4-of-10, .col-xl-4-of-10, .col-lg-4-of-10, .col-md-4-of-10, .col-sm-4-of-10, .col-xxl-5-of-10, .col-xl-5-of-10, .col-lg-5-of-10, .col-md-5-of-10, .col-sm-5-of-10, .col-xxl-6-of-10, .col-xl-6-of-10, .col-lg-6-of-10, .col-md-6-of-10, .col-sm-6-of-10, .col-xxl-7-of-10, .col-xl-7-of-10, .col-lg-7-of-10, .col-md-7-of-10, .col-sm-7-of-10, .col-xxl-8-of-10, .col-xl-8-of-10, .col-lg-8-of-10, .col-md-8-of-10, .col-sm-8-of-10, .col-xxl-9-of-10, .col-xl-9-of-10, .col-lg-9-of-10, .col-md-9-of-10, .col-sm-9-of-10, .col-xxl-10-of-10, .col-xl-10-of-10, .col-lg-10-of-10, .col-md-10-of-10, .col-sm-10-of-10 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.box-shadow-none {
    box-shadow: none !important;
}

.box-shadow-xs {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important;
}

.box-shadow-sm {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px !important;
}

.box-shadow-md {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
}

.box-shadow-lg {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px !important;
}

.box-shadow-xl {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
}

.box-shadow-xxl {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px !important;
}

.box-shadow-bottom-dark {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-inherit {
    font-size: inherit !important;
}

.position-right {
    position: absolute !important;
    right: 0 !important;
}

.position-right-5 {
    position: absolute !important;
    right: 5px !important;
}

.position-right-10 {
    position: absolute !important;
    right: 10px !important;
}

.position-right-20 {
    position: absolute !important;
    right: 20px !important;
}

.position-vertically-center {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}

.image-icon {
    width: 24px;
    height: 24px;
}

.image-icon--16 {
    width: 16px;
    height: 16px;
}

.image-icon--20 {
    width: 20px;
    height: 20px;
}

.image-icon--24 {
    width: 24px;
    height: 24px;
}

.image-icon--36 {
    width: 36px;
    height: 36px;
}

.image-icon--48 {
    width: 48px;
    height: 48px;
}

.font-size-xs {
    font-size: 0.8rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-xs {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-xs {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-xs {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-xs {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-xs {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-xs {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-xs {
        font-size: 0.8rem !important;
    }
}

.font-size-sm {
    font-size: 0.9rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-sm {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-sm {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-sm {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-sm {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-sm {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-sm {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-sm {
        font-size: 0.9rem !important;
    }
}

.font-size-md {
    font-size: 1rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-md {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-md {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-md {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-md {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-md {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-md {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-md {
        font-size: 1rem !important;
    }
}

.font-size-ml {
    font-size: 1.15rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-ml {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-ml {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-ml {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-ml {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-ml {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-ml {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-ml {
        font-size: 1.15rem !important;
    }
}

.font-size-lg {
    font-size: 1.25rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-lg {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-lg {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-lg {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-lg {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-lg {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-lg {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-lg {
        font-size: 1.25rem !important;
    }
}

.font-size-xl {
    font-size: 1.5rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-xl {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-xl {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-xl {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-xl {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-xl {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-xl {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-xl {
        font-size: 1.5rem !important;
    }
}

.font-size-xxl {
    font-size: 2rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-xxl {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-xxl {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-xxl {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-xxl {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-xxl {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-xxl {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-xxl {
        font-size: 2rem !important;
    }
}

.font-size-xxxl {
    font-size: 2.5rem !important;
}

@media screen and (min-width: 1400px) {
    .font-xxl-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .font-xl-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .font-lg-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .font-md-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .font-sm-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 600px) {
    .font-xs-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .font-xxs-size-xxxl {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.border-radius-xs {
    border-radius: 1px !important;
}

.border-radius-sm {
    border-radius: 3px !important;
}

.border-radius-md {
    border-radius: 5px !important;
}

.border-radius-lg {
    border-radius: 10px !important;
}

.border-radius-xl {
    border-radius: 15px !important;
}

.image-size-250 {
    width: 250px !important;
}

.image-size-200 {
    width: 200px !important;
}

.image-size-175 {
    width: 175px !important;
}

.image-size-150 {
    width: 150px !important;
}

.image-size-125 {
    width: 125px !important;
}

.image-size-110 {
    width: 110px !important;
}

.image-size-100 {
    width: 100px !important;
}

.image-size-75 {
    width: 75px !important;
}

.image-size-50 {
    width: 50px !important;
}

.image-size-25 {
    width: 25px !important;
}

.line-height-110 {
    line-height: 110%;
}

.line-height-120 {
    line-height: 120%;
}

.line-height-130 {
    line-height: 130%;
}

.line-height-140 {
    line-height: 140%;
}

.line-height-150 {
    line-height: 150%;
}

.line-height-160 {
    line-height: 160%;
}

.line-height-170 {
    line-height: 170%;
}

.line-height-180 {
    line-height: 180%;
}

.line-height-190 {
    line-height: 190%;
}

.line-height-200 {
    line-height: 200%;
}

@media screen and (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media screen and (min-width: 1400px) {
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .col-xxs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.col-xxl-1-of-10 {
    flex: 0 0 10%;
    max-width: 10%;
}

@media screen and (max-width: 1400px) {
    .col-xl-1-of-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-1-of-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-1-of-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-1-of-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

.col-xxl-2-of-10 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (max-width: 1400px) {
    .col-xl-2-of-10 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-2-of-10 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-2-of-10 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-2-of-10 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-xxl-3-of-10 {
    flex: 0 0 30%;
    max-width: 30%;
}

@media screen and (max-width: 1400px) {
    .col-xl-3-of-10 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-3-of-10 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-3-of-10 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-3-of-10 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.col-xxl-4-of-10 {
    flex: 0 0 40%;
    max-width: 40%;
}

@media screen and (max-width: 1400px) {
    .col-xl-4-of-10 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-4-of-10 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-4-of-10 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-4-of-10 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.col-xxl-5-of-10 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-width: 1400px) {
    .col-xl-5-of-10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-5-of-10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-5-of-10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-5-of-10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-xxl-6-of-10 {
    flex: 0 0 60%;
    max-width: 60%;
}

@media screen and (max-width: 1400px) {
    .col-xl-6-of-10 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-6-of-10 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-6-of-10 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-6-of-10 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.col-xxl-7-of-10 {
    flex: 0 0 70%;
    max-width: 70%;
}

@media screen and (max-width: 1400px) {
    .col-xl-7-of-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-7-of-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-7-of-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-7-of-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.col-xxl-8-of-10 {
    flex: 0 0 80%;
    max-width: 80%;
}

@media screen and (max-width: 1400px) {
    .col-xl-8-of-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-8-of-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-8-of-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-8-of-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.col-xxl-9-of-10 {
    flex: 0 0 90%;
    max-width: 90%;
}

@media screen and (max-width: 1400px) {
    .col-xl-9-of-10 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-9-of-10 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-9-of-10 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-9-of-10 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.col-xxl-10-of-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 1400px) {
    .col-xl-10-of-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-10-of-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .col-md-10-of-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-10-of-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.white-border {
    border: 3px solid #fff;
}

.white-border-lg {
    border: 5px solid #fff;
}

.white-border-xl {
    border: 7.5px solid #fff;
}

.card {
    padding: 1rem 0;
    border-radius: 10px;
    background-color: #fff;
    border: transparent;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

    .card .card-section-title {
        color: #1CAFD9;
        background-color: #F5F5F5;
        padding: 15px 20px;
        font-size: 1.25rem;
        font-weight: 700;
    }

.input-group.datepicker-group .input-group-append {
    cursor: pointer;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

    .input-group.datepicker-group .input-group-append:hover:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

    .input-group.datepicker-group .input-group-append .input-group-text {
        background-color: #fafafa;
        border: none;
    }

    .input-group.datepicker-group .input-group-append span.fa {
        font-size: 20px;
        color: #9E9E9E;
    }

select.form-control,
textarea.form-control,
input.form-control {
    padding: 0 1.25rem;
    height: 50px;
    background-color: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    select.form-control:focus,
    textarea.form-control:focus,
    input.form-control:focus {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

textarea.form-control {
    padding: .5rem 1.25rem;
}

.nav-title {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 600px) {
    .nav-title {
        text-align: center;
    }
}

.nav-desc {
    font-size: 1rem;
}

.nav.nav-tabs {
    display: flex;
    align-items: flex-end;
    border-bottom: none;
}

    .nav.nav-tabs .nav-item {
        flex: 1 0 0;
        text-align: center;
        border-bottom: 5px solid #1CAFD9;
    }

        .nav.nav-tabs .nav-item:first-child .nav-link {
            border-top-left-radius: 1rem;
        }

        .nav.nav-tabs .nav-item:last-child .nav-link {
            border-top-right-radius: 1rem;
        }

        .nav.nav-tabs .nav-item:not(.active):not(:last-child) {
            border-right: 1px solid #D8D8D8;
        }

        .nav.nav-tabs .nav-item:not(.active):not(:first-child) {
            border-left: 1px solid #D8D8D8;
        }

    .nav.nav-tabs .nav-link {
        font-size: 1.1rem;
        display: block;
        padding: 1rem 1rem;
        text-align: center;
        color: #333;
        background-color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .nav.nav-tabs .nav-link.active {
            background-color: #1CAFD9;
            color: #fff;
            font-weight: bold;
            padding: 1.15rem 1rem;
            border-top-right-radius: 1rem;
            border-top-left-radius: 1rem;
            border-bottom: none;
        }

.tab-content {
    min-height: 5rem;
    background-color: #fff;
    padding: 2rem 2.5rem;
}

@media screen and (max-width: 767px) {
    .tab-content {
        padding: 1.5rem 2rem;
    }
}

@media screen and (max-width: 600px) {
    .tab-content {
        padding: 1.25rem .5rem .5rem .5rem;
    }
}

.dropdown .dropdown-menu {
    border-radius: 10px;
}

.dropdown--custom .dropdown-toggle::after {
    border: none !important;
}

.dropdown .dropdown-item {
    font-weight: 500;
}

    .dropdown .dropdown-item:active {
        color: #fff !important;
        background-color: #0E3B83;
    }

        .dropdown .dropdown-item:active * {
            color: inherit !important;
            background-color: inherit !important;
        }

    .dropdown .dropdown-item a {
        color: inherit;
        background-color: inherit;
        text-decoration: none;
        display: block;
    }

        .dropdown .dropdown-item a:active {
            color: #fff !important;
            background-color: #0E3B83 !important;
        }

.lb-next,
.lb-prev {
    display: block !important;
    opacity: 1 !important;
}

.datepicker {
    padding: 15px;
}

    .datepicker th.next {
        text-align: right;
    }

    .datepicker .datepicker-switch {
        text-align: center;
    }

    .datepicker .datepicker-days thead tr:nth-child(2) {
        margin-bottom: 2rem;
    }

        .datepicker .datepicker-days thead tr:nth-child(2) * {
            font-size: 1.25rem;
        }

    .datepicker .datepicker-days thead tr:nth-child(3) th {
        padding: .5rem;
    }

    .datepicker .datepicker-days td.day {
        padding: .5rem;
        text-align: center;
        cursor: pointer;
    }

        .datepicker .datepicker-days td.day:hover {
            background-color: #E8EAF6;
        }

        .datepicker .datepicker-days td.day.active {
            background-image: none;
            border-radius: 5px;
            font-weight: bold;
            background-color: #0E3B83 !important;
            color: #fff;
        }

.header {
    padding: 0.875rem 3rem;
    color: #333;
    background-color: #fff;
    border-bottom: 0.5rem solid #113A7C;
}

@media screen and (max-width: 1024px) {
    .header {
        padding: 0.875rem 0.875rem;
    }
}

.header__content {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--hero {
    color: #fff;
    background-color: transparent;
    border-bottom: none;
    padding: 0 3rem 0 0;
}

@media screen and (max-width: 1400px) {
    .header--hero {
        padding: 0 2rem 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .header--hero {
        padding: 0 0.875rem 0 0;
    }
}

.header--hero .btn--mobile-menu {
    color: #fff !important;
}

    .header--hero .btn--mobile-menu:focus {
        box-shadow: none;
    }

    .header--hero .btn--mobile-menu i {
        color: inherit;
    }

.header--hero .header__content {
    align-items: flex-start;
}

.header--hero .header__logo {
    max-width: 200px;
    height: auto;
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .header--hero .header__logo {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .header--hero .header__logo {
        display: none;
    }
}

.header--hero .header__logo--mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .header--hero .header__logo--mobile {
        display: block;
        max-width: 200px;
    }
}

.header--hero .header__navigation {
    margin-top: 15px;
}

.header--hero .navigation-menu .navigation-menu__link i {
    color: #fff;
}

.header__logo {
    max-width: 10rem;
    height: auto;
    object-fit: contain;
}

.header__logo--mobile {
    display: none;
}

@media screen and (max-width: 1400px) {
    .header__logo {
        width: 9rem;
    }
}

@media screen and (max-width: 1200px) {
    .header__logo {
        width: 9rem;
    }
}

@media screen and (max-width: 767px) {
    .header__logo {
        width: 10rem;
    }
}

.header .btn--mobile-menu {
    display: none;
    color: #333;
    font-size: 1.5rem;
}

    .header .btn--mobile-menu:focus {
        box-shadow: none;
    }

@media screen and (max-width: 767px) {
    .header .btn--mobile-menu {
        display: block;
    }
}

.header .btn--mobile-menu i {
    color: inherit;
}

.header__navigation {
    color: inherit;
    display: flex;
    align-items: center;
}

    .header__navigation .navigation-menu {
        color: inherit;
        margin-right: 5px;
        padding-right: 10px;
        border-right: 1px solid currentColor;
        transition: transform .5s ease, opacity .35s ease;
    }

@media screen and (max-width: 767px) {
    .header__navigation .navigation-menu {
        padding: 50px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        width: 100vw;
        min-height: 100vh;
        background-color: #fff;
        z-index: 999999;
        color: #113A7C;
        flex-direction: column;
        overflow: auto;
        transform: translateX(-100vw);
    }

        .header__navigation .navigation-menu.active {
            transform: translateX(0);
            opacity: 1;
        }

        .header__navigation .navigation-menu .navigation-menu__logo {
            width: 100px;
            height: auto;
        }

        .header__navigation .navigation-menu .navigation-menu__close-btn {
            padding: 0;
            text-align: right;
            color: #113A7C;
            font-size: 1.5rem;
        }

            .header__navigation .navigation-menu .navigation-menu__close-btn:focus {
                box-shadow: none;
            }

            .header__navigation .navigation-menu .navigation-menu__close-btn span {
                color: currentColor;
            }

        .header__navigation .navigation-menu .navigation-menu__mobile-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            margin-bottom: 25px;
        }

        .header__navigation .navigation-menu .dropdown-item {
            color: #113A7C !important;
        }

            .header__navigation .navigation-menu .dropdown-item:active, .header__navigation .navigation-menu .dropdown-item:hover {
                color: #fff !important;
            }

                .header__navigation .navigation-menu .dropdown-item:active a, .header__navigation .navigation-menu .dropdown-item:hover a {
                    color: #fff !important;
                }

            .header__navigation .navigation-menu .dropdown-item a {
                color: #113A7C !important;
            }

        .header__navigation .navigation-menu a.dropdown-item:active, .header__navigation .navigation-menu a.dropdown-item:hover {
            color: #fff !important;
        }

        .header__navigation .navigation-menu .navigation-menu__item {
            margin-left: 0;
        }

            .header__navigation .navigation-menu .navigation-menu__item .dropdown-menu {
                width: calc(100% - 20px);
                position: unset !important;
                border: unset !important;
                border-radius: 0 !important;
                margin-left: 20px;
                transform: unset !important;
                left: 0 !important;
                float: unset !important;
            }

            .header__navigation .navigation-menu .navigation-menu__item .dropdown-item {
                position: relative;
                padding: 15px 20px;
            }

        .header__navigation .navigation-menu .navigation-menu__link {
            padding: 15px 20px;
            color: currentColor;
            position: relative;
        }

            .header__navigation .navigation-menu .navigation-menu__link i {
                color: currentColor;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
            }
}

@media screen and (max-width: 600px) {
    .header__navigation .navigation-menu {
        padding: 20px;
        width: 100vw;
        transform: translateX(-100vw);
    }

        .header__navigation .navigation-menu.active {
            transform: translateX(0);
            opacity: 1;
        }
}

@media screen and (max-width: 400px) {
    .header__navigation .navigation-menu {
        padding: 10px;
    }
}

.header__navigation .navigation-menu__link {
    font-weight: 600;
}

.header__language {
    color: inherit;
}

    .header__language button.btn-lang-switch {
        padding: .375rem .4rem;
        color: inherit;
        font-weight: 600;
    }

        .header__language button.btn-lang-switch:focus {
            box-shadow: none;
        }

.header button.btn--search {
    color: inherit;
    font-size: 1.2rem;
}

    .header button.btn--search:focus {
        box-shadow: none;
    }

    .header button.btn--search i {
        color: inherit;
    }

.subheader {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.subheader__overlay {
    position: absolute;
    z-index: 10;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.subheader__content {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subheader__image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    display: block;
}

@media screen and (max-width: 1024px) {
    .subheader__image {
        display: none;
    }
}

.subheader__image-mobile {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    display: none;
}

@media screen and (max-width: 1024px) {
    .subheader__image-mobile {
        display: block;
    }
}

.subheader__content, .subheader__title, .subheader__desc {
    color: #fff;
}

.subheader__content {
    text-align: center;
}

.subheader__desc {
    font-size: 14px;
}

.subheader__title {
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .subheader__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 600px) {
    .subheader__title {
        font-size: 1.75rem;
    }
}

.footer__head {
    padding: 0.75rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background-color: #0E3B83;*/
    background-color: #505050;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.footer__head-navigation .navigation-menu__link {
    color: #B0B8CA;
}

@media screen and (max-width: 1024px) {
    .footer__head {
        display: none;
    }
}

.footer__content--centered {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #0E3B83;
}

.footer__mayor {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .footer__mayor {
        display: none;
    }
}

.footer__mayor--mobile {
    padding: 1.5rem 1rem;
    text-align: center;
    display: none;
    margin-bottom: .75rem;
}

    .footer__mayor--mobile .footer__mayor-title {
        text-align: center;
    }

@media screen and (max-width: 1024px) {
    .footer__mayor--mobile {
        display: block;
    }
}

.footer__mayor--mobile .footer__mayor-socials {
    display: flex;
    justify-content: center;
}

.footer__mayor-name {
    color: inherit;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1.25px;
}

.footer__mayor-title {
    display: block;
    color: inherit;
    font-weight: 300;
    font-style: italic;
    font-size: .8rem;
    text-align: right;
}

.footer__mayor-socials {
    margin-top: .75rem;
    display: flex;
    justify-content: flex-end;
}

.footer__mayor-social + .footer__mayor-social {
    margin-left: .75rem;
}

.footer__mayor-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

    .footer__mayor-social:focus {
        box-shadow: none;
    }

    .footer__mayor-social i {
        color: #0E3B83;
        font-size: 1.25rem;
    }

.footer__navigation {
    padding: 2rem 3rem;
    /*background-color: #0E3B83;*/
    background-color: #505050;
    display: flex;
}

    .footer__navigation .navigation-menu--mobile {
        display: none;
    }

@media screen and (max-width: 1024px) {
    .footer__navigation {
        padding: 1.5rem 2rem;
    }
}

@media screen and (max-width: 767px) {
    .footer__navigation {
        padding: 0.875rem 0.875rem;
    }
}

.footer__navigation .footer__nav:first-child {
    padding-right: 1rem;
}

@media screen and (max-width: 400px) {
    .footer__navigation .footer__logo img {
        width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 1400px) {
    .footer__navigation {
        flex-wrap: wrap;
    }
}

.footer__navs {
    flex: 0 0 66.6%;
    display: flex;
}

@media screen and (max-width: 1400px) {
    .footer__navs {
        flex: unset;
        width: 100%;
        order: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .footer__navs {
        display: none;
    }
}

.footer__logo {
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .footer__logo {
        flex: unset;
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 1024px) {
    .footer__logo {
        display: flex;
        padding: 1rem 2rem;
        justify-content: space-between;
        align-items: center;
    }

        .footer__logo .navigation-menu--mobile {
            display: block;
            flex-flow: column wrap;
        }

        .footer__logo .navigation-menu__item {
            margin-left: 0 !important;
            margin-bottom: .5rem;
        }

        .footer__logo .navigation-menu__link {
            color: #fff;
            font-size: 1.1rem;
        }
}

@media screen and (max-width: 400px) {
    .footer__logo {
        padding: 1rem;
    }
}

.footer__nav-title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.footer__menu {
    column-count: 2;
    max-height: 13rem;
}

.footer__menu-item + .footer__menu-item {
    margin-top: .3rem;
}

.footer__menu-item {
    display: block;
    margin-right: 2rem;
    color: #B0B8CA;
}

.footer__menu-link {
    color: inherit;
    transition: color .2s ease;
    text-decoration: none;
}

    .footer__menu-link:hover {
        text-decoration: none;
    }

    .footer__menu-link:hover {
        color: #006788;
    }

.footer__menu i {
    color: rgba(176, 184, 202, 0.4);
    margin-right: 5px;
}

.footer__logo-icon {
    width: 12.5rem;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .footer__logo-icon {
        width: 10rem;
    }
}

.footer__foot {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #0B2F69;*/
    background-color: #505050;
    color: #B0B8CA;
}

    .footer__foot * {
        color: inherit;
    }

@media screen and (max-width: 1024px) {
    .footer__foot {
        color: #fff;
        height: auto;
        flex-direction: column;
    }
}

.footer__credits {
    font-weight: 500;
    padding: 10px;
}

.btn-twitter {
    color: #20A1F1;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 2px solid #20A1F1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .btn-twitter:focus {
        box-shadow: none;
    }

@media screen and (max-width: 600px) {
    .btn-twitter {
        padding: .5rem 1.25rem;
        border-radius: 7.5px;
    }
}

.btn-twitter span {
    color: inherit;
    font-size: 1.25em;
    margin-right: 1rem;
}

.btn-twitter.active, .btn-twitter:hover {
    color: #fff;
    background-color: #20A1F1;
    border: 2px solid #20A1F1;
}

.btn-facebook {
    background-color: #fff;
    color: #36518D;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 2px solid currentColor;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .btn-facebook:focus {
        box-shadow: none;
    }

@media screen and (max-width: 600px) {
    .btn-facebook {
        padding: .5rem 1.25rem;
        border-radius: 7.5px;
    }
}

.btn-facebook span {
    color: inherit;
    font-size: 1.25em;
    margin-right: 1rem;
}

.btn-facebook.active, .btn-facebook:hover {
    background-color: #36518D;
    color: #fff;
    border: 2px solid #36518D;
}

.btn-instagram {
    background-color: #fff;
    color: #DE3869;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 2px solid currentColor;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .btn-instagram:focus {
        box-shadow: none;
    }

@media screen and (max-width: 600px) {
    .btn-instagram {
        padding: .5rem 1.25rem;
        border-radius: 7.5px;
    }
}

.btn-instagram span {
    color: inherit;
    font-size: 1.25em;
    margin-right: 1rem;
}

.btn-instagram.active, .btn-instagram:hover {
    color: #fff;
    background-color: #DE3869;
    border: 2px solid #DE3869;
}

.btn-youtube {
    background-color: #fff;
    color: #F70001;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 2px solid currentColor;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .btn-youtube:focus {
        box-shadow: none;
    }

@media screen and (max-width: 600px) {
    .btn-youtube {
        padding: .5rem 1.25rem;
        border-radius: 7.5px;
    }
}

.btn-youtube span {
    color: inherit;
    font-size: 1.25em;
    margin-right: 1rem;
}

.btn-youtube.active, .btn-youtube:hover {
    color: #fff;
    background-color: #F70001;
    border: 2px solid #F70001;
}

.btn-red {
    color: #fff;
    background-color: #CE1432;
}

    .btn-red:focus {
        box-shadow: none;
    }

    .btn-red:hover {
        color: #fff;
        background-color: #b7122c;
    }

.btn-white {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

    .btn-white:focus {
        box-shadow: none;
    }

    .btn-white:hover {
        background-color: #fafafa;
    }

.btn-dark-blue {
    color: #fff;
    background-color: #0E3B83;
}

    .btn-dark-blue:focus {
        box-shadow: none;
    }

    .btn-dark-blue > * {
        color: inherit;
    }

    .btn-dark-blue:hover {
        color: #fff;
        background-color: #0c316c;
    }

        .btn-dark-blue:hover > * {
            color: inherit;
        }

.btn-control-icon {
    height: 50px;
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
}

    .btn-control-icon .text {
        flex: 1;
        font-size: inherit;
        display: block;
        padding: 0 1.5rem;
        text-align: center;
        font-weight: bold;
    }

@media screen and (max-width: 1200px) {
    .btn-control-icon .text {
        padding: 0 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .btn-control-icon .text {
        padding: 0 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .btn-control-icon .text {
        padding: 0 1rem;
    }
}

.btn-control-icon img.icon {
    filter: brightness(0) invert(1);
    width: 2em;
}

@media screen and (max-width: 1200px) {
    .btn-control-icon img.icon {
        width: 1.75em;
    }
}

@media screen and (max-width: 767px) {
    .btn-control-icon img.icon {
        width: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    .btn-control-icon img.icon {
        width: 1.05em;
    }
}

.btn-control-icon i.icon {
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    .btn-control-icon i.icon {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 767px) {
    .btn-control-icon i.icon {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    .btn-control-icon i.icon {
        font-size: 1.05em;
    }
}

.btn-outline-dark-blue {
    color: #113A7C;
    background-color: #fff;
    border: 2px solid #113A7C;
    border-radius: 10px;
}

    .btn-outline-dark-blue:focus {
        box-shadow: none;
    }

    .btn-outline-dark-blue > * {
        color: inherit;
    }

    .btn-outline-dark-blue:hover {
        color: #fff;
        background-color: #0c316c;
    }

        .btn-outline-dark-blue:hover > * {
            color: inherit;
        }

.navigation-menu {
    display: flex;
    margin-bottom: 0;
    list-style-type: none;
    color: #333;
}

.navigation-menu__mobile-head {
    display: none;
}

.navigation-menu__item + .navigation-menu__item {
    margin-left: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .navigation-menu__item + .navigation-menu__item {
        margin-left: 1rem;
    }
}

.navigation-menu__item {
    color: inherit;
}

.navigation-menu__link {
    font-weight: 500;
    color: inherit;
    display: flex;
    align-items: center;
    transition: color .2s;
}

    .navigation-menu__link:hover {
        text-decoration: none;
        color: currentColor;
    }

    .navigation-menu__link i {
        margin-left: 5px;
        color: rgba(51, 51, 51, 0.4);
    }

.quick-menu {
    height: 100%;
    width: 100%;
    background-color: #1CAFD9;
}

.quick-menu--dual .quick-menu__item {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .quick-menu.md-1-of-3 .quick-menu__item {
        width: 33.333333%;
    }
}

@media screen and (max-width: 400px) {
    .quick-menu.md-1-of-3 .quick-menu__item {
        width: 50%;
    }
}

.quick-menu--sidebar {
    border-radius: 10px;
    margin-bottom: 2rem;
}

    .quick-menu--sidebar .section-title {
        margin-bottom: 24px;
    }

        .quick-menu--sidebar .section-title .fa-chevron-up,
        .quick-menu--sidebar .section-title .fa-chevron-down {
            display: none;
        }

@media screen and (min-width: 1025px) {
    .quick-menu--sidebar {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .quick-menu--sidebar {
        padding: 0 !important;
    }

        .quick-menu--sidebar:not(.active) .section-title .fa-chevron-down {
            display: block;
        }

        .quick-menu--sidebar .quick-menu {
            display: none;
        }

        .quick-menu--sidebar.active .quick-menu {
            display: block;
        }

        .quick-menu--sidebar.active .section-title .fa-chevron-up {
            display: block;
        }

        .quick-menu--sidebar .section-title {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            text-align: center;
        }

            .quick-menu--sidebar .section-title .fa-chevron-up,
            .quick-menu--sidebar .section-title .fa-chevron-down {
                margin-left: 10px;
                cursor: pointer;
                color: rgba(255, 255, 255, 0.75);
                margin-bottom: -3px;
                font-size: .75em;
            }
}

.quick-menu--sidebar .section-title {
    font-weight: 500;
    font-size: 20px;
}

.quick-menu--sidebar .quick-menu__item {
    padding: 0.5rem 1rem !important;
}

.quick-menu--sidebar .quick-menu__item-icon {
    text-align: center;
    width: 70px;
    height: 70px;
}

    .quick-menu--sidebar .quick-menu__item-icon svg, .quick-menu--sidebar .quick-menu__item-icon img {
        width: 40px;
        height: 35px;
        margin: 0 auto;
    }

    .quick-menu--sidebar .quick-menu__item-icon img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

.quick-menu__items {
    display: flex;
    flex-wrap: wrap;
}

.quick-menu--wide .quick-menu__item {
    width: 33%;
}

@media screen and (max-width: 1400px) {
    .quick-menu--wide .quick-menu__item {
        width: 33%;
        margin-bottom: .25rem;
    }
}

.quick-menu__item {
    padding: .5rem;
    flex: 0 0 auto;
    width: 33.3333%;
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

    .quick-menu__item:hover {
        text-decoration: none;
    }

@media screen and (max-width: 1400px) {
    .quick-menu__item {
        width: 50%;
        margin-bottom: .25rem;
    }
}

.quick-menu__item-icon {
    text-align: center;
}

    .quick-menu__item-icon img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85px;
        height: 85px;
        border-radius: 50%;
        margin-bottom: .5rem;
        background-color: #fff;
    }

.quick-menu__item-title {
    font-weight: 600;
    display: block;
    text-align: center;
    color: #fff;
}

.sidebar-navigation {
    padding: 1rem 0;
    transform: translateY(-3.5rem);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    color: #113A7C;
}

@media screen and (max-width: 1024px) {
    .sidebar-navigation {
        transform: translateY(0);
        border-radius: 0;
        box-shadow: none;
        background-color: #0E3B83;
        color: #fff;
    }
}

@media screen and (max-width: 600px) {
    .sidebar-navigation.active .sidebar-navigation__content {
        display: block;
    }

    .sidebar-navigation.active .sidebar-navigation__mobile {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 4px solid rgba(255, 255, 255, 0.5);
    }

        .sidebar-navigation.active .sidebar-navigation__mobile span.fa-chevron-up {
            display: block !important;
        }

        .sidebar-navigation.active .sidebar-navigation__mobile span.fa-chevron-down {
            display: none !important;
        }
}

.sidebar-navigation__mobile {
    color: inherit;
    display: none;
}

@media screen and (max-width: 600px) {
    .sidebar-navigation__mobile {
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-navigation__mobile-title {
        cursor: pointer;
        font-weight: 600;
        font-size: 1.25rem;
        color: inherit;
    }

        .sidebar-navigation__mobile-title:focus {
            box-shadow: none;
        }

        .sidebar-navigation__mobile-title:hover {
            color: #fff;
        }

    .sidebar-navigation__mobile span.fa {
        cursor: pointer;
        margin-left: 5px;
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: -3px;
    }

    .sidebar-navigation__mobile span.fa-chevron-up {
        display: none;
    }
}

.sidebar-navigation__content {
    color: inherit;
    background-color: inherit;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 600px) {
    .sidebar-navigation__content {
        display: none;
    }
}

.sidebar-navigation .navigation-menu {
    color: inherit;
    flex-direction: column;
}

.sidebar-navigation .navigation-menu__item {
    color: inherit;
    margin-left: 0;
}

.sidebar-navigation .navigation-menu__link {
    color: inherit;
    display: block;
    padding: .75rem 1rem !important;
}

.sidebar-navigation .navigation-menu__link, .sidebar-navigation__title {
    color: inherit;
    padding: .25rem 1rem;
}

.sidebar-navigation__title {
    font-size: 20px;
    font-weight: 600;
    color: #113A7C;
}

@media screen and (max-width: 600px) {
    .sidebar-navigation__title:hover {
        color: #fff;
    }
}

.sidebar-navigation .navigation-menu__link.active {
    color: #fff;
    background-color: #0E3B83;
}

@media screen and (max-width: 1024px) {
    .sidebar-navigation .navigation-menu__link.active {
        transform: translateY(0);
        border-radius: 0;
        box-shadow: none;
        background-color: #fff;
        color: #113A7C !important;
        font-weight: bold;
    }
}

.search {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 2rem;
    transition: opacity .2s ease;
    z-index: 99;
    opacity: 0;
}

    .search.active {
        opacity: 1;
    }

.search__input-group {
    position: relative;
    width: 100%;
    z-index: 10;
}

.search__control {
    padding: 0 4rem 0 3.5rem;
    height: 65px;
    border-radius: 2rem;
    width: 100%;
    border: 1px solid transparent;
    transition: box-shadow .2s ease, transform .5s ease, padding .5s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

@media screen and (max-width: 600px) {
    .search__control {
        padding: 0 3.5rem 0 2rem;
    }
}

.search__control:focus {
    padding: 0 3rem 0 2rem;
    outline: none;
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.search__control::placeholder {
    color: #d5d5d5;
}

.search__control:focus::placeholder {
    color: #a4a4a4;
}

.search__control:focus + .search__icon {
    color: #BDBDBD;
    right: 0rem;
}

.search__icon {
    color: #EEEEEE;
    font-size: 2rem;
    position: absolute;
    top: 32.5px;
    right: 3rem;
    transition: color .2s ease, right .5s ease;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
    .search__icon {
        right: 1.5rem;
    }
}

.search__results {
    overflow: hidden;
    top: 32.5px;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2rem;
    padding-left: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    max-height: 0;
    opacity: 0;
    overflow-y: auto;
    transition: padding-top .5s ease, padding-bottom .5s ease, max-height .5s ease, opacity .5s .2s ease;
}

    .search__results.active {
        opacity: 1;
        max-height: 30rem;
        padding-top: 67.5px;
        padding-bottom: 3rem;
        transition: padding-top .5s ease, padding-bottom .5s ease, max-height .5s ease, opacity .5s ease;
    }

.search__result {
    margin-top: 1rem;
}

.search__result-title {
    font-size: 13px;
    font-weight: 500;
    color: #113A7C;
    margin-bottom: .3rem;
}

.search__result-list {
    list-style: none;
    margin-bottom: .5rem;
}

.search__result-item {
    font-weight: 500;
    font-size: 15px;
}

.search__result-link {
    text-decoration: none;
    color: inherit;
}

    .search__result-link:hover {
        text-decoration: none;
    }

.imaged-post {
    display: block;
    width: 100%;
}

.imaged-post__block {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

@media screen and (max-width: 1200px) {
    .imaged-post__block {
        display: block;
    }
}

.imaged-post .ul, .imaged-post .ol {
    margin-left: 30px;
}

.imaged-post__img-right, .imaged-post__img-left, .imaged-post__img-center {
    width: 100%;
    max-height: 500px;
    object-position: center;
    object-fit: cover;
}

.imaged-post__img-right {
    object-fit: cover;
    margin-right: calc(-100% + 350px);
    padding: 2rem;
    float: right;
}

@media screen and (max-width: 1500px) {
    .imaged-post__img-right {
        margin-right: calc(-100% + 75px);
        padding: 1.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .imaged-post__img-right {
        float: unset;
        padding: unset;
        margin: .5rem 0;
        display: block;
    }
}

.imaged-post__img-left {
    object-fit: cover;
    margin-left: calc(-100% + 300px);
    padding: 2rem;
    max-height: unset;
}

@media screen and (max-width: 1700px) {
    .imaged-post__img-left {
        margin-left: calc(-100% + 250px);
        padding: 1.5rem;
    }
}

@media screen and (max-width: 1600px) {
    .imaged-post__img-left {
        margin-left: calc(-100% + 200px);
        padding: 1.5rem;
    }
}

@media screen and (max-width: 1500px) {
    .imaged-post__img-left {
        margin-left: calc(-100% + 100px);
        padding: 1.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .imaged-post__img-left {
        float: unset;
        padding: unset;
        margin: .5rem 0;
        display: block;
    }
}

.imaged-post__img-center {
    display: block;
}

.gallery {
    width: 100%;
}

.gallery__image {
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 250px;
    opacity: 1;
    transition: opacity .2s ease;
}

.gallery__image-wrapper {
    transition: background-color .2s ease;
    background-color: #000;
}

    .gallery__image-wrapper:hover img {
        opacity: .5;
    }

    .gallery__image-wrapper:hover i.fa-search {
        opacity: 1;
        top: 50%;
    }

    .gallery__image-wrapper i.fa-search {
        cursor: pointer;
        font-size: 2rem;
        opacity: 0;
        color: #fff;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .2s ease, top .2s ease;
    }

.gallery__footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery__navigation {
    margin-top: 1.5rem;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}

.gallery__navigation-item + .gallery__navigation-item {
    margin-left: .75rem;
}

.gallery__navigation-item.active .gallery__navigation-link {
    color: #fff;
    background-color: #113A7C;
}

.gallery__navigation-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .1rem;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #113A7C;
    background-color: #fff;
    border: 2px solid #113A7C;
    border-radius: 50%;
    transition: color .2s ease, background-color .2s ease;
}

    .gallery__navigation-link:hover {
        text-decoration: none;
    }

.lb-data .lb-close {
    position: absolute;
    top: -40px;
    right: 50px;
}

.lb-number {
    display: none;
}

.pyramid-list {
    display: block;
    width: 100%;
}

.pyramid-list__level {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .pyramid-list__level .user-card + .user-card {
        margin-left: 1rem;
    }

@media screen and (max-width: 600px) {
    .pyramid-list__level:nth-of-type(2) img {
        width: 100px !important;
        height: auto;
    }
}

.simple-list {
    display: block;
    list-style: none;
    margin-bottom: 0;
}

.simple-list--tight .simple-list__item + .simple-list__item {
    margin-top: .5rem;
}

.simple-list__item {
    display: block;
}

    .simple-list__item + .simple-list__item {
        margin-top: 1rem;
    }

.simple-card {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .simple-card:not(.align-left) {
        justify-content: center;
    }

.simple-card--horizontal {
    flex-direction: row;
}

    .simple-card--horizontal .simple-card__image {
        height: auto;
    }

    .simple-card--horizontal .simple-card__title {
        text-align: left;
        margin: 0 0 1rem 0;
    }

    .simple-card--horizontal .simple-card__content {
        padding-left: 1rem;
    }

@media screen and (max-width: 1024px) {
    .simple-card-md--vertical {
        flex-direction: column;
    }
}

.simple-card.fixed-image .simple-card__image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.simple-card__image {
    display: block;
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .simple-card__image {
        height: 250px;
    }
}

@media screen and (max-width: 400px) {
    .simple-card__image {
        height: 200px;
    }
}

.simple-card__image:not(.no-border) {
    border: 4px solid #fff;
}

.simple-card__image:not(.no-shadow) {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.simple-card__title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

    .simple-card__title.title-case {
        text-transform: capitalize;
    }

.user-card__head {
    text-align: center;
    margin-bottom: .5rem;
}

    .user-card__head img {
        border-radius: 10px;
        border: 3px solid #fff;
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    }

.user-card__title {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #113A7C;
}

.user-card__desc {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #737373;
}

.button-card {
    display: flex;
}

.button-card__actions {
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

@media screen and (max-width: 1024px) {
    .button-card__actions {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .button-card__actions {
        flex-direction: column;
    }
}

.button-card__main {
    width: 100%;
}

.button-card--boxed .card-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .button-card--boxed .card-body {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }
}

.button-card--boxed .card-body .button-card__button {
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: 15px;
}

    .button-card--boxed .card-body .button-card__button span.fa {
        margin-left: .5rem;
        font-size: 1.25rem;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    .button-card--boxed .card-body .button-card__button {
        width: 100%;
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .button-card {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .button-card--selectable table tbody tr {
        display: flex;
        flex-direction: column;
    }
}

.button-card--selectable table tbody tr .selection {
    width: 30%;
}

@media screen and (max-width: 600px) {
    .button-card--selectable table tbody tr .selection {
        width: 100%;
    }
}

.button-card .card {
    flex: 1;
}

.button-card .button-card__button {
    flex: 0 0 auto;
}

.button-card .card-button {
    padding-left: 1rem;
}

@media screen and (max-width: 600px) {
    .button-card .card-button {
        padding-left: 0;
        margin-top: .75rem;
        display: flex;
        justify-content: flex-end;
    }
}

.member-card {
    padding: .5rem 1rem;
    text-align: center;
}

.member-card__title {
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 600;
    color: #113A7C;
    line-height: 100%;
    margin-bottom: 1.15rem;
}

.member-card__name {
    font-weight: 700;
    font-size: 1.375rem;
}

.member-card__sub-title {
    margin-bottom: .5rem;
}

.member-card > * {
    display: block;
}

.nested-menu {
    list-style: none;
    margin-bottom: 0;
}

.nested-menu--child {
    margin-top: .5rem;
    margin-left: 1.5rem;
}

@media screen and (max-width: 600px) {
    .nested-menu--child {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .nested-menu--child {
        margin-left: .5rem;
    }
}

.nested-menu__item {
    margin-bottom: .25rem;
}

@media screen and (max-width: 600px) {
    .nested-menu__item > span {
        font-size: 95%;
    }
}

@media screen and (max-width: 400px) {
    .nested-menu__item > span {
        font-size: 90%;
    }
}

.nested-menu__item .fa-chevron-right {
    color: rgba(17, 58, 124, 0.75);
    margin-right: .5rem;
}

#orgAccordionView {
    position: relative;
    padding: 10px;
}

@keyframes slideRight {
    from {
        transform: translateX(-400px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes slideRightMobile {
    from {
        transform: translateX(-300px);
    }

    to {
        transform: translateX(0px);
    }
}

.org-accordion-card {
    cursor: pointer;
    width: 400px;
    height: 75px;
    position: absolute;
    border-radius: 7.5px;
    border: 2px solid #113a7c;
    display: flex;
    background-color: #fff !important;
}

@media screen and (max-width: 600px) {
    .org-accordion-card {
        width: 300px;
    }
}

.org-accordion-card:not(.root) {
    animation-name: slideRight;
    animation-duration: .4s;
}

@media screen and (max-width: 600px) {
    .org-accordion-card:not(.root) {
        animation-name: slideRightMobile;
    }
}

.org-accordion-card .link {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #113A7C;
    color: #fff;
    width: 22.5px;
    height: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .org-accordion-card .link i {
        font-size: .75rem;
        color: inherit;
    }

.org-accordion-card .child-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #113A7C;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    width: 22.5px;
    height: 22.5px;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-accordion-card__content {
    flex: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.org-accordion-card__image {
    max-width: 75px;
    flex: 0 0 75px;
    border-right: 2px solid #113A7C;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.org-accordion-card__title, .org-accordion-card__desc {
    line-height: 110%;
}

.org-accordion-card__title, .org-accordion-card__text {
    font-size: .9em;
}

@media screen and (max-width: 600px) {
    .org-accordion-card__title, .org-accordion-card__text {
        font-size: .8em;
    }
}

.org-accordion-card__title {
    display: block;
    font-weight: 600;
}

.table-responsive {
    border-radius: 12.5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 600px) {
    .table-responsive {
        box-shadow: none;
        padding: .5rem;
    }
}

.table-centered td, .table-centered th {
    vertical-align: middle !important;
}

.table-ibb {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-1-9 tbody tr td::before {
        width: 10% !important;
        min-width: 10% !important;
        max-width: 10% !important;
    }

    .table-ibb--mobile-1-9 tbody tr td .text {
        width: 90% !important;
        min-width: 90% !important;
        max-width: 90% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-2-8 tbody tr td::before {
        width: 20% !important;
        min-width: 20% !important;
        max-width: 20% !important;
    }

    .table-ibb--mobile-2-8 tbody tr td .text {
        width: 80% !important;
        min-width: 80% !important;
        max-width: 80% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-3-7 tbody tr td::before {
        width: 30% !important;
        min-width: 30% !important;
        max-width: 30% !important;
    }

    .table-ibb--mobile-3-7 tbody tr td .text {
        width: 70% !important;
        min-width: 70% !important;
        max-width: 70% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-4-6 tbody tr td::before {
        width: 40% !important;
        min-width: 40% !important;
        max-width: 40% !important;
    }

    .table-ibb--mobile-4-6 tbody tr td .text {
        width: 60% !important;
        min-width: 60% !important;
        max-width: 60% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-5-5 tbody tr td::before {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
    }

    .table-ibb--mobile-5-5 tbody tr td .text {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-6-4 tbody tr td::before {
        width: 60% !important;
        min-width: 60% !important;
        max-width: 60% !important;
    }

    .table-ibb--mobile-6-4 tbody tr td .text {
        width: 40% !important;
        min-width: 40% !important;
        max-width: 40% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-7-3 tbody tr td::before {
        width: 70% !important;
        min-width: 70% !important;
        max-width: 70% !important;
    }

    .table-ibb--mobile-7-3 tbody tr td .text {
        width: 30% !important;
        min-width: 30% !important;
        max-width: 30% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-8-2 tbody tr td::before {
        width: 80% !important;
        min-width: 80% !important;
        max-width: 80% !important;
    }

    .table-ibb--mobile-8-2 tbody tr td .text {
        width: 20% !important;
        min-width: 20% !important;
        max-width: 20% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb--mobile-9-1 tbody tr td::before {
        width: 90% !important;
        min-width: 90% !important;
        max-width: 90% !important;
    }

    .table-ibb--mobile-9-1 tbody tr td .text {
        width: 10% !important;
        min-width: 10% !important;
        max-width: 10% !important;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb {
        display: block;
    }
}

.table-ibb thead {
    color: #fff;
    background-color: #0E3B83;
}

@media screen and (max-width: 600px) {
    .table-ibb thead {
        display: none;
    }
}

.table-ibb thead tr,
.table-ibb thead tr th {
    color: inherit;
}

    .table-ibb thead tr th {
        vertical-align: middle;
        font-weight: 400;
        padding: 1.5rem 2rem;
    }

    .table-ibb thead tr th {
        border: none;
    }

        .table-ibb thead tr th:not(:last-child) {
            border-right: 2px solid #2F61B2;
        }

@media screen and (max-width: 600px) {
    .table-ibb tbody {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb tbody tr {
        display: block;
        margin-bottom: 1rem;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        .table-ibb tbody tr td + td::before {
            border-top: 1px solid #006788;
        }
}

@media screen and (max-width: 600px) {
    .table-ibb tbody tr td:first-child:before {
        border-top-left-radius: 10px;
    }
}

@media screen and (max-width: 600px) {
    .table-ibb tbody tr td:last-child:before {
        border-bottom-left-radius: 10px;
    }
}

.table-ibb tbody tr td {
    border-top: none;
    padding: 1rem 2rem;
}

@media screen and (max-width: 600px) {
    .table-ibb tbody tr td {
        display: flex;
        padding: 0;
        border-radius: 7.5px;
    }

        .table-ibb tbody tr td::before {
            width: 100px;
            min-width: 100px;
            max-width: 100px;
            padding: 1rem;
            display: flex;
            align-items: center;
            content: attr(data-title);
            background-color: #0E3B83;
            color: #fff;
        }

        .table-ibb tbody tr td .text {
            padding: .5rem .75rem;
            display: flex;
            align-items: center;
        }
}

.table-ibb.table-striped tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}

@media screen and (max-width: 600px) {
    .table-ibb.table-striped tbody tr:nth-child(even) {
        background-color: #fff;
    }
}

.table-ibb.table-striped tbody tr:nth-child(odd) {
    background-color: #fff;
}

@media screen and (max-width: 600px) {
    .table-ibb.table-striped tbody tr td:nth-child(even) {
        background-color: #f5f5f5;
    }
}

.user-details-card {
    display: flex;
}

@media screen and (max-width: 600px) {
    .user-details-card {
        flex-direction: column;
    }
}

.user-details-card .user-avatar .user-img {
    width: 100%;
    height: auto;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.user-details-card .user-name {
    font-size: 24px;
}

.user-details-card .card-content {
    padding: 1rem 3rem;
}

@media screen and (max-width: 600px) {
    .user-details-card .user-avatar,
    .user-details-card .card-content,
    .user-details-card .card-content * {
        text-align: center;
    }
}

.user-details-card .user-title {
    font-size: 18px;
    display: block;
    width: 250px;
}

@media screen and (max-width: 600px) {
    .user-details-card .user-title {
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .user-details-card__read-more {
        width: 100% !important;
        text-align: center;
    }
}

.navigation {
    list-style: none;
    display: flex;
    align-items: center;
}

.navigation__item + .navigation__item {
    margin-left: 15px;
}

.navigation__item {
    font-size: 20px;
}

    .navigation__item.prev span.fa {
        margin-left: -3px;
    }

    .navigation__item.next span.fa {
        margin-right: -3px;
    }

    .navigation__item:not(.info) .navigation__link {
        text-decoration: none;
        font-size: 1em;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #0E3B83;
        border: 1px solid transparent;
        transition: color .2s, background-color .2s, border .2s;
    }

        .navigation__item:not(.info) .navigation__link:hover {
            text-decoration: none;
        }

        .navigation__item:not(.info) .navigation__link:hover {
            background-color: #fff;
            color: #0E3B83;
            border: 1px solid #113A7C;
        }

        .navigation__item:not(.info) .navigation__link * {
            font-size: 1em;
            color: inherit;
        }

.service-card {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #113A7C;
    padding: 1rem;
    height: 75px;
    border-radius: 10px;
}

@media screen and (max-width: 1600px) {
    .service-card {
        padding: .75rem;
    }
}

@media screen and (max-width: 1400px) {
    .service-card {
        padding: .5rem;
    }
}

@media screen and (max-width: 1200px) {
    .service-card {
        padding: .75rem;
    }
}

.service-card.large .service-card__title,
.service-card.large .service-card__subtitle {
    font-size: 1.5rem;
}

@media screen and (max-width: 1600px) {
    .service-card.large .service-card__title,
    .service-card.large .service-card__subtitle {
        font-size: 1.25rem;
    }
}

.service-card__title, .service-card__subtitle {
    margin: 0;
    color: #113A7C;
    font-size: 13px;
    padding-right: 1rem;
}

@media screen and (max-width: 600px) {
    .service-card__title, .service-card__subtitle {
        font-size: 12px;
    }
}

.service-card__icons {
    display: flex;
    align-items: center;
}

.service-card__image {
    width: 40px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 1024px) {
    .table-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

.table-card__head {
    display: flex;
}

@media screen and (max-width: 1400px) {
    .table-card__head {
        flex-direction: column;
    }
}

.table-card__image {
    flex: 0 0 200px;
}

@media screen and (max-width: 1400px) {
    .table-card__image {
        text-align: center;
        margin-bottom: 1.5rem;
    }
}

.table-card__rows {
    flex: 1;
    margin-top: 1rem;
    padding-left: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .table-card__rows {
        padding-left: 0;
    }
}

.table-card__desc {
    margin-top: 1rem;
}

.org-chart {
    width: 100%;
    overflow: auto;
    min-height: 1000px;
    max-width: 100%;
    position: relative;
}

#orgChartView, .org-scheme {
    position: relative;
}

.org-scheme {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.org-scheme__card {
    border: 5px solid #113A7C;
    border-radius: 10px;
    display: flex;
    position: absolute;
    background-color: #F8F8F8;
    opacity: 0;
    z-index: 10;
}

    .org-scheme__card.visible {
        opacity: 1;
    }

.org-scheme__card-image {
    flex: 0 0 100px;
    border-right: 5px solid #113A7C;
}

    .org-scheme__card-image img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.org-scheme__card .child-icon {
    cursor: pointer;
    padding: 4px;
    bottom: 5px;
    right: 5px;
    border-radius: 3px;
    font-size: .8em;
    position: absolute;
    background-color: #113A7C;
    color: white;
}

.org-scheme__card-content {
    margin: 10px;
    flex: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .org-scheme__card-content * {
        text-align: center;
    }

.org-scheme__card-title, .org-scheme__card-desc {
    line-height: 110%;
}

.org-scheme__card-title, .org-scheme__card-desc {
    font-size: .9em;
}

.org-scheme__card-title {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.jtk-endpoint svg * {
    fill: transparent;
    stroke: transparent;
}

.user-card-block {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .user-card-block {
        flex-direction: column;
    }
}

.user-card-block__card {
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .user-card-block__card {
        width: 100%;
        flex: 1;
        text-align: center;
        margin-bottom: 2rem;
    }
}

.user-card-block__content {
    flex: 1;
}

.labelled-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.labelled-card__label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    color: #fff;
    background-color: #CE1432;
    border-bottom-left-radius: 10px;
}

.labelled-card__link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 25px;
    font-weight: 700;
}

    .labelled-card__link.dark {
        color: #0E3B83;
        text-shadow: 2px 2px 6px #fff, -1px 2px 6px #fff, -1px 2px 6px #fff;
    }

    .labelled-card__link.light {
        color: #fff;
    }

    .labelled-card__link * {
        color: inherit;
    }

.labelled-card__img {
    width: 100%;
    height: auto;
}

.contact-card {
    width: 100%;
    min-height: 350px;
    border-radius: 7.5px;
    background-color: #EEEEEE;
    display: flex;
    flex-wrap: wrap;
    transition: all .15s ease;
    cursor: pointer;
}

    .contact-card.active:not(.contact-card--imaged) {
        background-color: #113A7C;
    }

        .contact-card.active:not(.contact-card--imaged) i, .contact-card.active:not(.contact-card--imaged) span {
            color: #fff;
        }

        .contact-card.active:not(.contact-card--imaged) img {
            filter: brightness(0) invert(1);
        }

.contact-card--imaged {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .contact-card--imaged * {
        color: #fff;
    }

    .contact-card--imaged img {
        filter: brightness(0) invert(1);
    }

    .contact-card--imaged .contact-card__header {
        padding: 25px 40px;
        display: flex;
        justify-content: flex-end;
    }

@media screen and (max-width: 1024px) {
    .contact-card--imaged .contact-card__header {
        padding: 25px 37.5px;
    }
}

@media screen and (max-width: 767px) {
    .contact-card--imaged .contact-card__header {
        padding: 25px 35px;
    }
}

@media screen and (max-width: 600px) {
    .contact-card--imaged .contact-card__header {
        padding: 25px 25px;
    }
}

.contact-card--imaged .contact-card__header img {
    width: 65px;
}

@media screen and (max-width: 1024px) {
    .contact-card--imaged .contact-card__header img {
        width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .contact-card--imaged .contact-card__header img {
        width: 55px;
    }
}

.contact-card--imaged .contact-card__footer {
    position: relative;
    padding: 25px 65px 25px 40px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .contact-card--imaged .contact-card__footer {
        padding: 22.5px 60px 22.5px 35px;
    }
}

@media screen and (max-width: 767px) {
    .contact-card--imaged .contact-card__footer {
        padding: 20px 50px 20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .contact-card--imaged .contact-card__footer {
        padding: 15px 40px 15px 20px;
    }
}

.contact-card--imaged .contact-card__footer * {
    color: #fff;
}

.contact-card--imaged .contact-card__footer .contact-card__title {
    font-size: 4rem;
    max-width: 200px;
    line-height: 100%;
}

@media screen and (max-width: 1024px) {
    .contact-card--imaged .contact-card__footer .contact-card__title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-card--imaged .contact-card__footer .contact-card__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 600px) {
    .contact-card--imaged .contact-card__footer .contact-card__title {
        font-size: 2.5rem;
    }
}

.contact-card--imaged .contact-card__footer span.fa.fa-chevron-right {
    align-self: flex-end;
    margin-bottom: 10px;
}

.contact-card__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .contact-card__block * {
        font-size: 1.25rem;
    }

.contact-card__header {
    padding: 25px 15px;
}

    .contact-card__header img {
        width: 60px;
        height: auto;
        max-width: 75px;
    }

.contact-card__header, .contact-card__footer {
    height: 30%;
}

.contact-card__content {
    padding: 20px 0;
    height: 40%;
    text-align: center;
}

    .contact-card__content img {
        width: 100%;
        height: auto;
    }

    .contact-card__content * {
        color: #0E3B83;
    }

.contact-card__title {
    display: block;
    font-weight: bold;
}

.contact-card__subtitle {
    display: block;
    font-size: .875rem;
}

.contact-card__footer {
    padding: 20px 10px;
    align-self: flex-end;
    color: #0E3B83;
}

    .contact-card__footer * {
        color: inherit;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.main-slider-button-next, .main-slider-button-prev {
    z-index: 999;
    font-size: 3rem;
    color: #CECECE;
}

.main-slider .swiper-container {
    padding: 2rem;
}

@media screen and (max-width: 1024px) {
    .main-slider .swiper-container {
        padding: 2rem 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .main-slider .swiper-container {
        padding: 2rem 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .main-slider .swiper-container {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .main-slider .card-body {
        padding: .75rem !important;
    }
}

.main-slider .card-body ul li {
    line-height: 100%;
}

.main-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.main-slider .swiper-slide {
    width: 22.5rem;
    height: unset !important;
    max-width: 22.5rem;
    transition: transform .7s ease, opacity .7s ease;
}

@media screen and (max-width: 1400px) {
    .main-slider .swiper-slide {
        width: 17.5rem;
    }
}

@media screen and (max-width: 600px) {
    .main-slider .swiper-slide {
        width: 15rem;
    }
}

.main-slider-navigation {
    display: flex;
    margin-top: 15px;
    margin-left: 15px;
}

@media screen and (max-width: 600px) {
    .main-slider-navigation {
        margin-left: 0;
        justify-content: center;
        align-items: center;
    }
}

.main-slider-navigation .next,
.main-slider-navigation .prev {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.main-slider-navigation .prev {
    margin-right: 1.5rem;
}

@media screen and (max-width: 600px) {
    .main-slider-navigation .prev {
        margin-left: -1rem;
        margin-right: 1.5rem;
    }
}

.main-slider-card {
    border: transparent;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 !important;
}

    .main-slider-card * {
        color: inherit;
        background-color: inherit;
    }

    .main-slider-card .card-header,
    .main-slider-card .card-footer,
    .main-slider-card .card-body,
    .main-slider-card .card-text {
        color: inherit;
    }

        .main-slider-card .card-header *,
        .main-slider-card .card-footer *,
        .main-slider-card .card-body *,
        .main-slider-card .card-text * {
            color: inherit;
        }

    .main-slider-card.bg-gray {
        background-color: #F4F4F4 !important;
    }

    .main-slider-card .card-thumbnail {
        position: relative;
    }

    .main-slider-card .card-section {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        padding: .5rem 2rem;
        color: white;
        font-size: 15px;
        font-weight: 600;
        background-color: rgba(206, 20, 50, 0.7);
        border-bottom-right-radius: 10px;
    }

    .main-slider-card .card-body {
        color: inherit;
        background: transparent;
    }

    .main-slider-card .card-body,
    .main-slider-card .card-text,
    .main-slider-card .card-footer,
    .main-slider-card .card-title {
        color: inherit;
    }

        .main-slider-card .card-text ul {
            margin-bottom: 0;
            margin-left: 1.25rem;
        }

            .main-slider-card .card-text ul li + li {
                margin-top: .5rem;
            }

        .main-slider-card .card-text ul,
        .main-slider-card .card-text li {
            font-size: 14px;
            color: inherit;
        }

    .main-slider-card .card-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 1.25rem;
    }

@media screen and (max-width: 1400px) {
    .main-slider-card .card-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .main-slider-card .card-title {
        font-size: 16px;
    }
}

.main-slider-card .card-img-top {
    border-radius: 0;
    height: 15rem;
    object-fit: cover;
    object-position: center;
}

.form-control-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 12.5px;
    display: block;
}

    .form-control-title.required {
        color: #1CAFD9;
    }

input:checked + .ibb-checkbox__label::before {
    background-color: #1CAFD9;
}

input:checked + .ibb-checkbox__label span.icon {
    visibility: visible;
}

.ibb-checkbox__label {
    display: flex;
    position: relative;
    cursor: pointer;
}

    .ibb-checkbox__label::before {
        margin-right: 10px;
        display: block;
        content: "";
        height: 25px;
        width: 25px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
    }

    .ibb-checkbox__label span.icon {
        visibility: hidden;
        position: absolute;
        left: 5px;
        font-size: 14px;
        top: 50%;
        color: #fff;
        transform: translateY(-50%);
    }

.home-container {
    padding: 5rem 5rem;
}

@media screen and (max-width: 1400px) {
    .home-container {
        padding: 4rem;
    }
}

@media screen and (max-width: 1200px) {
    .home-container {
        padding: 3rem;
    }
}

@media screen and (max-width: 600px) {
    .home-container {
        padding: 2rem;
    }
}

@media screen and (max-width: 400px) {
    .home-container {
        padding: 1.25rem;
    }
}

.hero {
    min-height: 100vh;
    width: 100%;
    padding: 2rem 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1400px) {
    .hero {
        padding: 1.5rem 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .hero {
        padding: 0.875rem 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        height: auto;
        min-height: 100vh;
    }
}

.hero .swiper-container .swiper-slide {
    width: 27.5rem;
    max-width: 27.5rem;
}

@media screen and (max-width: 1600px) {
    .hero .swiper-container .swiper-slide {
        width: 21rem;
        max-width: 21rem;
    }
}

@media screen and (max-width: 1024px) {
    .hero .swiper-container .swiper-slide {
        width: 19rem;
        max-width: 19rem;
    }
}

@media screen and (max-width: 600px) {
    .hero .swiper-container .swiper-slide {
        width: 17rem;
        max-width: 17rem;
    }
}

.hero .swiper-container .swiper-slide--wide {
    width: 50rem;
    max-width: 50rem;
}

@media screen and (max-width: 1600px) {
    .hero .swiper-container .swiper-slide--wide {
        width: 42rem;
        max-width: 42rem;
    }
}

@media screen and (max-width: 1400px) {
    .hero .swiper-container .swiper-slide--wide {
        width: 30rem;
        max-width: 30rem;
    }
}

@media screen and (max-width: 1024px) {
    .hero .swiper-container .swiper-slide--wide {
        width: 25rem;
        max-width: 25rem;
    }
}

@media screen and (max-width: 850px) {
    .hero .swiper-container .swiper-slide--wide {
        width: 22.5rem;
        max-width: 22.5rem;
    }
}

@media screen and (max-width: 600px) {
    .hero .swiper-container .swiper-slide--wide {
        width: 20rem;
        max-width: 20rem;
    }
}

@media screen and (max-width: 400px) {
    .hero .swiper-container .swiper-slide--wide {
        width: 18rem;
        max-width: 18rem;
    }
}

.hero .swiper-container .card-text {
    color: rgba(255, 255, 255, 0.7);
}

    .hero .swiper-container .card-text ul,
    .hero .swiper-container .card-text li {
        color: inherit;
    }

.hero .search {
    width: 50%;
    min-width: 800px;
    margin: 30px auto;
}

@media screen and (max-width: 1200px) {
    .hero .search {
        width: 60%;
        min-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .hero .search {
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .hero .search {
        min-width: unset;
        width: 87.5%;
    }
}

.hero__title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: inherit;
}

@media screen and (max-width: 1400px) {
    .hero__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .hero__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .hero__title {
        font-size: 2.25rem;
    }
}

.hero__desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.25rem;
}

.hero__discover-btn {
    font-weight: 600;
    padding: .75rem .75rem;
    white-space: nowrap;
    min-width: 125px;
}

    .hero__discover-btn i {
        color: #666666;
        margin-left: 1rem;
    }

.hero__main-content {
    padding: 5rem;
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .hero__main-content {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .hero__main-content {
        padding: 5rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .hero__main-content {
        padding: .875rem;
    }
}

.hero__upper-content {
    min-height: calc(100vh - 85px - (2 * 2rem));
}

.hero__footer {
    height: 85px;
    width: 100%;
    padding: 10px;
    padding-right: 3rem;
}

@media screen and (max-width: 1400px) {
    .hero__footer {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .hero__footer {
        padding-right: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    .hero__footer {
        bottom: unset;
        position: relative;
        width: 100%;
    }
}

.hero__footer-content {
    display: flex;
    justify-content: space-between;
}

.hero__izindeyiz {
    bottom: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .hero__izindeyiz {
        display: none;
    }
}

.hero__izindeyiz-body {
    margin-top: 10px;
    padding-right: .75rem;
    text-align: right;
    flex: 0 0 1;
}

.hero__izindeyiz-quote {
    display: block;
    margin-bottom: .4rem;
    color: #fff;
}

.hero__izindeyiz-signature img {
    width: 6rem;
    height: auto;
}

.hero__izindeyiz-icon img {
    object-fit: contain;
    width: 75px;
    height: auto;
}

.hero__izindeyiz-icon svg {
    width: 75px;
    height: auto;
}

.hero__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .hero__contact {
        flex: 1;
    }
}

.hero__socials {
    display: flex;
}

    .hero__socials .btn-icon:focus {
        box-shadow: none;
    }

    .hero__socials .btn-icon i {
        color: #fff;
    }

.news-menu-col {
    width: 100%;
}

    .news-menu-col .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .news-menu-col .swiper-container .swiper-slide {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

            .news-menu-col .swiper-container .swiper-slide img {
                width: 100%;
                height: auto;
            }

            .news-menu-col .swiper-container .swiper-slide * {
                color: #fff;
            }

            .news-menu-col .swiper-container .swiper-slide .news__date {
                font-size: 14px;
                display: block;
                margin-bottom: 1.5rem;
            }

            .news-menu-col .swiper-container .swiper-slide .news__title {
                font-size: 3.25rem;
                font-weight: 500;
                margin-bottom: 2rem;
            }

@media screen and (max-width: 1400px) {
    .news-menu-col .swiper-container .swiper-slide .news__title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .news-menu-col .swiper-container .swiper-slide .news__title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .news-menu-col .swiper-container .swiper-slide .news__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 600px) {
    .news-menu-col .swiper-container .swiper-slide .news__title {
        font-size: 1.75rem;
    }
}

.news-menu-col .swiper-container .swiper-slide .news__description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.75);
}

.news-menu-col .swiper-container .news-pagination {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .news-menu-col .swiper-container .news-pagination .swiper-pagination-bullet-active {
        background: #fff;
        width: 10px;
        height: 10px;
    }

.quick-menu-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #1CAFD9;
}

    .quick-menu-wrapper.ps .ps__rail-x:hover,
    .quick-menu-wrapper.ps .ps__rail-y:hover,
    .quick-menu-wrapper.ps .ps__rail-x:focus,
    .quick-menu-wrapper.ps .ps__rail-y:focus,
    .quick-menu-wrapper.ps .ps__rail-x.ps--clicking,
    .quick-menu-wrapper.ps .ps__rail-y.ps--clicking {
        background-color: transparent !important;
        opacity: 0 !important;
    }

    .quick-menu-wrapper .section-title {
        text-align: left;
    }

@media screen and (max-width: 1600px) {
    .quick-menu-wrapper {
        display: flex;
        align-items: stretch;
        overflow: hidden;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1599px) {
    .quick-menu-wrapper .section-title {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .quick-menu-wrapper {
        flex-direction: column;
    }
}

.quick-menu-wrapper .quick-menu-container {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .quick-menu-wrapper .quick-menu-container {
        width: 100%;
    }
}

.quick-menu-container {
    padding: 2rem 2rem 1rem 2rem;
    background-color: #1CAFD9;
}

@media screen and (max-width: 1024px) {
    .quick-menu-container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .quick-menu-container {
        padding: 1rem 1rem .5rem 1rem;
    }
}

.quick-menu__extra {
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .quick-menu__extra {
        padding: 2rem 2rem 1rem 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .quick-menu__extra {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .quick-menu__extra {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .news-menu-col {
        width: 100%;
        flex: 1;
        max-width: unset;
    }
}

.quick-menu-col .quick-menu__extra {
    height: 100%;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #1CAFD9;
}

    .quick-menu-col .quick-menu__extra .section-title {
        padding-left: 2rem;
    }

    .quick-menu-col .quick-menu__extra::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(215, 215, 215, 0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }

    .quick-menu-col .quick-menu__extra::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
    }

    .quick-menu-col .quick-menu__extra::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(231, 231, 231, 0.3);
        background-color: #64B5F6;
    }

.quick-menu-col .quick-menu {
    margin-bottom: 0 !important;
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .quick-menu-col .quick-menu__item {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .quick-menu-col {
        width: 100%;
        flex: 1;
        max-width: unset;
    }

        .quick-menu-col .quick-menu-wrapper {
            padding: 2rem;
            display: flex;
            align-items: stretch;
        }

        .quick-menu-col .section-title {
            text-align: center;
        }

        .quick-menu-col .quick-menu__item {
            width: 33.33%;
        }

        .quick-menu-col .quick-menu {
            margin-bottom: 0 !important;
        }

        .quick-menu-col .quick-menu-container {
            padding: 0;
        }

        .quick-menu-col .quick-menu__extra {
            min-width: 20rem;
        }
}

@media screen and (max-width: 720px) {
    .quick-menu-col .quick-menu-wrapper {
        padding: 1rem;
        flex-direction: column;
    }

    .quick-menu-col .quick-menu-container .section-title,
    .quick-menu-col .quick-menu__extra .section-title {
        text-align: left;
        padding-left: 0;
    }

    .quick-menu-col .quick-menu__extra {
        min-width: unset;
    }
}

.striped-list {
    margin-bottom: 0;
    background-color: #1CAFD9;
    list-style: none;
}

.striped-list__item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.15);
}

.striped-list__link {
    padding: .4rem 1rem .4rem 2rem;
    display: flex;
    color: #fff;
    justify-content: space-between;
    text-decoration: none;
}

    .striped-list__link:hover {
        text-decoration: none;
    }

    .striped-list__link i {
        margin-left: .75rem;
        color: rgba(255, 255, 255, 0.5);
    }

    .striped-list__link:hover {
        color: #EEEEEE;
    }

        .striped-list__link:hover i {
            color: white;
        }

.announcements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

@media screen and (max-width: 500px) {
    .announcements {
        flex-direction: column;
    }
}

.announcements--image-only {
    display: block;
}

    .announcements--image-only img {
        width: 100%;
        height: auto;
    }

.announcements__content {
    flex: 0 0 65%;
    padding: 2rem 2rem 2rem 3rem;
}

@media screen and (max-width: 1500px) {
    .announcements__content {
        flex: 0 0 60%;
    }
}

@media screen and (max-width: 1400px) {
    .announcements__content {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 1024px) {
    .announcements__content {
        flex: 0 0 60%;
    }
}

@media screen and (max-width: 600px) {
    .announcements__content {
        padding: 1rem 1rem 1rem 2rem;
    }
}

@media screen and (max-width: 500px) {
    .announcements__content {
        padding: 2rem 2rem 2rem 3rem;
        flex: 0 0 100%;
    }
}

.announcements__media {
    flex: 0 0 35%;
    padding: 2rem 0 2rem 0rem;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1500px) {
    .announcements__media {
        flex: 0 0 40%;
    }
}

@media screen and (max-width: 1400px) {
    .announcements__media {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .announcements__media {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .announcements__media {
        display: block;
        flex: 0 0 100%;
        padding: 0rem 2rem .5rem 2rem;
    }
}

.announcements__image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: right;
}

.announcements__title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #113A7C;
}

@media screen and (max-width: 600px) {
    .announcements__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .announcements__title {
        font-size: 16px;
    }
}

.announcements__desc {
    font-size: 20px;
    font-weight: 300;
}

@media screen and (max-width: 600px) {
    .announcements__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .announcements__desc {
        font-size: 16px;
    }
}

.announcement-featured {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.announcement-featured__content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5rem 5rem 4rem 3rem;
}

.announcement-featured__title {
    font-size: 26px;
    font-weight: 400;
    line-height: 175%;
    color: #fff;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 600px) {
    .announcement-featured__title {
        font-size: 22px;
    }
}

.announcement-featured__cornerstone {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ministrations {
    padding: 5rem 5rem;
    background-color: #F8F8F8;
}

@media screen and (max-width: 1400px) {
    .ministrations {
        padding: 4rem;
    }
}

@media screen and (max-width: 1200px) {
    .ministrations {
        padding: 3rem;
    }
}

.ministration {
    padding-left: .5rem;
    border-left: 7px solid #006788;
}

@media screen and (max-width: 1024px) {
    .ministration-col {
        max-width: unset;
        flex: auto;
        width: 50%;
    }
}

@media screen and (max-width: 650px) {
    .ministration-col {
        max-width: unset;
        flex: auto;
        width: 100%;
    }
}

.ministration__title {
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #006788;
    margin-bottom: .4rem;
}

@media screen and (max-width: 1024px) {
    .ministration__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .ministration__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .ministration__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    .ministration__title {
        font-size: 18px;
    }
}

.ministration__value {
    display: block;
    font-size: 80px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #113A7C;
    line-height: 100%;
    margin-bottom: .4rem;
}

@media screen and (max-width: 1600px) {
    .ministration__value {
        font-size: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .ministration__value {
        font-size: 54px;
    }
}

@media screen and (max-width: 767px) {
    .ministration__value {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    .ministration__value {
        font-size: 50px;
    }
}

@media screen and (max-width: 400px) {
    .ministration__value {
        font-size: 45px;
    }
}

.ministration__desc {
    display: block;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    color: #113A7C;
}

@media screen and (max-width: 1024px) {
    .ministration__desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ministration__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .ministration__desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .ministration__desc {
        font-size: 16px;
    }
}

.journals {
    padding: 5rem 5rem;
    background-color: #F8F8F8;
}

@media screen and (max-width: 1200px) {
    .journals {
        padding: 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .journals {
        padding: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .journals {
        padding: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .journals {
        padding: 1rem;
    }
}

.journals__head {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .journals__head {
        padding-bottom: 3rem;
    }
}

.journals__icon {
    margin-right: 1rem;
}

.journals__title {
    margin-bottom: 0;
    font-weight: 600;
    color: #113A7C;
}

.journals__slider {
    width: 100%;
    height: 100%;
    padding: 3rem;
}

@media screen and (max-width: 1200px) {
    .journals__slider {
        padding: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .journals__slider {
        padding: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .journals__slider {
        padding: 1rem;
    }
}

.journals__slider .swiper-slide {
    max-width: 12rem;
    transition: transform .4s ease;
}

    .journals__slider .swiper-slide.active {
        color: #fff;
        transform: scale(1.1);
    }

        .journals__slider .swiper-slide.active .journal {
            /*background-color: #113A7C;*/
            background-color: #505050;
            color: inherit;
        }

            .journals__slider .swiper-slide.active .journal svg path {
                fill: #fff;
            }

        .journals__slider .swiper-slide.active .journal__circle {
            background-color: rgba(0, 103, 136, 0.8);
        }

.journal {
    border-radius: 7.5px;
    position: relative;
    width: 100%;
    height: 100%;
    color: #113A7C;
    background-color: #fff;
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background-color .1s ease;
    text-decoration: none;
}

    .journal:hover {
        text-decoration: none;
    }

.journal--imaged {
    display: block !important;
    justify-content: unset;
    align-items: unset;
    padding: 1rem;
}

.journal__image {
    height: 250px;
}

.journal__img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.journal__icon {
    position: relative;
}

    .journal__icon img {
        height: 70px;
        width: auto;
        max-width: 100%;
        z-index: 2;
    }

    .journal__icon svg {
        position: relative;
        z-index: 2;
        width: 65px;
        height: 65px;
    }

        .journal__icon svg path {
            fill: #113A7C;
        }

.journal__circle {
    top: -.1rem;
    right: -1rem;
    display: block;
    position: absolute;
    z-index: 1;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(0, 103, 136, 0.2);
}

.journal__title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
}

.journal__link {
    text-decoration: none;
    color: inherit;
}

    .journal__link:hover {
        text-decoration: none;
    }

.journal__more {
    color: inherit;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
}

    .journal__more i {
        color: inherit;
    }

.ibb-apps {
    background-color: #EEEEEE;
}

.featured-project__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .featured-project__content {
        flex-direction: column;
    }
}

.featured-project__video {
    position: relative;
    text-align: right;
    flex: 1;
    height: 600px;
}

@media screen and (max-width: 1024px) {
    .featured-project__video {
        height: unset;
        width: 100%;
    }
}

.featured-project__placeholder,
.featured-project iframe {
    width: calc(100% - 22.5rem);
    border-radius: .75rem;
    height: 100%;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .featured-project__placeholder,
    .featured-project iframe {
        width: 100%;
        height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .featured-project__placeholder,
    .featured-project iframe {
        height: 500px;
    }
}

@media screen and (max-width: 600px) {
    .featured-project__placeholder,
    .featured-project iframe {
        height: 360px;
    }
}

.featured-project__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .featured-project__placeholder svg {
        cursor: pointer;
    }

@media screen and (max-width: 600px) {
    .featured-project__placeholder svg {
        max-width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .featured-project__placeholder svg {
        max-width: 75px;
        height: auto;
    }
}

.featured-project__card {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    transform: translateX(-25%);
    width: 27.5rem;
    padding: 2.5rem;
    height: auto;
    right: 0;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

@media screen and (max-width: 1024px) {
    .featured-project__card {
        position: relative;
        width: 90%;
        margin: 0 auto;
        right: unset;
        transform: translate(0%, -25%);
    }
}

@media screen and (max-width: 600px) {
    .featured-project__card {
        padding: 1.25rem;
    }
}

.featured-project__card-title {
    font-weight: 400;
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    .featured-project__card-title {
        font-size: 20px;
    }
}

.featured-project__card-title.highlighted {
    font-weight: 600;
    font-size: 30px;
    color: #006788;
}

@media screen and (max-width: 600px) {
    .featured-project__card-title.highlighted {
        font-size: 26px;
    }
}

.error-page {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page__content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 50px;
    border-radius: 25px;
    max-width: 1000px;
}

@media screen and (max-width: 1400px) {
    .error-page__content {
        max-width: 900px;
        padding: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .error-page__content {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .error-page__content {
        padding: 30px;
        width: 95%;
    }
}

@media screen and (max-width: 600px) {
    .error-page__content {
        padding: 20px;
        width: 100%;
        margin: 2.5rem 15px 2.5rem 15px;
    }
}

.error-page__header {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .error-page__header {
        flex-direction: column;
    }
}

.error-page__404 {
    height: 100%;
    font-size: 250px;
    color: #fff;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 5px solid rgba(255, 255, 255, 0.5);
    font-weight: 900;
    text-shadow: 13px 11px 2px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1400px) {
    .error-page__404 {
        font-size: 225px;
        padding-right: 40px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .error-page__404 {
        margin-top: -5rem;
        font-size: 200px;
        display: block;
        width: 100%;
        text-align: center;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        border-bottom: 5px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .error-page__404 {
        margin-top: -4rem;
        text-shadow: 11px 9px 2px rgba(255, 255, 255, 0.5);
        font-size: 175px;
    }
}

@media screen and (max-width: 600px) {
    .error-page__404 {
        margin-top: -3rem;
        font-size: 150px;
        text-shadow: 7px 6px 2px rgba(255, 255, 255, 0.5);
    }
}

.error-page__title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1400px) {
    .error-page__title {
        margin-bottom: 1.8rem;
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 1024px) {
    .error-page__title {
        margin-bottom: 1.5rem;
        font-size: 2rem;
        text-align: center;
    }
}

.error-page__subtitle {
    color: rgba(255, 255, 255, 0.65);
}

    .error-page__subtitle a {
        color: #60ffff;
    }

.error-page .search {
    margin-top: 2rem;
    background-color: transparent;
}

    .error-page .search .search__icon {
        color: rgba(255, 255, 255, 0.25) !important;
    }

    .error-page .search .search__control {
        background-color: rgba(255, 255, 255, 0.1);
        transition: box-shadow .2s ease, transform .5s ease, padding .5s ease, background-color .5s .25s ease;
    }

        .error-page .search .search__control:focus {
            background-color: #fff;
            transition: box-shadow .2s ease, transform .5s ease, padding .5s ease, background-color .2s ease;
        }

            .error-page .search .search__control:focus + .search__icon {
                color: #BDBDBD !important;
            }

    .error-page .search .search__results {
        transition: padding-top .5s ease, padding-bottom .5s ease, max-height .5s ease, opacity .5s .2s ease, background-color .5s;
        background-color: transparent;
    }

        .error-page .search .search__results.active {
            background-color: white;
            transition: padding-top .5s ease, padding-bottom .5s ease, max-height .5s ease, opacity .5s ease, background-color .5s;
            max-height: 300px;
        }
