@font-face {
    font-family: 'Open-Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../Fonts/open-sans-condensed-v12-latin-300.woff2) format('woff2');
}

@font-face {
    font-family: 'Open-Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../Fonts/open-sans-condensed-v12-latin-700.woff2) format('woff2');
}

body {
    margin: 0;
    overflow-x: hidden
}

.d-sm-none {
    display: none;
}

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

.white {
    color: #fff !important
}

.h5, h5 {
    font-size: 1.25rem;
    font-weight: 300
}

.white p {
    color: #fff
}

strong {
    font-weight: 700
}

a:hover {
    text-decoration: none
}

.main {
    padding-top: 40px;
    padding-bottom: 40px
}

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

html, body, p, a {
    font-size: 1.05rem;
    font-family: 'Open-Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 160%;
    color: #333
}

h1 {
    font-weight: 300;
    color: rgba(199, 10, 41, 1);
    font-size: 2.625rem;
    line-height: 1.2;
    margin: 20px 0
}

h2 {
    font-weight: 300;
    color: rgba(199, 10, 41, 1);
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 20px 0
}

h3 {
    font-weight: 300;
    color: rgba(199, 10, 41, 1);
    font-size: 1.825rem;
    line-height: 1.2;
    margin: 20px 0
}

h4 {
    font-weight: 300;
    color: rgba(199, 10, 41, 1);
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 20px 0
}

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

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

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

.container {
    width: 100%;
    box-sizing: border-box;
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-md-4 {
    flex-basis: 33.33%
}

.col-md-8 {
    flex-basis: 66.66%
}

.col-md-6 {
    flex-basis: 50%
}

.hidden {
    display: none !important
}

.section-header {
    background: #1f272b
}

.header-row-first {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: solid 1px #87a4b6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(31, 39, 43, 1) 100%)
}

.header-row-first .frame {
    display: flex
}

.header-bullets span {
    padding-left: 15px;
    padding-right: 30px;
    font-size: 15px;
    color: #96a6ac
}

.header-bullets img {
    vertical-align: middle
}

.header-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    height: 77px
}

.nav-logo {
    padding-right: 25px;
}

.navbar {
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.navbar-nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    grid-gap: 15px;
}

.navbar-center {
    margin: 0 auto;
    width: 100%;
    align-items: center
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 25px;
    color: #fff;
    line-height: 70px;
    display: block
}

.icon-button {
    display: flex;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: rgba(135, 164, 182, 1);
    justify-content: center;
    align-items: center;
    transition: background-color 200ms ease-out 0s
}

.icon-button:hover {
    background-color: #c70a29
}

svg {
    vertical-align: middle
}

.navbar-expand-lg .navbar-collapse {
    display: flex
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    position: relative;
    background: #f2f5f7;
    color: #c70a29
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    padding: 25px 20px;
    border: 0;
    left: 0;
    background: white;
}

.navbar-nav > .current > .nav-link {
    background: #f2f5f7;
    color: #c70a29 !important
}

.dropdown-submenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.submenu-item {
    text-align: left;
    padding: 0 15px;
    max-width: 240px;
    width: 25%;
    flex-grow: 1;
    min-width: 200px
}

.submenu-title {
    color: #7d9aaa;
    font-weight: 700;
    font-size: 18px
}

.submenu-title:hover, .submenu-link:hover {
    color: rgba(199, 10, 41, 1)
}

.submenu-links {
    list-style: none;
    padding: 0;
    margin: 10px 0
}

.submenu-link {
    color: #000;
    padding-bottom: 15px
}

.submenu-link span {
    display: block
}

.submenu-navlink {
    font-weight: 700;
    font-size: 14px
}

.submenu-description {
    font-size: .85rem;
    line-height: 1.2rem
}

.dropdown-menu {
    display: none
}

.nav-item:hover > .dropdown-menu {
    display: block;
    z-index: 99
}

.side-navbar-container {
    right: 0;
    top: 25%;
    position: fixed !important
}

.side-navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0
}

.margin-small-top {
    margin-top: 10px
}

.side-navbar-nav > li > a {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #7d9aaa;
    padding: 12px 10px 0 15px;
    line-height: 27px;
    font-size: .875rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.side-navbar-nav > li > a:hover {
    background-color: #c70a29;
    color: #fff !important
}

.side-navbar-nav > li > a:hover > svg {
    fill: #fff !important
}

.breadcrumb {
    display: flex;
    list-style: none;
    background-color: transparent;
    padding: 2px;
    margin-bottom: 0;
    margin-top: 0
}

.breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    color: #999;
    font-size: .7rem
}

.breadcrumb > li, .breadcrumb > li > a {
    font-size: .7rem;
    color: #999
}

.breadcrumb a:hover {
    color: #c70a29 !important
}

#top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease
}

footer {
    background: #1f272b;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.footer-menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    align-items: flex-start
}

.nav-footer ul {
    display: flex;
    margin: 10px 0 0 !important;
    padding: 0;
    list-style: none
}

.nav-footer ul li a {
    color: #fff;
    display: flex;
    font-size: 14px;
    padding: 0 15px 0 0;
    transition: all 200ms ease-out 0s
}

.nav-footer ul li a:hover {
    color: #c70a29
}

.footer-menu a {
    display: block;
    color: #fff
}

.footer-menu-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    transition: color 200ms ease-out 0s
}

.footer-menu-link:hover {
    color: #c70a29
}

.footer-icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.footer-submenu-link {
    font-size: 14px;
    transition: color 200ms ease-out 0s;
    line-height: 30px
}

.footer-submenu-link:hover {
    color: #c70a29
}

.icon-button-footer {
    background-color: transparent
}

footer p, footer p a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: color 200ms ease-out 0s
}

footer p a:hover {
    color: rgba(199, 10, 41, 1)
}

@media (min-width: 992px) {
    .visible-xs {
        display: none
    }

    .col-lg-3 {
        flex: 0 0 23% !important;
        max-width: 23% !important
    }

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

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

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

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

    .container {
        padding-left: 55px;
        padding-right: 55px
    }

    .container-content {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (min-width: 640px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 576px) {
    .news-head, .teaser-head {
        margin-top: 0
    }

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

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

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

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

    .news-head, .teaser-head {
        margin-top: 0
    }

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

@media (min-width: 768px) {
    .footer-visible-xs {
        display: none
    }

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

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

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

    .footer-visible-xl {
        display: block
    }

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

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

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

.section-first {
    background: #1f272b
}

.section-light-blue {
    background-color: rgba(180, 198, 209, 1);
    color: #fff !important;
    padding: 50px 0
}

.section-blue {
    background-color: rgba(125, 154, 170, 1);
    padding: 50px 0
}

.sticky {
    position: fixed;
    z-index: 500;
    width: 100%
}

@media (max-width: 575px) {
    .carousel-caption .caption-small p,
    .carousel-caption .caption-small p strong {
        font-size: 18px !important;
        line-height: 24px;
    }

    .section-teaser .row {
        flex-direction: column
    }

    .section-light-blue .row {
        flex-direction: column
    }
}

@media (max-width: 769px) {
    .news-img-wrap {
        float: none !important;
        width: 100% !important;
        margin: 0 auto !important
    }

    .container-content .row {
        flex-direction: column
    }

    .section-blue .row {
        flex-direction: column
    }

    .section-content .row {
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .d-sm-none {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        grid-gap: 0;
    }

    .carousel-caption .caption-small p,
    .carousel-caption .caption-small p strong {
        font-size: 32px;
    }

    .navbar {
        display: none;
    }

    .navbar-nav {
        grid-gap: 0;
    }

    .visible-xs {
        display: flex
    }

    .nav-item:hover > .dropdown-menu {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .header-container .flex-row {
        justify-content: flex-end;
    }

    .navbar-nav {
        align-self: flex-start;
    }

    .section-subpageheader > img {
        width: auto !important;
        height: 200px;
        transform: translateX(-50%);
        margin-left: 50%
    }

    .visible-flex-xl {
        display: none
    }

    .header-container {
        padding: 0
    }

    .header-row {
        margin: 0 !important
    }

    .navbar {
        position: absolute
    }

    .header-row .flex-row {
        display: flex;
        align-items: center
    }

    .hamburger-menu {
        z-index: 100
    }

    .visible-xl {
        display: none
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        display: flex;
        justify-content: space-between
    }

    .pdOpen {
        width: 25px;
        cursor: pointer;
        line-height: 37px
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        top: 0;
        background: #f2f5f7;
        box-shadow: none;
        padding: 0;
        width: 100%
    }

    .navbar-nav .dropdown-menu .submenu-item {
        max-width: none
    }

    .back-link {
        width: 100%;
        margin-bottom: 2px;
        border-bottom: none
    }

    .navbar-nav .dropdown-menu .submenu-item .submenu-title {
        display: flex;
        line-height: 40px;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        color: rgba(0, 0, 0, 0.8)
    }

    .navbar-nav a, .navbar-nav .dropdown-menu a {
        margin: 0;
        color: rgba(0, 0, 0, 0.8);
        line-height: 22px;
        padding: 0;
        transition: color 200ms ease-out 0s
    }

    .back-link a {
        border-bottom: none !important
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.8);
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-weight: 700;
        font-size: 18px;
        padding: 0 15px;
        margin-top: 0
    }

    .navbar-center {
        position: absolute;
        background-color: #f2f5f7;
        align-items: stretch
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center
    }

    .header-row .container .row {
        align-items: center;
        width: 100%;
        justify-content: space-between
    }

    .header-row .container .row > a {
        height: 58px
    }

    .row {
        margin: 0 !important
    }

    .navbar {
        position: absolute;
        top: 77px;
        left: 0;
        touch-action: none;
        z-index: 50;
        background: rgba(0, 0, 0, 0)
    }
}

@media (max-width: 1140px) {
    .navbar-expand-lg .nav-logo {
        width: 155px;
        overflow: hidden;
        margin-right: 80px;
        padding: 15px;
    }

    .navbar-nav {
        grid-gap: 10px;
    }
}


@media (max-width: 1055px) {
    .header-bullets span {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    footer .row {
        flex-direction: column
    }

    .section-image .container .row > div:not(:nth-child(1)) {
        margin-top: 15px
    }

    .event-data {
        flex-direction: column
    }

    .event-entry {
        margin-bottom: 1px
    }

    .event-entry-btn {
        margin-top: 10px;
        padding: 0
    }

    .event-entry-btn a {
        width: 100%;
        padding: 2px 0
    }

    footer .row > div {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        padding: 0
    }

    .footer-menu {
        width: 100%;
        flex-direction: column
    }

    .footer-menu-item.contact {
        background: #741a20
    }

    .footer-menu-item {
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2)
    }

    .footer-menu-item a {
        line-height: 48px
    }

    .footer-contact p {
        margin: 10px 0 0
    }

    .footer-visible-xl {
        display: none
    }

    .nav-footer ul {
        flex-direction: column;
        align-items: center
    }
}

.section {
    position: relative
}

.section-subpageheader {
    display: flex
}

.section-subpageheader > img {
    width: 100%;
    max-width: 100vw;
    aspect-ratio: 3/1
}

.section-subpageheader > div {
    position: absolute;
    width: 100%;
    bottom: 0
}

.subpage-header-head {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 20px 0
}

.section-subpageheader a {
    color: #fff;
    padding-bottom: 6px;
    border-bottom: solid 1px #fff
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px;
    background-size: cover;
    background: no-repeat center center scroll
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.carousel-item.active {
    opacity: 1
}

.carousel-item > img, .carousel-item > a > img {
    width: 100%;
    margin: auto;
    min-height: unset
}

.carousel-item img {
    aspect-ratio: 2.5/1
}

.caption-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%
}

.carousel-caption {
    position: absolute;
    right: auto;
    left: auto;
    bottom: 5%;
    padding: 0;
    text-align: left;
    width: 1145px;
    backface-visibility: hidden;
    margin-left: -10px;
    z-index: 10;
    color: #fff
}

.carousel-caption span {
    color: #fff !important;
    font-size: 42px
}

.caption-small p {
    font-size: 42px;
    padding: 0;
    margin: 0;
    line-height: 46px;
    color: #fff
}

.caption-small strong {
    font-size: 58px;
    line-height: 54px;
    font-weight: 400
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto
}

.section-content {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0
}

.section-first h1, .section-first h2, .section-first h3, .section-first h4, .section-first p, .section-first a, .section-red h1, .section-red h2, .section-red h3, .section-red h4, .section-red p, .section-red span, .section-blue h1, .section-blue h2, .section-blue h3, .section-blue h4, .section-blue p, .section-blue span, .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption p, .carousel-caption span {
    color: #fff !important
}

.text-lead, .text-lead p, .text-lead a {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 1px;
    margin: 20px 0
}

.card-teaser {
    position: relative;
    border: 1px solid rgba(184, 199, 211, 0.5);
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    flex: auto;
    padding: 10px
}

.card-teaser-icon {
    margin-top: -48px;
    margin-bottom: 20px
}

.card-teaser-icon span {
    display: inline-block;
    width: 68px;
    height: 68px;
    line-height: 62px;
    border: 8px solid #fff;
    background-color: #1f272b;
    border-radius: 50%
}

.teaser-icon img {
    width: 34px;
    height: 34px;
    margin: 0;
    vertical-align: middle
}

.card-title {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 700
}

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

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

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

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header {
    display: flex;
    font-size: 1rem;
    cursor: pointer;
    background-color: rgba(125, 154, 170, 1);
    margin-bottom: 0;
    color: #fff;
    align-items: center;
    height: 52px;
    margin-top: 0;
    padding-left: 10px;
}

.card-header:hover {
    color: #c70a29
}

summary::marker {
    display: none;
}

summary:before {
    content: "+";
    width: 1.4em;
    height: 1.4em;
    float: left;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 21px;
    margin-top: 3px
}

details[open] summary:before {
    content: "-";
}

.card-body {
    background: #b9cad1;
    padding: 1rem;
    flex: 1 1 auto
}

.card-body-head {
    color: #fff
}

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

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

.event-data {
    display: flex;
    padding: 0;
    margin-top: 10px
}

.event-entry {
    padding: 6px 12px;
    background: #f0f2f4
}

.event-entry span {
    color: #000;
    font-weight: 700;
    font-size: .9rem
}

.btn {
    background-color: rgba(170, 39, 47, 1);
    color: #fff !important;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 0;
    border: none;
    text-transform: none;
    line-height: 38px !important;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    font: inherit;
    text-decoration: none !important;
    margin: 15px 0
}

.btn:hover {
    cursor: pointer;
    background-color: #b4c6d1 !important;
    color: #000 !important
}

.section-light-blue .btn:hover {
    background-color: #1f272b !important;
    color: #fff !important
}

.btn-back::before {
    content: "\02039"
}

.btn-grey {
    background-color: #2b3436;
    margin: 0
}

.btn-grey:hover {
    background: rgba(170, 39, 47, 1) !important;
    color: #fff !important
}

.btn-blank {
    border: 1px solid #fff;
    font-size: .9rem;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 0;
    line-height: 38px;
    color: #fff;
    background: transparent
}

.btn-blank:hover {
    background: #fff;
    font-weight: 700;
    color: #2b3436 !important
}

.section-image, .mobile-hero, .section-teaser {
    position: relative;
    background-position: center bottom;
    background-size: cover
}

.section-teaser::before {
    content: "";
    background: rgba(43, 52, 54, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.section-teaser .container {
    position: relative
}

.section-first img, .section-light-blue img, .section-content img {
    width: 100%;
    height: auto
}

.section-content img {
    margin-bottom: 20px
}

.img-shaddow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    border: solid 1px #fff
}

.img-fade {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    margin-top: 15px
}

.img-fade img {
    width: 100%;
    height: auto;
    margin: 0
}

.img-transition-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .5);
    padding: 30px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
    transition-property: opacity, transform, filter
}

.img-fade p, .img-fade h5 {
    color: #fff !important
}

.img-fade a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.img-fade:focus [class*=img-transition-fade], .img-fade:hover [class*=img-transition-fade] {
    opacity: 1
}

.black-box {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px
}

.black-box h1, .black-box h2, .black-box h3, .black-box h4, .black-box h5 {
    font-weight: 700;
    margin-top: 0
}

.black-box p a {
    color: #fff !important
}

.link-primary {
    color: rgba(199, 10, 41, 1);
    text-decoration: underline
}

.btn:focus, .btn:active, .btn.active {
      cursor: auto;
      background-color: #b4c6d1 !important
}

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

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

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

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

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

.carousel-control-next {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.nav-tabs-dark {
    background-color: rgba(31, 39, 43, 1);
    border-top: solid 1px rgba(31, 39, 43, 1);
    border-left: solid 1px rgba(31, 39, 43, 1);
    border-right: solid 1px rgba(31, 39, 43, 1)
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff
}

.nav-tabs-dark > li > label {
    color: #fff;
    padding: 15px 10px;
    font-size: 1rem;
    text-transform: none;
    border-color: #fff;
    outline: 0;
    border: 0 !important;
    border-radius: 0 !important;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    transition: color .1s ease-in-out
}

.nav-tabs-dark li:nth-child(n+2) {
    border-left: solid 1px #fff
}

.nav-tabs li:nth-child(n+2) {
    border-left: solid 1px #fff
}

.nav-tabs-dark > li > label:hover, .nav-tabs-dark > li > label:focus {
    color: rgba(255, 255, 255, 0.8)
}

.tab-content-dark {
    background: #fff;
    padding: 40px;
    border-bottom: solid 1px rgba(31, 39, 43, 1);
    border-left: solid 1px rgba(31, 39, 43, 1);
    border-right: solid 1px rgba(31, 39, 43, 1)
}

.tab-content > .active {
    display: block !important
}

.tab-content > .tab-pane {
    display: none
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.tab-content h4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.4
}

.tab-content p, .tab-content h4 {
    color: #333 !important
}

.teaser-icon img {
    width: 34px;
    height: 34px;
    margin: 0
}

.card-teaser:hover {
    box-shadow: 0 2px 8px #000
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.ul-check {
    list-style: none;
    padding-left: 40px
}

.ul-check li {
    position: relative;
    margin: 0 0 .5rem
}

.ul-check li::before {
    position: absolute;
    left: -40px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
    content: "\2705";
    color: rgba(255, 255, 255, 1)
}

ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px
}

ol, p, pre, ul {
    margin: 10px 0
}

ol:not(.carousel-indicators) li {
    margin: 0 0 .5rem;
    counter-increment: my-awesome-counter;
    position: relative
}

ol:not(.carousel-indicators) li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1rem;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background-color: rgba(170, 39, 47, 1);
    border-radius: 50%;
    text-align: center
}

.news-head {
    color: #000
}

.news-head a {
    font-size: inherit
}

.news-meta {
    font-size: .9rem;
    color: rgba(199, 10, 41, 1)
}

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

.pagination {
    padding-left: 0
}

.icon-button-pagination {
    background-color: #222b2e;
    color: #fff !important;
    transition: background-color 200ms ease-out 0s
}

.icon-button-pagination a {
    color: #fff
}

.icon-button-pagination.active, .icon-button-pagination:hover, .icon-button-pagination:active {
    background-color: #c70a29
}

.section-news .container {
    padding: 0
}

.section-news .container .row {
    margin: 0
}

.section-news .container .row .col-sm-3 {
    padding-left: 0
}

.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
    clear: both;
    color: #888
}

.news .footer p {
    line-height: 1em
}

.news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd
}

.news .footer span:last-child {
    border-right: 0
}

.news-single .article .news-img-wrap {
    float: right;
    width: 360px;
    margin: 0 0 0 25px;
    background: #fff
}

.img-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.news-single .article .news-img-wrap img {
    float: none;
    width: 100%;
    margin: 0
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px
}

.form-group {
    margin: 0
}

label {
    display: inline;
    margin: 15px 0 0;
    touch-action: manipulation;
    cursor: pointer
}

.toggle > summary {
    cursor: pointer;
    font-weight: 600;
    color: rgba(199, 10, 41, 1)
}

.toggle > summary::before {
    display: none;
}

.toggle {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c5c6c6;
    padding-left: 15px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-bottom: 20px;
}

.checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .2s ease-in-out;
    transition-property: background-color, border
}

.checkbox:checked {
    background-color: #B91D31;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.option {
    color: #000
}

.form-group input, .form-group select, .form-group textarea {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 3px
}

input {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    font: inherit;
    background-color: rgba(255, 255, 255, .1);
    color: rgba(0, 0, 0, 0.8);
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.5);
    margin-top: 5px
}

select {
    box-sizing: border-box;
    border-radius: 0;
    font: inherit;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%280,%200,%200,%200.5%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%280,%200,%200,%200.5%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-color: rgba(255, 255, 255, .1);
    color: rgba(0, 0, 0, 0.8);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 0 20px 0 10px;
    margin: 5px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px
}

.row > div {
    flex: 1
}

#menu-toggle {
    display: none
}

.menu-button, .menu-button::before, .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px
}

.menu-button::before {
    content: '';
    margin-top: -8px
}

.menu-button::after {
    content: '';
    margin-top: 8px
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg)
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0)
}

#menu-toggle:checked .menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg)
}

#menu-toggle:checked ~ nav {
    display: block;
    height: 50%;
}

label.icon-button {
    margin: 0 10px;
}

.nav-item label {
    margin: 0;
    padding: 0;
}

.submenu-toggler {
    display: none;
}

.submenu-toggler:checked ~ .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
}

.submenu-toggler:checked ~ .dropdown-menu > ul {
    padding: 0;
    margin: 0;
}

.back-link label {
    border-bottom: none !important;
}

.tabset > input {
    display: block;
    position: absolute;
    left: -100%;
}

.tabset > ul {
    position: relative;
    z-index: 999;
    list-style: none;
    display: flex;
    margin-bottom: -1px;
}

.tabset > input:nth-child(1):checked ~ ul li:nth-child(1) label,
.tabset > input:nth-child(2):checked ~ ul li:nth-child(2) label,
.tabset > input:nth-child(3):checked ~ ul li:nth-child(3) label,
.tabset > input:nth-child(4):checked ~ ul li:nth-child(4) label,
.tabset > input:nth-child(5):checked ~ ul li:nth-child(5) label,
.tabset > input:nth-child(6):checked ~ ul li:nth-child(6) label,
.tabset > input:nth-child(7):checked ~ ul li:nth-child(7) label,
.tabset > input:nth-child(8):checked ~ ul li:nth-child(8) label,
.tabset > input:nth-child(9):checked ~ ul li:nth-child(9) label {
    color: #495057;
    background-color: #fff;
}

.tabset > div > section,
.tabset > div > section h2 {
    position: absolute;
    top: -999em;
    left: -999em;
}

.tabset > input:nth-child(1):checked ~ div > section:nth-child(1),
.tabset > input:nth-child(2):checked ~ div > section:nth-child(2),
.tabset > input:nth-child(3):checked ~ div > section:nth-child(3),
.tabset > input:nth-child(4):checked ~ div > section:nth-child(4),
.tabset > input:nth-child(5):checked ~ div > section:nth-child(5),
.tabset > input:nth-child(6):checked ~ div > section:nth-child(6),
.tabset > input:nth-child(7):checked ~ div > section:nth-child(7),
.tabset > input:nth-child(8):checked ~ div > section:nth-child(8),
.tabset > input:nth-child(9):checked ~ div > section:nth-child(9) {
    position: Static;
}

.tabset > ul label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 300px;
    color: white;
    padding: 15px;
    background: black;
    flex-direction: column;
}

#slider {
    position: relative;
    background: #1f272b;
}

.slider-carousel {
    position: relative;
    width: 100%;
}

.slider-carousel img {
    aspect-ratio: 2.5/1;
    width: 100%;
}

.slider-carousel.enable > div > div {
    position: relative;
}

#slider .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 15px;
    left: auto;
    z-index: 15;
    display: block;
    padding-left: 0;
    margin-right: 0;
    margin-left: -15px;
    width: auto;
    list-style: none;
}

#slider .carousel-indicators li {
    position: relative;
    width: auto;
    height: auto;
    min-height: 26px;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    border-left: solid white 1px;
    padding: 4px 10px;
    margin-bottom: 4px;
}

#slider .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

#slider .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

#slider .carousel-indicators li p {
    width: auto;
    line-height: 10px;
    color: #fff;
    pointer-events: none;
}

#slider .carousel-indicators li:hover p {
    color: #c70a29;
}

#slider .carousel-indicators li:hover {
    background-color: #ffffff;
}

#slider .carousel-caption {
    right: auto;
    left: auto;
    bottom: 5%;
    padding: 0;
    text-align: left;
    width: 1145px;
    backface-visibility: hidden;
    margin-left: -10px;
}

#slider .carousel-caption a, .carousel-caption a:hover {
    color: #fff;
}

.image-center {
    margin: 0 auto;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

.margin-top {
    margin-top: 20px !important;
}

.counter-text {
    font-size: 2.8rem;
    font-weight: 700;
    padding: 10px 0;
}

.counter-caption {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 120%;
    color: #000;
}

textarea {
    width: 100%;
    height: 100px;
    font-family: 'Open-Sans',sans-serif;
}

form:not(.pdv-form) label {
    color: rgba(0, 0, 0, .85) !important;
    transition: .33s ease;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0;
    width: 88%;
}

form:not(.pdv-form) input.form-control:not([type=submit]):not([type=checkbox]), form:not(.pdv-form) select {
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #a7a8aa;
    transition: .33s ease;
    border-radius: 0;
    padding-top: 0;
    font-size: 1.8rem;
    box-shadow: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tx-indexedsearch-title a {
    text-decoration: underline;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.tx-indexedsearch-browsebox {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.tx-indexedsearch-browsebox li {
    background-color: #222b2e;
    color: #fff !important;
    transition: background-color 200ms ease-out 0s;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
}

.tx-indexedsearch-browsebox li a {
    color: white;
}

.tx-indexedsearch-browselist-currentPage,
.tx-indexedsearch-browsebox li:hover {
    background-color: #c70a29 !important;
}

#htmlform > div > .row > div {
    flex-basis: 30%;
}

.form-img {
    aspect-ratio: 1/1.3;
}

@media (max-width: 991px) {
    #htmlform > div > .row > div {
        flex-basis: 48%;
        max-width: 48%;
    }
}

@media (max-width: 771px) {
    #htmlform > div > .row > div {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.navbar-nav .submenu-content .current .submenu-navlink, .navbar-nav .submenu-content .current .submenu-description {
    color: #c70a29 !important;
}

.timeline ul {
    background: #f9f9f9;
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.timeline ul li:nth-child(even) div {
    left: -385px;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li div {
    transition: all .5s ease-in-out;
    position: relative;
    bottom: 0;
    width: 320px;
    padding: 15px;
    background: rgba(125, 154, 170, 1);
}

.timeline ul li.in-view::after {
    background: rgba(125, 154, 170, 1);
}

.timeline ul li::after {
    transition: background .5s ease-in-out;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent rgba(125, 154, 170, 1) transparent transparent;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(125, 154, 170, 1);
}

.timeline ul li div p {
    color: #ffffff;
}

.toggle_head {
    cursor: pointer;
    transition: color 200ms ease-out 0s;
}

.toggle_head:hover {
    color: #c70a29;
}

.toggle-open:after {
    content: " \02798";
    display: inline;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    margin: 10px 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

/***  Modal Styles  *****/

.fade {
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0,0,0,0.5);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 300;
    color: #000 !important;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}