@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 400;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-regular.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: italic;
    font-weight: 400;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-italic.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: italic;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700italic.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass Title;
    font-style: normal;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass Title;
    font-style: italic;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900italic.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900italic.woff) format("woff")
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.is-visible {
    opacity: 1 !important;
    visibility: visible !important
}

@media(max-width:767px) {
    .is-visible--mobile {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.is-hidden {
    opacity: 0;
    visibility: hidden
}

.is-display {
    display: block !important
}

.is-flex {
    display: flex !important
}

.is-none {
    display: none !important
}

@supports(display:grid) {
    .panel--fadein .fadein {
        opacity: 0;
        transition-delay: .2s;
        transition-duration: .6s;
        transition-property: opacity, transform;
        transition-timing-function: ease
    }

    .panel--fadein .fadein.fadein--scale {
        transform: scale(.9)
    }

    .panel--fadein .fadein.fadein--left {
        transform: translateX(-1rem)
    }

    .panel--fadein .fadein.fadein--right {
        transform: translateX(1rem)
    }

    @media(min-width:1024px) {
        .panel--fadein .fadein.fadein--scale.fadein--right {
            transform: translateX(3rem) scale(.9)
        }

        .panel--fadein .fadein.fadein--scale.fadein--left {
            transform: translateX(-3rem) scale(.9)
        }
    }

    .panel--fadein .fadein.fadein--delay {
        transition-delay: .5s
    }
}

.is-fadedin {
    opacity: 1 !important;
    transform: none !important
}

.no-scroll {
    height: 100% !important;
    overflow: hidden !important
}

@media(min-width:768px) {
    .no-hiddenscroll.no-scroll {
        overflow-y: scroll !important
    }

    .no-hiddenscroll.no-scroll body {
        overflow: hidden !important
    }

    .hiddenscroll.no-scroll {
        margin-right: 0
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.u-show-on-focus:focus {
    background-color: #fff;
    color: #000;
    display: block;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 1rem;
    position: absolute;
    width: auto;
    clip: auto;
    z-index: 10000
}

.u-accent {
    color: #002f70 !important
}

.u-small {
    font-size: .8rem !important
}

.u-bold {
    font-weight: 700 !important
}

.u-first-letter:first-letter {
    text-transform: uppercase
}

.u-capitalize:first-letter {
    text-transform: capitalize
}

.u-link {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #06c;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.u-link:focus,
.u-link:hover {
    border-bottom: 1px solid #06c
}

.u-link {
    display: inline
}

.u-plain-link {
    text-decoration: none
}

.u-plain-link,
.u-plain-link:focus,
.u-plain-link:hover {
    border-bottom: none !important
}

.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.u-dark-link {
    border-bottom: 1px solid #101921 !important;
    color: #101921 !important;
    text-decoration: none
}

.u-dark-link:focus,
.u-dark-link:hover {
    border-bottom: 1px solid #cfd1d3 !important
}

.u-dark-link {
    display: inline
}

.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #101921;
    color: #101921;
    text-decoration: none
}

.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #cfd1d3
}

.u-white-link {
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    text-decoration: none
}

.u-white-link:focus,
.u-white-link:hover {
    border-bottom: 1px solid #ccc !important
}

.u-white-link {
    display: inline
}

.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

img.u-flipped {
    transform: scaleX(-1) !important
}

.u-white-text {
    color: #fff !important
}

.u-dark-text {
    color: #000 !important
}

a.slanted-arrow-link {
    color: var(--panel-font-color, #101921)
}

a.slanted-arrow-link:before {
    background: var(--panel-font-color, #101921);
    background-position: 0;
    background-size: 14px;
    content: "";
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 80%;
    mask-size: 80%;
    padding-left: 1rem;
    position: relative;
    top: 5px
}

a.slanted-arrow-link {
    text-decoration: none
}

a.slanted-arrow-link,
a.slanted-arrow-link:focus,
a.slanted-arrow-link:hover {
    border-bottom: none !important
}

a.slanted-arrow-link {
    align-self: center;
    display: inline-flex;
    font-weight: 700;
    text-decoration: underline !important
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-size: 16px
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    line-height: 1.5;
    margin: 0;
    text-rendering: optimizeLegibility
}

body,
html {
    height: 100%
}

iframe {
    border: 0
}

main {
    display: block;
    flex: 1 0 auto;
    min-height: calc(100vh - 70px)
}

@media(min-width:544px) {
    main {
        min-height: calc(100vh - 51px)
    }
}

@media(min-width:768px) {
    main {
        min-height: calc(100vh - 99px)
    }
}

@media(min-width:1200px) {
    main {
        min-height: calc(100vh - 111px)
    }
}

@media(min-width:768px) {
    .no-flexbox:not(.flexboxtweener) main {
        min-height: calc(100vh - 51px)
    }
}

ol,
ul {
    margin-bottom: 0;
    padding-left: 0
}

ul li {
    display: block
}

h1,
h2 {
    font-size: inherit
}

h1,
h2,
p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

sup {
    line-height: 0;
    position: relative;
    top: -1em;
    vertical-align: baseline
}

sub {
    bottom: 0
}

sub,
sup {
    font-size: .5em;
    left: 0
}

strong {
    font-weight: 700
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

a,
a:focus,
a:hover {
    color: #101921;
    text-decoration: none
}

ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

button {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    -webkit-font-smoothing: inherit;
    background: none;
    cursor: pointer;
    letter-spacing: inherit;
    overflow: visible
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

[tabindex="-1"]:focus {
    outline: none !important
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button,
input,
select,
textarea {
    line-height: inherit;
    font: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

input[type=search] {
    -webkit-appearance: none
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

:root {
    --animation-duration: 300ms;
    --transition-duration: 300ms;
    --transition-delay: 0s
}

@media (update:slow),
screen and (prefers-reduced-motion:reduce) {
    :root {
        --animation-duration: 0.001ms !important;
        --transition-duration: 0.001ms !important;
        --transition-delay: 0.001ms !important
    }

    * {
        animation-duration: var(--animation-duration) !important;
        animation-iteration-count: 1 !important;
        transition-delay: var(--transition-delay) !important;
        transition-duration: var(--transition-duration) !important
    }
}

@media(min-width:1200px) {
    html {
        font-size: 18px
    }
}

@media(min-width:2400px) {
    html {
        font-size: 20px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101921;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

@media(min-width:768px) {

    .h1,
    h1 {
        font-size: 3rem
    }
}

.h2,
h2 {
    font-size: 1.8rem
}

.h3,
h3 {
    font-size: 1.4rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-size: 1.2rem
}

.h1,
h1 {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    margin-bottom: 2.5rem
}

@media(max-width:374px) {

    .h1,
    h1 {
        font-size: 2.281rem;
        margin-bottom: 1rem
    }
}

.h2,
h2 {
    margin-bottom: 1.125rem
}

.h3,
h3 {
    margin-bottom: .7875rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 1rem
}

.h1--ambition,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.h1--ambition {
    font-size: 50px;
    line-height: 1.1
}

@media(max-width:374px) {
    .h1--ambition {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:375px) {
    .h1--ambition {
        font-size: 50px
    }
}

@media(min-width:544px) {
    .h1--ambition {
        font-size: 70px
    }
}

@media(min-width:768px) {
    .h1--ambition {
        font-size: 90px
    }
}

.h2--ambition {
    font-size: 40px;
    font-weight: 700;
    line-height: 1
}

@media(max-width:374px) {
    .h2--ambition {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:544px) {
    .h2--ambition {
        font-size: 60px
    }
}

@media(min-width:768px) {
    .h2--ambition {
        font-size: 70px
    }
}

.h3--ambition {
    font-size: 26px;
    font-weight: 700;
    line-height: 1
}

@media(max-width:374px) {
    .h3--ambition {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:544px) {
    .h3--ambition {
        font-size: 45px
    }
}

@media(min-width:768px) {
    .h3--ambition {
        font-size: 55px
    }
}

.h4--ambition {
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

@media(min-width:768px) {
    .h4--ambition {
        font-size: 40px
    }
}

.h5--ambition {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media(min-width:768px) {
    .h5--ambition {
        font-size: 34px
    }
}

.body--ambition {
    font-size: 14px;
    line-height: 1.25
}

@media(min-width:768px) {
    .body--ambition {
        font-size: 21px
    }
}

.body--ambition .button-group {
    margin: 2rem 0 0
}

.body--ambition .button-group--spaced {
    margin: 2rem 0
}

.body2--ambition {
    font-size: 12px;
    line-height: 1.25
}

@media(min-width:768px) {
    .body2--ambition {
        font-size: 18px
    }
}

.highlight-color {
    color: var(--panel-highlight-color, #fff)
}

.body--32 {
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .body--32 {
        font-size: 32px
    }
}

.body--24 {
    font-size: 24px
}

.body--18,
.body--24 {
    letter-spacing: -.02em;
    line-height: 110%
}

.body--18 {
    font-size: 18px
}

.body--16 {
    font-size: 16px;
    line-height: 1.5
}

.body--14 {
    font-size: 14px !important;
    line-height: 1.5
}

.body--12 {
    font-size: 12px;
    line-height: 1.5
}

.body--10 {
    font-size: 10px;
    line-height: 1.5
}

.body--bold {
    font-weight: 700 !important
}

.body--center {
    text-align: center
}

.body--icon {
    align-items: center;
    display: inline-flex;
    gap: 8px
}

.body--icon span {
    position: relative;
    top: 1px
}

.body--10.body--icon,
.body--12.body--icon {
    gap: 4px
}

.body--icon-first {
    gap: 0
}

.heading.body--icon span {
    top: 2px
}

.body--spin svg {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear
}

.body--32 svg {
    height: 32px;
    width: 32px
}

.body--faded {
    color: #70757a
}

.body--uppercase {
    text-transform: uppercase
}

.heading {
    margin-bottom: 4px
}

.heading.margin-0 {
    margin: 0
}

.heading.margin-bottom-10 {
    margin-bottom: 10px
}

.heading.margin-bottom-20 {
    margin-bottom: 20px
}

.heading.margin-top-20 {
    margin-top: 20px
}

.heading.margin-top-40 {
    margin-top: 40px
}

.heading--hero {
    font-family: Overpass Title, Helvetica, Arial, sans-serif;
    font-size: 40px;
    letter-spacing: -.02em;
    line-height: 75%;
    text-transform: uppercase
}

@media(max-width:374px) {
    .heading--hero {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:768px) {
    .heading--hero {
        font-size: 64px;
        hyphens: auto;
        overflow-wrap: break-word
    }
}

.heading--120 {
    font-size: 14vw;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:544px) {
    .heading--120 {
        font-size: 80px
    }
}

@media(min-width:1024px) {
    .heading--120 {
        font-size: 120px
    }
}

.heading--120 {
    font-weight: 700
}

.heading--100 {
    font-size: 11vw;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:544px) {
    .heading--100 {
        font-size: 64px
    }
}

@media(min-width:1024px) {
    .heading--100 {
        font-size: 100px
    }
}

.heading--100 {
    font-weight: 700
}

.heading--80 {
    font-size: 11vw;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:544px) {
    .heading--80 {
        font-size: 64px
    }
}

@media(min-width:768px) {
    .heading--80 {
        font-size: 80px
    }
}

.heading--80 {
    font-weight: 700
}

.heading--64 {
    font-size: 40px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(max-width:374px) {
    .heading--64 {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:768px) {
    .heading--64 {
        font-size: 64px
    }
}

.heading--64 {
    font-weight: 700
}

.heading--48 {
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .heading--48 {
        font-size: 48px
    }
}

.heading--48 {
    font-weight: 700
}

.heading--40 {
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .heading--40 {
        font-size: 40px
    }
}

.heading--40 {
    font-weight: 700
}

.heading--32 {
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .heading--32 {
        font-size: 32px
    }
}

.heading--32 {
    font-weight: 700
}

.heading--24 {
    font-size: 24px
}

.heading--18,
.heading--24 {
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 110%
}

.heading--18 {
    font-size: 18px
}

.btn {
    align-items: center;
    border: 3px solid #101921;
    border-radius: 48px;
    color: #101921;
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 20px
}

.btn span {
    position: relative;
    top: 1px
}

.btn--secondary {
    border: 3px solid #cfd1d3
}

.btn--dark-navy {
    background-color: #101921;
    color: #fff
}

.btn--25 {
    font-size: 25px;
    line-height: 1.5
}

.btn--18 {
    font-size: 18px;
    line-height: 1.5
}

.btn--16 {
    font-size: 16px;
    line-height: 1.5
}

.link,
.link:hover {
    border: none;
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

.link--plain,
.link--plain:hover {
    font-weight: 400;
    text-decoration: none
}

.link--normal,
.link--normal:hover {
    font-weight: 400
}

.link--underline:hover,
a.link--underline,
a.link--underline:focus,
a.link--underline:hover {
    text-decoration: underline
}

.link--white.link--underline:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff
}

.link--32 {
    font-size: 32px;
    line-height: 1.5
}

.link--25 {
    font-size: 25px;
    line-height: 1.5
}

.link--18 {
    font-size: 18px;
    line-height: 1.5
}

.link--16 {
    font-size: 16px;
    line-height: 1.5
}

.link--arrow svg {
    height: 10px;
    width: 10px
}

@media(min-width:768px) {
    .link--arrow {
        align-items: center;
        display: flex;
        gap: 5px
    }

    .link--arrow span {
        position: relative;
        top: 1px
    }
}

.link--down svg {
    height: 10px;
    width: 10px
}

@media(min-width:768px) {
    .link--down {
        align-items: center;
        display: flex;
        gap: 5px
    }

    .link--down span {
        position: relative;
        top: 1px
    }
}

.link--down svg {
    transform: rotate(90deg)
}

.label {
    font-weight: 700;
    text-transform: uppercase
}

.label--12 {
    font-size: 12px
}

.label--12,
.label--14 {
    letter-spacing: .03em;
    line-height: 16px
}

.label--14 {
    font-size: 14px
}

.label--10 {
    font-size: 10px;
    letter-spacing: .03em;
    line-height: 14px
}

a+h2,
form+h2,
ol+h2,
p+h2,
table+h2,
ul+h2 {
    margin-top: 2.566rem
}

a+h3,
form+h3,
ol+h3,
p+h3,
table+h3,
ul+h3 {
    margin-top: 1.802rem
}

a+h4,
a+h5,
a+h6,
form+h4,
form+h5,
form+h6,
ol+h4,
ol+h5,
ol+h6,
p+h4,
p+h5,
p+h6,
table+h4,
table+h5,
table+h6,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 1.266em
}

section>h2 {
    margin-top: 2.566rem
}

section>h3 {
    margin-top: 1.802rem
}

section>h4,
section>h5,
section>h6 {
    margin-top: 1.266em
}

q {
    quotes: "“" "”" "‘" "’"
}

.header {
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 20
}

.panel.panel--navigation {
    background: #101921;
    height: var(--global_header_height);
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1
}

@media(min-width:1200px) {
    .panel.panel--navigation {
        z-index: unset
    }
}

.panel.panel--navigation.panel--content>.panel__body {
    max-width: calc(1640px + 4rem);
    padding: 0
}

@media(min-width:1200px) {
    .panel.panel--navigation.panel--content>.panel__body {
        top: -40px
    }
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar {
    border-bottom: 1px solid #40474d;
    display: flex;
    gap: 32px;
    height: 40px;
    justify-content: flex-end;
    padding: 6px 20px;
    width: 100%;
    z-index: 0
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar svg {
    fill: transparent;
    height: 15px;
    stroke: #fff;
    width: 15px
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a {
    height: 25px
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a svg {
    transition: transform .3s
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a:hover {
    text-decoration: underline
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a:hover svg {
    transform: scale(1.2)
}

@media(min-width:1200px) {
    .panel.panel--navigation.panel--content>.panel__body .contact-bar {
        border-bottom: none;
        padding: 6px 2px
    }
}

.panel.panel--content.select__dropdown .panel__body,
.panel.panel--navigation.panel--content>.panel__body {
    max-width: 100%
}

.panel.panel--navigation .content {
    height: auto;
    position: relative;
    width: 100%
}

html {
    scroll-padding-top: 100px
}

html.banner {
    scroll-padding-top: var(--global_header_height)
}

@media(min-width:1200px) {
    html.banner {
        scroll-padding-top: calc(var(--global_banner_height) + var(--local_banner_height) + 72px)
    }
}

html.banner .header.sticky .panel.panel--navigation {
    height: calc(var(--global_header_height) + var(--local_banner_height))
}

@media(min-width:1200px) {
    html.banner .header.sticky .panel.panel--navigation {
        height: calc(var(--global_banner_height) + var(--local_banner_height));
        position: relative
    }

    html.banner .header.content-header.sticky .panel.panel--navigation {
        height: calc(var(--global_header_height) + var(--local_banner_height) + var(--global_banner_height) + 20px)
    }
}

.header.content-header .panel.panel--navigation {
    position: relative
}

html.noscroll {
    overflow: hidden
}

@media(min-width:1200px) {
    .panel.panel--navigation {
        background: transparent;
        border-top: 40px solid #101921;
        height: calc(var(--global_header_height) + 20px);
        position: absolute;
        position: var(--header-position, absolute);
        right: 0;
        width: 100%
    }

    .panel.panel--navigation.panel--content>.panel__body {
        max-width: calc(1640px + 4rem);
        padding: 0 2rem
    }

    .header.content-header .panel.panel--navigation {
        position: var(--header-position, relative)
    }

    html.noscroll {
        margin-right: var(--scrollwidth, 17px)
    }

    html.noscroll .panel.panel--navigation.panel--navigation-alt {
        width: 100%
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    html.noscroll .panel.panel--navigation.panel--navigation-alt .content {
        margin-right: 0 !important
    }
}

@media(min-width:1200px) {
    html.noscroll .panel.panel--navigation .navigation__panel .content {
        margin-right: 0
    }

    html.noscroll header.sticky .panel.panel--navigation .navigation__top {
        padding-right: var(--scrollwidth, 17px)
    }

    html.noscroll .message-banner.message-banner--full-width {
        width: 100%
    }

    html .message-banner.message-banner--full-width.message-banner--mobile {
        display: none
    }
}

@media(min-width:1700px) {
    html.noscroll .panel.panel--navigation {
        right: 0
    }

    html.noscroll .panel.panel--navigation .content {
        margin-right: 0 !important
    }

    html.noscroll .panel.panel--navigation {
        width: 100%
    }
}

.navigation__top {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.navigation__top:after {
    background: #40474d;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 12
}

.navigation__top.is-inverse:after {
    background: #cfd1d3
}

.navigation__top-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    width: 100%
}

@media(min-width:1200px) {
    .navigation__top {
        height: auto
    }

    .navigation__top:after {
        display: none
    }
}

.navigation__logo {
    align-items: center;
    display: flex;
    padding: 14px 32px;
    z-index: 0
}

.navigation__logo svg {
    fill: #fff;
    height: 36px
}

.navigation__logo.is-inverse svg {
    fill: #101921
}

@media(min-width:1200px) {
    .navigation__logo {
        background: #101921;
        padding: 39px 31px 40px 30px
    }

    .navigation__logo svg {
        height: 60px;
        width: 110px
    }

    .navigation__logo.is-inverse svg {
        fill: #fff
    }

    .header--homepage .navigation__logo:before {
        background: #101921;
        bottom: -36px;
        content: "";
        display: block;
        height: 36px;
        left: 171px;
        position: absolute;
        width: 32px
    }
}

.navigation__mainlist {
    background: #101921;
    display: flex;
    z-index: 12
}

.navigation__items {
    background: #fff;
    left: 0;
    margin: 0;
    max-height: 90vh;
    overflow: scroll;
    position: absolute;
    top: 64px;
    width: 100%
}

.navigation__items .navigation__item {
    border-bottom: 3px solid #cfd1d3
}

.navigation__item>button {
    border-bottom: none
}

.navigation__item .select--collapse+.select__dropdown {
    border-bottom: 0
}

@media(max-width:1199px) {
    .navigation__item .select--collapse.navigation-chevron {
        border: 0;
        border-radius: 0;
        outline: none;
        transition: none;
        width: 100%
    }

    .navigation__item .select--collapse.navigation-chevron:hover {
        border-color: #cfd1d3
    }

    .navigation__item .select--collapse.navigation-chevron.is-active {
        border-bottom: none
    }

    .navigation__item .select--collapse.navigation-chevron.is-display,
    .navigation__item .select--collapse.navigation-chevron.is-selected {
        border-color: #cfd1d3
    }

    .navigation__item .select--collapse+.select__dropdown {
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        filter: none;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

@media(min-width:1200px) {
    .navigation__items {
        align-items: center;
        background: #101921;
        border: 0;
        display: flex;
        overflow: visible;
        padding-top: 0;
        position: relative;
        top: 0;
        width: auto
    }

    .navigation__items .navigation__item {
        align-items: center;
        border: none;
        display: flex
    }

    .navigation__item>a,
    .navigation__item>button {
        color: #fff;
        height: 72px;
        padding: 24px
    }

    .navigation__item .select--collapse {
        padding: 22px 0
    }

    .navigation__item>a.input,
    .navigation__item>button.input {
        font-size: 16px !important
    }
}

.navigation__main-items {
    padding: 24px 32px
}

@media(min-width:1200px) {
    .nav-key-links {
        display: flex;
        height: 72px;
        justify-content: center;
        max-width: 883px;
        overflow: visible;
        padding: 0 48px
    }

    .navigation__items .nav-key-links .navigation__item>button {
        position: relative
    }

    .navigation__items .nav-key-links .navigation__item>button:before {
        background: #fd5000;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .3s;
        width: 100%
    }

    .navigation__items .nav-key-links .navigation__item>button.is-active:before {
        opacity: 1
    }
}

.navigation-clearing {
    margin-bottom: 1rem
}

.navigation-clearing.select--collapse.input {
    border-bottom: 0;
    color: #fff;
    padding: 1rem
}

@media(min-width:1200px) {
    .navigation-clearing {
        margin: unset;
        transform: skew(-20deg)
    }

    .navigation-clearing span {
        text-decoration: underline;
        transform: skew(20deg)
    }
}

.mobile-nav-buttons {
    display: flex
}

#global-search-button {
    border-left: 1px solid #40474d;
    border-right: 1px solid #40474d;
    display: flex;
    height: 64px;
    position: relative;
    width: 64px;
    z-index: 1
}

#global-search-button.is-inverse {
    border-left: 1px solid #cfd1d3;
    border-right: 1px solid #cfd1d3
}

#global-search-button svg {
    height: 20px;
    width: 20px
}

#global-search-button button {
    display: flex;
    padding: 22px;
    position: absolute
}

#mobile-menu-button {
    display: flex;
    height: 64px;
    position: relative;
    width: 64px;
    z-index: 1
}

#mobile-menu-button.is-inverse svg {
    fill: #101921;
    stroke: #101921
}

#mobile-menu-button button {
    display: flex;
    padding: 22px;
    position: absolute
}

#mobile-menu-button svg {
    fill: #fff;
    height: 20px;
    stroke: #fff;
    width: 20px
}

.navigation__search-button svg {
    display: flex;
    fill: #fff;
    height: 15px;
    stroke: #fff;
    width: 15px
}

.navigation__search-button.is-inverse svg {
    fill: #101921;
    stroke: #101921
}

.navigation__items .navigation__item.highlighted-mobile-links {
    border-bottom: none
}

.navigation__items .navigation__item.highlighted-mobile-links .mini-card {
    margin-bottom: 1rem
}

.navigation__items .navigation__item.highlighted-mobile-links .mini-card:focus:after {
    transform: skew(0deg) rotate(20deg)
}

.mini-card.mini-card--unskew,
.mini-card.mini-card--unskew .mini-card__title {
    transform: skew(0deg)
}

.mini-card.mini-card--unskew:after {
    transform: skew(0deg) rotate(20deg)
}

#desktop-menu-button {
    display: none
}

@media(min-width:1200px) {
    .desktop-nav-buttons {
        display: flex
    }

    .mobile-nav-buttons {
        display: none
    }

    .navigation__menu-item {
        align-items: center;
        background: #101921;
        color: #fff;
        display: flex;
        z-index: 1
    }

    .navigation__menu-item button {
        color: #fff
    }

    .navigation__menu-item button.is-inverse {
        color: #101921
    }

    #mobile-menu-button {
        display: none
    }

    #global-search-button {
        border-left: 1px solid #40474d;
        border-right: 1px solid #40474d;
        height: 71px;
        width: 72px
    }

    #global-search-button.is-active {
        background-color: #fd5000;
        border-color: #fd5000;
        z-index: 11
    }

    #global-search-button button {
        padding: 27px
    }

    #global-search-button svg {
        height: 18px;
        width: 18px
    }

    #desktop-menu-button {
        border-right: 1px solid #40474d;
        display: flex;
        height: 71px;
        width: 72px
    }

    #desktop-menu-button.is-active {
        background: #fd5000;
        border-right-color: #fd5000
    }

    #desktop-menu-button button {
        padding: 27px;
        position: absolute
    }

    #desktop-menu-button svg {
        fill: #fff;
        height: 18px;
        stroke: #fff;
        width: 18px
    }
}

.navigation--desktop {
    display: none
}

@media(min-width:1200px) {
    .navigation--desktop {
        display: flex !important;
        height: 72px
    }

    .navigation--desktop:before {
        background: #101921;
        content: "";
        height: 72px;
        left: -15px;
        position: absolute;
        transform: skew(-20deg);
        width: 30px
    }
}

#site-nav-more-button {
    display: none
}

.site-nav {
    background: #fff;
    display: block;
    position: relative;
    width: 100%
}

.site-nav nav.site-nav--desktop-menu {
    display: none
}

.site-nav__list {
    margin: 0
}

a.site-nav__link {
    display: flex;
    padding: 8px 32px
}

.site-nav__toggle {
    display: none
}

.site-nav.is-inverse .overflow_menu {
    top: 48px
}

@media(max-width:1199px) {
    .site-nav .select__dropdown {
        height: 100vh;
        overflow: scroll;
        padding-bottom: 40px
    }

    .site-nav .select__dropdown ul.site-nav__list {
        padding-bottom: 126px
    }

    .select--collapse {
        border: 0;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        padding: 14px 0;
        transition: none;
        width: 100%
    }

    .select--collapse:hover {
        border-color: #cfd1d3
    }

    .select--collapse.is-active {
        border-bottom: none
    }

    .select--collapse.is-display,
    .select--collapse.is-selected {
        border-color: #cfd1d3
    }

    .site-nav__title {
        border-bottom: 1px solid #cfd1d3;
        display: flex;
        gap: 10px;
        height: 50px;
        justify-content: flex-end;
        padding: 0 0 0 2rem
    }

    .select--collapse.site-nav__button {
        align-items: center;
        border-bottom: none;
        border-left: 1px solid #cfd1d3;
        color: #101921;
        display: flex;
        gap: 4px;
        justify-content: space-between;
        padding: 14px 8px;
        width: 65px
    }

    .select--collapse.site-nav__button:after {
        background-size: 12px 12px;
        display: inline-flex;
        height: 12px;
        position: relative;
        transition: transform .3s;
        width: 12px
    }

    .select--collapse.site-nav__button span {
        font-size: 12px
    }

    .site-nav__title+.select__dropdown {
        background: #fff;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        box-shadow: none;
        filter: none;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1
    }

    .site-nav__button.select--collapse+.select__dropdown {
        border-bottom: 0;
        position: relative
    }

    .site-nav__name {
        flex: 1 0 calc(100% - 4rem - 100px)
    }

    .site-nav__name span {
        font-size: 12px;
        padding: 10px 0
    }

    .site-nav__name:focus-visible {
        outline: none
    }
}

@media(min-width:1200px) {
    .site-nav__title {
        align-items: center;
        border-right: 1px solid #cfd1d3;
        box-sizing: content-box;
        color: #101921;
        display: flex;
        font-size: 14px !important;
        gap: 0;
        line-height: 1.5;
        padding: 0
    }

    .site-nav__title,
    .site-nav__title:before {
        background-color: #fff;
        border-bottom: 1px solid #cfd1d3
    }

    .site-nav__title:before {
        border-left: 1px solid #cfd1d3;
        content: "";
        height: 41px;
        left: -10px;
        position: absolute;
        top: 3px;
        transform: skew(-20deg);
        width: 20px
    }

    .site-nav__button {
        align-items: center;
        display: flex;
        gap: 4px;
        padding: 0 10px;
        width: 51px
    }

    .site-nav__button span {
        font-size: 14px;
        padding: 10px 0
    }

    .site-nav__button span:after {
        background-size: 12px 12px;
        display: inline-flex;
        height: 12px;
        position: relative;
        transition: transform .3s;
        width: 12px
    }

    .site-nav__name {
        padding: 10px;
        z-index: 1
    }

    .site-nav__name:hover {
        text-decoration: underline
    }

    .site-nav__name span {
        font-size: 14px
    }

    .site-nav__name+.site-nav__button {
        border-left: 1px solid #cfd1d3
    }

    .site-nav nav.site-nav--desktop-menu {
        background-color: transparent;
        display: flex;
        height: auto;
        max-height: none;
        overflow: inherit;
        padding-bottom: 0
    }

    #site-nav-more-button,
    .site-nav {
        display: flex
    }

    .site-nav {
        align-items: center;
        background: transparent;
        border: none;
        height: 48px;
        justify-content: space-between;
        left: auto;
        position: absolute;
        right: 0;
        top: 102px;
        width: auto
    }

    .site-nav nav {
        background: inherit;
        display: flex;
        height: auto
    }

    .site-nav .select__dropdown {
        left: auto;
        min-width: 350px;
        right: 0
    }

    .site-nav__list {
        max-height: 358px;
        overflow: scroll;
        padding-bottom: 12px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .site-nav__list::-webkit-scrollbar {
        display: none
    }

    .site-nav__item {
        flex: 1 0 auto
    }

    a.site-nav__link {
        line-height: 20px;
        margin: 4px 0;
        padding: 6px 16px
    }

    a.site-nav__link:hover {
        text-decoration: underline
    }

    .navigation-chevron--underlined {
        position: relative
    }

    .navigation-chevron--underlined:before {
        background: #101921;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .3s;
        width: 100%
    }

    .navigation-chevron--underlined.is-active:before {
        opacity: 1
    }
}

.panel.panel--primary {
    --panel-background: #101921
}

.panel.panel--primary .hero.hero--primary {
    background: rgba(16, 25, 33, .8)
}

.panel .clip--primary {
    background-color: rgba(16, 25, 33, .8) !important
}

.panel.panel--dark-energy {
    --panel-background: #66b6e2
}

.panel.panel--dark-energy .hero.hero--dark-energy {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--dark-energy {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--dark-red {
    --panel-background: #e57d87
}

.panel.panel--dark-red .hero.hero--dark-red {
    background: rgba(229, 125, 135, .8)
}

.panel .clip--dark-red {
    background-color: rgba(229, 125, 135, .8) !important
}

.panel.panel--highlight {
    --panel-background: #66b6e2
}

.panel.panel--highlight .hero.hero--highlight {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--highlight {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--transparent {
    --panel-background: transparent
}

.panel.panel--transparent .hero.hero--transparent {
    background: rgba(0, 0, 0, .8)
}

.panel .clip--transparent {
    background-color: rgba(0, 0, 0, .8) !important
}

.panel.panel--white {
    --panel-background: #fff
}

.panel.panel--white .hero.hero--white {
    background: hsla(0, 0%, 100%, .8)
}

.panel .clip--white {
    background-color: hsla(0, 0%, 100%, .8) !important
}

.panel.panel--primary-tint {
    --panel-background: #cce7f5
}

.panel.panel--primary-tint .hero.hero--primary-tint {
    background: rgba(204, 231, 245, .8)
}

.panel .clip--primary-tint {
    background-color: rgba(204, 231, 245, .8) !important
}

.panel.panel--secondary {
    --panel-background: #f5f5f5
}

.panel.panel--secondary .hero.hero--secondary {
    background: hsla(0, 0%, 96%, .8)
}

.panel .clip--secondary {
    background-color: hsla(0, 0%, 96%, .8) !important
}

.panel.panel--tertiary {
    --panel-background: #fff5cc
}

.panel.panel--tertiary .hero.hero--tertiary {
    background: rgba(255, 245, 204, .8)
}

.panel .clip--tertiary {
    background-color: rgba(255, 245, 204, .8) !important
}

.panel.panel--warning {
    --panel-background: #ffe266
}

.panel.panel--warning .hero.hero--warning {
    background: rgba(255, 226, 102, .8)
}

.panel .clip--warning {
    background-color: rgba(255, 226, 102, .8) !important
}

.panel.panel--energy-blue {
    --panel-background: #66b6e2
}

.panel.panel--energy-blue .hero.hero--energy-blue {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--energy-blue {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--bright-yellow {
    --panel-background: #ffe266
}

.panel.panel--bright-yellow .hero.hero--bright-yellow {
    background: rgba(255, 226, 102, .8)
}

.panel .clip--bright-yellow {
    background-color: rgba(255, 226, 102, .8) !important
}

.panel.panel--bright-green {
    --panel-background: #aed97d
}

.panel.panel--bright-green .hero.hero--bright-green {
    background: hsla(88, 55%, 67%, .8)
}

.panel .clip--bright-green {
    background-color: hsla(88, 55%, 67%, .8) !important
}

.panel.panel--bright-red {
    --panel-background: #e57d87
}

.panel.panel--bright-red .hero.hero--bright-red {
    background: rgba(229, 125, 135, .8)
}

.panel .clip--bright-red {
    background-color: rgba(229, 125, 135, .8) !important
}

.panel.panel--bright-blue {
    --panel-background: #66b6e2
}

.panel.panel--bright-blue .hero.hero--bright-blue {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--bright-blue {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--red-light {
    --panel-background: #e57d87
}

.panel.panel--red-light .hero.hero--red-light {
    background: rgba(229, 125, 135, .8)
}

.panel .clip--red-light {
    background-color: rgba(229, 125, 135, .8) !important
}

.panel.panel--red-extra-light {
    --panel-background: #f6d4d7
}

.panel.panel--red-extra-light .hero.hero--red-extra-light {
    background: rgba(246, 212, 215, .8)
}

.panel .clip--red-extra-light {
    background-color: rgba(246, 212, 215, .8) !important
}

.panel.panel--orange-light {
    --panel-background: #fe9666
}

.panel.panel--orange-light .hero.hero--orange-light {
    background: hsla(19, 99%, 70%, .8)
}

.panel .clip--orange-light {
    background-color: hsla(19, 99%, 70%, .8) !important
}

.panel.panel--orange-extra-light {
    --panel-background: #ffdccc
}

.panel.panel--orange-extra-light .hero.hero--orange-extra-light {
    background: rgba(255, 220, 204, .8)
}

.panel .clip--orange-extra-light {
    background-color: rgba(255, 220, 204, .8) !important
}

.panel.panel--yellow-light {
    --panel-background: #ffe266
}

.panel.panel--yellow-light .hero.hero--yellow-light {
    background: rgba(255, 226, 102, .8)
}

.panel .clip--yellow-light {
    background-color: rgba(255, 226, 102, .8) !important
}

.panel.panel--yellow-extra-light {
    --panel-background: #fff5cc
}

.panel.panel--yellow-extra-light .hero.hero--yellow-extra-light {
    background: rgba(255, 245, 204, .8)
}

.panel .clip--yellow-extra-light {
    background-color: rgba(255, 245, 204, .8) !important
}

.panel.panel--green-light {
    --panel-background: #aed97d
}

.panel.panel--green-light .hero.hero--green-light {
    background: hsla(88, 55%, 67%, .8)
}

.panel .clip--green-light {
    background-color: hsla(88, 55%, 67%, .8) !important
}

.panel.panel--green-extra-light {
    --panel-background: #e4f2d4
}

.panel.panel--green-extra-light .hero.hero--green-extra-light {
    background: hsla(88, 54%, 89%, .8)
}

.panel .clip--green-extra-light {
    background-color: hsla(88, 54%, 89%, .8) !important
}

.panel.panel--blue-light {
    --panel-background: #66b6e2
}

.panel.panel--blue-light .hero.hero--blue-light {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--blue-light {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--blue-extra-light {
    --panel-background: #cce7f5
}

.panel.panel--blue-extra-light .hero.hero--blue-extra-light {
    background: rgba(204, 231, 245, .8)
}

.panel .clip--blue-extra-light {
    background-color: rgba(204, 231, 245, .8) !important
}

.panel.panel--purple-light {
    --panel-background: #a996c1
}

.panel.panel--purple-light .hero.hero--purple-light {
    background: rgba(169, 150, 193, .8)
}

.panel .clip--purple-light {
    background-color: rgba(169, 150, 193, .8) !important
}

.panel.panel--purple-extra-light {
    --panel-background: #e2dcea
}

.panel.panel--purple-extra-light .hero.hero--purple-extra-light {
    background: rgba(226, 220, 234, .8)
}

.panel .clip--purple-extra-light {
    background-color: rgba(226, 220, 234, .8) !important
}

.panel.panel--pink-light {
    --panel-background: #e56fb1
}

.panel.panel--pink-light .hero.hero--pink-light {
    background: rgba(229, 111, 177, .8)
}

.panel .clip--pink-light {
    background-color: rgba(229, 111, 177, .8) !important
}

.panel.panel--pink-extra-light {
    --panel-background: #f6cfe5
}

.panel.panel--pink-extra-light .hero.hero--pink-extra-light {
    background: rgba(246, 207, 229, .8)
}

.panel .clip--pink-extra-light {
    background-color: rgba(246, 207, 229, .8) !important
}

.panel.panel--red {
    --panel-background: #d32737
}

.panel.panel--red .hero.hero--red {
    background: rgba(211, 39, 55, .8)
}

.panel .clip--red {
    background-color: rgba(211, 39, 55, .8) !important
}

.panel.panel--pink {
    --panel-background: #d40f7d
}

.panel.panel--pink .hero.hero--pink {
    background: rgba(212, 15, 125, .8)
}

.panel .clip--pink {
    background-color: rgba(212, 15, 125, .8) !important
}

.panel.panel--orange {
    --panel-background: #fd5000
}

.panel.panel--orange .hero.hero--orange {
    background: rgba(253, 80, 0, .8)
}

.panel .clip--orange {
    background-color: rgba(253, 80, 0, .8) !important
}

.panel.panel--yellow {
    --panel-background: #ffcf00
}

.panel.panel--yellow .hero.hero--yellow {
    background: rgba(255, 207, 0, .8)
}

.panel .clip--yellow {
    background-color: rgba(255, 207, 0, .8) !important
}

.panel.panel--green {
    --panel-background: #78bf26
}

.panel.panel--green .hero.hero--green {
    background: rgba(120, 191, 38, .8)
}

.panel .clip--green {
    background-color: rgba(120, 191, 38, .8) !important
}

.panel.panel--blue {
    --panel-background: #0085cf
}

.panel.panel--blue .hero.hero--blue {
    background: rgba(0, 133, 207, .8)
}

.panel .clip--blue {
    background-color: rgba(0, 133, 207, .8) !important
}

.panel.panel--purple {
    --panel-background: #6f5098
}

.panel.panel--purple .hero.hero--purple {
    background: rgba(111, 80, 152, .8)
}

.panel .clip--purple {
    background-color: rgba(111, 80, 152, .8) !important
}

.panel.panel--navy {
    --panel-background: #002f70
}

.panel.panel--navy .hero.hero--navy {
    background: rgba(0, 47, 112, .8)
}

.panel .clip--navy {
    background-color: rgba(0, 47, 112, .8) !important
}

.panel.panel--navy-light {
    --panel-background: #6682a9
}

.panel.panel--navy-light .hero.hero--navy-light {
    background: rgba(102, 130, 169, .8)
}

.panel .clip--navy-light {
    background-color: rgba(102, 130, 169, .8) !important
}

.panel.panel--navy-extra-light {
    --panel-background: #ccd5e2
}

.panel.panel--navy-extra-light .hero.hero--navy-extra-light {
    background: rgba(204, 213, 226, .8)
}

.panel .clip--navy-extra-light {
    background-color: rgba(204, 213, 226, .8) !important
}

.panel.panel--dark-navy {
    --panel-background: #101921
}

.panel.panel--dark-navy .hero.hero--dark-navy {
    background: rgba(16, 25, 33, .8)
}

.panel .clip--dark-navy {
    background-color: rgba(16, 25, 33, .8) !important
}

.panel.panel--dark-navy-light {
    --panel-background: #70757a
}

.panel.panel--dark-navy-light .hero.hero--dark-navy-light {
    background: hsla(210, 4%, 46%, .8)
}

.panel .clip--dark-navy-light {
    background-color: hsla(210, 4%, 46%, .8) !important
}

.panel.panel--dark-navy-extra-light {
    --panel-background: #cfd1d3
}

.panel.panel--dark-navy-extra-light .hero.hero--dark-navy-extra-light {
    background: hsla(210, 4%, 82%, .8)
}

.panel .clip--dark-navy-extra-light {
    background-color: hsla(210, 4%, 82%, .8) !important
}

.panel.panel--dark-navy-10 {
    --panel-background: #e7e8e9
}

.panel.panel--dark-navy-10 .hero.hero--dark-navy-10 {
    background: hsla(210, 4%, 91%, .8)
}

.panel .clip--dark-navy-10 {
    background-color: hsla(210, 4%, 91%, .8) !important
}

.panel.panel--dark-navy,
.panel.panel--dark-navy-light,
.panel.panel--navy,
.panel.panel--pink,
.panel.panel--primary,
.panel.panel--purple,
.panel.panel--red,
.panel.panel--transparent {
    --panel-font-color: #fff;
    --panel-header-color: #fff;
    --panel-border-color: #fff;
    --panel-hover-color: #fff
}

.panel.panel--blue,
.panel.panel--blue-extra-light,
.panel.panel--blue-light,
.panel.panel--bright-blue,
.panel.panel--bright-green,
.panel.panel--bright-red,
.panel.panel--bright-yellow,
.panel.panel--dark-energy,
.panel.panel--dark-navy-10,
.panel.panel--dark-navy-extra-light,
.panel.panel--dark-red,
.panel.panel--energy-blue,
.panel.panel--green,
.panel.panel--green-extra-light,
.panel.panel--green-light,
.panel.panel--highlight,
.panel.panel--navy-extra-light,
.panel.panel--navy-light,
.panel.panel--orange,
.panel.panel--orange-extra-light,
.panel.panel--orange-light,
.panel.panel--pink-extra-light,
.panel.panel--pink-light,
.panel.panel--primary-tint,
.panel.panel--purple-extra-light,
.panel.panel--purple-light,
.panel.panel--red-extra-light,
.panel.panel--red-light,
.panel.panel--secondary,
.panel.panel--tertiary,
.panel.panel--warning,
.panel.panel--white,
.panel.panel--yellow,
.panel.panel--yellow-extra-light,
.panel.panel--yellow-light {
    --panel-font-color: #000;
    --panel-header-color: #101921;
    --panel-border-color: #101921;
    --panel-hover-color: #101921
}

.panel {
    clear: both;
    padding: 0
}

.panel .link {
    color: var(--panel-font-color, #000)
}

.design-block--color-red {
    --design-color: #d32737
}

.design-block--color-pink {
    --design-color: #d40f7d
}

.design-block--color-blue {
    --design-color: #0085cf
}

.design-block--color-navy {
    --design-color: #002f70
}

.design-block--color-dark-navy {
    --design-color: #101921
}

.design-block--color-purple {
    --design-color: #6f5098
}

.design-block--color-dark-navy-light {
    --design-color: #70757a
}

.design-block--color-dark-navy-40 {
    --design-color: #9fa3a6
}

.design-block--color-dark-navy-extra-light {
    --design-color: #cfd1d3
}

.design-block--color-dark-navy-10 {
    --design-color: #e7e8e9
}

.design-block--color-navy-light {
    --design-color: #6682a9
}

.design-block--color-navy-40 {
    --design-color: #99acc6
}

.design-block--color-navy-extra-light {
    --design-color: #ccd5e2
}

.design-block--color-white {
    --design-color: #fff
}

.design-block--color-yellow {
    --design-color: #ffcf00
}

.design-block--color-green {
    --design-color: #78bf26
}

.design-block--color-orange {
    --design-color: #fd5000
}

.design-block--color-red-light {
    --design-color: #e57d87
}

.design-block--color-red-40 {
    --design-color: #eda9af
}

.design-block--color-red-extra-light {
    --design-color: #f6d4d7
}

.design-block--color-orange-light {
    --design-color: #fe9666
}

.design-block--color-orange-40 {
    --design-color: #feb999
}

.design-block--color-orange-extra-light {
    --design-color: #ffdccc
}

.design-block--color-yellow-light {
    --design-color: #ffe266
}

.design-block--color-yellow-40 {
    --design-color: #ffec99
}

.design-block--color-yellow-extra-light {
    --design-color: #fff5cc
}

.design-block--color-green-light {
    --design-color: #aed97d
}

.design-block--color-green-40 {
    --design-color: #c9e5a8
}

.design-block--color-green-extra-light {
    --design-color: #e4f2d4
}

.design-block--color-blue-light {
    --design-color: #66b6e2
}

.design-block--color-blue-40 {
    --design-color: #99ceec
}

.design-block--color-blue-extra-light {
    --design-color: #cce7f5
}

.design-block--color-purple-light {
    --design-color: #a996c1
}

.design-block--color-purple-40 {
    --design-color: #c5b9d6
}

.design-block--color-purple-extra-light {
    --design-color: #e2dcea
}

.design-block--color-pink-light {
    --design-color: #e56fb1
}

.design-block--color-pink-40 {
    --design-color: #ee9fcb
}

.design-block--color-pink-extra-light {
    --design-color: #f6cfe5
}

.panel--feature {
    color: #fff
}

.panel--feature li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel--feature p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel--feature li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel--feature li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel--feature p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel--feature p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel--feature>.panel__body h1,
.panel--feature>.panel__body h2,
.panel--feature>.panel__body h3,
.panel--feature>.panel__body h4,
.panel--feature>.panel__body q.h2 {
    color: #fff
}

.panel--feature>.panel__body {
    min-height: 200px
}

.panel--feature .search {
    bottom: 0;
    right: 50%
}

@media(min-width:768px) {
    .panel--feature .search {
        position: absolute;
        transform: translate(50%, 50%);
        width: 100%;
        z-index: 1
    }
}

.panel--feature .search .panel--title {
    top: 30%
}

@media(min-width:768px) {
    .panel--feature .overlay+.search {
        bottom: 1rem;
        transform: translateX(50%)
    }
}

@media(min-width:1024px) {
    .panel--feature .overlay+.search {
        bottom: 3rem
    }
}

@media(min-width:1712px) {
    .panel--feature .overlay+.search {
        bottom: 6rem
    }
}

@media(min-width:2400px) {
    .panel--feature .overlay+.search {
        bottom: 10rem
    }
}

.panel--feature .media-wrap {
    background: #333
}

@media(min-width:768px) {
    .panel--feature .media-wrap:before {
        padding-bottom: 40%
    }
}

.panel--feature .media-wrap--fullheight:before {
    padding-bottom: 100%
}

@media(min-width:544px) {
    .panel--feature.panel--thin .media-wrap {
        min-height: 500px
    }
}

@media(min-width:1920px) {
    .panel--feature.panel--thin .media-wrap {
        min-height: 600px
    }
}

.panel--content .panel__body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:1024px) {
    .panel--content .panel__body {
        flex-direction: row;
        max-width: 90%;
        padding: 0 2rem
    }
}

@media(min-width:1200px) {
    .panel--content .panel__body {
        max-width: calc(1640px + 4rem)
    }
}

.panel--content .search {
    width: 100%
}

.content-page .panel.panel--content .panel__body,
.guide .panel.panel--content .panel__body,
.text-page .panel.panel--content .panel__body {
    max-width: 1140px
}

@media(min-width:768px) {
    .panel.panel--header-width.panel--content .panel__body {
        max-width: none
    }
}

@media(min-width:1366px) {
    .panel.panel--header-width.panel--content .panel__body {
        max-width: calc(1640px + 4rem);
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.panel--center .panel__body {
    justify-content: center
}

.panel--heading .panel__body {
    display: block
}

.panel--article-heading .panel__body {
    display: block;
    padding-bottom: 0;
    padding-top: 2rem
}

.panel--article-body .panel__body {
    padding-bottom: 3rem;
    padding-top: 0
}

.panel--article-body:last-child {
    margin-bottom: 3rem
}

.panel--title+.panel--article-body .panel__body {
    padding-top: 2rem
}

.panel--main-content .panel__body {
    padding: 2rem 0 3rem
}

.panel--spaced .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width:768px) {
    .panel--spaced .panel__body {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.panel--medium .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width:768px) {
    .panel--medium .panel__body {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.panel--tight .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.panel--tighter .panel__body {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.panel--tightest .panel__body {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.panel--no-space .panel__body {
    padding-bottom: 0;
    padding-top: 0
}

.panel--spaced-bottom .panel__body {
    padding-bottom: 3rem
}

.panel--spaced-top {
    margin-top: 3rem
}

.panel.panel--card.panel--content .panel__body {
    flex-direction: column;
    max-width: calc(1640px + 4rem)
}

.panel.panel--card .media-wrap {
    position: relative
}

.panel.panel--card .panel__title {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.panel.panel--card .panel__title h2 {
    margin: auto
}

.panel.panel--card .panel__title--two-columns {
    width: 50%
}

.panel.panel--card .panel__title--three-columns {
    width: 75%
}

main.content-page .panel.panel--card.panel--content .panel__body,
main.content-page .panel.panel--hero.panel--card .hero__wrapper {
    max-width: 1140px
}

main.content-page .panel.panel--grid-content .panel__body {
    -moz-column-gap: 50px;
    column-gap: 50px;
    grid-template-columns: minmax(auto, 800px) 280px;
    max-width: 1140px
}

main.content-page .panel.panel--grid-content .panel__body .content--aside {
    padding-left: 0
}

.panel__body {
    position: relative
}

.grid {
    display: flex;
    flex-wrap: wrap
}

.grid .panel--content .panel__body {
    max-width: 1140px
}

.grid__title {
    margin: 0 auto;
    order: 1;
    width: 100%
}

.grid__title--fullwidth {
    max-width: 100%
}

.grid__main {
    flex: 0 0 auto;
    order: 2;
    width: 100%
}

@media(min-width:1024px) {
    .grid__main {
        margin-left: auto;
        max-width: 760px;
        width: 67%
    }
}

.grid__main .content {
    max-width: 100%
}

.grid__aside {
    order: 5;
    padding: 2rem;
    width: 100%
}

@media(min-width:1024px) {
    .grid__aside {
        flex: 0 0 auto;
        float: right;
        margin-right: auto;
        max-width: 380px;
        order: 3;
        padding: 0 0 0 4.375rem;
        width: 33%
    }
}

.grid__aside nav:not(:first-child) {
    padding-top: 2rem
}

.grid__content,
.grid__feature {
    flex: 0 0 auto;
    order: 4;
    width: 100%
}

.panel--grid .panel__body {
    display: block
}

.panel--grid-content .panel__body {
    display: flex
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body {
        flex-direction: column
    }
}

.panel--grid-content .panel__body .panel__title {
    margin-bottom: 1rem
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .panel__title {
        width: 100%
    }
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--main {
        order: 2
    }
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--main {
        float: left;
        order: 1;
        padding: 0 2.375rem 0 0;
        width: 67%
    }
}

@media(min-width:1200px) {
    .panel--grid-content .panel__body .content--main {
        padding: 0
    }
}

.panel--grid-content .panel__body .content--aside {
    padding-top: 3rem
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside {
        order: 1
    }
}

@media(min-width:768px) {
    .panel--grid-content .panel__body .content--aside {
        max-width: calc(380px - .66667rem)
    }
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside.filter {
        max-width: 100%
    }
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--aside {
        float: right;
        max-width: calc(380px - .66667rem);
        order: 2;
        padding: 0;
        width: 33%
    }
}

@media(min-width:1200px) {
    .panel--grid-content .panel__body .content--aside {
        padding: 0 0 0 4.375rem
    }
}

.panel--grid-content .panel__body .content--aside nav:not(:first-child) {
    padding-top: 2rem
}

.panel--grid-content .panel__body .content--aside-top {
    order: 1;
    padding-bottom: 1rem;
    padding-top: 0
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--aside-top {
        order: 2;
        padding-bottom: 0
    }
}

.panel--grid-content .panel__body .content--aside-top+.content--aside-bottom {
    padding-top: 2rem
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside-bottom {
        order: 3
    }

    .panel--grid-content .panel__body .content--aside-bottom.content--aside-bottom-centre {
        align-self: center
    }
}

@media(max-width:767px) {
    .panel--grid-content .panel__body .content--aside-bottom.content--aside-bottom-centre {
        width: 100%
    }
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside-sticky {
        padding-top: 1rem
    }

    .panel--grid-content .panel__body .content--aside-sticky nav {
        padding-bottom: 1rem
    }
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--aside-sticky {
        position: sticky;
        top: 100px
    }
}

@supports(display:grid) {
    .panel--grid-centered .panel__body {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: calc(1640px + 4rem)
    }

    .panel--grid-centered .panel__body .panel__title {
        grid-column: 1;
        grid-row: 1
    }

    .panel--grid-centered .panel__body .content--aside-top {
        grid-column: 1;
        grid-row: 2
    }

    .panel--grid-centered .panel__body .content--main {
        grid-column: 1;
        grid-row: 3
    }

    .panel--grid-centered .panel__body .content--aside-bottom {
        grid-column: 1;
        grid-row: 4;
        margin-top: 3rem
    }

    .panel--grid-centered .panel__body .content--aside {
        max-width: 100%;
        padding: 0
    }

    @media(min-width:768px) {
        .panel--grid-centered .panel__body {
            grid-template-columns: 1fr 712px 1fr
        }

        .panel--grid-centered .panel__body .panel__title {
            grid-column: 2
        }

        .panel--grid-centered .panel__body .content--main {
            grid-column: 2;
            grid-row: 3
        }

        .panel--grid-centered .panel__body .content--aside-left,
        .panel--grid-centered .panel__body .content--aside-right {
            grid-column: 2
        }
    }

    @media(min-width:1024px) {
        .panel--grid-centered .panel__body {
            grid-column-gap: 4rem
        }
    }

    @media(min-width:1200px) {
        .panel--grid-centered .panel__body {
            grid-template-columns: 1fr 650px 1fr;
            grid-column-gap: 2rem
        }

        .panel--grid-centered .panel__body .content--aside-bottom,
        .panel--grid-centered .panel__body .content--aside-top {
            grid-row: 1/3;
            margin-top: 0
        }

        .panel--grid-centered .panel__body .content--aside-left {
            grid-column: 1
        }

        .panel--grid-centered .panel__body .content--aside-right {
            grid-column: 3
        }

        .panel--grid-centered .panel__body .content--main {
            grid-row: 2
        }
    }

    @media(min-width:1366px) {
        .panel--grid-centered .panel__body {
            grid-template-columns: 1fr 712px 1fr;
            grid-column-gap: 4rem
        }
    }

    @media(min-width:1024px) {
        .panel--grid-content .panel__body {
            align-items: start;
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto 0 1fr
        }

        .panel--grid-content .panel__body .panel__title {
            grid-column: 1/2;
            grid-row: 1;
            width: 100%
        }

        .panel--grid-content .panel__body .content--main {
            grid-column: 1;
            grid-row: 2/5;
            width: 100%
        }

        .panel--grid-content .panel__body .content--aside-top {
            grid-column: 2;
            grid-row: 2/3;
            width: 100%
        }

        .panel--grid-content .panel__body .content--aside-bottom {
            grid-column: 2;
            grid-row: 4/5;
            width: 100%
        }

        .panel--grid-content .panel__body .content--page-bottom {
            grid-column: 1;
            grid-row: 4/4;
            width: 100%
        }

        .panel--grid-filter .panel__body {
            -moz-column-gap: 1rem;
            column-gap: 1rem;
            grid-template-columns: 1fr 2fr;
            max-width: calc(1640px + 4rem);
            min-height: 800px
        }

        .panel--grid-filter .panel__body .content--main {
            grid-column: 2;
            grid-row: 3/5;
            width: 100%
        }

        .panel--grid-filter .panel__body .content--aside-top {
            grid-column: 1;
            grid-row: 3/4;
            width: 100%
        }

        .panel--grid-filter .panel__body .content--aside-bottom {
            grid-column: 1;
            grid-row: 4/5;
            width: 100%
        }

        .panel--grid-filter .panel__body .panel__title {
            grid-column: 2
        }

        .panel--grid-standard .panel__body {
            max-width: 1140px
        }

        .panel--grid-no-filter .panel__body {
            grid-template-columns: 1fr;
            max-width: calc(1640px + 4rem)
        }

        .panel--grid-no-filter .panel__body .content--main {
            grid-column: 1;
            grid-row: 3/5;
            width: 100%
        }

        .panel--grid-no-filter .panel__body .content--aside-top {
            grid-column: 1;
            grid-row: 3/4;
            width: 100%
        }

        .panel--grid-no-filter .panel__body .content--aside-bottom {
            grid-column: 1;
            grid-row: 4/5;
            width: 100%
        }

        .panel--grid-no-filter .panel__body .panel__title {
            grid-column: 1
        }

        .panel--grid-content.panel--grid-content-two-cols .panel__body {
            align-items: start;
            grid-template-columns: 1fr 1fr
        }

        .panel--grid-content.panel--grid-content-two-cols .panel__body .content--aside {
            max-width: 570px
        }

        .panel--grid-content.panel--grid-content-two-cols .panel__body .figure--aside .figure__image,
        .panel--grid-content.panel--grid-content-two-cols .panel__body .figure--aside .video {
            width: 100%
        }

        .panel--grid-content.panel--grid-content-one-col .panel__body {
            align-items: start;
            grid-template-columns: 1fr
        }
    }

    .panel--grid-content .panel__body .content--main.content--aside {
        max-width: none;
        padding-left: 0
    }

    @media(min-width:1024px) {
        .panel--grid-content .panel__body .content--main.content--aside {
            padding-left: 4.375rem
        }
    }

    .panel--content.panel--grid-content.panel--grid-content-three-one .panel__body {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 100%
    }

    @media(min-width:1366px) {
        .panel--content.panel--grid-content.panel--grid-content-three-one .panel__body {
            grid-template-columns: 3fr 1fr
        }
    }

    .panel--content.panel--grid-content.panel--grid-content-three-one .panel__body .content.content--main {
        padding: 0
    }
}

.panel__body h2.search-box__strapline {
    display: none
}

@media(min-width:768px) {
    .panel__body h2.search-box__strapline {
        color: #101921;
        display: block;
        font-family: Overpass, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-bottom: .5rem;
        text-align: center;
        text-transform: none
    }
}

.panel.panel--search-box {
    z-index: 9
}

@media(max-width:767px) {
    .panel.panel--search-box .panel__body {
        padding: 0
    }
}

@media(min-width:768px) {
    .panel.panel--search-box {
        padding: 2rem 0 0
    }
}

.panel.panel--search-box__inline-links {
    font-size: .9rem;
    padding-top: .5rem;
    text-align: center;
    width: 100%
}

@media(min-width:768px) {
    .panel.panel--search-box__inline-links {
        text-align: right
    }

    .panel.panel--search-box__inline-links a {
        margin-right: 1rem
    }
}

.panel.panel--search-box .search--box {
    padding: 1rem
}

#main #news:first-child {
    padding-top: 3rem
}

.panel {
    background-color: var(--panel-background, #fff);
    color: var(--panel-font-color, #101921)
}

.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    color: var(--panel-font-color, #06c);
    text-decoration: none
}

.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--panel-hover-color, #06c)
}

.panel .panel__body h1,
.panel .panel__body h2,
.panel .panel__body h3,
.panel .panel__body h4,
.panel .panel__body q.h2 {
    color: var(--panel-header-color, #101921)
}

.panel .panel__body .content {
    color: var(--panel-font-color, #000)
}

.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    color: var(--panel-font-color, #06c);
    text-decoration: none
}

.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--panel-hover-color, #06c)
}

.panel .panel__body ul.bullet-list>li:before {
    color: var(--panel-header-color, #101921)
}

.panel .panel__description {
    color: var(--panel-font-color, #000)
}

.panel .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    color: var(--panel-font-color, #06c);
    text-decoration: none
}

.panel .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--panel-hover-color, #06c)
}

.media-wrap {
    display: block;
    min-height: 60vh;
    overflow: hidden;
    position: relative
}

@media(min-width:544px) {
    .media-wrap {
        min-height: 75vh
    }
}

@media(min-width:1200px) {
    .media-wrap {
        min-height: 600px
    }
}

@media(min-width:1700px) {
    .media-wrap {
        min-height: 700px
    }
}

.media-wrap img,
.media-wrap video {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    transform: none
}

.media-wrap img {
    height: auto;
    width: 100%
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap img {
        height: 100%
    }
}

.media-wrap video {
    height: 100%;
    width: auto
}

@media(min-width:1024px) {
    .media-wrap video {
        height: auto;
        width: 130%
    }
}

@media(min-width:1366px) {
    .media-wrap video {
        height: auto;
        width: 100%
    }
}

@supports((-o-object-fit:cover) or (object-fit:cover)) and (shape-outside:circle(50%)) {
    .media-wrap video {
        height: 100%;
        width: 100%
    }
}

.media-wrap iframe {
    min-height: 60vh;
    width: 100%
}

@media(min-width:544px) {
    .media-wrap iframe {
        min-height: 75vh
    }
}

@media(min-width:1200px) {
    .media-wrap iframe {
        min-height: 600px
    }
}

.media-wrap--top img {
    bottom: auto;
    top: 0
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--top img {
        -o-object-position: 50% 0;
        object-position: 50% 0;
        top: 0;
        transform: none
    }
}

.media-wrap--center img {
    top: 50%;
    transform: translateY(-50%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--center img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        top: 0;
        transform: none
    }
}

.media-wrap--bottom img {
    bottom: 0;
    top: auto
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--bottom img {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
        top: 0;
        transform: none
    }
}

.media-wrap--bottomcenter img {
    top: 75%;
    transform: translateY(-75%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--bottomcenter img {
        -o-object-position: 50% 75%;
        object-position: 50% 75%;
        top: 0;
        transform: none
    }
}

.media-wrap--topcenter img {
    top: 25%;
    transform: translateY(-25%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--topcenter img {
        -o-object-position: 50% 25%;
        object-position: 50% 25%;
        top: 0;
        transform: none
    }
}

.media-wrap.media-wrap--dark img {
    filter: brightness(.65)
}

.media-wrap.media-wrap--mid img {
    filter: brightness(.75)
}

.media-wrap.media-wrap--light img {
    filter: brightness(.85)
}

.media-wrap.media-wrap--standard img {
    filter: brightness(.95)
}

@media(max-width:1023px) {
    .media-wrap img {
        top: 0;
        transform: none
    }
}

.media-wrap--cta {
    min-height: 90vh
}

@media(min-width:1200px) {
    .media-wrap--cta {
        min-height: 600px
    }
}

@media(min-width:1700px) {
    .media-wrap--cta {
        min-height: 700px
    }
}

.no-flexbox:not(.flexboxtweener) .media-wrap--bottom img,
.no-flexbox:not(.flexboxtweener) .media-wrap--bottom video,
.no-flexbox:not(.flexboxtweener) .media-wrap--bottomcenter img,
.no-flexbox:not(.flexboxtweener) .media-wrap--bottomcenter video,
.no-flexbox:not(.flexboxtweener) .media-wrap--center img,
.no-flexbox:not(.flexboxtweener) .media-wrap--center video,
.no-flexbox:not(.flexboxtweener) .media-wrap--top img,
.no-flexbox:not(.flexboxtweener) .media-wrap--top video,
.no-flexbox:not(.flexboxtweener) .media-wrap--topcenter img,
.no-flexbox:not(.flexboxtweener) .media-wrap--topcenter video {
    top: 0
}

.overlay {
    background: rgba(16, 25, 33, .5);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1rem;
    left: 0;
    padding: 2rem;
    position: absolute;
    width: 100%
}

.overlay:focus,
.overlay:hover {
    color: #fff;
    text-decoration: none
}

@media(min-width:768px) {
    .overlay {
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7), rgba(0, 0, 0, .85));
        font-size: 1.2rem;
        padding: 2rem
    }

    .overlay,
    .overlay:focus,
    .overlay:hover {
        color: #fff
    }
}

@media(min-width:1024px) {
    .overlay {
        font-size: 1.3rem
    }
}

@media(min-width:1200px) {
    .overlay {
        font-size: 1.4rem
    }
}

@media(min-width:1700px) {
    .overlay {
        font-size: 1.8rem
    }
}

.overlay__heading {
    color: #fff;
    display: flex;
    font-size: 1.8125rem;
    margin: 0 auto .75rem;
    max-width: 1640px
}

@media(min-width:768px) {
    .overlay__heading {
        color: #fff;
        font-size: 2.4rem
    }
}

.overlay__heading:hover:after {
    padding-left: .9rem
}

@media(min-width:1700px) {
    .overlay__heading {
        font-size: 3rem
    }
}

@media(min-width:768px) {
    .overlay__heading.u-chevron+.overlay__sub-heading {
        padding-right: 1.5rem
    }
}

.overlay h3.overlay__heading {
    display: block
}

.overlay__sub-heading {
    color: #fff;
    margin: 0 auto;
    max-width: 1640px
}

@media(min-width:768px) {
    .overlay--right-aligned {
        left: auto;
        right: 0;
        text-align: right
    }
}

.overlay--cta,
.overlay--page-title,
.overlay--search {
    align-items: center;
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
    right: 0;
    top: 0
}

@media(min-width:768px) {

    .overlay--cta,
    .overlay--page-title,
    .overlay--search {
        padding: 2rem
    }

    .overlay--cta .overlay__sub-heading,
    .overlay--page-title .overlay__sub-heading,
    .overlay--search .overlay__sub-heading {
        padding-right: 0
    }
}

.overlay--cta .button,
.overlay--page-title .button,
.overlay--search .button {
    margin-top: 1rem;
    text-shadow: none
}

.overlay--cta .button-group,
.overlay--page-title .button-group,
.overlay--search .button-group {
    justify-content: center
}

@media(min-width:1024px) {

    .overlay--cta .button-group,
    .overlay--page-title .button-group,
    .overlay--search .button-group {
        width: 50%
    }
}

.overlay--cta .button-group .button,
.overlay--page-title .button-group .button,
.overlay--search .button-group .button {
    margin-left: 1rem;
    margin-right: 1rem
}

.overlay--cta .button-group .button:first-of-type,
.overlay--page-title .button-group .button:first-of-type,
.overlay--search .button-group .button:first-of-type {
    margin-right: 1rem
}

@media(min-width:768px) {

    .overlay--cta.overlay--light,
    .overlay--page-title.overlay--light,
    .overlay--search.overlay--light {
        background: hsla(0, 0%, 100%, .3)
    }

    .overlay--cta.overlay--light .overlay__heading,
    .overlay--cta.overlay--light .overlay__sub-heading,
    .overlay--page-title.overlay--light .overlay__heading,
    .overlay--page-title.overlay--light .overlay__sub-heading,
    .overlay--search.overlay--light .overlay__heading,
    .overlay--search.overlay--light .overlay__sub-heading {
        color: #101921;
        text-shadow: none
    }
}

.overlay--cta .overlay__heading,
.overlay--cta .overlay__sub-heading,
.overlay--page-title .overlay__heading,
.overlay--page-title .overlay__sub-heading,
.overlay--search .overlay__heading,
.overlay--search .overlay__sub-heading {
    text-shadow: none;
    z-index: 12
}

.overlay--page-title .overlay__heading {
    font-size: 2.2rem;
    text-align: center
}

@media(min-width:1024px) {
    .overlay--page-title .overlay__heading {
        font-size: 2.4rem
    }
}

@media(min-width:1200px) {
    .overlay--page-title .overlay__heading {
        font-size: 2.7rem
    }
}

@media(min-width:1366px) {
    .overlay--page-title .overlay__heading {
        font-size: 3.2rem
    }
}

@media(min-width:1700px) {
    .overlay--page-title .overlay__heading {
        font-size: 3.7rem
    }
}

@media(min-width:768px) {
    .panel--feature .overlay {
        padding-top: 4rem
    }
}

.kent-slider .overlay {
    padding: 1rem 2rem 3rem
}

@media(min-width:768px) {
    .kent-slider .overlay {
        padding: 0 2rem 3rem
    }
}

a.overlay.overlay--chevron .overlay__heading {
    hyphens: auto
}

a.overlay.overlay--chevron .overlay__heading svg {
    fill: #fff;
    height: 100%;
    position: relative;
    transition: transform .3s ease;
    width: 1rem
}

@media(min-width:768px) {
    a.overlay.overlay--chevron .overlay__heading svg {
        width: 1.2rem
    }
}

@media(min-width:1700px) {
    a.overlay.overlay--chevron .overlay__heading svg {
        width: 1.5rem
    }
}

a.overlay.overlay--chevron .overlay__heading:hover svg {
    transform: translateX(5px)
}

.swiper .overlay {
    padding: 2rem 2rem 3rem
}

@media(min-width:768px) {
    .swiper .overlay {
        padding: 2rem
    }
}

.panel .page-title-overlay {
    background: hsla(0, 0%, 100%, .85);
    bottom: 0;
    color: #000;
    margin: 0 auto;
    padding: 1rem 2rem;
    position: absolute;
    width: 100%
}

.panel .page-title-overlay h1 {
    color: #101921
}

@media(min-width:768px) {
    .panel .page-title-overlay {
        left: 0;
        padding: 2rem 2rem 0;
        right: 0
    }
}

@media(min-width:1024px) {
    .panel .page-title-overlay {
        margin: 0 auto;
        padding: 1rem 2rem
    }
}

@media(min-width:1200px) {
    .panel .page-title-overlay {
        max-width: 1140px
    }
}

.panel .page-title-overlay .h1,
.panel .page-title-overlay h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem
}

@media(min-width:544px) {

    .panel .page-title-overlay .h1,
    .panel .page-title-overlay h1 {
        font-size: 2.8125rem
    }
}

@media(min-width:1200px) {

    .panel .page-title-overlay .h1,
    .panel .page-title-overlay h1 {
        font-size: 2.777777rem
    }
}

.page-title-block {
    margin-bottom: 3rem
}

.page-title-block .page-title {
    margin-bottom: 10px
}

html.feature .panel .page-title-overlay {
    max-width: 1140px
}

.breadcrumb {
    display: block;
    font-size: .9rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.breadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.breadcrumb ol li {
    display: inline-block
}

.breadcrumb ol li a {
    border-bottom: none !important;
    color: #06c !important
}

.breadcrumb ol li a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 -1 20 20'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath d='M1.013.15.153 1a.51.51 0 0 0 0 .728L8.003 9.5l-7.85 7.772a.51.51 0 0 0 0 .728l.86.85a.526.526 0 0 0 .737 0l9.097-8.986a.51.51 0 0 0 0-.728L1.75.15a.526.526 0 0 0-.737 0'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    bottom: 1.5px;
    content: "";
    height: 7px;
    margin-left: 7px;
    padding: 0 5px;
    position: relative;
    width: 7px
}

@media(min-width:544px) {
    .breadcrumb ol li a:after {
        background-size: 10px 15px;
        height: 15px;
        margin-left: .5rem;
        padding: 0 .5rem;
        width: 10px
    }
}

.breadcrumb ol li a:hover {
    border: none;
    text-decoration: none
}

.message-banner {
    display: block;
    height: auto;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10
}

.message-banner .design-block {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    opacity: .4;
    overflow: hidden;
    position: absolute;
    width: 50%;
    z-index: -1
}

.message-banner .design-block svg {
    fill: var(--design-color, #0085cf);
    height: 100px;
    overflow: visible;
    position: absolute;
    width: auto
}

.message-banner .body-text {
    align-items: center;
    display: block;
    gap: 10px;
    justify-content: center;
    padding: 20px 32px;
    text-align: center;
    z-index: 1
}

.message-banner .body-text .button.button--swipe {
    margin-left: 10px
}

.message-banner .body-text br {
    content: ""
}

.message-banner .body-text br:after {
    content: " "
}

.message-banner .body-text p {
    margin: 0
}

@media(min-width:414px) {
    .message-banner .body-text {
        display: flex
    }

    .message-banner .body-text .button.button--swipe {
        flex: 0 0 auto;
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .message-banner .body-text {
        flex-direction: row;
        width: 100%
    }

    .message-banner .body-text br,
    .message-banner .body-text br:after {
        content: none
    }
}

.message-banner .body-text .button-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
    width: auto
}

.message-banner .body-text--block-mobile {
    display: block
}

@media(min-width:544px) {
    .message-banner .body-text--block-mobile {
        display: flex
    }
}

@media(min-width:1200px) {
    .message-banner {
        height: auto;
        left: 10vw;
        min-height: 150px;
        min-width: 250px;
        position: absolute;
        transform: skew(20deg) scale(.8);
        transform-origin: top;
        width: 23vw;
        z-index: 12
    }

    .message-banner .design-block {
        transform: skew(-20deg);
        transform-origin: bottom
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .message-banner .design-block {
        transform: skew(0deg)
    }
}

@media(min-width:1200px) {
    .message-banner .body-text {
        flex-direction: column;
        transform: skew(-20deg)
    }
}

@media(min-width:1366px) {
    .message-banner {
        left: 12vw;
        transform: skew(20deg)
    }
}

@media(min-width:1920px) {
    .message-banner {
        left: 10vw;
        width: 16vw
    }
}

@media(min-width:2400px) {
    .message-banner {
        left: 10vw;
        width: 13vw
    }
}

header.sticky .message-banner {
    z-index: 0
}

@media(min-width:1200px) {
    header.sticky .message-banner {
        z-index: 10
    }
}

@media(min-width:1920px) {
    header.sticky .message-banner {
        left: calc(50vw - 670px)
    }
}

@media(min-width:1200px) {
    header.sticky+main .message-banner {
        min-height: 100px
    }

    header.sticky+main .message-banner br {
        content: ""
    }

    header.sticky+main .message-banner br:after {
        content: " "
    }

    header.sticky+main .message-banner p {
        margin: 0
    }
}

@media(min-width:1920px) {
    header.sticky+main .message-banner {
        left: 25vw
    }
}

@media(min-width:2400px) {
    header.sticky+main .message-banner {
        left: 30vw;
        width: 15vw
    }
}

@media(min-width:1200px) {
    .message-banner.message-banner--callout {
        align-items: center;
        background-color: transparent;
        bottom: 0;
        display: flex;
        height: auto;
        justify-content: flex-start;
        left: auto;
        min-width: 350px;
        overflow: visible;
        padding: 32px 0;
        right: -70px;
        top: auto;
        transform: skew(0deg);
        width: auto
    }

    .message-banner.message-banner--callout .body-text {
        max-width: 300px;
        padding: 0 40px;
        transform: skew(0deg)
    }

    .message-banner.message-banner--callout:after {
        background-color: var(--panel-background, transparent);
        content: "";
        height: 100%;
        opacity: .9;
        position: absolute;
        transform: skew(-20deg);
        width: 100%
    }

    .message-banner.message-banner--top {
        left: 15vw;
        padding: 30px 10px 0 0
    }
}

@media(min-width:1920px) {
    .message-banner.message-banner--top {
        left: 25vw;
        width: 20vw
    }
}

.message-banner.message-banner--full-width {
    overflow: initial
}

.message-banner.message-banner--full-width .body-text {
    align-items: flex-start;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px
}

.message-banner.message-banner--full-width .body-text .text {
    max-width: 700px;
    text-align: left
}

.message-banner.message-banner--full-width .body-text .button-group {
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: flex-start;
    row-gap: 10px
}

.message-banner.message-banner--full-width .body-text .button {
    margin-left: 0
}

@media(min-width:414px) {
    .message-banner.message-banner--full-width .body-text {
        align-items: center
    }

    .message-banner.message-banner--full-width .body-text .text {
        min-width: 200px
    }

    .message-banner.message-banner--full-width .body-text .button-group {
        justify-content: center
    }
}

@media(min-width:1200px) {
    .message-banner.message-banner--full-width .body-text {
        flex-direction: row
    }
}

.message-banner.message-banner--full-width .body-text--center {
    align-items: center
}

.message-banner.message-banner--full-width .body-text--center .text {
    text-align: center
}

.message-banner.message-banner--full-width .body-text--center .button-group {
    justify-content: center
}

@media(min-width:414px) {
    .message-banner.message-banner--full-width .body-text--center {
        justify-content: center
    }
}

@media(min-width:1200px) {
    .message-banner.message-banner--full-width {
        align-items: center;
        display: flex;
        left: 0;
        min-height: auto;
        overflow: visible;
        position: relative;
        transform: none;
        width: 100%;
        z-index: 20
    }

    .message-banner.message-banner--full-width .body-text {
        flex-direction: row;
        gap: 64px;
        max-width: 100%;
        transform: none
    }

    .message-banner.message-banner--full-width+header .navigation__curtain {
        top: 0
    }

    .message-banner.message-banner--full-width.sticky+header .panel.navigation__panel {
        top: 72px
    }

    .message-banner.message-banner--full-width.sticky+header .panel.navigation__panel.navigation__search-panel {
        top: 0
    }
}

.message-banner.sticky.message-banner--full-width,
header.sticky .message-banner.message-banner--callout,
header.sticky .message-banner.message-banner--top,
header.sticky+main .message-banner.message-banner--callout,
header.sticky+main .message-banner.message-banner--top {
    animation: message-banner-fade-in 1s ease-in-out forwards;
    bottom: auto;
    height: auto;
    justify-content: center;
    left: 0;
    min-height: 80px;
    padding: inherit;
    position: fixed;
    top: 64px;
    transform: none;
    width: 100%
}

.message-banner.sticky.message-banner--full-width .body-text,
header.sticky .message-banner.message-banner--callout .body-text,
header.sticky .message-banner.message-banner--top .body-text,
header.sticky+main .message-banner.message-banner--callout .body-text,
header.sticky+main .message-banner.message-banner--top .body-text {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 40px;
    transform: none
}

@media(min-width:1200px) {

    .message-banner.sticky.message-banner--full-width,
    header.sticky .message-banner.message-banner--callout,
    header.sticky .message-banner.message-banner--top,
    header.sticky+main .message-banner.message-banner--callout,
    header.sticky+main .message-banner.message-banner--top {
        background-color: var(--panel-background, transparent);
        opacity: 1;
        top: 72px;
        transform: skew(0deg)
    }

    .message-banner.sticky.message-banner--full-width .body-text,
    header.sticky .message-banner.message-banner--callout .body-text,
    header.sticky .message-banner.message-banner--top .body-text,
    header.sticky+main .message-banner.message-banner--callout .body-text,
    header.sticky+main .message-banner.message-banner--top .body-text {
        flex-direction: row;
        gap: 64px
    }
}

.message-banner.sticky.message-banner--full-width.fadeout,
header.fadeout+main .message-banner.message-banner--callout,
header.fadeout+main .message-banner.message-banner--top {
    animation: message-banner-fade-out 1s ease-in-out forwards
}

@keyframes message-banner-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes message-banner-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .message-banner--callout+.message-banner__design-element {
        bottom: 0;
        height: 20%;
        opacity: .7;
        position: absolute;
        right: -120px;
        transform: skew(-20deg);
        width: 250px;
        z-index: 2
    }
}

.message-bar.message-bar--preview {
    display: none
}

#CookiebotWidget *,
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    font-family: Overpass !important
}

#CookiebotWidget #CookiebotWidget-buttons button,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 30px !important;
    border-width: 3px !important
}

.CookiebotWidget-main-logo,
a#CybotCookiebotDialogPoweredbyCybot {
    display: none !important
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: .6rem !important
}

.lead {
    border-bottom: 1px solid #e6e6e6;
    color: #101921;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.lead p:last-child {
    margin-bottom: 0
}

html.feature .panel--lead .panel__body {
    max-width: calc(1640px + 4rem)
}

.panel.panel--feature.panel--title+.panel.panel--lead,
html.feature .panel.panel--lead {
    display: flex
}

.panel.panel--feature.panel--title+.panel.panel--lead .panel__body,
html.feature .panel.panel--feature+.panel.panel--lead .panel__body,
html.feature .panel.panel--search-block+.panel.panel--lead .panel__body {
    display: inline-block
}

.panel.panel--feature.panel--title+.panel.panel--lead .panel__body .text--lead,
html.feature .panel.panel--feature+.panel.panel--lead .panel__body .text--lead,
html.feature .panel.panel--search-block+.panel.panel--lead .panel__body .text--lead {
    display: flex;
    justify-content: center;
    text-align: center
}

.panel.panel--feature.panel--title+.panel.panel--lead .panel__body .text--lead div,
html.feature .panel.panel--feature+.panel.panel--lead .panel__body .text--lead div,
html.feature .panel.panel--search-block+.panel.panel--lead .panel__body .text--lead div {
    width: 67%
}

html.feature .panel.panel--feature+.panel.panel--lead .panel__body {
    padding-top: 3rem
}

.button.u-chevron-button:before {
    background-color: var(--color);
    background-size: .55em;
    border-radius: 50%;
    bottom: 1px;
    display: inline-block;
    margin-right: .6em;
    padding: 14px;
    position: relative;
    transform: rotate(20deg);
    transition: transform .3s
}

@media(min-width:1024px) {
    .button.u-chevron-button:before {
        background-size: .72em;
        bottom: 1px;
        margin-right: .72em;
        padding: 18.5px
    }
}

.button.u-chevron-button:hover:before {
    transform: rotate(0deg)
}

.button.u-chevron-button {
    align-items: center;
    display: inline-flex;
    padding: 2px 25px 0 3px
}

@media(min-width:1024px) {
    .button.u-chevron-button {
        padding: 4px 30px 2px 3px
    }
}

.button.u-chevron-button:before {
    background-color: #101921;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.button {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    min-height: 40px;
    padding: 4px 25px 2px
}

@media(min-width:1024px) {
    .button {
        font-size: 1rem;
        min-height: 50px;
        padding: 5px 30px 3px
    }
}

.button {
    align-items: center;
    border: 3px solid transparent;
    border-radius: 30px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    text-align: left;
    text-align: center;
    transition: background-color .3s;
    vertical-align: middle
}

.button:focus,
.button:hover {
    text-decoration: none
}

.button.button--small.u-chevron-button {
    padding: 2px 25px 0 3px
}

.button.button--small.u-chevron-button:before {
    background-size: .5em;
    bottom: 1px;
    margin-right: .6em;
    padding: 14px
}

.button.button--small {
    font-size: 16px;
    min-height: 40px;
    padding: 4px 25px 2px
}

.button-group {
    align-items: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    margin: 1rem 0 0;
    width: 100%
}

.button-group .button:only-child {
    margin-bottom: 0;
    margin-right: 0
}

.button-group.button-group--center {
    justify-content: center
}

.button-group.button-group--spaced {
    margin: 1rem 0
}

.button-group.button-group--center-aligned {
    align-items: center
}

.button.button--swipe {
    align-items: center;
    display: inline-flex;
    font-size: .9rem;
    overflow: hidden;
    padding: 3px 10px;
    position: relative;
    text-align: left
}

.button.button--swipe svg {
    border-radius: 50%;
    height: 28px;
    margin: 0;
    padding: 9px;
    position: relative;
    transform: rotate(20deg);
    transition: all .3s;
    transition-delay: .15s;
    width: 28px
}

.button.button--swipe.u-chevron-button {
    padding-top: 6px
}

.button.button--swipe .button__background {
    border-radius: 30px;
    height: 28px;
    left: 3px;
    position: absolute;
    transition: width .3s;
    transition-delay: .15s;
    width: 28px
}

.button.button--swipe .button__icon-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    transform: translateX(2px);
    transition: transform .3s;
    transition-delay: .15s;
    width: 100%
}

.button.button--swipe span {
    margin: 3px 20px 1px 45px;
    transition: all .3s;
    transition-delay: .15s
}

@media(min-width:1024px) {
    .button.button--swipe {
        font-size: 1rem;
        min-height: 50px
    }

    .button.button--swipe .button__background {
        height: 37px;
        left: 4px;
        width: 37px
    }

    .button.button--swipe .button__icon-wrapper {
        transform: translateX(4px)
    }

    .button.button--swipe span {
        margin: 3px 20px 1px 45px;
        transform: none
    }

    .button.button--swipe svg {
        height: 37px;
        padding: 12px;
        transform: rotate(20deg);
        width: 37px
    }

    .button.button--swipe:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 42px))
    }

    .button.button--swipe:hover span {
        transform: translateX(-30px)
    }

    .button.button--swipe:hover svg {
        transform: rotate(0deg)
    }

    .button.button--swipe.button--small {
        min-height: 40px
    }

    .button.button--swipe.button--small svg {
        height: 30px;
        padding: 9px;
        width: 30px
    }

    .button.button--swipe.button--small .button__background {
        height: 30px;
        left: 3px;
        width: 30px
    }

    .button.button--swipe.button--small .button__icon-wrapper {
        transform: translateX(3px)
    }

    .button.button--swipe.button--small span {
        margin: 3px 15px 0 30px
    }

    .button.button--swipe.button--small:hover .button__background {
        width: calc(100% - 6px)
    }

    .button.button--swipe.button--small:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 33px))
    }

    .button.button--swipe.button--small:hover span {
        transform: translateX(-18px)
    }
}

.button.button--swipe.button--large {
    min-height: 50px
}

.button.button--swipe.button--large .button__background {
    height: 37px;
    left: 4px;
    width: 37px
}

.button.button--swipe.button--large .button__icon-wrapper {
    transform: translateX(4px)
}

.button.button--swipe.button--large span {
    margin: 3px 20px 1px 45px
}

.button.button--swipe.button--large svg {
    height: 37px;
    padding: 12px;
    width: 37px
}

.button.button--swipe.button--large:hover .button__background {
    width: calc(100% - 8px)
}

.button.button--swipe.button--large:hover .button__icon-wrapper {
    transform: translateX(calc(100% - 42px))
}

.button.button--swipe.button--large:hover span {
    transform: translateX(-30px)
}

@media(min-width:1024px) {
    .button.button--swipe.button--large {
        border-radius: 40px;
        min-height: 66px
    }

    .button.button--swipe.button--large .button__background {
        border-radius: 40px;
        height: 53px;
        left: 4px;
        width: 53px
    }

    .button.button--swipe.button--large span {
        font-size: 25px;
        margin: 7px 30px 3px 65px
    }

    .button.button--swipe.button--large svg {
        height: 53px;
        padding: 17px;
        width: 53px
    }

    .button.button--swipe.button--large:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe.button--large:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 60px))
    }

    .button.button--swipe.button--large:hover span {
        transform: translateX(-30px)
    }
}

.button.button--swipe.button--icon {
    padding: 3px
}

.button.button--swipe.button--icon div {
    padding: 3px 20px 1px 15px
}

.button.button--swipe.button--icon.button--spin svg {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.button.button--swipe:not(.button--bullet) {
    margin: 5px 0
}

@media(max-width:1023px) {
    .button.button--swipe:not(.button--bullet) {
        font-size: .9rem;
        height: 40px
    }

    .button.button--swipe:not(.button--bullet) svg {
        transform: rotate(0deg)
    }

    .button.button--swipe:not(.button--bullet) .button__background {
        width: calc(100% - 6px)
    }

    .button.button--swipe:not(.button--bullet) .button__icon-wrapper {
        transform: translateX(calc(100% - 31px))
    }

    .button.button--swipe:not(.button--bullet) span {
        margin: 3px 15px 0 30px;
        transform: translateX(-18px);
        white-space: nowrap
    }

    .button.button--swipe.button--large:not(.button--bullet) {
        font-size: 18px
    }

    .button.button--swipe.button--large:not(.button--bullet) svg {
        transform: rotate(0deg)
    }

    .button.button--swipe.button--large:not(.button--bullet) .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe.button--large:not(.button--bullet) .button__icon-wrapper {
        transform: translateX(calc(100% - 42px))
    }

    .button.button--swipe.button--large:not(.button--bullet) span {
        margin: 4px 10px 1px 45px;
        transform: translateX(-30px)
    }
}

.button--accent,
.button--blue,
.button--hero,
.button--primary,
.button--red,
.button--secondary,
.button--tertiary,
.button--transparent,
.button--transparent-blue-text,
.button--transparent-white-text,
.button--transparent-yellow-text,
.button--yellow {
    --color: #101921;
    --background: #fff
}

.button--accent.u-chevron-button:before,
.button--blue.u-chevron-button:before,
.button--hero.u-chevron-button:before,
.button--primary.u-chevron-button:before,
.button--red.u-chevron-button:before,
.button--secondary.u-chevron-button:before,
.button--tertiary.u-chevron-button:before,
.button--transparent-blue-text.u-chevron-button:before,
.button--transparent-white-text.u-chevron-button:before,
.button--transparent-yellow-text.u-chevron-button:before,
.button--transparent.u-chevron-button:before,
.button--yellow.u-chevron-button:before {
    background-color: #101921;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.button--color-red-light {
    --color: #101921;
    --background: #e57d87;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-red-extra-light {
    --color: #101921;
    --background: #f6d4d7;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-orange-light {
    --color: #101921;
    --background: #fe9666;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-orange-extra-light {
    --color: #101921;
    --background: #ffdccc;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-yellow-light {
    --color: #101921;
    --background: #ffe266;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-yellow-extra-light {
    --color: #101921;
    --background: #fff5cc;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-green-light {
    --color: #101921;
    --background: #aed97d;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-green-extra-light {
    --color: #101921;
    --background: #e4f2d4;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-blue-light {
    --color: #101921;
    --background: #66b6e2;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-blue-extra-light {
    --color: #101921;
    --background: #cce7f5;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-purple-light {
    --color: #101921;
    --background: #a996c1;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-purple-extra-light {
    --color: #101921;
    --background: #e2dcea;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-pink-light {
    --color: #101921;
    --background: #e56fb1;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-pink-extra-light {
    --color: #101921;
    --background: #f6cfe5;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-navy-light {
    --color: #101921;
    --background: #6682a9;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-navy-extra-light {
    --color: #101921;
    --background: #ccd5e2;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-dark-navy-extra-light {
    --color: #101921;
    --background: #cfd1d3;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-red {
    --color: #fff;
    --background: #d32737;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-pink {
    --color: #fff;
    --background: #d40f7d;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-navy {
    --color: #fff;
    --background: #002f70;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-dark-navy {
    --color: #fff;
    --background: #101921;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-purple {
    --color: #fff;
    --background: #6f5098;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-dark-navy-light {
    --color: #fff;
    --background: #70757a;
    --border-color: #fff;
    --button-background: #fff
}

.button {
    background-color: var(--background, #fff);
    border-color: #101921
}

.button,
.button:active,
.button:focus,
.button:hover {
    color: #101921
}

.button--color-dark-navy,
.button--dark-navy,
.button--red {
    --color: #fff;
    --background: #101921
}

.button--color-dark-navy.u-chevron-button:before,
.button--dark-navy.u-chevron-button:before,
.button--red.u-chevron-button:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.button--color-dark-navy,
.button--dark-navy,
.button--red {
    background-color: #101921;
    border-color: #101921;
    color: #fff
}

.button--color-dark-navy:active,
.button--color-dark-navy:focus,
.button--color-dark-navy:hover,
.button--dark-navy:active,
.button--dark-navy:focus,
.button--dark-navy:hover,
.button--red:active,
.button--red:focus,
.button--red:hover {
    color: #fff
}

.button.button--swipe {
    background-color: var(--panel-background, #fff);
    border-color: var(--border-color, var(--panel-font-color, #101921))
}

.button.button--swipe .button__background,
.button.button--swipe svg {
    background-color: var(--button-background, var(--panel-font-color, #101921))
}

.button.button--swipe svg {
    fill: var(--panel-background, #fff)
}

.button.button--swipe span {
    color: var(--panel-background, #fff)
}

@media(min-width:1024px) {
    .button.button--swipe span {
        color: var(--button-background, var(--panel-font-color, #fff))
    }

    .button.button--swipe:hover span {
        color: var(--panel-background, #fff)
    }
}

.input {
    align-items: center;
    border: 3px solid #101921;
    border-radius: 48px;
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 20px
}

.input span {
    position: relative;
    top: 1px
}

.input {
    border-color: #cfd1d3;
    color: #101921;
    font-size: 14px !important;
    gap: 12px;
    line-height: 1.5;
    padding: 10px 20px;
    transition: border-color .3s
}

.input:after {
    background-size: 12px 12px;
    display: inline-flex;
    height: 12px;
    position: relative;
    transition: transform .3s;
    width: 12px
}

.input:hover {
    border-color: #101921
}

.input--16 {
    font-size: 16px;
    line-height: 1.5
}

.input input[placeholder] {
    position: relative;
    top: 1px
}

.input input {
    font-size: inherit;
    line-height: inherit
}

.input.is-active {
    border-color: #101921
}

.input.is-active:after {
    transform: rotate(180deg)
}

.input.is-selected {
    border-color: #70757a
}

.input.background--white {
    background: #fff
}

.select:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow down%3C/title%3E%3Cpath d='M24.985 33.113h-9.87V0h9.87z'/%3E%3Cpath d='M17.502 40 0 27.177 5.936 19.5l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E")
}

.navigation-chevron:after,
.select:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.navigation-chevron:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    height: 12px;
    transition: transform .3s;
    width: 12px
}

.navigation-chevron.is-inverse:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.navigation-chevron.is-active:after {
    transform: rotate(180deg)
}

@media(max-width:1023px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip--overlaid {
        display: block;
        left: 0;
        transform: none;
        width: 100%
    }
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip {
        width: 70%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip--right {
        left: auto;
        right: -10%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--transparent .clip {
        backdrop-filter: none;
        background-color: transparent
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--transparent.panel--frosted .clip {
        backdrop-filter: blur(10px)
    }

    @-moz-document url-prefix() {
        .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--transparent.panel--frosted .clip {
            background: rgba(0, 0, 0, .4) !important
        }
    }
}

@media(min-width:1200px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip {
        width: 70%
    }
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero__body {
        max-width: calc(45% - 4rem)
    }
}

.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
    left: 50%;
    position: absolute;
    top: 50%
}

.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
    filter: brightness(calc(var(--hero_image_brightness_mobile, 100)/100));
    opacity: 1
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right .video-launcher {
        left: 0
    }
}

.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip img {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip {
        left: -30%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--right {
        left: auto
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--video {
        transform: none;
        width: 60%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--border {
        border-right: 10px solid #fff
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--right.clip--border {
        border-left: 10px solid #fff;
        border-right: 0
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: calc(var(--hero_image_brightness, 50)/100);
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
        right: 0;
        width: 55%;
        z-index: 1
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        filter: brightness(calc(var(--hero_image_brightness, 100)/100));
        left: auto;
        opacity: 1;
        right: 0;
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
        width: 60%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip img {
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-wrapper {
        height: 100%;
        left: auto;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0;
        position: absolute;
        right: 0;
        width: 50%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right,
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right .video-wrapper,
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right img {
        left: 0;
        right: auto
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right .clip--right {
        right: -30%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right+.video-launcher {
        left: calc(25% - 100px);
        position: absolute;
        top: calc(50% - 100px)
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image {
        width: 100%;
        z-index: 0
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip {
        width: 70%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip img {
        display: block
    }
}

@media(min-width:1200px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip {
        width: 60%
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__body {
    max-width: 760px
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__body {
        max-width: calc(45% - 1rem)
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__text {
    font-size: 1.1rem;
    font-weight: 400
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
    font-size: 2.5rem
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
        margin-top: 3rem
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
    align-self: center;
    border: 5px solid #fff;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    width: 70%;
    z-index: 2
}

@media(min-width:544px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
        width: 50%
    }
}

@media(min-width:768px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
        width: 35%
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
        align-self: flex-end;
        animation: key-facts--right .75s ease .75s 1 forwards;
        bottom: 2rem;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 2rem
    }
}

@keyframes key-facts--right {
    0% {
        opacity: 0;
        right: 0
    }

    to {
        opacity: 1;
        right: 2rem
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure.figure--small {
        width: 25%
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .video-callout {
    padding: 2rem 0
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial .video-callout {
        padding: 0
    }

    .panel.panel--hero.panel--feature.panel--text.panel--editorial .video-callout--left figure {
        left: 2rem
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial.panel--promotion .hero__wrapper {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial.panel--promotion .hero__wrapper {
        align-items: center;
        flex-wrap: nowrap
    }

    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
        width: 45%
    }
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-1 img {
    clip-path: polygon(0 0, 39% 0, 39% 15%, 79% 15%, 79% 8%, 100% 8%, 100% 71%, 78% 71%, 78% 81%, 41% 81%, 41% 69%, 0 69%)
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-1 img {
        clip-path: polygon(0 0, 39% 0, 39% 15%, 79% 15%, 79% 8%, 100% 8%, 100% 71%, 78% 71%, 78% 100%, 41% 100%, 41% 69%, 0 69%)
    }
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-2 img {
    clip-path: polygon(0 15%, 45% 15%, 45% 25%, 79% 25%, 79% 20%, 100% 20%, 100% 68%, 82% 68%, 82% 76%, 44% 76%, 44% 63%, 0 63%)
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-3 img {
    clip-path: polygon(0 29%, 66% 28%, 66% 0, 100% 0, 100% 66%, 64% 66%, 64% 100%, 31% 100%, 31% 68%, 0 68%)
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero__body {
        max-width: calc(55% - 2rem);
        padding-right: 0
    }
}

.panel--editorial-ambition .button-group {
    box-sizing: border-box
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
    bottom: 8.5rem;
    display: inline-flex;
    height: auto;
    left: 2rem;
    right: 0;
    right: unset;
    top: auto;
    width: auto;
    width: unset;
    z-index: 1
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher:after {
    display: none
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
        left: 9rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
        bottom: 13rem
    }
}

@media(max-width:1023px) {
    .panel--editorial-ambition .panel__body {
        display: flex;
        flex-direction: column
    }

    .panel--editorial-ambition.panel.panel--hero .media-wrap.media-wrap--relative {
        min-height: 500px;
        order: 2
    }

    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text .hero {
        min-height: unset;
        order: 1
    }

    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text .hero .hero__body {
        max-width: none;
        padding: 3rem 2rem 0
    }

    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text .hero.hero--overlaid {
        min-height: 700px
    }
}

.panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
    font-size: 2.2rem
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
        font-size: 4.5vw
    }
}

@media(min-width:1920px) {
    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
        font-size: 4rem
    }
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
    display: none
}

.panel--editorial-ambition .kent-design-elements.overlay-1:before {
    background: inherit;
    bottom: 31.8rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 2.4rem;
    top: auto;
    transform: none;
    width: 2rem
}

.panel--editorial-ambition .kent-design-elements.overlay-1:after {
    background: inherit;
    bottom: 28.8rem;
    content: "";
    display: block;
    height: 3rem;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    width: 2.5rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1:before {
        background: inherit;
        bottom: 35.8rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 4rem;
        top: auto;
        transform: none;
        width: 3rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-1:after {
        background: inherit;
        bottom: 28.8rem;
        content: "";
        display: block;
        height: 7rem;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 7rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-1:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-1 .extra-design-elements:before {
    background: inherit;
    bottom: 4rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 59%;
    top: auto;
    transform: none;
    width: 2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1 .extra-design-elements:before {
        background: inherit;
        bottom: 2rem;
        content: "";
        display: block;
        height: 4rem;
        left: auto;
        position: absolute;
        right: 59%;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1 .extra-design-elements:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 4rem;
        left: auto;
        position: absolute;
        right: 45%;
        top: 69%;
        transform: none;
        width: 4rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-2:before {
    background: inherit;
    bottom: 28rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 2.4rem;
    top: auto;
    transform: none;
    width: 2rem
}

.panel--editorial-ambition .kent-design-elements.overlay-2:after {
    background: inherit;
    bottom: 25rem;
    content: "";
    display: block;
    height: 3rem;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    width: 2.5rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:before {
        background: inherit;
        bottom: 32rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 4rem;
        top: auto;
        transform: none;
        width: 3rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: 25rem;
        content: "";
        display: block;
        height: 7rem;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 7rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1500px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-2 .extra-design-elements:before {
    background: inherit;
    bottom: 5.5rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 56%;
    top: auto;
    transform: none;
    width: 2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2 .extra-design-elements:before {
        background: inherit;
        bottom: 4.5rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 56%;
        top: auto;
        transform: none;
        width: 3rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2 .extra-design-elements:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 45%;
        top: 63%;
        transform: none;
        width: 3rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-3:before {
    background: inherit;
    bottom: 28rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 2.4rem;
    top: auto;
    transform: none;
    width: 2rem
}

.panel--editorial-ambition .kent-design-elements.overlay-3:after {
    background: inherit;
    bottom: 25rem;
    content: "";
    display: block;
    height: 3rem;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    width: 2.5rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: 32rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 4rem;
        top: auto;
        transform: none;
        width: 3rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: 25rem;
        content: "";
        display: block;
        height: 7rem;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 7rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 4rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 6rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 4rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1500px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: -2rem;
        transform: none;
        width: 6rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 3rem;
        transform: none;
        width: 5rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-3 .extra-design-elements:before {
    background: inherit;
    bottom: 5.5rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 56%;
    top: auto;
    transform: none;
    width: 2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3 .extra-design-elements:before {
        background: inherit;
        bottom: 4.5rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 56%;
        top: auto;
        transform: none;
        width: 3rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3 .extra-design-elements:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 45%;
        top: 63%;
        transform: none;
        width: 3rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--red-extra-light .clip {
    background-color: #e57d87
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--red-extra-light .panel-space--bottom svg {
    fill: #e57d87
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--green-light .clip {
    background-color: #78bf26
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--yellow-light .clip {
    background-color: #ffcf00
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--blue-light .clip {
    background-color: #0085cf
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--purple-light .clip {
    background-color: #6f5098
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--pink-light .clip {
    background-color: #d40f7d
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--orange-light .clip {
    background-color: #fd5000
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .panel-space {
    background-color: #fff;
    height: 3rem
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .panel-space--bottom svg {
    background: none;
    bottom: -3rem;
    height: 236px;
    position: absolute;
    right: 0;
    width: 164px;
    z-index: 1
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .panel-space--bottom svg {
        height: 374px;
        width: 260px
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
    background: transparent;
    height: calc(100% + 3rem);
    overflow: hidden;
    right: 0;
    top: 0
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
        overflow: visible
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
    bottom: 3rem;
    height: 40%;
    left: 25%;
    -o-object-position: top;
    object-position: top;
    top: unset;
    z-index: 1
}

@media(min-width:544px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(55% - 3rem)
    }
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(65% - 3rem)
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(80% - 3rem);
        left: unset;
        -o-object-position: 25%;
        object-position: 25%;
        top: unset;
        z-index: auto
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(90% - 3rem);
        -o-object-position: 35%;
        object-position: 35%
    }
}

@media(min-width:1366px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        bottom: unset;
        height: calc(100% - 3rem);
        left: unset;
        top: unset;
        z-index: auto
    }
}

@media(min-width:1920px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        -o-object-position: initial;
        object-position: initial
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
    bottom: 3rem;
    display: block;
    left: 60%;
    top: auto;
    width: 60%;
    z-index: 0
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
        height: 100%;
        left: 10%;
        z-index: -1
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero {
    pointer-events: none;
    z-index: 1
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__wrapper {
    position: absolute;
    top: 0
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__wrapper {
        padding-top: 6rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__wrapper {
        padding-bottom: 4rem;
        padding-top: 4rem;
        position: static;
        top: auto
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body {
    max-width: 95%;
    padding-right: 0
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body {
        max-width: calc(65% - 4rem);
        padding-right: 0
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__topic {
    font-size: 1rem;
    margin-bottom: 1rem
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__topic {
        font-size: 1.5rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
    font-size: 2.2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 3rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 3.5rem
    }
}

@media(min-width:1366px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 4.5vw
    }
}

@media(min-width:1920px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 4rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text p {
    font-size: 1.3rem;
    line-height: 1.1
}

@media(min-width:544px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text p {
        font-size: 1.5rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text p {
        font-size: 1.7rem;
        line-height: 1.2
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other {
        font-size: 1.2rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other .hero__name {
    font-weight: 700
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other .hero__name:after {
    content: ","
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .button {
    pointer-events: auto
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body.hero__body--slider {
    margin-left: 0;
    max-width: 80%
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body.hero__body--slider {
        margin-left: auto
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body.hero__body--slider {
        margin-left: 0;
        max-width: calc(65% - 4rem)
    }
}

@media(max-width:1023px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid {
        min-height: 100vh;
        text-align: left
    }
}

@media(max-width:767px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid {
        min-height: 115vh
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group {
    justify-content: flex-start
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button {
    pointer-events: auto
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button.video-launcher {
    display: flex
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button.video-launcher:after {
    display: none
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button.video-launcher {
        position: absolute;
        right: 22%
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-prev {
    bottom: 6rem;
    left: 2rem;
    top: auto
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-prev {
        top: 8rem
    }
}

@media(min-width:1700px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-prev {
        left: .5rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
    bottom: 6rem;
    right: 2rem;
    top: auto
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
        left: 4.8rem;
        right: inital;
        top: 8rem
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
        left: 4.5rem
    }
}

@media(min-width:1700px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
        left: 3rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-horizontal>.swiper-pagination-bullets,
.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 6.2rem
}

@media(min-width:768px) {

    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-horizontal>.swiper-pagination-bullets,
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 6rem;
        left: 2rem;
        width: auto
    }
}

@media(min-width:1700px) {

    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-horizontal>.swiper-pagination-bullets,
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: .5rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-buttons-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-buttons-wrapper .swiper-buttons-overlay {
    height: 100%;
    margin: 0 auto;
    max-width: calc(1640px + 1rem);
    position: relative
}

.panel.panel--hero .media-wrap {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.panel.panel--hero .media-wrap img,
.panel.panel--hero .media-wrap video {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    transform: none
}

.panel.panel--hero .media-wrap img {
    height: auto;
    opacity: calc(var(--hero_image_brightness, 100)/100);
    width: 100%
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap img {
        height: 100%
    }
}

.panel.panel--hero .media-wrap video {
    height: 100%;
    width: auto
}

@media(min-width:1024px) {
    .panel.panel--hero .media-wrap video {
        height: auto;
        width: 130%
    }
}

@media(min-width:1366px) {
    .panel.panel--hero .media-wrap video {
        height: auto;
        width: 100%
    }
}

@supports((-o-object-fit:cover) or (object-fit:cover)) and (shape-outside:circle(50%)) {
    .panel.panel--hero .media-wrap video {
        height: 100%;
        width: 100%
    }
}

.panel.panel--hero .media-wrap--horizontal-left img {
    -o-object-position: 100% 0;
    object-position: 100% 0
}

.panel.panel--hero .media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 0;
    object-position: 75% 0
}

.panel.panel--hero .media-wrap--horizontal-center img {
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.panel.panel--hero .media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 0;
    object-position: 25% 0
}

.panel.panel--hero .media-wrap--horizontal-right img {
    -o-object-position: 0 0;
    object-position: 0 0
}

.panel.panel--hero .media-wrap--center img {
    top: 50%;
    transform: translateY(-50%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--center img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-left img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-center img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 50%;
    object-position: 25% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-right img {
    -o-object-position: 0 50%;
    object-position: 0 50%
}

.panel.panel--hero .media-wrap--bottom img {
    bottom: 0;
    top: auto
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--bottom img {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-left img {
    -o-object-position: 100% 100%;
    object-position: 100% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 100%;
    object-position: 75% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-center img {
    -o-object-position: 50% 100%;
    object-position: 50% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 100%;
    object-position: 25% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-right img {
    -o-object-position: 0 100%;
    object-position: 0 100%
}

.panel.panel--hero .media-wrap--bottomcenter img {
    top: 75%;
    transform: translateY(-75%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--bottomcenter img {
        -o-object-position: 50% 75%;
        object-position: 50% 75%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-left img {
    -o-object-position: 100% 75%;
    object-position: 100% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 75%;
    object-position: 75% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-center img {
    -o-object-position: 50% 75%;
    object-position: 50% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 75%;
    object-position: 25% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-right img {
    -o-object-position: 0 75%;
    object-position: 0 75%
}

.panel.panel--hero .media-wrap--topcenter img {
    top: 25%;
    transform: translateY(-25%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--topcenter img {
        -o-object-position: 50% 25%;
        object-position: 50% 25%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-left img {
    -o-object-position: 100% 25%;
    object-position: 100% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 25%;
    object-position: 75% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-center img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 25%;
    object-position: 25% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-right img {
    -o-object-position: 0 25%;
    object-position: 0 25%
}

@media(max-width:1023px) {
    .panel.panel--hero .media-wrap img {
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap .media-wrap__video-loop {
    display: none
}

.panel.panel--hero .media-wrap .media-wrap__video-loop-image {
    display: block
}

@media(min-width:768px) {
    .panel.panel--hero .media-wrap .media-wrap__video-loop {
        display: block
    }
}

.panel.panel--hero .hero {
    align-items: center;
    display: flex;
    position: relative
}

.panel.panel--hero .hero.content {
    align-items: center;
    display: flex;
    padding: 6rem 0;
    width: 100%
}

@media(min-width:375px) {
    .panel.panel--hero .hero__heading {
        font-size: 3rem
    }
}

@media(min-width:1200px) {
    .panel.panel--hero .hero__heading {
        font-size: 3.5rem
    }
}

@media(min-width:1366px) {
    .panel.panel--hero .hero__heading {
        font-size: 4rem
    }
}

@media(min-width:1500px) {
    .panel.panel--hero .hero__heading {
        font-size: 4.5rem
    }
}

.panel.panel--hero q.h1.hero__heading {
    margin-top: 3rem
}

@media(min-width:1024px) {
    .panel.panel--hero q.h1.hero__heading {
        margin-top: 0
    }
}

.panel.panel--hero .hero__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    padding: 3rem 2rem;
    width: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero .hero__body {
        padding: 3rem 0
    }
}

.panel.panel--hero .hero__wrapper {
    width: 100%
}

.panel.panel--hero .hero__text {
    font-size: 1rem;
    font-weight: 400
}

@media(min-width:1024px) {
    .panel.panel--hero .hero__text {
        font-size: 1.4rem
    }
}

.panel.panel--hero .hero--editorial .hero__text {
    font-size: 1rem;
    font-weight: 400
}

.panel.panel--hero .hero--editorial .hero__heading {
    font-size: 2.4rem
}

.panel.panel--hero .hero--left-aligned .hero__body,
.panel.panel--hero .hero--right-aligned .hero__body {
    max-width: 600px
}

.panel.panel--hero.panel--carousel .hero__body {
    max-width: calc(100% - 4rem);
    padding: 3rem 2rem
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--carousel .hero__body {
        padding: 6rem 0 3rem 4rem
    }
}

@media(min-width:1920px) {
    .panel.panel--hero.panel--carousel .hero__body {
        padding: 6rem 0 3rem 2rem
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--carousel.panel--single-slide .hero__body {
        padding: 6rem 0 3rem 2rem
    }
}

.panel.panel--hero .hero--bottom {
    align-items: flex-end
}

@media(max-width:1023px) {
    .panel.panel--hero .hero--overlaid.hero--mobile-bottom {
        align-items: flex-end
    }

    .panel.panel--hero .hero--overlaid.hero--mobile-middle {
        align-items: center
    }
}

.panel.panel--hero .hero.content--feature {
    font-size: 1rem
}

.panel.panel--hero .hero.content--feature .hero__content {
    margin: 0 auto;
    max-width: 760px;
    padding-left: 1rem;
    padding-right: 1rem
}

@media(min-width:1024px) {
    .panel.panel--hero .hero.content--feature .hero__content {
        padding-left: 0;
        padding-right: 0
    }
}

.panel.panel--hero .hero--full-width .hero__body {
    max-width: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero .hero__wrapper {
        margin: 0 auto;
        max-width: calc(1640px + 4rem)
    }

    .panel.panel--hero .hero__body {
        height: 100%;
        margin: 0;
        padding: 3rem 0 3rem 2rem
    }

    .panel.panel--hero .hero--right-aligned {
        left: auto;
        right: 0
    }

    .panel.panel--hero .hero--right-aligned .hero__wrapper {
        display: flex;
        justify-content: flex-end
    }

    .panel.panel--hero .hero--right-aligned .hero__body {
        padding: 3rem
    }

    .panel.panel--hero .hero--center-aligned {
        left: auto;
        right: auto
    }

    .panel.panel--hero .hero--center-aligned .hero__wrapper {
        display: flex;
        justify-content: center;
        text-align: center
    }

    .panel.panel--hero .hero--center-aligned .hero__body {
        padding: 3rem 0
    }

    .panel.panel--hero .hero--center-aligned .button-group {
        justify-content: center
    }

    .panel.panel--hero .hero--full-width .hero__body {
        max-width: 100%;
        padding: 6rem 2rem
    }

    .panel.panel--hero .hero--header .hero__body {
        padding: 8rem 3rem 3rem 2rem
    }

    .panel.panel--hero .hero--header.hero--right-aligned .hero__body {
        padding: 8rem 2rem 3rem 3rem
    }

    .panel.panel--hero .hero--header.hero--center-aligned .hero__body {
        padding: 8rem 0 3rem
    }
}

@media(max-width:1023px) {
    .panel.panel--hero .hero--header {
        margin: 5rem auto 0
    }

    .panel.panel--hero .hero--overlaid {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center
    }

    .panel.panel--hero .hero--overlaid .button-group {
        justify-content: center
    }

    .panel.panel--hero .media-wrap--relative {
        position: relative
    }

    .panel.panel--hero .figure--header {
        margin: 2rem auto
    }

    .panel.panel--hero .media-wrap img {
        filter: brightness(calc(var(--hero_image_brightness_mobile, 100)/100));
        opacity: 1
    }
}

@media(min-width:1024px) {
    .panel.panel--hero .text {
        display: flex
    }
}

.panel.panel--hero .text--center {
    text-align: center;
    width: 100%
}

.panel.panel--hero .hero__search {
    margin: 3rem auto 0;
    width: 100%;
    z-index: 9
}

.panel.panel--hero .search {
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    transform: none;
    width: 100%;
    z-index: 1
}

@media(min-width:1024px) {
    .panel.panel--hero .search {
        left: auto;
        margin: 0;
        right: auto;
        width: 100%
    }
}

.panel.panel--hero.panel--slash .clip {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--slash .clip {
        display: block
    }
}

.panel.panel--hero.panel--slash .overlay__content {
    z-index: 8
}

.panel.panel--hero.panel--transparent .clip {
    background: transparent
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--standard-text-height .hero,
    .panel.panel--hero.panel--standard-text-height .media-wrap {
        min-height: 300px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--standard-text-height .hero,
    .panel.panel--hero.panel--standard-text-height .media-wrap {
        min-height: 400px
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--thin .hero,
    .panel.panel--hero.panel--thin .media-wrap {
        min-height: 600px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--thin .hero,
    .panel.panel--hero.panel--thin .media-wrap {
        min-height: 600px
    }
}

@media(min-width:1366px) {
    .panel.panel--hero.panel--thin.panel--header .hero__heading {
        margin-top: 7rem
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--mid .hero,
    .panel.panel--hero.panel--mid .media-wrap {
        min-height: 700px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--mid .hero,
    .panel.panel--hero.panel--mid .media-wrap {
        min-height: 700px
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--large .hero,
    .panel.panel--hero.panel--large .media-wrap {
        min-height: 750px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--large .hero,
    .panel.panel--hero.panel--large .media-wrap {
        min-height: 800px
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--extra-large .hero,
    .panel.panel--hero.panel--extra-large .media-wrap,
    .panel.panel--hero.panel--full-height .hero,
    .panel.panel--hero.panel--full-height .media-wrap {
        min-height: 100vh
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--extra-large .hero,
    .panel.panel--hero.panel--extra-large .media-wrap,
    .panel.panel--hero.panel--full-height .hero,
    .panel.panel--hero.panel--full-height .media-wrap {
        min-height: 100vh
    }
}

.panel.panel--hero.panel--header .hero__heading {
    margin-top: 7rem
}

@media(max-width:1023px) {
    .panel.panel--hero .hero.hero--standard {
        min-height: 0
    }
}

.panel.panel--hero.panel--quote .hero--standard .hero__body {
    padding: 5rem 1rem 3rem
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--quote .hero--standard .hero__body {
        padding: 5rem 0 3rem 2rem
    }
}

.hero__hint {
    display: none
}

@media(min-width:1024px) {
    .hero__hint {
        animation: bounce 3s;
        border-radius: 50%;
        bottom: 1rem;
        display: flex;
        justify-content: center;
        left: calc(50% - 20px);
        position: absolute;
        transition: transform .3s ease-in-out;
        z-index: 2
    }

    .hero__hint:focus,
    .hero__hint:hover {
        background: hsla(0, 0%, 100%, .3);
        outline: none;
        transform: scale(1.1)
    }

    .hero__hint svg {
        border-radius: 50%;
        fill: #fff;
        height: 40px;
        width: 40px
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.panel--hero.panel--box {
    overflow: hidden
}

.panel--hero.panel--box .hero {
    flex-wrap: wrap
}

.panel--hero.panel--box .hero__wrapper {
    text-align: center
}

.panel--hero.panel--box .hero--right {
    display: flex;
    justify-content: flex-end
}

.panel--hero.panel--box .clip {
    clip-path: polygon(0 0, 0 100%, 25% 100%, 25% 20%, 75% 20%, 75% 80%, 25% 80%, 25% 100%, 100% 100%, 100% 0);
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 140%
}

.panel--hero.panel--box .clip img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: skew(20deg);
    width: 100%
}

.panel--hero.panel--box .clip.clip--translucent,
.panel--hero.panel--box .clip.clip--translucent-image img {
    opacity: .4
}

.panel--hero.panel--box .clip.clip--image-none img {
    filter: blur(5px)
}

.panel--hero.panel--box .clip.clip--image-dark img {
    filter: blur(5px) brightness(.65)
}

.panel--hero.panel--box .clip.clip--image-mid img {
    filter: blur(5px) brightness(.75)
}

.panel--hero.panel--box .clip.clip--image-light img {
    filter: blur(5px) brightness(.85)
}

.panel--hero.panel--box .clip.clip--image-standard img {
    filter: blur(5px) brightness(.95)
}

.panel--hero.panel--box .button-group {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    position: absolute
}

@media(min-width:1024px) {
    .panel--hero.panel--box.panel--animated .clip {
        animation: box .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0)
    }

    .panel--hero.panel--box.panel--animated .button-group {
        animation: box-buttons .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        opacity: 0
    }

    .panel--hero.panel--box.panel--animated .hero {
        align-content: center
    }

    .panel--hero.panel--box.panel--animated .hero .hero__wrapper {
        animation: box-text-top .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        display: flex;
        justify-content: center;
        text-align: right;
        transform: none
    }

    .panel--hero.panel--box.panel--animated .hero .hero__wrapper.hero--right {
        animation: box-text-bottom .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        text-align: left;
        transform: none
    }

    .panel--hero.panel--box.panel--animated .hero__body {
        padding: 0
    }
}

@keyframes box {
    to {
        clip-path: polygon(0 0, 0 100%, 25% 100%, 25% 20%, 75% 20%, 75% 80%, 25% 80%, 25% 100%, 100% 100%, 100% 0)
    }
}

@keyframes box-buttons {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes box-text-top {
    to {
        transform: translate(-25vw, -25vh)
    }
}

@keyframes box-text-bottom {
    to {
        transform: translate(25vw, 25vh)
    }
}

.panel--magazine {
    padding: 3rem 0
}

.panel--magazine .magazine .magazine__description,
.panel--magazine .magazine .magazine__title {
    margin-bottom: 1rem
}

.panel--magazine .magazine .magazine__feature .card {
    margin: 0 0 2rem;
    width: 100%
}

.panel--magazine .magazine .magazine__feature .card__title {
    font-size: 1.8rem
}

.panel--magazine .magazine .magazine__feature .card__image {
    position: relative
}

.panel--magazine .magazine .magazine__menu .button {
    margin-bottom: 2rem
}

.panel--magazine .magazine .magazine__menu .alert .button {
    margin-bottom: 0
}

.panel--magazine .magazine .magazine__menu .link-listing {
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .panel--magazine .magazine {
        display: flex;
        flex-wrap: wrap
    }

    .panel--magazine .magazine .magazine__feature {
        margin: 0 1rem;
        width: 45%
    }

    .panel--magazine .magazine .magazine__side {
        width: 45%
    }
}

@media(min-width:1024px) {
    .panel--magazine .magazine .magazine__feature {
        margin: 0 1rem;
        width: 35%
    }

    .panel--magazine .magazine .magazine__side {
        width: 35%
    }

    .panel--magazine .magazine .magazine__menu {
        margin-left: 1rem
    }
}

@supports(display:grid) {
    .panel--magazine .magazine {
        align-items: flex-start;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-row-gap: 2rem;
        grid-template-areas: "heading" "feature" "menu" "side"
    }

    .panel--magazine .magazine .magazine__heading {
        grid-area: heading;
        margin: 0;
        width: 100%
    }

    .panel--magazine .magazine .magazine__feature {
        grid-area: feature;
        margin: 0;
        width: 100%
    }

    .panel--magazine .magazine .magazine__side {
        grid-area: side;
        margin: 0;
        width: 100%
    }

    .panel--magazine .magazine .magazine__sub {
        grid-area: sub
    }

    .panel--magazine .magazine .magazine__menu {
        grid-area: menu
    }

    @media(min-width:768px) {
        .panel--magazine .magazine {
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto 1fr;
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            grid-template-areas: "heading heading" "feature side" "menu side" ". side"
        }
    }

    @media(min-width:1024px) {
        .panel--magazine .magazine {
            grid-template-areas: "heading heading ." "feature side menu";
            grid-template-columns: 2fr 2fr 1fr;
            grid-template-rows: auto
        }
    }
}

@media(min-width:1024px) {
    .panel--magazine .magazine.hide-aside {
        grid-template-columns: 2fr 2fr
    }
}

@media(min-width:768px) {
    .panel--magazine.panel--grid-filter .panel__body {
        min-height: 700px
    }
}

.button--search-icon {
    align-items: center;
    border: none;
    display: inline-flex;
    font-size: 1.25rem;
    font-size: 1.5rem;
    height: auto;
    justify-content: center;
    padding: 0;
    position: relative;
    right: 1px;
    width: auto
}

.button--search-icon:active,
.button--search-icon:focus,
.button--search-icon:hover {
    text-decoration: none
}

.search {
    font-size: 0;
    margin: 0 auto;
    max-width: 830px
}

.search__results {
    font-size: 1rem
}

.search__input {
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 1.25rem;
    height: 3.15rem;
    line-height: 1.25;
    padding: .75rem 1.5rem .55rem;
    vertical-align: middle;
    width: calc(100% - 3.15rem)
}

.search__input:focus {
    outline-width: 3px
}

@media(min-width:768px) {
    .search__input--service {
        font-size: .8rem;
        height: 30px;
        padding: 5px 7px
    }
}

.search--box .search__input:focus,
.search--box:focus {
    outline: none
}

.search--box:focus .search__input {
    border: 3px solid #002f70
}

.search--box .search__input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 4rem;
    width: calc(100% - 5rem)
}

.search--box .search__links {
    font-size: .9rem;
    padding-top: .5rem;
    text-align: center;
    width: 100%
}

@media(min-width:768px) {
    .search--box .search__links {
        text-align: right
    }
}

.search--box .button--search-icon {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 4rem;
    margin: 0;
    width: 4rem
}

.search--box .button--search-icon .ki-search-inline {
    position: absolute
}

.search--central {
    margin-bottom: 2rem
}

.search .panel--search-box__inline-links {
    font-size: .9rem;
    padding: 10px 0;
    text-align: right
}

.panel--search-block form {
    border: 3px solid #101921;
    border-radius: 0
}

.panel--search-block form .button--white {
    background-color: #fff;
    border-color: #fff;
    color: #0085cf
}

.panel--search-block form .button--white:active,
.panel--search-block form .button--white:focus,
.panel--search-block form .button--white:hover {
    color: #0085cf
}

.panel--search-block.panel--tertiary form {
    border: 3px solid #002f70
}

.panel--search-block.panel--tertiary form .button--white {
    background-color: #fff;
    border-color: #fff;
    color: #002f70
}

.panel--search-block.panel--tertiary form .button--white:active,
.panel--search-block.panel--tertiary form .button--white:focus,
.panel--search-block.panel--tertiary form .button--white:hover {
    color: #002f70
}

.panel--grid-content.panel--article-body.panel--search-block {
    padding: 0
}

.ki-search svg {
    height: 25px;
    width: 25px
}

@media(min-width:1024px) {
    .ki-search svg {
        position: relative;
        top: 0
    }
}

.ki-search--blue svg {
    fill: #101921;
    stroke: #101921
}

.ki-search--white svg {
    fill: #fff;
    stroke: #fff
}

.ki-search-inline {
    fill: #101921;
    height: 40px;
    stroke: #101921;
    width: 40px
}

.ki-search-inline--blue {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-5 -5 30 30'%3E%3Ctitle%3Emagnifier%3C/title%3E%3Cpath fill='%23%23101921' stroke='%23%23101921' stroke-width='2' d='m18.869 19.162-5.943-6.484A7.45 7.45 0 0 0 15.001 7.5c0-2.003-.78-3.887-2.197-5.303S9.504 0 7.501 0 3.614.78 2.198 2.197.001 5.497.001 7.5s.78 3.887 2.197 5.303S5.498 15 7.501 15a7.44 7.44 0 0 0 4.688-1.645l5.943 6.483a.497.497 0 0 0 .707.031.5.5 0 0 0 .031-.706zM1 7.5C1 3.916 3.916 1 7.5 1S14 3.916 14 7.5 11.084 14 7.5 14 1 11.084 1 7.5z'/%3E%3C/svg%3E")
}

.ki-search-inline--blue,
.ki-search-inline--white {
    background-position: 50%;
    background-repeat: no-repeat
}

.ki-search-inline--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-5 -5 30 30'%3E%3Ctitle%3Emagnifier%3C/title%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='2' d='m18.869 19.162-5.943-6.484A7.45 7.45 0 0 0 15.001 7.5c0-2.003-.78-3.887-2.197-5.303S9.504 0 7.501 0 3.614.78 2.198 2.197.001 5.497.001 7.5s.78 3.887 2.197 5.303S5.498 15 7.501 15a7.44 7.44 0 0 0 4.688-1.645l5.943 6.483a.497.497 0 0 0 .707.031.5.5 0 0 0 .031-.706zM1 7.5C1 3.916 3.916 1 7.5 1S14 3.916 14 7.5 11.084 14 7.5 14 1 11.084 1 7.5z'/%3E%3C/svg%3E")
}

.ki-search-inline--gold {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-5 -5 30 30'%3E%3Ctitle%3Emagnifier%3C/title%3E%3Cpath fill='%23%23101921' stroke='%23%23101921' stroke-width='2' d='m18.869 19.162-5.943-6.484A7.45 7.45 0 0 0 15.001 7.5c0-2.003-.78-3.887-2.197-5.303S9.504 0 7.501 0 3.614.78 2.198 2.197.001 5.497.001 7.5s.78 3.887 2.197 5.303S5.498 15 7.501 15a7.44 7.44 0 0 0 4.688-1.645l5.943 6.483a.497.497 0 0 0 .707.031.5.5 0 0 0 .031-.706zM1 7.5C1 3.916 3.916 1 7.5 1S14 3.916 14 7.5 11.084 14 7.5 14 1 11.084 1 7.5z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}


.panel.course-filter {
    position: relative
}

@media(max-width:1365px) {
    .panel.course-filter>.panel__body {
        padding: 0
    }
}

.panel.panel--content.panel--homepage-search {
    background-color: #101921;
    max-width: inherit
}

.panel.panel--content.panel--homepage-search.panel__body {
    max-width: inherit;
    padding: 32px
}

.panel--homepage-search .input {
    font-size: 20px;
    height: 56px;
    position: relative;
    width: 100%
}

.panel--homepage-search .select-wrapper {
    width: 100%
}

.panel--homepage-search .searchbox {
    padding: 10px 0
}

.panel--homepage-search .searchbox input {
    padding: 0
}

.search-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    z-index: 2
}

.course-filter__title {
    padding-right: 24px;
    width: 100%
}

.course-filter__title .support-link {
    margin-right: .5rem;
    white-space: nowrap
}

.panel--homepage-search .view-all-link {
    margin: 0 !important
}

a.course-filter__link {
    border-bottom: none !important;
    color: #000 !important;
    display: block;
    padding: 12px 24px;
    transition: background-color .3s
}

a.course-filter__link:focus,
a.course-filter__link:hover {
    background-color: #cfd1d3;
    border-bottom: none
}

.inline-bar {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: flex-start
}

.inline-bar__item {
    border-right: 1px solid #cfd1d3;
    padding-right: 8px
}

.inline-bar .inline-bar__item:last-child {
    border-right: none
}

@media(min-width:768px) {
    .panel--homepage-search .select-wrapper {
        min-width: 200px;
        width: auto
    }

    .panel--homepage-search .search-container {
        flex-direction: row
    }

    .course-filter__textbox.input.searchbox {
        width: 380px
    }

    .course-filter__textbox.input.searchbox--medium {
        width: 530px
    }

    .course-filter__textbox.input.searchbox--wide {
        width: 680px
    }
}

@media(min-width:1200px) {
    .course-filter__title {
        width: 100%
    }
}

@media(min-width:1366px) {
    .panel.panel--content.panel--homepage-search.panel__body {
        margin-left: 150px;
        padding: 40px 0 40px 60px
    }

    .panel.panel--homepage-search:before {
        background: #101921;
        content: "";
        height: 100%;
        left: -35px;
        position: absolute;
        top: 0;
        transform: skew(-20deg);
        width: 70px;
        z-index: 0
    }

    .course-filter__title {
        min-width: 440px;
        padding-right: 48px;
        width: auto
    }
}




/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

    :host,
    :root {
        --tw-color-black: #000;
        --tw-spacing: 1px;
        --tw-font-weight-bold: 700;
        --tw-radius-md: 0.375rem;
        --tw-radius-lg: 0.5rem
    }
}

@layer utilities {
    .tw\:\!relative {
        position: relative !important
    }

    .tw\:\!-top-\[6px\] {
        top: -6px !important
    }

    .tw\:\!z-\[1\] {
        z-index: 1 !important
    }

    .tw\:\!col-span-2 {
        grid-column: span 2/span 2 !important
    }

    .tw\:\!m-0 {
        margin: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!my-\[1rem\] {
        margin-block: 1rem !important
    }

    .tw\:\!mt-0 {
        margin-top: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!mt-10 {
        margin-top: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!mt-16 {
        margin-top: calc(var(--tw-spacing)*16) !important
    }

    .tw\:\!mt-20 {
        margin-top: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!mt-30 {
        margin-top: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!mt-\[10px\] {
        margin-top: 10px !important
    }

    .tw\:\!mr-10 {
        margin-right: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!mb-0 {
        margin-bottom: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!mb-2 {
        margin-bottom: calc(var(--tw-spacing)*2) !important
    }

    .tw\:\!mb-5 {
        margin-bottom: calc(var(--tw-spacing)*5) !important
    }

    .tw\:\!mb-10 {
        margin-bottom: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!mb-20 {
        margin-bottom: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!mb-30 {
        margin-bottom: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!mb-50 {
        margin-bottom: calc(var(--tw-spacing)*50) !important
    }

    .tw\:\!mb-\[0\.7rem\] {
        margin-bottom: .7rem !important
    }

    .tw\:\!mb-\[20px\] {
        margin-bottom: 20px !important
    }

    .tw\:\!mb-\[50px\] {
        margin-bottom: 50px !important
    }

    .tw\:\!box-content {
        box-sizing: content-box !important
    }

    .tw\:\!flex {
        display: flex !important
    }

    .tw\:\!grid {
        display: grid !important
    }

    .tw\:\!inline-flex {
        display: inline-flex !important
    }

    .tw\:\!h-\[95\%\] {
        height: 95% !important
    }

    .tw\:h-auto {
        height: auto
    }

    .tw\:\!w-1\/2 {
        width: 50% !important
    }

    .tw\:\!w-\[95\%\] {
        width: 95% !important
    }

    .tw\:\!w-full {
        width: 100% !important
    }

    .tw\:\!max-w-\[180px\] {
        max-width: 180px !important
    }

    .tw\:\!max-w-\[530px\] {
        max-width: 530px !important
    }

    .tw\:\!max-w-fit {
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .tw\:\!flex-1 {
        flex: 1 !important
    }

    .tw\:\!basis-full {
        flex-basis: 100% !important
    }

    .tw\:\!cursor-pointer {
        cursor: pointer !important
    }

    .tw\:\!grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important
    }

    .tw\:\!grid-cols-\[min-content_auto\] {
        grid-template-columns: min-content auto !important
    }

    .tw\:\!flex-col {
        flex-direction: column !important
    }

    .tw\:\!flex-wrap {
        flex-wrap: wrap !important
    }

    .tw\:\!items-center {
        align-items: center !important
    }

    .tw\:\!items-start {
        align-items: flex-start !important
    }

    .tw\:\!justify-between {
        justify-content: space-between !important
    }

    .tw\:\!justify-center {
        justify-content: center !important
    }

    .tw\:\!gap-4 {
        gap: calc(var(--tw-spacing)*4) !important
    }

    .tw\:\!gap-6 {
        gap: calc(var(--tw-spacing)*6) !important
    }

    .tw\:\!gap-8 {
        gap: calc(var(--tw-spacing)*8) !important
    }

    .tw\:\!gap-10 {
        gap: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!gap-15 {
        gap: calc(var(--tw-spacing)*15) !important
    }

    .tw\:\!gap-20 {
        gap: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!gap-32 {
        gap: calc(var(--tw-spacing)*32) !important
    }

    .tw\:\!gap-\[5px\] {
        gap: 5px !important
    }

    .tw\:\!rounded {
        border-radius: .25rem !important
    }

    .tw\:\!rounded-\[1rem\] {
        border-radius: 1rem !important
    }

    .tw\:\!rounded-\[8px\] {
        border-radius: 8px !important
    }

    .tw\:\!rounded-full {
        border-radius: calc(infinity*1px) !important
    }

    .tw\:\!rounded-lg {
        border-radius: var(--tw-radius-lg) !important
    }

    .tw\:\!rounded-md {
        border-radius: var(--tw-radius-md) !important
    }

    .tw\:\!rounded-tl-\[5px\] {
        border-top-left-radius: 5px !important
    }

    .tw\:\!rounded-tl-md {
        border-top-left-radius: var(--tw-radius-md) !important
    }

    .tw\:\!rounded-tr-\[5px\] {
        border-top-right-radius: 5px !important
    }

    .tw\:\!rounded-tr-md {
        border-top-right-radius: var(--tw-radius-md) !important
    }

    .tw\:\!border {
        border-style: var(--tw-border-style) !important;
        border-width: 1px !important
    }

    .tw\:\!border-black {
        border-color: var(--tw-color-black) !important
    }

    .tw\:\!bg-\[\#f3f4f4\] {
        background-color: #f3f4f4 !important
    }

    .tw\:\!object-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .tw\:\!p-10 {
        padding: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!p-20 {
        padding: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!p-24 {
        padding: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!p-\[1rem\] {
        padding: 1rem !important
    }

    .tw\:\!px-30 {
        padding-inline: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!py-20 {
        padding-block: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!py-50 {
        padding-block: calc(var(--tw-spacing)*50) !important
    }

    .tw\:\!pt-24 {
        padding-top: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!pt-30 {
        padding-top: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!pt-40 {
        padding-top: calc(var(--tw-spacing)*40) !important
    }

    .tw\:\!pt-50 {
        padding-top: calc(var(--tw-spacing)*50) !important
    }

    .tw\:\!pt-\[30px\] {
        padding-top: 30px !important
    }

    .tw\:\!pr-24 {
        padding-right: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!pb-0 {
        padding-bottom: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!pb-10 {
        padding-bottom: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!pb-20 {
        padding-bottom: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!pb-24 {
        padding-bottom: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!pb-\[0\.3rem\] {
        padding-bottom: .3rem !important
    }

    .tw\:\!pb-\[4rem\] {
        padding-bottom: 4rem !important
    }

    .tw\:\!pb-\[20px\] {
        padding-bottom: 20px !important
    }

    .tw\:\!pl-24 {
        padding-left: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!text-center {
        text-align: center !important
    }

    .tw\:\!text-left {
        text-align: left !important
    }

    .tw\:\!font-bold {
        --tw-font-weight: var(--tw-font-weight-bold) !important;
        font-weight: var(--tw-font-weight-bold) !important
    }

    .tw\:\!no-underline {
        text-decoration-line: none !important
    }

    .tw\:sm\:\!grid-cols-2 {
        @media (width >=40rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!mt-0 {
        @media (width >=48rem) {
            margin-top: calc(var(--tw-spacing)*0) !important
        }
    }

    .tw\:md\:\!mt-30 {
        @media (width >=48rem) {
            margin-top: calc(var(--tw-spacing)*30) !important
        }
    }

    .tw\:md\:\!flex {
        @media (width >=48rem) {
            display: flex !important
        }
    }

    .tw\:md\:\!w-1\/2 {
        @media (width >=48rem) {
            width: 50% !important
        }
    }

    .tw\:md\:\!grid-cols-1 {
        @media (width >=48rem) {
            grid-template-columns: repeat(1, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!grid-cols-2 {
        @media (width >=48rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!grid-cols-3 {
        @media (width >=48rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!flex-row {
        @media (width >=48rem) {
            flex-direction: row !important
        }
    }

    .tw\:md\:\!justify-center {
        @media (width >=48rem) {
            justify-content: center !important
        }
    }

    .tw\:md\:\!justify-end {
        @media (width >=48rem) {
            justify-content: flex-end !important
        }
    }

    .tw\:md\:\!gap-20 {
        @media (width >=48rem) {
            gap: calc(var(--tw-spacing)*20) !important
        }
    }

    .tw\:md\:before\:\!h-60 {
        @media (width >=48rem) {
            &:before {
                content: var(--tw-content);
                height: calc(var(--tw-spacing)*60) !important
            }
        }
    }

    .tw\:md\:before\:\!w-60 {
        @media (width >=48rem) {
            &:before {
                content: var(--tw-content);
                width: calc(var(--tw-spacing)*60) !important
            }
        }
    }

    .tw\:lg\:\!mt-0 {
        @media (width >=64rem) {
            margin-top: calc(var(--tw-spacing)*0) !important
        }
    }

    .tw\:lg\:\!mt-105 {
        @media (width >=64rem) {
            margin-top: calc(var(--tw-spacing)*105) !important
        }
    }

    .tw\:lg\:\!w-1\/3 {
        @media (width >=64rem) {
            width: 33.33333% !important
        }
    }

    .tw\:lg\:\!grid-cols-4 {
        @media (width >=64rem) {
            grid-template-columns: repeat(4, minmax(0, 1fr)) !important
        }
    }

    .tw\:xl\:\!mt-0 {
        @media (width >=80rem) {
            margin-top: calc(var(--tw-spacing)*0) !important
        }
    }

    .tw\:\[\&\>p\:last-child\]\:\!mb-0 {
        &>p:last-child {
            margin-bottom: calc(var(--tw-spacing)*0) !important
        }
    }
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-content {
    syntax: "*";
    initial-value: "";
    inherits: false
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::backdrop,
        :after,
        :before {
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-content: ""
        }
    }
}




.header.sticky .navigation__top {
    background: #101921;
    height: 64px;
    left: 0;
    top: 0;
    z-index: 1
}

.header.sticky .message-banner,
.header.sticky .navigation__top {
    animation: header-opacity 1s ease-in-out forwards;
    position: fixed
}

.header.sticky .message-banner {
    top: 64px
}

.header.sticky.header--homepage .navigation__logo:before {
    display: none
}

.header.fadeout {
    animation: header-opacity-out 1s ease-in-out forwards
}

@keyframes header-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes header-opacity-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media(min-width: 1200px) {
    .header.sticky .navigation__top {
        height: 72px
    }

    .header.sticky .message-banner {
        top: 0
    }

    .header.sticky .navigation__top-wrapper {
        padding: 0 2rem
    }

    .header.sticky .navigation__top .navigation__logo {
        padding: 16px 0
    }

    .header.sticky .navigation__top .navigation__logo svg {
        height: 40px;
        width: auto
    }

    .header.sticky .navigation__panel {
        border-top: 32px solid #fff;
        top: 72px
    }

    .header.sticky .navigation__search-panel {
        border-top: 72px solid #101921;
        top: 0
    }
}

.panel.navigation__panel,
.panel.navigation__panel .panel__body {
    overflow: scroll;
    -ms-overflow-style: none;
    overflow-y: scroll;
    padding: 8px 0;
    scrollbar-width: none
}

.panel.navigation__panel .panel__body::-webkit-scrollbar,
.panel.navigation__panel::-webkit-scrollbar {
    display: none
}

.navigation__curtain {
    background: rgba(16, 25, 33, .7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0
}

@media(min-width: 1200px) {
    .panel.navigation__panel {
        border-top: none;
        height: calc(70vh + var(--global_banner_height));
        overflow: scroll;
        padding: 0;
        position: absolute;
        right: 0;
        top: 72px;
        width: 90vw;
        z-index: 0
    }

    .panel.panel--navigation-alt .panel.navigation__panel {
        left: calc(0px - var(--scrollwidth, 17px));
        width: 100vw
    }

    .panel.panel--content.navigation__panel .panel__body {
        max-width: 1140px !important;
        padding: 32px 20px
    }

    .panel.navigation__panel.navigation__study .panel__body {
        overflow: visible
    }

    .navigation .btn-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .navigation .btn-wrapper .btn--close {
        height: auto !important;
        line-height: 0;
        padding: 0 !important
    }

    .navigation .btn-wrapper .btn--close:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23101921' viewBox='0 0 12 12'%3E%3Cpath d='m11.879 9.261-2.63 2.63L.04 2.686l2.63-2.63z'/%3E%3Cpath d='m.164 9.261 2.63 2.63 9.208-9.206-2.63-2.63z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        border: 1px solid #cfd1d3;
        border-radius: 50%;
        content: "";
        display: inline-block;
        padding: 1.3rem;
        transition: border .3s
    }

    .navigation .btn-wrapper .btn--close:focus:after,
    .navigation .btn-wrapper .btn--close:hover:after {
        border: 1px solid #101921
    }
}

@media(min-width: 1366px) {
    .panel.navigation__panel {
        width: 80vw
    }
}

.navigation__menu {
    margin: 0;
    padding: 0
}

.panel.navigation__panel.navigation__menu-panel .panel__body {
    min-height: 100vh;
    padding: 40px 32px 160px
}

@media(min-width: 1200px) {
    .panel.navigation__panel.navigation__menu-panel {
        background: #fff;
        color: #101921
    }
}

.panel.navigation__panel.navigation__search-panel {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 12
}

.panel.navigation__panel.navigation__search-panel .panel__body {
    max-height: calc(100vh - 64px);
    padding: 32px
}

@media(min-width: 1200px) {
    .panel.navigation__panel.navigation__search-panel {
        border-top: 140px solid #101921;
        max-height: 100vh;
        min-height: 100vh;
        padding-top: 40px;
        position: fixed;
        top: 20px;
        width: 100vw;
        z-index: 2
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-1 {
        animation-duration: 1s;
        animation-name: design1-slide;
        bottom: 0;
        height: 8rem;
        left: 10%;
        overflow: hidden;
        position: absolute
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-1 svg {
        fill: none;
        height: 265px;
        stroke: #70757a;
        stroke-width: 3;
        transform: scaleX(-1);
        width: 400px
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-2 {
        animation-duration: 1s;
        animation-name: design2-slide;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 16%;
        width: 130px
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-2 svg {
        fill: none;
        height: 131px;
        stroke: #70757a;
        stroke-width: 1;
        width: 152px
    }

    @keyframes design1-slide {
        0% {
            left: 15%
        }

        to {
            left: 10%
        }
    }

    @keyframes design2-slide {
        0% {
            top: 20%
        }

        to {
            top: 16%
        }
    }

    .logo-outline {
        height: 139px;
        width: 171px;
        z-index: 13
    }

    .logo-outline,
    .logo-outline:before {
        border: 1px solid #40474d;
        position: absolute
    }

    .logo-outline:before {
        background: none;
        bottom: -37px;
        content: "";
        display: block;
        height: 36px;
        left: 170px;
        width: 32px
    }

    .header.sticky .logo-outline {
        display: none
    }
}

.navigation--desktop {
    display: none
}

@media(min-width: 1200px) {
    .navigation--desktop {
        display: flex !important;
        height: 72px
    }

    .navigation--desktop:before {
        background: #101921;
        content: "";
        height: 72px;
        left: -15px;
        position: absolute;
        transform: skew(-20deg);
        width: 30px
    }
}

.global-nav-menu {
    display: block;
    margin: 0;
    padding: 0
}

.global-nav-menu__main-links {
    display: flex;
    gap: 1rem;
    width: 100%
}

.global-nav-menu__main-links .supporting-content {
    grid-row: 2
}

.global-nav-menu__main-links .global-nav-menu__additional+.supporting-content:has(picture) {
    padding-top: 2.5rem
}

.global-nav-menu__main-links #course-filter.panel--menu-search,
.global-nav-menu__main-links #virtual-tour-promo {
    background-color: var(--panel-background, #002f70);
    height: 190px;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 580px
}

.global-nav-menu__main-links #course-filter.panel--menu-search:after,
.global-nav-menu__main-links #virtual-tour-promo:after {
    background: var(--panel-background, #002f70);
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skew(-5deg);
    width: 50px;
    z-index: 0
}

.global-nav-menu__main-links #course-filter.panel--menu-search .panel__body,
.global-nav-menu__main-links #virtual-tour-promo .panel__body {
    overflow: visible;
    padding: 32px 70px 32px 40px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchboxes,
.global-nav-menu__main-links #virtual-tour-promo .searchboxes {
    display: flex;
    gap: 8px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchboxes .select-wrapper .select,
.global-nav-menu__main-links #virtual-tour-promo .searchboxes .select-wrapper .select {
    min-width: 185px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchbox.input,
.global-nav-menu__main-links #virtual-tour-promo .searchbox.input {
    gap: 0;
    height: 50px;
    padding: 0;
    width: 300px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchbox.input input,
.global-nav-menu__main-links #virtual-tour-promo .searchbox.input input {
    padding: 10px 18px 10px 0
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchbox .searchbox__icon svg,
.global-nav-menu__main-links #virtual-tour-promo .searchbox .searchbox__icon svg {
    height: 13px;
    width: 13px
}

.global-nav-menu__main-links #course-filter.panel--menu-search.is-expanded {
    margin: 0 0 400px
}

.global-nav-menu__main-links #virtual-tour-promo {
    margin-top: 3rem
}

.global-nav-menu__main-links .menu-section {
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 1
}

.global-nav-menu__main-links .menu-section ul {
    display: flex;
    flex-direction: column
}

.global-nav-menu__main-links .menu-section ul li {
    margin-bottom: .5rem
}

.global-nav-menu__main-links h3 {
    color: #002f70 !important
}

.global-nav-menu__slash {
    border-left: 1px solid #cfd1d3;
    grid-column: 3;
    grid-row: 1/3;
    margin-left: 50px;
    transform: skew(-5deg)
}

.global-nav-menu__additional {
    grid-column: 4;
    grid-row: 1/3;
    margin-left: 60px;
    width: 300px
}

.global-nav-menu__additional h3 {
    color: #6f5098 !important
}

.global-nav-menu__mini-cards li {
    margin-bottom: .5rem
}

.global-nav-menu__recommended {
    display: flex;
    flex-wrap: wrap
}

.global-nav-menu__recommended li a {
    margin-bottom: .5rem;
    margin-right: .5rem
}

.global-nav-menu__links {
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    grid-column: 2/4;
    grid-row: 1;
    min-width: 330px
}

.global-nav-menu__links .group {
    min-width: 165px
}

.global-nav-menu .menu-linkblock {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 1fr 50px 1fr;
    position: absolute;
    width: 100%
}

.global-nav-menu .menu-links {
    position: relative;
    width: 100%
}

.global-nav-menu .menu-links ul.menu-primary-links {
    border-left: 1px solid #cfd1d3;
    padding-left: 1.5rem
}

.global-nav-menu .menu-links ul.menu-primary-links li {
    padding-bottom: .3rem;
    padding-top: .3rem
}

.global-nav-menu .menu-links ul.menu-primary-links li a:hover {
    text-decoration: underline
}

.global-nav-menu--mobile .global-nav-menu__main-links {
    display: block
}

.global-nav-menu--mobile .global-nav-menu__main-links h3 {
    margin-top: 0 !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links ul {
    border-bottom: 1px solid #cfd1d3;
    margin-bottom: 1.8rem;
    padding-bottom: 2rem;
    padding-top: 0 !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links ul li {
    padding-bottom: .4rem;
    padding-top: .4rem
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links ul.has-mobile-minicards {
    border-bottom: 0;
    margin-bottom: 1rem;
    padding-bottom: 0
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links div:last-child ul {
    border-bottom: 0;
    margin-bottom: 0
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer a:focus,
.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer a:hover {
    text-decoration: underline !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer ul {
    border-bottom: 1px solid #70757a
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills h3 {
    display: none
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills .pill--outline {
    border: 1px solid #70757a;
    border: 1px solid #70757a !important;
    color: #fff !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills .pill--outline:focus,
.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills .pill--outline:hover {
    background: #70757a;
    border: 1px solid #70757a !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills ul {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.global-nav-menu--mobile .global-nav-menu__mini-cards li {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px
}

@media(min-width: 768px) {
    .global-nav-menu--mobile .global-nav-menu__mini-cards li {
        padding-right: 1rem
    }

    .global-nav-menu--mobile .global-nav-menu__mini-cards {
        display: flex
    }
}

.global-nav-menu--mobile .global-nav-menu__mini-cards:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.global-nav-menu--search {
    grid-template-columns: 1fr
}

.global-nav-menu--search .global-nav-menu__main-links {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.global-nav-menu--search .global-nav-menu__main-links .menu-links ul {
    border-left: 0;
    padding-left: 0
}

.global-nav-menu .label {
    font-weight: 700
}

.global-nav-menu .label--12,
.global-nav-menu .label--14 {
    letter-spacing: .03em;
    line-height: 16px
}

.global-nav-menu .label--12 {
    font-size: 12px
}

.global-nav-menu .label--14 {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 16px
}

.global-nav-menu ul+h3.label--12 {
    margin-top: 1.802rem
}

.global-nav-menu h3.label {
    margin-bottom: .7875rem
}

.global-nav-menu .label.link--view-all {
    margin-top: 0
}

.mini-card {
    align-items: center;
    border-bottom: 0 !important;
    color: var(--panel-font-color, #101921);
    display: flex;
    justify-content: space-between;
    padding: .8rem 1.2rem;
    transform: skew(-5deg);
    transition: .3s
}

.mini-card__title {
    padding-right: 1rem;
    transform: skew(5deg)
}

.mini-card__title div:first-child {
    font-weight: 700
}

.mini-card__title div+div {
    margin-top: .2rem
}

.mini-card:after {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .7rem;
    border-radius: 50%;
    content: "";
    padding: .8rem;
    transform: skew(5deg) rotate(20deg);
    transition: transform .3s
}

.mini-card:focus,
.mini-card:hover {
    border-bottom: 0 !important
}

.mini-card:focus:after,
.mini-card:hover:after {
    transform: skew(5deg) rotate(0deg)
}

.mini-card:focus.panel--dark-navy-extra-light,
.mini-card:hover.panel--dark-navy-extra-light {
    background-color: #9fa3a6
}

.mini-card:focus.panel--navy-extra-light,
.mini-card:hover.panel--navy-extra-light {
    background-color: #99acc6
}

.mini-card:focus.panel--blue-extra-light,
.mini-card:hover.panel--blue-extra-light {
    background-color: #99ceec
}

.mini-card:focus.panel--purple-extra-light,
.mini-card:hover.panel--purple-extra-light {
    background-color: #c5b9d6
}

.mini-card:focus.panel--pink-extra-light,
.mini-card:hover.panel--pink-extra-light {
    background-color: #ee9fcb
}

.mini-card:focus.panel--red-extra-light,
.mini-card:hover.panel--red-extra-light {
    background-color: #eda9af
}

.mini-card:focus.panel--orange-extra-light,
.mini-card:hover.panel--orange-extra-light {
    background-color: #feb999
}

.mini-card:focus.panel--yellow-extra-light,
.mini-card:hover.panel--yellow-extra-light {
    background-color: #ffec99
}

.mini-card:focus.panel--green-extra-light,
.mini-card:hover.panel--green-extra-light {
    background-color: #c9e5a8
}

.mini-card:focus.panel--pink,
.mini-card:hover.panel--pink {
    color: #fff
}

.mini-card--image {
    flex-direction: column;
    overflow: hidden;
    padding-right: 40%
}

.mini-card--image:after {
    align-self: flex-start;
    margin-bottom: .8rem;
    margin-top: .5rem
}

.mini-card--image .mini-card__title {
    align-self: flex-start
}

.mini-card__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: -1rem;
    top: 0;
    transform: skew(5deg);
    width: 40%
}

.global-nav-menu--search .google-search-box {
    height: 70px;
    margin: 0 0 50px;
    position: relative
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box {
        margin-bottom: 3rem
    }
}

.global-nav-menu--search .google-search-box input.gsc-input {
    background: #fff !important;
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700;
    height: 100% !important;
    padding-left: 1rem !important;
    position: relative !important;
    top: 1px !important
}

.global-nav-menu--search .google-search-box input.gsc-input:focus {
    color: #000 !important
}

.global-nav-menu--search .google-search-box input.gsc-input::-webkit-input-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input::-webkit-input-placeholder {
        font-size: 18px !important
    }
}

.global-nav-menu--search .google-search-box input.gsc-input::-ms-input-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input::-ms-input-placeholder {
        font-size: 18px !important
    }
}

.global-nav-menu--search .google-search-box input.gsc-input::-moz-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

.global-nav-menu--search .google-search-box input.gsc-input::placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input::-moz-placeholder {
        font-size: 18px !important
    }

    .global-nav-menu--search .google-search-box input.gsc-input::placeholder {
        font-size: 18px !important
    }
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input {
        font-size: 18px !important;
        padding-left: 0 !important
    }
}

.global-nav-menu--search .google-search-box .gsc-search-button {
    display: none
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box .gsc-search-button {
        background-color: #fff !important;
        display: table-cell
    }

    .global-nav-menu--search .google-search-box .gsc-search-button.gsc-search-button-v2 {
        border: 0 !important
    }

    .global-nav-menu--search .google-search-box .gsc-search-button.gsc-search-button-v2 svg {
        fill: #000 !important;
        height: 20px !important;
        width: 20px !important
    }
}

.global-nav-menu--search .google-search-box .gsst_a .gscb_a {
    color: #9fa3a6 !important
}

.global-nav-menu--search .google-search-box .gsib_b {
    background: #fff !important
}

.global-nav-menu--search .google-search-box .gsc-input-box {
    border: 0 !important;
    height: 100% !important;
    padding: 0 !important
}

.global-nav-menu--search .google-search-box .gsc-input-box table {
    height: 100% !important
}

.global-nav-menu--search .google-search-box .gsib_a {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.517' height='44.548' viewBox='0 0 44.517 44.548'%3E%3Cpath d='m38.978 42.088-8.394-8.43a15.4 15.4 0 0 1-4.889 2.829 17.3 17.3 0 0 1-5.937 1.013 17.4 17.4 0 0 1-12.783-5.239 17.23 17.23 0 0 1-5.238-12.643A17.23 17.23 0 0 1 6.975 6.975a17.31 17.31 0 0 1 12.713-5.238 17.11 17.11 0 0 1 12.608 5.238 17.29 17.29 0 0 1 5.2 12.643 17.4 17.4 0 0 1-.978 5.8 17.7 17.7 0 0 1-2.934 5.238l8.464 8.361Zm-19.29-8.78a13.07 13.07 0 0 0 9.639-4.016 13.25 13.25 0 0 0 3.981-9.674 13.25 13.25 0 0 0-3.981-9.674 13.07 13.07 0 0 0-9.639-4.016 13.27 13.27 0 0 0-9.744 4.016 13.19 13.19 0 0 0-4.016 9.674 13.19 13.19 0 0 0 4.016 9.674 13.27 13.27 0 0 0 9.744 4.016'/%3E%3Cpath d='m38.976 44.548-8.537-8.573a17.6 17.6 0 0 1-4.151 2.146 19.1 19.1 0 0 1-6.53 1.117A19.15 19.15 0 0 1 5.747 33.49 18.99 18.99 0 0 1 0 19.618 18.99 18.99 0 0 1 5.747 5.747 19.07 19.07 0 0 1 19.688 0a18.87 18.87 0 0 1 13.84 5.751 19.04 19.04 0 0 1 5.708 13.867 19.02 19.02 0 0 1-3.356 10.858l8.637 8.532Zm-8.3-13.264 8.31 8.346.606-.606-8.333-8.232.977-1.222a16.1 16.1 0 0 0 2.651-4.727 15.8 15.8 0 0 0 .88-5.224A15.48 15.48 0 0 0 31.064 8.2a15.31 15.31 0 0 0-11.376-4.726A15.5 15.5 0 0 0 8.2 8.2a15.43 15.43 0 0 0-4.726 11.418A15.43 15.43 0 0 0 8.2 31.033a15.59 15.59 0 0 0 11.554 4.729 15.6 15.6 0 0 0 5.345-.908 13.7 13.7 0 0 0 4.343-2.508Zm-10.988 3.762a15 15 0 0 1-10.972-4.525 14.92 14.92 0 0 1-4.525-10.9 14.92 14.92 0 0 1 4.525-10.9 15 15 0 0 1 10.972-4.53 14.8 14.8 0 0 1 10.873 4.53 14.99 14.99 0 0 1 4.485 10.9 14.99 14.99 0 0 1-4.485 10.9 14.8 14.8 0 0 1-10.873 4.525m0-27.381a11.5 11.5 0 0 0-8.516 3.507 11.42 11.42 0 0 0-3.507 8.446 11.42 11.42 0 0 0 3.507 8.446 11.5 11.5 0 0 0 8.516 3.507 11.3 11.3 0 0 0 8.405-3.5 11.47 11.47 0 0 0 3.478-8.451 11.47 11.47 0 0 0-3.478-8.451 11.3 11.3 0 0 0-8.405-3.504'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    padding-left: 1rem !important;
    padding: 0
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box .gsib_a {
        background-image: none;
        padding-left: 0 !important
    }
}

.global-nav-menu--search .google-search-box table.gsc-search-box {
    height: 100% !important;
    margin-bottom: 0 !important
}

@media(max-width: 1199px) {
    .global-nav-menu--search .google-search-box table.gsc-search-box {
        margin-left: 0 !important
    }
}

.global-nav-menu--search .google-search-box form.gsc-search-box {
    border: 3px solid #101921 !important;
    border-radius: 48px;
    display: flex;
    height: 60px;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 20px
}

.global-nav-menu--search .google-search-box form.gsc-search-box table.gsc-search-box {
    align-self: center
}

.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box,
.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box table,
.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box,
.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box tr,
.global-nav-menu--search .google-search-box form.gsc-search-box input.gsc-input {
    height: 48px !important
}

.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box td {
    padding: 0 !important
}

@media(min-width: 768px) {
    .global-nav-menu--search .google-search-box form.gsc-search-box {
        height: 70px
    }

    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box,
    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box table,
    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box,
    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box tr,
    .global-nav-menu--search .google-search-box form.gsc-search-box input.gsc-input {
        height: 58px !important
    }

    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box td {
        padding: 0 0 0 1rem !important
    }

    #student-filter .select-wrapper {
        min-width: 600px
    }

    #student-filter .course-filter__textbox.input.searchbox {
        width: 100%
    }

    #student-filter .course-filter__title {
        min-width: 300px
    }
}

#student-filter .google-search-box {
    height: 50px;
    left: 20px;
    position: relative;
    top: 1px;
    width: 90%
}

#student-filter .google-search-box input.gsc-input {
    background: #fff !important;
    color: #9fa3a6 !important;
    font-size: 18px !important;
    font-weight: 700;
    height: 50px !important;
    padding-left: 1rem !important;
    position: relative;
    top: 1px
}

#student-filter .google-search-box input.gsc-input:focus {
    color: #101921 !important
}

#student-filter .google-search-box input.gsc-input::-webkit-input-placeholder {
    color: #9fa3a6 !important;
    font-weight: 700
}

@media(max-width: 1199px) {
    #student-filter .google-search-box input.gsc-input::-webkit-input-placeholder {
        font-size: 24px !important
    }
}

#student-filter .google-search-box input.gsc-input::-ms-input-placeholder {
    color: #9fa3a6 !important;
    font-weight: 700
}

@media(max-width: 1199px) {
    #student-filter .google-search-box input.gsc-input::-ms-input-placeholder {
        font-size: 24px !important
    }
}

#student-filter .google-search-box input.gsc-input::-moz-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

#student-filter .google-search-box input.gsc-input::placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width: 1199px) {
    #student-filter .google-search-box input.gsc-input::-moz-placeholder {
        font-size: 24px !important
    }

    #student-filter .google-search-box input.gsc-input::placeholder {
        font-size: 24px !important
    }
}

@media(max-width: 1199px) {
    #student-filter .google-search-box input.gsc-input {
        font-size: 24px !important;
        padding-left: 0 !important
    }
}

#student-filter .google-search-box .gsc-search-button {
    display: none
}

@media(max-width: 1199px) {
    #student-filter .google-search-box .gsc-search-button {
        background-color: #fff !important;
        display: table-cell
    }

    #student-filter .google-search-box .gsc-search-button.gsc-search-button-v2 {
        border: 0 !important
    }

    #student-filter .google-search-box .gsc-search-button.gsc-search-button-v2 svg {
        fill: #101921 !important;
        height: 20px !important;
        width: 20px !important
    }
}

#student-filter .google-search-box .gsst_a .gscb_a {
    color: #9fa3a6 !important
}

#student-filter .google-search-box .gsib_b {
    background: #fff !important;
    padding: 0
}

#student-filter .google-search-box .gsc-input-box {
    border: 0 !important;
    height: 100% !important;
    padding: 0 !important
}

#student-filter .google-search-box .gsc-input-box table {
    height: 100% !important
}

#student-filter .google-search-box .gsib_a {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.517' height='44.548' fill='%23101921' viewBox='0 0 44.517 44.548'%3E%3Cpath d='m38.978 42.088-8.394-8.43a15.4 15.4 0 0 1-4.889 2.829 17.3 17.3 0 0 1-5.937 1.013 17.4 17.4 0 0 1-12.783-5.239 17.23 17.23 0 0 1-5.238-12.643A17.23 17.23 0 0 1 6.975 6.975a17.31 17.31 0 0 1 12.713-5.238 17.11 17.11 0 0 1 12.608 5.238 17.29 17.29 0 0 1 5.2 12.643 17.4 17.4 0 0 1-.978 5.8 17.7 17.7 0 0 1-2.934 5.238l8.464 8.361Zm-19.29-8.78a13.07 13.07 0 0 0 9.639-4.016 13.25 13.25 0 0 0 3.981-9.674 13.25 13.25 0 0 0-3.981-9.674 13.07 13.07 0 0 0-9.639-4.016 13.27 13.27 0 0 0-9.744 4.016 13.19 13.19 0 0 0-4.016 9.674 13.19 13.19 0 0 0 4.016 9.674 13.27 13.27 0 0 0 9.744 4.016'/%3E%3Cpath d='m38.976 44.548-8.537-8.573a17.6 17.6 0 0 1-4.151 2.146 19.1 19.1 0 0 1-6.53 1.117A19.15 19.15 0 0 1 5.747 33.49 18.99 18.99 0 0 1 0 19.618 18.99 18.99 0 0 1 5.747 5.747 19.07 19.07 0 0 1 19.688 0a18.87 18.87 0 0 1 13.84 5.751 19.04 19.04 0 0 1 5.708 13.867 19.02 19.02 0 0 1-3.356 10.858l8.637 8.532Zm-8.3-13.264 8.31 8.346.606-.606-8.333-8.232.977-1.222a16.1 16.1 0 0 0 2.651-4.727 15.8 15.8 0 0 0 .88-5.224A15.48 15.48 0 0 0 31.064 8.2a15.31 15.31 0 0 0-11.376-4.726A15.5 15.5 0 0 0 8.2 8.2a15.43 15.43 0 0 0-4.726 11.418A15.43 15.43 0 0 0 8.2 31.033a15.59 15.59 0 0 0 11.554 4.729 15.6 15.6 0 0 0 5.345-.908 13.7 13.7 0 0 0 4.343-2.508Zm-10.988 3.762a15 15 0 0 1-10.972-4.525 14.92 14.92 0 0 1-4.525-10.9 14.92 14.92 0 0 1 4.525-10.9 15 15 0 0 1 10.972-4.53 14.8 14.8 0 0 1 10.873 4.53 14.99 14.99 0 0 1 4.485 10.9 14.99 14.99 0 0 1-4.485 10.9 14.8 14.8 0 0 1-10.873 4.525m0-27.381a11.5 11.5 0 0 0-8.516 3.507 11.42 11.42 0 0 0-3.507 8.446 11.42 11.42 0 0 0 3.507 8.446 11.5 11.5 0 0 0 8.516 3.507 11.3 11.3 0 0 0 8.405-3.5 11.47 11.47 0 0 0 3.478-8.451 11.47 11.47 0 0 0-3.478-8.451 11.3 11.3 0 0 0-8.405-3.504'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    padding: 0 0 0 1rem !important
}

@media(max-width: 1199px) {
    #student-filter .google-search-box .gsib_a {
        background-image: none;
        padding-left: 0 !important
    }

    #student-filter .google-search-box table.gsc-search-box {
        margin-left: 0 !important
    }
}

.new-google-search table.gstl_50.gssb_c {
    top: calc(var(--global_header_height) + var(--global_banner_height) + 100px) !important
}

@media(max-width: 1199px) {
    .new-google-search table.gstl_50.gssb_c {
        left: 5% !important;
        top: 200px !important;
        width: 90% !important
    }
}

.new-google-search .gssb_a table,
.new-google-search .gssb_a table tr,
.new-google-search .gssb_a table tr td {
    padding: 5px 0 !important
}

@media print {
    body {
        font-family: arial;
        font-size: 1rem;
        margin: 5mm 10mm
    }

    h1 {
        display: block;
        font-size: 2.3rem;
        margin-bottom: 1rem;
        margin-top: 80px
    }

    .guide h1 {
        margin-bottom: 0;
        margin-top: 50px
    }

    .guide h1.group__page-title {
        margin-bottom: 0;
        margin-top: 0
    }

    .preview,
    .preview-spacer {
        display: none
    }

    a:after {
        color: #636c72 !important;
        content: " (" attr(href) ") " !important
    }

    a.anchor-links__link:after,
    a.global-head__unikent-logo:after {
        content: "" !important
    }

    .is-none {
        display: block
    }

    .department-nav,
    .department-nav__title,
    .global-head__search-button,
    .global-nav,
    .group__nav,
    .guide-tags {
        display: none !important
    }

    .global-head__search-button:after,
    .global-head__unikent-logo:after {
        content: ""
    }

    .header--text a.global-head__unikent-logo svg {
        fill: #002f70 !important
    }

    .header--thin .global-head--local {
        margin: 0;
        padding: 0
    }

    .header--blue {
        background: none
    }

    #global-search-link,
    .panel .media-wrap {
        display: none
    }

    .block-title {
        background: transparent;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative
    }

    .block-title__heading {
        color: #101921;
        font-size: 2rem;
        text-transform: none
    }

    .block-title__sub-heading,
    .overlay {
        color: #101921
    }

    .overlay {
        background: transparent;
        padding: 0;
        position: relative;
        text-shadow: none
    }

    .overlay__heading {
        color: #101921;
        padding-top: 2rem
    }

    .page-title-overlay {
        margin: 0;
        padding: 0;
        position: relative
    }

    .page-title-overlay h1 {
        font-size: 2.3rem
    }

    .panel--heading .panel__body {
        padding: 0
    }

    main {
        padding-bottom: 2rem
    }

    main p a {
        text-decoration: underline
    }

    .lead,
    main p a {
        border-bottom: none
    }

    .lead {
        margin-bottom: 0
    }

    .content {
        font-size: 1rem
    }

    .panel--grid-content .panel__body {
        display: block
    }

    .panel__body {
        margin: 0;
        max-width: none;
        padding: 0
    }

    .panel--content .panel__body {
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }

    figure {
        max-width: 50%
    }

    .alert {
        border-left: 3px solid #101921
    }

    .u-chevron:after,
    u.chevron--inverse:after {
        display: none
    }

    .u-chevron-button:before {
        content: " (" attr(href) ") ";
        width: auto
    }

    .content--aside {
        display: none
    }

    .global-footer {
        color: #000;
        font-size: 1rem
    }

    .global-footer,
    .global-footer__details {
        visibility: hidden
    }

    .global-footer__contact {
        display: block;
        padding: 0;
        visibility: visible
    }

    .global-footer__block {
        border: none
    }

    .global-footer__main,
    .global-footer__other-links,
    .global-footer__partnerships,
    .global-footer__social,
    .global-footer__visit {
        display: none
    }

    .global-footer__title {
        color: #000
    }

    .global-footer__list {
        max-height: none
    }

    a.global-footer__link {
        color: #000
    }
}

@media print and (max-width: 767px) {
    .global-footer__title:after {
        content: "";
        display: block;
        font-family: Overpass, Helvetica, Arial, sans-serif;
        position: relative;
        right: 0
    }

    .global-footer__title.is-active:after {
        content: ""
    }
}

@media print {
    .header--thin~main .panel--heading .panel__body {
        padding-top: 1rem
    }

    .guide-tags--departments {
        padding: 0
    }

    .group__footer {
        display: none
    }

    .global-footer.global-footer--service {
        visibility: visible
    }

    .global-footer--service .global-footer__other-links {
        background: #fff;
        display: block
    }

    .global-footer--service .global-footer__other-links .other-links__link {
        color: #000
    }

    .accordion__controls {
        display: none
    }

    .accordion__section,
    .accordion__section:first-child {
        border: none
    }

    .accordion__content,
    .accordion__heading {
        padding: 0
    }

    #chat-button,
    #kent-help,
    .accordion__heading:before,
    .breadcrumb {
        display: none
    }
}

#footer .global-footer__main .panel__body {
    display: flex;
    flex-direction: column;
    max-width: 100%
}

@media(min-width: 1200px) {
    #footer .global-footer__main .panel__body {
        -moz-column-gap: 1em;
        column-gap: 1em;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        padding-top: 4rem;
        row-gap: 1em
    }
}

.global-footer {
    background: #101921;
    color: #fff;
    font-size: .8rem
}

.global-footer .breadcrumb {
    display: flex;
    font-size: .8rem;
    justify-content: center;
    margin-top: 1rem;
    padding: 0 2rem;
    text-align: center
}

@media(min-width: 1200px) {
    .global-footer .breadcrumb {
        margin: 0
    }
}

.global-footer .breadcrumb ol li a {
    color: #fff !important;
    font-size: .8rem
}

.global-footer .breadcrumb ol li a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 -1 20 20'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath d='M1.013.15.153 1a.51.51 0 0 0 0 .728L8.003 9.5l-7.85 7.772a.51.51 0 0 0 0 .728l.86.85a.526.526 0 0 0 .737 0l9.097-8.986a.51.51 0 0 0 0-.728L1.75.15a.526.526 0 0 0-.737 0'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    padding: 0 3px
}

@media(max-width: 1199px) {
    .global-footer>.panel--content .panel__body {
        padding: 0
    }

    .global-footer__block {
        border-top: 1px solid #aaa;
        padding: .5rem 1rem
    }
}

.global-footer__title {
    color: #fff;
    margin: 0
}

.global-footer__title button.select--collapse {
    align-items: center;
    border-bottom: none;
    color: #fff;
    display: flex;
    justify-content: space-between
}

.global-footer__title button.select--collapse:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

@media(min-width: 1200px) {
    .global-footer__title {
        margin: 0 0 10px
    }
}

.panel.global-footer__main li.global-footer__item {
    padding: 10px 0
}

@media(min-width: 1200px) {
    .panel.global-footer__main li.global-footer__item {
        padding: 5px 0
    }
}

.panel.global-footer__main li.global-footer__item a.link {
    border: none
}

.global-footer__contact .global-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.global-footer__contact .global-footer__list .global-footer__unikent-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: 2rem;
    width: 100%
}

@media(min-width: 1200px) {
    .global-footer__contact .global-footer__list .global-footer__unikent-logo {
        margin-bottom: 5rem
    }
}

.global-footer__contact .global-footer__list .global-footer__unikent-logo svg {
    fill: #fff;
    height: 70px;
    width: 130px
}

.global-footer__last-modified-date {
    background-color: #fff;
    color: #000
}

.global-footer__last-modified-date p {
    margin-bottom: .5rem
}

.panel.global-footer__main .global-footer__social a.button--social {
    background-color: #fff;
    border-color: #fff
}

.panel.global-footer__main .global-footer__social a.button--social:hover {
    background-color: #101921
}

.panel.global-footer__main .global-footer__social a.button--social:hover svg {
    fill: #fff
}

.panel.global-footer__main .global-footer__social .global-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.panel.global-footer__main .global-footer__social .global-footer__item {
    padding: 0 .3rem
}

.panel.global-footer__main .global-footer__social a.button--social svg {
    fill: #101921;
    height: 20px;
    width: 20px
}

.partnerships__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.partnerships__link svg {
    display: block;
    height: 110px;
    transition: opacity .2s;
    width: 150px
}

.partnerships__link svg:hover {
    opacity: .85
}

.global-footer__other-links {
    display: flex;
    justify-content: center;
    padding: 1rem
}

.other-links {
    gap: 8px;
    padding: 1rem 0
}

.other-links .link--plain {
    border: 0 !important
}

.other-links__item {
    display: inline-block
}

.other-links__link,
.other-links__link:active,
.other-links__link:focus,
.other-links__link:hover {
    color: #fff;
    display: block;
    margin: 0 .5rem 0 0;
    padding: 5px 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    color: #55595c;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: .5rem .75rem .3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #66afe9;
    color: #55595c;
    outline: none
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

input[type=checkbox].form-control,
input[type=radio].form-control {
    align-items: center;
    display: inline-flex;
    width: auto
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px)
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #55595c
}

input[placeholder] {
    text-overflow: ellipsis
}

input:-moz-placeholder,
input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

select {
    border-radius: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-image: none\9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #55595c;
    display: inline-block;
    height: calc(2.5rem - 2px);
    max-width: 100%;
    padding: .375rem 1.75rem .175rem .75rem;
    padding-right: .75rem\9;
    vertical-align: middle
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #55595c
}

.custom-select:disabled {
    background-color: #eceeef;
    color: #818a91;
    cursor: not-allowed
}

.custom-select::-ms-expand {
    opacity: 0
}

input {
    border: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    font-size: 1.375rem;
    line-height: 3rem;
    padding: 0 2rem;
    width: 100%
}

input::-moz-placeholder {
    color: #999;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-weight: 400
}

input::placeholder {
    color: #999;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media(min-width: 1024px) {
    input {
        line-height: 3.375rem
    }
}

.akero__wrapper {
    margin: 2.5rem 0
}

.panel--hero.panel--akero .hero .akero {
    align-items: flex-start;
    display: block;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero .hero .akero {
        display: flex;
        height: 100%
    }
}

.panel--hero.panel--akero .hero .akero--header {
    padding-top: 6rem
}

@media(min-width: 768px) {
    .panel--hero.panel--akero .hero .akero--header {
        padding-top: 7rem
    }
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero .hero .akero--header {
        padding-top: 4rem
    }

    .panel--hero.panel--akero .hero .akero .hero__sub-heading {
        padding-right: 4rem
    }
}

.panel--hero.panel--akero .hero .akero__wrapper {
    padding: 1rem
}

@media(min-width: 768px) {
    .panel--hero.panel--akero .hero .akero__wrapper {
        padding: 2rem
    }
}

.panel--hero.panel--akero .hero .akero__wrapper {
    background: hsla(0, 0%, 100%, .7);
    border-radius: 0;
    margin: 0;
    width: 100%
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero .hero .akero__wrapper {
        flex: 0 0 50%
    }
}

.panel--hero.panel--akero .hero .akero__text {
    margin: 0 0 3rem;
    width: 100%
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero .hero .akero__text {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 50%
    }
}

.panel--hero.panel--akero .hero .akero--top {
    height: auto
}

.panel--hero.panel--akero .hero .akero--top .akero__text {
    margin: 0 0 3rem
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero .hero .akero--top .akero__text {
        height: 100%;
        justify-content: flex-start;
        margin: 0
    }
}

.panel--hero.panel--akero .hero .akero--middle {
    align-items: center
}

.panel--hero.panel--akero .hero .akero--middle .akero__text {
    margin: 0 0 3rem
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero .hero .akero--middle .akero__text {
        height: 100%;
        justify-content: center;
        margin: 0
    }
}

.panel--hero.panel--akero .hero .akero--white .akero__wrapper {
    background-color: #fff
}

.panel--hero.panel--akero .hero .akero--dark-navy .akero__wrapper {
    background-color: #101921
}

.panel--hero.panel--akero .hero .akero--dark-navy .akero__wrapper .h2 {
    color: #fff
}

.panel--hero.panel--akero .hero--right-aligned .akero__text {
    order: 2;
    padding-left: 3rem
}

.panel--hero.panel--akero .akHTMLForm {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 16px
}

.panel--hero.panel--akero .akHTMLForm .ak-control {
    border-radius: 0
}

.panel--hero.panel--akero .akHTMLForm .ak-submit {
    background-color: #3776ab !important;
    border-radius: 0
}

.panel--hero.panel--akero .akHTMLForm .ak-fieldset {
    padding-bottom: .5rem
}

.panel--hero.panel--akero .akHTMLForm .ak-submit {
    padding: 12px 20px !important
}

.panel--hero.panel--akero .akHTMLForm input[type=checkbox],
.panel--hero.panel--akero .akHTMLForm input[type=radio] {
    width: auto
}

.panel--hero.panel--akero.panel .hero--center-aligned .hero__wrapper .dynamics-form,
.panel--hero.panel--akero.panel.panel--hero .hero--overlaid {
    text-align: left
}

.panel--hero.panel--akero-full .overlay {
    padding: 0
}

.panel--hero.panel--akero-full .overlay .overlay__content {
    height: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0
}

@media(max-width: 1023px) {
    .panel--hero.panel--akero-full .overlay .akero {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        width: 100%
    }
}

.panel--hero.panel--akero-full .overlay .akero__text {
    padding: 4rem
}

.panel--hero.panel--akero-full .overlay .akero__wrapper {
    border-radius: 0;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    justify-content: flex-start
}

@media(min-width: 1024px) {
    .panel--hero.panel--akero-full .overlay .akero__wrapper {
        flex: 0 0 50%;
        height: 100%;
        justify-content: center
    }
}

@media(max-width: 1023px) {
    .panel--hero.panel--akero-full .overlay .akero--mobile-bottom {
        justify-content: flex-end
    }

    .panel--hero.panel--akero-full .overlay .akero--mobile-bottom .akero__wrapper {
        flex: 0
    }
}

.button-group--bullets {
    flex-direction: column;
    gap: 10px;
    margin: 2rem 0 0;
    width: auto
}

@media(min-width: 1024px) {
    .button-group--bullets {
        gap: 0;
        margin: 2rem 0 0 3rem
    }
}

.button.button--swipe.button--bullet {
    min-height: 50px;
    padding: 0
}

.button.button--swipe.button--bullet span {
    font-size: 1.4rem;
    margin: 2px 20px 0 55px;
    transform: none
}

.button.button--swipe.button--bullet+p.bullet-text {
    margin-left: 58px
}

.button.button--swipe.button--bullet .button__background {
    height: 40px;
    left: 4px;
    width: 40px
}

.button.button--swipe.button--bullet .button__icon-wrapper {
    transform: translateX(4px)
}

.button.button--swipe.button--bullet svg {
    height: 40px;
    padding: 12px;
    width: 40px
}

@media(min-width: 1024px) {
    .button.button--swipe.button--bullet {
        min-height: 66px
    }

    .button.button--swipe.button--bullet span {
        font-size: 2rem;
        margin: 7px 30px 3px 75px
    }

    .button.button--swipe.button--bullet+p.bullet-text {
        margin-left: 78px
    }

    .button.button--swipe.button--bullet .button__background {
        height: 53px;
        width: 53px
    }

    .button.button--swipe.button--bullet svg {
        height: 53px;
        padding: 17px;
        width: 53px
    }

    .button.button--swipe.button--bullet:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe.button--bullet:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 60px))
    }

    .button.button--swipe.button--bullet:hover span {
        transform: translateX(-30px)
    }
}

.button.button--swipe.button--bullet {
    background-color: transparent;
    border-color: transparent
}

.button.button--swipe.button--bullet .button__background {
    background-color: #101921;
    background-color: var(--background, #101921)
}

.button.button--swipe.button--bullet svg {
    background-color: #101921;
    fill: #fff
}

.button.button--swipe.button--bullet span {
    color: #101921
}

@media(min-width: 1024px) {
    .button.button--swipe.button--bullet:hover svg {
        background-color: #101921;
        background-color: var(--background, #101921);
        fill: #101921
    }

    .button.button--swipe.button--bullet:hover span {
        color: #101921
    }
}

.button.button--accent.button--search-icon {
    border-radius: 0;
    height: 3.15rem;
    width: 3.15rem
}

@media(min-width: 768px) {
    .button--service-search-icon {
        font-size: .8rem;
        height: 30px;
        line-height: 2;
        padding: 0 0 0 2px;
        width: 30px
    }
}

a.button--social {
    background-color: transparent;
    background-image: none;
    border-color: #aaa;
    border-radius: 50%;
    color: #aaa;
    font-size: 1.7rem;
    height: 3rem;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
    width: 3rem
}

a.button--social:focus,
a.button--social:hover {
    background-color: #aaa;
    color: #fff;
    text-decoration: none
}

a.button--social:focus:focus svg,
a.button--social:focus:hover svg,
a.button--social:hover:focus svg,
a.button--social:hover:hover svg {
    fill: #fff
}

a.button--social {
    align-items: center;
    display: flex;
    justify-content: center
}

a.button--social svg {
    fill: #aaa;
    height: 30px;
    width: 30px
}

a.button--white-social {
    background-color: #fff
}

.show-more {
    padding: 2rem 0 0;
    text-align: center;
    width: 100%
}

.show-more__link {
    margin: 5rem auto 0
}

a.button--social.button--facebook-color {
    border-color: #3b5998
}

a.button--social.button--facebook-color svg {
    fill: #3b5998
}

a.button--social.button--facebook-color:focus,
a.button--social.button--facebook-color:hover {
    border-color: #aaa
}

a.button--social.button--linkedin-color {
    border-color: #0077b5
}

a.button--social.button--linkedin-color svg {
    fill: #0077b5
}

a.button--social.button--linkedin-color:focus,
a.button--social.button--linkedin-color:hover {
    border-color: #aaa
}

a.button--social.button--twitter-color {
    border-color: #000
}

a.button--social.button--twitter-color svg {
    fill: #000
}

a.button--social.button--twitter-color:focus,
a.button--social.button--twitter-color:hover {
    border-color: #aaa
}

a.button--social.button--youtube-color {
    border-color: #cd201f
}

a.button--social.button--youtube-color svg {
    fill: #cd201f
}

a.button--social.button--youtube-color:focus,
a.button--social.button--youtube-color:hover {
    border-color: #aaa
}

a.button--social.button--flickr-color {
    border-color: #fc329b
}

a.button--social.button--flickr-color svg {
    fill: #fc329b
}

a.button--social.button--flickr-color:focus,
a.button--social.button--flickr-color:hover {
    border-color: #aaa
}

a.button--social.button--rss-color {
    border-color: #f60
}

a.button--social.button--rss-color svg {
    fill: #f60
}

a.button--social.button--rss-color:focus,
a.button--social.button--rss-color:hover {
    border-color: #aaa
}

a.button--social.button--tumblr-color {
    border-color: #35465c
}

a.button--social.button--tumblr-color svg {
    fill: #35465c
}

a.button--social.button--tumblr-color:focus,
a.button--social.button--tumblr-color:hover {
    border-color: #aaa
}

a.button--social.button--pinterest-color {
    border-color: #cb2027
}

a.button--social.button--pinterest-color svg {
    fill: #cb2027
}

a.button--social.button--pinterest-color:focus,
a.button--social.button--pinterest-color:hover {
    border-color: #aaa
}

a.button--social.button--instagram-color {
    border-color: #c13584
}

a.button--social.button--instagram-color svg {
    fill: #c13584
}

a.button--social.button--instagram-color:focus,
a.button--social.button--instagram-color:hover {
    border-color: #aaa
}

a.button--social.button--google-plus-color {
    border-color: #dc4e41
}

a.button--social.button--google-plus-color svg {
    fill: #dc4e41
}

a.button--social.button--google-plus-color:focus,
a.button--social.button--google-plus-color:hover {
    border-color: #aaa
}

a.button--social.button--mendeley-color {
    border-color: #b22129
}

a.button--social.button--mendeley-color svg {
    fill: #b22129
}

a.button--social.button--mendeley-color:focus,
a.button--social.button--mendeley-color:hover {
    border-color: #aaa
}

a.button--social.button--academia-edu-color {
    border-color: #222
}

a.button--social.button--academia-edu-color svg {
    fill: #222
}

a.button--social.button--academia-edu-color:focus,
a.button--social.button--academia-edu-color:hover {
    border-color: #aaa
}

a.button--social.button--research-gate-color {
    border-color: #0cb
}

a.button--social.button--research-gate-color svg {
    fill: #0cb
}

a.button--social.button--research-gate-color:focus,
a.button--social.button--research-gate-color:hover {
    border-color: #aaa
}

a.button--social.button--open-science-framework-color {
    border-color: #2ab7f0
}

a.button--social.button--open-science-framework-color svg {
    fill: #2ab7f0
}

a.button--social.button--open-science-framework-color:focus,
a.button--social.button--open-science-framework-color:hover {
    border-color: #aaa
}

a.button--social.button--tiktok-color {
    border-color: #ff004e
}

a.button--social.button--tiktok-color svg {
    fill: #ff004e
}

a.button--social.button--tiktok-color:focus,
a.button--social.button--tiktok-color:hover {
    border-color: #aaa
}

a.button--social.button--facebook-black {
    border-color: #fff
}

a.button--social.button--facebook-black svg {
    fill: #000
}

a.button--social.button--facebook-black:focus,
a.button--social.button--facebook-black:hover,
a.button--social.button--linkedin-black {
    border-color: #fff
}

a.button--social.button--linkedin-black svg {
    fill: #000
}

a.button--social.button--linkedin-black:focus,
a.button--social.button--linkedin-black:hover,
a.button--social.button--twitter-black {
    border-color: #fff
}

a.button--social.button--twitter-black svg {
    fill: #000
}

a.button--social.button--twitter-black:focus,
a.button--social.button--twitter-black:hover,
a.button--social.button--youtube-black {
    border-color: #fff
}

a.button--social.button--youtube-black svg {
    fill: #000
}

a.button--social.button--flickr-black,
a.button--social.button--youtube-black:focus,
a.button--social.button--youtube-black:hover {
    border-color: #fff
}

a.button--social.button--flickr-black svg {
    fill: #000
}

a.button--social.button--flickr-black:focus,
a.button--social.button--flickr-black:hover,
a.button--social.button--rss-black {
    border-color: #fff
}

a.button--social.button--rss-black svg {
    fill: #000
}

a.button--social.button--rss-black:focus,
a.button--social.button--rss-black:hover,
a.button--social.button--tumblr-black {
    border-color: #fff
}

a.button--social.button--tumblr-black svg {
    fill: #000
}

a.button--social.button--pinterest-black,
a.button--social.button--tumblr-black:focus,
a.button--social.button--tumblr-black:hover {
    border-color: #fff
}

a.button--social.button--pinterest-black svg {
    fill: #000
}

a.button--social.button--instagram-black,
a.button--social.button--pinterest-black:focus,
a.button--social.button--pinterest-black:hover {
    border-color: #fff
}

a.button--social.button--instagram-black svg {
    fill: #000
}

a.button--social.button--google-plus-black,
a.button--social.button--instagram-black:focus,
a.button--social.button--instagram-black:hover {
    border-color: #fff
}

a.button--social.button--google-plus-black svg {
    fill: #000
}

a.button--social.button--google-plus-black:focus,
a.button--social.button--google-plus-black:hover,
a.button--social.button--mendeley-black {
    border-color: #fff
}

a.button--social.button--mendeley-black svg {
    fill: #000
}

a.button--social.button--academia-edu-black,
a.button--social.button--mendeley-black:focus,
a.button--social.button--mendeley-black:hover {
    border-color: #fff
}

a.button--social.button--academia-edu-black svg {
    fill: #000
}

a.button--social.button--academia-edu-black:focus,
a.button--social.button--academia-edu-black:hover,
a.button--social.button--research-gate-black {
    border-color: #fff
}

a.button--social.button--research-gate-black svg {
    fill: #000
}

a.button--social.button--open-science-framework-black,
a.button--social.button--research-gate-black:focus,
a.button--social.button--research-gate-black:hover {
    border-color: #fff
}

a.button--social.button--open-science-framework-black svg {
    fill: #000
}

a.button--social.button--open-science-framework-black:focus,
a.button--social.button--open-science-framework-black:hover,
a.button--social.button--tiktok-black {
    border-color: #fff
}

a.button--social.button--tiktok-black svg {
    fill: #000
}

a.button--social.button--tiktok-black:focus,
a.button--social.button--tiktok-black:hover {
    border-color: #fff
}

a.button--social.button--facebook-color-hover:focus,
a.button--social.button--facebook-color-hover:hover {
    background-color: #3b5998;
    border-color: #3b5998
}

a.button--social.button--facebook-color-hover:focus svg,
a.button--social.button--facebook-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--linkedin-color-hover:focus,
a.button--social.button--linkedin-color-hover:hover {
    background-color: #0077b5;
    border-color: #0077b5
}

a.button--social.button--linkedin-color-hover:focus svg,
a.button--social.button--linkedin-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--twitter-color-hover:focus,
a.button--social.button--twitter-color-hover:hover {
    background-color: #000;
    border-color: #000
}

a.button--social.button--twitter-color-hover:focus svg,
a.button--social.button--twitter-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--youtube-color-hover:focus,
a.button--social.button--youtube-color-hover:hover {
    background-color: #cd201f;
    border-color: #cd201f
}

a.button--social.button--youtube-color-hover:focus svg,
a.button--social.button--youtube-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--flickr-color-hover:focus,
a.button--social.button--flickr-color-hover:hover {
    background-color: #fc329b;
    border-color: #fc329b
}

a.button--social.button--flickr-color-hover:focus svg,
a.button--social.button--flickr-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--rss-color-hover:focus,
a.button--social.button--rss-color-hover:hover {
    background-color: #f60;
    border-color: #f60
}

a.button--social.button--rss-color-hover:focus svg,
a.button--social.button--rss-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--tumblr-color-hover:focus,
a.button--social.button--tumblr-color-hover:hover {
    background-color: #35465c;
    border-color: #35465c
}

a.button--social.button--tumblr-color-hover:focus svg,
a.button--social.button--tumblr-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--pinterest-color-hover:focus,
a.button--social.button--pinterest-color-hover:hover {
    background-color: #cb2027;
    border-color: #cb2027
}

a.button--social.button--pinterest-color-hover:focus svg,
a.button--social.button--pinterest-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--instagram-color-hover:focus,
a.button--social.button--instagram-color-hover:hover {
    background-color: #c13584;
    border-color: #c13584
}

a.button--social.button--instagram-color-hover:focus svg,
a.button--social.button--instagram-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--google-plus-color-hover:focus,
a.button--social.button--google-plus-color-hover:hover {
    background-color: #dc4e41;
    border-color: #dc4e41
}

a.button--social.button--google-plus-color-hover:focus svg,
a.button--social.button--google-plus-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--mendeley-color-hover:focus,
a.button--social.button--mendeley-color-hover:hover {
    background-color: #b22129;
    border-color: #b22129
}

a.button--social.button--mendeley-color-hover:focus svg,
a.button--social.button--mendeley-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--academia-edu-color-hover:focus,
a.button--social.button--academia-edu-color-hover:hover {
    background-color: #222;
    border-color: #222
}

a.button--social.button--academia-edu-color-hover:focus svg,
a.button--social.button--academia-edu-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--research-gate-color-hover:focus,
a.button--social.button--research-gate-color-hover:hover {
    background-color: #0cb;
    border-color: #0cb
}

a.button--social.button--research-gate-color-hover:focus svg,
a.button--social.button--research-gate-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--open-science-framework-color-hover:focus,
a.button--social.button--open-science-framework-color-hover:hover {
    background-color: #2ab7f0;
    border-color: #2ab7f0
}

a.button--social.button--open-science-framework-color-hover:focus svg,
a.button--social.button--open-science-framework-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--tiktok-color-hover:focus,
a.button--social.button--tiktok-color-hover:hover {
    background-color: #ff004e;
    border-color: #ff004e
}

a.button--social.button--tiktok-color-hover:focus svg,
a.button--social.button--tiktok-color-hover:hover svg {
    fill: #fff
}

a.button--social.button--facebook-black-hover:focus,
a.button--social.button--facebook-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--facebook-black-hover:focus svg,
a.button--social.button--facebook-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--linkedin-black-hover:focus,
a.button--social.button--linkedin-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--linkedin-black-hover:focus svg,
a.button--social.button--linkedin-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--twitter-black-hover:focus,
a.button--social.button--twitter-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--twitter-black-hover:focus svg,
a.button--social.button--twitter-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--youtube-black-hover:focus,
a.button--social.button--youtube-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--youtube-black-hover:focus svg,
a.button--social.button--youtube-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--flickr-black-hover:focus,
a.button--social.button--flickr-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--flickr-black-hover:focus svg,
a.button--social.button--flickr-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--rss-black-hover:focus,
a.button--social.button--rss-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--rss-black-hover:focus svg,
a.button--social.button--rss-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--tumblr-black-hover:focus,
a.button--social.button--tumblr-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--tumblr-black-hover:focus svg,
a.button--social.button--tumblr-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--pinterest-black-hover:focus,
a.button--social.button--pinterest-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--pinterest-black-hover:focus svg,
a.button--social.button--pinterest-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--instagram-black-hover:focus,
a.button--social.button--instagram-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--instagram-black-hover:focus svg,
a.button--social.button--instagram-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--google-plus-black-hover:focus,
a.button--social.button--google-plus-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--google-plus-black-hover:focus svg,
a.button--social.button--google-plus-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--mendeley-black-hover:focus,
a.button--social.button--mendeley-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--mendeley-black-hover:focus svg,
a.button--social.button--mendeley-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--academia-edu-black-hover:focus,
a.button--social.button--academia-edu-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--academia-edu-black-hover:focus svg,
a.button--social.button--academia-edu-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--research-gate-black-hover:focus,
a.button--social.button--research-gate-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--research-gate-black-hover:focus svg,
a.button--social.button--research-gate-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--open-science-framework-black-hover:focus,
a.button--social.button--open-science-framework-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--open-science-framework-black-hover:focus svg,
a.button--social.button--open-science-framework-black-hover:hover svg {
    fill: #fff
}

a.button--social.button--tiktok-black-hover:focus,
a.button--social.button--tiktok-black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--social.button--tiktok-black-hover:focus svg,
a.button--social.button--tiktok-black-hover:hover svg {
    fill: #fff
}

#kent-help {
    justify-content: flex-end
}

#kent-help,
.button--contact {
    align-items: center;
    display: flex
}

.button--contact {
    border-radius: 50px;
    bottom: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 10px;
    position: fixed;
    right: 10px;
    z-index: 9
}

.button--contact svg {
    fill: #101921;
    height: 20px;
    width: 20px
}

@media(min-width: 1024px) {
    .button--contact {
        border-radius: 50px;
        bottom: 1rem;
        padding: .5rem 1rem;
        right: 1rem
    }

    .button--contact svg {
        height: 30px;
        width: 30px
    }
}

.button--contact:after {
    font-size: 1.7rem
}

.button--contact:hover {
    text-decoration: none
}

.button--contact .button__icon {
    font-size: 2.4rem
}

.button--contact .button__icon:before {
    vertical-align: initial
}

.button--contact .button__text {
    line-height: 1.5;
    margin: 0 0 0 5px;
    max-width: 300px
}

@media(min-width: 1024px) {
    .button--contact .button__text {
        margin: 0 1rem 0 .5rem
    }
}

.button--contact .button__maintext {
    font-size: .9rem;
    margin: 0;
    padding: 0;
    text-align: left
}

@media(min-width: 1024px) {
    .button--contact .button__maintext {
        font-size: 1.1rem;
        font-weight: 700;
        padding: 0 0 5px
    }
}

.button--contact .button__subtext {
    display: none
}

@media(min-width: 1024px) {
    .button--contact .button__subtext {
        display: block;
        font-size: .9rem;
        margin: 0;
        text-align: left
    }
}

.button--label,
.button--tag {
    border: 1px solid #101921;
    margin: 5px 5px 5px 0;
    padding: 3px 10px
}

.button--tag {
    display: inline-block;
    min-height: auto
}

a.button--store {
    border: 0;
    display: inline-flex;
    padding: 0
}

a.button--store img,
a.button--store svg {
    height: 65px;
    width: auto
}

.text__text a.button--store {
    padding: 0
}

.text__text a.button--store img,
.text__text a.button--store svg {
    height: 47px;
    width: auto
}

.loadmore-btn {
    display: block;
    margin: 0 auto
}

.loadmore-btn[hidden] {
    display: none
}

.button--space {
    margin-top: 1
}

.button--no-space {
    margin-top: 0
}

.button--space-down {
    margin-bottom: 2rem
}

.button--tooltip {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 5px;
    position: relative
}

.button--tooltip span {
    padding-top: 6px
}

.button--tooltip:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Ekent-question-circle%3C/title%3E%3Cpath d='M10 .5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m-.015 13.555q-.495 0-.838.359-.342.36-.342.82 0 .463.342.813t.838.35q.505 0 .85-.35.347-.351.347-.812a1.15 1.15 0 0 0-.346-.821q-.347-.36-.851-.36M10.225 4q-1.173 0-2.044.466A3.36 3.36 0 0 0 6.826 5.77q-.483.837-.483 1.94h1.453q0-1.05.637-1.688.638-.637 1.791-.637 1.026 0 1.573.539.548.538.548 1.325 0 .778-.402 1.257t-.932.932q-.42.358-.821.778-.402.419-.663 1.017-.26.6-.26 1.488v.376h1.504v-.36q0-.64.21-1.098.21-.457.547-.808.338-.35.714-.675.393-.342.76-.727.369-.384.608-.902.24-.517.24-1.261 0-.915-.42-1.655a3 3 0 0 0-1.226-1.175Q11.394 4 10.224 4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    width: 20px
}

.button--tooltip .tooltip {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    min-width: 250px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 30px;
    visibility: hidden;
    z-index: 1
}

.button--tooltip:focus .tooltip,
.button--tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible
}

.btn--tooltip {
    align-items: flex-start;
    color: inherit;
    display: flex;
    gap: 5px;
    position: relative
}

.btn--tooltip svg {
    display: flex;
    height: 14px;
    position: relative;
    top: -1px;
    width: 14px
}

@media(min-width: 1024px) {
    .btn--tooltip {
        align-items: center
    }
}

.btn--close {
    height: auto !important;
    line-height: 0;
    padding: 0 !important
}

.btn--close:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23101921' viewBox='0 0 12 12'%3E%3Cpath d='m11.879 9.261-2.63 2.63L.04 2.686l2.63-2.63z'/%3E%3Cpath d='m.164 9.261 2.63 2.63 9.208-9.206-2.63-2.63z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #cfd1d3;
    border-radius: 50%;
    content: "";
    display: inline-block;
    padding: 1.3rem;
    transition: border .3s
}

.btn--close:focus:after,
.btn--close:hover:after {
    border: 1px solid #101921
}

.link--white,
.link--white:hover {
    color: #fff !important
}

.link--primary {
    align-items: center;
    color: #70757a;
    display: flex;
    font-weight: 700
}

.link--primary:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%236f5098' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .8rem;
    content: "";
    height: 18px;
    margin-left: .5rem;
    opacity: 0;
    position: relative;
    top: -2px;
    transition: opacity .3s ease;
    width: 18px
}

.link--primary.selected,
.link--primary:focus,
.link--primary:hover {
    color: #6f5098;
    font-weight: 700
}

.link--primary.selected:after,
.link--primary:focus:after,
.link--primary:hover:after {
    opacity: 1
}

.link--secondary {
    color: #101921 !important;
    display: inline-flex;
    text-decoration: none !important;
    transition: all .3s ease
}

.link--secondary:hover {
    color: #70757a !important
}

.link--secondary:not(.pill--outline) {
    border-bottom: 0 !important
}

.link--view-all {
    color: #101921 !important;
    transition: all .3s ease
}

.link--view-all:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: .6rem;
    content: "";
    margin-left: .2rem;
    width: 1rem
}

.link--view-all.selected,
.link--view-all:focus,
.link--view-all:hover {
    color: #70757a !important
}

.link--view-all.selected:after,
.link--view-all:focus:after,
.link--view-all:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%2370757a' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    content: ""
}

.pill {
    align-items: center;
    display: inline-flex;
    margin-bottom: 8px
}

.pill button {
    align-items: center;
    display: flex
}

.pill button span {
    position: relative;
    top: 1px
}

.pill .btn--tooltip {
    align-items: center
}

.pill .btn--tooltip svg {
    height: 12px;
    position: relative;
    top: 0;
    width: 12px
}

.pill--no-margin {
    margin-bottom: 0
}

.pill--14 {
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.5;
    padding: 9px 16px
}

.pill--12 {
    font-size: 12px;
    padding: 7px 12px
}

.pill--10,
.pill--12 {
    border-radius: 40px;
    line-height: 1.5
}

.pill--10 {
    font-size: 10px;
    padding: 3px 10px
}

.pill--outline {
    border: 1px solid #cfd1d3;
    color: #101921 !important;
    transition: background .3s
}

.pill--outline:focus,
.pill--outline:hover {
    background: #cfd1d3;
    border: 1px solid #cfd1d3 !important
}

.pill--outline {
    text-decoration: none !important
}

.pill--filled {
    color: #101921 !important;
    font-weight: 700;
    transition: background .3s
}

.pill--filled:focus.panel--dark-navy-10,
.pill--filled:hover.panel--dark-navy-10 {
    background-color: #cfd1d3
}

.pill--filled:focus.panel--dark-navy-extra-light,
.pill--filled:hover.panel--dark-navy-extra-light {
    background-color: #9fa3a6
}

.pill--filled:focus.panel--navy-extra-light,
.pill--filled:hover.panel--navy-extra-light {
    background-color: #99acc6
}

.pill--filled:focus.panel--blue-extra-light,
.pill--filled:hover.panel--blue-extra-light {
    background-color: #99ceec
}

.pill--filled:focus.panel--purple-extra-light,
.pill--filled:hover.panel--purple-extra-light {
    background-color: #c5b9d6
}

.pill--filled:focus.panel--pink-extra-light,
.pill--filled:hover.panel--pink-extra-light {
    background-color: #ee9fcb
}

.pill--filled:focus.panel--red-extra-light,
.pill--filled:hover.panel--red-extra-light {
    background-color: #eda9af
}

.pill--filled:focus.panel--orange-extra-light,
.pill--filled:hover.panel--orange-extra-light {
    background-color: #feb999
}

.pill--filled:focus.panel--yellow-extra-light,
.pill--filled:hover.panel--yellow-extra-light {
    background-color: #ffec99
}

.pill--filled:focus.panel--green-extra-light,
.pill--filled:hover.panel--green-extra-light {
    background-color: #c9e5a8
}

.pill--filled,
.pill--filled:focus,
.pill--filled:hover {
    border-bottom: 0 !important;
    text-decoration: none !important
}

.pill--close button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23101921' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: "";
    display: inline-flex;
    height: 12px;
    margin-left: 10px;
    position: relative;
    transition: transform .3s;
    width: 12px
}

.pill--inverse button {
    color: #fff !important
}

.pill--inverse.pill--close button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23fff' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.pill--width-100 {
    justify-content: center;
    width: 100%
}

.pill--angled {
    border-radius: 0;
    padding: 12px 10px 10px 20px;
    position: relative
}

.pill--angled:after {
    background: var(--panel-background, #fff);
    bottom: auto;
    content: "";
    display: block;
    height: calc(100% - .25px);
    left: auto;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skew(-20deg);
    width: 20px;
    z-index: 1
}

.pill--angled+.pill--angled {
    padding: 12px 10px 10px 30px
}

.pill--10.pill--angled {
    padding-bottom: 5px;
    padding-top: 6px
}

.badge {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding: 3px
}

.badge svg {
    height: 10px;
    width: 10px
}

.input--white {
    background-color: #fff
}

.input--white,
.input--white.is-active,
.input--white.is-selected,
.input--white:hover {
    border-color: #fff
}

.select-wrapper {
    position: relative
}

.select__dropdown {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    left: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2
}

.select__dropdown ul {
    margin: 0;
    padding: 12px 0
}

.select__footer {
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.select__item {
    color: #101921;
    display: block;
    font-size: 20px;
    padding: 12px 24px;
    transition: background-color .3s;
    width: 100%
}

.select__item:focus,
.select__item:hover {
    background-color: #ccc;
    outline: none
}

.select__counter {
    align-items: center;
    background-color: #6f5098;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    padding: 2px 0 0;
    width: 20px
}

@media(max-width: 1199px) {
    .select--collapse:not(.site-nav__button) {
        border: 0;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        padding: 14px 0;
        transition: none;
        width: 100%
    }

    .select--collapse:not(.site-nav__button):hover {
        border-color: #cfd1d3
    }

    .select--collapse:not(.site-nav__button).is-active {
        border-bottom: none
    }

    .select--collapse:not(.site-nav__button).is-display,
    .select--collapse:not(.site-nav__button).is-selected {
        border-color: #cfd1d3
    }

    .select--collapse+.select__dropdown {
        background: #fff;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        box-shadow: none;
        filter: none;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

.radio {
    fill: #ccc;
    transition: fill .3s
}

.radio--active,
.radio:hover {
    fill: #000
}

.searchbox {
    padding: 0
}

.searchbox.input {
    gap: 8px;
    padding: 0
}

.searchbox input {
    background: transparent;
    border: 0;
    height: 100%;
    outline: none;
    padding: 10px 18px;
    width: 100%
}

.searchbox .searchbox__button {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    width: 40px
}

.searchbox .searchbox__button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.517' height='44.548' fill='%23101921' viewBox='0 0 44.517 44.548'%3E%3Cpath d='m38.978 42.088-8.394-8.43a15.4 15.4 0 0 1-4.889 2.829 17.3 17.3 0 0 1-5.937 1.013 17.4 17.4 0 0 1-12.783-5.239 17.23 17.23 0 0 1-5.238-12.643A17.23 17.23 0 0 1 6.975 6.975a17.31 17.31 0 0 1 12.713-5.238 17.11 17.11 0 0 1 12.608 5.238 17.29 17.29 0 0 1 5.2 12.643 17.4 17.4 0 0 1-.978 5.8 17.7 17.7 0 0 1-2.934 5.238l8.464 8.361Zm-19.29-8.78a13.07 13.07 0 0 0 9.639-4.016 13.25 13.25 0 0 0 3.981-9.674 13.25 13.25 0 0 0-3.981-9.674 13.07 13.07 0 0 0-9.639-4.016 13.27 13.27 0 0 0-9.744 4.016 13.19 13.19 0 0 0-4.016 9.674 13.19 13.19 0 0 0 4.016 9.674 13.27 13.27 0 0 0 9.744 4.016'/%3E%3Cpath d='m38.976 44.548-8.537-8.573a17.6 17.6 0 0 1-4.151 2.146 19.1 19.1 0 0 1-6.53 1.117A19.15 19.15 0 0 1 5.747 33.49 18.99 18.99 0 0 1 0 19.618 18.99 18.99 0 0 1 5.747 5.747 19.07 19.07 0 0 1 19.688 0a18.87 18.87 0 0 1 13.84 5.751 19.04 19.04 0 0 1 5.708 13.867 19.02 19.02 0 0 1-3.356 10.858l8.637 8.532Zm-8.3-13.264 8.31 8.346.606-.606-8.333-8.232.977-1.222a16.1 16.1 0 0 0 2.651-4.727 15.8 15.8 0 0 0 .88-5.224A15.48 15.48 0 0 0 31.064 8.2a15.31 15.31 0 0 0-11.376-4.726A15.5 15.5 0 0 0 8.2 8.2a15.43 15.43 0 0 0-4.726 11.418A15.43 15.43 0 0 0 8.2 31.033a15.59 15.59 0 0 0 11.554 4.729 15.6 15.6 0 0 0 5.345-.908 13.7 13.7 0 0 0 4.343-2.508Zm-10.988 3.762a15 15 0 0 1-10.972-4.525 14.92 14.92 0 0 1-4.525-10.9 14.92 14.92 0 0 1 4.525-10.9 15 15 0 0 1 10.972-4.53 14.8 14.8 0 0 1 10.873 4.53 14.99 14.99 0 0 1 4.485 10.9 14.99 14.99 0 0 1-4.485 10.9 14.8 14.8 0 0 1-10.873 4.525m0-27.381a11.5 11.5 0 0 0-8.516 3.507 11.42 11.42 0 0 0-3.507 8.446 11.42 11.42 0 0 0 3.507 8.446 11.5 11.5 0 0 0 8.516 3.507 11.3 11.3 0 0 0 8.405-3.5 11.47 11.47 0 0 0 3.478-8.451 11.47 11.47 0 0 0-3.478-8.451 11.3 11.3 0 0 0-8.405-3.504'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: "";
    display: inline-flex;
    height: 12px;
    position: relative;
    transition: transform .3s;
    width: 12px
}

.searchbox .searchbox__button.is-active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23101921' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.searchbox:focus-within {
    border-color: #101921;
    transition: border-color .3s
}

.input--white.searchbox:focus-within {
    border-color: #fff;
    transition: none
}

.searchbox__icon {
    display: flex;
    padding: 16px
}

.searchbox__icon svg {
    height: 18px;
    width: 18px
}

.panel .content--card li.card a:not(.button),
.panel .content--card-grid li.card a:not(.button) {
    border-bottom: none !important;
    text-decoration: none
}

.panel .content--card li.card a:not(.button):focus,
.panel .content--card li.card a:not(.button):hover,
.panel .content--card-grid li.card a:not(.button):focus,
.panel .content--card-grid li.card a:not(.button):hover {
    border-bottom: none !important
}

.panel .content--card li.card a:not(.button),
.panel .content--card-grid li.card a:not(.button) {
    word-break: normal
}

.panel .panel__body .card.card--backed.card--colour-blue,
.panel .panel__body .card.card--backed.card--colour-dark-energy,
.panel .panel__body .card.card--backed.card--colour-energy-blue,
.panel .panel__body .card.card--backed.card--colour-highlight {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #66b6e2
}

.panel .panel__body .card.card--backed.card--colour-primary-tint {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #cce7f5
}

.panel .panel__body .card.card--backed.card--colour-secondary {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #f5f5f5
}

.panel .panel__body .card.card--backed.card--colour-tertiary {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #fff5cc
}

.panel .panel__body .card.card--backed.card--colour-bright-yellow,
.panel .panel__body .card.card--backed.card--colour-warning {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #ffcf00
}

.panel .panel__body .card.card--backed.card--colour-bright-green {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #78bf26
}

.panel .panel__body .card.card--backed.card--colour-bright-blue {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #0085cf
}

.panel .panel__body .card.card--backed.card--colour-white {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #fff
}

.panel .panel__body .card.card--backed.card--colour-yellow {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #ffcf00
}

.panel .panel__body .card.card--backed.card--colour-green {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #78bf26
}

.panel .panel__body .card.card--backed.card--colour-orange {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #fd5000
}

.panel .panel__body .card.card--backed.card--colour-red-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #e57d87
}

.panel .panel__body .card.card--backed.card--colour-orange-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #fe9666
}

.panel .panel__body .card.card--backed.card--colour-yellow-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #ffe266
}

.panel .panel__body .card.card--backed.card--colour-green-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #aed97d
}

.panel .panel__body .card.card--backed.card--colour-blue-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #66b6e2
}

.panel .panel__body .card.card--backed.card--colour-purple-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #a996c1
}

.panel .panel__body .card.card--backed.card--colour-pink-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #e56fb1
}

.panel .panel__body .card.card--backed.card--colour-navy-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #6682a9
}

.panel .panel__body .card.card--backed.card--colour-navy-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #ccd5e2
}

.panel .panel__body .card.card--backed.card--colour-dark-navy-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #cfd1d3
}

.panel .panel__body .card.card--backed.card--colour-red-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #f6d4d7
}

.panel .panel__body .card.card--backed.card--colour-orange-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #ffdccc
}

.panel .panel__body .card.card--backed.card--colour-yellow-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #fff5cc
}

.panel .panel__body .card.card--backed.card--colour-green-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #e4f2d4
}

.panel .panel__body .card.card--backed.card--colour-blue-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #cce7f5
}

.panel .panel__body .card.card--backed.card--colour-purple-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #e2dcea
}

.panel .panel__body .card.card--backed.card--colour-pink-extra-light {
    --card-font-color: #000;
    --card-header-color: #101921;
    --card-background-color: #f6cfe5
}

.panel .panel__body .card.card--backed.card--colour-primary {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #101921
}

.panel .panel__body .card.card--backed.card--colour-dark-red,
.panel .panel__body .card.card--backed.card--colour-red {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #d32737
}

.panel .panel__body .card.card--backed.card--colour-pink {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #d40f7d
}

.panel .panel__body .card.card--backed.card--colour-bright-red {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #d32737
}

.panel .panel__body .card.card--backed.card--colour-navy {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #002f70
}

.panel .panel__body .card.card--backed.card--colour-dark-navy {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #101921
}

.panel .panel__body .card.card--backed.card--colour-purple {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #6f5098
}

.panel .panel__body .card.card--backed.card--colour-dark-navy-light {
    --card-font-color: #fff;
    --card-header-color: #fff;
    --card-background-color: #70757a
}

.panel .panel__body .card.card--backed {
    background: var(--card-background-color, #fff);
    color: var(--card-font-color, #000)
}

.panel .panel__body .card.card--backed .card__title,
.panel .panel__body .card.card--backed h3 {
    color: var(--card-header-color, #101921)
}

.panel .panel__body .card.card--backed a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--card-font-color, #06c);
    color: var(--card-font-color, #06c);
    text-decoration: none
}

.panel .panel__body .card.card--backed a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .card.card--backed a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--card-font-color, #06c)
}

.panel .panel__body .card.card--backed .card__body,
.panel .panel__body .card.card--backed .card__footer {
    color: var(--card-font-color, #000)
}

.card {
    color: inherit;
    display: block;
    font-size: .9rem
}

.card:focus,
.card:hover {
    color: inherit;
    text-decoration: none
}

.card .media-wrap {
    height: auto !important;
    margin: 0 0 1rem;
    min-height: auto;
    width: auto !important;
    z-index: 1
}

.card .media-wrap,
.card .media-wrap img {
    position: relative !important
}

.card .media-wrap:hover img {
    filter: brightness(.8);
    transition: all .3s ease-in-out
}

.card__title {
    display: inline-block;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0
}

@media(max-width: 767px) {
    .card__title {
        font-size: 1.2rem
    }
}

@media(min-width: 1200px) {
    .card__title {
        font-size: 1.111111rem
    }
}

.card__title.u-chevron {
    text-decoration: underline
}

.card__text {
    display: block;
    margin: 1rem 0 0;
    width: 100%
}

.card__text--date {
    color: #636c72
}

.card {
    flex: 1 1 auto;
    width: 100%
}

@media(min-width: 544px) {
    .card {
        max-width: calc(50% - 1rem)
    }
}

.card.card--fixed {
    flex: 0 0 auto
}

@media(min-width: 544px) {
    .card.card--fixed {
        width: calc(50% - 1rem)
    }
}

@media(min-width: 1024px) {
    .card.card--fixed {
        width: calc(25% - 1.5rem)
    }
}

@media(min-width: 544px) {
    .card.card--standalone {
        max-width: 100%
    }
}

.card.card--flexible {
    flex: 1 1 100%
}

@media(min-width: 544px) {
    .card.card--flexible {
        flex: 1 1 40%
    }
}

@media(min-width: 1024px) {
    .card.card--flexible {
        flex: 1 1 20%
    }
}

@media(min-width: 544px) {
    .card.card--flexible:nth-of-type(n+5) {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

@media(min-width: 1024px) {
    .card.card--flexible:nth-of-type(n+5) {
        flex: 0 0 calc(25% - 1.5rem)
    }
}

.card.card--blog .card__image img {
    aspect-ratio: 3/2
}

.card .card__category {
    color: var(--card-category-font, #101921);
    font-size: .8rem;
    font-weight: 700;
    height: 1.3rem;
    left: 0;
    padding: .2rem .8rem 1.3rem 1rem;
    text-transform: uppercase
}

.card .card__category,
.card .card__category:after {
    background: var(--card-category-background, #fff);
    position: absolute;
    top: 0
}

.card .card__category:after {
    bottom: auto;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    right: -5px;
    transform: skew(-20deg);
    width: 10px
}

.card .card__category--red {
    --card-category-background: #d32737
}

.card .card__category--pink {
    --card-category-background: #d40f7d
}

.card .card__category--blue {
    --card-category-background: #0085cf
}

.card .card__category--navy {
    --card-category-background: #002f70
}

.card .card__category--dark-navy {
    --card-category-background: #101921
}

.card .card__category--purple {
    --card-category-background: #6f5098
}

.card .card__category--dark-navy-light {
    --card-category-background: #70757a
}

.card .card__category--dark-navy-40 {
    --card-category-background: #9fa3a6
}

.card .card__category--dark-navy-extra-light {
    --card-category-background: #cfd1d3
}

.card .card__category--dark-navy-10 {
    --card-category-background: #e7e8e9
}

.card .card__category--navy-light {
    --card-category-background: #6682a9
}

.card .card__category--navy-40 {
    --card-category-background: #99acc6
}

.card .card__category--navy-extra-light {
    --card-category-background: #ccd5e2
}

.card .card__category--white {
    --card-category-background: #fff
}

.card .card__category--yellow {
    --card-category-background: #ffcf00
}

.card .card__category--green {
    --card-category-background: #78bf26
}

.card .card__category--orange {
    --card-category-background: #fd5000
}

.card .card__category--red-light {
    --card-category-background: #e57d87
}

.card .card__category--red-40 {
    --card-category-background: #eda9af
}

.card .card__category--red-extra-light {
    --card-category-background: #f6d4d7
}

.card .card__category--orange-light {
    --card-category-background: #fe9666
}

.card .card__category--orange-40 {
    --card-category-background: #feb999
}

.card .card__category--orange-extra-light {
    --card-category-background: #ffdccc
}

.card .card__category--yellow-light {
    --card-category-background: #ffe266
}

.card .card__category--yellow-40 {
    --card-category-background: #ffec99
}

.card .card__category--yellow-extra-light {
    --card-category-background: #fff5cc
}

.card .card__category--green-light {
    --card-category-background: #aed97d
}

.card .card__category--green-40 {
    --card-category-background: #c9e5a8
}

.card .card__category--green-extra-light {
    --card-category-background: #e4f2d4
}

.card .card__category--blue-light {
    --card-category-background: #66b6e2
}

.card .card__category--blue-40 {
    --card-category-background: #99ceec
}

.card .card__category--blue-extra-light {
    --card-category-background: #cce7f5
}

.card .card__category--purple-light {
    --card-category-background: #a996c1
}

.card .card__category--purple-40 {
    --card-category-background: #c5b9d6
}

.card .card__category--purple-extra-light {
    --card-category-background: #e2dcea
}

.card .card__category--pink-light {
    --card-category-background: #e56fb1
}

.card .card__category--pink-40 {
    --card-category-background: #ee9fcb
}

.card .card__category--pink-extra-light {
    --card-category-background: #f6cfe5
}

.card .card__category--dark-navy,
.card .card__category--dark-navy-light,
.card .card__category--navy,
.card .card__category--pink,
.card .card__category--purple,
.card .card__category--red {
    --card-category-font: #fff
}

.card .card__date {
    background: #101921;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    height: 2rem;
    left: 0;
    line-height: 1.9;
    padding: .2rem .8rem .2rem 1rem;
    position: absolute
}

.card .card__date:after {
    background: #101921;
    bottom: auto;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: -8px;
    top: 0;
    transform: skew(-20deg);
    width: 16px
}

.card.card--ambition .card__title {
    margin-bottom: .5rem
}

@media(min-width: 1200px) {
    .card.card--ambition .card__title {
        font-size: 1.4rem
    }
}

.card.card--ambition .simple-list {
    font-size: .7rem
}

@media(min-width: 544px) {
    .card.card--ambition .simple-list {
        font-size: 1rem
    }
}

.card.card--ambition .simple-list li {
    color: #101921
}

.card.card--ambition .simple-list li svg {
    height: 14px
}

.card.card--ambition .simple-list {
    margin-bottom: 1rem
}

.card.card--ambition.card--backed .simple-list {
    padding-left: 1rem;
    padding-right: 1rem
}

.card.card--ambition.card--backed .card__text {
    padding-bottom: 0
}

.card.card--backed .card__image,
.card.card--backed .media-wrap {
    margin-right: -1px
}

@media(max-width: 543px) {
    .card.card--backed.card--compact-mobile .media-wrap {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media(min-width: 1024px) {
    .card.card--backed.card--media-object .card__image img {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.card.card--backed .video-launcher {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card.card--backed.card--colour-transparent {
    backdrop-filter: blur(15px)
}

.card.card--colour-transparent a {
    color: inherit !important
}

.card.card--backed.card--colour-white {
    background: #fafafa
}

.card.card--backed.card--shadowless {
    box-shadow: none
}

@media(min-width: 1024px) {
    .card--key-link:nth-of-type(n+2) {
        margin: 0
    }
}

@media(min-width: 768px) {
    .card--key-link {
        padding: 1rem;
        transition: background-color .3s
    }

    .card--key-link:active,
    .card--key-link:focus,
    .card--key-link:hover {
        background-color: #fffae6;
        outline: none
    }
}

@media(min-width: 1024px) {
    .card--key-link {
        flex: 1 1 auto;
        width: 20%
    }
}

@media(min-width: 768px) {
    .card__title--key-link {
        font-size: 1.4rem;
        line-height: 1.1
    }
}

.card.card--horizontal {
    background: #fff;
    border-left: 4px solid #fff;
    flex: 1 1 auto;
    margin-bottom: 1rem;
    max-width: 100%;
    padding-right: 2.5rem;
    transition: border-left .3s;
    width: 100%
}

.card.card--horizontal:hover {
    border-left: 4px solid #101921
}

.card.card--horizontal:hover:after {
    transform: translateY(-50%) translateY(-.5rem) translateX(.2rem)
}

.card.card--horizontal:after {
    font-size: 2rem;
    position: absolute;
    right: 3rem;
    transform: translateY(-50%) translateY(-.5rem)
}

.card.card--horizontal .card__title {
    display: block;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .7875rem;
    margin-top: 0
}

.card.card--horizontal .card__tag {
    display: inline-flex;
    margin-right: 1rem
}

.card.card--horizontal.selected {
    border-left: 4px solid #101921
}

.card.card--horizontal.u-chevron:after {
    background-size: 30px 30px;
    height: 30px;
    right: 1rem;
    transform: none;
    width: 30px
}

@media(min-width: 768px) {
    .card.card--horizontal.u-chevron:after {
        right: 3rem
    }
}

.card.card--horizontal.card--backed {
    padding: 1rem
}

.card--event,
.card--profile {
    font-size: 1rem
}

.card--event .card__content,
.card--profile .card__content {
    overflow: auto;
    position: relative;
    text-align: center;
    width: 100%
}

@media(min-width: 768px) {

    .card--event .card__content,
    .card--profile .card__content {
        text-align: left;
        width: 95%
    }
}

.card--event .card__title,
.card--profile .card__title {
    margin: 1rem 0 .5rem
}

@media(min-width: 768px) {

    .card--event .card__title,
    .card--profile .card__title {
        margin: 0 0 .25rem
    }
}

.card--event .card__title,
.card--profile .card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card--event .card__position,
.card--profile .card__position {
    color: #000
}

@media(max-width: 767px) {

    .card--event .card__position,
    .card--profile .card__position {
        margin: .5rem 0
    }
}

.card--event .card__description,
.card--profile .card__description {
    color: #636c72;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width: 767px) {

    .card--event .card__description,
    .card--profile .card__description {
        margin: .5rem 0
    }
}

.card--event .card__tag,
.card--profile .card__tag {
    align-items: center;
    display: inline-flex;
    margin: 0 .5rem
}

@media(min-width: 768px) {

    .card--event .card__tag,
    .card--profile .card__tag {
        line-height: 1.5;
        margin: 0 1rem 0 0;
        max-width: 55%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media(min-width: 1200px) {

    .card--event .card__tag,
    .card--profile .card__tag {
        max-width: 75%
    }
}

.card--event .card__tag svg,
.card--profile .card__tag svg {
    fill: #002f70;
    height: 1rem;
    margin-right: 5px;
    position: relative;
    width: 1rem
}

@media(min-width: 768px) {

    .card--event .card__tag svg,
    .card--profile .card__tag svg {
        top: 1px
    }
}

.card--event .card__image,
.card--profile .card__image {
    margin: 0;
    max-width: 150px;
    transition: filter .3s
}

@media(min-width: 768px) {

    .card--event .card__image,
    .card--profile .card__image {
        float: left;
        margin-right: 1rem
    }
}

.card--event .card__image--placeholder,
.card--profile .card__image--placeholder {
    font-size: 4rem !important;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    width: 150px
}

@media(min-width: 768px) {

    .card--event .card__image--placeholder,
    .card--profile .card__image--placeholder {
        margin: 0 1rem 0 0
    }
}

@media(min-width: 1200px) {

    .card--event .card__image--placeholder,
    .card--profile .card__image--placeholder {
        font-size: 3.5rem !important
    }
}

.card--event .card__image--placeholder,
.card--profile .card__image--placeholder {
    background-color: #f5f5f5;
    color: #fff
}

.card--event .card__image--placeholder.user,
.card--profile .card__image--placeholder.user {
    align-items: center;
    display: flex;
    justify-content: center
}

.card--event .card__image--placeholder.user svg,
.card--profile .card__image--placeholder.user svg {
    fill: #101921;
    height: 30px;
    width: 30px
}

.card--event:hover .card__image,
.card--profile:hover .card__image {
    filter: brightness(.8)
}

.card--compact-mobile {
    display: grid;
    grid-template-columns: 30% 70%
}

@media(min-width: 544px) {
    .card--compact-mobile {
        display: block
    }
}

@media(max-width: 543px) {
    .card--compact-mobile:nth-of-type(n+2) {
        margin-top: 1rem
    }
}

@media(min-width: 544px) {
    .card--compact-mobile .media-wrap {
        width: auto
    }
}

.card--compact-mobile .card__title {
    margin-left: 3%
}

@media(min-width: 544px) {
    .card--compact-mobile .card__title {
        margin: 0;
        width: auto
    }
}

.card--compact-mobile .card__text {
    display: none
}

@media(min-width: 544px) {
    .card--compact-mobile .card__text {
        display: block
    }
}

@media(max-width: 543px) {
    .card--compact-mobile.card--backed {
        padding: 0
    }

    .card--compact-mobile.card--backed .media-wrap {
        margin: 0
    }

    .card--compact-mobile.card--backed .card__title {
        margin-top: .3em
    }
}

.card--event-grid {
    width: 100%
}

.card.card--profile {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center
}

.card.card--profile.u-chevron:after {
    display: none
}

@media(min-width: 768px) {
    .card.card--profile {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        padding: 1rem 2.5rem 1rem 1rem;
        text-align: left
    }

    .card.card--profile.u-chevron:after {
        display: inline-flex
    }
}

.card.card--profile .card__details {
    min-width: 0;
    width: 100%
}

@media(min-width: 768px) {
    .card.card--profile .card__details {
        width: 70%
    }
}

@media(min-width: 1024px) {
    .card.card--profile .card__details {
        width: 80%
    }
}

.card.card--profile .card__image,
.card.card--profile.card--backed .card__image {
    margin: 0 0 1rem
}

@media(min-width: 768px) {

    .card.card--profile .card__image,
    .card.card--profile.card--backed .card__image {
        margin: 0 1rem 0 0
    }

    .card--event {
        max-height: 7rem
    }
}

@media(max-width: 767px) {
    .card--event .card__head {
        height: 6rem;
        margin: 0 auto 1rem;
        position: relative;
        width: 9rem
    }

    .card--event .card__head-no-image {
        height: 4rem
    }
}

@media(min-width: 768px) {
    .card--event .card__body {
        padding-left: 8rem
    }
}

.card--event .card__image {
    background-color: #101921;
    border-radius: 0;
    height: 100%;
    max-width: none;
    position: relative;
    width: auto
}

@media(min-width: 768px) {
    .card--event .card__image {
        height: 100%;
        max-width: 7rem;
        position: absolute;
        width: 7rem
    }
}

.card--event:after {
    display: none
}

@media(min-width: 768px) {
    .card--event:after {
        display: inline-block;
        transform: translateY(calc(-50% - 2.5rem))
    }
}

.card--scholarship {
    border-left: none
}

.card--scholarship .card__title {
    margin: 0
}

.card--scholarship .card__description {
    font-weight: 700
}

.card--eresource.card,
.card--programme-spec.card,
.card--scholarship.selected,
.card--scholarship:hover {
    border-left: none
}

.card--eresource.card .card__title,
.card--programme-spec.card .card__title {
    font-size: 1.1rem;
    margin: 0
}

.card--eresource.card.selected,
.card--eresource.card:hover,
.card--programme-spec.card.selected,
.card--programme-spec.card:hover {
    border-left: none
}

.card--eresource.card:focus .card__title,
.card--eresource.card:hover .card__title,
.card--programme-spec.card:focus .card__title,
.card--programme-spec.card:hover .card__title {
    text-decoration: underline
}

.card--eresource.card .card__description,
.card--programme-spec.card .card__description {
    padding-top: 0
}

.card--programme-spec {
    display: flex;
    max-width: 100%
}

.card--programme-spec .document-list__download {
    display: flex;
    text-transform: uppercase
}

.card--programme-spec .document-list__download svg {
    margin-left: .5rem
}

.card--programme-spec .document-list__download #download-icon-top {
    transform: translateY(-1px);
    transition: transform .3s
}

.card--programme-spec:hover #download-icon-top {
    transform: translateY(2px)
}

.card--programme-spec {
    align-items: center;
    border: none;
    display: inline-flex;
    gap: 10px;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%
}

@media(min-width: 544px) {
    .card--programme-spec {
        width: auto
    }
}

.card.card--simple-title .card__title {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px
}

.card.card--fixed.card--profile {
    height: 360px;
    margin-bottom: 3rem;
    max-height: 360px;
    padding: 0
}

.card.card--fixed.card--profile a {
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
    width: 100%
}

.card.card--fixed.card--profile a .card__details {
    height: 100%;
    padding: 1rem;
    position: relative;
    text-align: center;
    top: -100px;
    width: 100%
}

.card.card--fixed.card--profile a .card__image {
    margin: 0 0 2rem;
    max-width: 140px;
    position: relative;
    top: -70px;
    width: 140px
}

.card.card--fixed.card--profile a .card__image.ki-user {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 0 20 20'%3E%3Ctitle%3Euser%3C/title%3E%3Cpath d='M9.5 11C6.467 11 4 8.533 4 5.5S6.467 0 9.5 0 15 2.467 15 5.5 12.533 11 9.5 11m0-10C7.019 1 5 3.019 5 5.5S7.019 10 9.5 10 14 7.981 14 5.5 11.981 1 9.5 1M17.5 20h-16C.673 20 0 19.327 0 18.5c0-.068.014-1.685 1.225-3.3.705-.94 1.67-1.687 2.869-2.219C5.558 12.33 7.377 12 9.5 12s3.942.33 5.406.981c1.199.533 2.164 1.279 2.869 2.219C18.986 16.815 19 18.432 19 18.5c0 .827-.673 1.5-1.5 1.5m-8-7c-3.487 0-6.06.953-7.441 2.756C1.024 17.107 1.001 18.488 1 18.502a.5.5 0 0 0 .5.498h16a.5.5 0 0 0 .5-.5c0-.012-.023-1.393-1.059-2.744C15.559 13.953 12.986 13 9.5 13'/%3E%3C/svg%3E");
    background-position: 52%;
    background-repeat: no-repeat;
    background: #fff5cc;
    height: 140px;
    width: 140px
}

.card.card--fixed.card--profile a .card__image.ki-user:before {
    height: 100%;
    position: relative;
    top: 25%;
    width: 100%
}

.card.card--fixed.card--profile a .card__title {
    line-height: 1.1;
    margin: 0 0 1rem;
    padding: 0
}

.card.card--fixed.card--profile a .card__tag {
    margin: 0
}

.card.card--fixed.card--profile a .card__position {
    font-size: .9rem;
    line-height: 1.5;
    margin: 0 0 1rem
}

.card.card--fixed.card--profile a .card__description {
    font-size: .9rem;
    height: 70px;
    line-height: 1.5
}

.card.card--fixed.card--profile a .card__description,
.card.card--fixed.card--profile a .card__position,
.card.card--fixed.card--profile a .card__tag,
.card.card--fixed.card--profile a .card__title {
    max-width: 100%;
    overflow: initial;
    text-overflow: clip;
    white-space: normal
}

.card.card--fixed.card--supervisor a {
    box-shadow: none
}

.card.card--fixed.card--supervisor a .card__details {
    line-height: 1.5
}

.card.card--fixed.card--supervisor a .card__title {
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: .5rem
}

.card.card--fixed.card--supervisor a .card__position {
    color: #101921;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5rem
}

.card.card--fixed.card--supervisor a .card__description {
    color: #101921;
    font-size: .9rem;
    height: auto;
    padding: .5rem 0
}

@media(min-width: 1024px) {
    .card.card--fixed.card--supervisor a .card__description {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.card.card--fixed.card--supervisor a .card__school {
    border-top: 1px solid #002f70;
    color: #636c72;
    font-size: .9rem;
    margin-top: 1rem;
    padding: 1rem 0
}

.card--video .card__title {
    padding-top: 1rem
}

.card.card--icon {
    justify-content: flex-start
}

.card.card--icon,
.card.card--icon .card__body {
    align-items: center;
    display: flex;
    flex-direction: column
}

.card.card--icon .card__title {
    font-size: 1.4rem;
    margin-bottom: .5rem;
    margin-top: 1rem;
    text-align: center;
    width: 100%
}

.card.card--icon .card__link,
.card.card--icon .media-wrap {
    width: 100%
}

.card.card--icon .card__text {
    padding: 0 1rem 1rem
}

.card.card--icon .card__image {
    display: flex;
    justify-content: center
}

.card.card--icon.card--backed .card__image .card__icon {
    margin: 3rem auto 1rem
}

.card.card--icon .card__header {
    align-items: center;
    display: flex;
    flex-direction: column
}

.card.card--icon.card--backed {
    padding: 2rem 0 0
}

@media(max-width: 767px) {

    .card.card--icon,
    .card.card--promo {
        flex: 0 0 60%;
        margin: 2rem 0
    }
}

@media(max-width: 374px) {

    .card.card--icon,
    .card.card--promo {
        flex: 0 0 100%
    }
}

.card.card--icon .card__title,
.card.card--promo .card__title {
    font-size: 1.8rem
}

.card.card--icon .card__title.u-chevron:after,
.card.card--promo .card__title.u-chevron:after {
    display: inline-block
}

.card.card--icon .card__title svg,
.card.card--promo .card__title svg {
    fill: #002f70;
    margin-left: 3px;
    position: relative;
    top: 2px;
    transition: transform .3s ease
}

.card.card--icon .card__title:hover svg,
.card.card--promo .card__title:hover svg {
    transform: translateX(5px)
}

.card.card--icon .card__text,
.card.card--promo .card__text {
    margin: 0
}

.card.card--icon .card__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.card.card--promo .card__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.card.card--icon .card__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.card.card--icon .card__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.card.card--promo .card__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.card.card--promo .card__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.card.card--icon .card__link .card__icon,
.card.card--icon .card__link img,
.card.card--promo .card__link .card__icon,
.card.card--promo .card__link img {
    transition: opacity .3s;
    -webkit-transition: -webkit-filter .3s linear
}

.card.card--icon .card__link:hover img,
.card.card--promo .card__link:hover img {
    opacity: .7
}

.card.card--icon .card__link:hover .card__icon,
.card.card--promo .card__link:hover .card__icon {
    filter: saturate(2.5)
}

.card--affiliate {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.card--affiliate .card__title {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    width: 100%
}

.card--center {
    text-align: center
}

.card ul {
    display: inline-block;
    font-size: 1rem;
    padding: 0;
    text-align: left
}

.card ul>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

.card ul>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

.card ul ol,
.card ul ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.card ul a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.card ul a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.card ul a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.card.card--icon ul {
    font-size: inherit
}

.card.card--parallelogram {
    margin: 0;
    width: 50%
}

.card.card--parallelogram img {
    width: 100%
}

@media(min-width: 1024px) {
    .card.card--parallelogram {
        width: 400px
    }

    .card.card--parallelogram:first-of-type {
        margin-bottom: 1rem
    }

    .card.card--parallelogram:nth-of-type(2) {
        margin-bottom: 0;
        margin-right: 40px
    }
}

@media(min-width: 1500px) {
    .card.card--parallelogram {
        width: 450px
    }

    .card.card--parallelogram:nth-of-type(2) {
        margin-bottom: 0;
        margin-right: 48px
    }
}

@media(min-width: 1920px) {
    .card.card--parallelogram {
        width: 500px
    }
}

@media(min-width: 1024px) {
    .card.card--parallelogram>div {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        overflow: hidden;
        transform: skew(-8deg)
    }

    .card.card--parallelogram>div img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: skew(8deg) scale(1.2)
    }
}

.card .ki-email:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 -2 20 20'%3E%3Ctitle%3Eenvelope%3C/title%3E%3Cpath d='M17.5 6h-16C.673 6 0 6.673 0 7.5v9c0 .827.673 1.5 1.5 1.5h16c.827 0 1.5-.673 1.5-1.5v-9c0-.827-.673-1.5-1.5-1.5m0 1q.044 0 .087.008l-7.532 5.021c-.29.193-.819.193-1.109 0L1.414 7.008A1 1 0 0 1 1.501 7h16zm0 10h-16a.5.5 0 0 1-.5-.5V7.934l7.391 4.927c.311.207.71.311 1.109.311s.798-.104 1.109-.311L18 7.934V16.5a.5.5 0 0 1-.5.5'/%3E%3C/svg%3E");
    margin-right: 5px
}

.card .ki-pin:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Emap-marker%3C/title%3E%3Cpath d='M10 20a.5.5 0 0 1-.393-.191c-.057-.073-1.418-1.814-2.797-4.385-.812-1.513-1.46-2.999-1.925-4.416C4.298 9.221 4.001 7.536 4.001 6c0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-.298 3.22-.884 5.008-.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385a.5.5 0 0 1-.393.191zm0-19C7.243 1 5 3.243 5 6c0 3.254 1.463 6.664 2.691 8.951A34 34 0 0 0 10 18.661a34 34 0 0 0 2.318-3.726C13.541 12.652 15 9.248 15 6c0-2.757-2.243-5-5-5'/%3E%3Cpath d='M10 9C8.346 9 7 7.654 7 6s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m0-5c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2'/%3E%3C/svg%3E");
    margin-right: 5px
}

.card .ki-phone:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Etelephone%3C/title%3E%3Cpath d='M16 20c-1.771 0-3.655-.502-5.6-1.492-1.793-.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127C.515 7.655.013 5.771.013 4c0-1.148 1.07-2.257 1.529-2.68C2.203.711 3.243 0 3.999 0c.376 0 .816.246 1.387.774.425.394.904.928 1.383 1.544.289.372 1.73 2.271 1.73 3.182 0 .747-.845 1.267-1.739 1.816-.346.212-.703.432-.961.639-.276.221-.325.338-.333.364.949 2.366 3.85 5.267 6.215 6.215.021-.007.138-.053.363-.333.207-.258.427-.616.639-.961.55-.894 1.069-1.739 1.816-1.739.911 0 2.81 1.441 3.182 1.73.616.479 1.15.958 1.544 1.383.528.57.774 1.011.774 1.387 0 .756-.711 1.799-1.319 2.463-.424.462-1.533 1.537-2.681 1.537zM3.994 1c-.268.005-.989.333-1.773 1.055C1.477 2.741 1.014 3.486 1.014 4c0 6.729 8.264 15 14.986 15 .513 0 1.258-.465 1.944-1.213.723-.788 1.051-1.512 1.056-1.781-.032-.19-.558-.929-1.997-2.037-1.237-.952-2.24-1.463-2.498-1.469-.018.005-.13.048-.357.336-.197.251-.408.594-.613.926-.56.911-1.089 1.772-1.858 1.772a1 1 0 0 1-.363-.071c-2.625-1.05-5.729-4.154-6.779-6.779-.126-.315-.146-.809.474-1.371.33-.299.786-.579 1.228-.851.332-.204.676-.415.926-.613.288-.227.331-.339.336-.357-.007-.258-.517-1.261-1.469-2.498C4.922 1.555 4.183 1.03 3.993.997z'/%3E%3C/svg%3E");
    margin-right: 5px
}

.card .ki-clock:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Eclock3%3C/title%3E%3Cpath d='M16.218 3.782C14.424 1.988 12.038 1 9.5 1s-4.923.988-6.718 2.782S0 7.962 0 10.499s.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-.988 6.718-2.782S19 13.037 19 10.499s-.988-4.923-2.782-6.717M9.5 19C4.813 19 1 15.187 1 10.5S4.813 2 9.5 2 18 5.813 18 10.5 14.187 19 9.5 19'/%3E%3Cpath d='M15.129 7.25a.5.5 0 0 0-.683-.183l-4.92 2.841-3.835-2.685a.5.5 0 0 0-.573.819l4.096 2.868.003.002.026.016.007.004.027.014.006.003.031.014.019.007.014.005.02.006.013.003.02.005.014.003.019.003.018.002.016.002a.4.4 0 0 0 .092-.002h.001l.055-.01.004-.001a.3.3 0 0 0 .058-.019l.047-.021.009-.005.017-.009 5.196-3a.5.5 0 0 0 .183-.683z'/%3E%3C/svg%3E");
    margin-right: 5px
}

.card .ki-book:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 -2 20 20'%3E%3Ctitle%3Ebook%3C/title%3E%3Cpath d='M18.854 4.646C18.095 3.886 16.368 3 14 3c-2.052 0-3.623.667-4.5 1.339C8.623 3.667 7.052 3 5 3 2.633 3 .906 3.887.146 4.646A.5.5 0 0 0 0 5v11a.5.5 0 0 0 .854.354C1.357 15.851 2.796 15 5 15s3.644.851 4.146 1.354a.5.5 0 0 0 .707 0c.503-.503 1.942-1.354 4.146-1.354s3.644.851 4.146 1.354a.5.5 0 0 0 .545.108.5.5 0 0 0 .309-.462V5a.5.5 0 0 0-.146-.354zM1 15.004V5.221c.604-.506 1.981-1.22 4-1.22s3.397.714 4 1.221v9.783c-.918-.542-2.292-1.004-4-1.004s-3.082.461-4 1.004zm17 0C17.082 14.462 15.707 14 14 14s-3.082.462-4 1.004V5.221C10.603 4.715 11.98 4 14 4s3.396.714 4 1.22z'/%3E%3C/svg%3E");
    margin-right: 5px
}

.card .ki-user:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Euser%3C/title%3E%3Cpath d='M9.5 11C6.467 11 4 8.533 4 5.5S6.467 0 9.5 0 15 2.467 15 5.5 12.533 11 9.5 11m0-10C7.019 1 5 3.019 5 5.5S7.019 10 9.5 10 14 7.981 14 5.5 11.981 1 9.5 1M17.5 20h-16C.673 20 0 19.327 0 18.5c0-.068.014-1.685 1.225-3.3.705-.94 1.67-1.687 2.869-2.219C5.558 12.33 7.377 12 9.5 12s3.942.33 5.406.981c1.199.533 2.164 1.279 2.869 2.219C18.986 16.815 19 18.432 19 18.5c0 .827-.673 1.5-1.5 1.5m-8-7c-3.487 0-6.06.953-7.441 2.756C1.024 17.107 1.001 18.488 1 18.502a.5.5 0 0 0 .5.498h16a.5.5 0 0 0 .5-.5c0-.012-.023-1.393-1.059-2.744C15.559 13.953 12.986 13 9.5 13'/%3E%3C/svg%3E");
    margin-right: 5px
}

.card .card__flag {
    align-items: center;
    backdrop-filter: blur(2px);
    background: #f0674f;
    background: hsla(9, 84%, 63%, .7);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-size: 1rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 1.5;
    padding: 2rem 2rem 1rem;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

.card .card__flag svg {
    display: block;
    margin-top: .3rem;
    width: 20px
}

@media(min-width: 544px) {
    .card .card__flag svg {
        width: 30px
    }
}

.card .card__flag {
    border-top-left-radius: 0;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    display: block;
    padding: 2rem 1rem 1rem;
    text-align: left;
    width: 50%
}

.card .card__flag svg {
    display: inline-flex
}

.card .card__flag.card__flag--thin {
    clip-path: polygon(0 0, 70% 0, 45% 100%, 0 100%);
    font-size: 1rem;
    padding: 2rem 2rem 1rem 1rem
}

.card .card__flag.card__flag--right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    left: auto;
    right: 0;
    text-align: right
}

.card .card__flag.card__flag--right.card__flag--thin {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 55% 100%);
    padding: 2rem 1rem 1rem 2rem
}

.card .card__online-tag {
    align-items: center;
    border-radius: 0;
    bottom: .5rem;
    color: #fff;
    display: flex;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 0;
    padding: .2rem .4rem;
    position: absolute;
    right: .5rem;
    width: auto;
    z-index: 1
}

.card .card__online-tag svg {
    margin-right: .2rem;
    width: 17px
}

.card .card__flag--blue {
    background: rgba(0, 133, 207, .8)
}

.card .card__flag--red {
    background: #d32737
}

.card .card__flag--yellow {
    background: rgba(253, 80, 0, .5)
}

.card .card__image--greyed {
    filter: opacity(.5) grayscale(20%)
}

.card .clearing-tag {
    background: #d32737;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: .7rem;
    margin-top: 1rem;
    padding: 2px 7px;
    text-align: center
}

.card .clearing-tag--yellow {
    background: #ffcf00;
    color: #101921
}

.pc-availability {
    margin: 3rem 0
}

.pc-availability__item {
    border-bottom: 1px solid #ccc
}

.pc-availability__item:last-child {
    border-bottom: none
}

.pc-availability__title {
    margin: 3rem 0 1rem
}

.pc-availability .card--pc-availability {
    align-items: center;
    border-bottom: none;
    border-left: none;
    display: flex;
    margin: 0;
    text-align: left;
    transition: none
}

.pc-availability .card--pc-availability:hover {
    border-left: none
}

.pc-availability .card--pc-availability .card__image {
    margin: 0 1rem 0 0;
    max-width: 100px;
    transition: filter .3s
}

.pc-availability .card--pc-availability .card__title {
    line-height: 1.1;
    margin: 0
}

.pc-availability .card--pc-availability .card__details {
    width: 100%
}

.pc-availability .card--pc-availability .card__description {
    display: block;
    padding-top: .5rem
}

.pc-availability .card--pc-availability .card__number {
    display: block;
    font-size: 3rem;
    line-height: .8
}

.pc-availability .card--pc-availability .card__totals {
    display: block;
    padding-top: .5rem
}

div.card--linkgroup .media-wrap:hover:before {
    background-color: transparent;
    opacity: 1
}

.no-flexbox:not(.flexboxtweener) .content--card {
    display: table
}

.no-flexbox:not(.flexboxtweener) .card {
    display: table-cell;
    width: 100%
}

@media(min-width: 1024px) {
    .no-flexbox:not(.flexboxtweener) .card {
        width: 20%
    }
}

.no-flexbox:not(.flexboxtweener) .card--horizontal {
    display: table;
    width: 100%
}

.card--course .card__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem
}

.card--course .card__content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.card--course .card__body {
    flex: 1 1 auto
}

.card--course .card__title {
    line-height: 1.1;
    margin-bottom: 1rem
}

.card--course .card__text {
    padding: 0 1rem
}

.card--course .card__tag {
    display: block;
    font-size: .8rem;
    padding: 0
}

.card--course .card__pill {
    align-items: center;
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    font-size: .8rem;
    gap: 5px;
    margin: 1rem 0;
    padding: 5px 10px 3px
}

.card--course .card__pill svg {
    fill: #fff;
    height: 15px;
    width: 15px
}

.card--course .card__pill.pill--blue {
    background: #0085cf
}

.card--course .card__pill.pill--red {
    background: #d32737
}

.card--course .card__pill.pill--yellow {
    background: #fd5000
}

.card--course .card__pill.pill--green {
    background: #78bf26
}

.card--course .card__pill.pill--light-blue {
    background: rgba(0, 133, 207, .1);
    border: 1px solid #0085cf;
    color: #0085cf
}

.card--course .card__pill.pill--light-blue svg {
    fill: #0085cf
}

.card--course .card__pill.pill--light-red {
    background: rgba(211, 39, 55, .1);
    border: 1px solid #d32737;
    color: #d32737
}

.card--course .card__pill.pill--light-red svg {
    fill: #d32737
}

.card--course .card__pill.pill--light-yellow {
    background: rgba(253, 80, 0, .1);
    border: 1px solid #fd5000;
    color: #fd5000
}

.card--course .card__pill.pill--light-yellow svg {
    fill: #fd5000
}

.card--course .card__pill.pill--light-green {
    background: rgba(120, 191, 38, .1);
    border: 1px solid #78bf26;
    color: #78bf26
}

.card--course .card__pill.pill--light-green svg {
    fill: #78bf26
}

.card--course ul.simple-list {
    font-size: .7rem;
    margin: 0
}

.card--course ul.simple-list li {
    align-items: center;
    display: flex;
    padding: 3px 0
}

.card--course ul.simple-list li:after {
    display: none
}

.card--course ul.simple-list svg {
    fill: #101921;
    height: 15px;
    margin-bottom: 3px;
    margin-right: 5px;
    min-width: 15px;
    width: 15px
}

.card--course .group-options {
    font-size: .7rem;
    margin-top: 1rem
}

.card--course .group-options__title {
    font-weight: 700;
    margin-bottom: 7px
}

.card--course img {
    aspect-ratio: 3/2
}

.card--accommodation .card__title {
    font-size: 1.2rem;
    margin: 0
}

.card--accommodation .card__price span {
    color: #fd5000;
    font-size: 1.1rem;
    font-weight: 700
}

.card--accommodation .card__price.card__tag {
    margin: 1rem 0
}

.card--accommodation .card__price.card__tag span {
    border: 1px solid #fd5000;
    border-left-width: 5px;
    border-radius: 0;
    color: #fd5000;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 15px 5px 12px
}

.card--module.card__title {
    display: block;
    font-size: 1.3rem;
    padding: 15px 0
}

.card .card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.card a.card__inner,
.card li a.card__inner {
    border: none !important
}

.card a.card__inner:hover,
.card li a.card__inner:hover {
    border: none
}

.card a.card__inner:hover .card__image img,
.card li a.card__inner:hover .card__image img {
    filter: brightness(80%)
}

@-moz-document url-prefix() {

    .card a.card__inner:focus-visible,
    .card li a.card__inner:focus-visible {
        outline: auto
    }
}

.card a.card__inner .card__body,
.card li a.card__inner .card__body {
    overflow: hidden
}

.card .card__description {
    padding-top: 1rem
}

.card .card__description:first-child {
    padding-top: 0
}

.card .card__image {
    overflow: hidden;
    position: relative
}

.card .card__image img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: filter .3s ease-in-out;
    width: 100%
}

.card .card__image .date-block {
    position: absolute
}

.card .card__image .blank-image {
    align-items: center;
    background: #ccd5e2;
    display: flex;
    justify-content: center
}

.card .card__image .blank-image img {
    aspect-ratio: 1/1;
    visibility: hidden
}

.card .card__image .blank-image .card__icon {
    position: absolute
}

.card .card__image .blank-image .card__icon svg {
    height: 5rem;
    width: 5rem
}

.card.card--backed {
    padding: 0
}

.card.card--backed .card__footer,
.card.card--backed .card__text {
    padding: 0 1rem 1rem
}

.card.card--backed .card__image {
    margin-right: -1px
}

.card.card--media-object .card__body {
    display: grid;
    grid-template-areas: "img" "text";
    grid-template-rows: 1fr 1fr;
    height: 100%
}

@media(min-width: 1024px) {
    .card.card--media-object .card__body {
        grid-template-areas: "img text";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports(-webkit-appearance:none) {
        .card.card--media-object .card__body {
            height: auto
        }
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports(-webkit-appearance:none) {
        @media(min-width:1024px) {
            .card.card--media-object .card__body {
                height: -webkit-fill-available
            }
        }
    }
}

.card.card--media-object .card__text {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-area: text;
    justify-content: center;
    margin: 0;
    padding: 0 1rem 1rem
}

.card.card--media-object .card__image {
    grid-area: img;
    margin: 0;
    width: calc(100% + 1px)
}

.card.card--media-object .card__image img {
    height: 100%
}

.card.card--media-object .card__description {
    margin-bottom: 0
}

.card.card--media-object a.card__inner:focus-visible {
    padding: 5px
}

.card.card--media-object a.card__inner:focus-visible .card__body {
    outline: 5px solid #06c
}

.card.card--media-object blockquote {
    display: block;
    margin: 0;
    padding: 4rem 2rem 2rem
}

@media(min-width: 1366px) {
    .card.card--media-object blockquote q.h3 {
        font-size: 1.8rem
    }
}

.card.card--media-object q:before {
    content: open-quote;
    display: block;
    font-size: 5rem;
    line-height: 0
}

.card.card--media-object q:after {
    content: no-close-quote
}

.card.card--media-object q.q--small:before {
    content: open-quote;
    display: block;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 0;
    margin-top: .5rem;
    position: relative;
    top: 2px
}

.card.card--media-object q.q--small:after {
    content: no-close-quote
}

.card.card--media-object.card--small-image {
    border-radius: 0
}

@media(min-width: 1024px) {
    .card.card--media-object.card--small-image .card__body {
        grid-template-columns: 1fr 4fr;
        min-height: 200px
    }
}

.card.card--media-object.card--small-image .card__title {
    font-size: 1.6rem
}

.card.card--media-object.card--small-image .card__subtitle {
    font-weight: 700
}

.card.card--media-object.card--small-image .card__description {
    margin: 0;
    padding: 0
}

.card.card--media-object.card--round-image .card__image {
    align-items: center;
    border: 5px solid transparent;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out
}

.card.card--media-object.card--round-image .card__image img {
    border-radius: 50%;
    height: auto;
    margin: 2rem;
    width: 33%
}

@media(min-width: 1024px) {
    .card.card--media-object.card--round-image .card__image img {
        padding: 0;
        width: 67%
    }
}

.card.card--media-object.card--round-image .card__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 2rem 2rem;
    text-align: center
}

@media(min-width: 1024px) {
    .card.card--media-object.card--round-image .card__text {
        padding: 0 1rem 0 0;
        text-align: left
    }
}

.card.card--media-object.card--round-image .card__icon {
    align-items: center;
    background: #f5f5f5;
    border: 5px solid transparent;
    border-radius: 50%;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0;
    transition: all .3s ease-in-out;
    width: 100px
}

.card.card--media-object.card--round-image .card__icon svg {
    fill: #fd5000;
    height: 50px;
    width: 50px
}

.card.card--media-object.card--round-image .card__inner:hover .card__image img {
    border: 5px solid #fd5000;
    filter: none
}

.card.card--media-object.card--round-image .card__inner:hover .card__icon {
    border: 5px solid #fd5000
}

.card.card--media-object.card--vertical .card__title {
    margin: 0 0 8px
}

.card.card--media-object.card--vertical .card__icon {
    margin: 2rem 2rem 1rem
}

.card.card--media-object.card--vertical .card__body {
    display: grid;
    grid-template-areas: "img" "text";
    grid-template-columns: auto
}

.card.card--media-object.card--vertical .card__text {
    padding: 0 2rem 2rem;
    text-align: center
}

.card.card--media-object.card--vertical .card__image img {
    margin: 2rem;
    width: 50%
}

@media(min-width: 544px) {
    .card.card--media-object.card--vertical .card__image img {
        width: 33%
    }
}

@media(min-width: 768px) {
    .card.card--media-object.card--vertical .card__image img {
        width: 50%
    }
}

.card.card--media-object.card--vertical .card__footer {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 0
}

.card.card--media-object.card--backed .card__text {
    padding: 1rem
}

.card.card--course {
    padding: 0
}

.content--card-grid {
    width: 100%
}

@media(min-width: 768px) {
    .content--card-grid {
        display: flex;
        flex-wrap: wrap
    }

    .content--card-grid .card--fixed {
        margin: 1rem 1rem 1rem 0;
        width: 45%
    }
}

@supports(display: grid) {
    .content--card-grid {
        display: grid;
        grid-gap: 3rem;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    @media(min-width: 1024px) {
        .content--card-grid {
            grid-gap: 1rem;
            grid-template-columns: repeat(auto-fill, minmax(30%, 1fr))
        }
    }

    .content--card-grid .card--fixed {
        margin: 0;
        max-width: 100%;
        width: 100%
    }

    .content--card-grid-vertical {
        grid-template-columns: 1fr
    }
}

@supports(display: grid) {
    @media(min-width:768px) {
        .content--card-grid-vertical {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width: 1024px) {
        .content--card-grid-vertical {
            grid-template-columns: 1fr 1fr 1fr
        }
    }
}

@supports(display: grid) {
    .content--card-grid-one {
        grid-template-columns: auto
    }

    @media(min-width: 544px) {
        .content--card-grid-one {
            grid-template-columns: 1fr 1fr
        }
    }

    @media(min-width: 1024px) {
        .content--card-grid-one {
            grid-template-columns: auto
        }
    }
}

@supports(display: grid) {
    .content--card-grid-two {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    @media(min-width: 1024px) {
        .content--card-grid-two {
            grid-template-columns: repeat(auto-fill, minmax(45%, 1fr))
        }
    }
}

@media(max-width: 543px) {

    .content--card-grid-two-mobile .button.button--swipe:not(.button--bullet) span,
    .content--card-grid-two-mobile.content--card-grid-four .button.button--swipe:not(.button--bullet) span,
    .content--card-grid-two-mobile.content--card-grid-one .button.button--swipe:not(.button--bullet) span,
    .content--card-grid-two-mobile.content--card-grid-three .button.button--swipe:not(.button--bullet) span,
    .content--card-grid-two-mobile.content--card-grid-two .button.button--swipe:not(.button--bullet) span {
        font-size: .7rem;
        margin-right: .3rem
    }
}

@media(max-width: 580px) {

    .content--card-grid-two-mobile,
    .content--card-grid-two-mobile.content--card-grid-four,
    .content--card-grid-two-mobile.content--card-grid-one,
    .content--card-grid-two-mobile.content--card-grid-three,
    .content--card-grid-two-mobile.content--card-grid-two {
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr))
    }
}

@media(max-width: 543px) {

    .content--card-grid-two-mobile,
    .content--card-grid-two-mobile.content--card-grid-four,
    .content--card-grid-two-mobile.content--card-grid-one,
    .content--card-grid-two-mobile.content--card-grid-three,
    .content--card-grid-two-mobile.content--card-grid-two {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
        grid-gap: .8rem
    }

    .content--card-grid-two-mobile .card__title,
    .content--card-grid-two-mobile.content--card-grid-four .card__title,
    .content--card-grid-two-mobile.content--card-grid-one .card__title,
    .content--card-grid-two-mobile.content--card-grid-three .card__title,
    .content--card-grid-two-mobile.content--card-grid-two .card__title {
        font-size: .9rem
    }

    .content--card-grid-two-mobile .card__tag,
    .content--card-grid-two-mobile.content--card-grid-four .card__tag,
    .content--card-grid-two-mobile.content--card-grid-one .card__tag,
    .content--card-grid-two-mobile.content--card-grid-three .card__tag,
    .content--card-grid-two-mobile.content--card-grid-two .card__tag {
        font-size: .8rem;
        padding-top: 4px
    }
}

@media(max-width: 413px) {

    .content--card-grid-two-mobile,
    .content--card-grid-two-mobile.content--card-grid-four,
    .content--card-grid-two-mobile.content--card-grid-one,
    .content--card-grid-two-mobile.content--card-grid-three,
    .content--card-grid-two-mobile.content--card-grid-two {
        grid-template-columns: repeat(auto-fill, minmax(135px, 1fr))
    }
}

@media(max-width: 374px) {

    .content--card-grid-two-mobile,
    .content--card-grid-two-mobile.content--card-grid-four,
    .content--card-grid-two-mobile.content--card-grid-one,
    .content--card-grid-two-mobile.content--card-grid-three,
    .content--card-grid-two-mobile.content--card-grid-two {
        grid-template-columns: 1fr
    }
}

@supports(display: grid) {
    .content--card-grid-three {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    @media(min-width: 1024px) {
        .content--card-grid-three {
            grid-template-columns: repeat(auto-fill, minmax(30%, 1fr))
        }
    }
}

@supports(display: grid) {
    .content--card-grid-four {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    @media(min-width: 1024px) {
        .content--card-grid-four {
            grid-template-columns: repeat(auto-fill, minmax(20%, 1fr))
        }

        .content--card-grid-four.content--card-grid-center .card:first-child {
            grid-column: 2
        }
    }
}

@supports(display: grid) {
    .content--card-grid-three.content--card-grid-center {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    @media(min-width: 768px) {
        .content--card-grid-three.content--card-grid-center {
            grid-gap: 1rem;
            grid-template-columns: repeat(auto-fill, minmax(30%, 1fr))
        }
    }

    @media(min-width: 1024px) {
        .content--card-grid-three.content--card-grid-center {
            margin: 0 auto;
            max-width: calc(75% - 2rem)
        }
    }
}

.content--fixed-height-cards .card__image img {
    height: 200px
}

.card.card--callout {
    background: transparent;
    max-width: 450px
}

.card.card--callout .card__image {
    margin: 0;
    z-index: 1
}

.card.card--callout .card__image img {
    clip-path: polygon(0 0, 70% 0, 70% 20%, 100% 20%, 100% 100%, 70% 100%, 70% 90%, 0 90%)
}

.card.card--callout .card__text {
    margin: 0 0 0 2rem;
    padding: 2rem;
    position: relative;
    top: -2rem;
    width: calc(100% - 2rem)
}

.card.card--callout-horizontal {
    max-width: 100%
}

@media(min-width: 768px) {
    .card.card--callout-horizontal .card__body {
        display: flex
    }

    .card.card--callout-horizontal .card__image {
        width: 33%
    }

    .card.card--callout-horizontal .card__image img {
        clip-path: polygon(82% 0, 82% 24%, 100% 24%, 100% 100%, 81% 100%, 81% 86%, 0 86%, 0 0);
        height: 100%
    }

    .card.card--callout-horizontal .card__text {
        left: -2rem;
        margin: 0;
        padding-left: 4rem;
        top: 0
    }
}

@media(min-width: 1024px) {
    .card.card--callout-horizontal .card__body {
        display: initial
    }

    .card.card--callout-horizontal .card__image {
        width: unset
    }

    .card.card--callout-horizontal .card__image img {
        clip-path: polygon(0 0, 70% 0, 70% 20%, 100% 20%, 100% 100%, 70% 100%, 70% 90%, 0 90%);
        height: inital
    }

    .card.card--callout-horizontal .card__text {
        left: -2rem;
        margin: 0 0 0 2rem;
        padding: 2rem;
        top: -2rem;
        width: calc(100% - 2rem)
    }
}

@media(min-width: 1366px) {
    .card.card--callout-horizontal .card__body {
        display: flex
    }

    .card.card--callout-horizontal .card__image {
        width: 33%
    }

    .card.card--callout-horizontal .card__image img {
        clip-path: polygon(82% 0, 82% 24%, 100% 24%, 100% 100%, 81% 100%, 81% 86%, 0 86%, 0 0);
        height: 100%
    }

    .card.card--callout-horizontal .card__text {
        left: -2rem;
        margin: 0;
        padding-left: 4rem;
        top: 0
    }
}

.card--slanted.card--backed {
    margin-bottom: 2rem;
    transform: skew(5deg)
}

.card--slanted.card--backed .button,
.card--slanted.card--backed .card__image img,
.card--slanted.card--backed .card__text,
.card--slanted.card--backed .image-slant-overlay {
    transform: skew(-5deg)
}

.card--slanted.card--backed .card__image {
    background: #fff
}

.card--slanted.card--backed .card__image img {
    height: 10rem;
    left: -2.5rem;
    position: relative
}

@media(min-width: 768px) {
    .card--slanted.card--backed .card__image img {
        height: 11rem
    }
}

@media(min-width: 1500px) {
    .card--slanted.card--backed .card__image img {
        height: 13rem
    }
}

.card--slanted.card--backed .card__image svg.image-slant-overlay {
    fill: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    width: auto
}

.card--slanted.card--backed .card__text {
    padding: .5rem 1.5rem 0
}

@media(min-width: 768px) {
    .card--slanted.card--backed .card__text {
        font-size: 1.1rem;
        padding: 1rem 2.5rem 0
    }
}

.card--slanted.card--backed .card__text .card__title {
    font-size: 1.2rem;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .card--slanted.card--backed .card__text .card__title {
        font-size: 1.5rem
    }
}

.card--slanted.card--backed .card__footer {
    padding: 0 1rem 2rem
}

@media(min-width: 768px) {
    .card--slanted.card--backed .card__footer {
        padding: 0 1.7rem 2rem
    }
}

.card--slanted.card--backed .card__inner {
    justify-content: normal
}

.card--slanted.card--backed:nth-child(2n+0) {
    position: relative;
    top: -1.5rem
}

.card--slanted.card--backed a.card__inner .card__body,
.card--slanted.card--backed li a.card__inner .card__body {
    overflow: visible
}

.content--center .card--slanted.card--backed .card__image,
.content--four-columns .card--slanted.card--backed .card__image {
    background: #fff
}

@media(min-width: 1024px) {

    .content--center .card--slanted.card--backed .card__image img,
    .content--four-columns .card--slanted.card--backed .card__image img {
        height: 8rem;
        left: -1.5rem
    }
}

@media(min-width: 1500px) {

    .content--center .card--slanted.card--backed .card__image img,
    .content--four-columns .card--slanted.card--backed .card__image img {
        height: 10rem
    }
}

.card-subgrid {
    display: grid;
    grid-template-rows: subgrid
}

.card-subgrid--span-3 {
    grid-row: span 3
}

.card-subgrid--gap-20 {
    gap: 20px
}

.card-subgrid .text {
    padding: 0 20px
}

html.feature .panel.panel--content.panel--heading .panel__body {
    display: block;
    max-width: calc(1640px + 4rem)
}

.panel .button.button--swipe.button--bullet svg {
    fill: var(--panel-background, #101921)
}

@media(min-width: 1024px) {
    .panel .button.button--swipe.button--bullet:hover svg {
        fill: #101921
    }

    .panel .button.button--swipe.button--bullet:hover span {
        color: #101921
    }
}

.panel .icon-text__text:before {
    background: #101921
}

.panel .link-listing__item {
    border-bottom: 1px solid var(--panel-border-color, #ccc)
}

.panel a.link-listing__link {
    color: var(--panel-font-color, #000)
}

.panel {
    background-color: var(--panel-background, #fff)
}

@media(min-width: 1024px) {
    .panel.panel--slash .clip {
        opacity: .8
    }
}

@media(max-width: 1023px) {
    .panel.panel--slash.panel--editorial .clip.clip--overlaid {
        backdrop-filter: none;
        opacity: .8
    }
}

.panel.panel--slash.panel--editorial.panel--solid .clip,
.panel.panel--slash.panel--editorial.panel--solid .media-wrap,
.panel.panel--slash.panel--editorial.panel--solid .video-launcher {
    background-color: var(--panel-background, #fff);
    opacity: 1
}

@media(max-width: 1023px) {
    .panel.panel--slash.panel--editorial.panel--solid .clip.clip--overlaid {
        backdrop-filter: none;
        opacity: .8
    }
}

.panel.panel--transparent {
    color: #fff
}

.panel.panel--transparent li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel.panel--transparent p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel.panel--transparent li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--transparent li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel.panel--transparent p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--transparent p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel.panel--transparent ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

.panel.panel--transparent ul.bullet-list>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

.panel.panel--transparent ul.bullet-list>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

.panel.panel--transparent ul.bullet-list ol,
.panel.panel--transparent ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.panel.panel--transparent .panel__body h1,
.panel.panel--transparent .panel__body h2,
.panel.panel--transparent .panel__body h3,
.panel.panel--transparent .panel__body h4,
.panel.panel--transparent .panel__body q.h2,
.panel.panel--transparent .panel__description,
.panel.panel--transparent ul.bullet-list>li:before {
    color: #fff
}

.panel.panel--transparent .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel.panel--transparent .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel.panel--transparent .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--transparent .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel.panel--transparent .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--transparent .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel.panel--transparent .panel__description ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

.panel.panel--transparent .panel__description ul.bullet-list>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

.panel.panel--transparent .panel__description ul.bullet-list>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

.panel.panel--transparent .panel__description ul.bullet-list ol,
.panel.panel--transparent .panel__description ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.panel.panel--transparent .panel__description ul.bullet-list>li:before {
    color: #fff
}

.panel.panel--transparent .icon-text__text:before {
    background: #fff
}

.panel.panel--transparent .link-listing__item {
    border-bottom: 1px solid #fff
}

.panel.panel--white li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel.panel--white p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.panel.panel--white li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel.panel--white p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.panel.panel--white .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel.panel--white .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.panel.panel--white .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel.panel--white .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.panel.panel--white .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel.panel--white .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.panel.panel--white .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel.panel--white .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.panel.panel--white .link-listing__item {
    border-bottom: 1px solid #101921
}

@media(min-width: 1024px) {
    .panel.panel--white .button.button--swipe.button--bullet:hover svg {
        fill: var(--color, #fff)
    }

    .panel.panel--white .button.button--swipe.button--bullet:hover span {
        color: var(--color, #fff)
    }
}

.panel.panel--dark-navy {
    background: #101921;
    color: #fff
}

.panel.panel--dark-navy li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel.panel--dark-navy p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel.panel--dark-navy li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--dark-navy li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel.panel--dark-navy p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--dark-navy p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel.panel--dark-navy .panel__body .content,
.panel.panel--dark-navy .panel__body .h1,
.panel.panel--dark-navy .panel__body .h2,
.panel.panel--dark-navy .panel__body .h3,
.panel.panel--dark-navy .panel__body .h4,
.panel.panel--dark-navy .panel__body h1,
.panel.panel--dark-navy .panel__body h2,
.panel.panel--dark-navy .panel__body h3,
.panel.panel--dark-navy .panel__body h4,
.panel.panel--dark-navy .panel__body q.h2 {
    color: #fff
}

.panel.panel--dark-navy .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel.panel--dark-navy .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel.panel--dark-navy .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--dark-navy .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel.panel--dark-navy .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--dark-navy .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel.panel--dark-navy .panel__description {
    color: #fff
}

.panel.panel--dark-navy .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel.panel--dark-navy .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel.panel--dark-navy .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--dark-navy .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel.panel--dark-navy .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--dark-navy .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel.panel--dark-navy .icon-text__text:before {
    background: #fff
}

.panel.panel--dark-navy .link-listing__item {
    border-bottom: 1px solid #fff
}

.panel.panel--dark-navy .button:not(.card__button) {
    background-color: #101921;
    border-color: #fff;
    color: #fff
}

.panel.panel--dark-navy .button:not(.card__button).u-chevron-button:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button) {
    background-color: #101921;
    border-color: #fff;
    border-color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button) .button__background {
    background-color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button) svg {
    background-color: var(--background, #fff);
    fill: #101921
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button) span {
    color: #101921
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet {
    background-color: transparent;
    border-color: transparent
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet .button__background {
    background-color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet span {
    color: #fff
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet svg {
    background-color: #fff
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet.button--coloured .button__background,
.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet.button--coloured svg {
    background-color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet.button--coloured span {
    color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.card__button).button--bullet.button--coloured:hover span {
    color: #101921
}

@media(min-width: 1024px) {
    .panel.panel--dark-navy .button.button--swipe:not(.card__button) span {
        color: #fff;
        color: var(--background, #fff)
    }

    .panel.panel--dark-navy .button.button--swipe:not(.card__button):hover .button__background {
        background-color: #fff;
        background-color: var(--background, #fff)
    }

    .panel.panel--dark-navy .button.button--swipe:not(.card__button):hover svg {
        background-color: #fff;
        background-color: var(--background, #fff);
        fill: #101921
    }

    .panel.panel--dark-navy .button.button--swipe:not(.card__button):hover span {
        color: #101921
    }
}

@media(min-width: 768px) {
    .panel.panel--large .media-wrap:before {
        padding-bottom: 55%
    }

    .panel.panel--thin .media-wrap:before {
        padding-bottom: 35%
    }

    .panel.panel--mid .media-wrap:before {
        padding-bottom: 45%
    }
}

.panel.panel--spaced-bottom.panel--content.panel--white+.panel--spaced.panel--content.panel--white .panel__body,
.panel.panel--spaced.panel--content.panel--white+.panel--spaced.panel--content.panel--white .panel__body {
    margin-top: -3rem;
    padding-bottom: 3rem;
    padding-top: 0
}

@media(min-width: 768px) {

    .panel.panel--spaced-bottom.panel--content.panel--white+.panel--spaced.panel--content.panel--white .panel__body,
    .panel.panel--spaced.panel--content.panel--white+.panel--spaced.panel--content.panel--white .panel__body {
        padding-bottom: 6rem;
        padding-top: 0
    }
}

.panel.panel--spaced.panel--content.panel--white+.panel--spaced.panel--card.panel--white .panel__body {
    margin-top: 0;
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width: 768px) {
    .panel.panel--spaced.panel--content.panel--white+.panel--spaced.panel--card.panel--white .panel__body {
        padding-bottom: 6rem;
        padding-top: 0
    }
}

.panel.panel--spaced.panel--content.panel--white+.panel--spaced-top.panel--content.panel--white {
    margin-top: 0
}

.panel.panel--profile-grid {
    padding-top: 6rem
}

.panel.panel--grid-content.panel--white+.panel--spaced.panel--white .panel__body {
    padding-top: 3rem
}

.panel.panel--grid-content.panel--article-body.panel--white+.panel--spaced.panel--white .panel__body,
.panel.panel--tighter+.panel--spaced.panel--white .panel__body {
    padding-top: 0
}

.panel.panel--title+.panel--content .panel__body {
    padding-top: 2rem
}

@media(min-width: 1024px) {
    .panel.panel--title+.panel--content .panel__body {
        padding-top: 2rem
    }
}

.panel.panel--title+.panel--content .content--card {
    padding-top: 3rem
}

@media(min-width: 1024px) {
    .panel.panel--title+.panel--content .content--card {
        padding-top: 0
    }
}

.panel.panel--title+.panel--spaced .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width: 768px) {
    .panel.panel--title+.panel--spaced .panel__body {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.panel.panel--embed .media-wrap {
    background: none
}

.panel.panel--text .blockquote {
    margin: 0;
    padding: 0
}

@media(min-width: 1200px) {
    .panel.panel--text .blockquote {
        display: flex
    }
}

.panel.panel--text .blockquote__quotation {
    align-self: center;
    flex: 1 1 0%;
    padding: 6rem 4rem 4rem
}

.panel.panel--text .blockquote__quotation.blockquote--inverse .blockquote__cite,
.panel.panel--text .blockquote__quotation.blockquote--inverse .blockquote__link,
.panel.panel--text .blockquote__quotation.blockquote--inverse .blockquote__link:focus,
.panel.panel--text .blockquote__quotation.blockquote--inverse .blockquote__link:hover,
.panel.panel--text .blockquote__quotation.blockquote--inverse .blockquote__text {
    color: #fff
}

.panel.panel--text .blockquote__quotation .blockquote__text {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 0 auto;
    max-width: 760px
}

@media(min-width: 768px) {
    .panel.panel--text .blockquote__quotation .blockquote__text {
        font-size: 2rem
    }
}

@media(min-width: 1024px) {
    .panel.panel--text .blockquote__quotation .blockquote__text {
        font-size: 1.8rem;
        line-height: 1.2
    }
}

@media(min-width: 1200px) {
    .panel.panel--text .blockquote__quotation .blockquote__text {
        font-size: 1.7rem
    }
}

@media(min-width: 1500px) {
    .panel.panel--text .blockquote__quotation .blockquote__text {
        font-size: 2.3rem
    }
}

@media(min-width: 1920px) {
    .panel.panel--text .blockquote__quotation .blockquote__text {
        font-size: 3rem
    }
}

.panel.panel--text .blockquote__quotation .blockquote__text:before {
    display: block;
    font-size: 7rem;
    line-height: 0
}

.panel.panel--text .blockquote__quotation .blockquote__text:after {
    display: none
}

.panel.panel--text .blockquote__quotation .blockquote__cite,
.panel.panel--text .blockquote__quotation .blockquote__name {
    font-size: 1.3rem
}

@media(min-width: 1700px) {

    .panel.panel--text .blockquote__quotation .blockquote__cite,
    .panel.panel--text .blockquote__quotation .blockquote__name {
        font-size: 1.5rem
    }
}

.panel.panel--text .blockquote__text {
    font-size: 1.6rem;
    padding: 0
}

@media(min-width: 1200px) {
    .panel.panel--text .blockquote__image {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 45%
    }
}

@media(min-width: 1366px) {
    .panel.panel--text .blockquote__image {
        width: 50%
    }
}

@media(min-width: 1500px) {
    .panel.panel--text .blockquote__image {
        width: 60%
    }
}

.panel.panel--text .blockquote__quotation .blockquote__footer .button-group .button--cta {
    margin-top: 1rem
}

.panel.panel--text .blockquote__footer {
    margin: 0 auto;
    max-width: 760px;
    padding: 1rem 0
}

.panel.panel--text .text {
    margin: 0;
    padding: 0
}

@media(min-width: 1200px) {
    .panel.panel--text .text {
        display: flex
    }
}

.panel.panel--text .text__text a:not(.button) {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.panel.panel--text .text__text.text--inverse {
    color: #fff
}

.panel.panel--text .text__text.text--inverse li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel.panel--text .text__text.text--inverse p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel.panel--text .text__text.text--inverse li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--text .text__text.text--inverse li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel.panel--text .text__text.text--inverse p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel.panel--text .text__text.text--inverse p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel.panel--text .text__text.text--inverse h2,
.panel.panel--text .text__text.text--inverse h3 {
    color: #fff
}

.panel.panel--text .text__text.text--inverse .text__featured-link:not(.button) {
    border-bottom: 1px solid #fff;
    color: #fff
}

.panel.panel--text .text__text.text--inverse ul,
.panel.panel--text .text__text.text--inverse ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

.panel.panel--text .text__text.text--inverse ul.bullet-list>li,
.panel.panel--text .text__text.text--inverse ul>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

.panel.panel--text .text__text.text--inverse ul.bullet-list>li:before,
.panel.panel--text .text__text.text--inverse ul>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

.panel.panel--text .text__text.text--inverse ul ol,
.panel.panel--text .text__text.text--inverse ul ul,
.panel.panel--text .text__text.text--inverse ul.bullet-list ol,
.panel.panel--text .text__text.text--inverse ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.panel.panel--text .text__text.text--inverse ul.bullet-list>li:before,
.panel.panel--text .text__text.text--inverse ul>li:before {
    color: #fff
}

.panel.panel--text .text__description {
    align-self: center;
    flex: 1 1 0%;
    margin: 0 auto;
    max-width: 760px;
    padding: 2rem
}

@media(min-width: 1200px) {
    .panel.panel--text .text__description {
        padding: 2rem 2rem 1rem
    }
}

@media(min-width: 1366px) {
    .panel.panel--text .text__description {
        padding: 0 2rem
    }
}

@media(min-width: 1500px) {
    .panel.panel--text .text__description {
        padding: 0 6rem
    }
}

@media(min-width: 1200px) {
    .panel.panel--text .text--split {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 8rem;
        column-gap: 8rem;
        -moz-column-rule: 1px solid #101921;
        column-rule: 1px solid #101921
    }

    .panel.panel--text .text--split.text--inverse {
        -moz-column-rule: 1px solid #fff;
        column-rule: 1px solid #fff
    }

    .panel.panel--text .text--split h2 {
        -moz-column-span: all;
        column-span: all
    }

    .panel.panel--text .text--split ol,
    .panel.panel--text .text--split ul {
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
}

.panel.panel--text .text__image--square+.text__description {
    font-size: 1.1rem;
    padding: 4rem
}

.panel.panel--text .text__image--square+.text__description a {
    font-size: 1.1rem
}

@media(min-width: 1200px) {
    .panel.panel--text .text__image--square+.text__description {
        padding: 0 4rem
    }
}

@media(min-width: 1366px) {
    .panel.panel--text .text__image--square+.text__description {
        padding: 0 6rem
    }
}

@media(min-width: 1700px) {
    .panel.panel--text .text__image--square+.text__description {
        padding: 0 8rem
    }
}

.panel.panel--text .text__featured-link {
    margin-bottom: 0
}

.panel.panel--text .blockquote__image,
.panel.panel--text .text__image,
.panel.panel--text .uses-picture picture {
    border-radius: 0;
    height: 100%;
    width: 100%
}

@media(min-width: 1200px) {

    .panel.panel--text .blockquote__image,
    .panel.panel--text .text__image,
    .panel.panel--text .uses-picture picture {
        width: 65%
    }
}

@media(min-width: 1366px) {

    .panel.panel--text .blockquote__image,
    .panel.panel--text .text__image,
    .panel.panel--text .uses-picture picture {
        width: 60%
    }
}

@media(min-width: 1200px) {

    .panel.panel--text .blockquote__image.blockquote__image--square,
    .panel.panel--text .text__image.text__image--square,
    .panel.panel--text .uses-picture-square picture {
        width: 50%
    }
}

@media(min-width: 1366px) {

    .panel.panel--text .blockquote__image.blockquote__image--square,
    .panel.panel--text .text__image.text__image--square,
    .panel.panel--text .uses-picture-square picture {
        width: 40%
    }
}

@media(min-width: 1200px) {

    .panel.panel--text .blockquote__quotation.content--left,
    .panel.panel--text .text__description.content--left {
        order: -1
    }
}

.panel.panel--feature.panel--quote .hero .hero__heading {
    font-size: medium
}

@media(min-width: 1024px) {
    .panel.panel--feature.panel--quote .hero.hero--top {
        justify-content: flex-start;
        padding-top: 9rem
    }
}

.panel.panel--feature.panel--quote q:before {
    content: open-quote;
    display: block;
    font-size: 5rem;
    line-height: 0
}

.panel.panel--feature.panel--quote q:after {
    content: no-close-quote
}

.panel.panel--feature.panel--quote .h1 {
    color: #fff
}

.panel.panel--search {
    position: relative;
    z-index: 2
}

@media(min-width: 1328px) {
    .panel.panel--wide .panel__body {
        max-width: 1240px;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 768px) {
    .panel.panel--header-width.panel--content .panel__body .content--aside.content--aside-bottom {
        align-self: center;
        min-width: 320px
    }
}

@media(min-width: 1024px) {
    .panel.panel--header-width.panel--content .panel__body .content--aside {
        max-width: none
    }

    .panel.panel--header-width.panel--content .panel__body .content--aside.content--aside-bottom {
        align-self: auto
    }
}

.panel.panel--search-block {
    padding: 2rem 0
}

.panel .attribution a:not(.button),
.panel .attribution a:not(.button):focus,
.panel .attribution a:not(.button):hover {
    color: #fff
}

.panel.panel--transparent {
    background-color: #0085cf
}

.panel .hero.hero--transparent {
    background: transparent
}

@media(max-width: 1023px) {
    .panel.panel--slash.panel--editorial.panel--transparent .clip.clip--overlaid {
        backdrop-filter: none;
        background-color: transparent
    }
}

.panel.panel--slash {
    position: relative
}

.panel.panel--slash .design-artifact {
    height: 100%;
    position: absolute;
    width: 100%
}

.panel.panel--slash .design-artifact svg {
    height: 100%
}

.panel.panel--slash .clip {
    backdrop-filter: blur(5px);
    background-color: var(--panel-background, #fff);
    height: 100%;
    left: -30%;
    opacity: .8;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 50%;
    z-index: 0
}

@media(min-width: 1024px) {
    .panel.panel--slash .clip {
        left: -15%;
        width: 30%
    }
}

.panel.panel--slash .clip--right {
    left: auto;
    right: 14%
}

@media(min-width: 1024px) {
    .panel.panel--slash .clip--right {
        left: auto;
        right: 4%
    }
}

.panel.panel--slash .clip--none {
    display: none !important
}

@media(max-width: 1023px) {
    .panel.panel--editorial.panel--transparent.panel--slash .clip {
        backdrop-filter: none;
        background: transparent
    }
}

@media(min-width: 1024px) {
    .panel.panel--transparent .clip {
        backdrop-filter: none;
        background-color: transparent
    }
}

.panel.panel--frosted.panel--solid.panel--transparent .clip {
    backdrop-filter: blur(10px);
    background-color: transparent
}

.panel.panel--frosted.panel--solid.panel--transparent .clip img {
    filter: blur(3px)
}

.panel.panel--double.panel--frosted.panel--solid.panel--transparent .clip {
    background-color: #70757a;
    display: block
}

@media(min-width: 1200px) {

    .panel.panel--feature.panel--slash.panel--text .uses-picture picture,
    .panel.panel--feature.panel--slash.panel--text img.text__image {
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%)
    }

    .panel.panel--feature.panel--slash.panel--text .text__description {
        padding: 0 0 0 2rem
    }

    .panel.panel--feature.panel--slash.panel--right.panel--text .uses-picture picture,
    .panel.panel--feature.panel--slash.panel--right.panel--text img.text__image {
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%)
    }

    .panel.panel--feature.panel--slash.panel--right.panel--text .text__description {
        padding: 0 2rem 0 0
    }
}

.panel.panel--feature.panel--text .text__description {
    text-align: center
}

.panel.panel--feature.panel--text .text__description p {
    font-size: 1.35rem
}

@media(min-width: 768px) {
    .panel__header {
        margin-left: auto;
        margin-right: auto;
        position: relative
    }
}

.panel__footer {
    border-top: 1px solid rgba(0, 0, 0, .125);
    line-height: 3rem
}

.panel__footer a {
    background: #0085cf;
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    display: block;
    padding: 0 1rem;
    text-align: left
}

@media(min-width: 768px) {
    .panel__footer a {
        background: none;
        border-bottom: none;
        flex: 1;
        padding: 0;
        text-align: center
    }

    .panel__footer {
        align-items: center;
        display: flex;
        height: 3.5rem;
        line-height: 1.5
    }
}

.panel .panel__title {
    margin-bottom: 3rem
}

.panel .panel__title--filter {
    margin: 3rem 0 0
}

.panel .panel__description a {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #06c;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.panel .panel__description a:focus,
.panel .panel__description a:hover {
    border-bottom: 1px solid #06c
}

@media(min-width: 1024px) {
    .panel .panel__description {
        max-width: 67%
    }
}

.panel .text--center .panel__description {
    margin: auto
}

.panel .panel__logo {
    margin-bottom: 1rem;
    width: 100%
}

@media(min-width: 544px) {
    .panel .panel__logo {
        width: 50%
    }
}

@media(min-width: 1024px) {
    .panel .panel__logo {
        width: 40%
    }
}

.no-flexbox:not(.flexboxtweener) .grid {
    display: table
}

.no-flexbox:not(.flexboxtweener) .grid__main {
    float: left;
    margin-left: 0
}

.no-flexbox:not(.flexboxtweener) .grid__aside {
    float: left;
    padding-left: 1rem
}

.no-flexbox:not(.flexboxtweener) .panel--grid-content .panel__body {
    display: table
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link {
    border: none !important;
    color: #000;
    display: block;
    padding: 1rem 2rem;
    text-align: left
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link:hover {
    border: none
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link.selected {
    background: #eee;
    border: none;
    transition: background .25s
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .info {
    display: flex;
    flex-wrap: wrap
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .course-option {
    align-items: center;
    display: inline-flex;
    margin: 0 1rem 0 0
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .course-option:before {
    background-size: 15px;
    bottom: 2px;
    height: 15px;
    margin-right: 3px;
    position: relative;
    width: 15px
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .ki-industry:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23%23101921' d='M7.631 19.702a.5.5 0 0 1-.125-.016 10 10 0 0 1-2.564-1.059.5.5 0 0 1-.186-.671 2.002 2.002 0 0 0-2.714-2.714.5.5 0 0 1-.671-.186 10 10 0 0 1-1.059-2.564.5.5 0 0 1 .325-.598 1.999 1.999 0 0 0 0-3.79.5.5 0 0 1-.325-.598 10 10 0 0 1 1.059-2.564.5.5 0 0 1 .671-.186 2.001 2.001 0 0 0 2.714-2.714.5.5 0 0 1 .186-.671A10 10 0 0 1 7.506.312a.5.5 0 0 1 .598.325 1.999 1.999 0 0 0 3.79 0 .5.5 0 0 1 .598-.325 10 10 0 0 1 2.564 1.059.5.5 0 0 1 .186.671 2.002 2.002 0 0 0 2.714 2.714.5.5 0 0 1 .671.186 10 10 0 0 1 1.059 2.564.5.5 0 0 1-.325.598 1.999 1.999 0 0 0 0 3.79.5.5 0 0 1 .325.598 10 10 0 0 1-1.059 2.564.5.5 0 0 1-.671.186 2.002 2.002 0 0 0-2.714 2.714.5.5 0 0 1-.186.671 10 10 0 0 1-2.564 1.059.5.5 0 0 1-.598-.325 1.999 1.999 0 0 0-3.79 0 .5.5 0 0 1-.474.341zM10 17a3 3 0 0 1 2.655 1.602 9 9 0 0 0 1.51-.622 3.004 3.004 0 0 1 3.816-3.816q.38-.727.622-1.51a2.999 2.999 0 0 1 0-5.31 9 9 0 0 0-.622-1.51 3.004 3.004 0 0 1-3.816-3.816 9 9 0 0 0-1.51-.622 2.999 2.999 0 0 1-5.31 0c-.52.16-1.026.369-1.51.622a3.004 3.004 0 0 1-3.816 3.816 9 9 0 0 0-.622 1.51 2.999 2.999 0 0 1 0 5.31q.241.782.622 1.51a3.004 3.004 0 0 1 3.816 3.816q.727.38 1.51.622A3 3 0 0 1 10 17'/%3E%3Cpath fill='%23%23101921' d='M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m0-5c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ""
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .ki-abroad:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23%23101921' d='M17.071 2.929C15.182 1.04 12.671 0 10 0S4.818 1.04 2.929 2.929 0 7.329 0 10s1.04 5.182 2.929 7.071S7.329 20 10 20s5.182-1.04 7.071-2.929S20 12.671 20 10s-1.04-5.182-2.929-7.071m1.326 3.832c-.195-.351-.685-.518-1.325-.736-.687-.234-.93-.94-1.211-1.758-.244-.71-.496-1.443-1.095-1.899a9.05 9.05 0 0 1 3.631 4.393m-2.806 3.43c.076.677.154 1.378-.687 2.322-.227.255-.36.61-.501.986-.326.871-.634 1.694-1.946 1.706-.037-.044-.141-.21-.234-.733-.085-.482-.134-1.106-.187-1.765-.08-1.012-.171-2.16-.421-3.112-.32-1.217-.857-1.936-1.641-2.198a3.3 3.3 0 0 0-1.068-.17c-.278 0-.53.03-.752.056-.173.02-.337.04-.475.04-.234 0-.499 0-.826-.748C6.384 5.5 6.73 3.777 8.107 2.868c.755-.498 1.276-.711 1.742-.711.372 0 .773.129 1.342.433a3.2 3.2 0 0 0 1.583.404c.152 0 .29-.008.423-.016q.168-.012.315-.013c.22 0 .398.029.607.171.385.263.585.844.796 1.458.32.932.683 1.988 1.835 2.38.155.053.421.143.61.222-.163.168-.435.411-.702.649q-.259.23-.583.525c-.624.569-.55 1.235-.484 1.822zm-14.59-.268q.163.029.344.067c.562.12.825.228.94.289-.053.103-.16.255-.231.355-.247.351-.555.788-.438 1.269.079.325.012.723-.103 1.091A9 9 0 0 1 1 9.998l.001-.077zM10 19a9.01 9.01 0 0 1-7.93-4.747c.262-.499.748-1.603.521-2.569.016-.097.181-.331.28-.472.271-.385.608-.863.358-1.37-.175-.356-.644-.596-1.566-.804a13 13 0 0 0-.599-.118C1.6 4.465 5.402 1.001 9.999 1.001c1.578 0 3.062.409 4.352 1.125a2 2 0 0 0-.84-.161q-.191.002-.375.015a6 6 0 0 1-.364.014c-.284 0-.638-.034-1.112-.287-.724-.385-1.266-.55-1.812-.55-.676 0-1.362.262-2.293.876a4.27 4.27 0 0 0-1.707 2.288c-.289.921-.258 1.864.087 2.654.407.932.944 1.348 1.742 1.348.197 0 .389-.023.592-.047.205-.024.416-.049.635-.049.271 0 .51.038.751.118.439.147.763.639.991 1.504s.314 1.966.391 2.936c.064.81.124 1.574.257 2.151.081.35.185.616.32.813.201.294.489.456.811.456.884 0 1.59-.285 2.099-.847.423-.467.639-1.044.813-1.508.102-.273.208-.556.311-.672 1.137-1.277 1.02-2.329.934-3.098-.063-.564-.064-.764.164-.972q.319-.29.575-.518c.363-.324.625-.558.809-.758.126-.138.422-.461.34-.865l-.002-.011c.343.951.53 1.976.53 3.044 0 4.963-4.037 9-9 9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ""
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .ki-foundation:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Ecube%3C/title%3E%3Cpath fill='%23%23101921' d='m18.998 4.455-.002-.014-.005-.032-.003-.014-.01-.04-.005-.014-.01-.026-.007-.016-.013-.026-.006-.012-.021-.035-.008-.011a.2.2 0 0 0-.027-.035l-.026-.029-.003-.003-.032-.029-.009-.007-.025-.019-.012-.008-.028-.017-.01-.006-.033-.016-.007-.003-.002-.001L9.703.046a.5.5 0 0 0-.406 0L.306 4.042l-.002.001-.007.003-.033.016-.01.006-.028.017-.012.008-.026.019-.009.007-.032.029-.003.003-.034.039-.019.025-.008.011-.021.035-.006.012-.013.027-.007.016-.01.027-.005.014-.01.04-.003.014-.005.032-.002.014-.002.045v11c0 .198.116.377.297.457l9 4 .003.001.04.015.008.003.047.013.002.001a.5.5 0 0 0 .206 0l.002-.001.047-.013.008-.003.04-.015.003-.001 9-4a.5.5 0 0 0 .297-.457v-11l-.002-.045zM9.5 1.047 17.269 4.5 9.5 7.953 1.731 4.5zM1 5.269l8 3.556v9.906l-8-3.556zm9 13.462V8.825l8-3.556v9.906z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ""
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .ki-chart:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Echart%3C/title%3E%3Cpath fill='%2305345c' d='M17.5 20h-16C.673 20 0 19.327 0 18.5v-16C0 1.673.673 1 1.5 1h16c.827 0 1.5.673 1.5 1.5v16c0 .827-.673 1.5-1.5 1.5M1.5 2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5v-16a.5.5 0 0 0-.5-.5z'/%3E%3Cpath fill='%2305345c' d='M6.5 17h-2a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5M5 16h1V8H5zM10.5 17h-2a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5M9 16h1V5H9zM14.5 17h-2a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5M13 16h1v-4h-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ""
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .ki-comment:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Ebubble%3C/title%3E%3Cpath d='M.5 19a.5.5 0 0 1-.257-.929 6.2 6.2 0 0 0 2.641-3.179C1.046 13.485 0 11.538 0 9.5c0-1.029.258-2.026.768-2.964.486-.894 1.18-1.695 2.061-2.381C4.616 2.765 6.985 1.999 9.5 1.999s4.884.766 6.671 2.156c.881.685 1.575 1.486 2.061 2.381.51.937.768 1.934.768 2.964s-.258 2.026-.768 2.964c-.486.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-.129-3.016-.385a21 21 0 0 1-2.189 1.27c-1.488.74-2.764 1.115-3.794 1.115zm9-16C4.813 3 1 5.916 1 9.5c0 1.815 1.005 3.562 2.756 4.792.172.121.25.336.196.539-.117.436-.515 1.633-1.58 2.788 1.302-.456 2.704-1.247 3.739-1.959a.5.5 0 0 1 .421-.069C7.48 15.862 8.479 16 9.5 16c4.687 0 8.5-2.916 8.5-6.5S14.187 3 9.5 3'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.search .quickspot-results-container .quickspot-results .quickspot-result__link .ki-pin:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Emap-marker%3C/title%3E%3Cpath d='M10 20a.5.5 0 0 1-.393-.191c-.057-.073-1.418-1.814-2.797-4.385-.812-1.513-1.46-2.999-1.925-4.416C4.298 9.221 4.001 7.536 4.001 6c0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-.298 3.22-.884 5.008-.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385a.5.5 0 0 1-.393.191zm0-19C7.243 1 5 3.243 5 6c0 3.254 1.463 6.664 2.691 8.951A34 34 0 0 0 10 18.661a34 34 0 0 0 2.318-3.726C13.541 12.652 15 9.248 15 6c0-2.757-2.243-5-5-5'/%3E%3Cpath d='M10 9C8.346 9 7 7.654 7 6s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m0-5c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.search .quickspot-results-container .quickspot-results .quickspot-result:after {
    content: ""
}

.search--countries .quickspot-results-container,
.search--map-locations .quickspot-results-container,
.search--scholarships .quickspot-results-container,
.search--staff-guide .quickspot-results-container,
.search--staff-profiles .quickspot-results-container,
.search--student-guide .quickspot-results-container {
    border: none
}

.search--countries .quickspot-results-container .quickspot-results,
.search--map-locations .quickspot-results-container .quickspot-results,
.search--scholarships .quickspot-results-container .quickspot-results,
.search--staff-guide .quickspot-results-container .quickspot-results,
.search--staff-profiles .quickspot-results-container .quickspot-results,
.search--student-guide .quickspot-results-container .quickspot-results {
    background: #fff;
    padding-bottom: 0
}

.search--countries .quickspot-results-container .quickspot-results .quickspot-result,
.search--map-locations .quickspot-results-container .quickspot-results .quickspot-result,
.search--scholarships .quickspot-results-container .quickspot-results .quickspot-result,
.search--staff-guide .quickspot-results-container .quickspot-results .quickspot-result,
.search--staff-profiles .quickspot-results-container .quickspot-results .quickspot-result,
.search--student-guide .quickspot-results-container .quickspot-results .quickspot-result {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0
}

.search--countries .quickspot-results-container .quickspot-results .quickspot-result:before,
.search--map-locations .quickspot-results-container .quickspot-results .quickspot-result:before,
.search--scholarships .quickspot-results-container .quickspot-results .quickspot-result:before,
.search--staff-guide .quickspot-results-container .quickspot-results .quickspot-result:before,
.search--staff-profiles .quickspot-results-container .quickspot-results .quickspot-result:before,
.search--student-guide .quickspot-results-container .quickspot-results .quickspot-result:before {
    content: ""
}

.search--countries .quickspot-results-container .quickspot-results .search-result__link,
.search--map-locations .quickspot-results-container .quickspot-results .search-result__link,
.search--scholarships .quickspot-results-container .quickspot-results .search-result__link,
.search--staff-guide .quickspot-results-container .quickspot-results .search-result__link,
.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__link,
.search--student-guide .quickspot-results-container .quickspot-results .search-result__link {
    border: none !important;
    color: #000;
    display: flex;
    font-style: normal;
    padding: .5rem 2rem
}

.search--countries .quickspot-results-container .quickspot-results .search-result__link:hover,
.search--map-locations .quickspot-results-container .quickspot-results .search-result__link:hover,
.search--scholarships .quickspot-results-container .quickspot-results .search-result__link:hover,
.search--staff-guide .quickspot-results-container .quickspot-results .search-result__link:hover,
.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__link:hover,
.search--student-guide .quickspot-results-container .quickspot-results .search-result__link:hover {
    border: none
}

.search--countries .quickspot-results-container .quickspot-results .search-result__link.selected,
.search--map-locations .quickspot-results-container .quickspot-results .search-result__link.selected,
.search--scholarships .quickspot-results-container .quickspot-results .search-result__link.selected,
.search--staff-guide .quickspot-results-container .quickspot-results .search-result__link.selected,
.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__link.selected,
.search--student-guide .quickspot-results-container .quickspot-results .search-result__link.selected {
    background: #eee;
    border: none;
    transition: background .25s
}

.search--countries .quickspot-results-container .quickspot-results .search-result__link>svg,
.search--map-locations .quickspot-results-container .quickspot-results .search-result__link>svg,
.search--scholarships .quickspot-results-container .quickspot-results .search-result__link>svg,
.search--staff-guide .quickspot-results-container .quickspot-results .search-result__link>svg,
.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__link>svg,
.search--student-guide .quickspot-results-container .quickspot-results .search-result__link>svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px
}

.search--countries .quickspot-results-container .quickspot-results .search-result__label,
.search--map-locations .quickspot-results-container .quickspot-results .search-result__label,
.search--scholarships .quickspot-results-container .quickspot-results .search-result__label,
.search--staff-guide .quickspot-results-container .quickspot-results .search-result__label,
.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__label,
.search--student-guide .quickspot-results-container .quickspot-results .search-result__label {
    background-color: #fff;
    color: #636c72;
    font-style: normal;
    padding: 1rem
}

.search--map-locations .quickspot-results-container .quickspot-results .search-result__link,
.search--scholarships .quickspot-results-container .quickspot-results .search-result__link {
    display: block
}

.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__link {
    align-items: center;
    color: #000;
    display: flex;
    font-style: normal;
    padding: 1rem
}

.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__link.selected {
    background: #eee;
    transition: background .25s
}

.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__image {
    border-radius: 50%;
    float: left;
    margin-right: 1rem;
    width: 70px
}

.search--staff-profiles .quickspot-results-container .quickspot-results .search-result__more-info {
    color: #002f70;
    font-size: .8rem
}

.content {
    box-sizing: border-box
}

@media(max-width: 1199px) {
    .content {
        font-size: 18px
    }
}

@media(min-width: 768px)and (max-width:1199px) {
    .content {
        font-size: 17px
    }
}

@media(min-width: 1328px) {
    .content {
        font-size: 19px
    }
}

.content--centered {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.content--main {
    width: 100%
}

@media(min-width: 1024px) {
    .content--main {
        flex: 0 1 67%
    }
}

.content--main li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.content--main p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.content--main li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--main li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.content--main p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--main p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.content--main li a.card--horizontal,
.content--main li a.card--horizontal:hover {
    border-bottom: none
}

.content--card {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%
}

.content--card-tight {
    gap: 1rem
}

@media(max-width: 767px) {
    .content--card {
        justify-content: center
    }
}

.content--card.content--space-evenly {
    justify-content: center
}

@media(min-width: 1024px) {
    .content--card.content--space-evenly {
        justify-content: space-evenly
    }
}

.content--card.content--center {
    justify-content: center
}

.content--card.content--one-column {
    margin: 0 auto
}

.content--card.content--one-column .card--fixed {
    max-width: 100%;
    width: 100%
}

.content--card.content--center.content--one-column {
    max-width: 100%
}

@media(min-width: 1024px) {
    .content--card.content--center.content--one-column {
        max-width: 100%
    }
}

.content--card.content--one-column-large {
    margin: 0 auto
}

.content--card.content--one-column-large .card--fixed {
    max-width: 100%;
    width: 100%
}

@media(min-width: 768px) {
    .content--card.content--one-column-large .card--fixed {
        max-width: 75%;
        width: 75%
    }
}

.content--card.content--center.content--one-column-large {
    max-width: 100%
}

@media(min-width: 768px) {
    .content--card.content--center.content--one-column-large {
        max-width: 75%
    }
}

.content--card.content--two-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--two-columns .card--fixed {
        width: calc(50% - 1rem)
    }

    .content--card.content--center.content--two-columns {
        max-width: 50%
    }
}

.content--card.content--three-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--three-columns .card--fixed {
        width: calc(33.33333% - 1.34rem)
    }

    .content--card.content--center.content--three-columns {
        max-width: 75%
    }
}

.content--card.content--four-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--four-columns .card--fixed {
        width: calc(25% - 1.5rem)
    }
}

.content--card.content--five-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--five-columns .card--fixed {
        width: calc(20% - 1.6rem)
    }
}

.content--card.content--six-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--six-columns .card--fixed {
        width: calc(16.66667% - 1.68rem)
    }
}

.content--card.content--seven-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--seven-columns .card--fixed {
        width: calc(14.28571% - 1.72rem)
    }
}

.content--card.content--eight-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--eight-columns .card--fixed {
        width: calc(12.5% - 1.75rem)
    }
}

.content--card.content--nine-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--nine-columns .card--fixed {
        width: calc(11.11111% - 1.78rem)
    }
}

.content--card.content--ten-columns {
    margin: 0 auto
}

@media(min-width: 1024px) {
    .content--card.content--ten-columns .card--fixed {
        width: calc(10% - 1.8rem)
    }
}

.content--card.content--center.content--media-object {
    margin: 0 auto;
    max-width: 100%
}

@media(min-width: 1024px) {
    .content--full-width {
        flex: 1 1 100%
    }
}

@media(max-width: 1199px) {
    .content--full-width {
        padding-right: 0 !important
    }
}

.content--aside .panel {
    font-size: 1rem;
    padding: 1rem
}

.content--aside .panel h2 {
    font-size: 1.4rem;
    margin-bottom: .7875rem;
    margin-top: 0
}

.content--aside .panel ul {
    margin: 0
}

.content--aside .panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.content--aside .panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.content--aside .panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--aside .panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.content--aside .panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--aside .panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.content--aside .panel li {
    margin-bottom: .5rem
}

.content--parallelogram {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: calc(100% - 2rem)
}

@media(min-width: 1024px) {
    .content--parallelogram {
        flex-direction: column;
        margin: 0 3rem 0 0;
        right: 50px;
        width: 100%
    }
}

@media(min-width: 1500px) {
    .content--parallelogram {
        margin-right: 0
    }
}

.content--card.content--filter>ul>li:before {
    content: ""
}

.info-sidebar {
    font-size: 1rem
}

.info-sidebar__icon {
    color: #101921;
    display: inline;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    width: 1.5rem;
    width: 20px
}

.info-sidebar__icon.ki-user {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Euser%3C/title%3E%3Cpath d='M9.5 11C6.467 11 4 8.533 4 5.5S6.467 0 9.5 0 15 2.467 15 5.5 12.533 11 9.5 11m0-10C7.019 1 5 3.019 5 5.5S7.019 10 9.5 10 14 7.981 14 5.5 11.981 1 9.5 1M17.5 20h-16C.673 20 0 19.327 0 18.5c0-.068.014-1.685 1.225-3.3.705-.94 1.67-1.687 2.869-2.219C5.558 12.33 7.377 12 9.5 12s3.942.33 5.406.981c1.199.533 2.164 1.279 2.869 2.219C18.986 16.815 19 18.432 19 18.5c0 .827-.673 1.5-1.5 1.5m-8-7c-3.487 0-6.06.953-7.441 2.756C1.024 17.107 1.001 18.488 1 18.502a.5.5 0 0 0 .5.498h16a.5.5 0 0 0 .5-.5c0-.012-.023-1.393-1.059-2.744C15.559 13.953 12.986 13 9.5 13'/%3E%3C/svg%3E");
    background-position: 52%;
    background-repeat: no-repeat
}

.info-sidebar__icon.ki-pin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Emap-marker%3C/title%3E%3Cpath d='M10 20a.5.5 0 0 1-.393-.191c-.057-.073-1.418-1.814-2.797-4.385-.812-1.513-1.46-2.999-1.925-4.416C4.298 9.221 4.001 7.536 4.001 6c0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-.298 3.22-.884 5.008-.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385a.5.5 0 0 1-.393.191zm0-19C7.243 1 5 3.243 5 6c0 3.254 1.463 6.664 2.691 8.951A34 34 0 0 0 10 18.661a34 34 0 0 0 2.318-3.726C13.541 12.652 15 9.248 15 6c0-2.757-2.243-5-5-5'/%3E%3Cpath d='M10 9C8.346 9 7 7.654 7 6s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m0-5c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}

.info-sidebar__icon.ki-comment {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Ebubble%3C/title%3E%3Cpath d='M.5 19a.5.5 0 0 1-.257-.929 6.2 6.2 0 0 0 2.641-3.179C1.046 13.485 0 11.538 0 9.5c0-1.029.258-2.026.768-2.964.486-.894 1.18-1.695 2.061-2.381C4.616 2.765 6.985 1.999 9.5 1.999s4.884.766 6.671 2.156c.881.685 1.575 1.486 2.061 2.381.51.937.768 1.934.768 2.964s-.258 2.026-.768 2.964c-.486.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-.129-3.016-.385a21 21 0 0 1-2.189 1.27c-1.488.74-2.764 1.115-3.794 1.115zm9-16C4.813 3 1 5.916 1 9.5c0 1.815 1.005 3.562 2.756 4.792.172.121.25.336.196.539-.117.436-.515 1.633-1.58 2.788 1.302-.456 2.704-1.247 3.739-1.959a.5.5 0 0 1 .421-.069C7.48 15.862 8.479 16 9.5 16c4.687 0 8.5-2.916 8.5-6.5S14.187 3 9.5 3'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}

.info-sidebar__icon.ki-clock {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Eclock%3C/title%3E%3Cpath d='M16.32 17.113A9.44 9.44 0 0 0 19 10.5c0-2.37-.862-4.608-2.438-6.355l.688-.688.647.646a.497.497 0 0 0 .706 0 .5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.707.707l.647.646-.688.688C14.108 1.861 11.87.999 9.5.999s-4.608.862-6.355 2.438l-.688-.688.646-.646a.5.5 0 0 0-.707-.707l-2 2a.5.5 0 0 0 .708.707l.646-.646.688.688A9.43 9.43 0 0 0 0 10.5c0 2.489.951 4.831 2.68 6.613L.646 19.147a.5.5 0 0 0 .708.707l2.06-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-.778 6.087-2.206l2.059 2.059a.5.5 0 1 0 .707-.707zM1 10.5C1 5.813 4.813 2 9.5 2S18 5.813 18 10.5 14.187 19 9.5 19 1 15.187 1 10.5'/%3E%3Cpath d='M15.129 7.25a.5.5 0 0 0-.683-.183l-4.92 2.841-3.835-2.685a.5.5 0 0 0-.573.819l4.096 2.868.002.002.027.017.006.004.027.015.006.003.031.014.019.007.013.005.021.006.012.003.022.005.012.002.021.003.015.002.018.002.027.001H9.5l.056-.003h.003a.3.3 0 0 0 .054-.01l.005-.001a.4.4 0 0 0 .104-.038l.011-.006.016-.008 5.196-3a.5.5 0 0 0 .183-.683z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ""
}

.info-sidebar__icon.ki-book {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Ebook%3C/title%3E%3Cpath d='M18.854 4.646C18.095 3.886 16.368 3 14 3c-2.052 0-3.623.667-4.5 1.339C8.623 3.667 7.052 3 5 3 2.633 3 .906 3.887.146 4.646A.5.5 0 0 0 0 5v11a.5.5 0 0 0 .854.354C1.357 15.851 2.796 15 5 15s3.644.851 4.146 1.354a.5.5 0 0 0 .707 0c.503-.503 1.942-1.354 4.146-1.354s3.644.851 4.146 1.354a.5.5 0 0 0 .545.108.5.5 0 0 0 .309-.462V5a.5.5 0 0 0-.146-.354zM1 15.004V5.221c.604-.506 1.981-1.22 4-1.22s3.397.714 4 1.221v9.783c-.918-.542-2.292-1.004-4-1.004s-3.082.461-4 1.004zm17 0C17.082 14.462 15.707 14 14 14s-3.082.462-4 1.004V5.221C10.603 4.715 11.98 4 14 4s3.396.714 4 1.22z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}

.info-sidebar__title {
    align-items: center;
    color: #101921;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 700
}

.info-sidebar__title+.bullet-list {
    display: block
}

.info-sidebar__section {
    padding-left: 1.5rem
}

.info-sidebar__group {
    padding-bottom: 1rem
}

.info-sidebar__text p {
    margin: 0
}

.info-sidebar pre,
.info-sidebar__text {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.info-sidebar pre {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    hyphens: auto;
    margin: 0;
    white-space: pre-wrap
}

.info-sidebar a {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #06c;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.info-sidebar a:focus,
.info-sidebar a:hover {
    border-bottom: 1px solid #06c
}

nav+.info-sidebar {
    padding-top: 2rem
}

.info-sidebar--social ul.info-sidebar__section {
    padding-left: 0
}

.info-sidebar--social a {
    margin: 0
}

.info-sidebar--social .info-sidebar__social-text {
    border-color: none;
    border-radius: 0;
    color: #101921;
    display: inline-block;
    font-size: 1rem;
    height: auto;
    left: 3.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: initial;
    text-decoration: none;
    top: 1rem;
    width: auto
}

.info-sidebar--social .info-sidebar__social-text:focus,
.info-sidebar--social .info-sidebar__social-text:hover {
    color: #101921;
    text-decoration: none
}

.info-sidebar--social .info-sidebar__social-text:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

ul.simple-list {
    padding: 0;
    text-align: left
}

ul.simple-list>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.simple-list>li:before {
    display: none
}

ul.icon-list {
    padding: 0;
    text-align: left
}

ul.icon-list>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list>li:before {
    display: none
}

ul.icon-list svg {
    height: 20px;
    width: 20px
}

ul.icon-list>li {
    display: flex
}

ul.icon-list-30 {
    padding: 0;
    text-align: left
}

ul.icon-list-30>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list-30>li:before {
    display: none
}

ul.icon-list-30 svg {
    height: 30px;
    width: 30px
}

ul.icon-list-30>li {
    display: flex
}

ul.icon-list-15 {
    padding: 0;
    text-align: left
}

ul.icon-list-15>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list-15>li:before {
    display: none
}

ul.icon-list-15 svg {
    height: 15px;
    width: 15px
}

ul.icon-list-15>li {
    display: flex
}

ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

ul.bullet-list>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

ul.bullet-list>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

ul.bullet-list ol,
ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ul.bullet-list--white {
    display: inline-block;
    padding: 0;
    text-align: left
}

ul.bullet-list--white>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

ul.bullet-list--white>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

ul.bullet-list--white ol,
ul.bullet-list--white ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ul.bullet-list--white>li:before {
    color: #fff
}

ol.dash-list,
ul.dash-list {
    list-style: none;
    padding: 0
}

ol.dash-list>li,
ul.dash-list>li {
    padding-left: 0;
    position: relative
}

ol.dash-list>li:before,
ul.dash-list>li:before {
    color: #101921;
    content: "—";
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    padding: 5px 10px 0 0;
    position: relative
}

ul.spaced-list>li {
    padding: 5px 0
}

ul.link-listing {
    list-style: none;
    padding: 0
}

ol.numbered-list {
    margin-left: 1.2rem
}

ol.numbered-list ol,
ol.numbered-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ol.numbered-list li {
    display: list-item
}

ul.inline-list li,
ul.social-list li {
    display: inline
}

ul.social-list li.social-list__item {
    display: inline-block;
    margin: 0 .5rem
}

ul.flex-list,
ul.flex-list-centered {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

ul.flex-list-centered {
    gap: 1rem;
    justify-content: center
}

ul.flex-list-spaced {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

ul.flex-list-spaced li {
    margin-right: 1rem
}

ul.slanted-arrow-list li {
    padding-bottom: 3px;
    padding-top: 3px
}

ul.slanted-arrow-list li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' fill='%23101921' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    content: "";
    display: inline-block;
    height: 1rem;
    position: relative;
    width: 1rem
}

.numbered-steps {
    position: relative
}

.numbered-steps ol.numbered-list {
    counter-reset: my-counter;
    list-style: none
}

.numbered-steps ol.numbered-list li {
    counter-increment: my-counter
}

.numbered-steps ol.numbered-list li:before {
    content: counter(my-counter);
    display: inline-block
}

.numbered-steps ol.numbered-list {
    margin: 0;
    padding: 1rem 0;
    position: relative
}

@media(min-width: 1024px) {
    .numbered-steps ol.numbered-list li {
        align-items: center;
        display: flex
    }
}

.numbered-steps ol.numbered-list li {
    font-size: 1.3rem;
    margin: 0;
    padding: 2rem 0 1rem 4rem
}

.numbered-steps ol.numbered-list li:before {
    border: 2px solid #101921;
    border-radius: 50%;
    box-sizing: content-box;
    color: #101921;
    font-size: 30px;
    height: 3rem;
    line-height: 3rem;
    margin: 0 1rem 0 -4.2rem;
    position: absolute;
    text-align: center;
    width: 3rem
}

.numbered-steps--light ol.numbered-list li:before {
    background: #fff;
    color: #101921
}

.numbered-steps--dark ol.numbered-list li:before {
    background: #101921;
    color: #fff
}

.link-listing__item {
    border-bottom: 1px solid #e6e6e6;
    padding: .5rem 0
}

.link-listing__title {
    font-size: 1.4rem;
    margin-bottom: .7875rem;
    margin-top: 0
}

.link-listing__item a,
.link-listing__link {
    border-bottom: none !important;
    text-decoration: none !important
}

.link-listing__item a:hover,
.link-listing__link:hover {
    text-decoration: underline !important
}

.link-listing__item a.is-active,
.link-listing__link.is-active {
    border-left: 3px solid #0085cf;
    color: #002f70;
    font-weight: 700;
    margin-left: -1rem;
    padding-left: .75rem
}

.link-listing--nested {
    margin: 0 0 0 1rem
}

.link-listing--nested .link-listing__item {
    border-bottom: none
}

ul.side-menu {
    list-style: none;
    padding: 0
}

ul.side-menu li {
    padding: 0 0 20px
}

ul.side-menu li .is-active {
    left: -5px;
    position: relative
}

ul.side-menu li .is-active:before {
    border-left: 5px solid #0085cf;
    content: "";
    left: -10px;
    position: relative
}

.modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.modal .modal__content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: auto;
    padding: 0;
    position: relative;
    top: 10vh;
    width: 100%
}

@media(min-width: 768px) {
    .modal .modal__content {
        width: 50%
    }
}

@keyframes animatetop {
    0% {
        opacity: 0;
        top: -300px
    }

    to {
        opacity: 1;
        top: 10vh
    }
}

@keyframes animatevideo {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.modal.modal--tour .modal__content,
.modal.modal--video .modal__content {
    animation-name: animatevideo;
    top: 2rem;
    width: 100%
}

@media(min-width: 768px) {

    .modal.modal--tour .modal__content,
    .modal.modal--video .modal__content {
        width: 80%
    }
}

.modal.modal--tour .modal__content .modal__body,
.modal.modal--video .modal__content .modal__body {
    padding: 0
}

@media(min-width: 768px) {
    .modal.modal--video .modal__content {
        width: 70%
    }
}

.modal .modal__close {
    color: #fff;
    float: right;
    font-size: 2.5rem;
    height: 2.5rem;
    position: relative;
    top: -1rem;
    transition: transform .3s ease-in-out
}

.modal .modal__close:focus,
.modal .modal__close:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.1)
}

.modal .modal__header {
    background-color: #101921;
    color: #fff;
    padding: .5rem 1rem
}

@media(min-width: 768px) {
    .modal .modal__header {
        padding: .5rem 0 1.5rem
    }
}

.modal.modal--tour .modal__header,
.modal.modal--video .modal__header {
    background-color: transparent
}

.modal.modal--tour .modal__header a,
.modal.modal--video .modal__header a {
    color: #fff;
    text-decoration: underline
}

.modal.modal--tour .modal__transcript,
.modal.modal--video .modal__transcript {
    float: left;
    font-size: .9rem;
    padding: 0;
    width: 90%
}

@media(min-width: 768px) {

    .modal.modal--tour .modal__transcript,
    .modal.modal--video .modal__transcript {
        font-size: 1.1rem
    }
}

.modal .modal__title {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.modal .modal__body {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 1rem
}

.modal .modal__body .panel__body {
    padding-left: 1rem;
    padding-right: 1rem
}

.modal.modal--tour .modal__body,
.modal.modal--video .modal__body {
    height: 90vh;
    padding: 0
}

.modal.modal--tour .modal__body iframe,
.modal.modal--video .modal__body iframe {
    height: 90vh;
    width: 100%
}

@media(min-width: 768px) {

    .modal.modal--tour .modal__body,
    .modal.modal--tour .modal__body iframe,
    .modal.modal--video .modal__body,
    .modal.modal--video .modal__body iframe {
        height: 85vh
    }
}

.modal .modal__footer {
    background-color: #cce7f5;
    padding: 1rem
}

.modal .modal__footer .modal__title {
    color: #101921
}

.modal .modal__footer .modal__caption {
    color: #fff;
    font-size: .9rem;
    margin: 0;
    padding: 0
}

.modal .modal__footer .modal__caption p {
    margin: 0;
    padding: 0
}

.modal .modal__footer .modal__caption a {
    color: #fff;
    text-decoration: underline
}

.modal .modal__footer .modal__caption a:hover {
    color: #ccc
}

.modal.modal--video .modal__footer {
    background-color: #000;
    padding: 1rem .5rem
}

.modal.modal--popup {
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 98%, .9);
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .03);
    display: block
}

.modal.modal--popup .modal__content {
    animation-duration: .4s;
    animation-name: animatevideo;
    height: calc(100% - 2rem);
    margin-top: 1rem;
    position: relative;
    top: 0;
    width: 90%
}

.modal.modal--popup .modal__body {
    height: 100%;
    overflow: scroll;
    padding: 0
}

.modal.modal--popup .modal__close {
    align-items: center;
    background: #101921;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    padding: 10px 10px 4px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    z-index: 1
}

.modal.modal--popup .modal__close:focus,
.modal.modal--popup .modal__close:focus-visible {
    outline: 3px solid #0085cf
}

.no-js .modal {
    display: inline;
    position: fixed
}

.video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative
}

.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video--inline .video-wrapper {
    background-color: #fffae6
}

.video--inline .video-wrapper:before {
    animation: video-loading-spin 2s linear infinite;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 0 20 20'%3E%3Ctitle%3Eloading%3C/title%3E%3Cpath d='m3.519 10-.038-.001a.5.5 0 0 1-.461-.537c.126-1.663.847-3.229 2.03-4.412s2.749-1.903 4.412-2.03a.5.5 0 1 1 .076.998c-2.925.223-5.298 2.596-5.52 5.52A.5.5 0 0 1 3.52 10z'/%3E%3Cpath d='M10 15c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5m0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4'/%3E%3Cpath d='M10 19c-2.404 0-4.664-.936-6.364-2.636S1 12.404 1 10s.936-4.664 2.636-6.364S7.596 1 10 1s4.664.936 6.364 2.636S19 7.596 19 10s-.936 4.664-2.636 6.364A8.94 8.94 0 0 1 10 19m0-17c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 50px
}

@keyframes video-loading-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(359deg)
    }
}

.video-placeholder {
    width: 100%
}

.video-launcher {
    cursor: pointer;
    display: block;
    position: relative
}

.video-launcher img {
    display: block;
    width: 100%
}

.video-launcher:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none' viewBox='0 0 50 50'%3E%3Cpath fill='%23fff' d='m22.213 32.033 10.105-6.98-10.105-7.622z'/%3E%3Cpath fill='%23fff' d='M19.794 31.5v-14l4-2 9 7v4l-9 7zm4.837-9.573v4.87l3.557-2.328z'/%3E%3Ccircle cx='25' cy='25' r='23.5' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4rem;
    content: "";
    height: 4rem;
    left: 50%;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform .3s ease-in, opacity .3s ease-in;
    width: 4rem;
    z-index: 1
}

.video-launcher:focus-visible:after {
    outline: 3px solid #0085cf
}

.video-launcher:hover {
    text-decoration: none
}

.video-launcher:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.1)
}

.video--small .video-launcher:after {
    background-size: 3rem;
    height: 3rem;
    width: 3rem
}

.video--small .video-wrapper:before {
    font-size: 3rem
}

.video--inline {
    padding: 0
}

.video--inline .video-wrapper {
    padding-bottom: 56.1%
}

.video--inline .video-launcher {
    align-items: center;
    display: flex;
    height: 0;
    overflow: hidden;
    padding-bottom: 28.05%;
    padding-top: 28.05%
}

.card--video .video--inline .video-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.no-flexbox .video--inline .video-wrapper:before,
.no-flexbox .video-launcher:after {
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    transform: none;
    width: 100px
}

@media(min-width: 768px) {
    .video-loop-control {
        background: #101921;
        border-radius: 50%;
        bottom: 1.5rem;
        cursor: pointer;
        display: block;
        height: 50px;
        position: absolute;
        right: 6rem;
        transition: background .3s ease, transform .3s ease;
        width: 50px;
        z-index: 2
    }

    .video-loop-control:hover {
        background-color: hsla(0, 0%, 100%, .3);
        transform: scale(1.05)
    }

    .video-loop-control--pause {
        background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%201%2019%2019%27%3E%0A%09%09%3Ctitle%3Epause-circle%3C%2Ftitle%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5c4.687%200%208.5-3.813%208.5-8.5s-3.813-8.5-8.5-8.5z%27%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M7.5%2015h-1c-0.827%200-1.5-0.673-1.5-1.5v-6c0-0.827%200.673-1.5%201.5-1.5h1c0.827%200%201.5%200.673%201.5%201.5v6c0%200.827-0.673%201.5-1.5%201.5zM6.5%207c-0.276%200-0.5%200.224-0.5%200.5v6c0%200.276%200.224%200.5%200.5%200.5h1c0.276%200%200.5-0.224%200.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-1z%27%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M12.5%2015h-1c-0.827%200-1.5-0.673-1.5-1.5v-6c0-0.827%200.673-1.5%201.5-1.5h1c0.827%200%201.5%200.673%201.5%201.5v6c0%200.827-0.673%201.5-1.5%201.5zM11.5%207c-0.276%200-0.5%200.224-0.5%200.5v6c0%200.276%200.224%200.5%200.5%200.5h1c0.276%200%200.5-0.224%200.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-1z%27%3E%3C%2Fpath%3E%0A%09%09%3C%2Fsvg%3E")
    }

    .video-loop-control--pause,
    .video-loop-control--play {
        background-repeat: no-repeat;
        background-size: 50px 50px
    }

    .video-loop-control--play {
        background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%201%2019%2019%27%3E%0A%09%09%09%3Ctitle%3Eplay-circle%3C%2Ftitle%3E%0A%09%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5c4.687%200%208.5-3.813%208.5-8.5s-3.813-8.5-8.5-8.5z%27%3E%3C%2Fpath%3E%0A%09%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M6.5%2016c-0.083%200-0.167-0.021-0.242-0.063-0.159-0.088-0.258-0.256-0.258-0.437v-10c0-0.182%200.099-0.349%200.258-0.437s0.353-0.083%200.507%200.013l8%205c0.146%200.091%200.235%200.252%200.235%200.424s-0.089%200.333-0.235%200.424l-8%205c-0.081%200.051-0.173%200.076-0.265%200.076zM7%206.402v8.196l6.557-4.098-6.557-4.098z%27%3E%3C%2Fpath%3E%0A%09%09%09%3C%2Fsvg%3E")
    }
}

.figure {
    clear: both;
    margin: 2rem 0;
    overflow: hidden;
    position: relative
}

.figure:first-child {
    margin: 0 0 2rem
}

.figure__image {
    height: auto;
    max-width: 100%
}

.figure__caption {
    font-size: .9rem;
    margin: 0;
    padding: 1rem 0 0
}

.figure__caption p {
    margin-bottom: 0
}

.figure__image-and-attribution {
    display: block;
    position: relative
}

@media(min-width: 768px) {
    .figure--full {
        width: 100%
    }

    .figure--center {
        margin: 2rem auto;
        width: 100%
    }

    .figure--middle {
        display: block;
        margin: 2rem auto
    }

    .figure--left {
        clear: none;
        float: left;
        margin: .5rem 1rem .5rem 0;
        width: calc(50% - 1rem)
    }

    .figure--left:first-child {
        margin: 0 1rem .5rem 0
    }

    .figure--right {
        clear: none;
        float: right;
        margin: .5rem 0 .5rem 1rem;
        width: calc(50% - 1rem)
    }

    .figure--right:first-child {
        margin: 0 1rem .5rem 0
    }
}

.figure--aside {
    margin: 0
}

.figure--aside .figure__image,
.figure--aside .video {
    width: 100%
}

.figure--aside-listing {
    margin-bottom: 2rem
}

@media(min-width: 768px) {
    .figure--half {
        width: 50%
    }

    .figure--third {
        width: 33%
    }
}

.figure--header {
    margin-top: 0
}

.attribution {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    font-size: .7rem;
    padding: 5px 5px 3px;
    position: absolute;
    right: 0;
    z-index: 2
}

.caption-attribution {
    background-color: #f5f5f5;
    font-size: .8rem;
    padding: .3rem
}

.blockquote {
    margin: 2rem 0;
    width: 100%
}

.blockquote--pull {
    border: 1px solid #101921;
    border-width: 1px 0;
    margin: 2rem 0;
    padding: 1rem 3rem
}

.blockquote--pull .blockquote__text {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1rem 0
}

.blockquote--accent {
    border-color: #002f70
}

.blockquote--accent .blockquote__text {
    color: #002f70
}

@media(min-width: 768px) {

    .blockquote--media .blockquote__footer,
    .blockquote--media .blockquote__text {
        margin-left: 14rem
    }

    .blockquote--media .blockquote__image {
        display: block;
        float: left;
        margin-right: 2rem;
        transition: transform .3s ease
    }

    .blockquote--media .blockquote__image:hover {
        transform: scale(1.02)
    }

    @supports(display: grid) {
        .blockquote--media {
            display: grid;
            grid-template-columns: auto;
            grid-template-rows: auto;
            grid-column-gap: 2rem
        }

        .blockquote--media .blockquote__text {
            grid-column: 2;
            grid-row: 1;
            margin: 0
        }

        .blockquote--media .blockquote__footer {
            grid-column: 2;
            grid-row: 2;
            margin: 0
        }

        .blockquote--media .blockquote__image {
            grid-column: 1;
            grid-row: 1/3;
            margin: 0
        }
    }
}

.blockquote--media .blockquote__text {
    line-height: 1.1;
    padding-top: 3rem
}

@media(min-width: 1024px) {
    .blockquote--media .blockquote__text {
        padding-top: 1rem
    }
}

.blockquote--media .blockquote__text:before {
    display: block;
    font-size: 6rem;
    line-height: 0
}

.blockquote--media .blockquote__text:after {
    content: no-close-quote
}

.blockquote--panel {
    margin: 0
}

.blockquote--panel .blockquote__text {
    font-size: 1.5rem;
    padding-top: 3rem
}

@media(min-width: 768px) {
    .blockquote--panel .blockquote__text {
        padding-top: 1rem
    }
}

@media(min-width: 1200px) {
    .blockquote--panel .blockquote__text {
        font-size: 1.9rem
    }
}

@media(min-width: 768px) {
    .blockquote--panel .blockquote__image {
        height: 12rem;
        width: 12rem
    }
}

.blockquote--social {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.blockquote--aside {
    padding: 0 0 3rem
}

.blockquote--aside .blockquote__text {
    color: #002f70;
    font-size: 1.5rem
}

.blockquote--aside .blockquote__image {
    height: 13rem;
    margin: 0 auto 1.5rem;
    width: 13rem
}

.blockquote--student-profile {
    margin: 0
}

.blockquote--student-profile .blockquote__text {
    text-align: center
}

.blockquote--student-profile .blockquote__text:after,
.blockquote--student-profile .blockquote__text:before {
    content: ""
}

.blockquote__text {
    color: #101921;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    margin: 0;
    padding: 1rem 0 .5rem
}

@media(min-width: 768px) {
    .blockquote__text {
        padding: 0
    }
}

.blockquote__text:before {
    content: open-quote;
    font-size: 1.8rem;
    line-height: 1
}

.blockquote__text:after {
    content: close-quote;
    font-size: 1.8rem;
    line-height: 1
}

.blockquote__cite {
    color: #000;
    font-size: .9rem;
    font-style: normal;
    font-weight: 700
}

.blockquote__cite span {
    display: block
}

@media(min-width: 768px) {
    .blockquote__cite {
        font-size: 1rem
    }
}

.blockquote__link {
    display: block;
    font-weight: 400
}

.blockquote__image {
    display: block;
    height: 10rem;
    margin: 0 auto;
    width: 10rem
}

@media(min-width: 768px) {
    .blockquote__image {
        height: 9rem;
        margin: 0;
        width: 9rem
    }
}

.blockquote__footer {
    padding: 0
}

@media(min-width: 768px) {
    .blockquote__footer {
        padding: 1rem 0
    }
}

.block-title {
    background: #101921;
    color: #fff;
    display: block;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    padding: 2rem;
    position: relative
}

.block-title__heading {
    color: #fff;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .75rem;
    margin-top: 0;
    width: 100%
}

@media(min-width: 768px) {
    .block-title__heading {
        font-size: 2.1875rem
    }
}

@media(min-width: 1200px) {
    .block-title__heading {
        font-size: 2.222222rem
    }
}

.block-title__sub-heading {
    display: inline-flex;
    margin: 0
}

@media(min-width: 768px) {
    .block-title {
        padding: 3rem 2rem
    }
}

@media(min-width: 1024px) {
    .block-title {
        backdrop-filter: blur(5px);
        background: rgba(16, 25, 33, .8);
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
        left: 0;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 1
    }

    .block-title--right-aligned {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
        left: auto;
        padding-left: 4rem;
        right: 0
    }
}

.block-title--tertiary {
    background: #ffe266;
    color: #101921
}

@media(min-width: 1024px) {
    .block-title--tertiary {
        background: rgba(255, 226, 102, .8)
    }
}

.block-title--tertiary .block-title__heading {
    color: #101921
}

.block-title--primary-tint {
    background: #66b6e2;
    color: #101921
}

@media(min-width: 1024px) {
    .block-title--primary-tint {
        background: rgba(102, 182, 226, .8)
    }
}

.block-title--primary-tint .block-title__heading {
    color: #101921
}

.block-title--green {
    background: #aed97d;
    color: #101921
}

@media(min-width: 1024px) {
    .block-title--green {
        background: hsla(88, 55%, 67%, .8)
    }
}

.block-title--green .block-title__heading {
    color: #101921
}

.block-title--red {
    background: #e57d87;
    color: #101921
}

@media(min-width: 1024px) {
    .block-title--red {
        background: rgba(229, 125, 135, .8)
    }
}

.block-title--red .block-title__heading {
    color: #101921
}

.block-title--white {
    background: #fff;
    color: #101921
}

@media(min-width: 1024px) {
    .block-title--white {
        background: hsla(0, 0%, 100%, .7);
        color: #000
    }
}

.block-title--white .block-title__heading {
    color: #101921
}

a.block-title {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

a.block-title svg {
    align-self: flex-start;
    fill: #101921;
    flex: 0 0 auto;
    height: 30px;
    position: absolute;
    right: -3rem;
    transition: transform .3s;
    width: 30px
}

a.block-title--tertiary {
    border-right: 3rem solid #ffe780
}

a.block-title--primary-tint {
    border-right: 3rem solid #7bc0e6
}

a.block-title--green {
    border-right: 3rem solid #badf91
}

a.block-title--red {
    border-right: 3rem solid #e9929b
}

a.block-title--white {
    border-right: 3rem solid #fff
}

a.block-title--primary {
    border-right: 3rem solid #182632
}

a.block-title--primary svg {
    fill: #fff
}

a.block-title--primary:focus,
a.block-title--primary:hover {
    color: #fff
}

a.block-title:hover svg {
    transform: translateX(5px)
}

@media(min-width: 1024px) {
    a.block-title {
        border-right: none
    }

    a.block-title svg {
        margin-left: 1rem;
        position: relative;
        right: 0
    }
}

.text .button-group-no-top {
    margin: 0 0 32px
}

.text__featured-link {
    display: inline-flex;
    margin-bottom: 2rem;
    padding: 7px 18px 7px 25px
}

.text__featured-link:not(.button) {
    border: 1px solid #101921
}

.text__title {
    margin-top: 2.566rem
}

.text__colour {
    display: inline-block;
    padding: 2rem
}

.text__body pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    padding: 1rem
}

.text__body a {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.text__body ul {
    display: inline-block;
    padding: 0;
    text-align: left
}

.text__body ul>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

.text__body ul>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

.text__body ul ol,
.text__body ul ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.text--underlined-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.text--underlined-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.text--underlined-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.text__footer {
    padding-top: 2rem
}

.content .text:first-child .text__title {
    margin-top: 0
}

.text__link {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #06c;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.text__link:focus,
.text__link:hover {
    border-bottom: 1px solid #06c
}

.text--center {
    text-align: center
}

.text--center .button-group {
    justify-content: center
}

.text--impact {
    font-size: 1.5rem
}

.text--impact h2 {
    font-size: 2.5rem
}

.text--impact .text__featured-link {
    font-size: 18px
}

.text--spaced {
    padding: 3rem 0
}

.text--dark {
    color: #000 !important
}

.text--dark li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.text--dark p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    color: #101921 !important;
    text-decoration: none !important;
    word-break: break-all !important
}

@media(min-width: 544px) {

    .text--dark li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
    .text--dark p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
        word-break: normal !important
    }
}

.text--dark li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.text--dark p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #101921 !important
}

.text--dark li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.text--dark li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.text--dark p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.text--dark p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #cfd1d3 !important
}

.text--dark ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

.text--dark ul.bullet-list>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

.text--dark ul.bullet-list>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

.text--dark ul.bullet-list ol,
.text--dark ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.text--dark h1,
.text--dark h2,
.text--dark h3,
.text--dark h4,
.text--dark q.h2,
.text--dark ul.bullet-list>li:before {
    color: #101921 !important
}

.text--dark .button--transparent {
    border-color: #101921 !important;
    color: #101921 !important
}

.text--dark .button--transparent.u-chevron-button:before {
    background-color: #101921 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 -1 20 20'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath d='M1.013.15.153 1a.51.51 0 0 0 0 .728L8.003 9.5l-7.85 7.772a.51.51 0 0 0 0 .728l.86.85a.526.526 0 0 0 .737 0l9.097-8.986a.51.51 0 0 0 0-.728L1.75.15a.526.526 0 0 0-.737 0'/%3E%3C/svg%3E") !important;
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

@media(min-width: 1024px) {
    .text--dark-desktop {
        color: #000 !important
    }

    .text--dark-desktop li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
    .text--dark-desktop p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
        border-bottom: 1px solid #101921 !important;
        color: #101921 !important;
        text-decoration: none !important;
        word-break: break-all !important
    }
}

@media(min-width: 1024px)and (min-width:544px) {

    .text--dark-desktop li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
    .text--dark-desktop p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
        word-break: normal !important
    }
}

@media(min-width: 1024px) {

    .text--dark-desktop li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
    .text--dark-desktop li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
    .text--dark-desktop p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
    .text--dark-desktop p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
        border-bottom: 1px solid #cfd1d3 !important
    }

    .text--dark-desktop ul.bullet-list {
        display: inline-block;
        padding: 0;
        text-align: left
    }

    .text--dark-desktop ul.bullet-list>li {
        display: list-item;
        list-style: none;
        margin-left: 1rem;
        padding-bottom: 3px;
        padding-left: 0;
        padding-top: 3px;
        position: relative
    }

    .text--dark-desktop ul.bullet-list>li:before {
        color: #101921;
        content: "•";
        display: inline-block;
        font-weight: 700;
        margin-left: -1em;
        width: 1em
    }

    .text--dark-desktop ul.bullet-list ol,
    .text--dark-desktop ul.bullet-list ul {
        margin-bottom: 0;
        margin-left: 1rem
    }

    .text--dark-desktop h1,
    .text--dark-desktop h2,
    .text--dark-desktop h3,
    .text--dark-desktop h4,
    .text--dark-desktop q.h2,
    .text--dark-desktop ul.bullet-list>li:before {
        color: #101921 !important
    }

    .text--dark-desktop .button--transparent {
        border-color: #101921 !important;
        color: #101921 !important
    }

    .text--dark-desktop .button--transparent.u-chevron-button:before {
        background-color: #101921 !important;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 -1 20 20'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath d='M1.013.15.153 1a.51.51 0 0 0 0 .728L8.003 9.5l-7.85 7.772a.51.51 0 0 0 0 .728l.86.85a.526.526 0 0 0 .737 0l9.097-8.986a.51.51 0 0 0 0-.728L1.75.15a.526.526 0 0 0-.737 0'/%3E%3C/svg%3E") !important;
        background-position: 50%;
        background-repeat: no-repeat;
        content: ""
    }
}

.alert {
    border-radius: 0;
    margin: 2rem 0;
    padding: 2rem;
    width: 100%
}

.alert h2,
.alert h3 {
    margin-top: 0
}

.alert p:last-child {
    margin-bottom: 0
}

.alert .text__title {
    align-items: flex-start;
    display: flex;
    gap: 10px
}

.alert .text__title svg {
    height: 30px;
    width: 30px
}

.alert--thin {
    margin: 1rem 0;
    padding: 1rem
}

.message {
    padding: 10px
}

.content--main .alert:first-child {
    margin-top: 0
}

.alert--primary-tint,
.alert--secondary,
.alert--striped,
.alert--tertiary,
.alert--warning,
.alert--yellow {
    background: #ccd5e2;
    color: #000
}

.alert--primary-tint li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--primary-tint p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--secondary li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--secondary p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--striped li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--striped p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--tertiary li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--tertiary p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--warning li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--warning p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--yellow li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.alert--yellow p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #101921;
    color: #101921;
    text-decoration: none
}

.alert--primary-tint li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--primary-tint li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--primary-tint p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--primary-tint p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--secondary li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--secondary li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--secondary p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--secondary p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--striped li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--striped li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--striped p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--striped p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--tertiary li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--tertiary li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--tertiary p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--tertiary p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--warning li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--warning li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--warning p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--warning p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--yellow li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--yellow li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.alert--yellow p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.alert--yellow p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #cfd1d3
}

.alert--primary-tint h2,
.alert--primary-tint h3,
.alert--primary-tint h4,
.alert--secondary h2,
.alert--secondary h3,
.alert--secondary h4,
.alert--striped h2,
.alert--striped h3,
.alert--striped h4,
.alert--tertiary h2,
.alert--tertiary h3,
.alert--tertiary h4,
.alert--warning h2,
.alert--warning h3,
.alert--warning h4,
.alert--yellow h2,
.alert--yellow h3,
.alert--yellow h4 {
    color: #101921
}

.alert--primary-tint svg,
.alert--secondary svg,
.alert--striped svg,
.alert--tertiary svg,
.alert--warning svg,
.alert--yellow svg {
    fill: #101921
}

.alert--primary-tint .button--transparent,
.alert--secondary .button--transparent,
.alert--striped .button--transparent,
.alert--tertiary .button--transparent,
.alert--warning .button--transparent,
.alert--yellow .button--transparent {
    background: transparent;
    border-color: #101921;
    color: #101921
}

.alert--primary-tint .button--transparent.u-chevron-button:before,
.alert--secondary .button--transparent.u-chevron-button:before,
.alert--striped .button--transparent.u-chevron-button:before,
.alert--tertiary .button--transparent.u-chevron-button:before,
.alert--warning .button--transparent.u-chevron-button:before,
.alert--yellow .button--transparent.u-chevron-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23ccd5e2' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.alert--tertiary,
.alert--warning,
.alert--yellow {
    background: #fff5cc
}

.alert--tertiary .button--transparent.u-chevron-button:before,
.alert--warning .button--transparent.u-chevron-button:before,
.alert--yellow .button--transparent.u-chevron-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff5cc' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.alert--striped {
    border-left: 15px solid #101921;
    margin: 0
}

.alert--crisis {
    background-color: #fff;
    border: 15px solid #d32737;
    color: #d32737
}

.alert--crisis h2 {
    color: #d32737
}

.alert--crisis p a {
    border-bottom: 1px solid #d32737;
    color: #d32737
}

.alert--crisis p a:focus,
.alert--crisis p a:hover {
    border-bottom: 1px solid #55595c
}

.alert--crisis svg {
    fill: #d32737
}

.alert--crisis .button--crisis {
    background-color: transparent;
    border-color: #d32737;
    color: #d32737
}

.alert--crisis .button--crisis:focus,
.alert--crisis .button--crisis:hover {
    background-color: rgba(211, 39, 55, .2)
}

.content--aside .alert:first-child {
    margin-top: 0
}

.content--aside .alert {
    padding: 1rem
}

.content--aside .alert__title {
    font-size: 1.4rem
}

.last-updated {
    font-size: .9rem;
    padding: 2rem;
    text-align: right
}