footer {
    background-color: #041E42; /* Updated background color */
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col {
    flex: 1 1 200px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer-col h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFD700; /* Gold accent color */
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-col ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a img {
    width: 30px;
    height: 30px;
    filter: invert(100%); /* Makes the icons white on dark background */
    transition: filter 0.3s ease;
}

.social-icons a img:hover {
    filter: invert(50%) sepia(1) hue-rotate(180deg); /* Color change on hover */
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #555;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 14px;
    color: #bbb;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-col {
        text-align: center;
        padding: 0;
    }

    .footer-col ul, .footer-col p {
        text-align: center;
    }
}
















html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    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;
    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;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.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
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    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] {
    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
}

[hidden],
template {
    display: none
}

* {
    box-sizing: border-box
}

body,
html {
    height: 100%
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    color: #626262;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1
}

body[class*=oc-] {
    height: 100%;
    overflow: hidden
}

.wrapper {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 2.8rem;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

main {
    flex-grow: 1
}

.is-search-page main {
    display: flex;
    flex-direction: column
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

::-webkit-input-placeholder {
    color: #626262;
    font-family: "PT Serif", serif
}

::-ms-input-placeholder {
    color: #626262;
    font-family: "PT Serif", serif
}

::placeholder {
    color: #626262;
    font-family: "PT Serif", serif
}

label {
    color: #626262;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: .5555555556em
}

button,
input,
label,
select,
textarea {
    display: block;
    font-family: "PT Serif", serif
}

button,
input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #041e42;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left
}

button {
    cursor: pointer
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text] {
    background-color: transparent;
    border-bottom: 1px solid #c0c6d0;
    font-size: 1.8rem;
    height: 40px;
    line-height: 2.6rem;
    padding: 5px;
    width: 100%
}

textarea {
    border: 1px solid #c0c6d0;
    height: 100px;
    padding: 10px;
    width: 100%
}

.form-select {
    border-bottom: 1px solid #c0c6d0;
    position: relative
}

.form-select svg {
    color: #f2a900;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

select {
    font-size: 1.8rem;
    height: 40px;
    line-height: 4rem;
    padding: 0 5px;
    width: 100%
}

select option {
    border-left: 10px solid #fff
}

select::-ms-expand {
    display: none
}

.form-file input[type=file] {
    display: none
}

.form-file label {
    align-items: center;
    border-bottom: 1px solid #c0c6d0;
    cursor: pointer;
    display: flex;
    padding: .2777777778em 0;
    position: relative
}

.form-file svg {
    color: #f2a900;
    flex: 0 0 14px;
    height: 14px;
    margin-left: 10px
}

.form-file__name {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.form-search {
    position: relative
}

.form-search svg {
    color: #f2a900;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.field-validation-error {
    color: red;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 10px
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.blue {
    color: #041e42
}

.cover:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@keyframes cta {
    0% {
        background-position: 100% 100%;
        background-size: 100% 100%
    }
    50% {
        background-position: 100% 100%;
        background-size: 0 100%
    }
    51% {
        background-position: 100% 100%;
        background-size: 0 100%
    }
    61% {
        background-position: 0 100%;
        background-size: 0 100%
    }
    to {
        background-position: 0 100%;
        background-size: 100% 100%
    }
}

@keyframes tag {
    0% {
        background-size: 100% 100%
    }
    10% {
        background-size: 0 100%
    }
    to {
        background-size: 100% 100%
    }
}

@keyframes onHover-link {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    33% {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }
    34% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes onHover-download {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    33% {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }
    34% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.media.media-decoration {
    overflow: visible
}

.media.media-decoration:after,
.media.media-decoration:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23f2a900' d='M52 22H30V0h-8v22H0v8h22v22h8V30h22z'/%3E%3C/svg%3E");
    content: "";
    height: 34px;
    position: absolute;
    width: 34px;
    z-index: 1
}

@media screen and (min-width:1000px) {
    .media.media-decoration:after,
    .media.media-decoration:before {
        height: 50px;
        width: 50px
    }
}

.media.media-decoration:before {
    right: 0;
    top: 0;
    transform: translate(50%, -50%)
}

.media.media-decoration:after {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%)
}

.no-wrap {
    white-space: nowrap
}

.bg-svg {
    background-repeat: repeat-y;
    background-size: 100% auto
}

@media(prefers-reduced-motion:no-preference) {
    html:not(.no-js) .item,
    html:not(.no-js) .latest-carousel .card,
    html:not(.no-js) .profile,
    html:not(.no-js) .swiper-container .chart,
    html:not(.no-js) [data-batch]>* {
        visibility: hidden
    }
}

iframe,
img,
svg,
video {
    display: block;
    max-width: 100%
}

iframe,
video {
    border: 0
}

figcaption,
figure {
    margin: 0;
    padding: 0
}

.media {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.media--1-1 {
    padding-bottom: 100%
}

.media--4-5 {
    padding-bottom: 125%
}

.media--4-3 {
    padding-bottom: 75%
}

.media--3-2 {
    padding-bottom: 66.66%
}

.media--16-9 {
    padding-bottom: 56.25%
}

.media__item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.media__item img {
    height: 100%;
    width: 100%
}

.media__item img,
img.media__item {
    font-family: "object-fit: cover;";
    object-fit: cover
}

::selection {
    background-color: #f2a900;
    color: #fff
}

::-moz-selection {
    background: #f2a900;
    color: #fff
}

.link-promo ::selection,
.share-price-text__info ::selection {
    background-color: #041e42
}

h1,
h2,
h3,
h4,
h5,
h6,
pre {
    text-rendering: optimizeLegibility;
    color: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
pre a {
    color: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #041e42;
    font-family: "PT Serif", serif;
    font-weight: 700
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit
}

.h1 {
    font-size: 4.4rem;
    letter-spacing: -.0090909091em;
    line-height: 5rem
}

@media screen and (min-width:480px) {
    .h1 {
        font-size: 5.4rem;
        letter-spacing: -.0148148148em;
        line-height: 6rem
    }
}

@media screen and (min-width:1000px) {
    .h1 {
        font-size: 7.2rem;
        letter-spacing: -.0111111111em;
        line-height: 9rem
    }
}

.h2 {
    font-size: 3rem;
    letter-spacing: -.0133333333em;
    line-height: 3.6rem
}

@media screen and (min-width:1000px) {
    .h2 {
        font-size: 4.4rem;
        letter-spacing: -.0090909091em;
        line-height: 5rem
    }
}

.h3 {
    font-size: 2.6rem;
    letter-spacing: -.0153846154em;
    line-height: 3.2rem
}

@media screen and (min-width:1000px) {
    .h3 {
        font-size: 3.6rem;
        letter-spacing: -.0111111111em;
        line-height: 4.2rem
    }
}

.h4 {
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 2.8rem
}

@media screen and (min-width:1000px) {
    .h4 {
        font-size: 2.4rem;
        letter-spacing: -.025em;
        line-height: 3rem
    }
}

.h5 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem
}

a {
    color: inherit;
    text-decoration: none
}

p {
    margin: 0 0 1.875em
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: 700
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

sub,
sup {
    display: inline-block;
    line-height: 1;
    position: relative
}

address {
    font-style: normal
}

blockquote {
    color: #041e42;
    font-family: "PT Serif", serif;
    margin: 0;
    padding: 0
}

blockquote p {
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 2.8rem;
    position: relative
}

@media screen and (min-width:700px) {
    blockquote p {
        font-size: 2.4rem;
        letter-spacing: 0;
        line-height: 3rem
    }
}

blockquote footer {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: -.5555555556em
}

blockquote footer cite {
    font-style: normal
}

blockquote footer strong {
    display: block
}

blockquote:before {
    margin-bottom: 2rem
}

blockquote.has-end p:last-of-type:after,
blockquote:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 33.7' xml:space='preserve'%3E%3Cpath d='M36.3 33.4c.9-.1 1.9-.5 3-1.1a10.56 10.56 0 0 0 4.6-6c.4-1.3.4-2.7 0-4.1-1.4-.4-2.9-1.1-4.7-1.9-1.8-.8-3.2-1.7-4.2-2.4-.5-3.3.3-6.1 2.4-8.2 2-2.1 4.8-3.7 8.2-4.8L43.4.4c-3.3.6-6.1 1.7-8.4 3.1s-4.3 3.1-5.8 5-2.7 3.9-3.5 6.1c-.8 2.2-1.2 4.4-1.2 6.6 0 3.8 1.2 6.7 3.5 8.7 2.3 2 5.1 3.2 8.3 3.5zm-24 0c.9-.1 1.9-.5 3-1.1a10.56 10.56 0 0 0 4.6-6c.4-1.3.4-2.7 0-4.1-1.4-.4-2.9-1.1-4.7-1.9-1.8-.8-3.2-1.7-4.2-2.4-.5-3.3.3-6.1 2.4-8.2 2-2.1 4.8-3.7 8.2-4.8L19.4.4c-3.3.6-6.1 1.7-8.4 3.1-2.3 1.5-4.3 3.1-5.8 5s-2.7 3.9-3.5 6.1S.5 19 .5 21.2c0 3.8 1.2 6.7 3.5 8.7 2.3 2 5.1 3.2 8.3 3.5z' fill='%23f2a900'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 33px;
    width: 45px
}

blockquote.has-end p:last-of-type:after {
    margin-left: auto;
    margin-top: 2rem;
    transform: rotate(-180deg)
}

.introduction {
    color: #041e42;
    font-family: "PT Serif", serif;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1.6666666667em
}

.introduction a,
.introduction strong {
    background-image: linear-gradient(90deg, #f2a900 50%, transparent 0);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 12px 3px;
    font-weight: inherit
}

@media screen and (min-width:700px) {
    .editor--intro .introduction,
    .introduction--large {
        font-size: 3.6rem;
        letter-spacing: -.0111111111em;
        line-height: 4.2rem;
        margin-bottom: .8333333333em
    }
}

.title {
    color: #f2a900;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2857142857em;
    line-height: 1.8rem;
    margin-bottom: 2.8571428571em;
    text-transform: uppercase
}

@media screen and (min-width:700px) {
    .title {
        font-size: 1.6rem;
        letter-spacing: .25em;
        line-height: 2.2rem;
        margin-bottom: 2.5em
    }
}

.title--blue {
    color: #041e42
}

.date,
.label {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.6rem;
    text-transform: uppercase
}

.footnote {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8rem
}

.container {
    margin: 0 auto;
    min-width: 360px;
    padding: 0 20px;
    width: 100%
}

@media screen and (min-width:700px) {
    .container {
        padding: 0 40px
    }
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1940px;
        padding: 0 80px
    }
}

.row {
    display: flex;
    flex-flow: wrap;
    margin-left: -4px;
    margin-right: -4px
}

@media screen and (min-width:700px) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
}

[class^=col-] {
    padding: 0 4px;
    width: 100%
}

@media screen and (min-width:700px) {
    [class^=col-] {
        padding: 0 8px
    }
}

.col-xs-1 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xs-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.col-xs-3 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-4 {
    flex: 0 0 66.66%;
    max-width: 66.66%
}

.col-xs-5 {
    flex: 0 0 83.33%;
    max-width: 83.33%
}

@media screen and (min-width:480px) {
    .col-sm-1 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-4 {
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
    .col-sm-5 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }
}

@media screen and (min-width:700px) {
    .col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }
    .col-md-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .col-md-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }
    .col-md-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }
    .col-md-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .offset-md-1 {
        margin-left: 8.33%
    }
    .offset-md-2 {
        margin-left: 16.66%
    }
    .offset-md-3 {
        margin-left: 25%
    }
}

@media screen and (min-width:1000px) {
    .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }
    .col-lg-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .col-lg-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }
    .col-lg-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }
    .col-lg-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .offset-lg-1 {
        margin-left: 8.33%
    }
    .offset-lg-2 {
        margin-left: 16.66%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
}

@media screen and (min-width:1300px) {
    .col-xl-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }
    .col-xl-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .col-xl-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }
    .col-xl-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }
    .col-xl-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33%
    }
    .offset-xl-2 {
        margin-left: 16.66%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .col-xxl-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%
    }
    .offset-xxl-2 {
        margin-left: 16.66%
    }
}

.grid {
    display: none;
    left: 0;
    opacity: .02;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11
}

.grid,
.grid .container,
.grid .row {
    height: 100%
}

.grid [class^=col-] {
    display: flex
}

.grid [class^=col-]:before {
    background: red;
    content: "";
    width: 100%
}

@media screen and (max-width:699px) {
    .grid [class^=col-]:nth-child(n+7) {
        display: none
    }
}

.header {
    color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    transition: top .3s linear;
    width: 100%;
    will-change: top;
    z-index: 12
}

.header.headroom--unpinned {
    top: -140px
}

.header.headroom--not-top:not(.headroom--pinned):not(.headroom--unpinned) {
    background-color: #041e42
}

.header.headroom--pinned.headroom--not-top {
    background-color: #041e42;
    top: 0
}

.header.headroom--pinned.headroom--not-top .header__inner {
    height: 140px
}

.header__inner {
    align-items: center;
    display: flex;
    height: 140px;
    justify-content: center;
    padding: 0 20px;
    transition: height .25s linear
}

@media screen and (min-width:1200px) {
    .header__inner {
        justify-content: space-between
    }
}

@media screen and (min-width:700px) {
    .header__inner {
        padding: 0 40px
    }
}

@media screen and (min-width:1300px) {
    .header__inner {
        padding: 0 80px
    }
}

.site-logo img {
    width: 170px
}

@media screen and (min-width:480px) {
    .site-logo img {
        width: 232px
    }
}

@media screen and (min-width:1200px) {
    .site-logo {
        flex-grow: 1
    }
}

.header__toggle {
    color: inherit
}

.header__toggle:active,
.header__toggle:focus,
.header__toggle:hover {
    color: #f2a900
}

@media screen and (max-width:1199px) {
    .header__toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11
    }
}

.is-yellow-header .header:not(.headroom--not-top) .header__toggle:active,
.is-yellow-header .header:not(.headroom--not-top) .header__toggle:focus,
.is-yellow-header .header:not(.headroom--not-top) .header__toggle:hover {
    color: #041e42
}

.header__toggle--navigation {
    height: 18px;
    left: 20px;
    width: 28px
}

.header__toggle--navigation:after,
.header__toggle--navigation:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: top .25s ease .5s, transform .5s ease;
    width: 100%
}

.header__toggle--navigation:after {
    top: 16px
}

@media screen and (min-width:700px) {
    .header__toggle--navigation {
        left: 40px
    }
}

@media screen and (min-width:1200px) {
    .header__toggle--navigation {
        display: none
    }
}

.oc-navigation .header__toggle--navigation {
    color: #f2a900
}

.oc-navigation .header__toggle--navigation:after,
.oc-navigation .header__toggle--navigation:before {
    top: 50%;
    transition: top .25s ease, transform .5s ease .25s
}

.oc-navigation .header__toggle--navigation:before {
    transform: rotate(45deg)
}

.oc-navigation .header__toggle--navigation:after {
    transform: rotate(-45deg)
}

.header__toggle--search {
    right: 20px
}

.header__toggle--search svg {
    height: 24px;
    width: 24px
}

@media screen and (min-width:700px) {
    .header__toggle--search {
        right: 40px
    }
}

@media screen and (min-width:1200px) {
    .header__toggle--search {
        right: 0
    }
}

.accessible-navigation {
    font-size: 1.6rem;
    font-weight: 700;
    height: 0;
    line-height: 1.8rem;
    overflow: hidden;
    width: 0;
    z-index: 101
}

.accessible-navigation li {
    white-space: nowrap
}

.accessible-navigation a {
    color: #fff;
    left: -5000px;
    opacity: 0;
    outline: none;
    position: absolute;
    text-decoration: none;
    top: -5000px
}

.accessible-navigation a:active,
.accessible-navigation a:focus {
    background-color: #f2a900;
    color: #fff;
    display: block;
    left: 5px;
    opacity: 1;
    padding: 10px 20px;
    top: 5px;
    z-index: 110
}

.accessible-navigation a:hover {
    text-decoration: underline
}

.navigation nav>ul>li>ul ul {
    display: none
}

@media screen and (max-width:1199px) {
    .navigation {
        color: #041e42;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: background-color .25s ease .25s, transform 0s ease .5s;
        width: 100%
    }
    .navigation nav {
        background-color: #fff;
        max-width: 31.25em;
        min-height: 100%;
        padding: 8.75em 0 5em;
        transform: translateX(-100%);
        transition: transform .5s cubic-bezier(.4, 0, .2, 1);
        width: calc(100% - 60px)
    }
    .navigation nav>ul {
        overflow: hidden;
        padding: 0 20px
    }
    .navigation nav>ul>li {
        border-top: 1px solid #c0c6d0
    }
    .navigation nav>ul>li>a {
        align-items: center;
        display: flex;
        font-size: 2.4rem;
        justify-content: space-between;
        letter-spacing: -.0083333333em;
        line-height: 3.6rem;
        padding: .7142857143em 0
    }
    .navigation nav>ul>li svg {
        color: #f2a900;
        flex-shrink: 0;
        height: 10px;
        margin-left: 20px;
        width: 16px
    }
    .navigation nav>ul>li>a.is-active {
        color: #f2a900
    }
    .navigation nav>ul>li>a.is-active svg {
        transform: scaleY(-1)
    }
    .navigation nav>ul>li>a.is-active+ul {
        max-height: 500px;
        opacity: 1;
        pointer-events: all;
        transform: translateY(0)
    }
    .navigation nav>ul>li>ul {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateY(20px);
        transition: opacity .5s ease, max-height .5s ease, transform .5s ease
    }
    .navigation nav>ul>li>ul>li {
        padding-bottom: .625em
    }
    .navigation nav>ul>li>ul>li:last-child {
        padding-bottom: 1.875em
    }
    .navigation nav>ul>li>ul>li>a {
        font-weight: 500
    }
    .navigation nav>ul>li>ul>li>a:active,
    .navigation nav>ul>li>ul>li>a:focus,
    .navigation nav>ul>li>ul>li>a:hover {
        color: #f2a900
    }
    .oc-navigation .navigation {
        background-color: rgba(0, 0, 0, .5);
        transform: translateX(0);
        transition: background-color .25s ease
    }
    .oc-navigation .navigation nav {
        transform: translateX(0)
    }
}

@media screen and (min-width:1200px) {
    .navigation svg {
        display: none
    }
    .navigation nav>ul {
        display: flex;
        font-size: 1.6rem;
        letter-spacing: -.025em;
        line-height: 2.2rem
    }
    .navigation nav>ul>li {
        padding-right: 2.5em;
        position: relative
    }
    .navigation nav>ul>li>a {
        display: block;
        padding: 1.875em 0
    }
    .navigation nav>ul>li>a.is-selected {
        color: #f2a900
    }
    .navigation nav>ul>li:focus-within>a,
    .navigation nav>ul>li:hover>a {
        color: #f2a900
    }
    .navigation nav>ul>li:focus-within>ul,
    .navigation nav>ul>li:hover>ul {
        left: 0;
        opacity: 1;
        transform: translateY(100%)
    }
    .is-yellow-header .header:not(.headroom--not-top) .navigation nav>ul>li>a.is-selected {
        color: #041e42
    }
    .is-yellow-header .header:not(.headroom--not-top) .navigation nav>ul>li:focus-within>a,
    .is-yellow-header .header:not(.headroom--not-top) .navigation nav>ul>li:hover>a {
        color: #041e42
    }
    .navigation nav>ul>li>ul {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .25);
        color: #041e42;
        left: -9999px;
        min-width: 270px;
        opacity: 0;
        padding: 1.25em 0;
        position: absolute;
        transform: translateY(calc(100% + 10px));
        transition: transform .2s ease-in-out, opacity .15s ease-in-out
    }
    .navigation nav>ul>li>ul:before {
        border-bottom: 16px solid #fff;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        content: "";
        height: 0;
        left: 15px;
        position: absolute;
        top: -16px;
        width: 0
    }
    .navigation nav>ul>li>ul>li:first-child {
        display: none
    }
    .navigation nav>ul>li>ul>li>a {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8rem;
        padding: .7142857143em 2.8571428571em
    }
    .navigation nav>ul>li>ul>li>a:hover {
        background-color: #f6f6f6
    }
}

.home-hero {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    max-height: 1000px;
    min-height: 100vh;
    position: relative
}

@media screen and (min-width:700px) {
    .home-hero {
        height: auto;
        max-height: none;
        min-height: 740px
    }
}

@media screen and (min-width:1440px) {
    .home-hero {
        height: 94vh
    }
}

.home-hero.is-ready .home-hero__media iframe {
    opacity: 1;
    transition: opacity 2.5s ease-in
}

.home-hero__media {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .7;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.home-hero__media iframe {
    height: 56.25vw;
    left: 50%;
    min-height: 100vh;
    min-width: 177.77vh;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 1
}

@media (max-height:799px),
screen and (max-width:479px) {
    .home-hero__media iframe {
        top: 0;
        transform: translate(-50%)
    }
}

.home-hero__content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 8.75em 0 6.25em;
    position: relative;
    width: 100%
}

@media screen and (min-width:700px) {
    .home-hero__content {
        padding: 3.75em 0 0
    }
}

.home-hero__content .h2 {
    color: inherit;
    font-size: 4rem;
    letter-spacing: -.01em;
    line-height: 5rem
}

@media screen and (min-width:700px) {
    .home-hero__content .h2 {
        font-size: 5.4rem;
        letter-spacing: -.0148148148em;
        line-height: 6rem
    }
}

.home-hero__content .cta {
    color: #fff;
    margin-top: 2.2222222222em
}

.home-hero__content-inner {
    max-width: 46.25em
}

@media screen and (min-width:1000px) {
    .home-hero__content-inner {
        margin-left: calc(8.33% + 16px)
    }
}

.home-hero__carousel {
    background-color: #f2a900;
    color: #041e42;
    position: relative;
    visibility: hidden;
    z-index: 1
}

@media screen and (min-width:700px) {
    .home-hero__carousel {
        bottom: -60px;
        position: absolute;
        right: 0;
        width: 460px
    }
}

.home-hero__carousel .swiper-wrapper {
    transition-delay: .25s
}

.home-hero__carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .home-hero__carousel-item {
    opacity: 0;
    transform: translateX(-10px);
    transition: transform .25s ease, opacity .25s ease
}

.home-hero__carousel .swiper-buttons {
    margin-left: 20px
}

.home-hero__carousel .swiper-buttons .swiper-button {
    margin-left: 1px;
    margin-right: 0
}

.home-hero__carousel:not(.home-hero__carousel--notice) .label {
    color: #fff
}

.home-hero__carousel.home-hero__carousel--notice {
    background-color: #041e42;
    color: #fff
}

.home-hero__carousel.home-hero__carousel--notice .home-hero__carousel-item h2 {
    color: #fff
}

.home-hero__carousel-item {
    padding: 40px 20px;
    transition: transform .5s ease .35s, opacity .5s ease .35s
}

@media screen and (min-width:700px) {
    .home-hero__carousel-item {
        padding: 40px
    }
}

.home-hero__carousel-item .label {
    margin-bottom: 1em
}

.home-hero__carousel-item h2 {
    font-weight: 400
}

.home-hero__carousel-item a {
    display: block
}

.hero {
    background-color: #041e42;
    color: #fff;
    display: flex;
    min-height: 400px;
    position: relative;
    width: 100%
}

.hero,
.hero .row {
    align-items: flex-end
}

.hero--empty {
    height: 140px;
    min-height: 0
}

.hero--media {
    align-items: center;
    padding-top: 140px
}

.hero--media .hero__content {
    padding: 3.75em 0
}

@media screen and (min-width:700px) {
    .hero--media .hero__content {
        padding-bottom: 6.25em
    }
}

.hero.hero--media.hero--2 .hero__media {
    margin-right: -40px;
    max-width: calc(75% + 40px)
}

@media screen and (min-width:1000px) {
    .hero.hero--media.hero--2 .hero__media {
        margin-right: -80px;
        max-width: none
    }
    .hero.hero--media.hero--3 .hero__media .media {
        padding-bottom: 75%
    }
}

.hero--stolten {
    background-color: #f2a900;
    color: #626262
}

.hero--stolten .row {
    justify-content: center
}

.hero--stolten .hero__content {
    text-align: center
}

.hero__media {
    margin: 0 0 -40px auto;
    max-width: 75%
}

@media screen and (min-width:1000px) {
    .hero__media {
        margin-bottom: -80px;
        max-width: none
    }
}

.hero__content {
    padding: 12.5em 1.25em 3.75em 0;
    position: relative;
    z-index: 1
}

@media screen and (min-width:1000px) {
    .hero__content {
        padding-bottom: 6.25em
    }
}

.hero__content .h1 {
    color: inherit
}

.hero__content .title {
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media screen and (min-width:700px) {
    .hero__content .title {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

@media screen and (min-width:1000px) {
    .hero__content .title {
        font-size: 2rem;
        line-height: 3rem
    }
}

.hero__logo {
    margin-bottom: 2rem
}

.hero__logo svg {
    height: 7.3rem;
    margin: 0 auto;
    width: 35rem
}

.intro {
    padding: 8rem 0;
    text-align: center
}

@media screen and (min-width:700px) {
    .intro {
        padding: 12rem 0
    }
}

.intro .cta,
.intro .link {
    margin-top: 30px
}

.intro--short {
    padding: 6rem 0
}

@media screen and (min-width:700px) {
    .intro--short {
        padding: 8rem 0
    }
}

.intro--invert {
    background-color: #f6f6f6
}

.hero--media+.intro,
.hero--media~.umb-block-list .intro:first-child {
    padding-top: 12rem
}

@media screen and (min-width:700px) {
    .hero--media+.intro,
    .hero--media~.umb-block-list .intro:first-child {
        padding-top: 20rem
    }
}

.breadcrumb {
    border-bottom: 1px solid #c0c6d0;
    color: #041e42;
    display: block;
    overflow: hidden
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0
}

.breadcrumb ol li {
    white-space: nowrap
}

.breadcrumb ol li:last-child {
    color: #808d9f;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb ol li:last-child span {
    padding: .3125em 0
}

.breadcrumb ol li:not(:last-child) {
    align-items: center;
    display: flex
}

.breadcrumb ol li:not(:last-child):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.1 16.2' xml:space='preserve'%3E%3Cpath fill='%23041E42' d='M25 0 13.3 11.9 2.1.5 0 2.6l13.3 13.6L27.1 2.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 7px;
    margin: 0 10px;
    transform: rotate(-90deg);
    transform-origin: center;
    width: 12px
}

.breadcrumb a {
    display: block;
    padding: .3125em 0;
    text-decoration: none
}

.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb span {
    display: block
}

.hero.hero--media+.breadcrumb ol {
    display: none
}

@media screen and (min-width:700px) {
    .form-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px
    }
    .form-row .form-group {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px
    }
}

.form-row .form-group--label {
    flex: 0 0 100%;
    margin-bottom: 10px;
    margin-top: 40px;
    max-width: none
}

@media screen and (min-width:700px) {
    .form-row .form-group--label {
        margin-top: 0
    }
    .form-col {
        display: flex;
        flex: 0 0 50%;
        flex-wrap: wrap;
        max-width: 50%
    }
}

@media screen and (max-width:999px) {
    .form-col .form-group {
        flex: 0 0 100%;
        max-width: none
    }
}

.form-group {
    margin-bottom: 2.5em
}

@media screen and (max-width:699px) {
    .form-group {
        margin-bottom: 1.25em
    }
    .form-group--no-space {
        margin-bottom: 0
    }
}

.form-group--actions {
    margin-top: 2.5em;
    text-align: center
}

.form-group--actions button {
    margin: 0 20px;
    padding-bottom: 3px
}

.form-group--notes {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left
}

.contact-form .form-group--notes {
    margin-top: 2.5em
}

.subcsribe-form .form__main {
    margin: 3.75em 0
}

.footer {
    background-color: #041e42;
    background-image: url(/assets/img/bg/footer/footer.svg);
    background-size: cover;
    color: #fff
}

.footer a:active,
.footer a:focus,
.footer a:hover {
    text-decoration: underline
}

.footer__top {
    padding: 3.75em 0
}

.footer__bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 3.3333333333em 0
}

@media screen and (min-width:700px) {
    .footer__bottom .container {
        display: flex
    }
}

.footer__logo {
    display: flex;
    margin-bottom: 2.5em
}

.footer__logo a {
    display: block
}

.footer__logo svg {
    height: 60px;
    width: 70px
}

.footer__links {
    font-weight: 500
}

.footer__links ul li {
    margin-bottom: .625em
}

.footer__social {
    color: #f2a900
}

.footer__social ul li {
    margin-top: 1.25em
}

@media screen and (min-width:480px) {
    .footer__social ul {
        display: flex
    }
    .footer__social ul li:not(:first-child) {
        margin-left: 1.875em
    }
}

.footer__social a {
    color: #041e42;
    display: block;
    height: 34px;
    width: 34px
}

.footer__social a:active,
.footer__social a:focus,
.footer__social a:hover {
    color: #fff
}

.footer__copyright {
    flex-shrink: 0
}

.footer__services {
    font-weight: 700
}

.footer__services ul li {
    margin-top: 1.6666666667em
}

@media screen and (min-width:700px) {
    .footer__services ul {
        display: flex;
        flex-wrap: wrap
    }
    .footer__services ul li {
        margin-left: 3.3333333333em;
        margin-top: 0;
        padding-bottom: .4166666667em
    }
}

.footer__credit {
    flex-shrink: 0;
    margin: 3.3333333333em 0 0 auto
}

@media screen and (min-width:700px) {
    .footer__credit {
        margin-top: 0;
        padding-left: 3.3333333333em
    }
}

.popup {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: opacity .5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 12
}

.oc-popup .popup {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    transition-delay: 0s;
    visibility: visible
}

.oc-popup .popup .popup__box {
    opacity: 1;
    transition-delay: .1s
}

.popup__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    min-height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%
}

.popup__box {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 2px 2px rgba(0, 0, 0, .075), 0 4px 4px rgba(0, 0, 0, .075), 0 8px 8px rgba(0, 0, 0, .075);
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    min-height: 0;
    opacity: 0;
    position: relative;
    transition: opacity .5s ease, transform .5s ease;
    width: 100%
}

@media screen and (min-width:700px) {
    .popup__box {
        margin: 40px 0
    }
}

.popup__box>.box-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12
}

@media screen and (min-width:1000px) {
    .video {
        padding: 100px
    }
}

.oc-video .video {
    display: block
}

.video__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    min-height: 100%;
    padding: 100px 20px;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width:700px) {
    .video__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.video__close {
    cursor: pointer
}

.video__close svg {
    color: #f2a900;
    height: 28px;
    min-width: 28px;
    width: 28px
}

@media screen and (min-width:700px) {
    .video__close svg {
        height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.video__close:active svg,
.video__close:focus svg,
.video__close:hover svg {
    color: #fff
}

.video__title {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 1.875em;
    max-width: 1280px;
    width: 100%
}

.video__title h2 {
    color: inherit;
    padding-right: 30px
}

.video__player-wrap {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    width: 100%
}

.video__player {
    background-color: #000;
    height: 0;
    padding-bottom: 56.25%
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-container {
    overflow: hidden;
    width: 100%
}

.swiper-slide {
    display: flex;
    height: auto
}

.swiper-navigation {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.swiper-pagination-fraction {
    font-size: 1.4rem;
    line-height: 2.4rem
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 1.8rem;
    line-height: 2.4rem
}

.swiper-button {
    cursor: pointer
}

.swiper-button.swiper-button-lock {
    display: none
}

.swiper-button.swiper-button-disabled {
    opacity: .2;
    pointer-events: none
}

.swiper-buttons {
    display: flex
}

.swiper-buttons .swiper-button {
    margin-right: 10px
}

.swiper-scrollbar-wrapper {
    margin: 1.875em auto 0
}

.swiper-scrollbar {
    background: rgba(242, 169, 0, .5);
    height: 1px;
    position: relative;
    width: 100%
}

.swiper-scrollbar.swiper-scrollbar-lock {
    display: none
}

.swiper-scrollbar-drag {
    background: #f2a900;
    cursor: pointer;
    height: 5px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%
}

.swiper-scrollbar-drag:before {
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px
}

.back-page {
    margin: 5em 0 2.5em
}

.box-btn {
    align-items: center;
    background-color: #041e42;
    color: #fff;
    display: flex;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    position: relative;
    width: 60px
}

.box-btn:before {
    background-color: #f2a900;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .25s ease-in-out;
    width: 100%
}

.box-btn svg {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.box-btn:active:before,
.box-btn:focus:before,
.box-btn:hover:before {
    transform: translateX(-100%)
}

.box-btn--blue {
    background-color: #f2a900
}

.box-btn--blue:before {
    background-color: #041e42
}

.box-btn--blue svg {
    color: #fff
}

.box-btn--grey {
    background-color: #f2a900
}

.box-btn--grey:before {
    background-color: #f6f6f6
}

.box-btn--grey svg {
    color: #041e42
}

.box-btn--reverse svg {
    transform: scaleX(-1)
}

.box-btn--reverse:active:before,
.box-btn--reverse:focus:before,
.box-btn--reverse:hover:before {
    transform: translateX(100%)
}

.box-btn--disabled {
    opacity: .2;
    pointer-events: none
}

.card {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.card .h4 {
    font-weight: 400
}

.card:hover .media {
    transform: scale(1.1)
}

.card--results .card__datetime {
    margin-bottom: 1.25em
}

.card--rns:hover {
    background-color: #041e42;
    color: #fff
}

.card--rns:hover .h4 {
    color: inherit
}

.card__media {
    overflow: hidden;
    width: 100%
}

.card__media .media {
    transition: transform .25s ease-in-out
}

.card__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    width: 100%
}

.card__tags {
    margin-bottom: .625em;
    position: relative;
    z-index: 2
}

.card__datetime:not(:first-child) {
    margin-top: 1.875em
}

.card__list {
    margin-top: 2.5em
}

.cta {
    align-items: center;
    color: #041e42;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    text-align: left
}

@media screen and (min-width:1000px) {
    .cta {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.cta .cta__inner {
    background-image: linear-gradient(180deg, transparent calc(100% - 3px), #f2a900 3px);
    background-repeat: no-repeat;
    display: inline;
    padding-bottom: 5px
}

.cta svg {
    color: #f2a900;
    display: inline-block;
    height: 13px;
    top: -2px;
    vertical-align: middle;
    width: 16px
}

.cta svg:first-child {
    transform: scaleX(-1)
}

.cta span+svg,
.cta svg+span {
    margin-left: 5px
}

.cta:active>div,
.cta:focus>div,
.cta:hover>div {
    animation: cta .5s ease-out 1;
    -webkit-animation: cta .5s ease-out 1;
    -moz-animation: cta .5s ease-out 1;
    -ms-animation: cta .5s ease-out 1;
    -o-animation: cta .5s ease-out 1
}

.cta--white .cta__inner {
    background-image: linear-gradient(180deg, transparent calc(100% - 3px), #fff 3px)
}

.cta--white svg {
    color: #fff
}

.cta.cta--reset svg {
    height: 18px;
    transform: translateY(-2px) rotate(-45deg);
    width: 18px
}

.cta.cta--download svg {
    transform: rotate(90deg)
}

.cta.cta--external svg {
    transform: rotate(-45deg)
}

.cta.cta--external[href^="#"] {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem
}

.cta.cta--external[href^="#"] .cta__inner {
    background: transparent;
    padding: 0
}

.cta.cta--external[href^="#"] svg {
    transform: rotate(45deg)
}

@media screen and (min-width:700px) {
    .cta.cta--external[href^="#"] {
        font-size: 2.4rem;
        line-height: 3rem;
        margin-top: 3rem
    }
}

.cta.cta--search svg {
    height: 16px;
    transform: translateY(-2px);
    width: 20px
}

.edition-aside {
    background-color: #f2a900;
    color: #041e42;
    padding: 4rem 0;
    position: relative;
    z-index: 1
}

.edition-aside:after {
    background-color: #f2a900;
    content: "";
    height: 100%;
    position: absolute;
    right: -4rem;
    top: 0;
    width: calc(100vw + 8rem);
    z-index: -1
}

@media screen and (min-width:1000px) {
    .edition-aside {
        display: none
    }
}

.article__block .edition-aside {
    display: block;
    padding-right: 25%
}

.article__block .edition-aside:after {
    right: -2rem;
    width: 100vw
}

.edition-aside__logo {
    margin-bottom: 2rem
}

.edition-aside__logo svg {
    height: 28px;
    width: 130px
}

.filters {
    color: #041e42;
    font-family: "PT Serif", serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 3.3333333333em
}

@media screen and (min-width:1000px) {
    .filters__wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (min-width:700px) {
    .filters__inner {
        display: flex;
        flex-wrap: wrap
    }
}

.filter {
    margin-top: 1.1111111111em;
    position: relative
}

@media screen and (min-width:480px) {
    .filter {
        align-items: center;
        display: flex;
        margin: 20px 15px 0 0
    }
}

.filter__list {
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.filter__list>button {
    align-items: center;
    border-bottom: 2px solid #cdd2d9;
    color: #041e42;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 400;
    justify-content: space-between;
    padding-bottom: 5px;
    width: 100%
}

.filter__list>button svg {
    color: #f2a900;
    height: 10px;
    margin-left: 10px;
    width: 18px
}

.filter__list ul {
    background-color: #fff;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: 60px 20px 20px;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1
}

@media screen and (min-width:480px) {
    .filter__list ul {
        left: -30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.filter__list ul li {
    padding-bottom: 10px;
    white-space: nowrap
}

.filter__list ul a {
    display: block;
    font: inherit
}

.filter__list ul a span {
    background-image: linear-gradient(180deg, transparent calc(100% - 2px), #f2a900 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    padding-bottom: 2px;
    transition: background-size .25s ease-in-out
}

.filter__list ul a:active,
.filter__list ul a:focus,
.filter__list ul a:hover {
    color: #041e42
}

.filter__list ul a:active span,
.filter__list ul a:focus span,
.filter__list ul a:hover span {
    background-size: 100% 100%
}

.filter__list.is-active {
    z-index: 3
}

.filter__list.is-active>button {
    border-color: transparent;
    color: #808d9f
}

@media screen and (max-width:479px) {
    .filter__list.is-active>button {
        padding: 0 20px
    }
}

.filter__list.is-active svg {
    transform: rotate(-180deg);
    transition: transform .25s ease
}

.filter__list.is-active ul {
    display: block
}

.filter__list.is-active:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2
}

.filter__list.is-disabled {
    opacity: .4;
    pointer-events: none
}

@media screen and (min-width:480px) {
    .filter__list {
        margin: 0 10px
    }
    .filter__list button {
        padding-bottom: 0
    }
    .filter__list ul {
        min-width: calc(100% + 60px);
        top: -20px;
        width: auto
    }
}

.filters__link {
    margin-top: 2.2222222222em
}

@media screen and (min-width:1000px) {
    .filters__link {
        margin-top: 1.1111111111em
    }
}

.filters__reset {
    display: none;
    margin-top: 30px
}

.filters__reset.is-active,
.item {
    display: flex
}

.item {
    flex-direction: column;
    margin-bottom: 2.5em;
    position: relative;
    width: 100%
}

.item .h4 {
    font-weight: 400
}

.item:hover .media {
    transform: scale(1.1)
}

.item__media {
    margin-bottom: 1.25em;
    overflow: hidden;
    width: 100%
}

.item__media .media {
    transition: transform .25s ease-in-out
}

@media screen and (max-width:699px) {
    .item__media .media {
        padding-bottom: 66.66%
    }
}

.item__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width:700px) {
    .item__text {
        padding-right: 20px
    }
}

.item__tags {
    margin-bottom: .625em;
    position: relative;
    z-index: 2
}

.item__datetime {
    margin-top: 1.875em
}

.link {
    align-items: center;
    background-repeat: no-repeat;
    color: #041e42;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.0222222222em;
    line-height: 2.4rem;
    overflow: hidden
}

.link .link__inner {
    display: inline
}

.link .link__icon {
    display: inline-block;
    position: relative;
    top: -3px;
    vertical-align: middle
}

.link .link__icon:first-child {
    transform: scaleX(-1)
}

.link svg {
    color: #f2a900;
    height: 18px;
    width: 15px
}

.link .link__icon+span,
.link span+.link__icon {
    margin-left: 10px
}

.link span>span:not(.no-wrap) {
    color: #626262;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -.0125em;
    line-height: 2.2rem
}

.link:active svg,
.link:focus svg,
.link:hover svg {
    animation: onHover-link .5s linear forwards
}

@media screen and (min-width:700px) {
    .link--large {
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: -.025em;
        line-height: 3rem
    }
    .link--large span>span:not(.no-wrap) {
        font-size: 1.8rem;
        letter-spacing: -.0222222222em;
        line-height: 2.4rem
    }
}

.link--very-large {
    display: block;
    font-size: 2.6rem;
    letter-spacing: -.0153846154em;
    line-height: 3.2rem
}

@media screen and (min-width:1000px) {
    .link--very-large {
        font-size: 3.6rem;
        letter-spacing: -.0111111111em;
        line-height: 4.2rem
    }
}

.link--very-large span+.link__icon {
    margin-left: 0
}

.link--very-large svg {
    color: #f2a900;
    height: 80px;
    width: 80px
}

.link--download .link__icon {
    position: relative;
    top: -2px;
    transform: rotate(90deg)
}

.link--external .link__icon {
    top: -2px;
    transform: rotate(-45deg)
}

.link--external[href^="#"] .link__icon {
    transform: rotate(45deg)
}

.link--print svg {
    height: 20px;
    width: 20px
}

.link--print:active svg,
.link--print:focus svg,
.link--print:hover svg {
    animation: none
}

.link--calendar svg {
    height: 14px;
    transition: transform .25s ease-in-out;
    width: 14px
}

.link--calendar:active svg,
.link--calendar:focus svg,
.link--calendar:hover svg {
    animation: none;
    transform: rotate(90deg)
}

.links-list li:not(:last-child) {
    margin-bottom: 1rem
}

@media screen and (min-width:700px) {
    .links-list--large .link {
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: -.025em;
        line-height: 3rem
    }
    .links-list--large .link span>span:not(.no-wrap) {
        font-size: 1.8rem;
        letter-spacing: -.0222222222em;
        line-height: 2.4rem
    }
}

.links-list--white .link,
.links-list--white .link span>span:not(.no-wrap) {
    color: #fff
}

.links-list--white .link span>span:not(.no-wrap) {
    color: #cdd2d9
}

.pagination {
    align-items: center;
    color: #041e42;
    display: flex;
    font-family: "PT Serif", serif;
    justify-content: center;
    padding-top: 5em;
    position: relative
}

@media screen and (max-width:699px) {
    .pagination .box-btn {
        position: absolute;
        right: 0;
        top: 0
    }
    .pagination .box-btn.box-btn--reverse {
        left: 0;
        right: auto
    }
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width:700px) {
    .pagination ul {
        margin: 0 1.875em
    }
}

.pagination ul li {
    padding: 0 .625em
}

.pagination ul a {
    display: block;
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 2.8rem;
    padding-bottom: 3px
}

@media screen and (min-width:700px) {
    .pagination ul a {
        font-size: 2.4rem;
        letter-spacing: -.025em;
        line-height: 3rem
    }
}

.pagination ul a.is-active {
    background-image: linear-gradient(180deg, transparent calc(100% - 3px), #f2a900 3px);
    background-repeat: no-repeat;
    font-weight: 700
}

.share-list {
    color: #f2a900
}

.share-list ul {
    align-items: center;
    display: flex
}

.share-list ul li:not(:last-child) {
    padding-right: .9375em
}

.share-list a {
    display: block
}

.share-list a:active,
.share-list a:focus,
.share-list a:hover {
    color: #041e42
}

.share-list svg {
    height: 30px;
    min-width: 30px;
    width: 30px
}

.share-list li.x-link svg {
    height: 18px;
    min-width: 18px;
    width: 18px
}

.tabs ul {
    display: flex;
    flex-wrap: wrap
}

.tabs ul li {
    margin-right: 2.5em;
    padding: 10px 0;
    white-space: nowrap
}

.tabs a {
    color: rgba(4, 30, 66, .4);
    font-family: "PT Serif", serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 3rem
}

.tabs a:active,
.tabs a:focus,
.tabs a:hover {
    color: #041e42
}

.tabs a.is-active {
    background-image: linear-gradient(180deg, transparent calc(100% - 3px), #f2a900 3px);
    background-repeat: no-repeat;
    color: #041e42;
    padding-bottom: 3px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tags li {
    margin-bottom: .625em
}

.tags li:not(:last-child) {
    margin-right: 1.25em
}

.tags a {
    color: #041e42;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.4rem;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2
}

.tags a:active span,
.tags a:focus span,
.tags a:hover span {
    animation: tag 1s ease-out 1
}

.tags span {
    background-image: linear-gradient(180deg, transparent calc(100% - 1px), #f2a900 1px);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    padding-bottom: 2px
}