
<style>
@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
}

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
}

.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
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px;

    .swiper-cube-shadow,
    .swiper-slide {
        transform-style: preserve-3d
    }
}

.swiper-css-mode {
    >.swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            display: none
        }
    }

    >.swiper-wrapper>.swiper-slide {
        scroll-snap-align: start start
    }

    &.swiper-horizontal {
        >.swiper-wrapper {
            scroll-snap-type: x mandatory
        }

        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-slides-offset-before);
            scroll-margin-inline-start: var(--swiper-slides-offset-before)
        }

        >.swiper-wrapper>.swiper-slide:last-child {
            margin-inline-end: var(--swiper-slides-offset-after)
        }
    }

    &.swiper-vertical {
        >.swiper-wrapper {
            scroll-snap-type: y mandatory
        }

        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-slides-offset-before);
            scroll-margin-block-start: var(--swiper-slides-offset-before)
        }

        >.swiper-wrapper>.swiper-slide:last-child {
            margin-block-end: var(--swiper-slides-offset-after)
        }
    }

    &.swiper-free-mode {
        >.swiper-wrapper {
            scroll-snap-type: none
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: none
        }
    }

    &.swiper-centered {
        >.swiper-wrapper:before {
            content: "";
            flex-shrink: 0;
            order: 9999
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: center center;
            scroll-snap-stop: always
        }
    }

    &.swiper-centered.swiper-horizontal {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: 100%;
            min-height: 1px;
            width: var(--swiper-centered-offset-after)
        }
    }

    &.swiper-centered.swiper-vertical {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: var(--swiper-centered-offset-after);
            min-width: 1px;
            width: 100%
        }
    }
}

.swiper-3d {

    .swiper-slide-shadow,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .swiper-slide-shadow {
        background: rgba(0, 0, 0, .149)
    }

    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .502), transparent)
    }

    .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .502), transparent)
    }

    .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .502), transparent)
    }

    .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .502), transparent)
    }
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
    .swiper-lazy-preloader {
        animation: swiper-preloader-spin 1s linear infinite
    }
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;

    &.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

    &.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none
    }

    .swiper-navigation-disabled & {
        display: none !important
    }

    svg {
        fill: currentColor;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        pointer-events: none;
        transform-origin: center;
        width: 100%
    }
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon {
        transform: rotate(180deg)
    }
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0px - var(--swiper-navigation-size)/2);
        top: var(--swiper-navigation-top-offset, 50%)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev,
    &~.swiper-button-next,
    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 4px)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(180deg)
        }
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(0deg)
        }
    }
}

.swiper-vertical {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        left: var(--swiper-navigation-top-offset, 50%);
        margin-left: calc(0px - var(--swiper-navigation-size)/2);
        margin-top: 0;
        right: auto
    }

    .swiper-button-prev,
    ~.swiper-button-prev {
        bottom: auto;
        top: var(--swiper-navigation-sides-offset, 4px);

        .swiper-navigation-icon {
            transform: rotate(-90deg)
        }
    }

    .swiper-button-next,
    ~.swiper-button-next {
        bottom: var(--swiper-navigation-sides-offset, 4px);
        top: auto;

        .swiper-navigation-icon {
            transform: rotate(90deg)
        }
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;

    &.swiper-pagination-hidden {
        opacity: 0
    }

    &.swiper-pagination-disabled,
    .swiper-pagination-disabled>& {
        display: none !important
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;

    .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

    button& {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    .swiper-pagination-clickable & {
        cursor: pointer
    }

    &:only-child {
        display: none !important
    }
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);

    .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
    }

    &.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;

        .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s, top .2s
        }
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
    }

    &.swiper-pagination-bullets-dynamic {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;

        .swiper-pagination-bullet {
            transition: transform .2s, left .2s
        }
    }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .251));
    position: absolute;

    .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%
    }

    .swiper-rtl & .swiper-pagination-progressbar-fill {
        transform-origin: right top
    }

    &.swiper-pagination-horizontal,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-horizontal>&,
    .swiper-vertical>&.swiper-pagination-progressbar-opposite {
        height: var(--swiper-pagination-progressbar-size, 4px);
        left: 0;
        top: 0;
        width: 100%
    }

    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical,
    .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
    .swiper-vertical>& {
        height: 100%;
        left: 0;
        top: 0;
        width: var(--swiper-pagination-progressbar-size, 4px)
    }
}

.swiper-pagination-lock {
    display: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

@media(max-width:767px) {
    .panel--content.panel--swiper-cards .panel__body {
        padding-left: 0;
        padding-right: 0
    }
}

.panel--content.panel--swiper-cards.panel--swiper-full-width .panel__body {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__wrapper {
    max-width: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__body {
    max-width: 100%;
    padding: 0
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards {
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    padding: 3rem 2rem
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .panel__title {
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    padding: 2rem 2rem 0
}

.swiper {
    overflow: visible;
    width: 100%
}

.swiper-button,
.swiper-pagination {
    display: none
}

.swiper.swiper-initialized .swiper-button {
    display: flex
}

.swiper.swiper-initialized .swiper-pagination {
    display: block
}

.panel.panel--feature .swiper.swiper-initialized {
    min-height: 60vh;
    overflow: hidden
}

@media(min-width:544px) {
    .panel.panel--feature .swiper.swiper-initialized {
        min-height: 50vh
    }
}

@media(min-width:1200px) {
    .panel.panel--feature .swiper.swiper-initialized {
        min-height: 500px
    }
}

.panel.panel--feature .swiper.swiper-initialized .overlay {
    box-sizing: border-box
}

.swiper--feature.swiper-initialized .overlay__title {
    margin: 0 auto;
    max-width: 1640px;
    width: 100%
}

.swiper--feature.swiper-initialized .overlay__heading {
    display: inline-block
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    height: 500px;
    margin: 0;
    max-width: 100%;
    min-height: auto;
    padding: 0
}

@media(min-width:1200px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
        height: 550px
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--media-object {
        height: 300px
    }
}

@media(min-width:1500px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--media-object {
        height: 400px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: normal;
    padding: 1rem 0
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
    box-shadow: 0 6px 12px 0 rgba(85, 89, 92, .1), 0 -2px 12px 0 rgba(85, 89, 92, .1);
    box-sizing: border-box;
    height: 100%;
    min-height: 100%
}

@media(max-width:1023px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: 80% !important
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image {
    height: 50%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__body,
.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
    height: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__text {
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: center
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide--no-shadow {
    box-shadow: unset
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide.card--media-object .card__image,
.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide.card--media-object .card__text {
    height: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper {
    height: calc(100% - 3rem)
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper--auto-height {
    height: auto
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
    height: 280px
}

@media(min-width:375px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 350px
    }
}

@media(min-width:768px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 400px
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 350px
    }
}

@media(min-width:1700px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 480px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate {
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 #f5f5f5, 0 -2px 12px 0 #f5f5f5;
    height: 100%;
    justify-content: center;
    min-height: 100%;
    padding: 2rem
}

@media(max-width:1023px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate {
        width: 60% !important
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate img {
    max-width: 90%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
    --swiper-pagination-color: #0085cf
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button:not(.swiper-button--ambition) {
    background-color: #000;
    box-shadow: 0 2px 6px 0 #858585;
    top: calc(50% - 40px)
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button:not(.swiper-button--ambition):hover {
    background-color: hsla(0, 0%, 80%, .3)
}

@media(max-width:767px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button {
        display: none
    }
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination-bullet {
    background-color: transparent;
    border: 3px solid #fff
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination-bullet-active {
    background-color: #fff
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination--invert .swiper-pagination-bullet {
    background-color: transparent;
    border: 3px solid #101921
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination--invert .swiper-pagination-bullet-active {
    background-color: #101921
}

.panel.panel--white.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    --swiper-pagination-color: #101921
}

:root {
    --swiper-navigation-size: 1rem;
    --swiper-theme-color: #000d19;
    --swiper-pagination-color: #000d19;
    --swiper-pagination-bullet-size: 13px;
    --swiper-pagination-bullet-width: 13px;
    --swiper-pagination-bullet-height: 13px;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 8px
}

@media(min-width:768px) {
    :root {
        --swiper-navigation-size: 1.5rem
    }
}

.swiper-pagination-bullet {
    border: 3px solid var(--swiper-pagination-color, #101921)
}

.swiper-button {
    background-color: #101921;
    border: 3px solid #101921;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    transition: background-color .3s;
    width: 35px
}

.swiper-button:hover {
    background-color: hsla(0, 0%, 80%, .5)
}

@media(min-width:768px) {
    .swiper-button {
        height: 40px;
        width: 40px
    }
}

.swiper-button--invert {
    background-color: #fff;
    border: 3px solid #fff;
    color: #101921
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: rgba(16, 25, 33, .3);
    color: #101921;
    opacity: 1
}

.swiper-button-next.swiper-button-disabled.swiper-button--invert,
.swiper-button-prev.swiper-button-disabled.swiper-button--invert {
    background-color: #101921;
    color: #fff
}

.swiper-button-next.swiper-button-disabled: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-repeat: no-repeat;
    content: ""
}

.swiper-button-next.swiper-button-disabled.swiper-button--invert: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%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: ""
}

.swiper-button-prev.swiper-button-disabled: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 left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-prev.swiper-button-disabled.swiper-button--invert: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-position: 50%;
    background-size: 12px 12px;
    height: 12px;
    margin-left: 0;
    padding: 0 5px;
    width: 12px
}

.swiper-button-prev: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E")
}

.swiper-button-prev:after,
.swiper-button-prev:hover:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-prev: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='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button--invert: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 left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-prev.swiper-button--invert: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='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-next: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%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: ""
}

.swiper-button-next.swiper-button--invert:after,
.swiper-button-next: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='%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: ""
}

.swiper-button-next.swiper-button--invert: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='%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: ""
}

.panel-overlay {
    position: relative
}

.panel-overlay .panel--card-ambition .swiper.swiper--cards {
    z-index: 2
}

@media(min-width:1024px) {
    .panel-overlay {
        margin-bottom: 18rem
    }
}

@media(min-width:1200px) {
    .panel-overlay {
        margin-bottom: 16rem
    }
}

@media(min-width:1700px) {
    .panel-overlay {
        margin-bottom: 17rem
    }
}

@media(min-width:2400px) {
    .panel-overlay {
        margin-bottom: 35rem
    }
}

.panel--card-ambition.panel--white.panel--overlay-top-panel {
    background-color: transparent
}

@media(min-width:1024px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -16rem;
        position: absolute;
        width: 100%
    }
}

@media(min-width:1200px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -18rem
    }
}

@media(min-width:1366px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -15rem
    }
}

@media(min-width:1700px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -15rem;
        bottom: -19rem
    }
}

@media(min-width:2400px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -30rem
    }
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__body {
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    padding: 2rem 0 0 2rem
}

@media(min-width:544px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__body {
        padding: 2rem 2rem 0
    }
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .panel__title {
    padding: 0
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button {
        box-shadow: unset;
        display: flex;
        top: 1.4rem
    }
}

.panel--card-ambition .swiper-button-prev {
    left: 0
}

.panel--card-ambition .swiper-button-next {
    left: 2.6rem
}

.panel--card-ambition .swiper-pagination {
    left: 0;
    text-align: unset
}

.panel--card-ambition .swiper-buttons-wrapper {
    position: relative
}

.panel--card-ambition.panel.panel--hero.panel--variable-height .hero,
.panel--card-ambition.panel.panel--hero.panel--variable-height.panel--swiper-cards.panel--swiper-full-width {
    height: unset;
    min-height: unset;
    z-index: 3
}

.panel--card-ambition.panel.panel--hero.panel--variable-height .hero .swiper.swiper--cards.swiper-initialized,
.panel--card-ambition.panel.panel--hero.panel--variable-height.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    height: unset
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    padding-bottom: 3rem
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--four-columns .card.card--ambition.swiper-slide.card--fixed {
        max-width: calc(25% - 1rem);
        width: inherit
    }

    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--two-columns .card.card--ambition.swiper-slide.card--fixed {
        max-width: calc(50% - 1rem);
        width: inherit
    }

    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--three-columns .card.card--ambition.swiper-slide.card--fixed {
        max-width: calc(33% - 1rem);
        width: inherit
    }
}

@media(min-width:1024px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--full-width {
        width: 100%
    }

    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--half-width {
        width: 50%
    }
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
    height: 11rem;
    min-width: 13rem
}

@media(min-width:544px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 12rem
    }
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 14rem
    }
}

@media(min-width:1024px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 9rem
    }
}

@media(min-width:1366px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 10rem
    }
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
        padding-top: 3.5rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design {
    bottom: -2rem;
    display: grid;
    grid-template-columns: 90px 1fr 30px 70px;
    grid-template-rows: 20px 70px 30px;
    overflow: hidden;
    position: absolute;
    width: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design {
        grid-template-columns: 70px 110px 20px;
        grid-template-rows: 330px 160px 230px;
        width: 200px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--1 {
    background-color: #0085cf;
    grid-column: 4;
    grid-row: 1/3
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--1 {
        grid-column: 1;
        grid-row: 1
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--2 {
    background-color: #0085cf;
    grid-column: 3;
    grid-row: 3
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--2 {
        grid-column: 2/4;
        grid-row: 2
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--3 {
    background-color: #0085cf;
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--3 {
        grid-column: 1;
        grid-row: 3
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--4 {
    background-color: #0085cf;
    grid-column: 1;
    grid-row: 2/4;
    position: relative;
    transform: skew(20deg)
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--4 {
        grid-column: 1/3;
        grid-row: 3;
        right: 68px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .button--featured {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .button--featured {
        bottom: 0;
        display: flex;
        position: absolute;
        right: 3rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width {
    padding-top: 0
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__body {
    padding: 2rem 0 6rem 2rem
}

@media(min-width:768px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width {
        padding-top: 0
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__body {
        margin: 0 0 0 auto;
        padding: 3rem 0 6rem 2rem
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__wrapper {
        margin: 0 0 0 auto
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__body {
        margin: 0 0 0 auto;
        max-width: calc(100% - 200px);
        padding: 3rem 0 3rem 2rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width h2 {
    font-size: 3rem;
    margin: 0;
    max-width: 75%
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width h2 {
        font-size: 5vw;
        max-width: 50%
    }
}

@media(min-width:1920px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width h2 {
        font-size: 80px
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons-wrapper {
        align-self: flex-end;
        width: 100%
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 90%;
    z-index: 1
}

@media(min-width:544px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons {
        bottom: 0;
        width: calc(100% - 1rem)
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons {
        bottom: 2rem;
        height: 0;
        justify-content: flex-end;
        position: relative;
        right: 3rem;
        width: 100%
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    height: unset;
    padding-bottom: 3rem;
    padding-top: 0
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
        padding-bottom: 6rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button {
    display: flex;
    top: 0
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-next,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
    left: auto;
    position: relative;
    right: 0
}

@media(min-width:1024px) {

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-next,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
        top: -1rem
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
        right: 10px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-horizontal>.swiper-pagination-bullets,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-bullets.swiper-pagination-horizontal,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-custom,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    width: 90%;
    z-index: 0
}

@media(min-width:544px) {

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-horizontal>.swiper-pagination-bullets,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-bullets.swiper-pagination-horizontal,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-custom,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-fraction {
        width: calc(100% - 1rem)
    }
}

@media(min-width:1024px) {

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-horizontal>.swiper-pagination-bullets,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-bullets.swiper-pagination-horizontal,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-custom,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-fraction {
        width: auto
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
    width: 90% !important
}

@media(min-width:768px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: 45% !important
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: 33% !important
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card {
    padding: 1rem 0
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__text {
        opacity: 0;
        visibility: hidden
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__back {
        opacity: 1;
        visibility: visible
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__image img {
        filter: brightness(30%);
        transform: scale(1.3)
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image {
    height: 100%;
    position: relative;
    width: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
    height: 100vw;
    transition: transform .3s, filter .3s
}

@media(min-width:544px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
        height: 65vw
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
        height: 35vw
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text {
    background: linear-gradient(0deg, #000, transparent);
    bottom: 0;
    height: auto;
    padding: 2rem;
    position: absolute;
    text-align: left;
    transition: visibility .3s, opacity .3s;
    width: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
    color: #fff;
    font-size: 7vw
}

@media(min-width:544px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
        font-size: 4vw
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
        font-size: 2vw
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category {
    background: #fff;
    color: #101921;
    font-size: 1rem;
    font-weight: 700;
    left: -8px;
    padding: 0 20px 10px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: skew(-20deg)
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category span {
    display: block;
    transform: skew(20deg)
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category {
        padding: 0 20px 5px 60px;
        top: -5px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
        align-items: flex-start;
        bottom: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        font-weight: 700;
        height: 100%;
        justify-content: flex-end;
        line-height: 1;
        opacity: 0;
        padding: 3rem;
        position: absolute;
        transition: visibility .3s, opacity .3s;
        visibility: hidden;
        width: 100%
    }
}

@media(min-width:1366px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
        font-size: 1.8vw
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button .button__background,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button .button__icon-wrapper,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button span,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button svg {
    transition-delay: 0s
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed {
        width: 33%
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n+1) {
        top: 1rem
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n+2) {
        top: 2rem
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n+3) {
        top: 0
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text {
        padding: 3rem
    }
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap
}


.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: ""
        }
    }
}
</style>



<main id="main" role="main">
    <h1 id="page-title" class="sr-only">Accessibility at Newman</h1>

    <section id="accessibility-at-kent" class="panel panel--feature panel--text panel--hero panel--transparent panel--mid panel--header">
        <div class="panel__body">
            <div class="media-wrap media-wrap--bottomcenter media-wrap--horizontal-center media-wrap--center media-wrap--header" style="
          --hero_image_brightness: 80;

          --hero_image_brightness_mobile: 80;
        ">
                <picture>
                    <source type="image/webp"  sizes="100vw" />
                    <img src="<?php echo get_template_directory_uri(); ?>/static/images/CD_131983_SLAS_AccessibleInfo_2-3_image_sky_blue_1920w.png"  sizes="100vw" loading="eager" class="" width="1920" height="1280" alt="4 accessibility icons depicting an eye, an ear, Large Print and a face speaking" fetchpriority="high" />
                </picture>

                

                <div aria-hidden="true" class="hero-scrim"></div>
            </div>

            <div class="hero text hero--overlaid hero--center-aligned hero--bottom hero--mobile-bottom">
                <div class="hero__wrapper">
                    <div class="hero__body text__text">
                        <h2 class="hero__heading fadein fadein--scale">Accessibility at Newman</h2>

                        <div class="hero__text fadein">
                            <p>Accessible Information Team</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <style>
        .header {
            --header-height: 0;
        }

        .header {
            --header-text: white;
        }
        </style>
    </section>

    <section class="panel panel--content panel--center panel--hero panel--no-space panel--text panel--standard-text-height panel--fadein panel--white" id="who-are-we">
        <div class="panel__body">
            <div class="hero content content--main">
                <div class="text__text text--center">
                    <h2 class="fadein fadein--scale heading--48 is-fadedin">Supporting Newman students</h2>
                    <div class="fadein is-fadedin">
                        <p>The Accessible Information team are part of Student Support and Wellbeing. We are here to assist students with disabilities, neurodivergence or Specific Learning Differences (SpLDs) to access learning in ways that work for them through assistive technology and by providing alternative formats of teaching
                            materials.</p>
                        <p>We also provide guidance and resources for staff and students creating accessible content and can support departments to ensure they are compliant with accessibility regulations and sector best practice.</p>
                        <p>Want to discuss your assistive technology or alternative format needs? Book a one-to-one with our team!</p>
                    </div>
                    <div class="button-group fadein is-fadedin">
                      
                        <a class="button button--primary u-chevron-button" href="/contact-us">Contact us</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <style>
    :root {
        --swiper-theme-color: #007aff;
    }

    :host {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 1;
    }

    .swiper {
        display: block;
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .swiper-vertical>.swiper-wrapper {
        flex-direction: column;
    }

    .swiper-wrapper {
        box-sizing: initial;
        display: flex;
        height: 100%;
        position: relative;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        width: 100%;
        z-index: 1;
    }

    .swiper-android .swiper-slide,
    .swiper-ios .swiper-slide,
    .swiper-wrapper {
        transform: translateZ(0);
    }

    .swiper-horizontal {
        touch-action: pan-y;
    }

    .swiper-vertical {
        touch-action: pan-x;
    }

    .swiper-slide {
        display: block;
        flex-shrink: 0;
        height: 100%;
        position: relative;
        transition-property: transform;
        width: 100%;
    }

    .swiper-slide-invisible-blank {
        visibility: hidden;
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: auto;
    }

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

    .swiper-backface-hidden .swiper-slide {
        backface-visibility: hidden;
        transform: translateZ(0);
    }

    .swiper-3d.swiper-css-mode .swiper-wrapper {
        perspective: 1200px;
    }

    .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-3d {
        perspective: 1200px;

        .swiper-cube-shadow,
        .swiper-slide {
            transform-style: preserve-3d;
        }
    }

    .swiper-css-mode {
        >.swiper-wrapper {
            overflow: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: start start;
        }

        &.swiper-horizontal {
            >.swiper-wrapper {
                scroll-snap-type: x mandatory;
            }

            >.swiper-wrapper>.swiper-slide:first-child {
                margin-inline-start: var(--swiper-slides-offset-before);
                scroll-margin-inline-start: var(--swiper-slides-offset-before);
            }

            >.swiper-wrapper>.swiper-slide:last-child {
                margin-inline-end: var(--swiper-slides-offset-after);
            }
        }

        &.swiper-vertical {
            >.swiper-wrapper {
                scroll-snap-type: y mandatory;
            }

            >.swiper-wrapper>.swiper-slide:first-child {
                margin-block-start: var(--swiper-slides-offset-before);
                scroll-margin-block-start: var(--swiper-slides-offset-before);
            }

            >.swiper-wrapper>.swiper-slide:last-child {
                margin-block-end: var(--swiper-slides-offset-after);
            }
        }

        &.swiper-free-mode {
            >.swiper-wrapper {
                scroll-snap-type: none;
            }

            >.swiper-wrapper>.swiper-slide {
                scroll-snap-align: none;
            }
        }

        &.swiper-centered {
            >.swiper-wrapper:before {
                content: "";
                flex-shrink: 0;
                order: 9999;
            }

            >.swiper-wrapper>.swiper-slide {
                scroll-snap-align: center center;
                scroll-snap-stop: always;
            }
        }

        &.swiper-centered.swiper-horizontal {
            >.swiper-wrapper>.swiper-slide:first-child {
                margin-inline-start: var(--swiper-centered-offset-before);
            }

            >.swiper-wrapper:before {
                height: 100%;
                min-height: 1px;
                width: var(--swiper-centered-offset-after);
            }
        }

        &.swiper-centered.swiper-vertical {
            >.swiper-wrapper>.swiper-slide:first-child {
                margin-block-start: var(--swiper-centered-offset-before);
            }

            >.swiper-wrapper:before {
                height: var(--swiper-centered-offset-after);
                min-width: 1px;
                width: 100%;
            }
        }
    }

    .swiper-3d {

        .swiper-slide-shadow,
        .swiper-slide-shadow-bottom,
        .swiper-slide-shadow-left,
        .swiper-slide-shadow-right,
        .swiper-slide-shadow-top {
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 10;
        }

        .swiper-slide-shadow {
            background: rgba(0, 0, 0, 0.149);
        }

        .swiper-slide-shadow-left {
            background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.502), transparent);
        }

        .swiper-slide-shadow-right {
            background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.502), transparent);
        }

        .swiper-slide-shadow-top {
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.502), transparent);
        }

        .swiper-slide-shadow-bottom {
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.502), transparent);
        }
    }

    .swiper-lazy-preloader {
        border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
        border-radius: 50%;
        border-top: 4px solid transparent;
        box-sizing: border-box;
        height: 42px;
        left: 50%;
        margin-left: -21px;
        margin-top: -21px;
        position: absolute;
        top: 50%;
        transform-origin: 50%;
        width: 42px;
        z-index: 10;
    }

    .swiper-watch-progress .swiper-slide-visible,
    .swiper:not(.swiper-watch-progress) {
        .swiper-lazy-preloader {
            animation: swiper-preloader-spin 1s linear infinite;
        }
    }

    .swiper-lazy-preloader-white {
        --swiper-preloader-color: #fff;
    }

    .swiper-lazy-preloader-black {
        --swiper-preloader-color: #000;
    }

    @keyframes swiper-preloader-spin {
        0% {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(1turn);
        }
    }

    :root {
        --swiper-navigation-size: 44px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        align-items: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
        cursor: pointer;
        display: flex;
        height: var(--swiper-navigation-size);
        justify-content: center;
        position: absolute;
        width: var(--swiper-navigation-size);
        z-index: 10;

        &.swiper-button-disabled {
            cursor: auto;
            opacity: 0.35;
            pointer-events: none;
        }

        &.swiper-button-hidden {
            cursor: auto;
            opacity: 0;
            pointer-events: none;
        }

        .swiper-navigation-disabled & {
            display: none !important;
        }

        svg {
            fill: currentColor;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            pointer-events: none;
            transform-origin: center;
            width: 100%;
        }
    }

    .swiper-button-lock {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: calc(0px - var(--swiper-navigation-size) / 2);
        top: var(--swiper-navigation-top-offset, 50%);
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto;

        .swiper-navigation-icon {
            transform: rotate(180deg);
        }
    }

    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 4px);
    }

    .swiper-horizontal {

        .swiper-button-next,
        .swiper-button-prev,
        ~.swiper-button-next,
        ~.swiper-button-prev {
            margin-left: 0;
            margin-top: calc(0px - var(--swiper-navigation-size) / 2);
            top: var(--swiper-navigation-top-offset, 50%);
        }

        &.swiper-rtl .swiper-button-next,
        &.swiper-rtl~.swiper-button-next,
        &~.swiper-button-prev,
        .swiper-button-prev {
            left: var(--swiper-navigation-sides-offset, 4px);
            right: auto;
        }

        &.swiper-rtl .swiper-button-prev,
        &.swiper-rtl~.swiper-button-prev,
        &~.swiper-button-next,
        .swiper-button-next {
            left: auto;
            right: var(--swiper-navigation-sides-offset, 4px);
        }

        &.swiper-rtl .swiper-button-next,
        &.swiper-rtl~.swiper-button-next,
        &~.swiper-button-prev,
        .swiper-button-prev {
            .swiper-navigation-icon {
                transform: rotate(180deg);
            }
        }

        &.swiper-rtl .swiper-button-prev,
        &.swiper-rtl~.swiper-button-prev {
            .swiper-navigation-icon {
                transform: rotate(0deg);
            }
        }
    }

    .swiper-vertical {

        .swiper-button-next,
        .swiper-button-prev,
        ~.swiper-button-next,
        ~.swiper-button-prev {
            left: var(--swiper-navigation-top-offset, 50%);
            margin-left: calc(0px - var(--swiper-navigation-size) / 2);
            margin-top: 0;
            right: auto;
        }

        .swiper-button-prev,
        ~.swiper-button-prev {
            bottom: auto;
            top: var(--swiper-navigation-sides-offset, 4px);

            .swiper-navigation-icon {
                transform: rotate(-90deg);
            }
        }

        .swiper-button-next,
        ~.swiper-button-next {
            bottom: var(--swiper-navigation-sides-offset, 4px);
            top: auto;

            .swiper-navigation-icon {
                transform: rotate(90deg);
            }
        }
    }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        transform: translateZ(0);
        transition: opacity 0.3s;
        z-index: 10;

        &.swiper-pagination-hidden {
            opacity: 0;
        }

        &.swiper-pagination-disabled,
        .swiper-pagination-disabled>& {
            display: none !important;
        }
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 8px);
        left: 0;
        top: var(--swiper-pagination-top, auto);
        width: 100%;
    }

    .swiper-pagination-bullets-dynamic {
        font-size: 0;
        overflow: hidden;

        .swiper-pagination-bullet {
            position: relative;
            transform: scale(0.33);
        }

        .swiper-pagination-bullet-active,
        .swiper-pagination-bullet-active-main {
            transform: scale(1);
        }

        .swiper-pagination-bullet-active-prev {
            transform: scale(0.66);
        }

        .swiper-pagination-bullet-active-prev-prev {
            transform: scale(0.33);
        }

        .swiper-pagination-bullet-active-next {
            transform: scale(0.66);
        }

        .swiper-pagination-bullet-active-next-next {
            transform: scale(0.33);
        }
    }

    .swiper-pagination-bullet {
        background: var(--swiper-pagination-bullet-inactive-color, #000);
        border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
        display: inline-block;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
        opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

        button& {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            box-shadow: none;
            margin: 0;
            padding: 0;
        }

        .swiper-pagination-clickable & {
            cursor: pointer;
        }

        &:only-child {
            display: none !important;
        }
    }

    .swiper-pagination-bullet-active {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        opacity: var(--swiper-pagination-bullet-opacity, 1);
    }

    .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical>.swiper-pagination-bullets {
        left: var(--swiper-pagination-left, auto);
        right: var(--swiper-pagination-right, 8px);
        top: 50%;
        transform: translate3d(0, -50%, 0);

        .swiper-pagination-bullet {
            display: block;
            margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
        }

        &.swiper-pagination-bullets-dynamic {
            top: 50%;
            transform: translateY(-50%);
            width: 8px;

            .swiper-pagination-bullet {
                display: inline-block;
                transition: transform 0.2s, top 0.2s;
            }
        }
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        .swiper-pagination-bullet {
            margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
        }

        &.swiper-pagination-bullets-dynamic {
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;

            .swiper-pagination-bullet {
                transition: transform 0.2s, left 0.2s;
            }
        }
    }

    .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform 0.2s, right 0.2s;
    }

    .swiper-pagination-fraction {
        color: var(--swiper-pagination-fraction-color, inherit);
    }

    .swiper-pagination-progressbar {
        background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.251));
        position: absolute;

        .swiper-pagination-progressbar-fill {
            background: var(--swiper-pagination-color, var(--swiper-theme-color));
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: scale(0);
            transform-origin: left top;
            width: 100%;
        }

        .swiper-rtl & .swiper-pagination-progressbar-fill {
            transform-origin: right top;
        }

        &.swiper-pagination-horizontal,
        &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
        .swiper-horizontal>&,
        .swiper-vertical>&.swiper-pagination-progressbar-opposite {
            height: var(--swiper-pagination-progressbar-size, 4px);
            left: 0;
            top: 0;
            width: 100%;
        }

        &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
        &.swiper-pagination-vertical,
        .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
        .swiper-vertical>& {
            height: 100%;
            left: 0;
            top: 0;
            width: var(--swiper-pagination-progressbar-size, 4px);
        }
    }

    .swiper-pagination-lock {
        display: none;
    }

    .swiper .swiper-notification {
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        z-index: -1000;
    }

    .panel.panel--feature .swiper.swiper-initialized {
        min-height: 60vh;
        overflow: hidden;
    }

    @media (min-width: 544px) {
        .panel.panel--feature .swiper.swiper-initialized {
            min-height: 50vh;
        }
    }

    @media (min-width: 1200px) {
        .panel.panel--feature .swiper.swiper-initialized {
            min-height: 500px;
        }
    }

    .panel.panel--feature .swiper.swiper-initialized .overlay {
        box-sizing: border-box;
    }

    .swiper--feature.swiper-initialized .overlay__title {
        margin: 0 auto;
        max-width: 1640px;
        width: 100%;
    }

    .swiper--feature.swiper-initialized .overlay__heading {
        display: inline-block;
    }

    .panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination-bullet {
        background-color: transparent;
        border: 3px solid #fff;
    }

    .panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination--invert .swiper-pagination-bullet {
        background-color: transparent;
        border: 3px solid #101921;
    }

    .panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination--invert .swiper-pagination-bullet-active {
        background-color: #101921;
    }

    :root {
        --swiper-navigation-size: 1rem;
        --swiper-theme-color: #000d19;
        --swiper-pagination-color: #000d19;
        --swiper-pagination-bullet-size: 13px;
        --swiper-pagination-bullet-width: 13px;
        --swiper-pagination-bullet-height: 13px;
        --swiper-pagination-bullet-inactive-color: transparent;
        --swiper-pagination-bullet-inactive-opacity: 1;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-horizontal-gap: 4px;
        --swiper-pagination-bullet-vertical-gap: 8px;
    }

    @media (min-width: 768px) {
        :root {
            --swiper-navigation-size: 1.5rem;
        }
    }

    .swiper-pagination-bullet {
        border: 3px solid var(--swiper-pagination-color, #101921);
    }

    .swiper-button {
        background-color: #101921;
        border: 3px solid #101921;
        border-radius: 50%;
        color: #fff;
        height: 35px;
        width: 35px;
    }

    @media (min-width: 768px) {
        .swiper-button {
            height: 40px;
            width: 40px;
        }
    }

    .swiper-button--invert {
        background-color: #fff;
        border: 3px solid #fff;
        color: #101921;
    }

    .swiper-button:before {
        background: #cfd1d3;
        border-radius: 100%;
        content: "";
        height: 34px;
        opacity: 0;
        position: absolute;
        transition: opacity 0.3s;
        width: 34px;
        z-index: 0;
    }

    .swiper-button:hover:before {
        opacity: 1;
    }

    .swiper-button:after {
        z-index: 1;
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        background-color: rgba(16, 25, 33, 0.3);
        color: #101921;
        opacity: 1;
    }

    .swiper-button-next.swiper-button-disabled.swiper-button--invert,
    .swiper-button-prev.swiper-button-disabled.swiper-button--invert {
        background-color: #101921;
        color: #fff;
    }

    .swiper-button-next.swiper-button-disabled: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-repeat: no-repeat;
        content: "";
    }

    .swiper-button-next.swiper-button-disabled.swiper-button--invert: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%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: "";
    }

    .swiper-button-prev.swiper-button-disabled: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 left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
    }

    .swiper-button-prev.swiper-button-disabled.swiper-button--invert: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        background-position: 50%;
        background-size: 12px 12px;
        height: 12px;
        margin-left: 0;
        padding: 0 5px;
        width: 12px;
    }

    @media (min-width: 1024px) {
        .swiper.swiper--cards.swiper--affiliate.mobile-only .swiper-button {
            display: none;
        }
    }

    .swiper-button-prev: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
    }

    .swiper-button-prev.swiper-button--invert:after,
    .swiper-button-prev: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='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
    }

    .swiper-button-prev.swiper-button--invert: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='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
    }

    .swiper-button-next: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%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: "";
    }

    .swiper-button-next.swiper-button--invert:after,
    .swiper-button-next: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='%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: "";
    }

    .swiper-button-next.swiper-button--invert: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='%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: "";
    }

    .panel-overlay {
        position: relative;
    }

    .panel-overlay .panel--card-ambition .swiper.swiper--cards {
        z-index: 2;
    }

    @media (min-width: 1024px) {
        .panel-overlay {
            margin-bottom: 18rem;
        }
    }

    @media (min-width: 1200px) {
        .panel-overlay {
            margin-bottom: 16rem;
        }
    }

    @media (min-width: 1700px) {
        .panel-overlay {
            margin-bottom: 17rem;
        }
    }

    @media (min-width: 2400px) {
        .panel-overlay {
            margin-bottom: 35rem;
        }
    }

    .panel.panel--swiper-cards .hero__wrapper {
        max-width: 100%;
    }

    .panel.panel--swiper-cards .hero__body {
        max-width: 100%;
        padding: 0;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards {
        margin: 0 auto;
        max-width: calc(1640px + 4rem);
        padding: 3rem 2rem;
    }

    .panel.panel--swiper-cards .panel__title {
        margin: 0 auto;
        max-width: calc(1640px + 4rem);
        padding: 2rem 2rem 0;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized {
        height: auto;
        margin: 0;
        max-width: 100%;
        min-height: auto;
        padding: 0;
    }

    @media (min-width: 1200px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized {
            height: auto;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--media-object {
            height: 300px;
        }
    }

    @media (min-width: 1500px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--media-object {
            height: 400px;
        }
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .content--card {
        align-items: center;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: normal;
        padding: 1rem 0;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide {
        box-shadow: 0 6px 12px 0 rgba(85, 89, 92, 0.1), 0 -2px 12px 0 rgba(85, 89, 92, 0.1);
        box-sizing: border-box;
        height: 100%;
        min-height: 100%;
    }

    @media (max-width: 1023px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide {
            width: 80% !important;
        }
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image {
        height: 50%;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__body,
    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 100%;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__text {
        display: flex;
        flex-direction: column;
        height: 50%;
        justify-content: center;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide--no-shadow {
        box-shadow: unset;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide.card--media-object .card__image,
    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide.card--media-object .card__text {
        height: 100%;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-wrapper {
        height: calc(100% - 3rem);
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-wrapper--auto-height {
        height: auto;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-button:not(.swiper-button--ambition) {
        background-color: #000;
        box-shadow: 0 2px 6px 0 #858585;
        top: calc(50% - 40px);
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-button:not(.swiper-button--ambition):hover {
        background-color: hsla(0, 0%, 80%, 0.3);
    }

    @media (max-width: 767px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-button {
            display: none;
        }
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 280px;
    }

    @media (min-width: 375px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
            height: 350px;
        }
    }

    @media (min-width: 768px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
            height: 400px;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
            height: 350px;
        }
    }

    @media (min-width: 1700px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
            height: 480px;
        }
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate {
        border-radius: 5px;
        box-shadow: 0 6px 12px 0 #f5f5f5, 0 -2px 12px 0 #f5f5f5;
        height: 100%;
        justify-content: center;
        min-height: 100%;
        padding: 2rem;
    }

    @media (max-width: 1023px) {
        .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate {
            width: 60% !important;
        }
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate img {
        max-width: 90%;
    }

    .panel.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        --swiper-pagination-color: #0085cf;
    }

    .panel.panel--white.panel--swiper-cards .swiper.swiper--cards.swiper-initialized {
        --swiper-pagination-color: #101921;
    }

    .panel.panel--card-ambition.panel--white.panel--overlay-top-panel {
        background-color: transparent;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-ambition.panel--overlay-top-panel {
            bottom: -16rem;
            position: absolute;
            width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .panel.panel--card-ambition.panel--overlay-top-panel {
            bottom: -18rem;
        }
    }

    @media (min-width: 1366px) {
        .panel.panel--card-ambition.panel--overlay-top-panel {
            bottom: -15rem;
        }
    }

    @media (min-width: 1700px) {
        .panel.panel--card-ambition.panel--overlay-top-panel {
            bottom: -15rem;
            bottom: -19rem;
        }
    }

    @media (min-width: 2400px) {
        .panel.panel--card-ambition.panel--overlay-top-panel {
            bottom: -30rem;
        }
    }

    .panel.panel--card-ambition.panel--swiper-cards .hero__body {
        margin: 0 auto;
        max-width: calc(1640px + 4rem);
        padding: 2rem 0 0 2rem;
    }

    @media (min-width: 544px) {
        .panel.panel--card-ambition.panel--swiper-cards .hero__body {
            padding: 2rem 2rem 0;
        }
    }

    .panel.panel--card-ambition.panel--swiper-cards .panel__title {
        padding: 0;
    }

    @media (min-width: 768px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-button {
            box-shadow: unset;
            display: flex;
            top: 1.4rem;
        }
    }

    .panel.panel--card-ambition .swiper-button-prev {
        left: 0;
    }

    .panel.panel--card-ambition .swiper-button-next {
        left: 2.6rem;
    }

    .panel.panel--card-ambition .swiper-pagination {
        left: 0;
        text-align: unset;
    }

    .panel.panel--card-ambition .swiper-buttons-wrapper {
        position: relative;
    }

    .panel.panel--card-ambition.panel--variable-height .hero,
    .panel.panel--card-ambition.panel--variable-height.panel--swiper-cards {
        height: unset;
        min-height: unset;
        z-index: 3;
    }

    .panel.panel--card-ambition.panel--variable-height .hero .swiper.swiper--cards.swiper-initialized,
    .panel.panel--card-ambition.panel--variable-height.panel--swiper-cards .swiper.swiper--cards.swiper-initialized {
        height: unset;
    }

    .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized {
        padding-bottom: 3rem;
    }

    @media (min-width: 768px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--four-columns .card.card--ambition.swiper-slide.card--fixed {
            max-width: calc(25% - 1rem);
            width: inherit;
        }

        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--two-columns .card.card--ambition.swiper-slide.card--fixed {
            max-width: calc(50% - 1rem);
            width: inherit;
        }

        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--three-columns .card.card--ambition.swiper-slide.card--fixed {
            max-width: calc(33% - 1rem);
            width: inherit;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--full-width {
            width: 100%;
        }

        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized.swiper--half-width {
            width: 50%;
        }
    }

    .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 11rem;
        min-width: 13rem;
    }

    @media (min-width: 544px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
            height: 12rem;
        }
    }

    @media (min-width: 768px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
            height: 14rem;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
            height: 9rem;
        }
    }

    @media (min-width: 1366px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
            height: 10rem;
        }
    }

    @media (min-width: 768px) {
        .panel.panel--card-ambition.panel--swiper-cards .swiper.swiper--cards.swiper-initialized {
            padding-top: 3.5rem;
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card {
        padding: 1rem 0 3rem;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card {
            padding: 1rem 0 6rem;
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed {
        width: 90% !important;
    }

    @media (min-width: 768px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed {
            width: 45% !important;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed {
            width: 33% !important;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__text {
            opacity: 0;
            visibility: hidden;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__back {
            opacity: 1;
            visibility: visible;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__image img {
            filter: brightness(30%);
            transform: scale(1.3);
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image {
        height: 100%;
        position: relative;
        width: 100%;
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
        height: 100vw;
        transition: transform 0.3s, filter 0.3s;
    }

    @media (min-width: 544px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
            height: 65vw;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
            height: 35vw;
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text {
        background: linear-gradient(0deg, #000, transparent);
        bottom: 0;
        height: auto;
        padding: 2rem;
        position: absolute;
        text-align: left;
        transition: visibility 0.3s, opacity 0.3s;
        width: 100%;
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
        color: #fff;
        font-size: 7vw;
    }

    @media (min-width: 544px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
            font-size: 4vw;
        }
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
            font-size: 2vw;
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category {
        background: #fff;
        color: #101921;
        font-size: 1rem;
        font-weight: 700;
        left: -8px;
        padding: 0 20px 10px 8px;
        position: absolute;
        text-transform: uppercase;
        top: 0;
        transform: skew(-20deg);
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category span {
        display: block;
        transform: skew(20deg);
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category {
            padding: 0 20px 5px 60px;
            top: -5px;
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
        display: none;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
            align-items: flex-start;
            bottom: 0;
            color: #fff;
            display: flex;
            flex-direction: column;
            font-size: 1.2rem;
            font-weight: 700;
            height: 100%;
            justify-content: flex-end;
            line-height: 1;
            opacity: 0;
            padding: 3rem;
            position: absolute;
            transition: visibility 0.3s, opacity 0.3s;
            visibility: hidden;
            width: 100%;
        }
    }

    @media (min-width: 1366px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
            font-size: 1.8vw;
        }
    }

    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button .button__background,
    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button .button__icon-wrapper,
    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button span,
    .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button svg {
        transition-delay: 0s;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed {
            width: 33%;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n + 1) {
            top: 1rem;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n + 2) {
            top: 2rem;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n + 3) {
            top: 0;
        }

        .panel.panel--card-feature .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text {
            padding: 3rem;
        }
    }

    .panel.panel--card-feature .button--featured {
        display: none;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature .button--featured {
            bottom: 0;
            display: flex;
            position: absolute;
            right: 3rem;
        }
    }

    .panel.panel--card-feature.panel--card-feature-with-design .carousel {
        max-width: calc(50vw + 620px + 2rem);
    }

    .panel.panel--card-feature.panel--card-feature-with-design .ambition-design {
        bottom: -2rem;
        display: grid;
        grid-template-columns: 90px 1fr 30px 70px;
        grid-template-rows: 20px 70px 30px;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature.panel--card-feature-with-design .ambition-design {
            grid-template-columns: 70px 110px 20px;
            grid-template-rows: 330px 160px 230px;
            width: 200px;
        }
    }

    .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--1 {
        background-color: var(--panel-highlight-color, #0085cf);
        grid-column: 4;
        grid-row: 1/3;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--1 {
            grid-column: 1;
            grid-row: 1;
        }
    }

    .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--2 {
        background-color: var(--panel-highlight-color, #0085cf);
        grid-column: 3;
        grid-row: 3;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--2 {
            grid-column: 2/4;
            grid-row: 2;
        }
    }

    .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--3 {
        background-color: var(--panel-highlight-color, #0085cf);
        display: none;
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--3 {
            grid-column: 1;
            grid-row: 3;
        }
    }

    .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--4 {
        background-color: var(--panel-highlight-color, #0085cf);
        grid-column: 1;
        grid-row: 2/4;
        position: relative;
        transform: skew(20deg);
    }

    @media (min-width: 1024px) {
        .panel.panel--card-feature.panel--card-feature-with-design .ambition-design .ambition-design--4 {
            grid-column: 1/3;
            grid-row: 3;
            right: 68px;
        }
    }

    .panel.panel--gallery .swiper.swiper--cards.swiper-initialized .swiper-slide.card.card--fixed.card--no-image .card__body {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 3rem;
        text-align: center;
    }

    .panel.panel--gallery .swiper.swiper--cards.swiper-initialized .swiper-slide.card.card--fixed.card--no-zoom:hover .card__image img {
        filter: none;
        transform: none;
    }

    @media (min-width: 1024px) {
        .panel.panel--gallery .swiper.swiper--cards.swiper-initialized .swiper-slide {
            height: 400px;
            width: 400px !important;
        }

        .panel.panel--gallery .swiper.swiper--cards.swiper-initialized .swiper-slide.card.card--fixed {
            top: 0;
        }

        .panel.panel--gallery .swiper.swiper--cards.swiper-initialized .swiper-slide.card.card--fixed .card__image img {
            height: 400px;
        }

        .panel.panel--gallery .swiper.swiper--cards.swiper-initialized .swiper-slide.card.card--fixed.card--no-image {
            height: 440px;
            width: 540px !important;
        }
    }

    .panel.panel--white.panel--card-carousel+.panel.panel--white.panel--card-carousel .carousel {
        padding: 0 0 0 2rem;
    }
    </style>