.jumbotron-ce {
    position: relative;
    padding: 8rem 2rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.jumbotron-ce .jumbotron-ce-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jumbotron-ce--placeholder {
    background-image: url('../Images/jumbotron-placeholder.svg');
    background-size: cover;
    background-position: center;
}

.frame-has-backgroundimage.frame-type-jumbotron .frame-backgroundimage-container {
    display: none !important;
}

.frame-has-backgroundimage.frame-type-jumbotron .frame-container,
.frame-has-backgroundimage.frame-type-jumbotron .frame-inner {
    background: none !important;
}

.jumbotron-ce .jumbotron-ce-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
    pointer-events: none;
}

.jumbotron-ce .jumbotron-ce-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.jumbotron-ce .jumbotron-title {
    color: inherit;
    margin-bottom: 1rem;
}

.jumbotron-ce .jumbotron-subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.jumbotron-ce .jumbotron-text {
    margin-bottom: 1.5rem;
}

.jumbotron-ce .blx-jumbotron__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.875rem 1.75rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.jumbotron-ce .blx-jumbotron__button:hover,
.jumbotron-ce .blx-jumbotron__button:focus {
    text-decoration: none;
}

.jumbotron-ce .blx-jumbotron__button--primary {
    color: var(--blx-jumbotron-button-primary-color, #fff);
    background: var(--blx-jumbotron-button-primary-bg, #0d6efd);
    border-color: var(--blx-jumbotron-button-primary-border, #0d6efd);
}

.jumbotron-ce .blx-jumbotron__button--primary:hover,
.jumbotron-ce .blx-jumbotron__button--primary:focus {
    color: var(--blx-jumbotron-button-primary-color, #fff);
    background: var(--blx-jumbotron-button-primary-hover-bg, #0b5ed7);
    border-color: var(--blx-jumbotron-button-primary-hover-border, #0a58ca);
}

.jumbotron-ce .blx-jumbotron__button--secondary {
    color: var(--blx-jumbotron-button-secondary-color, #fff);
    background: var(--blx-jumbotron-button-secondary-bg, #6c757d);
    border-color: var(--blx-jumbotron-button-secondary-border, #6c757d);
}

.jumbotron-ce .blx-jumbotron__button--secondary:hover,
.jumbotron-ce .blx-jumbotron__button--secondary:focus {
    color: var(--blx-jumbotron-button-secondary-color, #fff);
    background: var(--blx-jumbotron-button-secondary-hover-bg, #5c636a);
    border-color: var(--blx-jumbotron-button-secondary-hover-border, #565e64);
}

.jumbotron-ce .blx-jumbotron__button--light {
    color: var(--blx-jumbotron-button-light-color, #212529);
    background: var(--blx-jumbotron-button-light-bg, #f8f9fa);
    border-color: var(--blx-jumbotron-button-light-border, #f8f9fa);
}

.jumbotron-ce .blx-jumbotron__button--light:hover,
.jumbotron-ce .blx-jumbotron__button--light:focus {
    color: var(--blx-jumbotron-button-light-color, #212529);
    background: var(--blx-jumbotron-button-light-hover-bg, #d3d4d5);
    border-color: var(--blx-jumbotron-button-light-hover-border, #c6c7c8);
}

.jumbotron-ce .blx-jumbotron__button--dark {
    color: var(--blx-jumbotron-button-dark-color, #fff);
    background: var(--blx-jumbotron-button-dark-bg, #212529);
    border-color: var(--blx-jumbotron-button-dark-border, #212529);
}

.jumbotron-ce .blx-jumbotron__button--dark:hover,
.jumbotron-ce .blx-jumbotron__button--dark:focus {
    color: var(--blx-jumbotron-button-dark-color, #fff);
    background: var(--blx-jumbotron-button-dark-hover-bg, #1c1f23);
    border-color: var(--blx-jumbotron-button-dark-hover-border, #1a1e21);
}

.jumbotron-ce .blx-jumbotron__button--link {
    min-height: 0;
    padding-inline: 0;
    color: var(--blx-jumbotron-button-link-color, currentColor);
    background: transparent;
    border-color: transparent;
}

.jumbotron-ce .blx-jumbotron__button--link:hover,
.jumbotron-ce .blx-jumbotron__button--link:focus {
    color: var(--blx-jumbotron-button-link-hover-color, currentColor);
    background: transparent;
    border-color: transparent;
    opacity: 0.82;
}

.frame-type-jumbotron.frame {
    padding-top: 0;
}

.frame-type-jumbotron .frame-container {
    max-width: none;
    padding: 0;
}
