@charset "UTF-8"; h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 1rem;font-weight: 600;line-height: 1.3;color: var(--headings-color); } h1, .h1 {font-size: 3.7777777778rem; } h2, .h2 {font-size: 2rem; } h3, .h3 {font-size: 1.5555555556rem; } h4, .h4 {font-size: 1rem; } h5, .h5 {font-size: 0.9444444444rem; } h6, .h6 {font-size: 1rem; } .lead {font-size: 1.25rem;font-weight: 300; } .display-1 {font-size: 3.7777777778rem;font-weight: 600;line-height: 1.3; } .display-2 {font-size: 2rem;font-weight: 600;line-height: 1.3; } .display-3 {font-size: 1.5555555556rem;font-weight: 600;line-height: 1.3; } .display-4 {font-size: 1rem;font-weight: 600;line-height: 1.3; } hr {margin-top: 1rem;margin-bottom: 1rem;border: 0;border-top: 1px solid var(--hr-border-color); } small, .small {font-size: 77.5%;font-weight: 400; } mark, .mark {padding: 0.2em;background-color: var(--mark-bg); } .list-unstyled {padding-left: 0;list-style: none; } .list-inline {padding-left: 0;list-style: none; } .list-inline-item {display: inline-block; } .list-inline-item:not(:last-child) {margin-right: 0.5rem; } .initialism {font-size: 90%;text-transform: uppercase; } .blockquote {margin-bottom: 1rem;font-size: 1.25rem; } .blockquote-footer {display: block;font-size: 77.5%;color: var(--blockquote-small-color); } .blockquote-footer::before {content: "— "; } h1, .h1 {padding: 1.9444444444rem 0;text-align: center;margin: 0;font-size: 2.1111111111rem;position: relative;text-transform: uppercase; } @media (min-width: 768px) {h1, .h1 {margin-left: 2.7777777778rem;margin-right: 2.7777777778rem;} } @media (min-width: 576px) {h1, .h1 {font-size: 3.7777777778rem;} } h1 span, .h1 span {display: inline-block;position: relative;max-width: 70%; } @media (max-width: 991.98px) {h1 span, .h1 span {max-width: 90%;} } h1 span::before, .h1 span::before {content: " ";position: absolute;left: -100px;height: 2px;background: var(--primary);top: 50%;transform: translateY(-50%);right: 100%;margin-right: 2.2222222222rem; } h1 span::after, .h1 span::after {content: " ";position: absolute;right: -100px;height: 2px;background: var(--primary);top: 50%;transform: translateY(-50%);left: 100%;margin-left: 2.2222222222rem; } @media (max-width: 991.98px) {h1 span::after, h1 span::before, .h1 span::after, .h1 span::before {display: none;} } h2, .h2 {font-weight: 700;margin-bottom: 1.1111111111rem;color: var(--primary); } 