* {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}

/* Black prints faster: h5bp.com/s */
body {
    opacity: 1 !important;
}

a,
a:visited {
    text-decoration: underline;
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

/* Don't show links for images, or javascript/internal links */
pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

/* h5bp.com/t */
tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

.navi,
.toggle-navi,
.breadcrumb,
form,
aside[role="complementary"] {
    display: none
}

.acc-handler+* {
    display: block;
}

.ct1 h1 {
    position: relative;
    padding-left: rem(18px);
}
.ct1 h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(180deg, color(secondary) 0%, color(tertiary) 50%, color(primary) 100%);
}
.ct1 .right-container {
    position: relative;
}
.ct1 .right-container .outer {
    color: color(background);
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .75);
    backdrop-filter: blur(rem(29px));
    padding: rem(25px) rem(50px) rem(25px) rem(40px);
}
html.contrast-intensify .ct1 .right-container .outer {
    backdrop-filter: none;
    background-color: color-text(background);
}
html.alternate-theme .ct1 .right-container .outer {
    color: color-text(background);
}
html.contrast-intensify.alternate-theme .ct1 .right-container .outer {
    color: color(background);
}
@media (min-width: 640px) {
    .ct1 .right-container .outer {
        max-width: rem(589px);
        position: absolute;
        right: 0;
        bottom: 0;
   }
    html.font-size-110 .ct1 .right-container .outer, html.font-size-130 .ct1 .right-container .outer {
        right: rem(-16px);
        bottom: rem(-100px);
        padding: rem(25px);
   }
}
@media (min-width: 992px) {
    .ct1 .right-container .outer {
        bottom: rem(-100px);
   }
}
@media (min-width: 1200px) {
    .ct1 .right-container .outer {
        bottom: rem(35px);
   }
    html.font-size-110 .ct1 .right-container .outer, html.font-size-130 .ct1 .right-container .outer {
        padding: rem(25px) rem(50px) rem(25px) rem(40px);
   }
}
@media (min-width: 1364px) {
    html.font-size-110 .ct1 .right-container .outer, html.font-size-130 .ct1 .right-container .outer {
        bottom: rem(-50px);
        right: 0;
   }
}
@media (min-width: 1620px) {
    html.font-size-110 .ct1 .right-container .outer, html.font-size-130 .ct1 .right-container .outer {
        bottom: rem(35px);
   }
}
.ct1 .right-container .outer ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: center;
}
@media (min-width: 640px) {
    .ct1 .right-container .outer ul {
        flex-direction: row;
   }
}
.ct1 .right-container .outer ul li {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
}
.ct1 .right-container .outer ul li:not(:last-of-type) {
    border-bottom: 1px solid color(border);
    padding-bottom: rem(18px);
}
@media (max-width: 640px) {
    html.contrast-intensify .ct1 .right-container .outer ul li:not(:last-of-type) {
        border-bottom: 1px solid color(background);
   }
}
@media (min-width: 640px) {
    .ct1 .right-container .outer ul li:not(:last-of-type) {
        border-bottom: none;
        padding-bottom: 0;
        padding-right: rem(27px);
        padding-top: 0;
   }
    html.font-size-110 .ct1 .right-container .outer ul li:not(:last-of-type), html.font-size-130 .ct1 .right-container .outer ul li:not(:last-of-type) {
        border-bottom: none;
   }
}
.ct1 .right-container .outer ul li:not(:first-of-type) {
    padding-top: rem(18px);
}
@media (min-width: 640px) {
    .ct1 .right-container .outer ul li:not(:first-of-type) {
        padding-top: 0;
        border-left: 1px solid color(border);
        padding-left: rem(27px);
        padding-bottom: 0;
   }
    html.contrast-intensify .ct1 .right-container .outer ul li:not(:first-of-type) {
        border-left: 1px solid color(background);
   }
}
.ct1 .right-container .outer ul li:first-of-type {
    padding-left: 0;
}
.ct1 .right-container .outer ul li span.number {
    display: flex;
    align-items: center;
    font-size: rem(60px);
    font-weight: config(font-main-bold);
    text-align: center;
    justify-content: center;
    line-height: 1.15em;
}
.ct1 .right-container .outer ul li span.block {
    display: block;
    font-size: rem(16px);
    font-weight: config(font-main-regular);
    text-align: center;
    line-height: rem(24px);
}
.ct1 .right-container .outer ul li span:not(.block):not(.number) {
    font-weight: config(font-main-bold);
    font-size: rem(28px);
}
.ct1 .right-container .outer ul li:before {
    display: none;
}
