@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ 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;
    -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: -.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
}

[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
}

html {
    box-sizing: border-box
}

[hidden], template {
    display: none
}

*, :after, :before {
    box-sizing: inherit
}

address {
    font-style: inherit
}

cite, dfn, em, i {
    font-style: italic
}

b, strong {
    font-weight: 700
}

a {
    text-decoration: none
}

    a svg {
        pointer-events: none
    }

ol, ul {
    list-style: none
}

figure, ol, p, ul {
    margin: 0;
    padding: 0
}

[tabindex], a, area, button, input, label, select, textarea {
    touch-action: manipulation
}

[hreflang] > abbr[title] {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img, svg {
    height: auto;
    max-width: 100%
}

    img[height], img[width], svg[height], svg[width] {
        max-width: none
    }

img {
    font-style: italic
}

svg {
    fill: currentColor
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: block;
    font: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

select {
    text-transform: none
}

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

    select::-ms-value {
        background: none;
        color: inherit
    }

textarea {
    overflow: auto;
    resize: vertical
}

.o-button, button {
    background: none transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

    .o-button, .o-button:focus, .o-button:hover, button, button:focus, button:hover {
        text-decoration: none
    }

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7f7f7f;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    min-height: 100%;
    overflow: hidden
}

@media (max-width:699px) {
    html {
        font-size: 16px
    }
}

@media (min-width:700px) and (max-width:999px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    html {
        font-size: 14px
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    html {
        font-size: 15px
    }
}

@media (min-width:1440px) and (max-width:1599px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1600px) and (max-width:1999px) {
    html {
        font-size: 18px
    }
}

@media (min-width:2000px) and (max-width:2399px) {
    html {
        font-size: 21px
    }
}

@media (min-width:2400px) {
    html {
        font-size: 24px
    }
}

html.is-loading {
    cursor: wait;
    overflow: hidden
}

html.is-mobile {
    overflow-y: scroll
}

html.has-scroll-smooth {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html.is-loaded:not(.has-scroll-smooth):not(.is-loading) {
    overflow-y: auto
}

body {
    background-color: #e8e8e8;
    color: #7f7f7f
}

.has-scroll-smooth body {
    overflow: hidden
}

body ::-webkit-scrollbar {
    width: 8px
}

body ::-webkit-scrollbar-track {
    background: #ebeef1
}

body ::-webkit-scrollbar-thumb {
    background-color: #7f7f7f
}

::-moz-selection {
    background-color: #d8dde3;
    color: #7f7f7f;
    text-shadow: none
}

::selection {
    background-color: #d8dde3;
    color: #7f7f7f;
    text-shadow: none
}

a {
    color: #7f7f7f
}

    a:focus, a:hover {
        color: currentColor
    }

.c-block-partners_title, .c-modal-fancy_title-target, .o-h, .o-h1, .o-h2, .o-h3, .o-h4, .o-h5, .o-h6, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0
}

    .-playfair.c-block-partners_title, .-playfair.c-modal-fancy_title-target, .-playfair.o-h1, .-playfair.o-h2, .-playfair.o-h3, .-playfair.o-h4, .-playfair.o-h5, .-playfair.o-h6, .o-h.-playfair, h4.-playfair, h5.-playfair, h6.-playfair {
        font-family: Playfair Display,serif
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.c-modal-fancy_title-target, .o-h1 {
    line-height: 1
}

@media (min-width:1200px) {
    .c-modal-fancy_title-target, .o-h1 {
        font-size: 5.9375rem
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-modal-fancy_title-target, .o-h1 {
        font-size: 5.5rem
    }
}

@media (max-width:999px) and (min-width:500px) {
    .c-modal-fancy_title-target, .o-h1 {
        font-size: 50px
    }
}

@media (max-width:499px) {
    .c-modal-fancy_title-target, .o-h1 {
        font-size: 35px
    }
}

.o-h2 {
    font-size: 1.75rem
}

@media (max-width:999px) {
    .o-h2 {
        font-size: 26px
    }
}

@media (max-width:499px) {
    .o-h2 {
        font-size: 22px
    }
}

.c-block-partners_title, .o-h3 {
    font-size: 1.5rem
}

@media (max-width:499px) {
    .c-block-partners_title, .o-h3 {
        font-size: 22px
    }
}

.o-h4, h4 {
    font-size: 1.25rem
}

.o-h5, h5 {
    font-size: 1.125rem
}

.o-h6, h6 {
    font-size: 1rem
}

.o-container {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1000px) {
    .o-container {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .o-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:699px) {
    .o-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1000px) {
    .o-container.-small {
        padding-left: 6.25rem;
        padding-right: 6.25rem
    }
}

.o-container.-no-padding-right {
    padding-right: 0
}

@media (min-width:1000px) {
    .o-container.-no-padding-left {
        padding-left: 0
    }
}

@media (min-width:700px) and (max-width:999px) {
    .o-container-small {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:699px) {
    .o-container-small {
        padding-left: 20px;
        padding-right: 20px
    }
}

.o-ratio {
    display: block;
    overflow: hidden;
    position: relative
}

    .o-ratio:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        width: 100%
    }

    .o-ratio > embed, .o-ratio > iframe, .o-ratio > img, .o-ratio > object, .o-ratio_content {
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.o-layout {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

    .o-layout.-gutter {
        margin-left: -3.75rem
    }

    .o-layout.-gutter-small {
        margin-left: -1.875rem
    }

    .o-layout.-center {
        text-align: center
    }

    .o-layout.-right {
        text-align: right
    }

    .o-layout.-reverse {
        direction: rtl
    }

        .o-layout.-reverse.-flex {
            flex-direction: row-reverse
        }

    .o-layout.-flex {
        display: flex
    }

        .o-layout.-flex.-top {
            align-items: flex-start
        }

        .o-layout.-flex.-middle {
            align-items: center
        }

        .o-layout.-flex.-bottom {
            align-items: flex-end
        }

    .o-layout.-stretch {
        align-items: stretch
    }

.o-layout_item {
    display: inline-block;
    font-size: 1rem;
    padding-left: 0;
    vertical-align: top;
    width: 100%
}

.o-layout.-gutter > .o-layout_item {
    padding-left: 3.75rem
}

.o-layout.-gutter-small > .o-layout_item {
    padding-left: 1.875rem
}

.o-layout.-middle > .o-layout_item {
    vertical-align: middle
}

.o-layout.-bottom > .o-layout_item {
    vertical-align: bottom
}

.o-layout.-center > .o-layout_item, .o-layout.-reverse > .o-layout_item, .o-layout.-right > .o-layout_item {
    text-align: left
}

.o-layout.-reverse > .o-layout_item {
    direction: ltr
}

.o-checkbox-label, .o-label, .o-radio-label {
    display: block;
    margin-bottom: .625rem
}

@media (min-width:1000px) {
    .o-checkbox-label, .o-label, .o-radio-label {
        font-size: .9375rem
    }
}

@media (max-width:999px) {
    .o-checkbox-label, .o-label, .o-radio-label {
        font-size: 15px
    }
}

.o-checkbox-label sup, .o-label sup, .o-radio-label sup {
    transition: color .3s cubic-bezier(.4,0,0,1)
}

.o-form_item.is-error .o-checkbox-label sup, .o-form_item.is-error .o-label sup, .o-form_item.is-error .o-radio-label sup {
    color: #ff6969
}

.o-input, .o-select, .o-textarea {
    background-color: #ebeef1;
    border-bottom: 3px solid #ebeef1;
    padding: 1.25rem;
    transition: border .3s cubic-bezier(.4,0,0,1)
}

    .o-input:focus, .o-select:focus, .o-textarea:focus {
        border-color: #cd212a
    }

    .o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
        color: gray
    }

    .o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
        color: gray
    }

    .o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
        color: gray
    }

.o-form_item.is-error .o-input, .o-form_item.is-error .o-select, .o-form_item.is-error .o-textarea {
    border-color: #ff6969
}

.o-checkbox, .o-radio {
    opacity: 0;
    position: absolute;
    width: 0
}

    .o-checkbox:focus + .o-checkbox-label:before, .o-checkbox:focus + .o-radio-label:before, .o-radio:focus + .o-checkbox-label:before, .o-radio:focus + .o-radio-label:before {
        border-color: gray
    }

    .o-checkbox:checked + .o-checkbox-label:after, .o-checkbox:checked + .o-radio-label:after, .o-radio:checked + .o-checkbox-label:after, .o-radio:checked + .o-radio-label:after {
        opacity: 1
    }

.o-checkbox-label, .o-radio-label {
    display: inline-block;
    margin-right: .5em;
    padding-left: 1.75rem;
    position: relative
}

    .o-checkbox-label:after, .o-checkbox-label:before, .o-radio-label:after, .o-radio-label:before {
        content: "";
        display: inline-block;
        height: 1.125rem;
        left: 0;
        margin-top: -.5625rem;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 1.125rem
    }

    .o-checkbox-label:before, .o-radio-label:before {
        background-color: #ebeef1
    }

    .o-checkbox-label:after, .o-radio-label:after {
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.5' xml:space='preserve'%3E%3Cpath fill='%23424242' d='M4.8 5.8 2.4 3.3 0 5.7l4.8 4.8L13 2.4 10.6 0 4.8 5.8z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: .8125rem;
        border-color: transparent;
        opacity: 0
    }

    .o-radio-label:after, .o-radio-label:before {
        border-radius: 50%
    }

    .o-radio-label:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' xml:space='preserve'%3E%3Ccircle fill='%23424242' cx='6.5' cy='6.5' r='6.5'/%3E%3C/svg%3E");
        background-size: .5rem
    }

.o-select {
    padding-right: 2.5rem;
    z-index: 1
}

.o-select, .o-select-wrap {
    position: relative
}

    .o-select-wrap:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11.3' xml:space='preserve'%3E%3Cpath fill='%23424242' d='M6.5 11.3 3.3 5.6 0 0h13L9.8 5.6z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: .625rem;
        bottom: 0;
        content: "";
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 2.5rem;
        z-index: 2
    }

.o-textarea {
    min-height: 18.75rem
}

@media (min-width:1000px) {
    .o-form_item {
        margin-bottom: 1.25rem
    }
}

@media (max-width:999px) {
    .o-form_item {
        margin-bottom: 30px
    }
}

@media (min-width:1000px) {
    .o-form_footer {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 1.25rem
    }
}

.o-form_message {
    display: none;
    margin: 0 0 20px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

.is-success .o-form_message {
    display: block;
    opacity: 1
}

.is-error .o-form_message {
    color: #ff6969;
    display: block;
    opacity: 1
}

@media (min-width:1000px) {
    .o-form_message {
        font-size: 28px
    }
}

@media (max-width:999px) {
    .o-form_message {
        font-size: 20px;
        margin-top: 20px
    }
}

.field-error {
    color: #ff6969;
    display: block;
    font-size: .75rem;
    padding-top: .25rem;
    text-align: right
}

.o-button {
    background-color: #fff;
    border-radius: 5px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    z-index: 1
}

    .o-button[data-scroll] {
        opacity: 0;
        transform: translate3d(0,50px,0);
        transition: opacity .6s cubic-bezier(.4,0,0,1),transform .6s cubic-bezier(.4,0,0,1)
    }

        .o-button[data-scroll].is-show {
            opacity: 1;
            transform: none
        }

    .o-button-hover:focus-within .o-button:before, .o-button-hover:hover .o-button:before, .o-button:focus:before, .o-button:hover:before {
        transform: scaleX(1);
        transform-origin: bottom center
    }

    .o-button-hover:focus-within .o-button .o-button_icon, .o-button-hover:focus-within .o-button .o-button_label, .o-button-hover:hover .o-button .o-button_icon, .o-button-hover:hover .o-button .o-button_label, .o-button:focus .o-button_icon, .o-button:focus .o-button_label, .o-button:hover .o-button_icon, .o-button:hover .o-button_label {
        color: #fff
    }

    .o-button.-gray {
        background-color: #d8dde3
    }

@media (min-width:1000px) {
    .o-button {
        padding: 1.25rem
    }
}

@media (max-width:999px) {
    .o-button {
        font-size: 14px;
        padding: 14px 20px
    }
}

@media (max-width:699px) {
    .o-button {
        font-size: 14px
    }
}

.o-button:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

.o-button.-marine {
    background-color: #cd212a
}

    .o-button.-marine:before {
        background-color: #7f7f7f
    }

    .o-button.-marine .o-button_icon, .o-button.-marine .o-button_label {
        color: #fff
    }

.o-button.-outline {
    background-color: transparent;
    border: 1px solid;
    color: currentColor
}

    .o-button.-outline .o-button_icon, .o-button.-outline .o-button_label {
        color: #fff
    }

.o-button.-spinner:after {
    -webkit-animation: spinLoadButton .5s linear infinite;
    animation: spinLoadButton .5s linear infinite;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    height: 1.875rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0) rotate(0deg);
    visibility: hidden;
    width: 1.875rem;
    z-index: 2
}

.is-loading .o-button.-spinner, .o-button.-spinner.is-loading {
    pointer-events: none
}

    .is-loading .o-button.-spinner:before, .o-button.-spinner.is-loading:before {
        transform: scaleY(1);
        transform-origin: center bottom
    }

    .is-loading .o-button.-spinner:after, .o-button.-spinner.is-loading:after {
        opacity: 1;
        visibility: visible
    }

.o-button_label {
    color: #7f7f7f;
    transition: color .3s cubic-bezier(.4,0,0,1);
    vertical-align: middle
}

.is-loading .o-button_label, .o-button.is-loading .o-button_label {
    color: transparent !important
}

.o-button_icon {
    color: #7f7f7f;
    display: inline-block;
    height: 25px;
    margin-left: .9375rem;
    transition: color .3s cubic-bezier(.4,0,0,1);
    vertical-align: middle;
    width: 25px
}

.is-loading .o-button_icon, .o-button.is-loading .o-button_icon {
    color: transparent !important
}

.o-button_icon svg {
    display: block;
    height: 100%;
    width: 100%
}

@-webkit-keyframes spinLoadButton {
    0% {
        transform: translate3d(-50%,-50%,0) rotate(0deg)
    }

    to {
        transform: translate3d(-50%,-50%,0) rotate(1turn)
    }
}

@keyframes spinLoadButton {
    0% {
        transform: translate3d(-50%,-50%,0) rotate(0deg)
    }

    to {
        transform: translate3d(-50%,-50%,0) rotate(1turn)
    }
}

.o-button-round {
    display: inline-block;
    position: relative;
    z-index: 1
}

    .o-button-round.-gray:before {
        background-color: #d8dde3
    }

    .o-button-round.-white:before {
        background-color: #fff
    }

    .o-button-round.-outline:before {
        background-color: transparent;
        border: 1px solid #d8dde3
    }

    .o-button-round.-outline.-white:before {
        background-color: #fff
    }

@media (min-width:1000px) {
    .o-button-round {
        height: 3.75rem;
        width: 3.75rem
    }
}

@media (max-width:999px) {
    .o-button-round {
        height: 50px;
        width: 50px
    }

        .o-button-round.c-main-cta, .o-button-round.c-share_link {
            height: 60px;
            width: 60px
        }
}

.o-button-round:before {
    background-color: #7f7f7f;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

.o-button-round.-no-bg:before {
    display: none
}

html:not(.is-mobile) .o-button-round-hover:hover .o-button-round:before, html:not(.is-mobile) .o-button-round:hover:before {
    transform: scale(1.2);
    transition: transform .45s cubic-bezier(.17,.67,.3,1.33)
}

.o-button-round_bg {
    background-color: #7f7f7f;
    border-radius: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.o-button-round_icon {
    color: #fff;
    display: block;
    height: 1.25rem;
    left: 50%;
    margin-left: -.625rem;
    margin-top: -.625rem;
    position: absolute;
    top: 50%;
    width: 1.25rem
}

.o-button-round.-gray .o-button-round_icon, .o-button-round.-outline .o-button-round_icon, .o-button-round.-white .o-button-round_icon {
    color: #7f7f7f
}

.o-button-round_icon svg {
    display: block;
    height: 100%;
    width: 100%
}

.o-page {
    position: relative
}

@media (max-width:999px) {
    .o-page {
        padding-top: 90px
    }
}

@media (min-width:1000px) {
    .o-page {
        min-height: 100vh
    }
}

.o-page-top {
    padding-top: 17.5rem
}

.o-splitchars[data-scroll] {
    opacity: 0
}

.o-label-small {
    display: block
}

@media (max-width:1599px) {
    .o-label-small {
        font-size: 13px
    }
}

@media (min-width:1600px) {
    .o-label-small {
        font-size: .9375rem
    }
}

.o-section {
    position: relative;
    z-index: 1
}

@media (min-width:1000px) {
    .o-section {
        padding-bottom: 5.625rem;
        padding-top: 5.625rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .o-section {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem
    }
}

@media (max-width:699px) {
    .o-section {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.o-section.-no-padding-bottom {
    padding-bottom: 0
}

.o-section.-no-padding-top {
    padding-top: 0
}

.o-section.-half:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.o-image.-parallax {
    overflow: hidden
}

    .o-image.-parallax img {
        width: 100%
    }

html.has-scroll-smooth .o-image.-parallax img {
    margin: -10% auto
}

.o-wysiwyg * {
    text-align: left !important
}

.o-wysiwyg > h2:not(:first-child), .o-wysiwyg > h3:not(:first-child), .o-wysiwyg > h4:not(:first-child) {
    margin-top: 2.5rem
}

.o-wysiwyg h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

@media (max-width:499px) {
    .o-wysiwyg h2 {
        font-size: 22px
    }
}

@media (min-width:1000px) {
    .o-wysiwyg p {
        font-size: 1rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width:999px) {
    .o-wysiwyg p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.o-wysiwyg h3 {
    font-weight: 500
}

.o-wysiwyg b, .o-wysiwyg strong {
    font-weight: 600
}

.o-wysiwyg img {
    width: 100%
}

@media (min-width:1000px) {
    .o-wysiwyg img {
        margin-bottom: 1.25rem
    }
}

@media (max-width:999px) {
    .o-wysiwyg img {
        margin-bottom: 20px
    }
}

@media (min-width:1000px) {
    .o-wysiwyg ul {
        padding-bottom: 2.5rem;
        padding-left: 3.75rem;
        padding-top: 1.25rem
    }
}

@media (max-width:999px) {
    .o-wysiwyg ul {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.o-wysiwyg ul li {
    padding-left: 25px;
    position: relative
}

@media (min-width:1000px) {
    .o-wysiwyg ul li {
        margin-bottom: 1.25rem
    }
}

@media (max-width:999px) {
    .o-wysiwyg ul li {
        margin-bottom: 20px
    }
}

.o-wysiwyg ul li:before {
    background-color: #7f7f7f;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px
}

.o-wysiwyg a {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
    transition: border .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

    .o-wysiwyg a:hover {
        border-bottom: 1px solid transparent;
        opacity: .8
    }

.o-wysiwyg > :first-child {
    margin-top: 0;
    padding-top: 0
}

.o-wysiwyg > :last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.o-wysiwyg table {
    margin: 2.5rem 0
}

    .o-wysiwyg table td, .o-wysiwyg table th {
        padding: 1.25rem;
        vertical-align: top;
    }

.o-block {
    opacity: 0;
    transform: translate3d(0,50px,0);
    transition: transform .9s cubic-bezier(.4,0,0,1),opacity .9s cubic-bezier(.4,0,0,1)
}

@media (min-width:1000px) {
    .o-block {
        padding-bottom: 2.8125rem;
        padding-top: 2.8125rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .o-block {
        padding-bottom: 1.5625rem;
        padding-top: 1.5625rem
    }
}

@media (max-width:699px) {
    .o-block {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (min-width:1200px) {
    .o-block.-small {
        padding-right: 6.25rem
    }
}

.o-block.-no-padding-bottom {
    padding-bottom: 0
}

.o-block.-no-padding-top {
    padding-top: 0
}

@media (min-width:1000px) {
    .c-contact .o-block {
        padding-bottom: 5.625rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-contact .o-block {
        padding-bottom: 3.125rem
    }
}

@media (max-width:699px) {
    .c-contact .o-block {
        padding-bottom: 30px
    }
}

html.is-loaded .o-block.is-show {
    opacity: 1;
    transform: translateZ(0)
}

.o-separator {
    box-sizing: border-box;
    height: 1px;
    position: relative
}

@media (min-width:1000px) {
    .o-separator {
        margin-bottom: 2.8125rem;
        margin-top: 2.8125rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .o-separator {
        margin-bottom: 1.5625rem;
        margin-top: 1.5625rem
    }
}

@media (min-width:1000px) {
    .o-separator {
        margin-right: 12.5rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .o-separator {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (max-width:699px) {
    .o-separator {
        margin: 15px 20px
    }
}

.o-separator:before {
    background-color: #d8dde3;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

.o-separator.is-show:before {
    transform: scaleX(1)
}

.o-embed {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 35px;
    position: relative
}

    .o-embed iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.o-side-label {
    display: inline-block;
    font-size: 1rem
}

@media (min-width:1000px) {
    .o-side-label {
        display: inline-block;
        left: 0;
        position: absolute;
        top: 20%;
        z-index: 2
    }

        .o-side-label.-offset {
            left: -10rem;
            top: 20%
        }

        .o-side-label.-offset-small {
            left: -5rem;
            top: 25%
        }
}

@media (max-width:999px) {
    .o-side-label {
        display: block;
        font-size: 16px;
        margin-bottom: 25px;
        margin-right: 20px;
        margin-top: 25px;
        text-align: right;
        transform: none !important
    }
}

.o-side-label a {
    color: #7f7f7f;
    cursor: pointer;
    display: block;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

html:not(.is-mobile) .o-side-label a:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .o-side-label a:hover {
    color: #7f7f7f
}

    html:not(.is-mobile) .o-side-label a:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

.o-side-label_wrap {
    display: inline-block
}

@media (min-width:1000px) {
    .o-side-label_wrap {
        transform: translateX(-100%) rotate(-90deg) translateY(-100%);
        transform-origin: top right
    }
}

.o-side-label_wrap_inner {
    display: inline-block
}

.o-scroll-sticky {
    position: absolute
}

    .o-scroll-sticky.-share {
        bottom: 0;
        display: block;
        pointer-events: none;
        top: 0;
        width: 100%
    }

.o-scroll {
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw
}

html.is-ie .o-scroll {
    width: 100%
}

.has-scroll-smooth .o-scroll {
    position: relative
}

.c-scrollbar {
    bottom: 3px;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 3px;
    transform-origin: center right;
    transition: transform .3s,opacity .3s;
    width: 11px;
    z-index: 1000
}

    .c-scrollbar:hover {
        transform: scaleX(1.45)
    }

    .c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
        opacity: 1
    }

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-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-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

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

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

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

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

.swiper-container-3d {
    perspective: 1200px
}

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

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

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: block;
        margin: 6px 0
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s,top .2s
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s,left .2s
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        height: 100%;
        left: 0;
        top: 0;
        width: 4px
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

    .swiper-lazy-preloader:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        height: 100%;
        width: 100%
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 100%;
        pointer-events: none;
        transform-origin: 0 0;
        visibility: hidden;
        width: 100%;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 0
    }

    .swiper-container-cube .swiper-cube-shadow {
        background: #000;
        bottom: 0;
        filter: blur(50px);
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        width: 100%;
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 0
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.c-nav-desktop {
    position: fixed;
    right: 0;
    top: 0;
    transform: none;
    transform: translateY(-100%);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 50%;
    z-index: 99
}

@media (max-width:999px) {
    .c-nav-desktop {
        display: none
    }
}

.c-nav-desktop:before {
    background-color: #cd212a;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

html.is-loaded .c-nav-desktop:before {
    transform: scaleY(1);
    transition-delay: 1.2s
}

html.is-loaded:not(.is-scrolling-down) .c-nav-desktop {
    transform: translateY(0)
}

.c-nav-desktop_list {
    font-size: 0;
    padding: 2.5rem 1.25rem
}

.c-nav-desktop_list_item {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    opacity: 0;
    padding: 0 1.875rem;
    transform: translateY(50px);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-nav-desktop_list_item {
    opacity: 1;
    transform: translateY(0)
}

    html.is-loaded .c-nav-desktop_list_item:nth-child(0) {
        transition-delay: .5s
    }

    html.is-loaded .c-nav-desktop_list_item:first-child {
        transition-delay: .6s
    }

    html.is-loaded .c-nav-desktop_list_item:nth-child(2) {
        transition-delay: .7s
    }

    html.is-loaded .c-nav-desktop_list_item:nth-child(3) {
        transition-delay: .8s
    }

    html.is-loaded .c-nav-desktop_list_item:nth-child(4) {
        transition-delay: .9s
    }

    html.is-loaded .c-nav-desktop_list_item:nth-child(5) {
        transition-delay: 1s
    }

.c-nav-desktop_list_item a, .c-nav-desktop_list_item span {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

    .c-nav-desktop_list_item a:before, .c-nav-desktop_list_item span:before {
        background-color: #fff;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        width: 100%;
        z-index: -1
    }

    .c-nav-desktop_list_item.is-active a:before, .c-nav-desktop_list_item.is-active span:before, .c-nav-desktop_list_item a:hover:before, .c-nav-desktop_list_item span:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

@media (max-width:999px) {
    .c-header:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 90px;
        left: 0;
        position: fixed;
        top: 0;
        transform-origin: center top;
        transition: height .6s cubic-bezier(.4,0,0,1);
        width: 100%;
        z-index: 8
    }

    html.is-loaded.has-aside-open .c-header:before, html.is-loaded.has-menu-mobile-open .c-header:before, html.is-loaded.has-small-mobile-header .c-header:before {
        height: 58px
    }
}

.c-header_logo {
    color: #303030;
    display: block;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transform-origin: left top;
    transition: opacity .3s cubic-bezier(.4,0,0,1);
    transition: transform .6s cubic-bezier(.4,0,0,1),opacity .6s cubic-bezier(.4,0,0,1);
    z-index: 10
}

    .c-header_logo:hover {
        color: #303030;
        opacity: .5
    }

    .c-header_logo svg {
        display: inline-block
    }

@media (min-width:1000px) {
    .c-header_logo {
        left: 3.75rem;
        top: 1.875rem
    }

    html.is-loaded .c-header_logo {
        opacity: 1;
        transform: translateY(0)
    }

    html.has-scroll-smooth.is-loaded.has-footer-inview .c-header_logo {
        transform: translateY(-200%);
        transition: transform .6s cubic-bezier(.4,0,0,1)
    }
}

@media (max-width:999px) {
    .c-header_logo {
        left: 20px;
        top: 5px;
        transform: translate3d(calc(50vw - 50% - 20px),calc(-100% - 20px),0)
    }

    html.is-loaded .c-header_logo {
        opacity: 1;
        transform: translate3d(calc(50vw - 50% - 20px),0,0)
    }

    html.is-loaded.has-aside-open .c-header_logo, html.is-loaded.has-menu-mobile-open .c-header_logo, html.is-loaded.has-small-mobile-header .c-header_logo {
        transform: translateZ(0) scale(.75)
    }
}

@media (min-width:1000px) {
    .c-header_logo_anniversary {
        height: 7.65rem;
        margin: 0 auto;
        width: 8.05rem
    }
}

@media (max-width:999px) {
    .c-header_logo_anniversary {
        height: 3.825rem;
        transition: transform .6s cubic-bezier(.4,0,0,1);
        width: 4.025rem
    }

    html.is-loaded.has-aside-open .c-header_logo_anniversary, html.is-loaded.has-menu-mobile-open .c-header_logo_anniversary, html.is-loaded.has-small-mobile-header .c-header_logo_anniversary {
        transform: translateZ(0) scale(.75);
        transform-origin: top left
    }
}

@media (min-width:1000px) {
    .c-header_logo_icon {
        margin: 0 auto;
        width: 7.00rem
    }
}

@media (max-width:999px) {
    .c-header_logo_icon {
        height: 65px;
        width: 75px
    }
}

@media (min-width:1000px) {
    .c-header_logo_text {
        width: 8.9375rem;
        margin-left: 20px;
    }
}

@media (max-width:999px) {
    .c-header_logo_text {
        height: 40px;
        margin-top: 12px;
        transition: opacity .3s cubic-bezier(.4,0,0,1);
        width: 90px
    }

    html.is-loaded.has-aside-open .c-header_logo_text, html.is-loaded.has-menu-mobile-open .c-header_logo_text, html.is-loaded.has-small-mobile-header .c-header_logo_text {
        opacity: 0
    }
}

.c-header_menu-button-mobile {
    height: 12px;
    position: fixed;
    right: 20px;
    top: 40px;
    transition: transform .6s cubic-bezier(.4,0,0,1);
    width: 30px;
    z-index: 10
}

html.is-loaded.has-aside-open .c-header_menu-button-mobile, html.is-loaded.has-menu-mobile-open .c-header_menu-button-mobile, html.is-loaded.has-small-mobile-header .c-header_menu-button-mobile {
    transform: translate3d(0,-18px,0)
}

@media (min-width:1000px) {
    .c-header_menu-button-mobile {
        display: none
    }
}

.c-header_menu-button-mobile_icon {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

html.is-loaded.has-menu-mobile-open .c-header_menu-button-mobile_icon {
    opacity: 0;
    transform: rotate(180deg)
}

.c-header_menu-button-mobile_icon:before {
    top: 0
}

.c-header_menu-button-mobile_icon:after, .c-header_menu-button-mobile_icon:before {
    background-color: #7f7f7f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.c-header_menu-button-mobile_icon:after {
    bottom: 0
}

.c-header_menu-button-mobile_close {
    height: 30px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1);
    width: 30px
}

html.is-loaded.has-menu-mobile-open .c-header_menu-button-mobile_close {
    opacity: 1;
    transform: translate(-50%,-50%) rotate(45deg)
}

.c-header_menu-button-mobile_close:before {
    background-color: #7f7f7f;
    content: "";
    height: 100%;
    left: 14px;
    position: absolute;
    top: 0;
    width: 1px
}

.c-header_menu-button-mobile_close:after {
    background-color: #7f7f7f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 100%
}

.c-header-fancy {
    position: relative
}

html.is-ie .c-header-fancy {
    transform: translateZ(0)
}

.c-header-fancy:before {
    background-color: #cd212a;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: transform .9s cubic-bezier(.645,.045,.355,1)
}

html.is-loaded .c-header-fancy:before {
    transform: scaleY(1)
}

@media (min-width:1000px) {
    .c-header-fancy {
        min-height: 100vh;
        padding-top: 17.5rem;
        z-index: 1
    }

        .c-header-fancy:before {
            height: 17.5rem;
            width: 50%
        }
}

@media (max-width:999px) {
    .c-header-fancy:before {
        height: 100%;
        width: 100%
    }
}

.c-header-fancy_content {
    pointer-events: none;
    position: relative
}

@media (min-width:1000px) {
    .c-header-fancy_content {
        min-height: 33.75rem
    }
}

@media (max-width:999px) {
    .c-header-fancy_content {
        display: flex;
        flex-direction: column-reverse
    }
}

.c-header-fancy_content_title {
    color: #fff;
    font-family: Playfair Display,serif;
    margin-bottom: 5rem;
}

html.has-modal-fancy-show .c-header-fancy_content_title {
    opacity: 0 !important
}

@media (min-width:1000px) {
    .c-header-fancy_content_title {
        font-size: 10rem
    }
}

@media (max-width:999px) {
    .c-header-fancy_content_title {
        font-size: 60px;
        margin-bottom: 60px
    }
}

@media (max-width:699px) {
    .c-header-fancy_content_title {
        font-size: 49px;
        margin-bottom: 60px
    }
}

.c-header-fancy_content_title > div > div {
    cursor: pointer;
    pointer-events: all
}

@media (min-width:1000px) {
    .c-header-fancy_carousel {
        height: calc(100% - 17.5rem);
        min-height: 33.75rem;
        position: absolute;
        right: 0;
        top: 17.5rem;
        width: 50%;
        z-index: -1
    }

    html.is-ie .c-header-fancy_carousel {
        overflow: hidden;
        transform: translateZ(0)
    }
}

@media (max-width:999px) {
    .c-header-fancy_carousel {
        height: 50vh;
        position: relative
    }
}

.c-header-page_inner {
    position: relative;
    z-index: 2
}

html.has-scroll-smooth .c-header-page_inner {
    overflow: hidden;
    z-index: 1
}

@media (min-width:1000px) {
    .c-header-page_inner {
        min-height: calc(100vh - 200px);
        padding: 11.25rem 0 5rem
    }
}

@media (max-width:999px) {
    .c-header-page_inner {
        min-height: 40vh;
        padding: 40px 0
    }

    .c-header-white .c-header-page_inner {
        padding-top: 140px
    }
}

.c-header-white .c-header-page_inner {
    min-height: auto
}

@media (min-width:1000px) {
    .c-header-page_inner.-small {
        min-height: 50vh
    }
}

@media (max-width:999px) {
    .c-header-page_inner.-small {
        min-height: 40vh
    }
}

.c-header-page_inner.-background-blue:before {
    background: #7f7f7f;
    content: "";
    left: 0;
    opacity: .95;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .9s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-header-page_inner.-background-blue:before {
    transform: scaleY(1);
    transition-delay: .9s
}

@media (min-width:1000px) {
    .c-header-page_inner.-background-blue:before {
        height: 21.25rem;
        right: 6.25rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-header-page_inner.-background-blue:before {
        height: 170px
    }
}

@media (max-width:699px) {
    .c-header-page_inner.-background-blue:before {
        height: 140px
    }
}

.c-header-page_title {
    color: #fff;
    margin-bottom: 0
}

.c-header-white .c-header-page_title {
    color: #7f7f7f
}

@media (min-width:1000px) {
    .c-header-white .c-header-page_title {
        font-size: 4.375rem
    }
        .c-header-white .c-header-page_title.news_title {
            font-size: 3.475rem;
            line-height: 1.3;
        }
}

.c-header-page_title[data-module-split-lines] {
    opacity: 0
}

@media (min-width:1200px) {
    html[data-template=anniversary] .c-header-page_title {
        font-size: 7.5rem
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    html[data-template=anniversary] .c-header-page_title {
        font-size: 5.9375rem
    }
}

@media (max-width:999px) and (min-width:500px) {
    html[data-template=anniversary] .c-header-page_title {
        font-size: 5.9375rem
    }
}

@media (max-width:499px) {
    html[data-template=anniversary] .c-header-page_title {
        font-size: 50px
    }
}

.c-header-page_socials {
    display: flex;
    margin-top: 1.25rem
}

@media (min-width:700px) {
    .c-header-page_socials {
        justify-content: flex-end
    }

    .c-header-page_socials_item {
        margin-left: 1.25rem
    }
}

@media (max-width:699px) {
    .c-header-page_socials_item {
        margin-right: 1.25rem
    }
}

.c-header-page_background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1.3);
    transform-origin: center center;
    transition: transform 1.5s cubic-bezier(.35,.755,.42,.95);
    z-index: -1
}

html.is-loaded .c-header-page_background {
    transform: scale(1)
}

.c-header-page_background:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.c-header-page_background.-anniversary {
    background-color: #004467
}

    .c-header-page_background.-anniversary:before {
        content: none
    }

    .c-header-page_background.-anniversary div {
        bottom: 0;
        left: -5%;
        position: absolute;
        transform: translateY(45%);
        width: 170%
    }

        .c-header-page_background.-anniversary div:before {
            content: "";
            display: block;
            padding-bottom: 30.2%
        }

    .c-header-page_background.-anniversary svg {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%
    }

.c-header-page_background_image {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

html.has-search-overlay-open {
    overflow: hidden
}

.c-main-cta {
    position: fixed;
    transform: scale(0);
    transition: transform .45s cubic-bezier(.4,0,0,1);
    z-index: 105
}

html.is-loaded .c-main-cta {
    transform: scale(1)
}

html.is-first-hit .c-main-cta {
    transition-delay: .9s
}

html.has-search-overlay-open .c-main-cta:before {
    transform: scale(0)
}

@media (max-width:999px) {
    html.has-aside-open .c-main-cta {
        transform: scale(0)
    }
}

@media (min-width:1000px) {
    .c-main-cta {
        right: 1.25rem;
        top: 1.25rem
    }
}

@media (max-width:999px) {
    .c-main-cta {
        bottom: 20px;
        right: 20px
    }
}

.c-main-cta:before {
    background-color: rgba(137,16,23,.8)
}

.c-main-cta_rail {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.c-main-cta_rail_container {
    display: block
}

@media (min-width:1000px) {
    .c-main-cta_rail_container {
        height: 3.75rem;
        width: 3.75rem
    }
}

@media (max-width:999px) {
    .c-main-cta_rail_container {
        height: 60px;
        width: 60px
    }
}

.c-main-cta_rail_item {
    display: block;
    position: relative
}

@media (min-width:1000px) {
    .c-main-cta_rail_item {
        height: 3.75rem;
        width: 3.75rem
    }
}

@media (max-width:999px) {
    .c-main-cta_rail_item {
        height: 60px;
        width: 60px
    }
}

.c-main-cta_rail_item svg {
    color: #fff;
    display: block;
    height: 1.625rem;
    left: 50%;
    margin-left: -.8125rem;
    margin-top: -.8125rem;
    position: absolute;
    top: 50%;
    width: 1.625rem
}

.c-main-cta_close {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale3d(0,0,0);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: 2
}

html.has-menu-desktop-open .c-main-cta_close, html.has-search-overlay-open .c-main-cta_close {
    transform: scaleX(1)
}

.c-main-cta_close:before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

.c-main-cta_close:hover:before {
    transform: scale(1.2);
    transition: transform .45s cubic-bezier(.17,.67,.3,1.33)
}

.c-main-cta_close_icon {
    height: 21px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    width: 21px
}

    .c-main-cta_close_icon:after, .c-main-cta_close_icon:before {
        background-color: #7f7f7f;
        content: "";
        position: absolute
    }

    .c-main-cta_close_icon:before {
        height: 1px;
        left: 0;
        top: 10px;
        width: 100%
    }

    .c-main-cta_close_icon:after {
        height: 100%;
        left: 10px;
        top: 0;
        width: 1px
    }

.c-carousel-header-fancy:before {
    background-color: #d8dde3;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: transform .9s cubic-bezier(.645,.045,.355,1);
    z-index: 10
}

html.is-loaded .c-carousel-header-fancy:before {
    transform: scaleY(0)
}

.c-carousel-header-fancy_slide {
    overflow: hidden
}

.c-carousel-header-fancy_slide_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(.35,.755,.42,.95);
    width: 100%
}

html:not(.is-ie) .c-carousel-header-fancy_slide_image {
    transform: scale(1.3)
}

html.is-loaded .c-carousel-header-fancy_slide_image {
    transform: scale(1)
}

html:not(.is-ie).is-loaded.has-modal-fancy-open .c-carousel-header-fancy_slide_image {
    transform: scale(1.2)
}

.c-carousel-header-fancy {
    overflow: hidden;
    transform: translateZ(0)
}

.c-carousel-header-fancy, .c-carousel-header-fancy_wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.c-carousel-header-fancy_pagination {
    opacity: 0;
    text-align: left;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

@media (min-width:1000px) {
    .c-carousel-header-fancy_pagination {
        bottom: 3.75rem !important;
        padding-left: 40px
    }
}

@media (max-width:999px) {
    .c-carousel-header-fancy_pagination {
        bottom: 20px !important;
        padding-left: 40px
    }
}

@media (max-width:699px) {
    .c-carousel-header-fancy_pagination {
        padding-left: 20px;
        padding-right: 20px
    }
}

html.is-loaded .c-carousel-header-fancy_pagination {
    opacity: 1;
    transition-delay: 1s
}

.c-carousel-header-fancy_pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    height: 10px;
    opacity: 1;
    outline: none;
    width: 10px
}

@media (min-width:1000px) {
    .c-carousel-header-fancy_pagination .swiper-pagination-bullet {
        margin: 0 1.25rem !important
    }
}

@media (max-width:999px) {
    .c-carousel-header-fancy_pagination .swiper-pagination-bullet {
        margin-right: 10px !important
    }
}

.c-carousel-header-fancy_pagination .swiper-pagination-bullet-active {
    background-color: #fff !important
}

.c-carousel-header-fancy_progress {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: 10
}

html.is-loaded .c-carousel-header-fancy_progress {
    opacity: 1;
    transition-delay: 1s
}

.c-carousel-header-fancy_progress_inner {
    background-color: #168c00;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center
}

.c-carousel-search {
    color: #7f7f7f;
    pointer-events: all;
    position: relative
}

@media (min-width:1000px) {
    .c-carousel-search {
        max-width: 25rem
    }
}

.c-carousel-search:after {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform .6s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-carousel-search:after {
    transform: scaleX(1);
    transition-delay: 1.5s
}

@media (max-width:999px) {
    .c-carousel-search {
        color: #fff;
        margin: 30px 0 40px
    }

        .c-carousel-search:after {
            background-color: #fff;
            height: 1px
        }
}

.c-carousel-search_label {
    font-size: .875rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform .3s cubic-bezier(.4,0,0,1)
}

.c-carousel-search_input {
    padding: 1.0625rem 2.1875rem 1.0625rem 0;
    position: relative
}

    .c-carousel-search_input:focus ~ .c-carousel-search_slider_container, .c-carousel-search_input:valid ~ .c-carousel-search_slider_container {
        opacity: 0 !important;
        transition-delay: 0s !important
    }

    .c-carousel-search_input:focus ~ .c-carousel-search_label, .c-carousel-search_input:valid ~ .c-carousel-search_label {
        opacity: 1;
        transform: translateY(-100%)
    }

.c-carousel-search_slider_container {
    bottom: 0;
    font-size: 1.125rem;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: 1
}

.c-carousel-search_slider_wrapper {
    padding: .6875rem 0
}

.c-carousel-search_slider_item {
    opacity: 0;
    transition: opacity .45s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-carousel-search_slider_item {
    opacity: 1;
    transition-delay: 1.5s
}

.c-carousel-search_submit {
    display: block;
    height: 34px;
    margin-top: -17px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: scale(0);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1);
    width: 34px
}

    .c-carousel-search_submit:focus, .c-carousel-search_submit:hover {
        opacity: .5
    }

    .c-carousel-search_submit svg {
        display: block;
        height: 100%;
        width: 100%
    }

html.is-loaded .c-carousel-search_submit {
    transform: scale(1);
    transition-delay: 1.25s
}

.c-transition-default {
    background-color: #d8dde3;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1),visibility .3s cubic-bezier(.4,0,0,1);
    z-index: 9999
}

.is-loaded .c-transition-default {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.c-transition-default_spinner {
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    height: 60px;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: transform .3s cubic-bezier(.4,0,0,1);
    -o-transition: transform .3s cubic-bezier(.4,0,0,1);
    -webkit-transition: transform .3s cubic-bezier(.4,0,0,1);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 60px;
}

.is-loaded .c-transition-default_spinner {
    transform: scale(0);
}

.c-transition-default_spinner:before {
    -webkit-animation: spinnerBounce 1.5s ease-in-out infinite;
    animation: spinnerBounce 1.5s ease-in-out infinite;
    background-color: #fff;
    -ms-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 3px solid #168c00;
    width: 100%;
}

.c-transition-default_spinner svg {
    -webkit-animation: spinnerRotate 2s linear infinite;
    animation: spinnerRotate 2s linear infinite;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 3.75em
}

.c-transition-default_spinner circle {
    fill: none;
    stroke: #cd212a;
    stroke-width: 3;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation: spinnerDash 1.5s ease-in-out infinite;
    animation: spinnerDash 1.5s ease-in-out infinite
}

@-webkit-keyframes spinnerRotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinnerRotate {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinnerDash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dashoffset: -125px
    }
}

@keyframes spinnerDash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dashoffset: -125px
    }
}

@-webkit-keyframes spinnerBounce {
    0% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1.4)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes spinnerBounce {
    0% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1.4)
    }

    to {
        transform: scale(1.2)
    }
}

.c-menu-desktop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .45s cubic-bezier(.4,0,0,1);
    visibility: hidden;
    z-index: 90
}

html.has-menu-desktop-open .c-menu-desktop {
    visibility: visible
}

.c-menu-desktop_half {
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 1
}

    .c-menu-desktop_half.-left {
        left: 0;
        top: 0
    }

        .c-menu-desktop_half.-left:before {
            background-color: #d8dde3;
            bottom: 0;
            content: "";
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: opacity .45s cubic-bezier(.4,0,0,1);
            z-index: -1
        }

html.has-menu-desktop-open .c-menu-desktop_half.-left:before {
    opacity: 1
}

@media (max-width:1199px) {
    .c-menu-desktop_half.-left {
        width: 33.33333%
    }
}

.c-menu-desktop_half.-right {
    left: 50%;
    top: 0
}

    .c-menu-desktop_half.-right:before {
        background-color: #cd212a;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: center top;
        transition: transform .45s cubic-bezier(.4,0,0,1);
        z-index: -1
    }

html.has-menu-desktop-open .c-menu-desktop_half.-right:before {
    transform: scaleX(1)
}

@media (max-width:1199px) {
    .c-menu-desktop_half.-right {
        left: auto;
        right: 0;
        width: 66.66667%
    }
}

.c-menu-desktop_half_inner {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0
}

.c-menu-desktop-decorative {
    cursor: pointer;
    overflow: hidden
}

.c-menu-desktop-decorative_logo {
    bottom: 8vw;
    opacity: 0;
    position: absolute;
    right: -10vw;
    transform: translate3d(0,100px,0);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1);
    width: 40vw
}

html.has-menu-desktop-open .c-menu-desktop-decorative_logo {
    opacity: .5;
    transform: translateZ(0)
}

.c-menu-desktop-decorative_logo img {
    width: 100%
}

.c-menu-desktop-decorative_title-list {
    bottom: 3.75rem;
    left: 0;
    position: absolute;
    white-space: nowrap
}

.c-menu-desktop-decorative_title-list_item {
    bottom: 0;
    color: #fff;
    font-family: Playfair Display,serif;
    font-size: 10rem;
    left: 0;
    position: absolute;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: left bottom
}

.c-menu-desktop-footer {
    opacity: 0;
    transform: translate3d(0,100px,0);
    transition: transform .45s,opacity .45s
}

.c-menu-desktop-section.is-open .c-menu-desktop-footer {
    opacity: 1;
    transform: none;
    transition-delay: .5s
}

.c-menu-desktop-quick-link {
    border: 1px solid #fff;
    display: flex
}

.c-menu-desktop-quick-link_item {
    align-items: center;
    border-right: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Playfair Display,serif;
    font-size: 1.375rem;
    justify-content: center;
    padding: 1.25rem;
    position: relative;
    text-align: center;
    transition: color .3s cubic-bezier(.4,0,0,1);
    width: 50%;
    /*width: 33.33333%;*/
    z-index: 1
}

    .c-menu-desktop-quick-link_item:last-child {
        border-right: none
    }

    .c-menu-desktop-quick-link_item:before {
        background-color: #fff;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        z-index: -1
    }

    .c-menu-desktop-quick-link_item:hover {
        color: #7f7f7f
    }

        .c-menu-desktop-quick-link_item:hover:before {
            transform: scaleX(1);
            transform-origin: bottom center
        }

.c-menu-desktop-quick-link_icon {
    display: block;
    height: 1.875rem;
    margin-bottom: .625rem;
    width: 1.875rem
}

    .c-menu-desktop-quick-link_icon svg {
        display: block;
        height: 100%;
        width: 100%
    }

.c-menu-desktop-sub-nav {
    margin-top: 1.25rem
}

.c-menu-desktop-sub-nav_item {
    color: #fff;
    cursor: pointer;
    display: block;
    display: inline-block;
    font-size: .8125rem;
    margin-right: 1.25rem;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

html:not(.is-mobile) .c-menu-desktop-sub-nav_item:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .c-menu-desktop-sub-nav_item:hover {
    color: #fff
}

    html:not(.is-mobile) .c-menu-desktop-sub-nav_item:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

.c-menu-desktop-section {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 8.75rem 3.125rem 2.5rem;
    position: absolute;
    top: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1),visibility .3s cubic-bezier(.4,0,0,1),height 0s .3s;
    visibility: hidden;
    width: 100%
}

    .c-menu-desktop-section.is-open {
        height: auto;
        opacity: 1;
        transition: opacity .3s cubic-bezier(.4,0,0,1),visibility .3s cubic-bezier(.4,0,0,1),height 0s 0s;
        visibility: visible
    }

.c-menu-desktop-section_group_title {
    color: #fff;
    display: block;
    font-family: Playfair Display,serif;
    font-size: 1.5rem;
    opacity: 0;
    transform: translate3d(0,75px,0);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1)
}

    .c-menu-desktop-section_group_title:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 1px;
        margin-bottom: 10px;
        position: relative;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        width: 100%
    }

.c-menu-desktop-section_group,
.c-overlay-desktop_section_group {
    margin-bottom: 3.125rem
}

.c-menu-desktop-section_group_list,
.c-overlay-desktop_section_group_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25rem
}

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_title {
    opacity: 1;
    transform: none;
    transition-delay: .25s
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_title:after {
        transform: scaleX(1);
        transition-delay: .5s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item {
    opacity: 1;
    transform: none
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(0) {
        transition-delay: .25s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:first-child {
        transition-delay: .3s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(2) {
        transition-delay: .35s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(3) {
        transition-delay: .4s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(4) {
        transition-delay: .45s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(5) {
        transition-delay: .5s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(6) {
        transition-delay: .55s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(7) {
        transition-delay: .6s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(8) {
        transition-delay: .65s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(9) {
        transition-delay: .7s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(10) {
        transition-delay: .75s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(11) {
        transition-delay: .8s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(12) {
        transition-delay: .85s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(13) {
        transition-delay: .9s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(14) {
        transition-delay: .95s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(15) {
        transition-delay: 1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(16) {
        transition-delay: 1.05s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(17) {
        transition-delay: 1.1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(18) {
        transition-delay: 1.15s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(19) {
        transition-delay: 1.2s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:first-child .c-menu-desktop-section_group_list_item:nth-child(20) {
        transition-delay: 1.25s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_title {
    opacity: 1;
    transform: none;
    transition-delay: .5s
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_title:after {
        transform: scaleX(1);
        transition-delay: .75s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item {
    opacity: 1;
    transform: none
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(0) {
        transition-delay: .5s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:first-child {
        transition-delay: .55s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(2) {
        transition-delay: .6s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(3) {
        transition-delay: .65s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(4) {
        transition-delay: .7s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(5) {
        transition-delay: .75s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(6) {
        transition-delay: .8s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(7) {
        transition-delay: .85s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(8) {
        transition-delay: .9s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(9) {
        transition-delay: .95s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(10) {
        transition-delay: 1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(11) {
        transition-delay: 1.05s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(12) {
        transition-delay: 1.1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(13) {
        transition-delay: 1.15s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(14) {
        transition-delay: 1.2s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(15) {
        transition-delay: 1.25s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(16) {
        transition-delay: 1.3s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(17) {
        transition-delay: 1.35s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(18) {
        transition-delay: 1.4s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(19) {
        transition-delay: 1.45s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(2) .c-menu-desktop-section_group_list_item:nth-child(20) {
        transition-delay: 1.5s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_title {
    opacity: 1;
    transform: none;
    transition-delay: .75s
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_title:after {
        transform: scaleX(1);
        transition-delay: 1s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item {
    opacity: 1;
    transform: none
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(0) {
        transition-delay: .75s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:first-child {
        transition-delay: .8s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(2) {
        transition-delay: .85s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(3) {
        transition-delay: .9s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(4) {
        transition-delay: .95s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(5) {
        transition-delay: 1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(6) {
        transition-delay: 1.05s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(7) {
        transition-delay: 1.1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(8) {
        transition-delay: 1.15s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(9) {
        transition-delay: 1.2s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(10) {
        transition-delay: 1.25s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(11) {
        transition-delay: 1.3s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(12) {
        transition-delay: 1.35s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(13) {
        transition-delay: 1.4s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(14) {
        transition-delay: 1.45s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(15) {
        transition-delay: 1.5s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(16) {
        transition-delay: 1.55s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(17) {
        transition-delay: 1.6s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(18) {
        transition-delay: 1.65s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(19) {
        transition-delay: 1.7s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(3) .c-menu-desktop-section_group_list_item:nth-child(20) {
        transition-delay: 1.75s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_title {
    opacity: 1;
    transform: none;
    transition-delay: 1s
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_title:after {
        transform: scaleX(1);
        transition-delay: 1.25s
    }

.c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item {
    opacity: 1;
    transform: none
}

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(0) {
        transition-delay: 1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:first-child {
        transition-delay: 1.05s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(2) {
        transition-delay: 1.1s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(3) {
        transition-delay: 1.15s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(4) {
        transition-delay: 1.2s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(5) {
        transition-delay: 1.25s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(6) {
        transition-delay: 1.3s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(7) {
        transition-delay: 1.35s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(8) {
        transition-delay: 1.4s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(9) {
        transition-delay: 1.45s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(10) {
        transition-delay: 1.5s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(11) {
        transition-delay: 1.55s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(12) {
        transition-delay: 1.6s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(13) {
        transition-delay: 1.65s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(14) {
        transition-delay: 1.7s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(15) {
        transition-delay: 1.75s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(16) {
        transition-delay: 1.8s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(17) {
        transition-delay: 1.85s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(18) {
        transition-delay: 1.9s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(19) {
        transition-delay: 1.95s
    }

    .c-menu-desktop-section.is-open .c-menu-desktop-section_group:nth-child(4) .c-menu-desktop-section_group_list_item:nth-child(20) {
        transition-delay: 2s
    }

.c-menu-desktop-section_group_list_item {
    color: #fff;
    line-height: 1.25;
    margin-bottom: .75rem;
    margin-left: 1.25rem;
    opacity: 0;
    transform: translate3d(0,75px,0);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1);
    width: calc(33.33333% - 1.25rem)
}

    .c-menu-desktop-section_group_list_item:hover a {
        opacity: .5
    }

    .c-menu-desktop-section_group_list_item a {
        color: #fff;
        transition: opacity .3s cubic-bezier(.4,0,0,1)
    }

@media (max-width:999px) {
    html.is-loaded.has-menu-mobile-open {
        overflow: hidden
    }
}

.c-menu-mobile {
    bottom: 0;
    color: #fff;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 58px;
    transform: translate3d(0,100%,0);
    transition: transform .45s cubic-bezier(.4,0,0,1),visibility .45s cubic-bezier(.4,0,0,1);
    visibility: hidden;
    z-index: 110
}

    .c-menu-mobile:before {
        background-color: #7f7f7f;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }

@media (min-width:1000px) {
    .c-menu-mobile {
        display: none
    }
}

html.is-loaded.has-menu-mobile-open .c-menu-mobile {
    transform: translateZ(0);
    visibility: visible
}

.c-menu-mobile a:hover {
    color: #fff
}

.c-menu-mobile_container {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0,-100%,0);
    transition: transform .45s cubic-bezier(.4,0,0,1)
}

html.is-loaded.has-menu-mobile-open .c-menu-mobile_container {
    transform: translateZ(0)
}

.c-menu-mobile_item {
    border-bottom: 1px solid #fff;
    font-size: 18px
}

    .c-menu-mobile_item.-sub {
        background-color: rgba(0,0,0,.25);
        border-bottom: 1px solid hsla(0,0%,100%,.25)
    }

    .c-menu-mobile_item.is-open > .c-menu-mobile_item_master > .c-menu-mobile_item_icon {
        transform: rotate(180deg)
    }

    .c-menu-mobile_item:not(.-sub).is-open > .c-menu-mobile_item_master:before {
        transform: scaleX(1)
    }

.c-menu-mobile_item_master {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative
}

    .c-menu-mobile_item_master:before {
        background-color: #168c00;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        width: 8px;
        z-index: 2
    }

.c-menu-mobile_item_icon {
    display: block;
    height: 30px;
    transform: rotate(0);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 30px
}

    .c-menu-mobile_item_icon svg {
        display: block;
        height: 100%;
        width: 100%
    }

.c-menu-mobile_nav_list {
    padding: 0 20px 20px
}

.c-menu-mobile_nav_list_item {
    padding: 10px 20px
}

    .c-menu-mobile_nav_list_item a {
        color: #fff;
        opacity: .5
    }

.c-menu-mobile_item_main {
    display: none
}

.c-menu-mobile_quick-link {
    border: 1px solid #fff;
    margin: 30px 20px
}

.c-menu-mobile_quick-link_item {
    align-items: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: space-between
}

    .c-menu-mobile_quick-link_item:last-child {
        border-bottom: none
    }

.c-menu-mobile_quick-link_item_label {
    border-right: 1px solid #fff;
    font-family: Playfair Display,serif;
    font-size: 23px;
    padding: 20px;
    width: calc(100% - 80px)
}

.c-menu-mobile_quick-link_item_icon {
    height: 30px;
    margin-left: 25px;
    margin-right: 25px;
    width: 30px
}

    .c-menu-mobile_quick-link_item_icon svg {
        display: block;
        height: 100%;
        width: 100%
    }

.c-menu-mobile-sub-nav {
    padding: 20px 20px 40px
}

.c-menu-mobile-sub-nav_item {
    color: #fff;
    margin-right: 20px
}

.c-carousel-preview-title[data-scroll] {
    opacity: 0;
    transform: translate3d(0,50px,0);
    transition: opacity .6s cubic-bezier(.4,0,0,1),transform .6s cubic-bezier(.4,0,0,1)
}

    .c-carousel-preview-title[data-scroll].is-show {
        opacity: 1;
        transform: none
    }

@media (min-width:1000px) {
    .c-carousel-preview-title {
        margin: 12.5rem 2.5rem 2.5rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-carousel-preview-title {
        margin: 80px 40px 20px
    }
}

@media (max-width:699px) {
    .c-carousel-preview-title {
        margin: 80px 20px 20px
    }
}

.c-carousel-preview {
    position: relative
}

@media (max-width:999px) {
    .c-carousel-preview {
        margin-left: 40px;
        overflow: hidden
    }
}

@media (max-width:699px) {
    .c-carousel-preview {
        margin-left: 20px
    }
}

@media (max-width:999px) {
    .c-carousel-preview_container {
        margin: 0;
        overflow: visible;
        width: calc(100% - 60px)
    }

    .c-carousel-preview.-rich .c-carousel-preview_container {
        width: calc(100% - 60px)
    }
}

.c-carousel-preview.-rich .c-carousel-preview_container:before {
    background: #d8dde3;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

@media (max-width:999px) {
    .c-carousel-preview.-rich .c-carousel-preview_container:before {
        right: -60px
    }
}

.c-carousel-preview_wrapper {
    align-items: stretch;
    min-height: 30vw
}

.c-carousel-preview_slide {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between
}

.c-carousel-preview:not(.-rich) .c-carousel-preview_slide {
    background-color: #fff
}

.c-carousel-preview_slide.-separator:before {
    background-color: rgba(0,0,0,.1);
    bottom: 2.5rem;
    content: "";
    position: absolute;
    right: 0;
    top: 2.5rem;
    width: 1px
}

.c-carousel-preview_slide_inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-carousel-preview:not(.-rich) .c-carousel-preview_slide_inner {
    height: 100%
}

@media (min-width:1000px) {
    .c-carousel-preview:not(.-rich) .c-carousel-preview_slide_inner {
        padding: 2.5rem
    }
}

@media (max-width:999px) {
    .c-carousel-preview:not(.-rich) .c-carousel-preview_slide_inner {
        padding: 20px
    }
}

.c-carousel-preview_slide_image {
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
    width: 100%
}

.c-carousel-preview_slide_image_inner {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-carousel-preview_slide_title {
    color: #7f7f7f;
    font-family: Playfair Display,serif;
    font-size: 1.5rem;
    margin-bottom: 5rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1);
    width: 90%
}

a:hover .c-carousel-preview_slide_title {
    opacity: .5
}

@media (min-width:700px) and (max-width:999px) {
    .c-carousel-preview_slide_title {
        max-width: 70%
    }
}

@media (max-width:699px) {
    .c-carousel-preview_slide_title {
        margin-bottom: 2.5rem
    }
}

.c-carousel-preview_slide_title a {
    color: currentColor;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

    .c-carousel-preview_slide_title a:hover {
        opacity: .5
    }

.c-carousel-preview:not(.-rich) .c-carousel-preview_slide_footer {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.c-carousel-preview.-rich .c-carousel-preview_slide_footer {
    margin-bottom: 1.25rem
}

.c-carousel-preview_more {
    display: inline-block
}

@media (min-width:1000px) {
    .c-carousel-preview_more {
        bottom: 0;
        display: inline-block;
        left: -5.625rem;
        position: absolute;
        transform: rotate(-90deg) translateY(50%);
        transform-origin: bottom left;
        z-index: 2
    }
}

@media (max-width:999px) {
    .c-carousel-preview_more {
        display: block;
        margin-bottom: 20px;
        margin-right: 20px;
        text-align: right
    }
}

.c-carousel-preview_more a {
    color: #7f7f7f;
    cursor: pointer;
    display: block;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

html:not(.is-mobile) .c-carousel-preview_more a:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .c-carousel-preview_more a:hover {
    color: #7f7f7f
}

    html:not(.is-mobile) .c-carousel-preview_more a:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

.c-carousel-preview_progress {
    background-color: #cd212a;
    bottom: 0;
    height: 5px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform-origin: left center;
    width: 100%;
    z-index: 3
}

@media (max-width:999px) {
    .c-carousel-preview_progress {
        width: calc(100% + 60px)
    }
}

.c-splash-cta {
    align-items: flex-start;
    display: flex;
    position: relative
}

@media (max-width:699px) {
    .c-splash-cta {
        align-items: center;
        flex-direction: column;
        text-align: center
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-splash-cta {
        padding-left: 20px
    }
}

@media (min-width:700px) {
    .c-splash-cta_content {
        flex-grow: 1;
        padding: 5rem 7.5rem 0 5rem
    }
}

@media (max-width:699px) {
    .c-splash-cta_content {
        padding: 10px 40px
    }
}

.c-splash-cta_content_text {
    font-family: Playfair Display,serif;
    font-size: 1.75rem
}

@media (max-width:999px) {
    .c-splash-cta_content_text {
        font-size: 26px
    }
}

@media (max-width:499px) {
    .c-splash-cta_content_text {
        font-size: 22px
    }
}

.c-splash-cta_image {
    flex-shrink: 0;
    position: relative;
    width: 25%;
    z-index: 1
}

@media (max-width:699px) {
    .c-splash-cta_image {
        width: 50%
    }
}

.c-splash-cta_image_mask {
    color: #e8e8e8;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2
}

    .c-splash-cta_image_mask:after, .c-splash-cta_image_mask:before {
        background: #e8e8e8;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 2
    }

    .c-splash-cta_image_mask:before {
        top: -3px
    }

    .c-splash-cta_image_mask:after {
        bottom: -3px
    }

.c-splash-cta_image.-mask .c-splash-cta_image_mask {
    padding-bottom: 122%
}

.c-splash-cta_image_mask svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-splash-cta_image_background {
    bottom: 3px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: -1
}

.c-splash-cta_image_background_inner {
    background-position: 50%;
    background-size: cover;
    bottom: -10px;
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1
}

.c-featured-link-wrap {
    width: 100%
}

@media (min-width:1000px) {
    .c-featured-link-wrap {
        max-width: 18.75rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-featured-link-wrap {
        width: calc(50% - 20px)
    }
}

.c-featured-link {
    color: #fff;
    display: block;
    position: relative;
    width: 100%
}

    .c-featured-link:hover {
        color: #fff
    }

@media (max-width:999px) {
    .c-featured-link {
        margin: 0 auto 40px
    }
}

.c-feature-link_inner {
    position: relative
}

.c-feature-link_top {
    align-items: center;
    background-color: #97141a;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem
}

.c-feature-link_top_label {
    font-family: Playfair Display,serif;
    font-size: 1.4375rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

.c-featured-link:hover .c-feature-link_top_label {
    opacity: .75
}

.c-feature-link_top_icon {
    display: block;
    height: 2.1875rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1);
    width: 2.1875rem
}

.c-featured-link:hover .c-feature-link_top_icon {
    opacity: .75
}

.c-feature-link_top_icon svg {
    display: block;
    height: 100%;
    width: 100%
}

.c-featured-link_image-wrap {
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
    width: 100%
}

.c-featured-link_image {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-feature-link_button {
    bottom: 20px;
    color: #7f7f7f;
    height: 50px;
    position: absolute;
    right: 20px;
    width: 50px
}

.c-feature-link_button_icon {
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px
}

    .c-feature-link_button_icon svg {
        display: block;
        height: 100%;
        width: 100%
    }

.c-quick-links {
    position: relative
}

@media (min-width:1000px) {
    .c-quick-links {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-right: 7.5rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-quick-links {
        display: flex;
        justify-content: space-between
    }
}

.c-quick-links_title {
    display: inline-block;
    font-size: 1rem
}

@media (min-width:1000px) {
    .c-quick-links_title {
        display: inline-block;
        left: -5.625rem;
        position: absolute;
        top: 7.5rem;
        transform: rotate(-90deg) translateY(50%);
        transform-origin: bottom left;
        z-index: 2
    }
}

@media (max-width:999px) {
    .c-quick-links_title {
        display: block;
        margin-bottom: 20px;
        text-align: right
    }
}

.c-quick-links_title a {
    color: #7f7f7f;
    cursor: pointer;
    display: block;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

html:not(.is-mobile) .c-quick-links_title a:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .c-quick-links_title a:hover {
    color: #7f7f7f
}

    html:not(.is-mobile) .c-quick-links_title a:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

@media (min-width:700px) and (max-width:999px) {
    .c-quick-links_list {
        width: calc(50% - 20px)
    }
}

.c-quick-links_list_item {
    font-family: Playfair Display,serif;
    margin-bottom: .625rem;
    opacity: 0;
    transform: translateY(50px);
    transition: transform .45s cubic-bezier(.4,0,0,1),opacity .45s cubic-bezier(.4,0,0,1)
}

@media (min-width:500px) {
    .c-quick-links_list_item {
        font-size: 1.75rem
    }
}

@media (max-width:499px) {
    .c-quick-links_list_item {
        font-size: 20px
    }
}

.c-quick-links.is-show .c-quick-links_list_item {
    opacity: 1;
    transform: none
}

.c-quick-links_list_item:first-child {
    transition-delay: .1s
}

.c-quick-links_list_item:nth-child(2) {
    transition-delay: .2s
}

.c-quick-links_list_item:nth-child(3) {
    transition-delay: .3s
}

.c-quick-links_list_item:nth-child(4) {
    transition-delay: .4s
}

.c-quick-links_list_item:nth-child(5) {
    transition-delay: .5s
}

.c-quick-links_list_item:nth-child(6) {
    transition-delay: .6s
}

.c-quick-links_list_item:nth-child(7) {
    transition-delay: .7s
}

.c-quick-links_list_item:nth-child(8) {
    transition-delay: .8s
}

.c-quick-links_list_item:nth-child(9) {
    transition-delay: .9s
}

.c-quick-links_list_item:nth-child(10) {
    transition-delay: 1s
}

.c-quick-links_list_item:nth-child(11) {
    transition-delay: 1.1s
}

.c-quick-links_list_item:nth-child(12) {
    transition-delay: 1.2s
}

.c-quick-links_list_item:nth-child(13) {
    transition-delay: 1.3s
}

.c-quick-links_list_item:nth-child(14) {
    transition-delay: 1.4s
}

.c-quick-links_list_item:nth-child(15) {
    transition-delay: 1.5s
}

.c-quick-links_list_item a {
    color: #7f7f7f;
    display: block;
    position: relative
}

    .c-quick-links_list_item a:before {
        background-color: #7f7f7f;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        vertical-align: middle;
        width: 20px
    }

html:not(.is-mobile) .c-quick-links_list_item a:hover:before {
    transform: scaleX(1)
}

.c-quick-links_list_item_label {
    display: inline-block;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

html:not(.is-mobile) .c-quick-links_list_item a:hover .c-quick-links_list_item_label {
    transform: translateX(30px)
}

@media (max-width:999px) {
    .c-quick-links_label {
        border-bottom: 1px solid #d8dde3;
        display: block;
        text-align: left
    }
}

.c-footer, .c-related {
    padding-top: 5rem;
    position: relative
}

@media (max-width:699px) {
    .c-footer, .c-related {
        padding-top: 40px
    }
}

.-anniversary.c-related, .c-footer.-anniversary {
    background-color: #303030;
    position: relative
}

@media (min-width:1000px) {
    .c-footer_container, .c-related_container {
        padding: 0 7.5rem
    }
}

.c-footer-box_top {
    position: relative
}

@media (min-width:1200px) {
    .c-footer-box_top {
        padding-bottom: 6.25rem
    }
}

.c-footer-social {
    margin-bottom: 3.75rem
}

@media (min-width:1200px) {
    .c-footer-social {
        padding: 0 3.75rem
    }
}

@media (min-width:1000px) {
    .c-footer-social {
        align-items: flex-end;
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:999px) {
    .c-footer-social {
        padding: 0 40px
    }
}

@media (max-width:699px) {
    .c-footer-social {
        margin-bottom: 40px;
        padding: 0 20px
    }
}

.c-footer-social_title {
    color: #fff;
    font-family: Playfair Display,serif;
    font-size: 8.125rem
}

@media (max-width:999px) {
    .c-footer-social_title {
        display: block;
        font-size: 70px;
        margin-bottom: 40px
    }
}

@media (max-width:499px) {
    .c-footer-social_title {
        font-size: 50px
    }
}

@media (max-width:699px) {
    .c-footer-social_list {
        display: flex;
        justify-content: center
    }
}

.c-footer-social_list_item {
    display: inline-block;
    margin-right: 1.25rem
}

    .c-footer-social_list_item:last-child {
        margin-right: 0
    }

    .c-footer-social_list_item .o-button-round_icon {
        height: 1.5625rem;
        margin-left: -.78125rem;
        margin-top: -.78125rem;
        width: 1.5625rem
    }

@media (max-width:699px) {
    .c-footer-social_list_item {
        margin-left: 10px;
        margin-right: 10px
    }

        .c-footer-social_list_item .o-button-round {
            height: 50px;
            width: 50px
        }
}

.c-footer-box {
    background-color: #fff;
    position: relative;
    z-index: 10
}

@media (min-width:1000px) {
    .c-footer-box {
        padding: 3.75rem
    }
}

@media (max-width:999px) {
    .c-footer-box {
        padding: 40px
    }
}

@media (max-width:699px) {
    .c-footer-box {
        padding: 40px 20px 20px
    }
}

@media (max-width:999px) {
    .c-footer-box_subnav {
        display: none
    }
}

.c-footer-box_subnav_list_item {
    display: inline-block;
    margin-right: 1.25rem
}

    .c-footer-box_subnav_list_item a {
        color: #7f7f7f;
        cursor: pointer;
        display: block;
        position: relative;
        transition: color .3s cubic-bezier(.4,0,0,1);
        z-index: 1
    }

html:not(.is-mobile) .c-footer-box_subnav_list_item a:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .c-footer-box_subnav_list_item a:hover {
    color: #7f7f7f
}

    html:not(.is-mobile) .c-footer-box_subnav_list_item a:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

.c-footer-box_nav_title {
    border-bottom: 1px solid #d8dde3;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px
}

@media (max-width:999px) {
    .c-footer-box_nav_title {
        margin-bottom: 20px;
        text-align: center;
    }
}

.c-footer-box_nav_list {
    font-size: 0;
    padding-top: 25px;
}

.c-footer-box_nav_list_item {
    display: inline-block;
    font-family: Playfair Display,serif;
    font-size: 1.4375rem
}

@media (min-width:1000px) {
    .c-footer-box_nav_list_item {
        width: 50%
    }
}

@media (max-width:999px) {
    .c-footer-box_nav_list_item {
        font-size: 23px;
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:499px) {
    .c-footer-box_nav_list_item {
        font-size: 18px
    }
}

.c-footer-box_nav_list_item a {
    color: #7f7f7f;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

    .c-footer-box_nav_list_item a:hover {
        opacity: .75
    }

.c-footer-quick-link {
    border: 1px solid #7f7f7f;
    transform: translateZ(0)
}

@media (min-width:1000px) {
    .c-footer-quick-link {
        font-size: 0;
        margin-top: 3.75rem;
        width: 100%
    }

    .c-footer-quick-link_item {
        align-items: center;
        border-right: 1px solid #7f7f7f;
        color: #7f7f7f;
        display: inline-flex;
        flex-direction: column-reverse;
        font-family: Playfair Display,serif;
        font-size: 1.375rem;
        justify-content: center;
        padding: 1.25rem;
        position: relative;
        text-align: center;
        transition: color .3s cubic-bezier(.4,0,0,1);
        width: 33.33333%;
        z-index: 1
    }

        .c-footer-quick-link_item:last-child {
            border-right: none
        }

        .c-footer-quick-link_item:before {
            background-color: #7f7f7f;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: scaleY(0);
            transform-origin: top center;
            transition: transform .3s cubic-bezier(.4,0,0,1);
            z-index: -1
        }

        .c-footer-quick-link_item:hover {
            color: #fff
        }

            .c-footer-quick-link_item:hover:before {
                transform: scaleX(1);
                transform-origin: bottom center
            }
}

@media (max-width:999px) {
    .c-footer-quick-link_item {
        align-items: center;
        border-bottom: 1px solid #7f7f7f;
        color: #7f7f7f;
        display: flex;
        justify-content: space-between
    }

        .c-footer-quick-link_item:last-child {
            border-bottom: none
        }

    .c-footer-quick-link_item_label {
        border-right: 1px solid #7f7f7f;
        font-family: Playfair Display,serif;
        font-size: 23px;
        padding: 20px;
        width: calc(100% - 80px)
    }
}

@media (max-width:499px) {
    .c-footer-quick-link_item_label {
        font-size: 18px
    }
}

.c-footer-quick-link_icon {
    display: block;
    position: relative;
    transform: translateZ(0);
    z-index: 5
}

@media (min-width:1000px) {
    .c-footer-quick-link_icon {
        height: 1.875rem;
        margin-bottom: .625rem;
        width: 1.875rem
    }
}

@media (max-width:999px) {
    .c-footer-quick-link_icon {
        height: 30px;
        margin-left: 25px;
        margin-right: 25px;
        width: 30px
    }
}

.c-footer-quick-link_icon svg {
    display: block;
    height: 100%;
    transform: translateZ(0);
    width: 100%
}

.c-footer_copy {
    display: flex;
    font-size: 13px
}

@media (min-width:1000px) {
    .c-footer_copy {
        justify-content: space-between;
        padding: 2.5rem 3.75rem
    }
}

@media (max-width:999px) {
    .c-footer_copy {
        align-items: center;
        flex-direction: column;
        padding: 30px 80px
    }
}

@media (max-width:499px) {
    .c-footer_copy {
        padding: 30px 80px
    }
}

.c-footer_copy_item {
    display: block
}

@media (max-width:699px) {
    .c-footer_copy_item {
        text-align: center
    }
}

.c-footer_copy_item a {
    color: #7f7f7f;
    cursor: pointer;
    display: block;
    display: inline;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: 1
}

html:not(.is-mobile) .c-footer_copy_item a:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .c-footer_copy_item a:hover {
    color: #7f7f7f
}

    html:not(.is-mobile) .c-footer_copy_item a:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

.c-footer_varennes-cie {
    display: block;
    height: 4.375rem;
    width: 9.375rem
}

@media (min-width:1200px) {
    .c-footer_varennes-cie {
        bottom: 0;
        left: 0;
        position: absolute
    }
}

@media (max-width:1199px) {
    .c-footer_varennes-cie {
        margin: 2.5rem 0
    }
}

.c-footer_varennes-cie svg {
    display: block;
    height: 100%;
    width: 100%
}

.c-footer_triggerer {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-footer-anniversary {
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1
}

@media (min-width:1000px) {
    .c-footer-anniversary {
        padding: 9.375rem 7.5rem 31.25rem
    }
}

@media (max-width:999px) {
    .c-footer-anniversary {
        padding: 2.5rem 1.25rem 5rem
    }
}

.c-footer-anniversary_head {
    position: relative
}

.c-footer-anniversary_hint {
    left: 50%;
    opacity: .1;
    position: absolute;
    top: 50%;
    width: 70%;
    z-index: 0
}

    .c-footer-anniversary_hint:before {
        content: "";
        display: block;
        padding-bottom: 62.21335%
    }

    .c-footer-anniversary_hint svg {
        left: 0;
        position: absolute;
        top: 0;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: 65%;
    }

.c-footer-anniversary_title {
    color: #fff;
    display: block;
    font-family: Playfair Display,serif;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 10
}

@media (max-width:999px) {
    .c-footer-anniversary_title {
        font-size: 70px
    }
}

@media (max-width:699px) {
    .c-footer-anniversary_title {
        font-size: 40px
    }
}

.c-footer-anniversary_social {
    margin-bottom: 2.5rem
}

.c-footer-anniversary_bg {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 140%
}

    .c-footer-anniversary_bg:before {
        content: "";
        display: block;
        padding-bottom: 30.2%
    }

    .c-footer-anniversary_bg svg {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateY(50%);
        width: 100%
    }

.c-modal-fancy-button {
    pointer-events: all;
    position: absolute
}

@media (min-width:1000px) {
    .c-modal-fancy-button {
        height: 5rem;
        left: 50%;
        margin-left: -2.5rem;
        margin-top: -2.5rem;
        top: 0;
        width: 5rem
    }
}

@media (max-width:999px) {
    .c-modal-fancy-button {
        height: 65px;
        left: 50%;
        margin-left: -32.5px;
        margin-top: -32.5px;
        top: 100%;
        width: 65px;
        z-index: 2
    }
}

.c-modal-fancy-button:before {
    background-color: #168c00;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: border-radius .3s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.17,.67,.3,1.33)
}

html.is-first-hit .c-modal-fancy-button:before {
    transition-delay: 1s
}

html.is-loaded .c-modal-fancy-button:before {
    transform: scale(1)
}

html.has-modal-fancy-open .c-modal-fancy-button {
    pointer-events: none
}

@media (min-width:1000px) {
    .c-modal-fancy-button:hover:before, html.has-modal-fancy-show .c-modal-fancy-button:before {
        border-radius: 0
    }
}

@media (max-width:999px) {
    html.has-modal-fancy-show .c-modal-fancy-button:before {
        transform: scale(0);
        transition-timing-function: cubic-bezier(.4,0,0,1)
    }
}

.c-modal-fancy-button_icon {
    height: 21px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.17,.67,.3,1.33);
    width: 21px
}

html.is-first-hit .c-modal-fancy-button_icon {
    transition-delay: 1s
}

html.is-loaded .c-modal-fancy-button_icon {
    transform: scale(1.2)
}

.c-modal-fancy-button:hover .c-modal-fancy-button_icon:before {
    transform: scaleX(.6)
}

.c-modal-fancy-button:hover .c-modal-fancy-button_icon:after {
    transform: scaleY(.6)
}

@media (max-width:999px) {
    html.has-modal-fancy-show .c-modal-fancy-button_icon {
        transform: scale(0)
    }
}

.c-modal-fancy-button_icon:before {
    height: 1px;
    left: 0;
    top: 10px;
    transform: scaleX(.8);
    width: 100%
}

.c-modal-fancy-button_icon:after, .c-modal-fancy-button_icon:before {
    background-color: #fff;
    content: "";
    position: absolute;
    transition: transform .3s cubic-bezier(.17,.67,.3,1.33)
}

.c-modal-fancy-button_icon:after {
    height: 100%;
    left: 10px;
    top: 0;
    transform: scaleY(.8);
    width: 1px
}

.c-modal-fancy {
    pointer-events: none;
    z-index: 15
}

@media (min-width:1000px) {
    .c-modal-fancy {
        bottom: 0;
        left: 0;
        min-height: 36.25rem;
        position: absolute;
        right: calc(50% - 2.5rem);
        top: 15rem
    }
}

@media (max-width:999px) {
    .c-modal-fancy {
        bottom: 40px;
        left: 0;
        max-height: 80vh;
        position: fixed;
        right: 0;
        top: 100px
    }
}

html.has-modal-fancy-open .c-modal-fancy {
    pointer-events: all
}

.c-modal-fancy_content {
    height: 100%;
    position: relative;
    z-index: 10
}

@media (min-width:1000px) {
    .c-modal-fancy_content {
        padding: 3.75rem
    }
}

@media (max-width:999px) {
    .c-modal-fancy_content {
        padding: 1.25rem 1.25rem 40px
    }
}

html.has-modal-fancy-open .c-modal-fancy_content {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.c-modal-fancy_background {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    transform-origin: right top;
    z-index: 2
}

@media (min-width:1000px) {
    .c-modal-fancy_background {
        right: 0;
        top: 0
    }
}

@media (max-width:999px) {
    .c-modal-fancy_background {
        left: 7px;
        top: 0;
        transform-origin: left top
    }
}

.c-modal-fancy_background-target {
    opacity: 0;
    position: absolute
}

@media (min-width:1000px) {
    .c-modal-fancy_background-target {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }
}

@media (max-width:999px) {
    .c-modal-fancy_background-target {
        bottom: 0;
        left: 7px;
        right: 7px;
        top: 0
    }
}

.c-modal-fancy_anniversary-bg {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translate(-5%,100%) scaleX(1.6);
    transform-origin: left center;
    transition-delay: 0s;
    transition-duration: .15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,0,1);
    width: 180%;
    z-index: 3
}

html.has-modal-fancy-open .c-modal-fancy_anniversary-bg {
    opacity: 1;
    transform: translate(-5%,60%) scaleX(1.6);
    transition-delay: .8s;
    transition-duration: .6s
}

.c-modal-fancy_anniversary-bg:before {
    content: "";
    display: block;
    padding-bottom: 30.2%
}

.c-modal-fancy_anniversary-bg svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width:999px) {
    .c-modal-fancy_anniversary-bg {
        display: none
    }
}

.c-modal-fancy_title {
    color: #fff;
    display: inline-block;
    font-family: Playfair Display,serif;
    left: 0;
    margin-bottom: 5rem;
    position: relative;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition: color 1s cubic-bezier(.4,0,0,1);
    z-index: 10
}

html.has-modal-fancy-open .c-modal-fancy_title {
    color: #7f7f7f
}

@media (min-width:1000px) {
    .c-modal-fancy_title {
        font-size: 10rem
    }
}

@media (max-width:999px) {
    .c-modal-fancy_title {
        font-size: 60px;
        margin-bottom: 60px
    }
}

.c-modal-fancy_title-target {
    color: #fff;
    display: inline-block;
    font-family: Playfair Display,serif;
    font-size: 2.8125rem;
    opacity: 0;
    position: relative;
    z-index: 8
}

@media (min-width:700px) {
    .c-modal-fancy_title-target {
        margin-bottom: 3.75rem
    }
}

@media (max-width:699px) {
    .c-modal-fancy_title-target {
        margin-bottom: 40px
    }
}

.c-modal-fancy_bottom {
    display: flex;
    justify-content: space-between
}

@media (max-width:1199px) {
    .c-modal-fancy_bottom {
        flex-direction: column
    }
}

.c-modal-fancy_bottom_text {
    font-family: Playfair Display,serif;
    font-size: 1.2375rem;
    opacity: 0;
    transform: translate3d(0,-100px,0);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1)
}

@media (min-width:1200px) {
    .c-modal-fancy_bottom_text {
        width: calc(55% - 1.25rem)
    }
}

@media (max-width:1199px) {
    .c-modal-fancy_bottom_text {
        margin-bottom: 20px;
        width: 100%
    }
}

html.has-modal-fancy-open .c-modal-fancy_bottom_text {
    opacity: 1;
    transform: none;
    transition-delay: .75s
}

.is-open .c-modal-fancy_list .c-list-arrow_item:first-child, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:first-child {
    opacity: 1;
    transform: none;
    transition-delay: .85s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:first-child:before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:first-child:before {
        transform: scaleX(1);
        transition-delay: .85s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(2), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: .95s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(2):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(2):before {
        transform: scaleX(1);
        transition-delay: .95s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(3), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 1.05s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(3):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(3):before {
        transform: scaleX(1);
        transition-delay: 1.05s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(4), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: 1.15s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(4):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(4):before {
        transform: scaleX(1);
        transition-delay: 1.15s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(5), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: 1.25s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(5):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(5):before {
        transform: scaleX(1);
        transition-delay: 1.25s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(6), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: 1.35s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(6):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(6):before {
        transform: scaleX(1);
        transition-delay: 1.35s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(7), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(7) {
    opacity: 1;
    transform: none;
    transition-delay: 1.45s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(7):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(7):before {
        transform: scaleX(1);
        transition-delay: 1.45s
    }

.is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(8), html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(8) {
    opacity: 1;
    transform: none;
    transition-delay: 1.55s
}

    .is-open .c-modal-fancy_list .c-list-arrow_item:nth-child(8):before, html.has-modal-fancy-open .c-modal-fancy_list .c-list-arrow_item:nth-child(8):before {
        transform: scaleX(1);
        transition-delay: 1.55s
    }

@media (min-width:1200px) {
    .c-modal-fancy_aside {
        width: calc(45% - 1.25rem)
    }
}

@media (max-width:1199px) {
    .c-modal-fancy_aside {
        width: 100%
    }
}

.c-modal-fancy_socials {
    display: flex;
    gap: 1.25rem;
    margin-top: 2.5rem;
    opacity: 0;
    transform: translate3d(0,100px,0);
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1)
}

html.has-modal-fancy-open .c-modal-fancy_socials {
    opacity: 1;
    transform: none;
    transition-delay: .9s
}

.c-modal-fancy_close {
    height: 5rem;
    position: absolute;
    width: 5rem;
    z-index: 20
}

    .c-modal-fancy_close:before {
        background-color: #d8dde3;
        border-radius: 50%;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(0);
        transition: border-radius .3s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1)
    }

@media (min-width:1000px) {
    .c-modal-fancy_close {
        right: 2.5rem;
        top: 2.5rem
    }
}

@media (max-width:999px) {
    .c-modal-fancy_close {
        left: 50%;
        margin-left: -2.5rem;
        margin-top: -2.5rem;
        top: 100%
    }

        .c-modal-fancy_close:before {
            background-color: #7f7f7f
        }
}

html.has-modal-fancy-open .c-modal-fancy_close:before {
    transform: scale(1);
    transition: border-radius .3s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.17,.67,.3,1.33)
}

html.modal-fancy-is-animating .c-modal-fancy_close:before {
    transition-delay: .75s
}

html.has-modal-fancy-open .c-modal-fancy_close:hover:before {
    transform: scale(1.1)
}

.c-modal-fancy_close_icon {
    height: 21px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) scale(0);
    transition: transform .3s cubic-bezier(.17,.67,.3,1.33);
    width: 21px
}

html.has-modal-fancy-open .c-modal-fancy_close_icon {
    transform: rotate(45deg) scale(1)
}

html.modal-fancy-is-animating .c-modal-fancy_close_icon {
    transition-delay: .75s
}

.c-modal-fancy_close_icon:before {
    background-color: #7f7f7f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%
}

.c-modal-fancy_close_icon:after {
    background-color: #7f7f7f;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px
}

@media (max-width:999px) {
    .c-modal-fancy_close_icon:after, .c-modal-fancy_close_icon:before {
        background-color: #fff
    }
}

.c-search-overlay {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 103
}

html.has-search-overlay-open .c-search-overlay {
    pointer-events: all
}

.c-search-overlay:before {
    background-color: #cd212a;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .95;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .45s cubic-bezier(.4,0,0,1);
    z-index: -1
}

html.has-search-overlay-open .c-search-overlay:before {
    transform: scaleX(1)
}

.c-search-overlay_nav {
    position: absolute;
    right: 1.25rem;
    top: 6.25rem
}

@media (max-width:999px) {
    .c-search-overlay_nav {
        display: none
    }
}

.c-search-overlay_nav_list {
    font-size: 0
}

.c-search-overlay_nav_item {
    margin-bottom: 1.25rem;
    opacity: 0;
    position: relative;
    transform: translate3d(0,-75px,0);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

html.has-search-overlay-open .c-search-overlay_nav_item {
    opacity: 1;
    transform: translateZ(0)
}

    html.has-search-overlay-open .c-search-overlay_nav_item:first-child {
        transition-delay: .1s
    }

    html.has-search-overlay-open .c-search-overlay_nav_item:nth-child(2) {
        transition-delay: .2s
    }

    html.has-search-overlay-open .c-search-overlay_nav_item:nth-child(3) {
        transition-delay: .3s
    }

    html.has-search-overlay-open .c-search-overlay_nav_item:nth-child(4) {
        transition-delay: .4s
    }

    html.has-search-overlay-open .c-search-overlay_nav_item:nth-child(5) {
        transition-delay: .5s
    }

    html.has-search-overlay-open .c-search-overlay_nav_item:nth-child(6) {
        transition-delay: .6s
    }

    html.has-search-overlay-open .c-search-overlay_nav_item:nth-child(7) {
        transition-delay: .7s
    }

.c-search-overlay_nav_item_label {
    color: #fff;
    display: block;
    font-size: 16px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate3d(-20px,-50%,0);
    white-space: nowrap
}

@media (min-width:1600px) {
    .c-search-overlay_nav_item_label {
        font-size: 1rem
    }
}

.c-search-overlay_nav_item_button:before {
    background-color: rgba(137,16,23,.8)
}

.c-search-overlay_nav_item_button .o-button-round_icon {
    color: #fff;
    display: block;
    height: 1.625rem;
    left: 50%;
    margin-left: -.8125rem;
    margin-top: -.8125rem;
    position: absolute;
    top: 50%;
    width: 1.625rem
}

.c-search-overlay_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    padding: 12.5rem 7.5rem 6.25rem 12.5rem;
    transform: translate3d(0,-75px,0);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

@media (min-width:1200px) {
    .c-search-overlay_container {
        padding: 12.5rem 7.5rem 6.25rem 12.5rem
    }
}

@media (max-width:1199px) and (min-width:1000px) {
    .c-search-overlay_container {
        padding: 6.25rem 17.5rem 6.25rem 6.25rem
    }
}

@media (max-width:999px) and (min-width:500px) {
    .c-search-overlay_container {
        padding: 90px 30px
    }
}

@media (max-width:499px) {
    .c-search-overlay_container {
        padding: 90px 20px
    }
}

html.has-search-overlay-open .c-search-overlay_container {
    opacity: 1;
    transform: translateZ(0)
}

.c-search-overlay_quick-links {
    font-size: 0
}

.c-search-overlay_quick-links_item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px
}

@media (min-width:1600px) {
    .c-search-overlay_quick-links_item {
        font-size: 1rem
    }
}

@media (min-width:700px) {
    .c-search-overlay_quick-links_item {
        width: 33.33333%
    }
}

@media (max-width:699px) {
    .c-search-overlay_quick-links_item {
        font-size: 14px;
        width: 50%
    }
}

@media (max-width:499px) {
    .c-search-overlay_quick-links_item {
        padding-right: 10px
    }
}

.c-search-overlay_quick-links_item a {
    color: #fff;
    cursor: pointer;
    display: block;
    display: inline-block;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

html:not(.is-mobile) .c-search-overlay_quick-links_item a:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

html:not(.is-mobile) .c-search-overlay_quick-links_item a:hover {
    color: #fff
}

    html:not(.is-mobile) .c-search-overlay_quick-links_item a:hover:before {
        transform: scaleX(1);
        transform-origin: left center
    }

.c-breadcrumbs {
    max-width: 40rem;
    padding-bottom: 1.25rem;
    position: relative;
    z-index: 1
}

@media (min-width:700px) {
    .c-breadcrumbs {
        margin-bottom: 3.75rem
    }
}

@media (max-width:699px) {
    .c-breadcrumbs {
        margin-bottom: 20px
    }
}

.c-breadcrumbs:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 100%;
    width: 100%
}

.c-header-white .c-breadcrumbs:before {
    background-color: #7f7f7f
}

.c-breadcrumbs_list {
    color: #fff;
    font-size: 0
}

.c-header-white .c-breadcrumbs_list {
    color: #7f7f7f
}

.c-breadcrumbs_list_item {
    display: inline-block;
    position: relative
}

@media (min-width:1000px) {
    .c-breadcrumbs_list_item {
        font-size: 1rem
    }
}

@media (max-width:999px) {
    .c-breadcrumbs_list_item {
        font-size: 16px
    }
}

@media (max-width:699px) {
    .c-breadcrumbs_list_item:not(:last-child) {
        display: none
    }
}

.c-breadcrumbs_list_item:after {
    content: "—";
    margin-left: .4375rem;
    margin-right: .625rem
}

.c-breadcrumbs_list_item:last-child:after {
    content: none
}

.c-breadcrumbs_list_item_button {
    position: relative;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

    .c-breadcrumbs_list_item_button:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: .4375rem;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        vertical-align: middle;
        width: 0
    }

.c-header-white .c-breadcrumbs_list_item_button:after {
    border-top: 5px solid #7f7f7f
}

.c-breadcrumbs.is-open .c-breadcrumbs_list_item_button:after {
    transform: rotate(180deg)
}

.c-breadcrumbs_list_item_button:hover {
    opacity: .5
}

.c-breadcrumbs_nav {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%
}

@media (min-width:700px) {
    .c-breadcrumbs_nav {
        padding: 1.875rem 1.875rem 1.875rem 33.33333%
    }
}

@media (max-width:699px) {
    .c-breadcrumbs_nav {
        padding: 20px 20px 20px 40px
    }
}

.c-breadcrumbs_nav:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

.c-header-white .c-breadcrumbs_nav:before {
    background-color: #97141a
}

.c-breadcrumbs.is-open .c-breadcrumbs_nav {
    pointer-events: all
}

    .c-breadcrumbs.is-open .c-breadcrumbs_nav:before {
        transform: scaleX(1)
    }

.c-breadcrumbs_list_item_link {
    align-items: center;
    color: #fff;
    display: inline-flex;
    padding: 5px;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

    .c-breadcrumbs_list_item_link:hover {
        opacity: .5
    }

.c-header-white .c-breadcrumbs_list_item_link {
    color: #7f7f7f
}

.c-breadcrumbs_list_item_link_icon {
    height: .9375rem;
    width: .9375rem
}

@media (min-width:1000px) {
    .c-category .c-list-arrow {
        padding: 0 2.5rem
    }
}

.c-list-arrow_item {
    display: block;
    opacity: 0;
    position: relative;
    transform: translate3d(0,50px,0);
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform .3s cubic-bezier(.4,0,0,1)
}

    .c-list-arrow_item:before {
        background-color: #7f7f7f;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        width: 100%
    }

.c-category .c-list-arrow_item:before, .c-header-white .c-list-arrow_item:before {
    background-color: #d8dde3;
    opacity: .45
}

.c-breadcrumbs.is-open .c-list-arrow_item:first-child, .c-category.is-open .c-list-arrow_item:first-child, html.has-modal-fancy-open .c-list-arrow_item:first-child, html.is-loaded .c-search-nav .c-list-arrow_item:first-child {
    opacity: 1;
    transform: none;
    transition-delay: .1s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:first-child:before, .c-category.is-open .c-list-arrow_item:first-child:before, html.has-modal-fancy-open .c-list-arrow_item:first-child:before, html.is-loaded .c-search-nav .c-list-arrow_item:first-child:before {
        transform: scaleX(1);
        transition-delay: .1s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(2), .c-category.is-open .c-list-arrow_item:nth-child(2), html.has-modal-fancy-open .c-list-arrow_item:nth-child(2), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: .2s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(2):before, .c-category.is-open .c-list-arrow_item:nth-child(2):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(2):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(2):before {
        transform: scaleX(1);
        transition-delay: .2s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(3), .c-category.is-open .c-list-arrow_item:nth-child(3), html.has-modal-fancy-open .c-list-arrow_item:nth-child(3), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: .3s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(3):before, .c-category.is-open .c-list-arrow_item:nth-child(3):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(3):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(3):before {
        transform: scaleX(1);
        transition-delay: .3s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(4), .c-category.is-open .c-list-arrow_item:nth-child(4), html.has-modal-fancy-open .c-list-arrow_item:nth-child(4), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: .4s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(4):before, .c-category.is-open .c-list-arrow_item:nth-child(4):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(4):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(4):before {
        transform: scaleX(1);
        transition-delay: .4s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(5), .c-category.is-open .c-list-arrow_item:nth-child(5), html.has-modal-fancy-open .c-list-arrow_item:nth-child(5), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: .5s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(5):before, .c-category.is-open .c-list-arrow_item:nth-child(5):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(5):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(5):before {
        transform: scaleX(1);
        transition-delay: .5s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(6), .c-category.is-open .c-list-arrow_item:nth-child(6), html.has-modal-fancy-open .c-list-arrow_item:nth-child(6), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: .6s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(6):before, .c-category.is-open .c-list-arrow_item:nth-child(6):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(6):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(6):before {
        transform: scaleX(1);
        transition-delay: .6s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(7), .c-category.is-open .c-list-arrow_item:nth-child(7), html.has-modal-fancy-open .c-list-arrow_item:nth-child(7), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(7) {
    opacity: 1;
    transform: none;
    transition-delay: .7s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(7):before, .c-category.is-open .c-list-arrow_item:nth-child(7):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(7):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(7):before {
        transform: scaleX(1);
        transition-delay: .7s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(8), .c-category.is-open .c-list-arrow_item:nth-child(8), html.has-modal-fancy-open .c-list-arrow_item:nth-child(8), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(8) {
    opacity: 1;
    transform: none;
    transition-delay: .8s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(8):before, .c-category.is-open .c-list-arrow_item:nth-child(8):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(8):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(8):before {
        transform: scaleX(1);
        transition-delay: .8s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(9), .c-category.is-open .c-list-arrow_item:nth-child(9), html.has-modal-fancy-open .c-list-arrow_item:nth-child(9), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(9) {
    opacity: 1;
    transform: none;
    transition-delay: .9s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(9):before, .c-category.is-open .c-list-arrow_item:nth-child(9):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(9):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(9):before {
        transform: scaleX(1);
        transition-delay: .9s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(10), .c-category.is-open .c-list-arrow_item:nth-child(10), html.has-modal-fancy-open .c-list-arrow_item:nth-child(10), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(10) {
    opacity: 1;
    transform: none;
    transition-delay: 1s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(10):before, .c-category.is-open .c-list-arrow_item:nth-child(10):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(10):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(10):before {
        transform: scaleX(1);
        transition-delay: 1s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(11), .c-category.is-open .c-list-arrow_item:nth-child(11), html.has-modal-fancy-open .c-list-arrow_item:nth-child(11), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(11) {
    opacity: 1;
    transform: none;
    transition-delay: 1.1s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(11):before, .c-category.is-open .c-list-arrow_item:nth-child(11):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(11):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(11):before {
        transform: scaleX(1);
        transition-delay: 1.1s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(12), .c-category.is-open .c-list-arrow_item:nth-child(12), html.has-modal-fancy-open .c-list-arrow_item:nth-child(12), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(12) {
    opacity: 1;
    transform: none;
    transition-delay: 1.2s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(12):before, .c-category.is-open .c-list-arrow_item:nth-child(12):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(12):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(12):before {
        transform: scaleX(1);
        transition-delay: 1.2s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(13), .c-category.is-open .c-list-arrow_item:nth-child(13), html.has-modal-fancy-open .c-list-arrow_item:nth-child(13), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(13) {
    opacity: 1;
    transform: none;
    transition-delay: 1.3s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(13):before, .c-category.is-open .c-list-arrow_item:nth-child(13):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(13):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(13):before {
        transform: scaleX(1);
        transition-delay: 1.3s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(14), .c-category.is-open .c-list-arrow_item:nth-child(14), html.has-modal-fancy-open .c-list-arrow_item:nth-child(14), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(14) {
    opacity: 1;
    transform: none;
    transition-delay: 1.4s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(14):before, .c-category.is-open .c-list-arrow_item:nth-child(14):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(14):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(14):before {
        transform: scaleX(1);
        transition-delay: 1.4s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(15), .c-category.is-open .c-list-arrow_item:nth-child(15), html.has-modal-fancy-open .c-list-arrow_item:nth-child(15), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(15) {
    opacity: 1;
    transform: none;
    transition-delay: 1.5s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(15):before, .c-category.is-open .c-list-arrow_item:nth-child(15):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(15):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(15):before {
        transform: scaleX(1);
        transition-delay: 1.5s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(16), .c-category.is-open .c-list-arrow_item:nth-child(16), html.has-modal-fancy-open .c-list-arrow_item:nth-child(16), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(16) {
    opacity: 1;
    transform: none;
    transition-delay: 1.6s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(16):before, .c-category.is-open .c-list-arrow_item:nth-child(16):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(16):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(16):before {
        transform: scaleX(1);
        transition-delay: 1.6s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(17), .c-category.is-open .c-list-arrow_item:nth-child(17), html.has-modal-fancy-open .c-list-arrow_item:nth-child(17), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(17) {
    opacity: 1;
    transform: none;
    transition-delay: 1.7s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(17):before, .c-category.is-open .c-list-arrow_item:nth-child(17):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(17):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(17):before {
        transform: scaleX(1);
        transition-delay: 1.7s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(18), .c-category.is-open .c-list-arrow_item:nth-child(18), html.has-modal-fancy-open .c-list-arrow_item:nth-child(18), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(18) {
    opacity: 1;
    transform: none;
    transition-delay: 1.8s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(18):before, .c-category.is-open .c-list-arrow_item:nth-child(18):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(18):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(18):before {
        transform: scaleX(1);
        transition-delay: 1.8s
    }

.c-breadcrumbs.is-open .c-list-arrow_item:nth-child(19), .c-category.is-open .c-list-arrow_item:nth-child(19), html.has-modal-fancy-open .c-list-arrow_item:nth-child(19), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(19) {
    opacity: 1;
    transform: none;
    transition-delay: 1.9s
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(19):before, .c-category.is-open .c-list-arrow_item:nth-child(19):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(19):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(19):before {
        transform: scaleX(1);
        transition-delay: 1.9s
    }

.c-breadcrumbs.is-open .c-list-arrow_item, .c-category.is-open .c-list-arrow_item, html.has-modal-fancy-open .c-list-arrow_item, html.is-loaded .c-search-nav .c-list-arrow_item {
    transition: opacity .45s cubic-bezier(.4,0,0,1),transform .45s cubic-bezier(.4,0,0,1)
}

    .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(20), .c-category.is-open .c-list-arrow_item:nth-child(20), html.has-modal-fancy-open .c-list-arrow_item:nth-child(20), html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(20) {
        opacity: 1;
        transform: none;
        transition-delay: 2s
    }

        .c-breadcrumbs.is-open .c-list-arrow_item:nth-child(20):before, .c-category.is-open .c-list-arrow_item:nth-child(20):before, html.has-modal-fancy-open .c-list-arrow_item:nth-child(20):before, html.is-loaded .c-search-nav .c-list-arrow_item:nth-child(20):before {
            transform: scaleX(1);
            transition-delay: 2s
        }

.c-list-arrow_item_icon {
    display: block;
    height: 1.25rem;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 1.25rem
}

.c-list-arrow_item_link:hover .c-list-arrow_item_icon {
    transform: translateX(-10px)
}

.c-list-arrow_item_icon svg {
    display: block;
    height: 100%;
    width: 100%
}

.c-list-arrow_item_label {
    display: inline-block;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

html.is-ie .c-list-arrow_item_label {
    width: 100%
}

@media (min-width:1000px) {
    .c-list-arrow_item_link:hover .c-list-arrow_item_label {
        transform: translateX(10px)
    }
}

.c-list-arrow_item_link {
    color: #7f7f7f;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

.c-category .c-list-arrow_item_link, .c-header-white .c-list-arrow_item_link {
    color: #fff
}

@media (max-width:999px) {
    .c-category .c-list-arrow_item_link {
        padding-left: 30px;
        padding-right: 30px
    }
}

.c-list-arrow_item_link:before {
    background-color: #7f7f7f;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -2
}

.c-category .c-list-arrow_item_link:before {
    background-color: #cd212a
}

.c-list-arrow.-simple-hover .c-list-arrow_item_link:before {
    content: none
}

.c-list-arrow_item_link:after {
    background-color: #7f7f7f;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -25px;
    position: absolute;
    top: 18px;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 7px
}

.c-category .c-list-arrow_item_link:after {
    background-color: #fff
}

@media (max-width:999px) {
    .c-category .c-list-arrow_item_link:after {
        left: 13px
    }
}

.c-header-white .c-list-arrow_item_link:after {
    background-color: #fff
}

.c-list-arrow_item_link.is-checked:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 14 10.25'%3E%3Cpath d='M4.75 10.25a.997.997 0 0 1-.707-.293l-3.75-3.75a1 1 0 0 1 1.414-1.414L4.75 7.836 12.293.293a1 1 0 1 1 1.414 1.414l-8.25 8.25a.997.997 0 0 1-.707.293z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    height: .75em;
    left: -1.66em;
    width: .75em
}

.c-list-arrow_item_link.is-checked:after, .c-list-arrow_item_link.is-current:after {
    transform: scale(1)
}

.c-list-arrow_item_link:hover {
    color: #fff
}

html:not(.is-mobile) .c-list-arrow_item_link:hover:before {
    transform: scaleY(1)
}

.c-search-form {
    color: #fff;
    position: relative
}

.c-directory-search .c-search-form {
    color: #7f7f7f
}

@media (min-width:1000px) {
    .c-directory-search .c-search-form {
        margin-bottom: 3.75rem
    }
}

@media (max-width:999px) {
    .c-directory-search .c-search-form {
        margin-bottom: 60px
    }
}

@media (min-width:700px) {
    .c-search-overlay .c-search-form {
        margin-bottom: 6.25rem;
        max-width: 56.25rem
    }
}

@media (max-width:699px) {
    .c-search-overlay .c-search-form {
        margin-bottom: 50px
    }
}

.c-header-page .c-search-form {
    opacity: 0;
    transform: translate3d(0,-50px,0);
    transition: transform .9s cubic-bezier(.4,0,0,1),opacity .9s cubic-bezier(.4,0,0,1);
    transition-delay: 1.2s
}

html.is-loaded .c-header-page .c-search-form {
    opacity: 1;
    transform: translateZ(0)
}

.c-search-form_input {
    background: transparent;
    border: none;
    font-family: Playfair Display,serif;
    padding: 0 3.125rem 15px 0;
    position: relative
}

@media (min-width:700px) {
    .c-search-form_input {
        font-size: 2.8125rem
    }
}

@media (max-width:699px) {
    .c-search-form_input {
        font-size: 28px
    }
}

.c-search-form_input::-moz-placeholder {
    color: #fff
}

.c-search-form_input:-ms-input-placeholder {
    color: #fff
}

.c-search-form_input::placeholder {
    color: #fff
}

.c-directory-search .c-search-form_input::-moz-placeholder {
    color: #7f7f7f
}

.c-directory-search .c-search-form_input:-ms-input-placeholder {
    color: #7f7f7f
}

.c-directory-search .c-search-form_input::placeholder {
    color: #7f7f7f
}

.c-search-form_line {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.c-directory-search .c-search-form_line {
    background-color: #7f7f7f
}

.c-directory-search_delete, .c-search-form_button {
    bottom: 20px;
    display: block;
    height: 3.125rem;
    position: absolute;
    right: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform .3s cubic-bezier(.4,0,0,1);
    width: 3.125rem
}

@media (max-width:699px) {
    .c-directory-search_delete, .c-search-form_button {
        bottom: 15px;
        height: 30px;
        width: 30px
    }
}

.c-directory-search_delete svg, .c-search-form_button svg {
    display: block;
    height: 100%;
    width: 100%
}

.c-directory-search_delete:focus, .c-directory-search_delete:hover, .c-search-form_button:focus, .c-search-form_button:hover {
    opacity: .5
}

@media (min-width:1000px) {
    .c-search-form-wrap {
        padding-right: 6.25rem
    }
}

.c-search-nav-wrap {
    z-index: 100
}

@media (min-width:1000px) {
    .c-search-nav-wrap {
        height: 100vh;
        left: 0;
        position: absolute;
        top: 0;
        width: 25%
    }
}

@media (max-width:999px) {
    .c-search-nav-wrap {
        transform: none !important
    }
}

.c-search-nav {
    background-color: #ebeef1;
    width: 100%
}

@media (min-width:1000px) {
    .c-search-nav {
        bottom: 0;
        left: 0;
        min-height: 50vh;
        padding: 2.5rem;
        position: absolute
    }
}

@media (max-width:999px) {
    .c-search-nav {
        padding: 20px 40px
    }
}

@media (max-width:699px) {
    .c-search-nav {
        padding: 20px
    }
}

@media (max-width:999px) {
    .c-search-nav_list {
        display: none
    }
}

.c-search-nav_title {
    font-family: Playfair Display,serif;
    font-weight: 400;
    margin: 0
}

@media (min-width:1000px) {
    .c-search-nav_title {
        font-size: 2.8125rem;
        line-height: 3.125rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width:999px) {
    .c-search-nav_title {
        font-size: 24px
    }
}

@media (min-width:1000px) {
    .c-search-nav_title_number {
        display: block
    }
}

.c-search-result_title {
    color: #7f7f7f;
    font-weight: 400
}

@media (min-width:1000px) {
    .c-search-result_title {
        font-size: 1.125rem
    }
}

.c-search-result_item {
    position: relative
}

    .c-search-result_item:after {
        background: #7f7f7f;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: .25;
        position: absolute;
        right: 0
    }

.c-search-result_item_icon {
    flex-basis: 3.125rem;
    height: 3.125rem;
    padding-left: 15px;
    width: 3.125rem
}

    .c-search-result_item_icon svg {
        display: block;
        height: 100%;
        width: 100%
    }

@media (max-width:999px) {
    .c-search-result_item_icon {
        flex-basis: 2.5rem;
        height: 2.5rem;
        width: 2.5rem
    }
}

.c-search-result_link {
    align-items: center;
    color: #7f7f7f;
    display: flex;
    justify-content: space-between;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

html:not(.is-mobile) .c-search-result_link:hover {
    opacity: .5
}

@media (min-width:1000px) {
    .c-search-result_link {
        font-size: 1.75rem;
        padding: 1.875rem 0
    }
}

@media (max-width:999px) {
    .c-search-result_link {
        font-size: 24px;
        padding: 20px 0
    }
}

.c-contact .o-wysiwyg a {
    border: none
}

.c-contact .o-wysiwyg h3 {
    font-weight: 500
}

.c-contact_block, .c-contact_list {
    position: relative
}

    .c-contact_list:after {
        background: #7f7f7f;
        content: "";
        height: 1px;
        left: 0;
        opacity: .25;
        position: absolute;
        right: 0;
        top: 0
    }

.c-contact_item {
    display: flex;
    position: relative
}

@media (min-width:1000px) {
    .c-contact_item {
        font-size: 1.25rem;
        padding: 1.875rem 6.25rem 1.875rem 0
    }
}

@media (max-width:999px) {
    .c-contact_item {
        flex-direction: column;
        font-size: 16px;
        padding: 20px 80px 20px 0
    }
}

.c-contact_item:after {
    background: #7f7f7f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .25;
    position: absolute;
    right: 0
}

.c-contact_email {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

@media (min-width:1000px) {
    .c-contact_email {
        height: 3.125rem;
        width: 3.125rem
    }
}

@media (max-width:999px) {
    .c-contact_email {
        height: 40px;
        width: 40px
    }
}

.c-contact_email:before {
    background: #ebeef1;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

.c-contact_email:hover:before {
    transform: scale3d(1.2,1.2,1)
}

.c-contact_email_icon {
    fill: #7f7f7f;
    height: 1.625rem;
    position: relative;
    width: 1.625rem
}

.c-contact_name, .c-contact_post {
    margin: 0
}

.c-contact_name {
    width: 70%
}

.c-block-intro_text {
    font-family: Playfair Display,serif;
    font-size: 1.875rem
}

    .c-block-intro_text p {
        margin-bottom: 30px
    }

@media (max-width:999px) {
    .c-block-intro_text {
        font-size: 23px
    }
}

@media (max-width:499px) {
    .c-block-intro_text {
        font-size: 20px
    }
}

.c-block-intro_wysiwyg {
    margin-top: 3.625rem
}

@media (min-width:1000px) {
    .c-block-image-single {
        padding-right: 6.25rem
    }
}

@media (max-width:999px) {
    .c-block-image-single {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:699px) {
    .c-block-image-single {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-block-image-single img {
    width: 100%
}

.c-block-quote {
    margin: 0
}

@media (min-width:1000px) {
    .c-block-quote {
        padding-left: 50%
    }
}

@media (max-width:999px) {
    .c-block-quote {
        padding-left: 45px
    }
}

.c-block-quote p {
    font-family: Playfair Display,serif;
    font-size: 1.5rem;
    position: relative
}

    .c-block-quote p:before {
        content: "“";
        font-size: 70px;
        left: -60px;
        line-height: 1;
        opacity: .5;
        position: absolute;
        top: 0
    }

@media (max-width:999px) {
    .c-block-quote p:before {
        left: -45px
    }

    .c-block-quote p {
        font-size: 22px
    }
}

@media (max-width:499px) {
    .c-block-quote p {
        font-size: 20px
    }
}

.c-block-quote footer {
    margin-top: 30px
}

    .c-block-quote footer:before {
        content: "— "
    }

@media (min-width:1000px) {
    .c-block-two-col {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .c-block-two-col_item {
        width: calc(50% - 1.875rem)
    }
}

@media (max-width:999px) {
    .c-block-two-col_item {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.c-block-two-col_item img {
    width: 100%
}

.c-block-two-col_label {
    font-size: 13px;
    margin-bottom: 1.25rem
}

.c-block-two-col_title {
    display: block;
    font-family: Playfair Display,serif;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    max-width: 500px
}

@media (max-width:999px) {
    .c-block-two-col_title {
        font-size: 26px
    }
}

@media (max-width:499px) {
    .c-block-two-col_title {
        font-size: 22px
    }
}

.c-block-accordion_item {
    border-bottom: 1px solid #d8dde3
}

    .c-block-accordion_item:first-child {
        border-top: 1px solid #d8dde3
    }

.c-block-accordion_item_triggerer {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

    .c-block-accordion_item_triggerer:hover {
        opacity: .5
    }

@media (min-width:1000px) {
    .c-block-accordion_item_triggerer {
        padding: 1.875rem 0
    }
}

@media (max-width:999px) {
    .c-block-accordion_item_triggerer {
        padding: 20px 0
    }
}

@media (min-width:1000px) {
    .c-block-accordion_item_triggerer_label {
        font-size: 1.375rem
    }
}

@media (max-width:999px) {
    .c-block-accordion_item_triggerer_label {
        font-size: 18px
    }
}

.c-block-accordion_item_triggerer_icon {
    display: block;
    position: relative
}

@media (min-width:1000px) {
    .c-block-accordion_item_triggerer_icon {
        height: 31px;
        width: 31px
    }
}

@media (max-width:999px) {
    .c-block-accordion_item_triggerer_icon {
        height: 21px;
        width: 21px
    }
}

.c-block-accordion_item_triggerer_icon:after, .c-block-accordion_item_triggerer_icon:before {
    background-color: #7f7f7f;
    content: "";
    position: absolute;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

.c-block-accordion_item_triggerer_icon:before {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 1px
}

.c-block-accordion_item_triggerer_icon:after {
    height: 1px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%
}

.c-block-accordion_item.is-open .c-block-accordion_item_triggerer_icon:before, .c-map_nav_item.is-open .c-block-accordion_item_triggerer_icon:before {
    opacity: 0
}

.c-block-accordion_item_content {
    display: none;
    padding: 1.25rem 0
}

.c-block-video {
    position: relative
}

@media (min-width:1000px) {
    .c-block-video {
        padding-right: 6.25rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-block-video {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:699px) {
    .c-block-video {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:999px) {
    .c-events_container .c-block-video, .c-news_container .c-block-video {
        padding: 0
    }
}

.c-block-video img {
    position: relative;
    transition: transform .45s cubic-bezier(.4,0,0,1);
    width: 100%;
    z-index: -1
}

.c-block-video:hover img {
    transform: scale(1.2)
}

.c-block-video_inner {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1
}

    .c-block-video_inner:before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .4;
        position: absolute;
        right: 0;
        top: 0
    }

.c-block-video_play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0)
}

@media (min-width:1000px) {
    .c-block-video_play {
        height: 6.25rem;
        width: 6.25rem
    }
}

@media (max-width:999px) {
    .c-block-video_play {
        height: 50px;
        width: 50px
    }
}

.c-block-video_play:before {
    background-color: #d8dde3;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-block-video_play_icon {
    display: inline-block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0) rotate(-90deg);
    width: 0
}

@media (min-width:1000px) {
    .c-block-video_play_icon {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #7f7f7f
    }
}

@media (max-width:999px) {
    .c-block-video_play_icon {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #7f7f7f
    }
}

.c-block-documents_item:not(:last-child) {
    margin-bottom: 1px
}

.c-block-documents_link {
    background: #d8dde3;
    color: #7f7f7f;
    display: block;
    position: relative;
    transition: color .3s cubic-bezier(.4,0,0,1)
}

    .c-block-documents_link.internal_link {
        background: #ede1e1;
    }

    @media (min-width:1000px) {
        .c-block-documents_link {
        font-size: 1.25rem;
        padding: 1.875rem 6.25rem 1.875rem 1.875rem
    }
}

@media (max-width:999px) {
    .c-block-documents_link {
        font-size: 16px;
        padding: 20px 80px 20px 20px
    }
}

.c-block-documents_link:before {
    background: #7f7f7f;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: 1
}

.c-block-documents_link:hover {
    color: #fff
}

    .c-block-documents_link:hover:before {
        transform: scaleX(1);
        transform-origin: bottom center
    }

.c-block-documents_link.-anniversary {
    background-color: #004467;
    color: #fff;
    overflow: hidden
}

    .c-block-documents_link.-anniversary:before {
        background-color: hsla(0,0%,100%,.05)
    }

.c-block-documents_anniversary-bg {
    bottom: 0;
    left: -.625rem;
    position: absolute;
    transform: translateY(15%);
    transform-origin: bottom left;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 138%;
    z-index: 0
}

    .c-block-documents_anniversary-bg:before {
        content: "";
        display: block;
        padding-bottom: 30.2%
    }

    .c-block-documents_anniversary-bg svg {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.c-block-documents_link:hover .c-block-documents_anniversary-bg {
    transform: translateY(15%) scale(1.1)
}

@media (max-width:699px) {
    .c-block-documents_anniversary-bg {
        transform: translateY(3%);
        width: 150%
    }

    .c-block-documents_link:hover .c-block-documents_anniversary-bg {
        transform: translateY(3%) scale(1.1)
    }
}

.c-block-documents_link_label {
    display: inline-block;
    position: relative;
    z-index: 2
}

.c-block-documents_link_icon-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    z-index: 2
}

@media (min-width:1000px) {
    .c-block-documents_link_icon-wrap {
        height: 3.125rem;
        right: 1.875rem;
        width: 3.125rem
    }
}

@media (max-width:999px) {
    .c-block-documents_link_icon-wrap {
        height: 40px;
        right: 20px;
        width: 40px
    }
}

.c-block-documents_link_icon-wrap:before {
    background: #fff;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

a:hover .c-block-documents_link_icon-wrap:before {
    transform: scale3d(1.2,1.2,1)
}

.c-block-documents_link_icon {
    fill: #7f7f7f;
    position: relative;
    z-index: 2
}

@media (min-width:1000px) {
    .c-block-documents_link_icon.-link {
        height: 1.125rem;
        width: 1.125rem
    }
}

@media (max-width:999px) {
    .c-block-documents_link_icon.-link {
        height: 18px;
        width: 18px
    }
}

@media (min-width:1000px) {
    .c-block-documents_link_icon.-document {
        height: 1.0625rem;
        width: .8125rem
    }
}

@media (max-width:999px) {
    .c-block-documents_link_icon.-document {
        height: 17px;
        width: 13px
    }
}

@media (min-width:1000px) {
    .c-block-carousel {
        padding-right: 6.25rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-block-carousel {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:699px) {
    .c-block-carousel {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-block-carousel img {
    width: 100%
}

.c-block-carousel_pagination {
    bottom: auto !important;
    padding: 1.25rem 0;
    position: relative !important;
    z-index: 10000
}

    .c-block-carousel_pagination .swiper-pagination-bullet {
        background: transparent;
        border: 1px solid #7f7f7f;
        height: 10px;
        margin: 0 15px !important;
        opacity: 1;
        width: 10px
    }

        .c-block-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #7f7f7f
        }

.c-block-carousel_next {
    margin-right: -1.875rem;
    position: absolute;
    right: 6.25rem;
    top: 50%;
    transform: translateY(-3.75rem)
}

@media (max-width:999px) {
    .c-block-carousel_next {
        display: none
    }
}

.c-block-partners_title:not(:first-child) {
    margin-top: 2.5rem
}

.c-block-partners_item {
    border: 1px solid #d8dde3;
    display: block;
    margin-bottom: 1.875rem;
    position: relative
}

    .c-block-partners_item:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

    .c-block-partners_item figure {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 66%
    }

    .c-block-partners_item:hover {
        background-color: rgba(238,241,243,.5)
    }

.c-block-partners_cta {
    bottom: .9375rem;
    position: absolute;
    right: .9375rem
}

    .c-block-partners_cta.-small {
        transform: scale(.6667);
        transform-origin: bottom right
    }

html:not(.has-scroll-smooth) .c-anniversary-cta {
    display: flex;
    justify-content: center;
    margin: 1.25rem auto
}

html.has-scroll-smooth .c-anniversary-cta {
    bottom: 1.25rem;
    display: none;
    position: fixed;
    right: 1.25rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1);
    z-index: 50
}

html.has-scroll-smooth.is-ready:not(.hide-anniversary-cta) .c-anniversary-cta {
    -webkit-animation: anniversaryCtaReveal .6s cubic-bezier(.4,0,0,1);
    animation: anniversaryCtaReveal .6s cubic-bezier(.4,0,0,1);
    display: block
}

html.has-scroll-smooth.has-footer-inview .c-anniversary-cta {
    opacity: 0;
    pointer-events: none
}

@-webkit-keyframes anniversaryCtaReveal {
    0% {
        opacity: 0;
        transform: translate3d(0,1.25rem,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes anniversaryCtaReveal {
    0% {
        opacity: 0;
        transform: translate3d(0,1.25rem,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.c-anniversary-cta_inner {
    background-color: #fff;
    border: 1px solid #eef1f3;
    border-radius: .75rem;
    overflow: hidden;
    padding: 11.25rem 1.25rem 1.25rem;
    position: relative
}

    .c-anniversary-cta_inner:before {
        background-color: #004467;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

    .c-anniversary-cta_inner:focus-within:before, .c-anniversary-cta_inner:hover:before {
        opacity: .1
    }

.c-anniversary-cta_logo {
    /*left: 50%;*/
    position: absolute;
    top: 1.25rem;
    /*transform: translateX(-50%);*/
    width: 80%
}

/*    .c-anniversary-cta_logo:before {
        content: "";
        display: block;
        padding-bottom: 95%
    }*/

    .c-anniversary-cta_link, .c-anniversary-cta_logo svg {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .c-anniversary-cta_logo img {
        position: absolute;
    }

    .c-anniversary-cta_link {
        font-size: 0;
        opacity: 0;
        z-index: 20
    }

.c-anniversary-cta_close {
    align-items: center;
    background-color: #7f7f7f;
    border: 1px solid #d8dde3;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 1.5625rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(25%,-25%);
    width: 1.5625rem;
    z-index: 30
}

    .c-anniversary-cta_close svg {
        height: 33%;
        width: 33%
    }

    .c-anniversary-cta_close:focus, .c-anniversary-cta_close:hover {
        background-color: #cd212a;
        color: #fff
    }

html:not(.has-scroll-smooth) .c-anniversary-cta_close {
    display: none
}

html.video-lightbox-is-open {
    overflow: hidden
}

.c-video-lightbox {
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: height 0s 1s;
    z-index: 1000
}

    .c-video-lightbox:before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .6s cubic-bezier(.4,0,0,1) .4s;
        z-index: -2
    }

html.video-lightbox-is-open .c-video-lightbox {
    height: 100%;
    transition-delay: 0s
}

    html.video-lightbox-is-open .c-video-lightbox:before {
        opacity: .85
    }

.c-video-lightbox_inner {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .c-video-lightbox_inner iframe {
        opacity: 0;
        transition: opacity .6s cubic-bezier(.4,0,0,1)
    }

.video-lightbox-is-open .c-video-lightbox_inner iframe {
    opacity: 1;
    transition-delay: 2s
}

@media (min-width:1000px) {
    .c-video-lightbox_inner {
        width: 75%
    }
}

@media (max-width:999px) {
    .c-video-lightbox_inner {
        width: 83.33333%
    }
}

.c-video-lightbox_embed {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s cubic-bezier(.4,0,0,1),transform .6s cubic-bezier(.4,0,0,1)
}

.video-lightbox-is-open .c-video-lightbox_embed {
    opacity: 1;
    transform: none;
    transition-delay: 1s
}

.c-video-lightbox_close_wrapper {
    height: 3.75rem;
    position: fixed;
    right: 1.25rem;
    top: 1.25rem;
    transform: translateY(-150%);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 3.75rem;
    z-index: 100
}

.video-lightbox-is-open .c-video-lightbox_close_wrapper {
    transform: none;
    transition-delay: .3s
}

@media (max-width:699px) {
    .c-video-lightbox_close_wrapper {
        right: 20px;
        top: 20px
    }
}

@media (max-width:999px) {
    .c-video-lightbox_close_wrapper {
        height: 50px;
        width: 50px
    }
}

.c-video-lightbox_close {
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 30px
}

    .c-video-lightbox_close:after, .c-video-lightbox_close:before {
        background-color: #fff;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .c-video-lightbox_close:before {
        transform: rotate(45deg)
    }

    .c-video-lightbox_close:after {
        transform: rotate(-45deg)
    }

.c-share-wrap {
    display: flex;
    pointer-events: none;
    z-index: 100
}

@media (min-width:1000px) {
    .c-share-wrap {
        flex-direction: column;
        height: 100vh;
        justify-content: flex-end;
        left: 3.75rem;
        padding-bottom: 1.875rem;
        position: absolute;
        top: 0
    }

    .-reverse-share .c-share-wrap {
        left: inherit;
        right: 1.25rem
    }
}

@media (max-width:999px) {
    .c-share-wrap {
        bottom: 20px;
        left: 20px;
        position: fixed;
        transform: none !important;
        transition: transform .3s cubic-bezier(.4,0,0,1)
    }

    html.has-aside-open .c-share-wrap {
        pointer-events: none
    }
}

.c-share {
    display: flex;
    flex-direction: column-reverse;
    pointer-events: auto
}

.c-share_link {
    transform: scale(0);
    transition: transform .45s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-share_link {
    transform: scale(1)
}

html.is-first-hit .c-share_link {
    transition-delay: .9s
}

.c-share_link:before {
    opacity: .8
}

@media (min-width:1000px) {
    .c-share_item {
        margin-bottom: 1rem
    }
}

@media (max-width:999px) {
    .c-share_item {
        margin-bottom: 10px
    }

        .c-share_item:not(.c-share-button) {
            transform: scale(0);
            transition: transform .45s cubic-bezier(.4,0,0,1)
        }

    .has-share-open .c-share_item:not(.c-share-button) {
        transform: scale(1)
    }
}

.c-share_link_icon {
    fill: #fff;
    height: 1.5625rem;
    width: 1.5625rem
}

.c-share_label {
    display: block;
    font-family: Playfair Display,serif;
    opacity: 0;
    position: relative;
    transform: translate3d(0,60px,0);
    transition: transform .45s cubic-bezier(.4,0,0,1),opacity .45s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-share_label {
    opacity: 1;
    transform: translateZ(0)
}

html.is-first-hit .c-share_label {
    transition-delay: .9s
}

@media (min-width:1000px) {
    .c-share_label {
        font-size: 1.125rem;
        height: 5rem;
        width: 100%
    }
}

@media (max-width:999px) {
    .c-share_label {
        display: none
    }
}

.c-share_label span {
    display: block
}

@media (min-width:1000px) {
    .c-share_label span {
        bottom: 0;
        left: 50%;
        position: absolute;
        transform: rotate(-90deg) translate3d(0,50%,0);
        transform-origin: left bottom
    }

    .c-share_button {
        display: none
    }
}

.c-share_button .c-share_link_icon {
    transform: scale(1) rotate(0deg);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

.has-share-open .c-share_button .c-share_link_icon {
    opacity: 0;
    transform: scale(0) rotate(45deg)
}

html.has-aside-open .c-share_button {
    pointer-events: none;
    transform: scale(0) rotate(0deg)
}

.c-share_button_close {
    height: 21px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1);
    width: 21px
}

.has-share-open .c-share_button_close {
    opacity: 1;
    transform: scale(1) translate(-50%,-50%,0) rotate(-45deg)
}

.c-share_button_close:after, .c-share_button_close:before {
    background-color: #fff;
    content: "";
    position: absolute
}

.c-share_button_close:before {
    height: 1px;
    left: 0;
    top: 10px;
    width: 100%
}

.c-share_button_close:after {
    height: 100%;
    left: 10px;
    top: 0;
    width: 1px
}

@media (max-width:999px) {
    .c-related_container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-related_inner {
    display: block
}

@media (min-width:1200px) {
    .c-related_inner {
        padding: 0 3.75rem
    }
}

.c-related_item {
    display: block
}

@media (min-width:700px) {
    .c-related_item {
        margin-bottom: 2.5rem
    }
}

@media (max-width:699px) {
    .c-related_item {
        margin-bottom: 60px
    }
}

.c-related_item:last-child {
    margin-bottom: 0
}

@media (min-width:700px) {
    .c-related_item:last-child {
        padding-left: 40%
    }
}

@media (max-width:699px) {
    .c-related_item:last-child {
        padding-left: 40%
    }
}

.c-related_item_inner {
    color: #7f7f7f
}

@media (min-width:700px) {
    .c-related_item_inner {
        align-items: center;
        display: inline-flex
    }
}

.c-related_item_image-wrap {
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    overflow: hidden;
    transform: scale(0);
    transition: transform .6s cubic-bezier(.4,0,0,1)
}

.c-related_item.is-show .c-related_item_image-wrap {
    transform: scale(1)
}

@media (min-width:700px) {
    .c-related_item_image-wrap {
        width: 20vw
    }
}

@media (max-width:699px) {
    .c-related_item_image-wrap {
        margin-bottom: 1.25rem;
        width: 50vw
    }
}

.c-related_item_image {
    transform: scale(2);
    transition: transform .6s cubic-bezier(.35,.755,.42,.95);
    width: 100%
}

.c-related_item.is-show .c-related_item_image {
    transform: scale(1)
}

.c-related_item_inner:hover .c-related_item_image {
    transform: scale(1.1)
}

.c-related_item_content-wrap {
    opacity: 0;
    transform: translate3d(0,50px,0);
    transition: opacity .6s cubic-bezier(.4,0,0,1),transform .6s cubic-bezier(.4,0,0,1)
}

.c-related_item.is-show .c-related_item_content-wrap {
    opacity: 1;
    transform: none
}

@media (min-width:700px) {
    .c-related_item_content-wrap {
        margin-left: 2.5rem
    }

    .c-related_item_label {
        margin-bottom: 1.25rem
    }
}

@media (max-width:699px) {
    .c-related_item_label {
        margin-bottom: 0
    }
}

.c-related_item_title {
    font-family: Playfair Display,serif;
    margin: 0;
    max-width: 25rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

@media (min-width:1000px) {
    .c-related_item_title {
        font-size: 1.75rem
    }
}

@media (max-width:999px) {
    .c-related_item_title {
        font-size: 26px
    }
}

@media (max-width:499px) {
    .c-related_item_title {
        font-size: 24px
    }
}

a:hover .c-related_item_title {
    opacity: .75
}

@media (min-width:1000px) {
    .c-directory-info {
        margin-bottom: 3.75rem
    }
}

@media (max-width:999px) {
    .c-directory-info {
        margin-bottom: 60px
    }
}

.c-directory-info_list {
    display: flex;
    flex-wrap: nowrap
}

@media (min-width:1000px) {
    .c-directory-info_list {
        margin-top: 1.875rem
    }
}

@media (max-width:999px) {
    .c-directory-info_list {
        margin-top: 30px
    }
}

@media (min-width:1000px) {
    .c-directory-info_item:not(:last-child) {
        margin-right: 2.5rem
    }
}

@media (max-width:999px) {
    .c-directory-info_item:not(:last-child) {
        margin-right: 40px
    }
}

.c-directory-info_link, .o-wysiwyg .c-directory-info_link {
    border-bottom: 1px solid #97141a !important;
    color: #97141a;
    font-weight: 500;
    transition: color .3s cubic-bezier(.4,0,0,1)
}

    .c-directory-info_link:hover, .o-wysiwyg .c-directory-info_link:hover {
        color: #cd212a
    }

.c-directory-info_address, .c-directory-info_phone, .o-wysiwyg .c-directory-info_address, .o-wysiwyg .c-directory-info_phone {
    border: none
}

@media (min-width:1000px) {
    .c-directory-search {
        margin-bottom: 1.875rem
    }
}

@media (max-width:999px) {
    .c-directory-search {
        margin-bottom: 30px
    }
}

.c-directory-search .has-result .c-search-form_button {
    opacity: 0;
    transform: rotate(45deg) scale(0)
}

.c-directory-search_result_header {
    border-bottom: 1px solid #d8d8d8;
    color: #7f7f7f;
    font-weight: 400;
    position: relative
}

@media (min-width:1000px) {
    .c-directory-search_result_header {
        font-size: 1.125rem;
        margin-bottom: 2.5rem;
        padding-bottom: 1.25rem
    }
}

@media (max-width:999px) {
    .c-directory-search_result_header {
        margin-bottom: 40px;
        padding-bottom: 20px
    }
}

.c-directory-search_delete {
    pointer-events: none
}

.c-search-form.has-result .c-directory-search_delete {
    pointer-events: auto
}

.c-directory-search_delete_icon {
    height: 2.5rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0) rotate(0deg) scale(0);
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform .3s cubic-bezier(.4,0,0,1);
    width: 2.5rem
}

@media (max-width:999px) {
    .c-directory-search_delete_icon {
        height: 30px;
        width: 30px
    }
}

.has-result .c-directory-search_delete_icon {
    opacity: 1;
    transform: translate3d(-50%,-50%,0) rotate(45deg) scale(1)
}

.c-directory-search_delete_icon:after, .c-directory-search_delete_icon:before {
    background-color: #7f7f7f;
    content: "";
    position: absolute
}

.c-directory-search_delete_icon:before {
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%
}

.c-directory-search_delete_icon:after {
    height: 100%;
    left: 50%;
    top: 0;
    width: 1px
}

.c-directory-search_link-alphabet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.75rem
}

.c-directory-search_link-disabled {
    opacity: .25
}

.c-next_link {
    background: #cd212a;
    color: #fff;
    display: block;
    position: relative;
    transition: background .6s cubic-bezier(.4,0,0,1)
}

    .c-next_link:before {
        background: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .3s cubic-bezier(.4,0,0,1)
    }

    .c-next_link:hover {
        color: #fff
    }

        .c-next_link:hover:before {
            opacity: .08
        }

.c-next_inner {
    position: relative
}

@media (min-width:1000px) {
    .c-next_inner {
        min-height: 37.5rem;
        padding: 6.25rem 0 7.5rem
    }
}

@media (max-width:999px) {
    .c-next_inner {
        padding: 40px 0 100px
    }
}

@media (min-width:1000px) {
    .c-next_subtitle {
        margin-bottom: 4.375rem
    }
}

@media (max-width:999px) {
    .c-next_subtitle {
        margin-bottom: 20px
    }
}

.c-next_button {
    bottom: 0;
    position: absolute;
    right: 0
}

@media (min-width:1000px) {
    .c-next_button {
        bottom: 1.25rem;
        right: 1.25rem
    }
}

@media (max-width:999px) {
    .c-next_button {
        display: none
    }
}

@media (min-width:1000px) {
    .c-next_title {
        font-size: 3.375rem;
        line-height: 5.225rem
    }
}

@media (min-width:500px) and (max-width:999px) {
    .c-next_title {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

.c-aside {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 5
}

@media (min-width:1000px) {
    .c-aside {
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #97141a;
        opacity: 0;
        overflow-y: auto;
        top: 14rem;
        transform: translateY(40px);
        transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1);
        width: 25%
    }

    html.is-loaded .c-aside {
        opacity: 1;
        transform: translateY(0)
    }

    .c-aside.-small {
        top: inherit
    }

    .c-aside.-no-scroll {
        overflow: hidden
    }
}

@media (max-width:999px) {
    .c-aside {
        pointer-events: none;
        top: 90px;
        transition: top .6s cubic-bezier(.4,0,0,1);
        width: 100%
    }

    html.is-loaded.has-aside-open .c-aside, html.is-loaded.has-small-mobile-header .c-aside {
        top: 58px
    }
}

.c-aside.-no-border-top {
    border-top: none
}

.c-aside_item:not(:last-child) {
    border-bottom: 1px solid #cd212a
}

.c-aside_scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

    .c-aside_scroll.-full {
        height: 100%
    }

@media (min-width:1000px) {
    .c-aside_scroll {
        height: calc(100% - 4.875rem)
    }
}

@media (max-width:999px) {
    .c-aside_scroll {
        height: calc(100% - 150px)
    }

    .c-aside.is-open .c-aside_scroll {
        pointer-events: auto
    }
}

.c-aside_list.-border-top {
    border-top: 1px solid #cd212a
}

.c-aside_link {
    display: block;
    position: relative
}

@media (min-width:1000px) {
    .c-aside_link {
        min-height: 16.25rem;
        padding: 2.5rem 1.875rem
    }
}

@media (max-width:999px) {
    .c-aside_link {
        min-height: 180px;
        padding: 40px 30px
    }
}

.c-aside_link:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

.c-aside_link:hover:before, [data-current] .c-aside_link:before {
    transform: scaleX(1);
    transform-origin: top center
}

.c-aside_icon {
    display: block;
    height: 1.25rem;
    position: absolute;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 1.25rem
}

@media (min-width:1000px) {
    .c-aside_icon {
        bottom: 1.875rem;
        right: 1.875rem
    }
}

@media (max-width:999px) {
    .c-aside_icon {
        bottom: 30px;
        right: 30px
    }
}

.c-aside_link:hover .c-aside_icon {
    transform: translate3d(6px,0,0)
}

.c-aside_date {
    display: block;
    font-size: .9375rem
}

@media (min-width:1000px) {
    .c-aside_date {
        margin-bottom: 1.25rem
    }
}

@media (max-width:999px) {
    .c-aside_date {
        margin-bottom: 15px
    }
}

.c-aside_title {
    font-family: Playfair Display,serif;
    margin: 0
}

@media (min-width:1000px) {
    .c-aside_title {
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

@media (min-width:700px) and (max-width:999px) {
    .c-aside_title {
        font-size: 22px;
        line-height: 30px;
        max-width: 50%
    }
}

@media (max-width:699px) {
    .c-aside_title {
        font-size: 20px;
        line-height: 28px
    }
}

.c-aside_indicator {
    background: #97141a;
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: left center
}

@media (max-width:999px) {
    .c-aside_indicator {
        display: none
    }
}

.c-aside_button {
    align-items: center;
    background: #7f7f7f;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 76px;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: auto;
    transform: translate3d(0,calc(-100% - 100px),0);
    transition: transform .6s cubic-bezier(.4,0,0,1);
    transition-delay: .3s;
    width: 100%
}

html.is-loaded .c-aside_button {
    transform: translateZ(0)
}

@media (min-width:1000px) {
    .c-aside_button {
        display: none
    }
}

.c-aside_button_label {
    display: inline-block
}

    .c-aside_button_label:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: .4375rem;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        vertical-align: middle;
        width: 0;
        z-index: 2
    }

.c-aside.is-open .c-aside_button_label:after {
    transform: rotate(180deg)
}

.c-aside_button_circle {
    align-items: center;
    background: #cd212a;
    border-radius: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.c-aside_button_circle_icon {
    height: 1.625rem;
    width: 1.625rem
}

.c-aside_button_circle.-dynamic .c-aside_button_circle_icon.-close {
    display: none
}

.c-aside_button_circle.-dynamic .c-aside_button_circle_icon.-open, .has-aside-open .c-aside_button_circle.-dynamic .c-aside_button_circle_icon.-close {
    display: block
}

.has-aside-open .c-aside_button_circle.-dynamic .c-aside_button_circle_icon.-open {
    display: none
}

@media (max-width:999px) {
    .c-aside_content {
        background: #d8dde3;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0,80px,0);
        transition: opacity .3s cubic-bezier(.4,0,0,1),transform .3s cubic-bezier(.4,0,0,1)
    }

    .c-aside.is-open .c-aside_content {
        opacity: 1;
        pointer-events: auto;
        transform: translateZ(0)
    }

    html.has-aside-open {
        overflow: hidden
    }
}

.c-category {
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 2
}

@media (max-width:999px) {
    .c-category.-news {
        opacity: 0;
        transform: translate3d(0,80px,0);
        transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
    }

    .c-aside.is-open .c-category.-news {
        opacity: 1;
        pointer-events: auto;
        transform: translateZ(0)
    }
}

.c-category_button {
    align-items: center;
    background-color: #cd212a;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    position: relative;
    transition: background-color .3s cubic-bezier(.4,0,0,1);
    width: 100%
}

@media (min-width:1000px) {
    .c-category_button {
        height: 4.875rem;
        padding: 1.875rem 2.5rem
    }
}

@media (max-width:999px) {
    .c-category_button {
        height: 76px;
        padding: 0 30px
    }
}

.c-category_button:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .4375rem;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    vertical-align: middle;
    width: 0;
    z-index: 2
}

.c-category_button.-arrow-back {
    align-content: center;
    color: #fff;
    justify-content: flex-start
}

    .c-category_button.-arrow-back:after {
        display: none
    }

@media (min-width:1000px) {
    .c-category_button.-arrow-back {
        margin-right: 1.25rem;
        padding: 1.25rem 2.5rem
    }
}

.c-category.is-open .c-category_button:after {
    transform: rotate(180deg)
}

html:not(.is-mobile) .c-category_button:hover:before {
    transform: scaleX(1)
}

.c-category_button_label {
    position: relative;
    z-index: 2
}

.c-category_dropdown {
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%
}

    .c-category_dropdown:before {
        background-color: #97141a;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform .3s cubic-bezier(.4,0,0,1),background-color .3s cubic-bezier(.4,0,0,1);
        z-index: -1
    }

[data-category-colors-id=all] .c-category_dropdown:before {
    background-color: #cd212a
}

[data-category-colors-id=category-1] .c-category_dropdown:before {
    background-color: #ff8e6c
}

[data-category-colors-id=category-2] .c-category_dropdown:before {
    background-color: #e03268
}

[data-category-colors-id=category-3] .c-category_dropdown:before {
    background-color: #4098c6
}

[data-category-colors-id=category-4] .c-category_dropdown:before {
    background-color: #978171
}

[data-category-colors-id=category-5] .c-category_dropdown:before {
    background-color: #97141a
}

.c-category.is-open .c-category_dropdown {
    pointer-events: all
}

    .c-category.is-open .c-category_dropdown:before {
        transform: scaleX(1)
    }

.c-category_button_icon {
    align-items: center;
    display: flex;
    height: 2.8125rem;
    justify-content: center;
    margin-left: -.5rem;
    margin-right: 1.25rem;
    position: relative;
    width: 2.8125rem
}

    .c-category_button_icon svg {
        fill: #7f7f7f;
        height: 1.375rem;
        position: relative;
        width: 1.375rem;
        z-index: 2
    }

    .c-category_button_icon:before {
        background: #fff;
        border-radius: 100%;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform .3s cubic-bezier(.4,0,0,1)
    }

.c-category_button:hover .c-category_button_icon:before {
    transform: scale3d(1.1,1.1,1)
}

@media (min-width:1000px) {
    .c-events_container, .c-news_container {
        padding-left: 6.25rem;
        padding-right: 0
    }

        .c-events_container .o-separator, .c-news_container .o-separator {
            margin-left: 0
        }
}

@media (max-width:999px) {
    .c-events_container .c-block-image-single, .c-events_container .o-block .o-container.-small, .c-news_container .c-block-image-single, .c-news_container .o-block .o-container.-small {
        padding: 0
    }

    .c-events_container .o-separator, .c-news_container .o-separator {
        margin-left: 0;
        margin-right: 0
    }
}

.c-council_header {
    opacity: 1 !important
}

@media (min-width:1000px) {
    .c-council_header {
        padding: 0
    }
}

.c-council_header_info {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%
}

@media (min-width:1000px) {
    .c-council_header_info {
        justify-content: flex-end;
        min-height: 8.4375rem;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }
}

@media (max-width:499px) {
    .c-council_header_info {
        align-items: flex-start;
        flex-direction: column
    }
}

.c-council_img-normal {
    display: none;
    width: 8.33333vw;
    z-index: 3
}

.c-council_img, .c-council_img-normal {
    position: absolute;
    right: calc(100% + 2.5rem);
    top: .75rem
}

.c-council_img {
    height: 6.875rem;
    overflow: hidden;
    transform-origin: top right;
    transition: width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);
    width: 6.94444vw
}

.c-block-accordion_item.is-open .c-council_img {
    height: 22.22222vw;
    width: calc(25vw + 3.75rem)
}

.c-council_img_inner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-council_title {
    font-family: Playfair Display,serif;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0
}

@media (min-width:1000px) {
    .c-council_title {
        left: 0;
        max-width: 50%;
        position: absolute;
        top: 2.5rem;
        transition: font-size .6s cubic-bezier(.4,0,0,1)
    }

    .c-block-accordion_item.is-open .c-council_title {
        font-size: 2.625rem
    }
}

@media (min-width:500px) and (max-width:999px) {
    .c-council_title {
        width: 50%
    }
}

@media (max-width:499px) {
    .c-council_title {
        margin-bottom: 5px
    }
}

.c-council_job {
    overflow: hidden;
    width: 50%
}

.c-council_job_label {
    display: inline-block;
    transition: transform .6s cubic-bezier(.4,0,0,1)
}

.c-block-accordion_item.is-open .c-council_job_label {
    transform: translate3d(0,102%,0)
}

@media (min-width:1000px) {
    .c-council_content {
        padding-bottom: 3.75rem;
        padding-top: 3.75rem
    }
}

@media (max-width:999px) {
    .c-council_content {
        padding-bottom: 50px
    }

        .c-council_content .o-container {
            padding: 0
        }
}

@media (max-width:499px) {
    .c-council_content {
        padding-top: 0
    }
}

.c-council_info {
    display: flex;
    justify-content: space-between
}

@media (min-width:1000px) {
    .c-council_info {
        padding: 1.875rem 0 5rem
    }
}

@media (max-width:999px) {
    .c-council_info {
        flex-direction: column;
        padding-top: 15px
    }
}

@media (max-width:499px) {
    .c-council_info {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-top: 0
    }
}

.c-council_info p {
    font-size: 1.125rem
}

.c-council_info a {
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
    transition: border .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

    .c-council_info a:hover {
        border-bottom: 1px solid transparent;
        opacity: .8
    }

@media (max-width:999px) {
    .c-council_content_header {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:499px) {
    .c-council_content_header {
        flex-direction: column
    }
}

@media (min-width:1000px) {
    .c-council_content_header_img {
        display: none
    }
}

@media (max-width:999px) {
    .c-council_content_header_img {
        margin-bottom: 30px
    }
}

.c-council_content_header_img img {
    height: auto;
    width: 100%
}

@media (min-width:500px) and (max-width:999px) {
    .c-council_content_header_img, .c-council_content_header_info {
        width: calc(50% - 15px)
    }
}

@media (max-width:499px) {
    .c-council_content_header_info {
        display: flex
    }
}

.c-calendar {
    background-color: #fff;
    border-right: 1px solid rgba(78,95,129,.25);
    color: #7f7f7f;
    text-align: center
}

.c-calendar_header {
    align-items: center;
    border-bottom: 1px solid rgba(78,95,129,.25);
    display: flex;
    height: 4.6875rem;
    justify-content: space-between;
    opacity: 0;
    padding: 0 2.8125rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

.clndr .c-calendar_header {
    opacity: 1
}

.c-calendar_main {
    font-size: 0;
    opacity: 0;
    padding: 1.875rem;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-calendar_main {
        padding: 1.25rem
    }
}

.clndr .c-calendar_main {
    opacity: 1
}

.c-calendar_arrow svg {
    height: 1.375rem;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 1.375rem
}

.c-calendar_arrow:hover.-prev svg {
    transform: translateX(-10px)
}

.c-calendar_arrow:hover.-next svg {
    transform: translateX(10px)
}

.c-calendar_day {
    display: inline-block;
    font-size: 1rem;
    padding: .5rem 0;
    position: relative;
    width: 14.28571%
}

@media (min-width:1000px) and (max-width:1199px) {
    .c-calendar_day {
        padding: .3125rem 0
    }
}

.c-calendar_day:before {
    background-color: #d8dde3;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

.c-calendar_day.-header {
    color: #97141a;
    text-transform: uppercase
}

.c-calendar_day.is-adjacent-month {
    opacity: .15
}

.c-calendar_day.has-events {
    cursor: pointer
}

    .c-calendar_day.has-events.is-selected:before, .c-calendar_day.has-events:hover:before {
        transform: scaleY(1);
        transform-origin: center top
    }

.c-calendar_day.is-today {
    background-color: rgba(78,95,129,.15)
}

.c-calendar_day_number {
    display: inline-block;
    position: relative
}

.has-events .c-calendar_day_number:before {
    background-color: #97141a;
    border-radius: 50%;
    content: "";
    height: .375rem;
    position: absolute;
    right: -.625rem;
    top: 0;
    transition: background-color .3s cubic-bezier(.4,0,0,1);
    width: .375rem
}

.c-calendar_day.is-selected .c-calendar_day_number:before, .c-calendar_day:hover .c-calendar_day_number:before {
    background-color: #7f7f7f
}

@media (min-width:1000px) {
    .c-event {
        padding-top: 2.8125rem
    }
}

.c-event_list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:999px) {
    .c-event_list {
        margin-top: 3.75rem
    }
}

@media (min-width:700px) {
    .c-event_item {
        margin-bottom: 5rem
    }
}

@media (min-width:1000px) {
    .c-event_item {
        width: 33.33333%
    }
}

@media (max-width:999px) and (min-width:700px) {
    .c-event_item {
        width: 50%
    }
}

@media (max-width:699px) {
    .c-event_item {
        margin-bottom: 2.5rem;
        width: 100%
    }
}

.c-event_link {
    display: block
}

    .c-event_link:after {
        clear: both;
        content: "";
        display: block
    }

@media (min-width:1000px) {
    .c-event_link > div {
        float: left
    }

    .c-event_item:nth-child(2n) .c-event_link > div {
        float: right
    }
}

.c-event_link .o-button-round {
    pointer-events: none
}

@media (min-width:1000px) {
    .c-event_content, .c-event_img-wrap {
        width: calc(50% + 2.5rem)
    }
}

@media (max-width:999px) {
    .c-event_content, .c-event_img-wrap {
        width: 100%
    }
}

.c-event_past {
    color: #ff6969;
    display: inline-block;
    margin-left: .5rem;
    padding-left: 1.875rem;
    position: relative
}

    .c-event_past:before {
        background: #ff6969;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 1.25rem
    }

.c-event_img-wrap {
    display: block;
    overflow: hidden;
    padding-top: 83.333%;
    position: relative
}

@media (min-width:1000px) {
    .c-event_img-wrap {
        padding-top: 41.6665%
    }

    .c-event_item:nth-child(odd) .c-event_img-wrap {
        margin-right: -3.75rem
    }

    .c-event_item:nth-child(2n) .c-event_img-wrap {
        margin-left: -3.75rem
    }
}

.c-event_img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale3d(1.1,1.1,1);
    transition: transform 1.2s cubic-bezier(.4,0,0,1)
}

.c-event_img-wrap.is-show .c-event_img {
    transform: scaleX(1);
    transition: transform .6s cubic-bezier(.4,0,0,1)
}

a:hover .c-event_img-wrap.is-show .c-event_img {
    transform: scale3d(1.1,1.1,1);
    transition: transform .6s cubic-bezier(.35,.755,.42,.95)
}

.c-event_content {
    display: block;
    position: relative;
    z-index: 2
}

    .c-event_content:before {
        background: #fff;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform .6s cubic-bezier(.4,0,0,1);
        z-index: -1
    }

    .c-event_content.is-show:before {
        transform: scaleY(1)
    }

    .c-event_content.is-show > * {
        opacity: 1;
        transform: translateY(0)
    }

@media (min-width:1600px) {
    .c-event_content {
        padding: 5rem 3.75rem 3.75rem
    }
}

@media (min-width:1000px) and (max-width:1599px) {
    .c-event_content {
        padding: 3.75rem 2.5rem 2.5rem
    }
}

@media (max-width:999px) {
    .c-event_content {
        padding: 30px
    }
}

@media (min-width:1000px) {
    .c-event_content {
        margin-top: 2.5rem
    }

    .c-event_item:nth-child(odd) .c-event_content {
        margin-left: -1.25rem
    }

    .c-event_item:nth-child(2n) .c-event_content {
        margin-right: -1.25rem
    }
}

.c-event_content h2 {
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

a:hover .c-event_content h2 {
    opacity: .75
}

@media (min-width:1200px) {
    .c-event_content p {
        font-size: .875rem
    }
}

@media (max-width:1199px) {
    .c-event_content p {
        font-size: .875rem
    }
}

.c-event_content > * {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .3s cubic-bezier(.4,0,0,1)
}

.c-event_info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.c-event_link .c-event_info {
    font-size: .875rem;
    margin-top: 2.5rem
}

@media (min-width:1000px) {
    .c-events_container .c-event_info {
        padding-right: 6.25rem
    }
}

.c-event_info_time-place {
    display: flex
}

@media (max-width:499px) {
    .c-event_info_time-place {
        flex-direction: column
    }
}

.c-event_info_label {
    align-items: center;
    display: flex
}

    .c-event_info_label:not(:last-child) {
        margin-right: 1.25rem
    }

.c-event_info_label_icon {
    fill: #7f7f7f;
    height: 1.5rem;
    margin-right: .625rem;
    width: 1.5rem
}

.c-event_link .c-event_info_label_icon {
    height: 1.375rem;
    width: 1.375rem
}

@media (max-width:999px) {
    .c-event-header {
        padding-top: 140px
    }
}

.c-event_info_tag .o-button-round_icon {
    fill: #fff
}

.c-map {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    padding-left: 25%;
    position: fixed;
    right: 0;
    top: 0
}

@media (max-width:999px) {
    .c-map {
        padding-left: 0
    }
}

.c-map .c-aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute
}

@media (max-width:999px) {
    .c-map .c-aside {
        justify-content: space-between;
        pointer-events: none
    }
}

.c-map:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 25%;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .9s cubic-bezier(.4,0,0,1)
}

html.is-loaded .c-map:before {
    transform: scaleY(1)
}

@media (max-width:999px) {
    .c-map:before {
        display: none
    }
}

.c-map_main {
    height: 100%;
    opacity: 0;
    transform: translateY(80px);
    transition: transform .9s cubic-bezier(.4,0,0,1),opacity .9s cubic-bezier(.4,0,0,1);
    transition-delay: .9s
}

html.is-loaded .c-map_main {
    opacity: 1;
    transform: translateY(0)
}

.c-map_nav_header {
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    pointer-events: auto
}

@media (min-width:1000px) {
    .c-map_nav_header {
        padding: 1.25rem 2.5rem
    }
}

@media (max-width:999px) {
    .c-map_nav_header {
        height: 70px;
        padding: 0 30px;
        pointer-events: none
    }

    html.has-aside-open .c-map_nav_header {
        pointer-events: auto
    }
}

.c-map_nav_item {
    position: relative
}

    .c-map_nav_item:not(:last-child) {
        border-bottom: 1px solid #97141a
    }

    .c-map_nav_item:before {
        background: #eef1f3;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        width: 8px;
        z-index: 2
    }

    .c-map_nav_item.is-open:before {
        transform: scaleX(1)
    }

.c-map_nav_dropdown_wrap {
    opacity: 0;
    transition: opacity .45s cubic-bezier(.4,0,0,1)
}

.c-map_nav_item.-open.is-open .c-map_nav_dropdown_wrap, .c-map_nav_item.is-open .c-map_nav_dropdown_wrap {
    opacity: 1;
    transition-delay: .2s
}

.c-map_nav_dropdown {
    -webkit-overflow-scrolling: touch;
    background-color: #eef1f3;
    display: none;
    overflow-y: auto
}

@media (min-width:1000px) {
    .c-map_nav_dropdown {
        max-height: calc(100vh - 27.5rem)
    }
}

@media (max-width:999px) {
    .c-map_nav_dropdown {
        max-height: calc(100vh - 438px)
    }
}

.c-map_nav_dropdown::-webkit-scrollbar {
    width: 8px
}

.c-map_nav_dropdown::-webkit-scrollbar-thumb {
    background-color: #ff6969;
    border: 4px solid #97141a;
    border-radius: 8px
}

.c-map_nav_dropdown ::-webkit-scrollbar-button {
    display: none
}

.c-map_nav_dropdown_item:not(:last-child) {
    border-bottom: 1px solid #d8dde3
}

.c-map_nav_dropdown_link {
    color: #7f7f7f;
    display: block;
    position: relative;
    text-align: left;
    transition: color .3s cubic-bezier(.4,0,0,1);
    width: 100%
}

@media (min-width:1000px) {
    .c-map_nav_dropdown_link {
        padding: 1.25rem 2.5rem
    }
}

@media (max-width:999px) {
    .c-map_nav_dropdown_link {
        padding: 15px 30px
    }
}

.c-map_nav_dropdown_link svg {
    height: 1.625rem;
    margin-right: 1.25rem;
    position: relative;
    transition: fill .3s cubic-bezier(.4,0,0,1);
    width: 1.625rem;
    z-index: 2
}

.c-map_nav_dropdown_link:before {
    background: #7f7f7f;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

.c-map_nav_dropdown_link.is-active, .c-map_nav_dropdown_link:hover {
    color: #fff
}

    .c-map_nav_dropdown_link.is-active:before, .c-map_nav_dropdown_link:hover:before {
        transform: scaleX(1)
    }

    .c-map_nav_dropdown_link.is-active svg, .c-map_nav_dropdown_link:hover svg {
        fill: #e8ab06
    }

.c-map_nav_dropdown_link_label {
    display: inline-block;
    position: relative
}

.c-map_marker {
    height: 72px;
    position: relative;
    width: 60px
}

    .c-map_marker svg.back {
        fill: #7f7f7f;
        height: 100%;
        position: absolute;
        transition: fill .3s cubic-bezier(.4,0,0,1);
        width: 100%
    }

    .c-map_marker svg.front {
        height: 24px;
        left: 18px;
        position: absolute;
        top: 16px;
        width: 24px
    }

    .c-map_marker.-selected svg.back, .c-map_marker:hover svg.back {
        fill: #e8ab06
    }

.c-map_card {
    height: 100%;
    left: 25%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: visibility 0s .3s;
    width: 25%;
    z-index: 2
}

@media (max-width:999px) {
    .c-map_card {
        left: 0;
        padding-top: 165px;
        width: 50%
    }
}

@media (max-width:699px) {
    .c-map_card {
        width: calc(100% - 45px)
    }
}

.c-map_card:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s cubic-bezier(.4,0,0,1) .15s
}

html.has-map-card-open .c-map_card:before {
    transform: scaleX(1);
    transition-delay: 0s
}

html.has-map-card-open .c-map_card {
    pointer-events: auto;
    transition-delay: 0s;
    visibility: visible
}

.c-map_card_wrap {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    opacity: 0;
    overflow: auto;
    position: relative;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

html.has-map-card-open .c-map_card_wrap {
    opacity: 1;
    transition-delay: .2s
}

.c-map_card_wrap img {
    width: 100%
}

.c-map_card_container {
    background: #fff;
    padding: 1.875rem 2.5rem;
    position: relative;
    transform: translateY(80px);
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform .3s cubic-bezier(.4,0,0,1)
}

html.has-map-card-open .c-map_card_container {
    opacity: 1;
    transform: translateY(0)
}

.c-map_card_container ul {
    list-style: disc;
    padding-left: 20px
}

.c-map_card_container p {
    margin-bottom: 20px
}

.c-map_card_close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(50%,-50%,0) scale3d(0,0,1) rotate(90deg);
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

    .c-map_card_close svg {
        fill: #7f7f7f;
        height: 1.125rem;
        width: 1.125rem
    }

html.has-map-card-open .c-map_card_close {
    transform: translate3d(50%,-50%,0) scaleX(1) rotate(0deg)
}

.c-map_card_title {
    color: #7f7f7f;
    font-family: Playfair Display,serif;
    font-size: 1.5rem;
    margin: 0
}

.c-map_card_title-wrap {
    margin-bottom: 1.25rem
}

.c-map_card_status {
    margin-top: 5px
}

.c-map_card_status_circle {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    vertical-align: center;
    width: 10px
}

    .c-map_card_status_circle.-open {
        background: #009c47
    }

    .c-map_card_status_circle.-closed {
        background: #f32626
    }

    .c-map_card_status_circle.-warning {
        background: #fe9243
    }

.c-map .status:before {
    background: #ccc;
    border: 3px solid #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 5px;
    z-index: 99999
}

.c-map .status.status-open:before {
    background: #009c47
}

.c-map .status.status-closed:before {
    background: #f32626
}

.c-map .status.status-warning:before {
    background: #fe9243
}

.district-number {
    background-color: #7f7f7f;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 22px;
    padding: 5px;
    pointer-events: none;
    text-align: center;
    width: 22px
}

.c-transition-light {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .3s cubic-bezier(.4,0,0,1);
    visibility: hidden;
    z-index: 75
}

.is-loading-transition-light .c-transition-light {
    pointer-events: all;
    visibility: visible
}

.c-transition-light_container, .c-transition-light_wrap {
    height: 100%
}

.c-transition-light_inner {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1)
}

[data-template=calendar] .c-transition-light_inner {
    background-color: #d8dde3
}

.is-loading-transition-light .c-transition-light_inner {
    opacity: 1
}

.c-transition-light_spinner {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    width: 60px
}

.is-loading-transition-light .c-transition-light_spinner {
    transform: scale(1)
}

.c-transition-light_spinner svg {
    -webkit-animation: spinnerRotate 2s linear infinite;
    animation: spinnerRotate 2s linear infinite;
    transform-origin: center;
    width: 3.75em
}

.c-transition-light_spinner circle {
    fill: none;
    stroke: #97141a;
    stroke-width: 2;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation: spinnerDash 1.5s ease-in-out infinite;
    animation: spinnerDash 1.5s ease-in-out infinite
}

.c-letters_wrap {
    overflow: hidden;
    position: relative
}

.c-letters {
    left: 0;
    padding-top: 15vh;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:999px) {
    .c-letters {
        display: none
    }
}

.c-letters_line {
    color: #d8dde3;
    font-family: Playfair Display,serif;
    font-size: 17.5rem
}

    .c-letters_line:not(:last-child) {
        margin-bottom: 15vh
    }

    .c-letters_line:nth-child(odd) {
        text-align: right
    }

    .c-letters_line.is-show span {
        opacity: 1;
        transform: scaleX(1)
    }

.c-letters_line_anim {
    display: inline-block;
    opacity: 0
}

.c-letters_line.is-show .c-letters_line_anim {
    opacity: 1;
    transition: transform .6s cubic-bezier(.4,0,0,1),opacity .6s cubic-bezier(.4,0,0,1)
}

.c-letters_line:nth-child(odd) .c-letters_line_anim {
    transform: scale3d(.5,.5,1) translate3d(.625rem,0,0) rotate(0deg)
}

.c-letters_line:nth-child(odd).is-show .c-letters_line_anim {
    transform: scaleX(1) translate3d(.625rem,0,0) rotate(0deg)
}

.c-letters_line:nth-child(2n) .c-letters_line_anim {
    transform: scale3d(.5,.5,1) translate3d(-.625rem,0,0) rotate(0deg)
}

.c-letters_line:nth-child(2n).is-show .c-letters_line_anim {
    transform: scaleX(1) translate3d(-.625rem,0,0) rotate(0deg)
}

.c-alert-container {
    pointer-events: none;
    position: fixed;
    z-index: 8
}

@media (min-width:1000px) {
    .c-alert-container {
        bottom: 1.25rem;
        right: 1.25rem;
        transform: translateY(calc(100% + 1.5625rem));
        transition: transform .3s cubic-bezier(.4,0,0,1)
    }

    html.has-alert-banner .c-alert-container {
        pointer-events: all;
        transform: translateY(calc(100% + 1.5625rem))
    }

    html.is-loaded.has-alert-banner .c-alert-container {
        transform: none;
        transition-delay: 1s
    }
}

@media (max-width:999px) {
    .c-alert-container {
        left: 0;
        opacity: 0;
        right: 0;
        top: 0;
        transform: translateY(150px);
        transition: transform .6s cubic-bezier(.4,0,0,1),opacity .6s cubic-bezier(.4,0,0,1),visibility .6s cubic-bezier(.4,0,0,1);
        visibility: hidden
    }

    html.is-loaded.has-alert-banner.has-small-mobile-header .c-alert-container {
        transform: translateY(58px)
    }

    html.is-loaded.has-alert-banner .c-alert-container {
        opacity: 1;
        pointer-events: all;
        transform: translateY(90px);
        visibility: visible
    }
}

.c-alert {
    align-items: center;
    background-color: #7f7f7f;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: flex;
    position: relative
}

@media (min-width:1000px) {
    .c-alert {
        padding: 1.5625rem 1.875rem
    }
}

@media (max-width:999px) {
    .c-alert {
        flex-direction: column;
        padding: .625rem 3.75rem
    }
}

.c-alert.-red {
    background-color: #e65151
}

.c-alert.-orange {
    background-color: #e77737
}

.c-alert.-yellow {
    background-color: #e8af10
}

.c-alert.-blue {
    background-color: #7f7f7f
}

.c-alert_icon {
    align-items: center;
    color: #fff;
    display: flex;
    height: 2.8125rem;
    justify-content: center;
    position: relative;
    width: 2.8125rem;
    z-index: 1
}

@media (max-width:999px) {
    .c-alert_icon {
        flex-shrink: 0;
        left: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

.c-alert_icon:before {
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.c-alert_icon svg {
    display: block;
    height: .9375rem;
    width: .9375rem
}

.c-alert_close {
    align-items: center;
    color: #fff;
    display: flex;
    height: 2.8125rem;
    justify-content: center;
    position: relative;
    width: 2.8125rem;
    z-index: 10
}

@media (max-width:999px) {
    .c-alert_close {
        flex-shrink: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.c-alert_close:hover:before {
    transform: scale(1.2);
    transition: transform .45s cubic-bezier(.17,.67,.3,1.33)
}

.c-alert_close:before {
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

.c-alert_close_icon {
    display: block;
    height: 19px;
    position: relative;
    transform: rotate(45deg);
    width: 19px
}

    .c-alert_close_icon:before {
        background-color: #fff;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 100%
    }

    .c-alert_close_icon:after {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 9px;
        position: absolute;
        top: 0;
        width: 1px
    }

.c-alert_text {
    color: #fff;
    flex-shrink: 0;
    max-width: 300px;
    width: 300px
}

@media (min-width:1000px) {
    .c-alert_text {
        font-size: 16px;
        padding-left: 2.8125rem
    }
}

@media (max-width:999px) {
    .c-alert_text {
        word-wrap: normal;
        font-size: 14px;
        margin-bottom: 5px;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }
}

.c-alert_date {
    color: rgba(0,0,0,.5);
    font-size: 13px
}

@media (min-width:1440px) {
    .c-alert_date {
        padding: 0 5.625rem
    }
}

@media (min-width:1000px) and (max-width:1439px) {
    .c-alert_date {
        padding: 0 4.375rem
    }
}

@media (min-width:1000px) {
    .c-alert_date {
        width: 370px
    }
}

@media (max-width:999px) {
    .c-alert_date {
        padding: 0 .625rem;
        text-align: center;
        white-space: nowrap;
        width: 100%
    }

        .c-alert_date br {
            display: none
        }
}

.c-alert_link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.c-calendar-aside {
    padding-top: 4.875rem
}

.c-calendar-aside_category {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute !important;
    right: 0;
    top: 0
}

    .c-calendar-aside_category.is-open {
        pointer-events: auto
    }

.c-calendar-aside_category_button {
    background: none;
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

    .c-calendar-aside_category_button:before {
        background: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .05;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform .3s cubic-bezier(.4,0,0,1);
        z-index: 1
    }

    .c-calendar-aside_category.is-open .c-calendar-aside_category_button:before, .c-calendar-aside_category_button:hover:before {
        transform: scaleY(1)
    }

.c-calendar-aside_category_dropdown {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    overflow-y: auto;
    padding-top: 4.875rem;
    top: 0;
    visibility: hidden
}

.c-calendar-aside_category.is-open .c-calendar-aside_category_dropdown {
    visibility: visible
}

.c-calendar-aside_category_dropdown:before {
    display: none
}

.c-calendar-aside_background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .6s cubic-bezier(.4,0,0,1),background .3s cubic-bezier(.4,0,0,1)
}

.c-calendar-aside_category.is-open .c-calendar-aside_background {
    transform: scaleY(1)
}

.c-calendar-aside_category_button_background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: top center;
    transition: transform .3s cubic-bezier(.4,0,0,1)
}

.c-calendar-aside_category.is-open .c-calendar-aside_category_button_background {
    transform: scaleY(0)
}

.c-font-cta {
    align-items: center;
    color: #fff;
    height: 3.125rem;
    position: absolute;
    transform: scale(0);
    transition: transform .45s cubic-bezier(.4,0,0,1);
    width: 3.125rem;
    z-index: 105
}

    .c-font-cta, .c-font-cta > div {
        display: flex;
        justify-content: center
    }

        .c-font-cta > div {
            align-items: baseline
        }

html.is-loaded .c-font-cta {
    transform: scale(1)
}

html.is-first-hit .c-font-cta {
    transition-delay: .9s
}

@media (min-width:1000px) {
    .c-font-cta {
        right: 7.5rem;
        top: 1.625rem
    }
}

@media (max-width:999px) {
    .c-font-cta {
        bottom: 20px;
        height: 50px;
        right: 120px;
        width: 50px
    }
}

.c-font-cta:before {
    background-color: rgba(137,16,23,.8);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s cubic-bezier(.4,0,0,1);
    z-index: -1
}

.c-font-cta:hover:before {
    transform: scale(1.2);
    transition: transform .45s cubic-bezier(.17,.67,.3,1.33)
}

.c-footer_font .c-font-cta {
    bottom: auto;
    display: none;
    left: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    position: relative;
    right: auto;
    top: auto !important
}

@media (max-width:999px) {
    .c-footer_font .c-font-cta {
        display: block
    }
}

.c-font-cta_item {
    display: inline-block;
    font-weight: 600
}

    .c-font-cta_item:first-child {
        font-size: .8125rem;
        margin-right: .125rem
    }

    .c-font-cta_item:nth-child(2) {
        font-size: 1rem
    }

.c-thematic-cta {
    background-color: #fff;
    border: 1px solid #d8dde3;
    display: flex;
    overflow: hidden
}

@media (max-width:999px) {
    .c-thematic-cta {
        flex-direction: column
    }
}

.c-thematic-cta_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

    .c-thematic-cta_main:after {
        content: "";
        position: absolute
    }

    .c-thematic-cta_main:focus-within, .c-thematic-cta_main:hover {
        background-color: #eef1f3
    }

@media (min-width:1000px) {
    .c-thematic-cta_main {
        width: 70%
    }

        .c-thematic-cta_main:after {
            border-right: 1px solid #d8dde3;
            bottom: .625rem;
            right: 0;
            top: .625rem
        }
}

@media (max-width:999px) {
    .c-thematic-cta_main:after {
        border-bottom: 1px solid #d8dde3;
        bottom: 0;
        left: .625rem;
        right: .625rem
    }
}

.c-thematic-cta_figure {
    width: 33.33333%
}

@media (min-width:700px) {
    .c-thematic-cta_figure {
        align-self: stretch;
        background-position: 50%;
        background-size: cover
    }

        .c-thematic-cta_figure img {
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%
        }
}

@media (max-width:699px) {
    .c-thematic-cta_figure {
        width: 100%
    }
}

.c-thematic-cta_content {
    padding: 1.25rem
}

@media (min-width:700px) {
    .c-thematic-cta_content {
        width: 66.66667%
    }
}

.c-thematic-cta_link {
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-thematic-cta_title {
    font-family: Playfair Display,serif;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 3.75rem;
    margin-top: 0
}

@media (max-width:999px) {
    .c-thematic-cta_title {
        font-size: 2rem
    }
}

@media (max-width:699px) {
    .c-thematic-cta_title {
        margin-bottom: 1.25rem
    }
}

.c-thematic-cta_arrow {
    display: block;
    height: 1.5em;
    width: 1.5em
}

.c-thematic-cta_button {
    pointer-events: none
}

.c-thematic-cta_footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

    .c-thematic-cta_footer:focus-within, .c-thematic-cta_footer:hover {
        background-color: #eef1f3
    }

    .c-thematic-cta_footer > * {
        margin: .625rem
    }

@media (min-width:1000px) {
    .c-thematic-cta_footer {
        width: 30%
    }
}

.c-thematics-intro_text {
    font-family: Playfair Display,serif,sans-serif;
    font-size: 1.5rem;
    margin-bottom: 2.5rem
}

.c-thematics-intro_actions > * {
    margin-bottom: 1.25rem;
    margin-right: 2.5rem
}

.c-thematics-item {
    align-items: center;
    border-top: 1px solid #d8dde3;
    display: flex;
    padding-bottom: 5rem;
    padding-top: 5rem
}

    .c-thematics-item:last-child {
        border-bottom: 1px solid #d8dde3
    }

@media (max-width:699px) {
    .c-thematics-item {
        flex-direction: column;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }
}

.c-thematics-item_figure {
    background-position: 50%;
    background-size: cover;
    flex: 1 0 0;
    position: relative
}

    .c-thematics-item_figure:before {
        content: "";
        display: block;
        padding-bottom: 66.66667%
    }

    .c-thematics-item_figure img {
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

@media (max-width:699px) {
    .c-thematics-item_figure {
        margin-bottom: 1.25rem
    }
}

.c-thematics-item_content {
    display: block;
    flex: 1 0 0
}

@media (min-width:700px) {
    .c-thematics-item_content {
        padding-left: 2.5rem
    }
}

.c-thematics-item_title {
    font-family: Playfair Display,serif;
    line-height: 1.3;
    margin-top: .625rem
}

.c-thematics-item_excerpt {
    margin-bottom: 2.5rem
}

.c-anniversary-shapes_wrap {
    overflow: hidden;
    position: relative
}

.c-anniversary-shapes {
    left: 0;
    padding-top: 55vh;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:999px) {
    .c-anniversary-shapes {
        display: none
    }
}

.c-anniversary-shapes_line:first-child svg {
    height: 18.75rem;
    transform: translateX(30%);
    width: 18.75rem
}

.c-anniversary-shapes_line:nth-child(2) svg {
    height: 37.5rem;
    transform: translateX(-30%);
    width: 37.5rem
}

.c-anniversary-shapes_line:not(:last-child) {
    margin-bottom: 100vh
}

.c-anniversary-shapes_line:nth-child(odd) {
    text-align: right
}

.c-anniversary-shapes_line_anim {
    display: inline-block;
    opacity: 0
}

.c-anniversary-shapes_line.is-show .c-anniversary-shapes_line_anim {
    opacity: 1;
    transition: transform .6s cubic-bezier(.4,0,0,1),opacity .6s cubic-bezier(.4,0,0,1)
}

.c-anniversary-shapes_line:nth-child(odd) .c-anniversary-shapes_line_anim {
    transform: scale3d(.5,.5,1) translate3d(.625rem,0,0) rotate(0deg)
}

.c-anniversary-shapes_line:nth-child(odd).is-show .c-anniversary-shapes_line_anim {
    transform: scaleX(1) translate3d(.625rem,0,0) rotate(0deg)
}

.c-anniversary-shapes_line:nth-child(2n) .c-anniversary-shapes_line_anim {
    transform: scale3d(.5,.5,1) translate3d(-.625rem,0,0) rotate(0deg)
}

.c-anniversary-shapes_line:nth-child(2n).is-show .c-anniversary-shapes_line_anim {
    transform: scaleX(1) translate3d(-.625rem,0,0) rotate(0deg)
}

.u-2\:1:before {
    padding-bottom: 50%
}

.u-4\:3:before {
    padding-bottom: 75%
}

.u-16\:9:before {
    padding-bottom: 56.25%
}

.u-1\/1 {
    width: 100% !important
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-3\/3 {
    width: 100% !important
}

.u-1\/4 {
    width: 25% !important
}

.u-2\/4 {
    width: 50% !important
}

.u-3\/4 {
    width: 75% !important
}

.u-4\/4 {
    width: 100% !important
}

.u-1\/5 {
    width: 20% !important
}

.u-2\/5 {
    width: 40% !important
}

.u-3\/5 {
    width: 60% !important
}

.u-4\/5 {
    width: 80% !important
}

.u-5\/5 {
    width: 100% !important
}

@media (max-width:699px) {
    .u-1\/2\@to-small {
        width: 50%
    }
}

@media (min-width:700px) {
    .u-1\/3\@from-small {
        width: 33.33333%
    }

    .u-1\/4\@from-small {
        width: 25%
    }
}

@media (min-width:1000px) {
    .u-1\/2\@from-medium {
        width: 50%
    }

    .u-1\/4\@from-medium {
        width: 25%
    }

    .u-3\/4\@from-medium {
        width: 75%
    }
}

@media (min-width:1200px) {
    .u-1\/2\@from-large {
        width: 50%
    }
}

.u-float-left {
    float: left !important
}

.u-float-right {
    float: right !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-align-baseline {
    vertical-align: baseline !important
}

.u-align-bottom {
    vertical-align: bottom !important
}

.u-align-middle {
    vertical-align: middle !important
}

.u-align-top {
    vertical-align: top !important
}

.u-vertical-center {
    font-size: 0
}

    .u-vertical-center:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .u-vertical-center > * {
        display: inline-block;
        font-size: 1rem;
        vertical-align: middle
    }

.u-clearfix:after {
    clear: both;
    content: "";
    display: block
}

.u-truncate {
    word-wrap: normal;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.u-anim[data-scroll] {
    opacity: 0;
    transform: translate3d(0,50px,0);
    transition: opacity .6s cubic-bezier(.4,0,0,1),transform .6s cubic-bezier(.4,0,0,1)
}

    .u-anim[data-scroll].is-show {
        opacity: 1;
        transform: none
    }

.u-anim-zoom {
    transform: scaleX(1);
    transition: transform .6s cubic-bezier(.35,.755,.42,.95)
}

a:hover .u-anim-zoom {
    transform: scale3d(1.1,1.1,1.1)
}

.u-background-white {
    background-color: #fff
}

.u-relative {
    position: relative
}

.u-zindex-2 {
    z-index: 2
}

.u-color-white {
    color: #fff
}

[hidden][aria-hidden=false] {
    clip: rect(0,0,0,0);
    display: inherit;
    position: absolute
}

    [hidden][aria-hidden=false]:focus {
        clip: auto
    }

.u-screen-reader-text {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

@media not print {
    .u-screen-reader-text\@screen {
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px
    }
}

.u-screen-reader-text.-focusable:active, .u-screen-reader-text.-focusable:focus {
    clip: auto;
    height: auto;
    width: auto
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

.is-visible {
    opacity: 1 !important;
    visibility: visible !important
}

.is-invisible {
    opacity: 0 !important
}

.is-hidden, .is-invisible {
    visibility: hidden !important
}

.is-hidden {
    display: none !important
}

@media not print {
    .is-hidden\@screen {
        display: none !important;
        visibility: hidden !important
    }
}

@media print {
    .is-hidden\@print {
        display: none !important;
        visibility: hidden !important
    }
}

@media (max-width:699px) {
    .is-hidden\@to-small {
        display: none
    }
}

@media (max-width:999px) {
    .is-hidden\@to-medium {
        display: none
    }
}

@media (min-width:999px) {
    .is-hidden\@from-medium {
        display: none
    }
}

.u-padding {
    padding: 1.25rem
}

.u-padding-2 {
    padding: 2.5rem
}

.u-padding-3 {
    padding: 3.75rem
}

.u-padding-4 {
    padding: 5rem
}

.u-padding-top {
    padding-top: 1.25rem
}

.u-padding-top-2 {
    padding-top: 2.5rem
}

.u-padding-top-3 {
    padding-top: 3.75rem
}

.u-padding-top-4 {
    padding-top: 5rem
}

.u-padding-right {
    padding-right: 1.25rem
}

.u-padding-right-2 {
    padding-right: 2.5rem
}

.u-padding-right-3 {
    padding-right: 3.75rem
}

.u-padding-right-4 {
    padding-right: 5rem
}

.u-padding-bottom {
    padding-bottom: 1.25rem
}

.u-padding-bottom-2 {
    padding-bottom: 2.5rem
}

.u-padding-bottom-3 {
    padding-bottom: 3.75rem
}

.u-padding-bottom-4 {
    padding-bottom: 5rem
}

.u-padding-left {
    padding-left: 1.25rem
}

.u-padding-left-2 {
    padding-left: 2.5rem
}

.u-padding-left-3 {
    padding-left: 3.75rem
}

.u-padding-left-4 {
    padding-left: 5rem
}

.u-padding-horizontal {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.u-padding-horizontal-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.u-padding-horizontal-3 {
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

.u-padding-horizontal-4 {
    padding-left: 5rem;
    padding-right: 5rem
}

.u-padding-vertical {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.u-padding-vertical-2 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.u-padding-vertical-3 {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem
}

.u-padding-vertical-4 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.u-margin {
    margin: 1.25rem
}

.u-margin-2 {
    margin: 2.5rem
}

.u-margin-3 {
    margin: 3.75rem
}

.u-margin-4 {
    margin: 5rem
}

.u-margin-top {
    margin-top: 1.25rem
}

.u-margin-top-2 {
    margin-top: 2.5rem
}

.u-margin-top-3 {
    margin-top: 3.75rem
}

.u-margin-top-4 {
    margin-top: 5rem
}

.u-margin-right {
    margin-right: 1.25rem
}

.u-margin-right-2 {
    margin-right: 2.5rem
}

.u-margin-right-3 {
    margin-right: 3.75rem
}

.u-margin-right-4 {
    margin-right: 5rem
}

.u-margin-bottom {
    margin-bottom: 1.25rem
}

.u-margin-bottom-2 {
    margin-bottom: 2.5rem
}

.u-margin-bottom-3 {
    margin-bottom: 3.75rem
}

.u-margin-bottom-4 {
    margin-bottom: 5rem
}

.u-margin-left {
    margin-left: 1.25rem
}

.u-margin-left-2 {
    margin-left: 2.5rem
}

.u-margin-left-3 {
    margin-left: 3.75rem
}

.u-margin-left-4 {
    margin-left: 5rem
}

.u-margin-horizontal {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.u-margin-horizontal-2 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.u-margin-horizontal-3 {
    margin-left: 3.75rem;
    margin-right: 3.75rem
}

.u-margin-horizontal-4 {
    margin-left: 5rem;
    margin-right: 5rem
}

.u-margin-vertical {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.u-margin-vertical-2 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.u-margin-vertical-3 {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem
}

.u-margin-vertical-4 {
    margin-bottom: 5rem;
    margin-top: 5rem
}

.s-font-big .c-nav-desktop_list_item {
    font-size: 1.25rem;
    padding: 0 1.25rem
}

    .s-font-big .c-nav-desktop_list_item:first-child {
        padding-left: 1.875rem
    }

.s-font-big .c-carousel-preview_slide_title {
    font-size: 1.875rem
}

@media (max-width:1599px) {
    .s-font-big .o-label-small {
        font-size: 1.25rem
    }
}

@media (min-width:1600px) {
    .s-font-big .o-label-small {
        font-size: 1.375rem
    }
}

@media (max-width:1599px) {
    .s-font-big .o-side-label {
        font-size: 1.25rem
    }
}

@media (min-width:1600px) {
    .s-font-big .o-side-label {
        font-size: 1.375rem
    }
}

.s-font-big .c-list-arrow_item_label {
    font-size: 1.25rem
}

.s-font-big .c-splash-cta_content_text {
    font-size: 2rem
}

@media (max-width:999px) {
    .s-font-big .c-splash-cta_content_text {
        font-size: 28px
    }
}

@media (max-width:499px) {
    .s-font-big .c-splash-cta_content_text {
        font-size: 24px
    }
}

@media (min-width:500px) {
    .s-font-big .c-menu-desktop-quick-link_item, .s-font-big .c-quick-links_list_item {
        font-size: 2rem
    }
}

@media (max-width:499px) {
    .s-font-big .c-menu-desktop-quick-link_item, .s-font-big .c-quick-links_list_item {
        font-size: 24px
    }
}

.s-font-big .c-footer-box_nav_list_item {
    font-size: 1.625rem
}

@media (max-width:999px) {
    .s-font-big .c-footer-box_nav_list_item {
        font-size: 24px
    }
}

@media (max-width:499px) {
    .s-font-big .c-footer-box_nav_list_item {
        font-size: 24px
    }
}

.s-font-big .c-footer-box_subnav_list_item {
    font-size: 1.25rem
}

.s-font-big .c-footer-quick-link_item {
    font-size: 1.625rem
}

@media (max-width:699px) {
    .s-font-big .c-footer-quick-link_item_label {
        font-size: 1.375rem
    }
}

.s-font-big .c-search-overlay_nav_item_label, .s-font-big .c-search-overlay_quick-links_item, .s-font-big .o-button {
    font-size: 1.25rem
}

.s-font-big .c-menu-desktop-section_group_list_item {
    font-size: 1.125rem
}

.s-font-big .o-wysiwyg h1, .s-font-big .o-wysiwyg h2, .s-font-big .o-wysiwyg h3, .s-font-big .o-wysiwyg h4, .s-font-big .o-wysiwyg h5, .s-font-big .o-wysiwyg h6 {
    font-size: 1.625rem
}

.s-font-big .c-breadcrumbs_list_item, .s-font-big .o-wysiwyg p, .s-font-big .o-wysiwyg ul {
    font-size: 1.25rem
}

.s-font-big .c-share_label {
    font-size: 1.375rem
}

@media (min-width:1000px) {
    .s-font-big .c-related_item_title {
        font-size: 2rem
    }
}

@media (max-width:999px) {
    .s-font-big .c-related_item_title {
        font-size: 30px
    }
}

@media (max-width:499px) {
    .s-font-big .c-related_item_title {
        font-size: 26px
    }
}

.s-font-big .c-event_content p, .s-font-big .c-event_info {
    font-size: 1rem
}

.s-font-big .c-map_card_title {
    font-size: 1.875rem
}

.s-font-big .c-map_card_container p, .s-font-big .c-map_card_info, .s-font-big .c-map_nav_dropdown_link_label {
    font-size: 1.125rem
}

.s-font-big .c-menu-desktop-sub-nav_item {
    font-size: 1rem
}

@media (max-width:699px) {
    .s-font-big .c-modal-fancy_title-target, .s-font-big .o-h1 {
        font-size: 40px
    }
}

/* Helpers */
.text-red {
    color: #cd212a !important;
}

.text-white {
    color: #fff !important;
}

a.text-red {
    text-decoration: none !important;
}
.text-green {
    color: #168c00;
}

.text-center {
    text-align: center;
}

.bg-light-grey {
    background-color: #f6f9fd;
}


.fullwidth {
    width: 100%;
}



/* Common Helpers */
.text-uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.small {
    font-size: 85%;
}
.d-block {
    display: block !important;
}

.big {
    font-size: 115%;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.ml-5 {
    margin-left: 5px;
}

.research-title {
    font-size: 1.2rem;
}
.research-title,
.research-content {
    padding-left: 20px;
    margin-bottom: 10px;
}

    .research-title:before {
        content: '•';
        color: #cd212a;
        font-size: 35px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 35px;
    }