.ltg-page-top {
    background-color: var(--ltg-color-primary);
}

.ltg-page-top,
.ltg-page-top * {
    box-sizing: border-box;
}

html.ltg-a11y-contrast-true .ltg-page-top {
    background-color: #272727;
}

.ltg-page-top > .container {
    max-width: 100%;
    margin: auto;
    padding: 0 1rem;
}

.ltg-page-top-content,
.ltg-page-top-ribbon-wrap,
.ltg-page-top-button-wrap,
.ltg-page-top .ltg-ribbon {
    display: flex;
}

.ltg-page-top-button-wrap {
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.ltg-page-top-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

html.ltg-a11y-font-size-1 .ltg-page-top-title { font-size: 27px; }
html.ltg-a11y-font-size-2 .ltg-page-top-title { font-size: 29px; }
html.ltg-a11y-font-size-3 .ltg-page-top-title { font-size: 31px; }
html.ltg-a11y-font-size-4 .ltg-page-top-title { font-size: 33px; }

.ltg-page-top-description {
    display: none;
    padding-bottom: 30px;
}

.ltg-page-top-ribbon-wrap {
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
}

.ltg-page-top-ribbon-wrap > :first-child { flex: 1 0 auto; }
.ltg-page-top-ribbon-wrap > :last-child { flex: 0 0 60px; }

.ltg-page-top-text {
    flex-grow: 1;
    margin-right: auto;
    padding: 30px 2rem 0 0;
}

.ltg-page-top-img-wrap {
    position: relative;
}

.ltg-page-top-img-wrap::before {
    display: block;
    padding-bottom: 76%;
    content: "";
}

.ltg-page-top-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.ltg-page-top-breadcrumbs {
    min-height: 2rem;
    margin-bottom: 20px;
}

.ltg-page-top-breadcrumbs a,
.ltg-page-top-breadcrumbs span:not(.screen-reader-text) {
    color: #000000;
    font-size: 0.8rem;
}

.ltg-page-top-breadcrumbs a:hover { color: #ffffff; }

.ltg-page-top-breadcrumbs > :not(:first-child)::before {
    margin: 0 0.5rem;
    color: #000000 !important;
    content: ">";
}

.ltg-page-top .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ltg-page-top .bg-white { background-color: #ffffff; }
.ltg-page-top .bg-black { background-color: #000000; }
.ltg-page-top .ltg-ribbon.flex-column { flex-direction: column; }
.ltg-page-top .ltg-ribbon.flex-column .knot { transform: rotate(45deg); }
.ltg-page-top .ltg-ribbon.flex-column .knot-wrap { padding: 5px 0 0; }
.ltg-page-top .ltg-ribbon.flex-column .string { margin-right: 0; margin-left: 0; }
.ltg-page-top .ltg-ribbon.flex-column .string-top { margin-bottom: -12.5px; }
.ltg-page-top .ltg-ribbon.flex-column .string-top + .knot-wrap { padding-top: 0; padding-bottom: 5px; }
.ltg-page-top .ltg-ribbon.flex-column .string-bottom { margin-top: -12.5px; }
.ltg-page-top .ltg-ribbon .knot {
    width: 25px;
    height: 25px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.ltg-page-top .ltg-ribbon .string { flex-grow: 1; }
.ltg-page-top .ltg-ribbon .string-top,
.ltg-page-top .ltg-ribbon .string-bottom { width: 25px; }

html.ltg-a11y-contrast-true .ltg-page-top .ltg-ribbon.flex-column .knot,
html.ltg-a11y-contrast-true .ltg-page-top .ltg-ribbon.flex-column .string {
    background-color: #ffffff !important;
}

.ltg-page-top.has-image .ltg-page-top-text { flex: 1 0 65%; }
.ltg-page-top.has-image .ltg-page-top-img-wrap { flex: 1 0 35%; }
.ltg-page-top.has-image .ltg-page-top-ribbon-wrap {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-right: -18px;
}

html.ltg-a11y-illustrations-false .ltg-page-top.has-image .ltg-page-top-img-wrap { display: none; }
html.ltg-a11y-illustrations-false .ltg-page-top.has-image .ltg-page-top-text { flex: 1 1 auto; }
html.ltg-a11y-illustrations-false .ltg-page-top.has-image .ltg-page-top-ribbon-wrap { margin-right: 0; }

@media screen and (max-width: 1025px) {
    .ltg-page-top.has-image { overflow: hidden; }
    .ltg-page-top.has-image > .container { padding-right: 0; }
    html.ltg-a11y-illustrations-false .ltg-page-top.has-image > .container { padding-right: 1rem; }
}

@media screen and (min-width: 1025px) {
    .ltg-page-top > .container { width: 1024px; }
    .ltg-page-top-description { display: block; }
    .ltg-page-top-title { font-size: 36px; }
    html.ltg-a11y-font-size-1 .ltg-page-top-title { font-size: 38px; }
    html.ltg-a11y-font-size-2 .ltg-page-top-title { font-size: 40px; }
    html.ltg-a11y-font-size-3 .ltg-page-top-title { font-size: 42px; }
    html.ltg-a11y-font-size-4 .ltg-page-top-title { font-size: 44px; }
    .ltg-page-top.has-image .ltg-page-top-text { flex: 1 0 40%; }
    .ltg-page-top.has-image .ltg-page-top-title { font-size: 45px; }
    .ltg-page-top.has-image .ltg-page-top-img-wrap { flex: 1 0 60%; }
    .ltg-page-top.has-image .ltg-page-top-ribbon-wrap { margin-right: -35px; }
    .ltg-page-top.has-image .ltg-page-top-breadcrumbs { margin-bottom: 80px; }
    .ltg-page-top .ltg-ribbon.flex-column .knot-wrap { padding-top: 11px; }
    .ltg-page-top .ltg-ribbon.flex-column .string-top { margin-bottom: -25px; }
    .ltg-page-top .ltg-ribbon.flex-column .string-top + .knot-wrap { padding-top: 0; padding-bottom: 11px; }
    .ltg-page-top .ltg-ribbon.flex-column .string-bottom { margin-top: -25px; }
    .ltg-page-top .ltg-ribbon .knot { width: 50px; height: 50px; }
    .ltg-page-top .ltg-ribbon .string-top,
    .ltg-page-top .ltg-ribbon .string-bottom { width: 50px; }
    html.ltg-a11y-illustrations-false .ltg-page-top.has-image .ltg-page-top-title { font-size: 36px; }
    html.ltg-a11y-illustrations-false .ltg-page-top.has-image .ltg-page-top-breadcrumbs { margin-bottom: 20px; }
}

@media screen and (min-width: 1200px) {
    .ltg-page-top > .container { width: 1140px; }
    .ltg-page-top-text { max-width: 60%; }
}
