/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Prata&display=swap");
@import url("https://use.typekit.net/pas7mgr.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: white;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19F;
    box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
    opacity: 0.6
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.loaded {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

@-webkit-keyframes cookie-policy-open {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cookie-policy-open {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes cookie-policy-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes cookie-policy-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes drop-in {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes drop-in {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes mobile-nav-open {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes mobile-nav-open {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes mobile-nav-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes mobile-nav-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes pull-pul {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes pull-pul {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@-webkit-keyframes overlay {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes overlay {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.visually-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

*,
::after,
::before {
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 62.5%
}

body {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p,
ul,
ol,
dl {
    color: #000;
    margin: 0
}

a {
    -webkit-transition: all .2s;
    transition: all .2s
}

a:hover {
    border-bottom: 0.3rem solid #1080fe
}

pre {
    font-size: 1.2rem
}

.quiet {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400
}

figure {
    margin: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: overlay;
    scroll-behavior: smooth
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html,
body,
.site-wrapper {
    height: 100%
}

body {
    background: #fff;
    padding: 0;
    margin: 0
}

body._scroll_locked {
    overflow: hidden
}

.site-wrapper {
    background: #fff;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
}

.site-wrapper--full {
    max-width: 100%
}

.global-header,
.global-footer,
.page {
    position: relative
}

.global-header {
    z-index: 3
}

.page {
    z-index: 1
}

.global-footer {
    z-index: 2
}

.main {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.main>div {
    height: 100%
}

.page-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    max-width: 1440px;
    margin: 0 auto
}

.content-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden
}

.content-wrapper>*:last-child {
    margin-bottom: 0
}

.content-wrapper--lrg {
    width: 100%;
    max-width: 1116.6px;
    margin: 0 auto
}

.content-wrapper--full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

html._scroll_locked {
    overflow: hidden
}

html._is_requesting {
    cursor: progress
}

html._is_requesting:after {
    content: " ";
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 99999
}

.cookie-policy {
    padding: 30px 30px;
    background: #4e4947;
    color: #f9f7f5;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 60px
}

.cookie-policy .content-wrapper {
    padding: 5px 5px
}

@media (min-width: 869px) {
    .cookie-policy .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cookie-policy__text {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px
}

.cookie-policy__text a,
.cookie-policy__text p {
    color: #f9f7f5
}

@media (min-width: 869px) {
    .cookie-policy__text {
        margin-bottom: 0;
        padding-right: 30px
    }
}

.cookie-policy__btn.btn {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-size: 1.6rem;
    line-height: 25px;
    display: block;
    padding: 12px 22px;
    outline: 2px solid #1080fe;
    border: 4px solid transparent;
    text-transform: capitalize;
    color: #1080fe;
    text-decoration: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: no-wrap;
    -webkit-transform: translate3d(0, 0, 0);
    outline: 2px solid #f9f7f5;
    color: #f9f7f5;
    margin-right: 5px
}

@media (min-width: 769px) {
    .cookie-policy__btn.btn {
        max-width: 25rem;
        width: 90%
    }
}

.cookie-policy__btn.btn:hover {
    padding: 12px 22px;
    outline: 2px solid transparent;
    border: 4px solid #1080fe
}

.cookie-policy__btn.btn:hover {
    border: 4px solid #f9f7f5
}

.cookie-policy._is_open {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-name: cookie-policy-open;
    animation-name: cookie-policy-open
}

.cookie-policy._is_closed {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-duration: .85s;
    animation-duration: .85s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: cookie-policy-close;
    animation-name: cookie-policy-close
}

.global-footer {
    padding-right: 5rem;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 100px;
    background: #1080fe;
    background: url("png/Bg_Footer_v2.png") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: -1rem
}

@media (min-width: 869px) {
    .global-footer {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

@media (min-width: 869px) {
    .global-footer {
        padding-top: 3.6rem;
        padding-bottom: 60px;
        padding-left: 5.5rem
    }

    .global-footer .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 9rem;
    }
}

.global-footer a {
    -webkit-transition: all .2s;
    transition: all .2s
}

.global-footer a:hover {
    border-bottom: 0.3rem solid #fff
}

.global-footer__watermark {
    width: 100%;
    text-align: center;
    margin: 3rem 0
}

@media (min-width: 960px) {
    .global-footer__watermark {
        margin: 3rem 0 0 0;
        width: 25rem;
        text-align: left
    }
}

.global-footer__watermark a,
.global-footer__watermark a:hover {
    border: none
}

.global-footer__watermark img {
    max-width: 150px
}

.global-footer__nav {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .global-footer__nav {
        padding-right: auto;
        margin-top: -3.5rem;
        margin-left: 50%;
        margin-bottom: 150px
    }
}

.global-footer__nav ul {
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-top: 0.4rem
}

@media (min-width: 1200px) {
    .global-footer__nav ul {
        text-align: left
    }
}

.global-footer__nav ul li ul.sub-menu {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .global-footer__nav ul li ul.sub-menu {
        margin-bottom: 0
    }
}

.global-footer__nav ul li {
    list-style: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.015rem;
    margin-top: .3rem
}

@media (min-width: 1200px) {
    .global-footer__nav ul li {
        font-size: 1.7rem;
        line-height: 2.7rem;
        letter-spacing: 0.017rem;
        text-transform: lowercase;
        min-width: 220px
    }
}

.global-footer__nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 2.7rem;
    letter-spacing: 0.017rem
}

.global-footer__nav ul li.menu-item-has-children ul li {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal
}

.global-footer__nav ul li.menu-item-has-children ul li a {
    font-size: 1.4rem
}

.global-footer__nav ul .investor-login {
    display: none
}

@media (min-width: 1200px) {
    .global-footer__nav ul .investor-login {
        display: block;
        font-family: nimbus-sans, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.4rem;
        letter-spacing: 0.017rem;
        line-height: 2.7rem
    }
}

.global-footer__nav #menu-footer-menu {
    display: block
}

@media (min-width: 1200px) {
    .global-footer__nav #menu-footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.global-footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (min-width: 1200px) {
    .global-footer__legal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 0
    }
}

@media (min-width: 1440px) {
    .global-footer__legal {
        left: 4%;
        right: 4%
    }
}

@media (min-width: 1200px) {
    .global-footer__legal--trademark {
        margin-left: 15px
    }
}

.global-footer__legal p,
.global-footer__legal a {
    color: #fff;
    text-decoration: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 2.7rem;
    letter-spacing: 0.019rem;
    width: 100%
}

@media (min-width: 1200px) {

    .global-footer__legal p,
    .global-footer__legal a {
        width: auto
    }
}

.global-footer__legal--copyright {
    margin-bottom: 30px
}

@media (min-width: 481px) {
    .global-footer__legal--copyright {
        margin-bottom: 0
    }
}

.global-footer__legal--left a {
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    line-height: 3.5rem
}

.global-footer__legal--left a span {
    -webkit-transition: all .2s;
    transition: all .2s
}

.global-footer__legal--left a:hover {
    border-bottom: none
}

.global-footer__legal--left a:hover span {
    border-bottom: 0.3rem solid #fff
}

@media (min-width: 481px) {
    .global-footer__legal--left a {
        display: inline;
        border-right: 1px solid #fff
    }
}

.global-footer__legal--left a:last-child {
    border-right: none
}

.global-header {
    background: transparent;
    height: 7rem;
    width: 100%;
    color: #000;
    position: absolute
}

.global-header+.main {
    margin-top: 7rem
}

@media (min-width: 1000px) {
    .global-header {
        height: 9rem;
        padding-top: 1.2rem
    }

    .global-header+.main {
        margin-top: 9rem
    }
}

@media (min-width: 1440px) {
    .global-header {
        width: 100%;
        padding-right: 3.5rem;
        padding-left: 3.5rem;
        margin: 0 auto
    }
}

.global-header .content-wrapper {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    padding: 0 30px;
    margin-bottom: 30px
}

@media (min-width: 1440px) {
    .global-header .content-wrapper {
        max-width: none;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.global-header .global-header__external-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 4rem
}

.global-header .global-header__external-link a {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: lowercase;
    height: 3rem;
    text-align: right;
    white-space: nowrap
}

.global-header .global-header__external-link a:hover {
    border-bottom: 4px solid #fff
}

.global-header.fade-in-header:not(.default-position) .global-header__external-link a:hover {
    border-bottom: 4px solid #1080fe
}

.logo-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width: 769px) {
    .logo-nav-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
        flex: 1.1
    }
}

.global-header__logo,
.global-header__nav,
.global-header__external-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.global-header__logo {
    margin: 30px 0 0 30px;
    z-index: 1
}

@media (min-width: 1000px) {
    .global-header__logo {
        margin: 30px 15px 0 0
    }
}

@media (min-width: 1200px) {
    .global-header__logo {
        margin: 30px 15px 0 0
    }
}

@media (min-width: 1440px) {
    .global-header__logo {
        margin: 30px 15px 0 15px
    }
}

.global-header__logo a {
    height: 30px;
    border: none
}

.global-header__logo a:hover {
    border: none
}

.global-header__nav {
    margin-top: 2rem
}

@media (min-width: 869px) {
    .global-header--trans {
        background: transparent
    }
}

.text-brand {
    display: none
}

.fade-in-header[data-animation="fade"] {
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s
}

.fade-out-header[data-animation="fade"] {
    -webkit-animation: fade-out 1s;
    animation: fade-out 1s
}

.global-header.bg-white,
.global-header.bg-white.default-position {
    background: #fff
}

.global-header.bg-white .icon-blue,
.global-header.bg-white.default-position .icon-blue {
    display: block
}

.global-header.bg-white .icon-white,
.global-header.bg-white.default-position .icon-white {
    display: none
}

.global-header.bg-light-blue,
.global-header.bg-light-blue.default-position {
    background-color: #eaf3f8
}

.global-header.bg-light-blue .icon-blue,
.global-header.bg-light-blue.default-position .icon-blue {
    display: block
}

.global-header.bg-light-blue .icon-white,
.global-header.bg-light-blue.default-position .icon-white {
    display: none
}

.global-header.bg-light-blue .investor-login,
.global-header.bg-light-blue.default-position .investor-login {
    color: #1080fe
}

.global-header.bg-med-blue,
.global-header.bg-med-blue.default-position {
    background: #1080fe
}

.global-header.bg-med-blue .icon-blue,
.global-header.bg-med-blue.default-position .icon-blue {
    display: none
}

.global-header.bg-med-blue .icon-white,
.global-header.bg-med-blue.default-position .icon-white {
    display: block
}

.global-header.bg-royal-blue,
.global-header.bg-royal-blue.default-position {
    background-color: #1080fe
}

.global-header.bg-royal-blue .icon-blue,
.global-header.bg-royal-blue.default-position .icon-blue {
    display: none
}

.global-header.bg-royal-blue .icon-white,
.global-header.bg-royal-blue.default-position .icon-white {
    display: block
}

.global-header.bg-blue,
.global-header.bg-blue.default-position {
    background: #0c509d
}

.global-header.bg-blue .icon-blue,
.global-header.bg-blue.default-position .icon-blue {
    display: none
}

.global-header.bg-blue .icon-white,
.global-header.bg-blue.default-position .icon-white {
    display: block
}

.global-header.bg-navy-blue,
.global-header.bg-navy-blue.default-position {
    background-color: #061846
}

.global-header.bg-navy-blue .icon-blue,
.global-header.bg-navy-blue.default-position .icon-blue {
    display: none
}

.global-header.bg-navy-blue .icon-white,
.global-header.bg-navy-blue.default-position .icon-white {
    display: block
}

.global-header.bg-grey,
.global-header.bg-grey.default-position {
    background-color: #7998a3
}

.global-header.bg-grey .icon-blue,
.global-header.bg-grey.default-position .icon-blue {
    display: none
}

.global-header.bg-grey .icon-white,
.global-header.bg-grey.default-position .icon-white {
    display: block
}

.global-header.fade-in-header {
    position: fixed;
    width: 100%;
    background: #fff;
    opacity: 1
}

@media (min-width: 1440px) {
    .global-header.fade-in-header {
        width: 100%;
        max-width: initial
    }
}

@media (min-width: 1440px) {
    .global-header.fade-in-header .content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto
    }
}

.global-header.fade-in-header .icon-blue {
    display: block
}

.global-header.fade-in-header .icon-white {
    display: none
}

.global-header.fade-in-header:not(.default-position) .investor-login {
    color: #1080fe
}

.global-header {
    background: initial
}

.global-header .icon-blue {
    display: none
}

.global-header .icon-white {
    display: block
}

.global-header.fade-out-header {
    opacity: 0
}

.global-header.default-position {
    background: initial
}

@media (min-width: 1440px) {
    .global-header.default-position {
        width: 100%;
        max-width: initial
    }
}

@media (min-width: 1440px) {
    .global-header.default-position .content-wrapper {
        margin: 0 auto
    }
}

.global-header.default-position .icon-blue {
    display: none
}

.global-header.default-position .icon-white {
    display: block
}

.modal-wrapper {
    position: fixed;
    top: -9999px;
    left: -9999px;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    z-index: 9998;
    height: 100%;
    width: 100%;
    background: #0c509d;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    width: 100%;
    margin: auto;
    opacity: 0;
    max-width: 960px
}

.modal-wrapper._is_shown,
.modal-wrapper._is_hidden {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal-wrapper._is_shown {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

.modal-wrapper._is_hidden {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

.modal._is_shown,
.modal._is_hidden {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-duration: .5s, .5s;
    animation-duration: .5s, .5s;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards
}

.modal._is_shown {
    -webkit-animation-name: fade-in, drop-in;
    animation-name: fade-in, drop-in;
    opacity: 1
}

.modal._is_hidden {
    -webkit-animation-name: fade-out, pull-up;
    animation-name: fade-out, pull-up
}

.modal__inner {
    position: relative;
    margin-top: 120px;
    background: #fff;
    padding-bottom: 80px
}

@media (max-width: 869px) {
    .modal__inner {
        margin-top: 0px
    }
}

.modal__body {
    margin: 0 auto;
    max-width: 780px;
    padding-right: 5rem;
    padding-left: 30px
}

@media (min-width: 869px) {
    .modal__body {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

.modal__body .richtext {
    margin-top: 20px;
    max-width: 100%
}

.modal__hero {
    overflow: hidden;
    position: relative;
    position: relative
}

.modal__hero:after {
    padding-top: 33.33333%;
    display: block;
    content: ''
}

.modal__hero>.image-block {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

@media (max-width: 869px) {
    .modal__hero {
        position: relative
    }

    .modal__hero:after {
        padding-top: 50%;
        display: block;
        content: ''
    }

    .modal__hero>.image-block {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%
    }
}

.modal__eyebrow {
    padding-top: 30px;
    display: block;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    color: #0c509d
}

.modal__title {
    font-family: 'Prata', serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 60px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    padding: 10px 0 10px;
    color: #54a898
}

.modal__close {
    position: absolute;
    right: 0;
    top: -30px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    cursor: pointer
}

@media (max-width: 869px) {
    .modal__close {
        background: #0c509d;
        top: 0;
        z-index: 3;
        height: 40px;
        width: 40px
    }

    .modal__close span {
        display: none
    }
}

.modal__close svg {
    height: 13px;
    width: 13px;
    display: block;
    margin-left: 10px;
    position: relative;
    top: -1px
}

.modal__close svg path {
    fill: white
}

@media (max-width: 869px) {
    .modal__close svg {
        top: 0
    }
}

.modal__close:hover {
    opacity: .6
}

.modal__intro {
    font-family: 'Prata', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5
}

.site-logo {
    padding-top: 5px
}

.site-logo svg {
    display: block;
    height: 50px
}

@media (min-width: 869px) {
    .site-logo svg {
        height: 70px
    }
}

.site-logo--invert path {
    fill: #fff
}

.footer-menu {
    margin-top: is o 15px
}

@media (min-width: 869px) {
    .footer-menu {
        margin-top: 0
    }
}

.footer-menu__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-menu__item {
    font-size: 1.3rem
}

.footer-menu__item:not(:last-child) {
    margin-right: 1.5rem
}

.footer-menu__item svg {
    position: relative;
    top: .2rem;
    height: 1.8rem;
    width: 1.8rem
}

.footer-menu__item svg path {
    fill: #fff
}

.footer-menu__link {
    text-decoration: none;
    color: #fff
}

.menu-overlay {
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    right: 0;
    left: 35%;
    width: 0
}

.menu-overlay.show {
    z-index: 3;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-fill-mode: none backwards;
    animation-fill-mode: none backwards
}

@media (min-width: 960px) {
    .menu-overlay.show {
        opacity: 1;
        width: 68%;
        left: 32%
    }
}

@media (min-width: 1200px) {
    .menu-overlay.show {
        width: 70%;
        left: 30%
    }
}

.menu-overlay.hide {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-fill-mode: none forwards;
    animation-fill-mode: none forwards;
    opacity: 0
}

.primary-menu__header {
    display: none;
    position: relative;
    z-index: 2;
    height: 100%;
    display: block;
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.primary-menu__toggle {
    cursor: pointer;
    background: none;
    padding: 0;
    border: none
}

.primary-menu__toggle:focus,
.primary-menu__toggle:active {
    outline: none
}

.primary-menu__toggle .icon--close {
    display: none
}

._nav_open .primary-menu__toggle .icon--open {
    display: none
}

._nav_open .primary-menu__toggle .icon--close {
    display: block;
    width: 2rem;
    color: white;
    font-weight: normal
}

._nav_open .primary-menu__toggle .icon--close img {
    max-width: 100%
}

.primary-menu__container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 5rem;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #0c509d;
    position: fixed;
    z-index: 1;
    top: -100%;
    left: -100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    height: 100%;
    width: 100%;
    overflow: scroll;
    padding-top: 8.5rem;
    padding-left: 7.5rem
}

@media (min-width: 869px) {
    .primary-menu__container {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

.primary-menu__container._nav_open,
.primary-menu__container._nav_closed {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.primary-menu__container._nav_open {
    -webkit-animation-name: mobile-nav-open;
    animation-name: mobile-nav-open;
    overflow: auto
}

@media (min-width: 960px) {
    .primary-menu__container {
        width: 35%;
        padding-left: 7.5rem
    }
}

@media (min-width: 1000px) {
    .primary-menu__container {
        width: 32%
    }
}

@media (min-width: 1200px) {
    .primary-menu__container {
        width: 30%;
        padding-left: 5%
    }
}

@media (min-width: 1440px) {
    .primary-menu__container {
        padding-left: 8%
    }
}

.primary-menu__container._nav_closed {
    -webkit-animation-name: mobile-nav-close;
    animation-name: mobile-nav-close
}

.primary-menu__container ul.sub-menu {
    padding: 0
}

.primary-menu__container li.menu-item-has-children {
    margin-top: 2.5rem
}

.primary-menu__container li.menu-item-has-children>a {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.primary-menu__container li {
    list-style: none;
    margin: 5px 0
}

.primary-menu__container li a {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: lowercase
}

.primary-menu__logo {
    margin-top: 100px
}

.primary-menu__logo li a {
    border: none
}

.primary-menu__logo img {
    max-width: 150px
}

.primary-menu__item {
    list-style-type: none;
    position: relative;
    margin: 30px 0;
    margin: 0
}

.primary-menu__item:first-child {
    margin-top: auto
}

.primary-menu__item:last-child {
    margin-bottom: auto
}

.primary-menu__item:first-child,
.primary-menu__item:last-child {
    margin-top: 0;
    padding-bottom: 20px;
    margin-left: 30px
}

@media (min-width: 960px) {

    .primary-menu__item:first-child,
    .primary-menu__item:last-child {
        margin-left: calc(6.25vw - 30px)
    }
}

@media (min-width: 1440px) {

    .primary-menu__item:first-child,
    .primary-menu__item:last-child {
        margin-left: 60px
    }
}

.primary-menu__item:first-child:hover .primary-menu__sub-nav,
.primary-menu__item:last-child:hover .primary-menu__sub-nav {
    display: block !important
}

.accordion {
    width: 100%
}

@media (min-width: 1000px) {
    .accordion {
        max-width: 68rem
    }
}

.accordion__item {
    background-color: transparent;
    padding: 2rem 2rem 1.5rem 0;
    border-top: 1px solid #1080fe
}

.accordion__item:last-child {
    border-bottom: 0.1rem solid #1080fe
}

.accordion__title {
    font-family: 'Prata', serif;
    color: #1080fe;
    cursor: pointer;
    position: relative;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0
}

.accordion__title span {
    max-width: 90%;
    display: block;
    padding: 0 0
}

@media (min-width: 769px) {
    .accordion__title {
        font-size: 2.7rem;
        line-height: 5.2rem
    }
}

.accordion__title::after {
    content: url("svg/down-arrow-blue-single-line.svg");
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width: 769px) {
    .accordion__title::after {
        top: -5px
    }
}

.accordion__title-wrap {
    max-width: 750px;
    display: inline-block
}

._is_expanded .accordion__title::after {
    content: url("svg/up-arrow-blue-single-line.svg")
}

.accordion__content {
    font-size: 1.8rem;
    line-height: 3.3rem;
    padding-top: 1rem;
    display: none
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media (min-width: 869px) {
    .article-listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.article-listing__footer {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 869px) {
    .article-listing__footer {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 869px) {
    .article-listing__sidebar {
        width: 240px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .article-listing__sidebar-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .article-listing__content {
        width: 100%;
        max-width: 840px;
        margin-right: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .article-listing__footer {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.article-preview {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e2d6cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 869px) {
    .article-preview {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.article-preview:first-of-type {
    padding-top: 0
}

@media (min-width: 769px) {
    .article-preview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.article-preview__image {
    position: relative;
    width: 100%;
    max-width: 420px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0
}

.article-preview__image:after {
    padding-top: 80.95238%;
    display: block;
    content: ''
}

.article-preview__image>.image-block {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

.article-preview__image>.image-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 769px) {
    .article-preview__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        margin-right: 30px
    }
}

.article-preview__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-preview__title {
    font-family: 'Prata', serif;
    font-size: 52px;
    line-height: 1.59;
    font-weight: normal;
    margin: 0
}

.article-preview__title a {
    text-decoration: none;
    color: #0c509d
}

.article-tags__title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 30px;
    color: #54a898
}

.article-tags__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.article-tags__item {
    display: inline-block;
    margin: 0 10px 10px 0
}

@media (min-width: 769px) {
    .article-tags__item {
        margin: 0 15px 15px 0
    }
}

.article-tags__link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    display: block;
    text-decoration: none;
    color: #b4a8a2;
    border: 1px solid #b4a8a2;
    padding: 7px 15px
}

.article-tags__link:hover {
    color: #4e4947;
    border-color: #4e4947
}

#breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bubbles:after {
    content: "";
    display: table;
    clear: both
}

.bubble-wrapper {
    width: 25%;
    float: left
}

@media (max-width: 869px) {
    .bubble-wrapper {
        width: 50%
    }
}

.bubble {
    -webkit-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    -webkit-transition: 0.8s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.8s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1), 0.8s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    position: relative
}

.bubble:after {
    padding-top: 100%;
    display: block;
    content: ''
}

.bubble>.bubble__content {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

@media (max-width: 869px) {
    .bubble {
        max-width: 70%
    }
}

@media (max-width: 769px) {
    .bubble {
        max-width: 90%
    }
}

.bubble._is-revealed {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.bubble__title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #fff
}

.bubble__stat {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 1
}

@media (max-width: 769px) {
    .bubble__stat {
        font-size: 28px
    }
}

.bubble__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bubble-wrapper:nth-child(1) {
    margin-top: 50px
}

.bubble-wrapper:nth-child(1) .bubble {
    background: #98d2ea
}

@media (max-width: 869px) {
    .bubble-wrapper:nth-child(1) {
        margin-top: 0
    }
}

.bubble-wrapper:nth-child(2) {
    margin-top: 140px
}

.bubble-wrapper:nth-child(2) .bubble {
    background: #271715
}

@media (max-width: 869px) {
    .bubble-wrapper:nth-child(2) {
        margin-top: 30px
    }
}

.bubble-wrapper:nth-child(3) .bubble {
    background: #0c509d
}

@media (max-width: 869px) {
    .bubble-wrapper:nth-child(3) {
        margin-top: 0
    }
}

.bubble-wrapper:nth-child(4) {
    margin-top: 120px
}

.bubble-wrapper:nth-child(4) .bubble {
    background: #54a898
}

@media (max-width: 869px) {
    .bubble-wrapper:nth-child(4) {
        margin-top: 0;
        margin-top: 30px
    }
}

.btn {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-size: 1.6rem;
    line-height: 25px;
    display: block;
    padding: 12px 22px;
    outline: 2px solid #1080fe;
    border: 4px solid transparent;
    text-transform: capitalize;
    color: #1080fe;
    text-decoration: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: no-wrap;
    -webkit-transform: translate3d(0, 0, 0)
}

@media (min-width: 769px) {
    .btn {
        max-width: 25rem;
        width: 90%
    }
}

.btn:hover {
    padding: 12px 22px;
    outline: 2px solid transparent;
    border: 4px solid #1080fe
}

.btn--white {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-size: 1.6rem;
    line-height: 25px;
    display: block;
    padding: 12px 22px;
    outline: 2px solid #1080fe;
    border: 4px solid transparent;
    text-transform: capitalize;
    color: #1080fe;
    text-decoration: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: no-wrap;
    -webkit-transform: translate3d(0, 0, 0);
    outline: 2px solid #fff;
    color: #fff
}

@media (min-width: 769px) {
    .btn--white {
        max-width: 25rem;
        width: 90%
    }
}

.btn--white:hover {
    padding: 12px 22px;
    outline: 2px solid transparent;
    border: 4px solid #1080fe
}

.btn--white:hover {
    border: 4px solid #fff
}

.callout {
    padding: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: 0
}

.callout__image {
    padding: 0;
    margin: 0
}

@media (min-width: 1000px) {
    .callout__image {
        width: 70px
    }
}

.callout__image img {
    max-width: 100%;
    width: 100%
}

.callout__text-container {
    margin-left: 15px
}

.callout__title {
    font-family: 'Prata', serif;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: 0;
    color: #bad7e9
}

.callout__text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px
}

.callout__text p:first-child {
    margin-top: 0
}

.callout__link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    text-decoration: none
}

.page-section--default .callout__link {
    color: #54a898
}

.page-section--light .callout__link {
    color: #0c509d
}

.more-link {
    display: inline-block;
    margin-top: auto;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.page-section--default .more-link g {
    stroke: #54a898
}

.page-section--light .more-link g {
    stroke: #0c509d
}

.more-link span {
    margin-left: 10px
}

.more-link:hover {
    opacity: .6
}

.page-section--default .callout {
    border-color: #0c509d
}

.page-section--light .callout {
    border-color: #54a898
}

.page-section--dark .callout {
    border-color: #1080fe
}

.page-section--dark .callout .callout__title {
    color: #1080fe
}

.page-section--dark .callout__link {
    color: #1080fe
}

.page-section--dark .more-link svg g {
    stroke: #1080fe
}

.card {
    width: 100%;
    margin-top: 30px;
    background: #f9f7f5;
    position: relative
}

.card:first-child {
    margin-top: 0
}

@media (min-width: 960px) {
    .card {
        height: 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 0;
        margin-bottom: 5rem
    }
}

@media (min-width: 869px) {
    .card {
        margin-left: 6rem
    }
}

.card__image figure.image-block {
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 869px) {
    .card__image {
        display: block;
        width: 100%
    }

    .card__image .image-block {
        height: 100%;
        background-position: 50% 50%;
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width: 481px) {
    .card .image-block[data-animation="fade"] .image-block__image--preload {
        opacity: 1 !important
    }
}

@media (max-width: 481px) and (min-width: 869px) {
    .card .image-block[data-animation="fade"] .image-block__image--preload {
        opacity: 0 !important
    }
}

.card__content {
    text-decoration: none;
    background: #fff;
    padding: 3rem;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__content .card__link {
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.card__content:hover .card__link {
    opacity: .6
}

@media (min-width: 960px) {
    .card__content {
        position: absolute;
        bottom: 0;
        left: 0;
        min-height: 240px;
        width: 100%
    }
}

.card__title {
    font-family: 'Prata', serif;
    font-size: 52px;
    line-height: 1.59;
    font-weight: normal;
    color: #1080fe;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card__link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    text-decoration: none;
    margin-top: auto
}

.page-section--default .card__link {
    color: #54a898
}

.page-section--light .card__link {
    color: #0c509d
}

.page-section--default .cardSlideshow__controls button {
    border-color: #54a898
}

.page-section--default .page-section--default .cardSlideshow__controls .more-link g {
    stroke: #54a898
}

.page-section--light .page-section--default .cardSlideshow__controls .more-link g {
    stroke: #0c509d
}

.page-section--light .cardSlideshow__controls button {
    border-color: #0c509d
}

@media (min-width: 869px) {
    .card-set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-section__component--card_slideshow {
    overflow: hidden
}

@media (max-width: 869px) {
    .card-slideshow {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width: 960px) {
    .card-slideshow__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.card-slideshow .flickity-page-dots {
    position: relative;
    margin-top: 3rem;
    top: 0;
    bottom: auto
}

@media (min-width: 960px) {
    .card-slideshow .flickity-page-dots {
        display: none
    }
}

.card-slideshow .dot {
    background-color: #fff
}

.card-slideshow .dot.is-selected {
    background-color: #1080fe
}

.page-section--default .card-slideshow .more-link g {
    stroke: #54a898
}

.page-section--light .card-slideshow .more-link g {
    stroke: #0c509d
}

.card-slideshow__item {
    width: calc(100%);
    margin-top: 0
}

.card-slideshow__item .card__image {
    display: block;
    width: 100%;
    position: relative
}

.card-slideshow__item .card__image:after {
    padding-top: 50%;
    display: block;
    content: ''
}

.card-slideshow__item .card__image>* {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

.card-slideshow__item .card__image .image-block {
    background-position: 50% 50%
}

@media (min-width: 1000px) {
    .card-slideshow__item {
        width: 33.333%
    }
}

@media (min-width: 1200px) {
    .card-slideshow__item {
        width: 25%
    }
}

.card-slideshow__controls {
    display: none;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem
}

@media (min-width: 869px) {
    .card-slideshow__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.card-slideshow__btn {
    outline: none;
    background: none;
    height: 60px;
    width: 60px;
    border: 1px solid #0c509d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.page-section--default .card-slideshow__btn g {
    stroke: #54a898
}

.page-section--light .card-slideshow__btn g {
    stroke: #0c509d
}

.card-slideshow__btn:hover {
    opacity: .6
}

.card-slideshow__btn:first-child {
    border-left: none
}

.card-slideshow__btn svg {
    display: block
}

.card-slideshow__btn--prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.columns:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 869px) {
    .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.columns.stats-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.columns__item {
    margin-top: 20px
}

@media (min-width: 869px) {
    .columns__item {
        margin-top: 2.5rem
    }
}

@media (min-width: 869px) {
    .columns--2 {
        margin: 0px -40px
    }
}

@media (min-width: 869px) {
    .columns--2 .columns__item {
        padding: 0 40px;
        width: 50%
    }

    .columns--2 .columns__item:nth-child(-n+2) {
        margin-top: 0
    }
}

@media (min-width: 869px) {
    .columns--3 {
        margin: 0px -20px
    }
}

@media (min-width: 869px) {
    .columns--3 .columns__item {
        width: 33.333%
    }

    .columns--3 .columns__item:nth-child(-n+3) {
        margin-top: 0
    }
}

@media (min-width: 869px) {
    .columns--4 {
        margin: 0px -15px
    }
}

@media (min-width: 869px) {
    .columns--4 .columns__item {
        padding: 0 15px;
        width: 25%
    }

    .columns--4 .columns__item:nth-child(-n+4) {
        margin-top: 0
    }
}

.extra_text {
    padding-top: 30px
}

.featured-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 869px) {
    .featured-articles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.featured-articles__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.featured-articles__item:last-of-type {
    margin-bottom: 0
}

@media (min-width: 869px) {
    .featured-articles__item {
        margin-bottom: 0
    }
}

.featured-articles__item .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.figure {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    font-family: "proxima-nova", sans-serif
}

figcaption {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 0.2rem solid #54a898
}

.image-block img {
    max-width: 100%;
    width: 100%
}

.image-block {
    position: relative;
    width: 100%;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.image-block__image {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.image-block a {
    display: block;
    height: 100%;
    width: 100%
}

.image-block img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.image-block__preload {
    content: "loading . . . "
}

.image-block._is_rendered .image-block__image--preload {
    opacity: 0
}

.image-block--blur {
    overflow: visible
}

.image-block--uncropped {
    padding: 0
}

.image-block--uncropped .image-block__image {
    position: static
}

.image-block[data-animation="fade"] {
    opacity: 0;
    -webkit-transition: opacity .75s linear;
    transition: opacity .75s linear
}

.image-block[data-animation="fade"] .image-block__image--preload {
    opacity: 0
}

.image-block[data-animation="fade"]._is_rendered {
    opacity: 1
}

.page-section__image-grid--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width: 960px) {
    .page-section__image-grid--container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 1200px) {
    .page-section__image-grid--container {
        max-width: 1284px;
        padding-right: 0;
        padding-left: 0
    }
}

.page-section__image-grid--container .image-block {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 3rem !important
}

@media (min-width: 960px) {
    .page-section__image-grid--container .image-block {
        width: 49%
    }
}

.page-section__image-grid--container .image-block img {
    width: 100%;
    max-width: 100%;
    height: auto
}

@media (min-width: 1000px) {
    .page-section__image-grid--container .image-block:nth-child(2n) {
        margin-right: 1rem;
        margin-left: 2rem
    }
}

.page-section__image-grid--image:nth-child(2n) {
    margin-right: 1rem;
    margin-left: 1rem
}

@media (min-width: 1000px) {
    .list-container {
        display: block
    }
}

.list-container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list {
    list-style: none;
    max-width: 68rem
}

.list__image {
    float: left;
    width: 2.5rem;
    max-width: 2.5rem
}

.list__item {
    float: left;
    width: 90%;
    border-bottom: 1px solid #1080fe;
    margin-top: 0;
    padding: 15px 0
}

.list__item:first-child {
    border-top: 1px solid #1080fe
}

@media (min-width: 1000px) {
    .list__item {
        width: 100% !important;
        padding: 30px 0
    }
}

.list__text-container {
    float: left;
    width: 72%
}

@media (min-width: 481px) {
    .list__text-container {
        width: 75%
    }
}

@media (min-width: 1000px) {
    .list__text-container {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .list__text-container {
        margin-left: 0
    }
}

.list__text-container--icon {
    margin-left: 2rem
}

.list__title {
    font-family: 'Prata', serif;
    font-size: 1.8rem;
    line-height: 36px;
    letter-spacing: 0;
    color: #000;
    font-weight: 300;
    margin-top: .5rem;
    margin-bottom: 15px
}

@media (min-width: 769px) {
    .list__title {
        font-size: 2.7rem;
        margin-top: 1.3rem
    }
}

@media (min-width: 1000px) {
    .list__title {
        margin-top: 0
    }
}

.list__text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.15px;
    color: #000
}

.list-accordion-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 960px) {
    .page-section__header+.page-section__component--list-accordions {
        margin-top: -4rem;
        max-width: 80%
    }
}

@media (min-width: 1200px) {
    .page-section__header+.page-section__component--list-accordions {
        margin-top: -8rem
    }
}

.list.list-icons-accordions {
    width: 100%;
    margin-left: 0
}

.list.list-icons-accordions .list__item {
    margin-bottom: 0.5rem;
    border: none
}

.list.list-icons-accordions .list__item .list__text-container {
    width: 70%
}

@media (min-width: 481px) {
    .list.list-icons-accordions .list__item .list__text-container {
        width: 74%;
        margin-left: 50px
    }
}

.list.list-icons-accordions .list__item .accordion {
    padding-top: 2rem
}

@media (min-width: 481px) {
    .list.list-icons-accordions .list__item .accordion {
        padding-top: 0;
        padding-left: 8rem
    }
}

.list.list-icons-accordions .list__item .accordion__item {
    padding: 1rem 0
}

.list.list-icons-accordions .list__item .accordion__item h3 {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 2.7rem;
    letter-spacing: 0.015rem;
    padding: 5px 0
}

.list.list-icons-accordions .list__item .accordion__item h3 span {
    max-width: 90%;
    display: block
}

.list.list-icons-accordions .list__item .accordion__item h3:after {
    top: 7px
}

.list.list-icons-accordions .list__item ._iconless .accordion {
    padding-left: 0
}

.list.list-icons-accordions .list__item ._iconless .list__text-container {
    margin-left: 0
}

.list__image {
    max-width: 30px
}

.list__image img {
    max-width: 100%
}

.page-section__header+.page-section__component--list-icons {
    padding-top: 0
}

.media-block>div:last-child {
    padding-top: 30px
}

@media (min-width: 869px) {
    .media-block>div:last-child {
        padding-top: 0
    }
}

@media (min-width: 869px) {
    .media-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.media-block__media {
    width: 100%
}

.media-block__text {
    width: 100%
}

@media (min-width: 869px) {
    .media-block--left .media-block__media {
        margin-right: 60px
    }
}

@media (min-width: 869px) {
    .media-block--right .media-block__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0
    }
}

@media (min-width: 869px) {
    .media-block--right .media-block__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 60px
    }
}

.media-section {
    overflow: hidden
}

.media-text__title {
    font-family: 'Prata', serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 60px;
    letter-spacing: 0;
    color: #0c509d
}

.media-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 869px) {
    .media-section__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.media-text__inner {
    max-width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
}

@media (max-width: 869px) {
    .media-text__inner {
        max-width: 100%
    }
}

.media-section__text {
    padding-right: 5rem;
    padding-left: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative
}

@media (min-width: 869px) {
    .media-section__text {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

@media (max-width: 869px) {
    .media-section__text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.media-section__image {
    z-index: 2;
    margin-top: 115px;
    width: 100%
}

@media (max-width: 869px) {
    .media-section__image {
        margin-top: 0
    }
}

.media-image__inner {
    padding-left: 80px
}

@media (max-width: 869px) {
    .media-image__inner {
        padding-left: 0
    }
}

.media-text__wrap {
    padding-bottom: 30px;
    position: relative
}

.media-text__wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    height: 100%;
    width: 200vw;
    background: #fff;
    z-index: -1
}

.media-section__link {
    margin-top: 30px;
    border-color: #54a898;
    color: #54a898;
    -webkit-transition: .3s color, .3s background;
    transition: .3s color, .3s background
}

.media-section__link:hover {
    color: #fff;
    background: #54a898
}

.leader {
    padding: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0
}

.leader__image {
    padding: 0;
    margin: 0
}

.leader__image img {
    max-width: 100%;
    width: 100%
}

.leader__text-container {
    margin-left: 1.5rem
}

.leader__name {
    font-family: 'Prata', serif;
    font-size: 3rem;
    line-height: 5rem;
    letter-spacing: 0;
    font-weight: normal;
    color: #1080fe
}

.leader__title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 5rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #000
}

.leader__text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 2rem
}

.leader__text p:first-child {
    margin-top: 0
}

.leader__link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    text-decoration: none
}

.page-section--default .leader__link {
    color: #54a898
}

.page-section--light .leader__link {
    color: #0c509d
}

.leader__quote {
    font-size: 2.4em;
    line-height: 1.5;
    font-family: 'Prata', serif;
    color: #000
}

@media (min-width: 960px) {
    .leader__quote {
        font-size: 3.2rem
    }
}

.more-link {
    display: inline-block;
    margin-top: auto;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.page-section--default .more-link g {
    stroke: #54a898
}

.page-section--light .more-link g {
    stroke: #0c509d
}

.more-link span {
    margin-left: 1rem
}

.more-link:hover {
    opacity: .6
}

.page-section--default .callout {
    border-color: #0c509d
}

.page-section--light .callout {
    border-color: #54a898
}

.page-section--dark .callout {
    border-color: #1080fe
}

.page-section--dark .callout .callout__title {
    color: #1080fe
}

.page-section--dark .callout__link {
    color: #1080fe
}

.page-section--dark .more-link svg g {
    stroke: #1080fe
}

.page-component__personnel .page-section__link--simple a {
    color: #000
}

.screen-reader-text {
    display: none
}

.post-navigation {
    width: 100%;
    margin: 25% 0% 20% 0
}

@media (min-width: 960px) {
    .post-navigation {
        width: 150%;
        margin-right: 10%;
        margin-bottom: 5%;
        margin-left: -45%
    }
}

.post-navigation .nav-links {
    position: relative;
    margin-right: 10%;
    line-height: 50px
}

.post-navigation .nav-links .nav-next {
    position: absolute;
    right: 0
}

.post-navigation .nav-links .nav-previous {
    position: absolute;
    left: 0
}

.post-navigation .nav-links .meta-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-navigation .nav-links .meta-nav.next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.post-navigation .nav-links .meta-nav.next .next-text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    margin-right: 1.5rem
}

.post-navigation .nav-links .meta-nav.previous {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.post-navigation .nav-links .meta-nav.previous .prev-text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    margin-left: 1.5rem
}

.post-navigation .nav-links .meta-nav .next-arrow,
.post-navigation .nav-links .meta-nav .prev-arrow {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    font-size: 3.6rem;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1080fe
}

.post-navigation .nav-links a {
    text-decoration: none;
    font-size: 2.2rem;
    text-align: center;
    color: #1080fe
}

.link-simple {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 3.3rem;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid #1080fe;
    -webkit-transition: all .2s;
    transition: all .2s
}

.link-simple:hover {
    border-bottom: 0.5rem solid #1080fe
}

.link-arrow {
    text-decoration: none;
    font-family: 'Prata', serif;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0;
    color: #1080fe;
    text-align: left;
    border-bottom: 4px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s;
    transition: all .2s;
    max-width: 400px
}

@media (min-width: 481px) {
    .link-arrow {
        font-size: 2.2rem
    }
}

@media (min-width: 960px) {
    .link-arrow {
        width: 42rem;
        max-width: none
    }
}

@media (min-width: 1200px) {
    .link-arrow {
        width: 46rem
    }
}

.link-arrow:hover {
    border-bottom: 4px solid #1080fe
}

.link-arrow .arrow {
    width: 2.5rem;
    margin-top: .5rem
}

.link-arrow .arrow img {
    width: 100%;
    max-width: 100%
}

@media (min-width: 960px) {
    .link-arrow {
        font-size: 3rem;
        margin-bottom: 10px
    }
}

.job-listing {
    margin-bottom: 3rem
}

.job-listing__btn {
    font-family: 'Prata', serif;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #1080fe;
    text-decoration: none
}

.job-listing__text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #000
}

.more-link {
    text-transform: uppercase
}

.location-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.location-container .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.location-container .location__name {
    text-align: center;
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1080fe
}

.location-container .location__meta {
    text-align: center;
    list-style: none;
    padding: 0
}

.page-footer {
    color: #fff
}

.page-footer figure {
    margin: 0
}

.page-footer__line {
    background-color: #1080fe;
    max-width: 53px;
    height: 3px;
    margin-bottom: 8.2rem
}

@media (min-width: 960px) {
    .page-footer__line {
        max-width: 110px;
        margin-bottom: 10rem
    }
}

.page-footer__text {
    margin: 10rem 3rem 8rem 3rem
}

@media (min-width: 869px) {
    .page-footer__text {
        margin: 10rem 6rem 6rem 8rem
    }
}

@media (min-width: 1200px) {
    .page-footer__text {
        margin: 15rem 6rem 6rem 14rem
    }
}

.page-footer__text .richtext {
    margin-bottom: 30px
}

@media (min-width: 960px) {
    .page-footer__text .richtext {
        margin-bottom: 60px
    }
}

.page-footer__text p {
    font-family: 'Prata', serif;
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 1;
    color: #000
}

@media (min-width: 960px) {
    .page-footer__text p {
        font-size: 7.2rem;
        line-height: 1.3;
        letter-spacing: 0
    }
}

.page-footer__link {
    color: #0c509d;
    -webkit-transition: .3s color, .3s background-color;
    transition: .3s color, .3s background-color
}

.page-footer__link:hover,
.page-footer__link:focus {
    color: #fff;
    background-color: #1080fe
}

@media (min-width: 869px) {
    .page-footer__link {
        color: #fff;
        border-color: #fff
    }

    .page-footer__link:hover,
    .page-footer__link:focus {
        color: #0c509d;
        background-color: #fff
    }
}

.page-footer__text+.page-footer__link {
    margin-top: 30px
}

.link-container {
    margin-left: 5px
}

@media (min-width: 960px) {
    .link-container .link-button {
        padding: 0
    }
}

#sub-footer {
    max-width: 100%
}

#sub-footer .content-wrapper {
    max-width: 100%
}

@media (min-width: 960px) {
    #sub-footer {
        margin-top: 125px;
        padding: 0
    }
}

#sub-footer .video-player__poster {
    background-size: cover;
    background-position: center
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #0c509d;
    margin-bottom: 75px;
    padding: 30px 30px
}

@media (min-width: 769px) {
    .page-header {
        padding-top: 4rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width: 1200px) {
    .page-header {
        padding-top: 5.5rem;
        margin-bottom: 100px
    }
}

.page-header a {
    color: #fff
}

.page-header__content {
    padding: 60px 30px;
    min-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 869px) {
    .page-header__content {
        padding: 90px 60px
    }
}

.page-header__content>*:last-child {
    margin-bottom: 0
}

.page-header__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: lowercase;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: .5rem
}

@media (min-width: 960px) {
    .page-header__breadcrumbs {
        margin-left: 8rem;
        margin-bottom: 3.3rem
    }
}

.page-header__breadcrumbs li {
    list-style: none;
    text-decoration: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 0.176rem
}

.page-header__breadcrumbs li a,
.page-header__breadcrumbs li strong {
    text-decoration: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 3rem;
    letter-spacing: 0.176rem
}

.page-header__breadcrumbs li a {
    -webkit-transition: all .2s;
    transition: all .2s
}

.page-header__breadcrumbs li a:hover {
    border-bottom: 3px solid #fff
}

.page-header .content-wrapper {
    overflow: visible
}

.page-header__eyebrow {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 1.3rem;
    line-height: 3rem;
    letter-spacing: 0.176rem;
    margin: 0;
    margin-top: 5rem
}

@media (min-width: 960px) {
    .page-header__eyebrow {
        margin-left: 8rem;
        margin-bottom: 3.3rem;
        margin-bottom: 2rem
    }
}

.page-header__heading {
    color: #fff;
    font-family: 'Prata', serif;
    font-weight: 100;
    padding-bottom: 1.5rem;
    margin-top: 2rem;
    line-height: 4.5rem
}

.page-header__heading .background-video__link {
    color: #1080fe
}

@media (min-width: 960px) {
    .page-header__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 9rem;
        line-height: 1.2;
        letter-spacing: 0;
        margin: 1rem 0;
        padding-bottom: 2rem;
        margin-left: 8rem
    }
}

.page-header__heading--image {
    padding-bottom: 3rem
}

.page-header__subhead {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.1rem;
    line-height: 3.3rem;
    letter-spacing: 0;
    padding-bottom: 6rem;
    margin: 0 0 0 0
}

@media (min-width: 960px) {
    .page-header__subhead {
        padding-bottom: 2rem;
        margin-left: 11rem
    }
}

@media (min-width: 1200px) {
    .page-header__subhead p {
        margin-left: 5rem
    }
}

.page-header__link .btn {
    color: #fff
}

@media (min-width: 1000px) {
    .page-header__link {
        margin-left: 16rem
    }
}

.page-header__video .image-block.video-player__poster {
    position: static;
    margin-top: 0
}

.page-header__video .image-block.video-player__poster img {
    position: static;
    max-height: 100%
}

.page-header__video .video-player__player:after {
    display: none
}

.page-header__video .video-player__play {
    height: auto
}

.page-header__video .video-player__play img {
    display: block
}

@media (min-width: 1200px) {
    .content-section.push-content-down {
        margin-top: 26rem
    }
}

.page-header__arrow {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: #1080fe;
    position: absolute;
    bottom: 30px;
    left: 0
}

.page-header__arrow a:hover {
    border-bottom: 0
}

.page-header__arrow .icon-blue {
    display: none;
    width: 16px;
    height: auto
}

@media (min-width: 869px) {
    .page-header__arrow .icon-blue {
        width: 32px
    }
}

.page-header__arrow .icon-white {
    display: block;
    width: 16px;
    height: auto
}

@media (min-width: 869px) {
    .page-header__arrow .icon-white {
        width: 32px
    }
}

@media (min-width: 960px) {
    .page-header__arrow {
        margin-top: 0rem;
        bottom: 15px
    }
}

.page-header__arrow i {
    padding: 3rem
}

.page-header__link {
    max-width: 270px
}

@media (min-width: 869px) {
    .page-header__link {
        -webkit-transition: .3s background-color, .3s color;
        transition: .3s background-color, .3s color
    }
}

.page-header__subhead,
.page-header__text {
    max-width: 750px
}

.page-header__eyebrow:not(.visually-hidden)+.page-header__subhead {
    margin-top: 1.4rem
}

.page-header__eyebrow:not(.visually-hidden)+.page-header__link,
.page-header__subhead+.page-header__link {
    margin-top: 30px;
    margin-bottom: 5rem
}

@media (min-width: 869px) {

    .page-header__eyebrow:not(.visually-hidden)+.page-header__link,
    .page-header__subhead+.page-header__link {
        margin-bottom: 10rem
    }
}

@media (min-width: 869px) {

    .page-header--home .page-header__image:before,
    .page-header--landing .page-header__image:before {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
        z-index: 1
    }
}

.page-header--home {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (min-width: 869px) {
    .page-header--home {
        padding-top: 0
    }
}

.page-header--home .page-header__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #0c509d
}

@media (min-width: 869px) {
    .page-header--home .page-header__content {
        z-index: 2;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        min-width: auto;
        position: absolute;
        width: auto;
        top: auto;
        left: auto;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        margin-top: 100px;
        max-width: 50%
    }
}

.page-header--home .page-header__content {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 960px) {
    .page-header--home .page-header__content {
        padding-top: calc(8.33333vw - 30px)
    }
}

@media (min-width: 1440px) {
    .page-header--home .page-header__content {
        padding-top: 90px
    }
}

@media (min-width: 960px) {
    .page-header--home .page-header__content {
        padding-bottom: calc(8.33333vw - 30px)
    }
}

@media (min-width: 1440px) {
    .page-header--home .page-header__content {
        padding-bottom: 90px
    }
}

@media (min-width: 869px) {
    .page-header--home .page-header__content {
        color: #0c509d
    }
}

@media (min-width: 869px) {
    .page-header--home .page-header__image-wrapper:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 310px;
        z-index: 1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(#fff, rgba(255, 255, 255, 0))
    }
}

.page-header--home:before {
    content: '';
    position: absolute;
    height: 310px;
    top: 0;
    left: 0px
}

.page-header--home .page-header__subhead {
    font-size: 25px
}

@media (min-width: 960px) {
    .page-header--home .page-header__subhead {
        font-size: calc(5.20833vw - 25px)
    }
}

@media (min-width: 1440px) {
    .page-header--home .page-header__subhead {
        font-size: 50px
    }
}

@media (min-width: 869px) {
    .page-header--landing.page-header--image .page-header__content {
        z-index: 3;
        margin-top: 6rem;
        padding: 6rem 3rem
    }
}

@media (min-width: 869px) {
    .page-header--landing.page-header--image .page-header__image {
        max-height: 100%;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

    .page-header--landing.page-header--image .page-header__image .page-header__image-wrapper {
        position: relative;
        z-index: 2
    }

    .page-header--landing.page-header--image .page-header__image .page-header__image-wrapper:before {
        content: '';
        height: 100%;
        width: 100%;
        background: #000;
        position: absolute;
        z-index: 3;
        opacity: .2
    }
}

.page-header.bg-light-blue {
    background-color: #eaf3f8
}

.page-header.bg-light-blue.push-down {
    padding-bottom: 0;
    background: linear-gradient(to top, #fff 75px, #eaf3f8 75px)
}

@media (min-width: 1200px) {
    .page-header.bg-light-blue.push-down {
        background: linear-gradient(to top, #fff 100px, #eaf3f8 100px)
    }
}

.page-header.bg-light-blue .page-header__eyebrow {
    color: #1080fe
}

.page-header.bg-light-blue .page-header__breadcrumbs li {
    color: #000
}

.page-header.bg-light-blue .page-header__breadcrumbs li a,
.page-header.bg-light-blue .page-header__breadcrumbs li strong {
    color: #000
}

.page-header.bg-light-blue .page-header__breadcrumbs .separator {
    color: #1080fe
}

.page-header.bg-light-blue .page-header__heading {
    color: #1080fe
}

.page-header.bg-light-blue .page-header__subhead {
    color: #1080fe
}

.page-header.bg-light-blue .page-header__link .btn {
    border-color: #1080fe
}

.page-header.bg-light-blue .page-header__link .btn:hover,
.page-header.bg-light-blue .page-header__link .btn:focus {
    background: #1080fe;
    color: #0c509d
}

.page-header.bg-royal-blue {
    background-color: #1080fe
}

.page-header.bg-royal-blue.push-down {
    padding-bottom: 0;
    background: linear-gradient(to top, #fff 75px, #1080fe 75px)
}

@media (min-width: 1200px) {
    .page-header.bg-royal-blue.push-down {
        background: linear-gradient(to top, #fff 100px, #1080fe 100px)
    }
}

.page-header.bg-royal-blue .page-header__eyebrow {
    color: #fff
}

.page-header.bg-royal-blue .page-header__breadcrumbs li a,
.page-header.bg-royal-blue .page-header__breadcrumbs li strong {
    color: #fff
}

.page-header.bg-royal-blue .page-header__breadcrumbs .separator {
    color: #fff
}

.page-header.bg-royal-blue .page-header__subhead p {
    color: #fff
}

.page-header.bg-royal-blue .page-header__link .btn {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-size: 1.6rem;
    line-height: 25px;
    display: block;
    padding: 12px 22px;
    outline: 2px solid #1080fe;
    border: 4px solid transparent;
    text-transform: capitalize;
    color: #1080fe;
    text-decoration: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: no-wrap;
    -webkit-transform: translate3d(0, 0, 0);
    outline: 2px solid #fff;
    color: #fff
}

@media (min-width: 769px) {
    .page-header.bg-royal-blue .page-header__link .btn {
        max-width: 25rem;
        width: 90%
    }
}

.page-header.bg-royal-blue .page-header__link .btn:hover {
    padding: 12px 22px;
    outline: 2px solid transparent;
    border: 4px solid #1080fe
}

.page-header.bg-royal-blue .page-header__link .btn:hover {
    border: 4px solid #fff
}

.page-header.bg-blue {
    background-color: #0c509d
}

.page-header.bg-blue.push-down {
    padding-bottom: 0;
    background: linear-gradient(to top, #fff 75px, #0c509d 75px)
}

@media (min-width: 1200px) {
    .page-header.bg-blue.push-down {
        background: linear-gradient(to top, #fff 100px, #0c509d 100px)
    }
}

.page-header.bg-blue .page-header__eyebrow {
    color: #fff
}

.page-header.bg-blue .page-header__breadcrumbs li {
    color: #fff
}

.page-header.bg-blue .page-header__breadcrumbs li a,
.page-header.bg-blue .page-header__breadcrumbs li strong {
    color: #fff
}

.page-header.bg-blue .page-header__breadcrumbs .separator {
    color: #fff
}

.page-header.bg-blue .page-header__subhead p {
    color: #fff
}

.page-header.bg-blue .page-header__link .btn {
    border-color: #fff
}

.page-header.bg-blue .page-header__link .btn:hover,
.page-header.bg-blue .page-header__link .btn:focus {
    background: #fff;
    color: #0c509d
}

.page-header.bg-navy-blue {
    background-color: #061846
}

.page-header.bg-navy-blue.push-down {
    padding-bottom: 0;
    background: linear-gradient(to top, #fff 75px, #061846 75px)
}

@media (min-width: 1200px) {
    .page-header.bg-navy-blue.push-down {
        background: linear-gradient(to top, #fff 100px, #061846 100px)
    }
}

.page-header.bg-navy-blue .page-header__eyebrow {
    color: #fff
}

.page-header.bg-navy-blue .page-header__breadcrumbs li a,
.page-header.bg-navy-blue .page-header__breadcrumbs li strong {
    color: #fff
}

.page-header.bg-navy-blue .page-header__breadcrumbs .separator {
    color: #fff
}

.page-header.bg-navy-blue .page-header__subhead p {
    color: #fff
}

.page-header.bg-navy-blue .page-header__link .btn {
    border-color: #fff
}

.page-header.bg-navy-blue .page-header__link .btn:hover,
.page-header.bg-navy-blue .page-header__link .btn:focus {
    background: #fff;
    color: #0c509d;
    border-color: #fff
}

.page-header.bg-grey {
    background-color: #7998a3
}

.page-header.bg-grey.push-down {
    padding-bottom: 0;
    background: linear-gradient(to top, #fff 75px, #7998a3 75px)
}

@media (min-width: 1200px) {
    .page-header.bg-grey.push-down {
        background: linear-gradient(to top, #fff 100px, #7998a3 100px)
    }
}

.page-header.bg-grey .page-header__eyebrow {
    color: #fff
}

.page-header.bg-grey .page-header__breadcrumbs li a,
.page-header.bg-grey .page-header__breadcrumbs li strong {
    color: #fff
}

.page-header.bg-grey .page-header__breadcrumbs .separator {
    color: #fff
}

.page-header.bg-grey .page-header__subhead p {
    color: #fff
}

.page-header.bg-grey .page-header__link .btn {
    border-color: #fff
}

.page-header.bg-grey .page-header__link .btn:hover,
.page-header.bg-grey .page-header__link .btn:focus {
    background: #fff;
    color: #0c509d;
    border-color: #fff
}

.page-header.bg-white {
    background-color: #fff
}

.page-header.bg-white .page-header__eyebrow {
    color: #1080fe
}

.page-header.bg-white .page-header__breadcrumbs li a,
.page-header.bg-white .page-header__breadcrumbs li strong {
    color: #1080fe
}

.page-header.bg-white .page-header__breadcrumbs .separator {
    color: #1080fe
}

.page-header.bg-white .page-header__heading {
    color: #1080fe
}

.page-header.bg-white .page-header__subhead p {
    color: #1080fe
}

.page-header.bg-white .page-header__link {
    color: #1080fe
}

.page-header.bg-white .page-header__link:hover,
.page-header.bg-white .page-header__link:focus {
    background: #1080fe;
    color: #fff
}

.page-image {
    overflow: hidden
}

.page-image .image-block {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.content-section {
    max-width: 144rem;
    margin: 0 auto
}

@media (min-width: 960px) {
    .content-section {
        padding-left: 2rem
    }
}

.page-section {
    padding-top: 0;
    padding-bottom: 0;
    margin: 75px 0
}

.page-section a {
    text-decoration: none
}

@media (min-width: 1200px) {
    .page-section {
        margin: 100px 0
    }
}

.page-section__index {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: 0.16px;
    color: #1080fe;
    padding-bottom: 1rem;
    margin: 0
}

.page-section__header {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 30px
}

@media (min-width: 481px) {
    .page-section__header {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

@media (min-width: 601px) {
    .page-section__header {
        padding-bottom: 50px
    }
}

@media (min-width: 1000px) {
    .page-section__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .page-section__header {
        padding-left: 12rem
    }
}

@media (min-width: 960px) {
    .page-section__header .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15.6rem
    }
}

@media (min-width: 1200px) {
    .page-section__header .content-wrapper {
        padding-left: 19.5rem
    }
}

.page-section__sub-title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 33px;
    color: #000;
    letter-spacing: 0px;
    border-top: 3px solid #1080fe;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.3;
    max-width: 20rem;
    width: 23.3rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px
}

@media (min-width: 769px) {
    .page-section__sub-title {
        margin-bottom: 3rem
    }
}

@media (min-width: 1000px) {
    .page-section__sub-title {
        padding-top: 20px;
        max-width: 24rem;
        margin-top: .5rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1200px) {
    .page-section__sub-title {
        width: 28.3rem;
        font-size: 1.6rem
    }
}

.page-section__title {
    font-family: 'Prata', serif;
    color: #1080fe;
    font-size: 2.7rem;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0;
    margin-top: 3rem;
    max-width: 750px
}

.page-section--default .page-section__title {
    color: #54a898
}

.page-section--light .page-section__title {
    color: #0c509d
}

.page-section--blue .page-section__title {
    color: #fff
}

@media (min-width: 960px) {
    .page-section__title {
        max-width: 52rem;
        margin-top: 0
    }
}

@media (min-width: 1000px) {
    .page-section__title {
        font-size: 6rem;
        line-height: 1.3
    }
}

.page-section__text p {
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 1.3rem
}

.page-section__text p img {
    width: 100%;
    height: auto
}

@media (min-width: 1000px) {
    .page-section__text p img {
        display: block;
        max-width: 100%;
        max-height: 500px
    }
}

@media (min-width: 1000px) {
    .page-section__text {
        max-width: 90%
    }

    .page-section__text p {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 0.25px
    }
}

@media (min-width: 1200px) {
    .page-section__text {
        max-width: 75%
    }
}

.page-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .page-section__content {
        max-width: 1280px
    }
}

.page-section__content .video-player {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.5rem
}

@media (min-width: 1200px) {
    .page-section__content .video-player {
        width: 100%;
        -webkit-box-flex: 5;
        -ms-flex: 5;
        flex: 5;
        margin-left: 16.2rem;
        margin-left: 10%
    }
}

.page-section__content--btn-list {
    text-align: center;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 5rem
}

@media (min-width: 481px) {
    .page-section__content--btn-list {
        padding-left: 6rem
    }
}

@media (min-width: 960px) {
    .page-section__content--btn-list {
        padding-left: 21.6rem
    }
}

@media (min-width: 1000px) {
    .page-section__content--btn-list {
        padding-left: 39.5rem
    }
}

@media (min-width: 1200px) {
    .page-section__content--btn-list {
        max-width: 100%;
        padding-left: 52.4rem
    }
}

@media (min-width: 1440px) {
    .page-section__content--btn-list {
        padding-left: 53.6rem
    }
}

.page-section__content--btn-list li {
    min-height: 60px;
    margin-bottom: 15px
}

.page-section__content--btn-list li:last-child {
    margin-bottom: 0
}

@media (min-width: 960px) {
    .page-section__content--btn-list li {
        max-width: 600px
    }
}

.page-section__component.content-wrapper {
    padding-left: 3rem
}

@media (min-width: 481px) {
    .page-section__component.content-wrapper {
        padding-left: 6rem
    }
}

@media (min-width: 960px) {
    .page-section__component.content-wrapper {
        padding-left: 21.6rem
    }
}

@media (min-width: 1000px) {
    .page-section__component.content-wrapper {
        padding-left: 39.5rem
    }
}

@media (min-width: 1200px) {
    .page-section__component.content-wrapper {
        max-width: 100%;
        padding-left: 52.4rem
    }
}

@media (min-width: 1440px) {
    .page-section__component.content-wrapper {
        padding-left: 53.6rem
    }
}

.page-section__component--accordion {
    margin-bottom: 30px;
    padding: 5rem 3rem 0 3rem
}

@media (min-width: 769px) {
    .page-section__component--accordion {
        padding-right: 6rem;
        padding-left: 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .page-section__component--accordion {
        margin-top: -3.5rem;
        margin-bottom: 60px
    }
}

.page-section__component--image {
    width: 100%;
    margin: unset;
    margin-top: 5rem
}

.page-section__component--image .image-block.image-block--fade {
    max-width: 73.5rem
}

@media (min-width: 1000px) {
    .page-section__component--image .image-block.image-block--fade {
        margin-right: 15rem
    }
}

.page-section__component--image:not(:last-child) {
    margin-bottom: 0
}

@media (min-width: 1000px) {
    .page-section__component {
        padding-top: 3rem
    }
}

.page-section .image-block {
    padding-right: 26px;
    padding-left: 26px
}

.page-section .image-block--uncropped {
    padding: 0
}

.page-section__link--simple a {
    color: #fff;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 3.3rem;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 0.3rem solid #1080fe;
    -webkit-transition: all .2s;
    transition: all .2s
}

.page-section__link--simple a:hover {
    border-bottom: 0.5rem solid #1080fe
}

.page-section--dark {
    background: #0c509d;
    color: #fff
}

.page-section--light {
    background: rgba(255, 255, 255, 0.4)
}

.page-section--xlight {
    background: #fff
}

.page-section--trans {
    background: transparent
}

.page-section--404 {
    height: 100%;
    padding-top: 75px
}

@media (min-width: 869px) {
    .page-section--404 {
        padding-top: 100px
    }
}

.page-section--404__title {
    font-family: "proxima-nova", sans-serif;
    font-size: 120px;
    font-weight: 300;
    color: #0c509d;
    margin-top: 100px;
    margin-bottom: 0;
    line-height: 1
}

@media (min-width: 960px) {
    .page-section--404__title {
        font-size: calc(35.41667vw - 220px)
    }
}

@media (min-width: 1440px) {
    .page-section--404__title {
        font-size: 290px
    }
}

.page-section--404__text {
    font-family: "cora", serif;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 3rem
}

@media (min-width: 960px) {
    .page-section--404__text {
        font-size: calc(4.16667vw - 10px)
    }
}

@media (min-width: 1440px) {
    .page-section--404__text {
        font-size: 50px
    }
}

.page-section--404__link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    text-decoration: none
}

.page-section--404__link .ico {
    padding-right: 1rem
}

.page-section--default+.page-section--default,
.page-section--dark+.page-section--dark,
.page-section--light+.page-section--light {
    padding-top: 0
}

.page-section__component--richtext>.richtext,
.page-section__component--richtext>.form-wrapper,
.page-section__component--richtext>.article-tags,
.page-section__component--form>.richtext,
.page-section__component--form>.form-wrapper,
.page-section__component--form>.article-tags,
.page-section__component--article-tags>.richtext,
.page-section__component--article-tags>.form-wrapper,
.page-section__component--article-tags>.article-tags {
    max-width: 750px
}

.page-section__component--figure,
.page-section__component--video,
.page-section__component--featured-articles,
.page-section__component--article-listing {
    width: 100%;
    max-width: 1116.6px;
    margin: 0 auto
}

.page-section__content--list-container {
    list-style: none
}

.page-section__content--card {
    width: 100%
}

@media (min-width: 960px) {
    .page-section__content--card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .page-section__content--card {
        padding-left: 5.5rem
    }
}

.page-section__content--card .card {
    width: 51.5rem;
    margin-right: 3rem;
    margin-left: 3rem;
    max-width: 100%
}

.page-section__content--card .card::last-child {
    margin-right: 0
}

.page-section__component--card_slideshow {
    max-width: 100%
}

.page-section .image-block {
    max-width: 79rem;
    height: auto;
    margin: 0 auto
}

.page-section__header+.page-section__content--btn-list {
    padding-top: 2px
}

.page-section.background_left-aligned_light-blue {
    background: #1080fe;
    background-repeat: no-repeat;
    background-size: 23% 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(73%, #eaf3f8), color-stop(25%, #eaf3f8), color-stop(25%, white));
    background: linear-gradient(90deg, #eaf3f8 73%, #eaf3f8 25%, white 25%);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px
}

@media (min-width: 1000px) {
    .page-section.background_left-aligned_light-blue {
        background: -webkit-gradient(linear, left top, right top, color-stop(76%, #eaf3f8), color-stop(23%, #eaf3f8), color-stop(23%, white));
        background: linear-gradient(90deg, #eaf3f8 76%, #eaf3f8 23%, white 23%);
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.page-section.background_left-aligned_dark-blue {
    background: #061846;
    background-repeat: no-repeat;
    background-size: 23% 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(73%, #061846), color-stop(25%, #061846), color-stop(25%, white));
    background: linear-gradient(90deg, #061846 73%, #061846 25%, white 25%);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px
}

@media (min-width: 1000px) {
    .page-section.background_left-aligned_dark-blue {
        background: -webkit-gradient(linear, left top, right top, color-stop(76%, #061846), color-stop(23%, #061846), color-stop(23%, white));
        background: linear-gradient(90deg, #061846 76%, #061846 23%, white 23%);
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.page-section.background_right-aligned_light-blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(23%, white), color-stop(25%, white), color-stop(25%, #eaf3f8));
    background: linear-gradient(90deg, white 23%, white 25%, #eaf3f8 25%);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px
}

@media (min-width: 1000px) {
    .page-section.background_right-aligned_light-blue {
        background: -webkit-gradient(linear, left top, right top, color-stop(19%, white), color-stop(20%, white), color-stop(20%, #eaf3f8));
        background: linear-gradient(90deg, white 19%, white 20%, #eaf3f8 20%);
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .page-section.background_right-aligned_light-blue {
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, white), color-stop(15%, white), color-stop(15%, #eaf3f8));
        background: linear-gradient(90deg, white 15%, white 15%, #eaf3f8 15%)
    }
}

.page-section.background_right-aligned_dark-blue {
    background: #061846;
    background-repeat: no-repeat;
    background-size: 23% 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(73%, #061846), color-stop(25%, #061846), color-stop(25%, white));
    background: linear-gradient(90deg, #061846 73%, #061846 25%, white 25%);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px
}

@media (min-width: 1000px) {
    .page-section.background_right-aligned_dark-blue {
        background: -webkit-gradient(linear, left top, right top, color-stop(76%, #061846), color-stop(23%, #061846), color-stop(23%, white));
        background: linear-gradient(90deg, #061846 76%, #061846 23%, white 23%);
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.page-section.background_full-page_dark-blue h3.page-section__sub-title,
.page-section.background_right-aligned_dark-blue h3.page-section__sub-title,
.page-section.background_left-aligned_dark-blue h3.page-section__sub-title {
    color: #bad7e9
}

@media (min-width: 960px) {

    .page-section.background_full-page_dark-blue h3.page-section__sub-title,
    .page-section.background_right-aligned_dark-blue h3.page-section__sub-title,
    .page-section.background_left-aligned_dark-blue h3.page-section__sub-title {
        color: #bad7e9
    }
}

.page-section.background_full-page_dark-blue h2.page-section__title,
.page-section.background_full-page_dark-blue .list__title,
.page-section.background_right-aligned_dark-blue h2.page-section__title,
.page-section.background_right-aligned_dark-blue .list__title,
.page-section.background_left-aligned_dark-blue h2.page-section__title,
.page-section.background_left-aligned_dark-blue .list__title {
    color: #bad7e9
}

.page-section.background_full-page_dark-blue p,
.page-section.background_right-aligned_dark-blue p,
.page-section.background_left-aligned_dark-blue p {
    color: #fff
}

.page-section.background_full-page_dark-blue .page-section__text p,
.page-section.background_right-aligned_dark-blue .page-section__text p,
.page-section.background_left-aligned_dark-blue .page-section__text p {
    color: #fff
}

@media (min-width: 1000px) {

    .page-section.page-section.background_right-aligned_dark-blue h3.page-section__sub-title,
    .page-section.page-section.background_left-aligned_dark-blue h3.page-section__sub-title {
        color: #000
    }
}

.page-section.background_full-page_dark-blue {
    background: #061846;
    background-size: cover;
    width: 100%
}

.page-section.background_right-aligned_dark-blue {
    background: #061846;
    background-size: cover
}

@media (min-width: 1000px) {
    .page-section.background_right-aligned_dark-blue {
        background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, white), color-stop(30%, #061846));
        background: linear-gradient(90deg, white 30%, white 30%, #061846 30%)
    }
}

.page-section.background_right-aligned_dark-blue h3.list__title {
    color: #bad7e9
}

.page-section.background_right-aligned_dark-blue .page-section__component--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1000px) {
    .page-section.background_right-aligned_dark-blue .page-section__component--image {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .page-section.background_right-aligned_dark-blue .page-section__component--image {
        padding-top: 0;
        margin-left: 22rem
    }
}

.page-section.background_right-aligned_dark-blue .page-section__component--image .image-block {
    width: 90%;
    min-width: 400px;
    margin-top: 30px;
    margin-bottom: -30px
}

@media (min-width: 960px) {
    .page-section.background_right-aligned_dark-blue .page-section__component--image .image-block {
        width: 80%
    }
}

.page-section.left-aligned .page-section__component--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.background_left-aligned_light-blue .page-section__header .content-wrapper,
.background_left-aligned_dark-blue .page-section__header .content-wrapper {
    padding-left: 0
}

@media (min-width: 1000px) {

    .background_left-aligned_light-blue .page-section__header .content-wrapper,
    .background_left-aligned_dark-blue .page-section__header .content-wrapper {
        padding-left: 15.6rem
    }
}

@media (min-width: 1200px) {

    .background_left-aligned_light-blue .page-section__header .content-wrapper,
    .background_left-aligned_dark-blue .page-section__header .content-wrapper {
        padding-left: 19.5rem
    }
}

.page-share {
    padding-right: 5rem;
    padding-left: 30px;
    background: #070605;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 869px) {
    .page-share {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

@media (min-width: 869px) {
    .page-share {
        height: 120px
    }
}

.page-header--image+.page-share {
    position: relative
}

@media (min-width: 869px) {
    .page-header--image+.page-share {
        margin-top: -120px;
        margin-right: 240px
    }

    .page-header--image+.page-share .content-wrapper {
        max-width: 772.8px
    }
}

.page-slider {
    position: relative
}

.page-slider__content .richtext {
    padding-bottom: 40px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8)
}

.page-slider__content .richtext a {
    color: #1080fe;
    text-decoration: none
}

.page-slider__content .richtext strong,
.page-slider__content .richtext .btn {
    text-shadow: none
}

.page-slider__content .richtext .btn {
    border-color: #1080fe
}

.page-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 869px) {
    .page-slider__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.page-slider__slide {
    width: 100%;
    color: #fff
}

.page-slider__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-slider__info .page-slider__slide {
    padding-right: 5rem;
    padding-left: 30px
}

@media (min-width: 869px) {
    .page-slider__info .page-slider__slide {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

.page-slider__info .inner {
    padding-top: 0px;
    padding-bottom: 40px
}

@media (min-width: 869px) {
    .page-slider__info .inner {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 869px) {
    .page-slider__info {
        padding-top: 30px;
        background: #4e4947;
        min-height: 300px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -80px;
        z-index: 3;
        width: calc(100% - 70px)
    }
}

.page-slider__image {
    position: relative;
    background: #b4a8a2;
    width: 50%
}

.page-slider__image:after {
    padding-top: 100%;
    display: block;
    content: ''
}

.page-slider__image>.page-slider__slide {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

.page-slider__image .image-block {
    height: 100%
}

.page-slider__image .page-slider__slide {
    height: 100%
}

@media (max-width: 869px) {
    .page-slider__image {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-height: 450px
    }
}

.page-slider__title {
    padding-right: 5rem;
    padding-left: 30px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    color: #1080fe
}

@media (min-width: 869px) {
    .page-slider__title {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

.page-slider__slide-title {
    font-family: 'Prata', serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 60px;
    letter-spacing: 0;
    margin: 5px 0
}

.page-slider__counter {
    padding-right: 5rem;
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px
}

@media (min-width: 869px) {
    .page-slider__counter {
        padding-right: 6rem;
        padding-left: 6rem
    }
}

.page-slider__counter span {
    font-family: "proxima-nova", sans-serif
}

@media (min-width: 960px) {
    .page-slider__counter {
        display: none
    }
}

.page-slider__controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 869px) {
    .page-slider__controls {
        width: 70px;
        -webkit-transform: none;
        transform: none;
        left: auto;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 960px) {
    .page-slider__controls {
        display: none
    }
}

.page-slider__btn {
    outline: none;
    background: none;
    height: 70px;
    width: 70px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s background;
    transition: .3s background
}

.page-section--default .page-slider__btn g {
    stroke: #54a898
}

.page-section--light .page-slider__btn g {
    stroke: #0c509d
}

.page-slider__btn:hover {
    background: rgba(0, 0, 0, 0.7)
}

.page-slider__btn:first-child {
    border-left: none
}

@media (min-width: 869px) {
    .page-slider__btn {
        height: 60px;
        width: 60px
    }
}

.page-slider__btn svg {
    display: block
}

.page-slider__btn g {
    stroke: #fff
}

.page-slider__btn--prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__item {
    margin: 0 15px
}

.pagination__link {
    text-decoration: none;
    color: #54a898;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.page-footer {
    max-width: 1440px;
    margin: 0 auto
}

.page-footer .btn {
    margin-bottom: 1.2rem
}

.page-footer .link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2rem
}

@media (min-width: 960px) {
    .page-footer .link-container {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .page-footer .link-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.page-footer .link-container .link-button {
    width: 100%;
    float: left
}

@media (min-width: 481px) {
    .page-footer .link-container .link-button {
        width: 29.7rem;
        margin-right: 3rem
    }
}

@media (min-width: 1000px) {
    .page-footer .link-container .link-button {
        margin-top: 0;
        margin-bottom: 2rem
    }
}

.page-footer .job-listing-container {
    margin-top: 5rem
}

@media (min-width: 960px) {
    .page-footer .job-listing-container {
        margin-left: 11.5rem
    }
}

.page-footer .job-listing-container .job-listing {
    width: 45rem
}

@media (min-width: 1000px) {
    .page-footer .job-listing-container .job-listing {
        width: 40%
    }
}

#promo-box {
    padding: 0
}

.page-section__component--quote-image {
    max-width: 1200px;
    padding: 5rem 0 0 0;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1000px) {
    .page-section__component--quote-image {
        padding: 7.5rem 0 0 0
    }
}

.quote {
    margin: 0;
    position: relative;
    max-width: 100%;
    padding: 0 3rem
}

@media (min-width: 481px) {
    .quote {
        padding: 0 6rem
    }
}

@media (min-width: 1000px) {
    .quote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 1rem
    }
}

.quote__block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 869px) {
    .quote__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.quote__block .video-player {
    width: 100%;
    display: block
}

@media (min-width: 1000px) {
    .quote__block .video-player {
        display: block;
        width: 49.5%;
        background-size: contain;
        padding-left: 0
    }
}

.quote__block .video-player__play {
    display: block
}

@media (min-width: 1000px) {
    .quote__block .video-player__play {
        display: block;
        height: auto
    }

    .quote__block .video-player__play img {
        display: block
    }
}

.quote__block .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.quote__block .quote__body {
    margin-bottom: 50px
}

@media (min-width: 869px) {
    .quote__block .quote__body {
        padding-right: 30px
    }
}

@media (min-width: 1000px) {
    .quote__block .quote__body {
        margin-bottom: 0;
        width: 48%
    }
}

@media (min-width: 1000px) {
    .quote__block .quote__image-block {
        display: block;
        width: 49.5%;
        background-size: contain;
        padding-left: 0
    }

    .quote__block .quote__image-block.video-player__poster {
        width: 100%;
        position: static
    }

    .quote__block .quote__image-block.video-player__poster img {
        position: static
    }
}

.quote p.quote__start-quote,
.quote p.quote__end-quote {
    font-size: 6rem;
    font-weight: bold;
    color: #0c509d
}

.quote blockquote {
    font-family: 'Prata', serif;
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 0
}

@media (min-width: 869px) {
    .quote blockquote {
        font-size: 3.6rem;
        line-height: 1.3
    }
}

@media (min-width: 1000px) {
    .quote blockquote {
        font-size: 3.2rem;
        line-height: 1.5
    }
}

.quote__attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1080fe;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.14px;
    font-style: normal;
    margin-top: 2.8rem
}

.quote__attr:before {
    content: '\2014\2014';
    margin-right: 5px;
    font-weight: 100
}

.quote__attr-name {
    font-weight: 700
}

.quote__icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 6rem;
    width: 8rem
}

.quote__icon svg {
    width: 100%
}

@media (max-width: 869px) {
    .quote__icon {
        z-index: 1;
        top: -3rem;
        opacity: .6
    }
}

.quote__image-block {
    max-width: 62.5rem;
    margin-top: 2.5rem
}

@media (min-width: 869px) {
    .quote__image-block {
        display: block
    }
}

.quote__image-block img {
    max-width: 100%;
    width: 100%;
    max-height: 500px
}

.page-section>.page-section__component--quote-image:first-child {
    padding-top: 0
}

.page-section>.page-section__component--quote-image:not(:last-child) {
    margin-bottom: 75px
}

@media (min-width: 1000px) {
    .page-section>.page-section__component--quote-image:not(:last-child) {
        margin-bottom: 100px
    }
}

.background_right-aligned_dark-blue .page-section__component--quote-image {
    margin-right: 0
}

@media (min-width: 1000px) {
    .background_right-aligned_dark-blue .page-section__component--quote-image {
        max-width: 70%
    }
}

.background_left-aligned_dark-blue .page-section__component--quote-image {
    margin-left: 0
}

@media (min-width: 1000px) {
    .background_left-aligned_dark-blue .page-section__component--quote-image {
        max-width: 75%
    }
}

.richtext>*:last-child {
    margin-bottom: 0
}

@media (min-width: 869px) {
    .richtext {
        max-width: 750px
    }
}

@media (min-width: 1000px) {
    .richtext {
        max-width: 960px
    }
}

.richtext p,
.richtext ul,
.richtext ol,
.richtext dl {
    margin: 0;
    margin-bottom: 2rem
}

.richtext h2 {
    font-family: 'Prata', serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 60px;
    letter-spacing: 0
}

.richtext h3 {
    font-family: 'Prata', serif;
    font-size: 52px;
    line-height: 1.59;
    font-weight: normal
}

.richtext h4 {
    font-size: 40px;
    line-height: 1.6;
    font-family: 'Prata', serif;
    font-weight: normal
}

@media (min-width: 869px) {

    .richtext ul,
    .richtext ol {
        margin-left: 60px
    }
}

.richtext ul ul,
.richtext ol ol {
    padding-top: .5rem
}

.richtext strong {
    font-weight: bold
}

.richtext li {
    margin-bottom: .5rem
}

.page-section--default .richtext a {
    color: #54a898
}

.page-section--light .richtext a {
    color: #0c509d
}

@media (min-width: 869px) {
    .richtext a {
        -webkit-transition: .3s opacity;
        transition: .3s opacity
    }

    .richtext a:focus,
    .richtext a:hover {
        opacity: .6
    }
}

.page-section--default .richtext ul,
.page-section--default .richtext ol {
    list-style: none;
    padding: 0
}

.page-section--default .richtext li {
    position: relative;
    padding-left: 1.5em
}

.page-section--default .richtext li:before {
    color: #0c509d;
    position: absolute;
    left: 0
}

.page-section--default .richtext li ul,
.page-section--default .richtext li ol {
    margin: 0
}

.page-section--default .richtext ul li:before {
    content: '\2022'
}

.page-section--default .richtext ul li li:before {
    content: '-'
}

.page-section--default .richtext ol {
    counter-reset: step-counter
}

.page-section--default .richtext ol li {
    counter-increment: step-counter
}

.page-section--default .richtext ol li:before {
    content: counter(step-counter)
}

.page-section--default .richtext ol li li:before {
    content: counter(step-counter, lower-alpha)
}

.page-section--light .richtext ul,
.page-section--light .richtext ol {
    list-style: none;
    padding: 0
}

.page-section--light .richtext li {
    position: relative;
    padding-left: 1.5em
}

.page-section--light .richtext li:before {
    color: #54a898;
    position: absolute;
    left: 0
}

.page-section--light .richtext li ul,
.page-section--light .richtext li ol {
    margin: 0
}

.page-section--light .richtext ul li:before {
    content: '\2022'
}

.page-section--light .richtext ul li li:before {
    content: '-'
}

.page-section--light .richtext ol {
    counter-reset: step-counter
}

.page-section--light .richtext ol li {
    counter-increment: step-counter
}

.page-section--light .richtext ol li:before {
    content: counter(step-counter)
}

.page-section--light .richtext ol li li:before {
    content: counter(step-counter, lower-alpha)
}

.share-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.share-links__item {
    display: block;
    margin-right: 30px;
    opacity: .5;
    -webkit-transition: .3s opacity;
    transition: .3s opacity
}

.share-links__item:hover {
    opacity: .7
}

@media (max-width: 869px) {
    .share-links__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .share-links__item:hover {
        opacity: .5
    }
}

.share-links__link {
    display: block;
    height: 24px;
    width: 24px
}

.share-links__link svg {
    fill: #4e4947;
    height: 24px;
    width: 24px
}

#spinner {
    visibility: hidden;
    width: 80px;
    height: 80px;
    border: 2px solid #1080fe;
    border-top: 3px solid #0c509d;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#spinner.show {
    visibility: visible
}

@media (min-width: 1200px) {
    .page-slider {
        padding-right: 3rem;
        padding-left: 2rem
    }
}

.stats-boxes {
    list-style: none;
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin-top: 0
}

@media (min-width: 960px) {
    .stats-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 5rem
    }
}

@media (min-width: 960px) {
    .stats-boxes {
        width: 100%;
        max-width: 100%;
        padding-left: 10%
    }
}

.stats-boxes__item {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.5rem
}

@media (min-width: 960px) {
    .stats-boxes__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 5%;
        width: 28%;
        margin-bottom: 10rem
    }
}

.stats-boxes__item:nth-child(3) {
    padding-right: 0
}

.stats-boxes__item--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-boxes__item--stat-icon {
    width: 6rem
}

.stats-boxes__item--stat-icon img {
    width: 100%;
    height: auto
}

.stats-boxes__item--stat-number {
    white-space: nowrap;
    font-size: 9rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #1080fe;
    margin-bottom: 5px
}

@media (min-width: 769px) {
    .stats-boxes__item--stat-number {
        line-height: 1.2;
        letter-spacing: -5px
    }
}

.stats-boxes__item--stat-text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.21px;
    text-align: center;
    width: 13rem;
    margin-bottom: 15px
}

.stats-boxes._left_align {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 960px) {
    .stats-boxes._left_align {
        margin-left: 20rem
    }
}

.flickity-page-dots {
    color: #fff;
    bottom: -3rem
}

@media (min-width: 960px) {
    .flickity-page-dots {
        bottom: -2.5rem
    }
}

.flickity-page-dots .dot {
    background: #1080fe
}

.tab-box {
    border: 1px solid #000
}

.tab-box__tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-box__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-box__tab:not(:last-of-type) {
    border-right: 1px solid #000
}

.tab-box__tab._is_current {
    border-bottom-color: #fff
}

.tab-box__link {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    text-align: center
}

.tab-box__link:focus {
    outline: none
}

.tab-box__link,
.tab-box__content {
    padding: 20px
}

.tab-box__content:not(._is_current) {
    display: none
}

.table {
    width: 100%;
    border-spacing: 0
}

.table caption {
    text-align: left
}

.table th,
.table td {
    text-align: left;
    padding: 20px;
    line-height: 18px;
    min-width: 200px
}

.table thead th {
    vertical-align: bottom
}

.table tbody th,
.table tbody td {
    vertical-align: top
}

.table--responsive {
    font-family: "proxima-nova", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px
}

.table--responsive th {
    text-align: left;
    background: #0c509d;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0
}

.page-section--light .table--responsive th {
    background: #54a898
}

.table--responsive tbody tr {
    background: #fff
}

.table--responsive tbody tr:nth-child(2n) {
    background: #070605
}

@media (max-width: 481px) {

    .table--responsive thead,
    .table--responsive tbody,
    .table--responsive th,
    .table--responsive td,
    .table--responsive tr {
        display: block
    }

    .table--responsive thead {
        display: none
    }

    .table--responsive thead th {
        background: #fff
    }

    .table--responsive tbody td,
    .table--responsive tbody th {
        background: #fff;
        border-right: 1px solid #0c509d;
        border-left: 1px solid #0c509d
    }

    .table--responsive tbody td:first-child,
    .table--responsive tbody th:first-child {
        border-top: 1px solid #0c509d;
        padding-top: 20px
    }

    .table--responsive tbody td:last-child,
    .table--responsive tbody th:last-child {
        padding-bottom: 20px
    }

    .page-section--light .table--responsive tbody td,
    .page-section--light .table--responsive tbody th {
        border-color: #54a898
    }

    .table--responsive tbody td {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .table--responsive tbody tr {
        border-top: none
    }

    .table--responsive tbody tr:last-child {
        border-bottom: 1px solid #0c509d
    }

    .page-section--light .table--responsive tbody tr {
        border-color: #54a898
    }

    .table--responsive td[data-title]:before {
        content: attr(data-title);
        display: block;
        font-weight: bold;
        margin-bottom: 5px
    }
}

.taxonomy-list__title {
    font-family: "cora", serif;
    margin: 0;
    color: #0c509d;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2d6cc
}

.taxonomy-list__terms {
    padding: 0;
    margin: 0;
    list-style: none
}

@media (max-width: 869px) {
    .taxonomy-list__terms {
        margin-bottom: 30px
    }
}

.taxonomy-list__item {
    border-bottom: 2px solid #e2d6cc
}

.taxonomy-list__link {
    color: #b4a8a2;
    text-decoration: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    padding: 15px 0;
    display: block;
    -webkit-transition: 0.3s color;
    transition: 0.3s color
}

.taxonomy-list__link:hover {
    color: #4e4947
}

@media (min-width: 769px) {
    .text-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .text-image>* {
        width: 50%
    }
}

.text-image__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.video-player {
    position: relative
}

.video-player__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-player__player {
    position: relative;
    background: transparent;
    position: relative;
    overflow: hidden
}

.video-player__player:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.video-player__player>.video-player__inner {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

.video-player__player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video-player__poster,
.image-block.video-player__poster {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain
}

.video-player__poster img,
.image-block.video-player__poster img {
    width: 100%;
    height: auto
}

.video-player__poster .image-block,
.image-block.video-player__poster .image-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%
}

.video-player__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 100
}

.video-player__play g {
    fill: #fff
}

.video-player__play img {
    width: 60px;
    height: auto
}

.video-player__play:hover {
    opacity: .6
}

@media (min-width: 769px) {
    .video-player__play {
        height: 20rem;
        width: 11rem
    }

    .video-player__play img {
        width: 100%
    }
}

.js-VideoPlayer__overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    z-index: 3;
    cursor: pointer;
    padding-top: 20%;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.js-VideoPlayer__overlay.playing {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

.js-VideoPlayer__overlay.not_playing {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

.js-VideoPlayer__overlay--close-button {
    position: absolute;
    top: 16%;
    right: 5.5%;
    color: #000
}

@media (min-width: 1000px) {
    .js-VideoPlayer__overlay--close-button {
        top: 15%;
        right: 20%
    }
}

.js-VideoPlayer__overlay .js-VideoPlayer__video {
    position: absolute;
    top: 20%;
    left: 5%;
    right: 5%;
    width: 90%;
    height: auto;
    -webkit-transform: translate(-50% 50%);
    transform: translate(-50% 50%);
    -ms-transform: translate(-50% 50%)
}

@media (min-width: 1000px) {
    .js-VideoPlayer__overlay .js-VideoPlayer__video {
        left: 20%;
        right: 20%;
        width: 60%
    }
}

.js-VideoPlayer__overlay .js-VideoPlayer__video video {
    width: 100%;
    height: auto
}

.video-player__caption {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 0.2rem solid #54a898
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

.input-wrapper {
    width: 100%;
    margin-bottom: 30px
}

.input-wrapper:last-of-type {
    margin-bottom: 0
}

.input-wrapper--input,
.input-wrapper--textarea {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 700
}

.input-wrapper--input .input-wrapper__label,
.input-wrapper--textarea .input-wrapper__label {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    color: #4e4947
}

.input-wrapper__input {
    position: relative;
    z-index: 2;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #b4a8a2;
    padding: 15px;
    width: 100%;
    color: #0c509d;
    font-weight: 700
}

.input-wrapper__input:focus {
    border-color: #000
}

.input-wrapper--textarea .input-wrapper__input {
    height: 240px
}

.input-wrapper--textarea .input-wrapper__label {
    top: 15px;
    -webkit-transform: none;
    transform: none
}

.input-wrapper__input:focus+.input-wrapper__label,
.input-wrapper__input:not(:placeholder-shown)+.input-wrapper__label,
.input-wrapper__input:not(.placeholder-shown)+.input-wrapper__label {
    opacity: 1;
    -webkit-transform: translate(-18%, -105%) scale(0.6);
    transform: translate(-18%, -105%) scale(0.6)
}

.input-wrapper--textarea .input-wrapper__input:focus+.input-wrapper__label,
.input-wrapper--textarea .input-wrapper__input:not(:placeholder-shown)+.input-wrapper__label,
.input-wrapper--textarea .input-wrapper__input:not(.placeholder-shown)+.input-wrapper__label {
    -webkit-transform: translate(-18%, -70%) scale(0.6);
    transform: translate(-18%, -70%) scale(0.6)
}

.form-wrapper__submit {
    border-color: #54a898;
    color: #54a898;
    background-color: transparent;
    cursor: pointer
}

.input-wrapper--select {
    position: relative;
    display: inline-block;
    color: #4e4947
}

.input-wrapper--select::after {
    content: " ";
    position: absolute;
    right: 22px;
    bottom: 22px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 4px;
    z-index: 2
}

.input-wrapper--select .input-wrapper__label {
    position: absolute;
    top: -9999px;
    left: -9999px;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.input-wrapper--select select {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px;
    line-height: 1.5;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4e4947;
    border: 1px solid #b4a8a2;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body.home .global-header {
    background: transparent
}

body.home .global-header+.main {
    margin-top: 0;
    padding-top: 0
}

body.home .global-header .icon-blue {
    display: none
}

body.home .global-header .icon-white {
    display: block
}

body.home .global-header.fade-in-header {
    background: #fff
}

body.home .global-header.fade-in-header .icon-blue {
    display: block
}

body.home .global-header.fade-in-header .icon-white {
    display: none
}

body.home .global-header.fade-in-header .global-header__external-link a {
    color: #1080fe
}

body.home .global-header.fade-in-header.default-position {
    background: transparent
}

body.home .global-header.fade-in-header.default-position .icon-blue {
    display: none
}

body.home .global-header.fade-in-header.default-position .icon-white {
    display: block
}

body.home .global-header.fade-in-header.default-position .global-header__external-link a {
    color: #fff
}

body.home .page-header {
    min-height: auto;
    padding-top: 6rem;
    margin-bottom: 0;
    background: url("png/Bg_Hero_v2.png");
    background-size: cover;
    background-position: center
}

@media (min-width: 481px) {
    body.home .page-header {
        padding-top: 6rem
    }
}

@media (min-width: 601px) {
    body.home .page-header {
        padding-top: 8rem;
        height: 100vh
    }
}

@media (min-width: 1000px) {
    body.home .page-header {
        padding-top: 10rem
    }
}

@media (min-width: 1200px) {
    body.home .page-header {
        margin-right: auto;
        margin-left: auto;
        padding-top: 16rem
    }
}

body.home .page-header .content-wrapper {
    margin-bottom: 2rem
}

@media (min-width: 1000px) {
    body.home .page-header .content-wrapper {
        margin-bottom: 5rem
    }
}

body.home .page-header__eyebrow {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-bottom: 3rem
}

body.home .page-header__heading {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    width: 90%;
    margin-right: 5rem
}

@media (min-width: 1000px) {
    body.home .page-header__heading {
        font-size: 6rem;
        line-height: 1.2;
        letter-spacing: 0px
    }
}

@media (min-width: 1200px) {
    body.home .page-header__heading {
        font-size: 8.2rem;
        width: 947px
    }
}

@media (min-width: 1000px) {
    body.home .page-header .title-line__one {
        white-space: nowrap
    }
}

@media (min-width: 1000px) {
    body.home .page-header .title-line__three {
        white-space: nowrap
    }
}

body.home #full-page-video {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh
}

body.home .HoverStateVideo__link {
    color: #fff;
    text-decoration: underline
}

@media (min-width: 1000px) {
    body.home .HoverStateVideo__link {
        width: 550px;
        display: inline-block
    }
}

body.home .hover-video-playing {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: -50%
}

body.home .title-on-top {
    z-index: 100;
    color: #fff
}

.stats-slider__status {
    display: none
}

#intro-box {
    background: #061846;
    margin-top: -2rem;
    padding-top: 0rem;
    padding-bottom: 1rem
}

@media (min-width: 1000px) {
    #intro-box {
        background: #fff;
        padding-bottom: 2rem;
        margin-top: 0
    }
}

@media (min-width: 1440px) {
    #intro-box {
        padding-top: 0rem
    }
}

#intro-box .page-section {
    margin-top: 0;
    padding-top: 5rem
}

@media (min-width: 1200px) {
    #intro-box .page-section {
        padding-top: 3rem;
        padding-bottom: 1rem;
        margin-top: 5rem
    }
}

#intro-box .page-section__sub-title {
    margin-top: .9rem
}

@media (min-width: 1000px) {
    #intro-box .page-section__sub-title {
        margin-left: 1rem
    }
}

#intro-box .page-section__title {
    color: #fff
}

@media (min-width: 1000px) {
    #intro-box .page-section__title {
        color: #1080fe
    }
}

@media (min-width: 1200px) {
    #intro-box .page-section__header {
        padding-top: 8rem;
        padding-bottom: 7.5rem
    }
}

@media (min-width: 1000px) {
    #intro-box .page-section__header .content-wrapper {
        padding-left: 15rem
    }
}

@media (min-width: 1200px) {
    #intro-box .page-section__header .content-wrapper {
        padding-left: 28rem
    }
}

#intro-box .page-section__content--btn-list {
    display: block;
    margin-top: 3rem
}

@media (min-width: 601px) {
    #intro-box .page-section__content--btn-list {
        margin-bottom: 3rem;
        margin-top: inherit
    }
}

#intro-box .page-section__content--btn-list .btn {
    width: 100%;
    border: 0px solid #fff;
    outline: 2px solid #fff;
    color: white
}

@media (min-width: 1000px) {
    #intro-box .page-section__content--btn-list .btn {
        border: 4px solid transparent;
        outline: 2px solid #1080fe;
        color: #1080fe
    }

    #intro-box .page-section__content--btn-list .btn:hover {
        padding: 12px 22px;
        outline: 0px solid transparent;
        border: 4px solid #1080fe
    }
}

@media (min-width: 1000px) {
    #intro-box .page-section__content--btn-list {
        display: block;
        padding-left: 39.2rem;
        margin-top: -7.4rem
    }

    #intro-box .page-section__content--btn-list .btn {
        width: 30rem
    }
}

@media (min-width: 1200px) {
    #intro-box .page-section__content--btn-list {
        padding-left: 62.2rem
    }
}

#intro-box .page-section__component {
    max-width: 1020px
}

@media (min-width: 960px) {
    #intro-box .page-section__component {
        padding-top: 0
    }
}

#intro-box .page-section__sub-title {
    color: #fff
}

@media (min-width: 1000px) {
    #intro-box .page-section__sub-title {
        color: #000;
        max-width: 21.3rem
    }
}

@media (min-width: 1000px) {
    #intro-box .page-section__title {
        font-size: 6rem;
        line-height: 1.3;
        letter-spacing: 0;
        max-width: 62.3rem
    }
}

#intro-box .page-section__text {
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 0
}

#intro-box .page-section__component.page-section__component--featured-articles h2.page-section__title {
    color: #1080fe
}

#intro-box .page-section__component.page-section__component--featured-articles p {
    color: #fff
}

@media (min-width: 1000px) {
    #intro-box .page-section__component.page-section__component--featured-articles p {
        color: #000
    }
}

@media (min-width: 1000px) {
    #intro-box .page-slider {
        padding-left: 20rem
    }
}

@media (min-width: 1200px) {
    #intro-box .page-slider {
        padding-left: 48.5rem
    }
}

@media (min-width: 1000px) {
    #intro-box .stats-boxes {
        padding: 0 3rem
    }
}

@media (min-width: 1000px) {
    #intro-box .stats-boxes {
        padding: 0;
        padding-right: 5rem
    }
}

@media (min-width: 1200px) {
    #intro-box .stats-boxes {
        margin-top: -1.5rem
    }
}

@media (min-width: 1000px) {
    #intro-box .stats-boxes__item {
        width: 25%;
        padding-right: 0%
    }
}

#intro-box .stats-boxes__item--stat-text {
    color: #fff
}

@media (min-width: 1000px) {
    #intro-box .stats-boxes__item--stat-text {
        color: #000
    }
}

#display-boxes {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #061846;
    padding-bottom: 30px;
    margin-top: -10rem
}

@media (min-width: 869px) {
    #display-boxes {
        margin-top: -5rem
    }
}

@media (min-width: 1000px) {
    #display-boxes {
        margin-top: -5rem;
        padding-bottom: 50px
    }
}

@media (min-width: 1000px) {
    #display-boxes .page-section:first-of-type .page-section__header {
        padding-top: 16rem
    }
}

#display-boxes .page-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 2rem
}

@media (min-width: 481px) {
    #display-boxes .page-section {
        padding-bottom: 5rem
    }
}

@media (min-width: 601px) {
    #display-boxes .page-section {
        padding-bottom: 4rem;
        margin-top: 2rem
    }
}

@media (min-width: 869px) {
    #display-boxes .page-section {
        padding-bottom: 0;
        margin-top: 0
    }
}

@media (min-width: 960px) {
    #display-boxes .page-section {
        margin-bottom: 3rem
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section {
        padding-left: 9rem;
        margin-bottom: 5rem
    }
}

@media (min-width: 1000px) {
    #display-boxes .page-section {
        padding-bottom: 0rem
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__header {
        padding-left: 34rem
    }
}

#display-boxes .page-section__header .content-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 1200px) {
    #display-boxes .page-section__content {
        padding-top: 0;
        margin-left: 26rem
    }
}

#display-boxes .page-section__content--btn-list {
    padding: 0;
    padding-top: 5rem;
    padding-bottom: 2rem;
    min-width: 100%
}

@media (min-width: 601px) {
    #display-boxes .page-section__content--btn-list {
        margin-bottom: 0
    }
}

@media (min-width: 960px) {
    #display-boxes .page-section__content--btn-list {
        padding-top: 0
    }
}

@media (min-width: 1000px) {
    #display-boxes .page-section__content--btn-list {
        padding-top: 1rem;
        min-width: 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__content--btn-list {
        text-align: left;
        padding-left: 53.5rem;
        padding-top: 0
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__content--btn-list {
        padding-top: 0;
        text-align: left
    }
}

@media (min-width: 1440px) {
    #display-boxes .page-section__content--btn-list {
        margin-top: -1rem
    }
}

#display-boxes .page-section__content--btn-list .link-simple {
    color: #fff
}

#display-boxes .page-section__content--btn-list .page-section__content--list-container {
    padding: 0 30px;
    min-width: 100% !important;
    max-width: 100% !important
}

@media (min-width: 1200px) {
    #display-boxes .page-section__content--btn-list .page-section__content--list-container {
        padding: 0 0
    }
}

#display-boxes .page-section__content--btn-list .page-section__content--list-container a {
    margin: 0 auto
}

@media (min-width: 1200px) {
    #display-boxes .page-section__content--btn-list .page-section__content--list-container a {
        margin: 0
    }
}

@media (min-width: 1440px) {
    #display-boxes .page-section__content--btn-list:last-child {
        margin-bottom: 7rem
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__content>.page-section__content--btn-list {
        padding-left: 27.5rem
    }
}

#display-boxes .page-section__component {
    padding-top: 0
}

#display-boxes .page-section__component--quote-image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5rem
}

@media (min-width: 1200px) {
    #display-boxes .page-section__component--quote-image {
        padding-bottom: 15rem
    }
}

@media (min-width: 960px) {
    #display-boxes .page-section__component--quote-image .quote {
        max-width: 875px
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__component--quote-image .quote {
        width: 100%
    }
}

#display-boxes .page-section__component--quote-image .quote .image-block {
    margin: 0
}

#display-boxes .page-section .stats-boxes {
    padding-top: 2rem
}

@media (min-width: 601px) {
    #display-boxes .page-section .stats-boxes {
        padding-top: 1rem
    }
}

@media (min-width: 1000px) {
    #display-boxes .page-section .stats-boxes {
        padding: 0
    }
}

#display-boxes .page-section .stats-boxes__item {
    margin-bottom: 5rem
}

@media (min-width: 1000px) {
    #display-boxes .page-section .stats-boxes__item {
        width: 32%;
        padding-right: 0;
        margin-top: 0rem;
        margin-bottom: 7.5rem
    }
}

#display-boxes .page-section .stats-boxes__item--stat-number {
    white-space: nowrap;
    font-size: 9rem;
    line-height: 1.2;
    color: #1080fe
}

#display-boxes .page-section .stats-boxes__item--stat-text {
    color: #fff;
    margin-top: 0
}

@media (min-width: 1000px) {
    #display-boxes .page-section__component--quote-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__component--quote-image {
        margin-left: 0
    }
}

#display-boxes .page-section__component--quote-image .quote {
    width: 100%;
    padding-top: 8rem
}

@media (min-width: 481px) {
    #display-boxes .page-section__component--quote-image .quote {
        padding-top: 5rem;
        margin: 0 auto
    }
}

@media (min-width: 960px) {
    #display-boxes .page-section__component--quote-image .quote {
        padding: 0;
        margin: 0;
        max-width: 820px
    }
}

@media (min-width: 1200px) {
    #display-boxes .page-section__component--quote-image .quote {
        padding-left: 25px
    }
}

#display-boxes .page-section__component--quote-image .quote__block {
    display: block
}

@media (min-width: 960px) {
    #display-boxes .page-section__component--quote-image .quote__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#display-boxes .page-section__component--quote-image .quote__image-block {
    max-width: 32rem;
    width: 100%
}

#display-boxes .page-section:last-of-type {
    padding-bottom: 0
}

#display-boxes .page-section__sub-title {
    color: #fff
}

#display-boxes .page-section__nav-letter {
    display: block;
    color: #0098dc;
    padding-bottom: 15px
}

#display-boxes .page-section__title {
    color: #eaf3f8
}

@media (min-width: 1000px) {
    #display-boxes .page-section__title {
        font-size: 5.2rem;
        line-height: 8rem;
        letter-spacing: 0;
        margin-right: 4rem
    }
}

#display-boxes .page-section__component.page-section__component--featured-articles .page-section__title {
    color: #1080fe
}

#display-boxes .page-section__component.page-section__component--featured-articles p {
    color: #fff
}

#display-boxes .page-section__component.page-section__component--featured-articles .stats-boxes__item--stat-text {
    color: #1080fe
}

#display-boxes blockquote,
#display-boxes cite {
    color: #fff
}

#display-boxes blockquote p,
#display-boxes cite p {
    color: #fff
}

.menu-box {
    display: none;
    opacity: 0;
    z-index: 5
}

@media (min-width: 1200px) {
    .menu-box {
        display: block;
        position: fixed;
        width: 22rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 70px;
        padding-left: 0;
        top: 90px;
        left: 8em;
        pointer-events: none;
        -webkit-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out
    }

    .menu-box._active {
        opacity: 1;
        pointer-events: auto
    }
}

.menu-box__item {
    list-style: none;
    border: 2px solid #bad7e9;
    margin-top: -2px;
    padding: 15px;
    background: #061846;
    position: relative;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    cursor: pointer
}

.menu-box__item:after {
    content: "";
    display: block;
    background: #061846;
    position: absolute;
    top: calc(100% + 2px);
    left: -2px;
    width: 220px;
    height: 0px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: skewX(-53deg);
    transform: skewX(-53deg);
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    cursor: default
}

.menu-box__item:before {
    content: "";
    display: block;
    background: #061846;
    position: absolute;
    bottom: calc(100% + 2px);
    left: -2px;
    width: 220px;
    height: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skewX(53deg);
    transform: skewX(53deg);
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    cursor: default
}

.menu-box__item h6,
.menu-box__item p {
    color: #bad7e9;
    margin: 0
}

.menu-box__item h6 {
    font-weight: 300
}

.menu-box__item:first-child {
    border-top: 2px solid #bad7e9
}

.menu-box__item:first-child:before {
    display: none
}

.menu-box__item:last-child:after {
    display: none
}

.menu-box__item._active {
    -webkit-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
    margin: 30px 0 32px 0
}

.menu-box__item._active:after {
    height: 30px;
    border-left: 2px solid #bad7e9;
    border-right: 2px solid #bad7e9
}

.menu-box__item._active:before {
    height: 30px;
    border-left: 2px solid #bad7e9;
    border-right: 2px solid #bad7e9
}

.menu-box__title {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.15px;
    font-weight: bold
}

body.page-about-data .page-section__content {
    max-width: 144rem
}

@media (min-width: 960px) {
    body.page-about-data .page-section__content--btn-list--list-container {
        margin-bottom: 35px
    }

    body.page-about-data .page-section__content--btn-list--list-container .arrow {
        font-size: 33px
    }
}

body.page-about-data .page-section__component .list-container__image img {
    max-width: 30px
}

@media (min-width: 769px) {
    body.page-about-data .page-section__component .list-container__image img {
        max-width: 44px
    }
}

body.page-about-data .page-component__personnel {
    display: block;
    width: 100%;
    padding: 0 3rem
}

@media (min-width: 869px) {
    body.page-about-data .page-component__personnel {
        padding: 0 6rem
    }
}

@media (min-width: 1000px) {
    body.page-about-data .page-component__personnel {
        padding-left: 39.5rem
    }
}

@media (min-width: 1200px) {
    body.page-about-data .page-component__personnel {
        max-width: 100%;
        padding-left: 52.4rem
    }
}

@media (min-width: 1440px) {
    body.page-about-data .page-component__personnel {
        padding-left: 53.6rem
    }
}

@media (min-width: 481px) {
    body.page-about-data .page-component__personnel .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

body.page-about-data .page-component__personnel-items {
    display: block
}

@media (min-width: 481px) {
    body.page-about-data .page-component__personnel-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 869px) {
    body.page-about-data .page-component__personnel-items {
        padding: 0 0 0 5px
    }
}

@media (min-width: 1200px) {
    body.page-about-data .page-component__personnel-items {
        padding: 0
    }
}

body.page-about-data .page-component__personnel-items .compliance-personnel {
    width: 100%;
    list-style: none;
    margin-bottom: 75px
}

body.page-about-data .page-component__personnel-items .compliance-personnel:last-of-type {
    margin-bottom: 0
}

@media (min-width: 1000px) {
    body.page-about-data .page-component__personnel-items .compliance-personnel:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width: 481px) {
    body.page-about-data .page-component__personnel-items .compliance-personnel {
        width: 40%;
        margin-right: 10%
    }
}

body.page-about-data .page-component__personnel-items .compliance-personnel .leader__name {
    font-family: 'Prata', serif;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px
}

body.page-about-data .page-component__personnel-items .compliance-personnel .leader__title {
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.017rem;
    color: #000;
    margin: 0 0 30px 0
}

body.page-about-data .page-component__personnel-items .compliance-personnel .page-section__link--link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.016
}

body.page-about-data .page-component__personnel-items .compliance-personnel:nth(2n) {
    margin-right: 0
}

body.page-about-data .page-header__arrow {
    display: none
}

body.leadership .global-header {
    background: #7998a3
}

body.leadership .global-header .icon-blue {
    display: none
}

body.leadership .global-header .icon-white {
    display: block
}

body.leadership .global-header.fade-in-header {
    background: #fff
}

body.leadership .global-header.fade-in-header .icon-blue {
    display: block
}

body.leadership .global-header.fade-in-header .icon-white {
    display: none
}

body.leadership .global-header.bg-white.default-position {
    background: #7998a3
}

body.leadership .global-header.bg-white.default-position .icon-blue {
    display: none
}

body.leadership .global-header.bg-white.default-position .icon-white {
    display: block
}

body.leadership .page-header {
    padding-top: 4rem
}

body.leadership .page-section {
    position: relative;
    margin-top: 0;
    margin-bottom: 75px;
    padding: 75px 30px 0 30px
}

@media (min-width: 769px) {
    body.leadership .page-section {
        margin-top: inherit
    }
}

@media (min-width: 1200px) {
    body.leadership .page-section {
        margin-bottom: 100px;
        padding-top: 100px
    }
}

body.leadership .page-section__content {
    width: 100%;
    max-width: 1280px
}

body.leadership .page-section__sub-title {
    max-width: 22.5rem;
    margin: 0 auto 30px 0
}

@media (min-width: 769px) {
    body.leadership .page-section__sub-title {
        position: absolute;
        top: 75px;
        left: 8rem
    }
}

@media (min-width: 1200px) {
    body.leadership .page-section__sub-title {
        top: 100px
    }
}

body.leadership .page-section__link--simple a {
    line-height: 1;
    color: #000
}

body.leadership .page-section.stripe-align:nth-child(odd) {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, white), color-stop(5%, white), color-stop(5%, #eaf3f8));
    background: linear-gradient(90deg, white 5%, white 5%, #eaf3f8 5%);
    background-size: cover
}

@media (min-width: 960px) {
    body.leadership .page-section.stripe-align:nth-child(odd) {
        margin-left: 0
    }
}

@media (min-width: 1000px) {
    body.leadership .page-section.stripe-align:nth-child(odd) {
        background: -webkit-gradient(linear, left top, right top, color-stop(19%, white), color-stop(20%, white), color-stop(20%, #eaf3f8));
        background: linear-gradient(90deg, white 19%, white 20%, #eaf3f8 20%);
        margin-right: 5rem
    }
}

body.leadership .page-section.stripe-align:nth-child(even) {
    background-repeat: no-repeat;
    background-size: 23% 100%;
    background-size: cover
}

@media (min-width: 1000px) {
    body.leadership .page-section.stripe-align:nth-child(even) {
        margin-left: 5rem
    }

    body.leadership .page-section.stripe-align:nth-child(even) .page-section__sub-title {
        left: 3rem
    }
}

body.leadership .leadership-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 769px) {
    body.leadership .leadership-container {
        margin-left: 36rem
    }
}

@media (min-width: 869px) {
    body.leadership .leadership-container {
        margin-top: 0
    }
}

body.leadership .leadership-container .leader {
    width: 100%;
    text-align: left;
    margin: 0 0 75px 0
}

@media (min-width: 960px) {
    body.leadership .leadership-container .leader {
        width: 50%;
        padding-right: 10%;
        height: auto;
        margin: 0 0 100px 0
    }
}

body.leadership .leadership-container .leader__image {
    display: none
}

body.leadership .leadership-container .leader__name {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0 0 10px 0
}

body.leadership .leadership-container .leader__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.19px;
    color: #000;
    margin: 0 0 30px 0;
    font-weight: 100
}

body.leadership .leadership-container .leader .link-simple {
    height: 60px
}

body.single-leadership .page-header {
    background-color: #7998a3
}

body.single-leadership .page-header.bg-white .page-header__breadcrumbs li a,
body.single-leadership .page-header.bg-white .page-header__breadcrumbs li strong {
    color: #fff !important
}

body.single-leadership .page-header.bg-white .page-header__breadcrumbs .separator {
    color: #fff !important
}

body.single-leadership .leader {
    padding: 0 2em
}

@media (min-width: 960px) {
    body.single-leadership .leader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }
}

body.single-leadership .leader__background-color {
    background: #eaf3f8;
    height: 1240px;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 25%;
    right: 0
}

@media (min-width: 601px) {
    body.single-leadership .leader__background-color {
        height: 1040px
    }
}

@media (min-width: 769px) {
    body.single-leadership .leader__background-color {
        height: 940px
    }
}

@media (min-width: 960px) {
    body.single-leadership .leader__background-color {
        height: 840px;
        width: 73%;
        top: 30%;
        right: 10%
    }
}

body.single-leadership .leader__name {
    font-family: 'Prata', serif;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0
}

@media (min-width: 960px) {
    body.single-leadership .leader__name {
        font-size: 60px
    }
}

body.single-leadership .leader__image {
    width: 100%
}

@media (min-width: 960px) {
    body.single-leadership .leader__image {
        max-width: 400px
    }
}

body.single-leadership .leader__bio {
    width: 90%
}

@media (min-width: 960px) {
    body.single-leadership .leader__bio {
        width: 75%
    }
}

body.single-leadership .leader__bio p {
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 1.3rem
}

@media (min-width: 1000px) {
    body.single-leadership .leader__bio {
        max-width: 60%
    }

    body.single-leadership .leader__bio p {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 0.25px
    }
}

body.single-leadership .leader__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10%;
    font-family: 'Prata', serif;
    font-size: 2.4rem;
    line-height: 1.3
}

@media (min-width: 869px) {
    body.single-leadership .leader__quote {
        font-size: 3.6rem;
        line-height: 1.3
    }
}

@media (min-width: 960px) {
    body.single-leadership .leader__quote {
        max-width: 75%
    }
}

@media (min-width: 1000px) {
    body.single-leadership .leader__quote {
        max-width: 60%;
        font-size: 3.2rem;
        line-height: 1.5
    }
}

body.single-leadership .leader__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 960px) {
    body.single-leadership .leader__content {
        margin-top: 5%;
        margin-left: 3%
    }
}

body.single-leadership #promo-box {
    margin-top: 200px
}

@media (min-width: 1200px) {
    body.single-leadership #promo-box {
        margin-top: 350px
    }
}

body.single-leadership .global-footer {
    z-index: 2
}

body.locations .global-header {
    background: #7998a3
}

body.locations .global-header .icon-blue {
    display: none
}

body.locations .global-header .icon-white {
    display: block
}

body.locations .global-header.fade-in-header {
    background: #fff
}

body.locations .global-header.fade-in-header .icon-blue {
    display: block
}

body.locations .global-header.fade-in-header .icon-white {
    display: none
}

body.locations .global-header.bg-royal-blue.default-position {
    background: #7998a3
}

body.locations .global-header.bg-royal-blue.default-position .icon-blue {
    display: none
}

body.locations .global-header.bg-royal-blue.default-position .icon-white {
    display: block
}

body.locations #locations {
    max-width: 1280px
}

body.locations #locations .page-section__component {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

body.locations .locations-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width: 601px) {
    body.locations .locations-container {
        padding-right: 5%;
        padding-left: 5%
    }
}

@media (min-width: 960px) {
    body.locations .locations-container {
        padding-right: 8rem;
        padding-left: 8rem;
        margin: 0
    }
}

body.locations .locations-container .location {
    width: 100%;
    list-style: none;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 50px
}

@media (min-width: 481px) {
    body.locations .locations-container .location {
        width: 200px;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 601px) {
    body.locations .locations-container .location {
        min-width: 250px;
        width: 45%
    }
}

@media (min-width: 1000px) {
    body.locations .locations-container .location {
        width: 33%
    }
}

body.locations .locations-container .location .image-block {
    background-size: contain;
    margin-left: 0;
    max-width: 170px
}

body.locations .locations-container .location__image {
    margin-bottom: 30px
}

body.locations .locations-container .location__name {
    text-align: left;
    font-family: 'Prata', serif;
    color: #1080fe;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 10px
}

body.locations .locations-container .location__meta {
    text-align: left;
    list-style: none;
    line-height: 36px
}

body.locations .locations-container .location__meta a {
    color: #000;
    text-decoration: none
}

body.locations .locations-container .location__meta--principal-office {
    font-weight: 700
}

@media (min-width: 960px) {
    body.locations .locations-container .location:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 960px) {
    body.page-portfolio-managers-data .page-section__component--quote-image {
        padding-bottom: 0;
        margin-top: -100px
    }
}

@media (min-width: 1200px) {
    body.page-portfolio-managers-data .page-section .list {
        padding-left: 25%
    }
}

@media (min-width: 960px) {
    body.page-portfolio-managers-data .page-section:nth-of-type(1) {
        margin-bottom: 0
    }
}

@media (min-width: 960px) {
    body.page-portfolio-managers-data .page-section:nth-of-type(2) {
        margin-bottom: 0
    }
}

@media (min-width: 960px) {
    body.template-simple .simple-page-section {
        padding-left: 60px
    }
}

@media (min-width: 1200px) {
    body.template-simple .simple-page-section {
        padding-left: 80px
    }
}

body.template-simple .simple-page-section__heading {
    font-family: 'Prata', serif;
    color: #1080fe;
    font-size: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 15px
}

@media (min-width: 960px) {
    body.template-simple .simple-page-section__heading {
        font-size: 60px
    }
}

body.template-simple .simple-page-section__content {
    max-width: 760px;
    padding-right: 30px;
    padding-left: 30px
}

body.template-simple .simple-page-section ul,
body.template-simple .simple-page-section ol {
    margin-left: 30px;
    margin-bottom: 15px
}

@media (min-width: 869px) {

    body.template-simple .simple-page-section ul,
    body.template-simple .simple-page-section ol {
        margin-left: 60px
    }
}

body.template-simple .simple-page-section p {
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 1.3rem
}

@media (min-width: 1000px) {
    body.template-simple .simple-page-section p {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 0.25px
    }
}

@media (min-width: 1200px) {
    body.investment-professionals #flexible-content-boxes {
        margin-top: 8rem
    }
}

body.job-listings .job-listings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    min-height: 100px;
    max-width: 1280px;
    margin: 0 auto
}

body.job-listings .job-listings-container._loading {
    cursor: progress;
    position: relative
}

body.job-listings .job-listings-container._loading:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #1080fe;
    border-top: 3px solid #0c5090;
    border-radius: 100%;
    position: absolute;
    top: 50px;
    left: calc(50% - 40px);
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

body.job-listings .job-listings-container .js-RemoteRequest__listings {
    width: 100%
}

body.job-listings .job-listings-container .job-listings {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (min-width: 769px) {
    body.job-listings .job-listings-container .job-listings {
        max-width: 70%
    }
}

body.job-listings .job-listings-container li {
    list-style: none
}

body.job-listings .job-listings-container li a {
    color: #000
}

body.job-listings .page-header {
    padding-bottom: 75px
}

@media (min-width: 1200px) {
    body.job-listings .page-header {
        padding-bottom: 100px
    }
}

body.job-listings .page-header .page-header__heading {
    margin-bottom: 0;
    padding-bottom: 0
}

body.job-listings .job-listing-buttons-container {
    padding-bottom: 0;
    padding-top: 30px
}

@media (min-width: 769px) {
    body.job-listings .job-listing-buttons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 960px) {
    body.job-listings .job-listing-buttons-container {
        margin-left: 8rem
    }
}

@media (min-width: 1200px) {
    body.job-listings .job-listing-buttons-container {
        padding-top: 50px
    }
}

body.job-listings .job-listing-buttons-container .button {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 2;
    font-size: 1.6rem;
    line-height: 25px;
    display: block;
    padding: 12px 22px;
    outline: 2px solid #1080fe;
    border: 4px solid transparent;
    text-transform: capitalize;
    color: #1080fe;
    text-decoration: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: no-wrap;
    -webkit-transform: translate3d(0, 0, 0);
    outline: 2px solid #fff;
    color: #fff;
    margin-bottom: 15px
}

@media (min-width: 769px) {
    body.job-listings .job-listing-buttons-container .button {
        max-width: 25rem;
        width: 90%
    }
}

body.job-listings .job-listing-buttons-container .button:hover {
    padding: 12px 22px;
    outline: 2px solid transparent;
    border: 4px solid #1080fe
}

body.job-listings .job-listing-buttons-container .button:hover {
    border: 4px solid #fff
}

@media (min-width: 769px) {
    body.job-listings .job-listing-buttons-container .button {
        max-width: 23%;
        margin-bottom: 0
    }
}

body.job-listings .page-section {
    position: relative;
    margin-top: 0;
    padding-top: 75px;
    margin-bottom: 75px
}

@media (min-width: 1200px) {
    body.job-listings .page-section {
        padding-top: 100px;
        margin-bottom: 100px
    }
}

body.job-listings .page-section.stripe-align:nth-child(odd) {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, white), color-stop(5%, white), color-stop(5%, #eaf3f8));
    background: linear-gradient(90deg, white 5%, white 5%, #eaf3f8 5%);
    background-size: cover
}

@media (min-width: 960px) {
    body.job-listings .page-section.stripe-align:nth-child(odd) {
        margin-left: 0
    }
}

@media (min-width: 1000px) {
    body.job-listings .page-section.stripe-align:nth-child(odd) {
        background: -webkit-gradient(linear, left top, right top, color-stop(19%, white), color-stop(20%, white), color-stop(20%, #eaf3f8));
        background: linear-gradient(90deg, white 19%, white 20%, #eaf3f8 20%);
        margin-right: 5rem
    }
}

body.job-listings .page-section.stripe-align:nth-child(even) {
    background-repeat: no-repeat;
    background-size: 23% 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(95%, #eaf3f8), color-stop(5%, #eaf3f8), color-stop(5%, white));
    background: linear-gradient(90deg, #eaf3f8 95%, #eaf3f8 5%, white 5%);
    background-size: cover
}

@media (min-width: 1000px) {
    body.job-listings .page-section.stripe-align:nth-child(even) {
        background: -webkit-gradient(linear, left top, right top, color-stop(76%, #eaf3f8), color-stop(23%, #eaf3f8), color-stop(23%, white));
        background: linear-gradient(90deg, #eaf3f8 76%, #eaf3f8 23%, white 23%);
        margin-left: 5rem
    }

    body.job-listings .page-section.stripe-align:nth-child(even) .page-section__sub-title {
        left: 3rem
    }
}

body.job-listings .page-section__sub-title {
    width: 90%;
    margin: 0 auto 30px 30px
}

@media (min-width: 769px) {
    body.job-listings .page-section__sub-title {
        position: absolute;
        top: 75px
    }
}

@media (min-width: 1200px) {
    body.job-listings .page-section__sub-title {
        top: 100px;
        left: 8rem;
        margin-top: 0;
        margin-left: 0
    }
}

body.job-listings .page-section__title {
    font-family: 'Prata', serif;
    text-align: left;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-style: normal;
    color: #1080fe
}

@media (min-width: 769px) {
    body.job-listings .page-section__title {
        font-size: 30px
    }
}

body.job-listings .page-section__location {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.19px;
    color: #000;
    margin: .5rem 0;
    margin: .5rem 0 .2rem 0;
    padding-bottom: 3rem;
    font-weight: 300
}

body.job-listings .page-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

body.job-listings .page-section__content--list-container {
    width: 90%;
    margin-bottom: 75px
}

@media (min-width: 769px) {
    body.job-listings .page-section__content--list-container {
        width: 47%;
        margin: 0 5% 100px 0
    }
}

@media (min-width: 769px) {
    body.job-listings .page-section__content--list-container:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width: 1000px) {
    body.job-listings .page-section__content .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }
}

body.page-technology-data .columns__item {
    margin-top: 10px
}

.error404 .page-header__breadcrumbs {
    display: none
}

.not-found-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.alert-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px
}

.alert-warning__title {
    color: #1080fe;
    font-size: 220px;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'Prata', serif;
    margin-bottom: 122px
}

.alert-warning__text {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: 0;
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 43px
}

.alert-warning__link {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0;
    text-decoration: none;
    width: 90px;
    padding-bottom: 0;
    border-bottom: 2px solid #1080fe
}

.alert-warning__link:hover {
    border-bottom: 5px solid #1080fe
}

.page-section__text .landscape p img {
    width: 100%;
    height: 400px;

}

