@charset "UTF-8"; /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #9e68dd;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #093b3e;
    --bs-secondary: #d2cdc1;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9f7;
    --bs-dark: #052628;
    --bs-primary-rgb: 9, 59, 62;
    --bs-secondary-rgb: 210, 205, 193;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 247;
    --bs-dark-rgb: 5, 38, 40;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 9, 59, 62;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif:
        "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
        "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #093b3e;
    --bs-body-bg: #fff;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.block-cover .h2,
.block-cover h2,
.block-editorial-bubble .h3,
.block-editorial-bubble h3,
.block-timeline .h2,
.block-timeline h2,
.block-typo p,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Denton Condensed", Times;
    font-weight: 500;
    line-height: 0.8;
}
.block-cover .h2,
.block-cover h2,
.block-timeline .h2,
.block-timeline h2,
.block-typo p,
.h1,
h1 {
    font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
    .block-cover .h2,
    .block-cover h2,
    .block-timeline .h2,
    .block-timeline h2,
    .block-typo p,
    .h1,
    h1 {
        font-size: 3.125rem;
    }
}
.h2,
h2 {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2.25rem;
    }
}
.h3,
h3 {
    font-size: calc(1.2813rem + 0.3756vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.563rem;
    }
}
.block-editorial-bubble .h3,
.block-editorial-bubble h3 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .block-editorial-bubble .h3,
    .block-editorial-bubble h3 {
        font-size: 1.5rem;
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ul {
    padding-left: 2rem;
}
dl,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
a {
    color: #093b3e;
    text-decoration: underline;
}
a:hover {
    color: #072f32;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
iframe {
    border: 0;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.figure {
    display: inline-block;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.block-key-figures ul,
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.block-key-figures ul > *,
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.block-editorial-center .col:nth-of-type(3),
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.block-editorial-left .col:nth-of-type(3),
.block-editorial-right .col:nth-of-type(3),
.block-key-figures li,
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.block-editorial-left .col:nth-of-type(1),
.block-editorial-right .col:nth-of-type(1),
.block-key-figures li.col-img,
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.block-editorial-center .col:nth-of-type(1),
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.block-editorial .col,
.block-editorial-center .col:nth-of-type(2),
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.block-editorial-center .col:nth-of-type(1) {
    margin-left: 8.33333333%;
}
.block-editorial-right .col:nth-of-type(1),
.offset-3 {
    margin-left: 25%;
}
.block-editorial-center .col:nth-of-type(3),
.block-editorial-right .col:nth-of-type(3),
.offset-6 {
    margin-left: 50%;
}
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
@media (min-width: 768px) {
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .block-editorial-center .col:nth-of-type(3),
    .block-editorial-left .col:nth-of-type(3),
    .block-editorial-right .col:nth-of-type(3),
    .block-key-figures li.col-img ~ li,
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .block-editorial-left .col:nth-of-type(1),
    .block-editorial-right .col:nth-of-type(1),
    .block-key-figures li,
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5,
    .engaged .block-editorial-left .col:nth-of-type(1) {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .block-editorial-center .col:nth-of-type(1),
    .block-key-figures li.col-img,
    .col-md-6,
    .engaged .block-editorial-left .col:nth-of-type(2) {
        flex: 0 0 auto;
        width: 50%;
    }
    .block-editorial-left .col:nth-of-type(2),
    .block-editorial-right .col:nth-of-type(2),
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .block-editorial-right .col:nth-of-type(1),
    .offset-md-0 {
        margin-left: 0;
    }
    .block-editorial-left .col:nth-of-type(1),
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .block-editorial-center .col:nth-of-type(1),
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .block-editorial-right .col:nth-of-type(3) {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .engaged .block-editorial-left .col:nth-of-type(1) {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .engaged .block-editorial-left .col:nth-of-type(1),
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
}
@media (min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #093b3e;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #093b3e;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #093b3e;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #093b3e;
    vertical-align: top;
    border-color: #909bab;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #093b3e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control:focus {
    color: #093b3e;
    background-color: #fff;
    border-color: #849d9f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(9, 59, 62, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0;
    margin: -0.375rem 0;
    margin-inline-end: 0;
    color: #093b3e;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0;
    margin: -0.375rem 0;
    margin-inline-end: 0;
    color: #093b3e;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.btn,
.btn span {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #093b3e;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 1.875rem;
    font-size: calc(11rem / 16);
    border-radius: 3rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn,
    .btn span {
        transition: none;
    }
}
.btn span:hover,
.btn:hover {
    color: #093b3e;
}
.btn span:focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(9, 59, 62, 0.25);
}
.btn span:disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-secondary {
    color: #000;
    background-color: #d2cdc1;
    border-color: #d2cdc1;
}
.btn-secondary:hover {
    color: #000;
    background-color: #d9d5ca;
    border-color: #d7d2c7;
}
.btn-secondary:focus {
    color: #000;
    background-color: #d9d5ca;
    border-color: #d7d2c7;
    box-shadow: 0 0 0 0.25rem rgba(179, 174, 164, 0.5);
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #dbd7cd;
    border-color: #d7d2c7;
}
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(179, 174, 164, 0.5);
}
.btn-secondary:disabled {
    color: #000;
    background-color: #d2cdc1;
    border-color: #d2cdc1;
}
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #093b3e;
    border-color: #093b3e;
}
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(9, 59, 62, 0.5);
}
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #000;
    background-color: #d2cdc1;
    border-color: #d2cdc1;
}
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(210, 205, 193, 0.5);
}
.btn-lg {
    padding: 1.5rem 1.875rem;
    font-size: 1rem;
    border-radius: 3rem;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #093b3e;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #093b3e;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: calc(11rem / 16);
    font-weight: 700;
    color: #093b3e;
    text-decoration: none;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #072f32;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 2px;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: #083538;
    background-color: #e6ebec;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2336393C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-backdrop.show {
    opacity: 0.5;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}
.btn span.placeholder::before,
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0;
    }
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}
.modal-open footer[role="contentinfo"].is-fixed {
    z-index: -1;
}
.wpcf7-checkbox label {
    align-items: baseline;
    display: flex;
}
.wpcf7-checkbox label input {
    margin-right: calc(10rem / 16);
}
.screen-reader-response ul {
    display: none;
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.splide {
    position: relative;
}
.splide__track {
    overflow: visible;
}
.splide__arrows {
    position: absolute;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .splide__arrows {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) {
    .splide__arrows {
        right: 0;
        top: calc(-80rem / 16);
        transform: translateY(-100%);
    }
}
.splide__arrow {
    appearance: none;
    background-color: transparent;
    border: 1px solid #093b3e;
    border-radius: 50%;
    color: #093b3e;
    height: 40px;
    width: 40px;
}
@media (max-width: 767.98px) {
    .splide__arrow {
        padding: 0;
    }
}
.splide__arrow::before {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    font-size: calc(10rem / 16);
}
.pagination .splide__arrow {
    margin-left: calc(10rem / 16);
    margin-right: calc(10rem / 16);
}
.splide__arrow svg {
    display: none;
}
.splide__arrow--prev::before {
    content: "\e905";
}
.splide__arrow--next {
    margin-left: calc(14rem / 16);
}
.splide__arrow--next::before {
    content: "\e906";
}
.splide__arrow:disabled {
    opacity: 0.4;
}
.splide__sr {
    display: none;
}
@media (max-width: 767.98px) {
    .splide {
        margin-left: calc(calc(30rem / 16) * -1);
        margin-right: calc(calc(30rem / 16) * -1);
        overflow: hidden;
        padding-bottom: calc(60rem / 16);
        padding-left: calc(30rem / 16);
        padding-right: calc(30rem / 16);
    }
}
@media (min-width: 768px) {
    .splide__drag {
        align-items: center;
        appearance: none;
        background-color: #093b3e;
        border: 0;
        border-radius: 50%;
        color: #fff;
        display: flex;
        font-size: calc(15rem / 16);
        height: 80px;
        justify-content: space-around;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transform: scale(0) translate(-50%, -50%);
        transform-origin: center;
        transition:
            opacity 0.3s ease,
            transform 0.3s ease;
        z-index: 3;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .splide__drag {
        height: 126px;
        width: 126px;
    }
}
@media (min-width: 768px) {
    .splide__drag::before {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        content: "\e911";
    }
}
@media (min-width: 768px) {
    .splide__drag::after {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        content: "\e909";
    }
}
@media (min-width: 768px) {
    .splide__track:hover,
    .splide__track:hover a {
        cursor: none;
    }
    .splide__track:hover ~ .splide__drag {
        opacity: 1;
        transform: scale(1) translate(-50%, -50%);
    }
}
@media (min-width: 768px) {
    .splide.is-pressed .splide__drag {
        transform: scale(0.8) translate(-50%, -50%);
    }
}
:not(.card-media) > [class^="attachment"]:not(.attachment-cover):not(.attachment-logo):not(.attachment-xlarge) {
    display: block;
}
:not(.card-media) > [class^="attachment"]:not(.attachment-cover):not(.attachment-logo):not(.attachment-xlarge) img {
    -webkit-mask-image: url(/assets/images/mask.svg);
    mask-image: url(/assets/images/mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
:not(.card-media) > img[class^="attachment"]:not(.attachment-cover):not(.attachment-logo):not(.attachment-xlarge) {
    -webkit-mask-image: url(/assets/images/mask.svg);
    mask-image: url(/assets/images/mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
:not(.card-media)
    > [class^="attachment"]:not(.attachment-cover):not(.attachment-logo):not(.attachment-xlarge):not(.attachment-hero)
    img,
:not(.card-media)
    > img[class^="attachment"]:not(.attachment-cover):not(.attachment-logo):not(.attachment-xlarge):not(
        .attachment-hero
    ) {
    height: auto;
    width: 100%;
}
@media (max-width: 767.98px) {
    .attachment-xlarge {
        -webkit-mask-image: url(/assets/images/mask.svg);
        mask-image: url(/assets/images/mask.svg);
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
}
@media (min-width: 768px) {
    .attachment-xlarge {
        -webkit-mask-image: url(/assets/images/mask2.svg);
        mask-image: url(/assets/images/mask2.svg);
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
}
@media (max-width: 767.98px) {
    .container {
        max-width: none;
        padding-left: calc(30rem / 16);
        padding-right: calc(30rem / 16);
    }
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
picture {
    display: block;
}
main {
    background: #fff;
    position: relative;
    z-index: 5;
}
main [class^="block-"]:last-child {
    padding-bottom: calc(5rem + 300px);
}
@media (min-width: 768px) {
    br.mobile {
        display: none;
    }
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/montserrat.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/montserrat.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/montserrat.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/montserrat.woff2) format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-display: swap;
    font-family: "Denton Condensed";
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/DentonCondensed-Medium.woff2) format("woff2");
}
@font-face {
    font-display: block;
    font-family: Icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/icomoon.woff) format("woff");
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
input[aria-invalid="true"] {
    border-color: red;
}
.block-cover .h2,
.block-cover h2,
.block-timeline .h2,
.block-timeline h2,
.block-typo p,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    letter-spacing: -0.01em;
    margin-bottom: calc(20rem / 16);
}
.block-cover .h2,
.block-cover h2,
.block-timeline .h2,
.block-timeline h2,
.block-typo p,
.h1,
.h2,
h1,
h2 {
    margin-bottom: calc(60rem / 16);
}
.block-cover .h2,
.block-cover h2,
.block-timeline .h2,
.block-timeline h2,
.block-typo p,
.h1,
h1 {
    font-size: calc(50rem / 16);
    line-height: calc(43rem / 16);
}
.h2,
h2 {
    font-size: calc(36rem / 16);
    text-align: left;
}
@media (max-width: 767.98px) {
    .h2,
    h2 {
        text-align: center;
    }
}
.h3,
h3 {
    font-size: calc(25rem / 16);
}
.block-editorial-bubble .h3,
.block-editorial-bubble h3,
.h4,
h4 {
    font-family:
        Montserrat,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: calc(40rem / 16);
}
.h5,
h5 {
    font-family:
        Montserrat,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 125%;
}
@media (max-width: 767.98px) {
    p {
        font-size: calc(12rem / 16);
        line-height: calc(15rem / 16);
    }
}
@media (min-width: 768px) {
    .block-cover .h2,
    .block-cover h2,
    .block-timeline .h2,
    .block-timeline h2,
    .block-typo p,
    .h1,
    h1 {
        font-size: calc(100rem / 16);
        line-height: calc(90rem / 16);
    }
    .h2,
    h2 {
        font-size: calc(70rem / 16);
    }
    .h3,
    h3 {
        font-size: calc(40rem / 16);
    }
    .block-editorial-bubble .h3,
    .block-editorial-bubble h3,
    .h4,
    h4 {
        font-size: calc(30rem / 16);
    }
    .h5,
    h5 {
        font-size: calc(30rem / 16);
    }
}
@media (min-width: 992px) {
    .block-cover .h2,
    .block-cover h2,
    .block-timeline .h2,
    .block-timeline h2,
    .block-typo p,
    .h1,
    h1 {
        font-size: calc(120rem / 16);
        line-height: calc(106rem / 16);
    }
    .h2,
    h2 {
        font-size: calc(90rem / 16);
    }
    .h3,
    h3 {
        font-size: calc(60rem / 16);
    }
    .h5,
    h5 {
        font-size: calc(40rem / 16);
    }
}
.block-key-figures .block-scroll .no-sticky > ul:last-of-type,
.block-scroll .block-key-figures .no-sticky > ul:last-of-type,
.block-scroll .no-sticky > .row:last-of-type {
    padding-bottom: calc(80rem / 16);
}
@media (min-width: 768px) {
    .block-key-figures .block-scroll .no-sticky > ul:last-of-type,
    .block-scroll .block-key-figures .no-sticky > ul:last-of-type,
    .block-scroll .no-sticky > .row:last-of-type {
        padding-bottom: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-key-figures .block-scroll .no-sticky > ul:last-of-type,
    .block-scroll .block-key-figures .no-sticky > ul:last-of-type,
    .block-scroll .no-sticky > .row:last-of-type {
        padding-bottom: calc(200rem / 16);
    }
}
.block-scroll .sticky .container {
    height: 100vh;
    position: sticky;
    top: 0;
}
.block-key-figures .block-scroll .sticky ul,
.block-scroll .sticky .block-key-figures ul,
.block-scroll .sticky .row {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
    .block-key-figures .block-scroll .sticky ul,
    .block-scroll .sticky .block-key-figures ul,
    .block-scroll .sticky .row {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-key-figures .block-scroll .sticky ul,
    .block-scroll .sticky .block-key-figures ul,
    .block-scroll .sticky .row {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-key-figures .block-scroll .sticky ul > div,
.block-scroll .sticky .block-key-figures ul > div,
.block-scroll .sticky .row > div {
    position: relative;
}
@media (max-height: 800px) and (min-width: 768px) {
    .block-key-figures .block-scroll .sticky ul,
    .block-scroll .sticky .block-key-figures ul,
    .block-scroll .sticky .row {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
.block-key-figures .block-scroll .sticky ul.is-visible,
.block-scroll .sticky .block-key-figures ul.is-visible,
.block-scroll .sticky .row.is-visible {
    opacity: 1;
}
.block-cover .block-scroll .sticky .h2,
.block-cover .block-scroll .sticky h2,
.block-scroll .sticky .block-cover .h2,
.block-scroll .sticky .block-cover h2,
.block-scroll .sticky .block-timeline .h2,
.block-scroll .sticky .block-timeline h2,
.block-scroll .sticky .block-typo p,
.block-scroll .sticky .h1,
.block-timeline .block-scroll .sticky .h2,
.block-timeline .block-scroll .sticky h2,
.block-typo .block-scroll .sticky p {
    margin-bottom: 0;
    position: absolute;
    right: calc(1.5rem / 2);
    z-index: 1;
}
.block-scroll .sticky .attachment-large {
    height: auto;
    margin-bottom: calc(140rem / 16);
    transform: translateX(-16.66%);
    width: 120%;
}
.block-scroll > .container {
    position: relative;
}
@media (max-width: 767.98px) {
    .block-scroll > .container {
        padding: 0;
    }
    .block-scroll > .container .no-sticky {
        display: flex;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }
    .block-scroll > .container .no-sticky > * {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: calc(-40rem / 16);
        padding-left: calc(30rem / 16);
        padding-right: calc(30rem / 16);
        scroll-snap-align: start;
    }
    .block-scroll > .container .no-sticky > * > * {
        padding-left: 0;
        padding-right: 0;
    }
}
.block-cover .block-scroll > .container .h2,
.block-cover .block-scroll > .container h2,
.block-scroll > .container .block-cover .h2,
.block-scroll > .container .block-cover h2,
.block-scroll > .container .block-timeline .h2,
.block-scroll > .container .block-timeline h2,
.block-scroll > .container .block-typo p,
.block-scroll > .container .h1,
.block-timeline .block-scroll > .container .h2,
.block-timeline .block-scroll > .container h2,
.block-typo .block-scroll > .container p {
    font-size: calc(100rem / 16);
    line-height: 1;
    margin-bottom: calc(-40rem / 16);
    position: relative;
    text-align: center;
    z-index: 1;
}
.block-scroll > .container img {
    margin-bottom: calc(40rem / 16);
}
.block-scroll .h3 {
    margin-bottom: calc(40rem / 16);
}
@media (max-width: 767.98px) {
    .block-scroll .h3 {
        margin-top: calc(80rem / 16);
    }
}
@media (min-width: 768px) {
    .block-scroll .h3 {
        margin-bottom: calc(80rem / 16);
        margin-top: calc(200rem / 16);
    }
}
.block-scroll .h3 + button {
    margin-bottom: calc(20rem / 16);
}
@media (min-width: 768px) {
    .block-scroll .h3 ~ .collapse {
        display: block;
    }
}
.block-scroll .text {
    margin-bottom: calc(20rem / 16);
}
@media (min-width: 768px) {
    .block-scroll .text {
        margin-bottom: calc(70rem / 16);
    }
}
@media (min-width: 992px) {
    .block-scroll .text {
        column-gap: 1.5rem;
        columns: 2;
        orphans: 8;
    }
}
.block-scroll .text,
.block-scroll .text p {
    color: rgba(9, 59, 62, 0.8);
    font-size: calc(15rem / 16);
    letter-spacing: -0.01em;
    line-height: calc(23rem / 16);
}
.block-scroll .case {
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    padding: calc(20rem / 16);
    position: relative;
}
@media (min-width: 768px) {
    .block-scroll .case {
        margin-bottom: calc(200rem / 16);
    }
}
.block-scroll .case button {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.block-scroll .case button:active,
.block-scroll .case button:focus,
.block-scroll .case button:hover {
    color: #fff;
}
.block-scroll .case p {
    font-size: calc(17rem / 16);
    line-height: calc(26rem / 16);
    letter-spacing: -0.01em;
}
.block-scroll .case p + div p {
    color: rgba(9, 59, 62, 0.8);
}
.block-scroll .case .collapse p:first-child,
.block-scroll .case .collapsing p:first-child {
    padding-top: calc(26rem / 16);
}
.block-scroll .case .logos {
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
    .block-scroll .case .logos {
        bottom: calc(20rem / 16);
        justify-items: flex-end;
        position: absolute;
        right: calc(20rem / 16);
        max-width: 20%;
    }
    .block-scroll .case .logos img {
        height: auto;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .block-scroll .case .logos {
        max-width: 50%;
    }
}
.block-scroll .case .show .logos {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.block-scroll .case img {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .block-scroll .case button {
        display: none;
    }
    .block-scroll .case .collapse {
        display: block;
    }
}
.block-scroll .pagination {
    position: absolute;
    top: 350px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .block-scroll .pagination {
        top: calc(100vw - calc(20rem / 16));
    }
}
.block-blockquote {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    overflow: hidden;
}
@media (min-width: 768px) {
    .block-blockquote {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-blockquote {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-blockquote blockquote {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    position: relative;
}
@media (min-width: 768px) {
    .block-blockquote blockquote {
        margin-bottom: calc(60rem / 16);
        margin-top: calc(60rem / 16);
    }
}
.block-blockquote blockquote::after,
.block-blockquote blockquote::before {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    color: #d2cdc1;
    font-size: calc(40rem / 16);
    opacity: 0.8;
    position: absolute;
    z-index: -1;
}
@media (min-width: 768px) {
    .block-blockquote blockquote::after,
    .block-blockquote blockquote::before {
        font-size: calc(80rem / 16);
    }
}
.block-blockquote blockquote::before {
    content: "\e910";
    transform: translate(-50%, -50%);
}
.block-blockquote blockquote::after {
    bottom: 0;
    content: "\e90f";
    right: 0;
    transform: translate(50%, 50%);
}
@media (min-width: 768px) {
    .block-blockquote blockquote::after {
        right: 15%;
    }
}
.block-blockquote blockquote p {
    font-size: calc(18rem / 16);
    font-weight: 300;
    line-height: calc(22rem / 16);
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .block-blockquote blockquote p {
        font-size: calc(32rem / 16);
        line-height: calc(39rem / 16);
    }
}
.block-blockquote figcaption {
    align-items: center;
    display: flex;
}
.block-blockquote figcaption div:first-of-type {
    background-color: #f8f9f7;
    border-radius: 50%;
    flex-shrink: 0;
    height: 54px;
    margin-right: calc(15rem / 16);
    overflow: hidden;
    width: 54px;
}
@media (min-width: 768px) {
    .block-blockquote figcaption div:first-of-type {
        height: 77px;
        margin-right: calc(24rem / 16);
        width: 77px;
    }
}
.block-blockquote figcaption div:first-of-type img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.block-blockquote figcaption p {
    margin: 0;
}
.block-blockquote figcaption p:first-of-type {
    font-weight: 600;
    font-size: calc(14rem / 16);
    line-height: calc(17rem / 16);
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .block-blockquote figcaption p:first-of-type {
        font-size: calc(20rem / 16);
        line-height: calc(24rem / 16);
    }
}
.block-blockquote figcaption p:nth-of-type(2) {
    color: rgba(11, 19, 37, 0.8);
    font-size: calc(10rem / 16);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: calc(12rem / 16);
}
@media (min-width: 768px) {
    .block-blockquote figcaption p:nth-of-type(2) {
        font-size: calc(15rem / 16);
        line-height: calc(23rem / 16);
    }
}
.block-blockquote .attachment-medium {
    transform: translateX(-25%);
}
@media (min-width: 768px) {
    .block-blockquote .attachment-medium {
        transform: translateX(-50%);
    }
}
.block-blockquote .attachment-large {
    transform: translateX(50%);
}
@media (min-width: 768px) {
    .block-blockquote .attachment-large {
        transform: translateX(25%);
    }
}
@media (max-width: 767.98px) {
    .block-blockquote .col-md-8 {
        margin-bottom: calc(20rem / 16);
        margin-top: calc(80rem / 16);
    }
}
.block-blockquote .curve {
    top: 25%;
}
.block-chapter .lead {
    font-size: calc(25rem / 16);
    font-weight: 500;
    line-height: calc(30rem / 16);
    letter-spacing: -0.03em;
    margin-bottom: calc(50rem / 16);
}
.block-chapter .lead + div p {
    color: rgba(9, 59, 62, 0.8);
    font-weight: 400;
    font-size: calc(17rem / 16);
    line-height: calc(26rem / 16);
    letter-spacing: -0.01em;
}
.block-chapter .attachment-medium {
    transform: translate(25%, 50%);
}
@media (min-width: 768px) {
    .block-chapter .attachment-medium {
        transform: translateX(50%);
    }
}
.block-chapter-col {
    overflow: hidden;
    position: relative;
}
.block-chapter-col .container {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    position: relative;
}
@media (min-width: 768px) {
    .block-chapter-col .container {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-chapter-col .container {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-chapter-col .h2,
.block-chapter-col h2 {
    margin-bottom: calc(20rem / 16);
    text-align: left;
    text-indent: calc(10rem / 16);
}
@media (min-width: 768px) {
    .block-chapter-col .h2,
    .block-chapter-col h2 {
        margin-bottom: calc(160rem / 16);
        margin-top: calc(300rem / 16);
        text-indent: calc(60rem / 16);
    }
}
.block-chapter-col .h2 ~ div,
.block-chapter-col h2 ~ div {
    margin-bottom: calc(80rem / 16);
    font-size: calc(17rem / 16);
    opacity: 0.8;
}
@media (min-width: 992px) {
    .block-chapter-col .h2 ~ div,
    .block-chapter-col h2 ~ div {
        column-gap: 1.5rem;
        columns: 2;
    }
}
.block-chapter-col .lead {
    font-weight: 500;
    line-height: calc(22rem / 16);
    margin-bottom: calc(60rem / 16);
}
@media (max-width: 767.98px) {
    .block-chapter-col .lead {
        font-size: calc(18rem / 16);
        letter-spacing: -0.03em;
        margin-bottom: calc(30rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-chapter-col .block-editorial-center .col:first-of-type:nth-of-type(1),
    .block-chapter-col .block-key-figures li.col-img:first-of-type,
    .block-chapter-col .col-md-6:first-of-type,
    .block-chapter-col .engaged .block-editorial-left .col:first-of-type:nth-of-type(2),
    .block-editorial-center .block-chapter-col .col:first-of-type:nth-of-type(1),
    .block-key-figures .block-chapter-col li.col-img:first-of-type,
    .engaged .block-editorial-left .block-chapter-col .col:first-of-type:nth-of-type(2) {
        order: 2;
        transform: translateX(25%);
    }
    .block-chapter-col .block-editorial-center .col:first-of-type:nth-of-type(1) img,
    .block-chapter-col .block-key-figures li.col-img:first-of-type img,
    .block-chapter-col .col-md-6:first-of-type img,
    .block-chapter-col .engaged .block-editorial-left .col:first-of-type:nth-of-type(2) img,
    .block-editorial-center .block-chapter-col .col:first-of-type:nth-of-type(1) img,
    .block-key-figures .block-chapter-col li.col-img:first-of-type img,
    .engaged .block-editorial-left .block-chapter-col .col:first-of-type:nth-of-type(2) img {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) {
    .block-chapter-col .block-editorial-center .col:first-of-type:nth-of-type(1),
    .block-chapter-col .block-key-figures li.col-img:first-of-type,
    .block-chapter-col .col-md-6:first-of-type,
    .block-chapter-col .engaged .block-editorial-left .col:first-of-type:nth-of-type(2),
    .block-editorial-center .block-chapter-col .col:first-of-type:nth-of-type(1),
    .block-key-figures .block-chapter-col li.col-img:first-of-type,
    .engaged .block-editorial-left .block-chapter-col .col:first-of-type:nth-of-type(2) {
        position: absolute;
        right: 0;
        top: calc(250rem / 16);
        transform: translate(40%, 0);
        z-index: -1;
    }
    .block-chapter-col .block-editorial-center .col:first-of-type:nth-of-type(1) img,
    .block-chapter-col .block-key-figures li.col-img:first-of-type img,
    .block-chapter-col .col-md-6:first-of-type img,
    .block-chapter-col .engaged .block-editorial-left .col:first-of-type:nth-of-type(2) img,
    .block-editorial-center .block-chapter-col .col:first-of-type:nth-of-type(1) img,
    .block-key-figures .block-chapter-col li.col-img:first-of-type img,
    .engaged .block-editorial-left .block-chapter-col .col:first-of-type:nth-of-type(2) img {
        max-height: 650px;
        width: auto;
    }
}
@media (max-width: 767.98px) {
    .block-chapter-col .block-editorial-center .col:nth-of-type(2):nth-of-type(1),
    .block-chapter-col .block-key-figures li.col-img:nth-of-type(2),
    .block-chapter-col .col-md-6:nth-of-type(2),
    .block-chapter-col .engaged .block-editorial-left .col:nth-of-type(2),
    .block-editorial-center .block-chapter-col .col:nth-of-type(2):nth-of-type(1),
    .block-key-figures .block-chapter-col li.col-img:nth-of-type(2),
    .engaged .block-editorial-left .block-chapter-col .col:nth-of-type(2) {
        order: 1;
    }
}
@media (max-width: 767.98px) {
    .block-chapter-col .block-editorial-left .col:nth-of-type(3),
    .block-chapter-col .block-editorial-right .col:nth-of-type(3),
    .block-chapter-col .block-key-figures li,
    .block-chapter-col .col-6,
    .block-editorial-left .block-chapter-col .col:nth-of-type(3),
    .block-editorial-right .block-chapter-col .col:nth-of-type(3),
    .block-key-figures .block-chapter-col li {
        order: 3;
    }
}
.block-chapter-col .attachment-large {
    margin-bottom: calc(80rem / 16);
    position: relative;
}
@media (min-width: 768px) {
    .block-chapter-col .attachment-large {
        margin-bottom: calc(100rem / 16);
    }
}
.block-chapter-col .attachment-large::before {
    background: url(/assets/images/shape.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform: rotate(-140deg) translateY(-30%);
    width: 100%;
    z-index: -1;
}
.block-chapter-col .attachment-medium {
    transform: translateX(-40%);
}
@media (min-width: 768px) {
    .block-chapter-col .attachment-medium {
        bottom: 0;
        left: 0;
        position: absolute;
    }
}
@keyframes line-slide-left {
    from {
        transform: translate(-40%, 0);
    }
    to {
        transform: translate(-20%, 0);
    }
}
@keyframes line-slide-right {
    from {
        transform: translate(-20%, 0);
    }
    to {
        transform: translate(-40%, 0);
    }
}
.js-cloned-line .line {
    display: flex;
    width: 100%;
}
.js-cloned-line .line__content {
    display: flex;
    white-space: nowrap;
}
.js-cloned-line .line__content li {
    transform: translate3d(0, 0, 0);
}
.js-cloned-line .line__content li img {
    display: block;
    transform: translate3d(0, 0, 0);
    position: relative;
}
.js-cloned-line .line:nth-child(odd) .line__content {
    animation: line-slide-left 20s infinite forwards linear;
}
.js-cloned-line .line:nth-child(even) .line__content {
    animation: line-slide-right 20s infinite forwards linear;
}
.block-cover {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    aspect-ratio: 2/3;
    background-color: #052628;
    color: #fff;
    position: relative;
}
@media (min-width: 768px) {
    .block-cover {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-cover {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (min-width: 768px) {
    .block-cover {
        aspect-ratio: 3/2;
    }
}
.block-cover::after {
    background: #093b3e;
    content: "";
    inset: 0;
    opacity: 0.2;
    position: absolute;
}
@supports not (inset: 0) {
    .block-cover::after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}
.block-cover picture,
.block-cover video,
.block-cover > img {
    inset: 0;
    position: absolute;
}
@supports not (inset: 0) {
    .block-cover picture,
    .block-cover video,
    .block-cover > img {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}
.block-cover img,
.block-cover video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.block-cover .container {
    position: relative;
}
body:not(.modal-open) .block-cover .container {
    z-index: 1;
}
.block-cover .h2,
.block-cover h2 {
    hyphens: auto;
    margin-bottom: calc(80rem / 16);
    text-indent: 0.5em;
}
@media (max-width: 767.98px) {
    .block-cover .h2,
    .block-cover h2 {
        font-size: calc(55rem / 16);
    }
}
.block-cover button {
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #d2cdc1;
    font-size: calc(11rem / 16);
    font-weight: 600;
    line-height: calc(20rem / 16);
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    margin-bottom: calc(20rem / 16);
}
.block-cover button::before {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    align-items: center;
    background-color: #d2cdc1;
    border-radius: 50%;
    color: #fff;
    content: "\e912";
    display: flex;
    flex-shrink: 0;
    font-size: calc(12rem / 16);
    height: 36px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
    width: 36px;
}
@media (min-width: 768px) {
    .block-cover button::before {
        height: 77px;
        font-size: calc(23rem / 16);
        width: 77px;
    }
}
.block-cover button:hover::before {
    transform: scale(1.1);
}
@media (min-width: 768px) {
    .block-cover button {
        height: 100%;
        margin-bottom: 0;
    }
}
.block-cover button::before {
    margin-right: calc(20rem / 16);
}
@media (max-width: 767.98px) {
    .block-cover p {
        font-size: calc(13rem / 16);
        line-height: calc(15rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-cover .block-editorial-center .col:nth-of-type(1),
    .block-cover .block-key-figures li.col-img,
    .block-cover .col-md-6,
    .block-cover .engaged .block-editorial-left .col:nth-of-type(2),
    .block-editorial-center .block-cover .col:nth-of-type(1),
    .block-key-figures .block-cover li.col-img,
    .engaged .block-editorial-left .block-cover .col:nth-of-type(2) {
        margin-top: calc(60rem / 16);
        order: 3;
    }
}
.block-cover .curve {
    top: 100%;
}
.block-editorial {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    overflow: hidden;
    position: relative;
}
@media (min-width: 768px) {
    .block-editorial {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-editorial {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-editorial .container {
    position: relative;
}
.block-editorial .container::before {
    background: url(/assets/images/shape.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 50%;
    left: 15%;
    position: absolute;
    top: 45%;
    transform: rotate(-140deg);
    width: 100%;
}
@media (min-width: 768px) {
    .block-editorial .container::before {
        left: 45%;
        top: 35%;
        width: 50%;
    }
}
.block-editorial .h2,
.block-editorial h2 {
    margin-bottom: calc(50rem / 16);
    text-align: center;
}
.block-editorial img {
    height: auto;
    width: 100%;
}
.block-editorial p {
    font-size: calc(17rem / 16);
    letter-spacing: -0.01rem;
    line-height: calc(26rem / 16);
    opacity: 0.8;
}
.block-editorial .col div {
    margin-bottom: calc(40rem / 16);
}
@media (min-width: 768px) {
    .block-editorial .col div {
        margin-bottom: calc(50rem / 16);
    }
}
.block-editorial .col div p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .block-editorial .col a {
        margin-bottom: calc(40rem / 16);
    }
}
.block-editorial .curve {
    bottom: 0;
}
.block-cover + .block-editorial .curve {
    display: none;
}
@media (min-width: 768px) {
    .block-editorial-left .h2 + div,
    .block-editorial-left h2 + div,
    .block-editorial-right .h2 + div,
    .block-editorial-right h2 + div {
        width: 73.5%;
    }
}
.block-editorial-left .curve,
.block-editorial-right .curve {
    bottom: calc(80rem / 16);
}
@media (min-width: 768px) {
    .block-editorial-left .curve,
    .block-editorial-right .curve {
        bottom: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-editorial-left .curve,
    .block-editorial-right .curve {
        bottom: calc(240rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-editorial-left .h2,
    .block-editorial-left h2 {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .block-editorial-left .col:nth-of-type(1) {
        align-self: center;
    }
}
.block-editorial-left .col:nth-of-type(2) {
    transform: translateX(20%);
}
.block-editorial-left .col:nth-of-type(3) {
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .block-editorial-left .col:nth-of-type(3) {
        transform: translateX(-20%);
    }
}
.block-editorial-right .container::before {
    left: 0;
    transform: rotate(-200deg);
}
@media (min-width: 768px) {
    .block-editorial-right .col:nth-of-type(1) {
        align-self: center;
        order: 2;
    }
}
.block-editorial-right .col:nth-of-type(2) {
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .block-editorial-right .col:nth-of-type(2) {
        order: 1;
        transform: translateX(-20%);
    }
}
.block-editorial-right .col:nth-of-type(3) {
    transform: translateX(20%);
}
@media (min-width: 768px) {
    .block-editorial-right .col:nth-of-type(3) {
        order: 3;
    }
}
.block-editorial-center .container::before {
    bottom: 0;
    left: 0;
    top: auto;
    transform: rotate(-200deg);
}
@media (max-width: 767.98px) {
    .block-editorial-center .col:nth-of-type(1) {
        margin-bottom: calc(40rem / 16);
        text-align: center;
    }
    .block-editorial-center .col:nth-of-type(1) a,
    .block-editorial-center .col:nth-of-type(1) div {
        margin-bottom: calc(40rem / 16);
    }
}
@media (min-width: 768px) {
    .block-editorial-center .col:nth-of-type(1) {
        display: grid;
        column-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
    .block-editorial-center .col:nth-of-type(1) .h2,
    .block-editorial-center .col:nth-of-type(1) h2 {
        grid-column: 1/3;
    }
    .block-editorial-center .col:nth-of-type(1) a {
        align-self: flex-start;
    }
}
.block-editorial-center .col:nth-of-type(2) > * {
    max-width: 1167px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767.98px) {
    .block-editorial-center .col:nth-of-type(2) {
        transform: scale(1.3);
    }
}
.block-editorial-center .col:nth-of-type(3) {
    bottom: 0;
    position: absolute;
    right: 0;
    transform: translate(30%, -20%);
}
@media (min-width: 768px) {
    .block-editorial-center .col:nth-of-type(3) {
        transform: translate(50%, -100%);
    }
}
.block-editorial-bubble {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    position: relative;
}
@media (min-width: 768px) {
    .block-editorial-bubble {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-editorial-bubble {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-editorial-bubble .h2,
    .block-editorial-bubble h2 {
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    .block-editorial-bubble .h3,
    .block-editorial-bubble h3 {
        margin-bottom: calc(20rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-editorial-bubble .h3,
    .block-editorial-bubble h3 {
        font-size: calc(18rem / 16);
        margin-bottom: calc(10rem / 16);
    }
    .block-editorial-bubble .h3 br,
    .block-editorial-bubble h3 br {
        display: none;
    }
}
.block-editorial-bubble ul {
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: 0;
}
.block-editorial-bubble ul li::marker {
    color: #d2cdc1;
}
.block-editorial-bubble ul li:not(:last-child) {
    margin-bottom: calc(12rem / 16);
}
.block-editorial-bubble li,
.block-editorial-bubble p {
    color: rgba(9, 59, 62, 0.8);
    font-size: calc(15rem / 16);
    line-height: calc(23rem / 16);
    letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
    .block-editorial-bubble li,
    .block-editorial-bubble p {
        font-size: calc(12rem / 16);
        line-height: calc(15rem / 16);
        margin-bottom: 0;
    }
}
.block-editorial-bubble a {
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .block-editorial-bubble a figure::after {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        align-items: center;
        background-color: #d2cdc1;
        border-radius: 50%;
        color: #fff;
        content: "\e906";
        display: flex;
        font-size: calc(8rem / 16);
        height: 40px;
        justify-content: center;
        position: absolute;
        right: -20px;
        top: 50px;
        width: 40px;
    }
}
.block-editorial-bubble figure {
    margin-bottom: 0;
    position: relative;
}
@media (max-width: 767.98px) {
    .block-editorial-bubble figure {
        margin-top: -40px;
    }
    .block-editorial-bubble figure img {
        height: auto;
        width: 100%;
    }
}
.block-editorial-bubble figure picture {
    transition: transform 0.3s ease;
}
.block-editorial-bubble figure figcaption {
    text-align: center;
}
@media (max-width: 767.98px) {
    .block-editorial-bubble figure figcaption {
        margin-top: calc(5rem / 16);
    }
}
@media (min-width: 768px) {
    .block-editorial-bubble figure figcaption {
        bottom: calc(20rem / 16);
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
    }
    .block-editorial-bubble figure figcaption div {
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
}
.block-editorial-bubble figure p {
    font-size: calc(12rem / 16);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: calc(15rem / 16);
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .block-editorial-bubble figure p {
        color: #fff;
        font-size: calc(20rem / 16);
        line-height: calc(23rem / 16);
    }
}
.block-editorial-bubble figure p:first-of-type {
    font-weight: 300;
    font-size: calc(10rem / 16);
    line-height: calc(12rem / 16);
}
@media (min-width: 768px) {
    .block-editorial-bubble figure p:first-of-type {
        font-weight: 600;
        letter-spacing: -0.03em;
        margin-bottom: calc(5rem / 16);
        text-transform: uppercase;
    }
}
@media (max-width: 767.98px) {
    .block-editorial-bubble figure p:last-of-type {
        text-transform: uppercase;
    }
}
@media (min-width: 768px) {
    .block-editorial-bubble figure p:last-of-type::after {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 50%;
        content: "\e906";
        display: inline-flex;
        font-size: calc(8rem / 16);
        height: 25px;
        justify-content: center;
        margin-left: 10px;
        width: 25px;
    }
}
.block-editorial-bubble .text {
    -webkit-mask-image: url(/assets/images/bubble.svg);
    mask-image: url(/assets/images/bubble.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    align-items: center;
    aspect-ratio: 1;
    background-color: #f8f9f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(30rem / 16);
    text-align: center;
}
@supports not (aspect-ratio: 1) {
    .block-editorial-bubble .text {
        min-height: 280px;
    }
    @media (min-width: 992px) {
        .block-editorial-bubble .text {
            min-height: 450px;
        }
    }
}
@media (min-width: 992px) {
    .block-editorial-bubble .text {
        padding: calc(40rem / 16);
    }
}
@media (min-width: 1400px) {
    .block-editorial-bubble .text {
        padding: 0 calc(100rem / 16);
    }
}
.block-editorial-bubble .text p:last-of-type {
    margin-bottom: 0;
}
.block-editorial-bubble .btn,
.block-editorial-bubble .btn span,
.btn .block-editorial-bubble span {
    margin-top: 1rem;
    height: 60px;
    padding: 0;
    width: 60px;
}
.block-editorial-bubble .btn span::after,
.block-editorial-bubble .btn::after,
.btn .block-editorial-bubble span::after {
    align-items: center;
    display: flex;
    height: 16px;
    justify-content: center;
    margin: auto;
    width: 16px;
}
.block-editorial-bubble .btn span[aria-expanded="false"]::after,
.block-editorial-bubble .btn[aria-expanded="false"]::after,
.btn .block-editorial-bubble span[aria-expanded="false"]::after {
    margin-top: 1px;
    content: "\e908";
}
.block-editorial-bubble .btn span[aria-expanded="true"]::after,
.block-editorial-bubble .btn[aria-expanded="true"]::after,
.btn .block-editorial-bubble span[aria-expanded="true"]::after {
    content: "\e90a";
}
.block-editorial-bubble .js-collapse {
    overflow: hidden;
    height: 0;
}
.block-editorial-bubble .js-collapse.is-animated {
    transition: height 0.3s ease-in-out;
}
.block-editorial-bubble .curve {
    bottom: 0;
}
.block-editorial-bubble-collapse {
    background-color: #f8f9f7;
}
@media (max-width: 767.98px) {
    .block-editorial-bubble-collapse .bubbles {
        display: flex;
        margin-left: -30px;
        margin-right: -30px;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }
    .block-editorial-bubble-collapse .bubbles > div {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
        scroll-snap-align: start;
    }
}
.block-editorial-bubble-collapse .text {
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .block-editorial-bubble-collapse .bubbles .h3 + div,
    .block-editorial-bubble-collapse .bubbles h3 + div {
        height: auto !important;
    }
    .block-editorial-bubble-collapse .bubbles button {
        display: none;
    }
}
@media (min-width: 768px) {
    .block-editorial-bubble .block-editorial-center .col:nth-of-type(3) figure,
    .block-editorial-bubble .block-editorial-left .col:nth-of-type(3) figure,
    .block-editorial-bubble .block-editorial-right .col:nth-of-type(3) figure,
    .block-editorial-bubble .block-key-figures li.col-img ~ li figure,
    .block-editorial-bubble .col-md-3 figure,
    .block-editorial-center .block-editorial-bubble .col:nth-of-type(3) figure,
    .block-editorial-left .block-editorial-bubble .col:nth-of-type(3) figure,
    .block-editorial-right .block-editorial-bubble .col:nth-of-type(3) figure,
    .block-key-figures .block-editorial-bubble li.col-img ~ li figure {
        transform: translateX(10%);
    }
    .block-editorial-bubble .block-editorial-right .col:nth-of-type(1) figure,
    .block-editorial-bubble .offset-md-0 figure,
    .block-editorial-right .block-editorial-bubble .col:nth-of-type(1) figure {
        transform: translateX(-20%);
    }
    .block-editorial-bubble .flex-row-reverse .block-editorial-right .col:nth-of-type(1) figure,
    .block-editorial-bubble .flex-row-reverse .offset-md-0 figure,
    .block-editorial-right .block-editorial-bubble .flex-row-reverse .col:nth-of-type(1) figure {
        transform: translateX(20%);
    }
}
@media (min-width: 768px) {
    .block-editorial-bubble .is-active picture {
        transform: scale(1.1);
    }
}
.block-editorial-bubble .is-active figcaption div {
    transform: translateY(0);
}
.block-editorial-bubble .is-active .collapse {
    display: block;
}
.block-editorial-bubble .is-active .btn-secondary {
    pointer-events: none;
}
.block-findus {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    background-color: #f8f9f7;
}
@media (min-width: 768px) {
    .block-findus {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-findus {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-form {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
}
@media (min-width: 768px) {
    .block-form {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-form {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-gallery .splide .splide__slide--col {
    align-items: center;
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .block-gallery .splide .splide__slide--col {
        width: 33%;
    }
}
.block-gallery .splide .splide__arrows {
    display: none;
}
@media (max-width: 767.98px) {
    .block-gallery .splide .splide__arrows {
        display: flex;
    }
}
.block-key-figures {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    overflow: hidden;
}
@media (min-width: 768px) {
    .block-key-figures {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-key-figures {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-key-figures ul {
    list-style: none;
    margin-bottom: calc(70rem / 16);
    padding-left: 0;
}
@media (min-width: 768px) {
    .block-key-figures ul {
        align-items: flex-start;
        margin-bottom: calc(120rem / 16);
    }
}
.block-key-figures li {
    margin-bottom: calc(10rem / 16);
}
@media (max-width: 767.98px) {
    .block-key-figures li {
        margin-bottom: calc(24rem / 16);
    }
}
.block-key-figures li.col-img {
    margin-bottom: calc(80rem / 16);
    position: relative;
}
.block-key-figures li.col-img::before {
    background: url(/assets/images/shape.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 80%;
    left: -20%;
    position: absolute;
    top: 35%;
    transform: rotate(-200deg) scale(0.9);
    width: 120%;
}
@media (min-width: 768px) {
    .block-key-figures li.col-img::before {
        height: 100%;
        left: -10%;
        top: 20%;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .block-key-figures li.col-img ~ li {
        align-self: center;
    }
}
@media (max-width: 767.98px) {
    .block-key-figures li.col-img {
        margin-bottom: calc(145rem / 16);
    }
}
.block-key-figures li.col-img [class^="attachment-"] {
    transform: translateX(-40%);
    width: 150%;
}
@media (min-width: 768px) {
    .block-key-figures li.col-img [class^="attachment-"] {
        transform: translateX(-30%);
        width: 100%;
    }
}
.block-key-figures dl {
    margin-bottom: 0;
}
.block-key-figures dt {
    font-family: "Denton Condensed", Times;
    font-size: calc(70rem / 16);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: calc(90rem / 16);
}
@media (min-width: 576px) {
    .block-key-figures dt {
        font-size: calc(90rem / 16);
        line-height: calc(120rem / 16);
    }
}
@media (min-width: 1200px) {
    .block-key-figures dt {
        font-size: calc(140rem / 16);
        line-height: calc(130rem / 16);
        margin-bottom: calc(30rem / 16);
    }
}
@media (min-width: 1400px) {
    .block-key-figures dt {
        font-size: calc(160rem / 16);
        line-height: calc(150rem / 16);
    }
}
.block-key-figures dd {
    font-weight: 600;
    font-size: calc(12rem / 16);
    line-height: calc(14rem / 16);
    letter-spacing: -0.02em;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .block-key-figures dd {
        font-size: calc(20rem / 16);
        letter-spacing: -0.03em;
        line-height: calc(24rem / 16);
    }
}
.block-posts {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    background-color: #f8f9f7;
    position: relative;
    text-align: center;
}
@media (min-width: 768px) {
    .block-posts {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-posts {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-posts > div {
    overflow: hidden;
}
.block-posts .h2,
.block-posts h2 {
    margin-bottom: calc(30rem / 16);
}
@media (min-width: 768px) {
    .block-posts .h2,
    .block-posts h2 {
        margin-bottom: calc(80rem / 16);
    }
}
.block-posts .splide {
    margin-bottom: calc(40rem / 16);
}
@media (max-width: 767.98px) {
    .block-posts .splide {
        padding-left: calc(40rem / 16);
        padding-right: calc(40rem / 16);
    }
}
@media (min-width: 768px) {
    .block-posts .splide {
        margin-bottom: calc(80rem / 16);
    }
}
.block-posts .card .card-media {
    background-color: #ebeee8;
}
@media (max-width: 767.98px) {
    .block-posts .card .card-media {
        margin-bottom: calc(35rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-posts .card .card-title {
        margin-bottom: calc(40rem / 16);
    }
}
.block-posts .curve {
    top: 0;
    transform: translate3d(0, -50%, 0);
}
.block-reveal .container {
    position: relative;
}
.block-reveal .before {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.block-reveal .before p {
    left: calc(30rem / 16);
}
@media (min-width: 768px) {
    .block-reveal .before p {
        left: 0;
    }
}
.block-reveal .after p {
    right: calc(30rem / 16);
    text-align: right;
}
@media (min-width: 768px) {
    .block-reveal .after p {
        right: 0;
    }
}
.block-text {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .block-text {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-text {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (max-width: 575.98px) {
    .block-text {
        margin: 0 calc(65rem / 16);
    }
    .block-text .curve {
        left: calc(65rem / 16);
        right: calc(65rem / 16);
    }
}
.block-text p {
    font-size: calc(12rem / 16);
    font-weight: 500;
    line-height: calc(15rem / 16);
    letter-spacing: -0.01em;
}
@media (min-width: 768px) {
    .block-text p {
        font-size: calc(17rem / 16);
        line-height: calc(21rem / 16);
    }
}
.block-text .curve {
    bottom: 0;
}
.block-team {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    overflow: hidden;
}
@media (min-width: 768px) {
    .block-team {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-team {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-team .h2,
.block-team h2 {
    margin-bottom: calc(30rem / 16);
}
@media (min-width: 768px) {
    .block-team .h2,
    .block-team h2 {
        margin-bottom: calc(80rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-team .splide {
        padding-left: calc(50rem / 16);
        padding-right: calc(50rem / 16);
    }
}
.block-team .card-text + .card-text {
    display: none;
}
.block-timeline {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    aspect-ratio: 2/3;
    background-color: #052628;
    color: #fff;
    position: relative;
}
@media (min-width: 768px) {
    .block-timeline {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-timeline {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (min-width: 768px) {
    .block-timeline {
        aspect-ratio: 3/2;
    }
}
.block-timeline::after {
    background: #093b3e;
    content: "";
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
}
@supports not (inset: 0) {
    .block-timeline::after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}
.block-timeline > img,
.block-timeline > picture img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
@supports not (inset: 0) {
    .block-timeline > img,
    .block-timeline > picture img {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}
.block-timeline .container {
    position: relative;
    z-index: 1;
}
.block-timeline .h2,
.block-timeline h2 {
    hyphens: auto;
    margin-bottom: calc(80rem / 16);
    text-indent: 0.5em;
}
@media (max-width: 767.98px) {
    .block-timeline .h2,
    .block-timeline h2 {
        font-size: calc(55rem / 16);
        margin-bottom: calc(30rem / 16);
    }
}
.block-timeline ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.block-timeline ul::before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}
.block-timeline ul::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}
@media (min-width: 768px) {
    .block-timeline ul {
        flex-direction: row;
        height: calc(300rem / 16);
    }
    .block-timeline ul::before {
        height: 1px;
        top: 50%;
        width: 100%;
    }
    .block-timeline ul::after {
        bottom: auto;
        left: auto;
        right: 0;
        top: calc(50% - 4px);
        transform: rotate(-45deg);
    }
}
.block-timeline li {
    padding: 1rem 10%;
    position: relative;
}
.block-timeline li::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    transform: translate(-50%, 0);
    width: 9px;
}
@media (min-width: 768px) {
    .block-timeline li {
        text-align: center;
        padding: 1rem 0;
        width: 19%;
    }
    .block-timeline li::before {
        left: 50%;
    }
    .block-timeline li:nth-child(odd) {
        align-self: flex-end;
        margin-bottom: calc(150rem / 16);
    }
    .block-timeline li:nth-child(odd)::before {
        bottom: -4px;
    }
    .block-timeline li:nth-child(even) {
        align-self: flex-start;
        margin-top: calc(150rem / 16);
    }
    .block-timeline li:nth-child(even)::before {
        top: -4px;
    }
}
@media (max-width: 767.98px) {
    .block-timeline li {
        font-size: calc(13rem / 16);
        line-height: calc(15rem / 16);
    }
}
.block-editorial .block-timeline .col,
.block-editorial-center .block-timeline .col:nth-of-type(2),
.block-timeline .block-editorial .col,
.block-timeline .block-editorial-center .col:nth-of-type(2),
.block-timeline .col-12 {
    position: relative;
}
@media (max-width: 767.98px) {
    .block-editorial-center .block-timeline .col:nth-of-type(1),
    .block-key-figures .block-timeline li.col-img,
    .block-timeline .block-editorial-center .col:nth-of-type(1),
    .block-timeline .block-key-figures li.col-img,
    .block-timeline .col-md-6,
    .block-timeline .engaged .block-editorial-left .col:nth-of-type(2),
    .engaged .block-editorial-left .block-timeline .col:nth-of-type(2) {
        margin-top: calc(60rem / 16);
        order: 3;
    }
}
.block-timeline .curve {
    bottom: 0;
    transform: translate3d(0, 50%, 0);
}
.block-typo {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    overflow: hidden;
    text-align: center;
}
@media (min-width: 768px) {
    .block-typo {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .block-typo {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.block-typo p {
    margin-bottom: 0;
    margin-left: calc(30rem / 16);
    margin-right: calc(30rem / 16);
}
@media (max-width: 767.98px) {
    .block-typo p {
        font-size: calc(70rem / 16);
        margin-left: calc(20rem / 16);
        margin-right: calc(20rem / 16);
    }
}
.block-typo img {
    transform: translateY(-15px);
}
@media (max-width: 767.98px) {
    .block-typo img {
        height: 60px;
        width: auto;
    }
}
.block-video .attachment-cover {
    inset: 0;
    opacity: 0.8;
    position: absolute;
}
@supports not (inset: 0) {
    .block-video .attachment-cover {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}
.animated-shape {
    background-image: url(/assets/images/shape-circle-grey.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform-origin: bottom;
}
.animated-shape[data-container="footer"] {
    background-image: url(/assets/images/shape-circle-grey-reverse.svg);
    background-size: 100%;
    bottom: unset;
    top: 0;
    transform-origin: top;
}
.nav-accessibility {
    height: 0;
    overflow: hidden;
    position: absolute;
    transform: translateY(-100%);
    z-index: 1070;
}
.nav-accessibility:focus-within {
    height: auto;
    position: relative;
    transform: translateY(0);
}
.btn,
.btn span {
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn span:focus,
.btn:active:focus,
.btn:focus {
    box-shadow: none;
}
@media (max-width: 767.98px) {
    .btn,
    .btn span {
        font-size: calc(8rem / 16);
        padding-left: calc(20rem / 16);
        padding-right: calc(20rem / 16);
    }
}
.btn span::after,
.btn::after {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    content: "\e903";
    font-size: calc(10rem / 16);
    margin-left: calc(10rem / 16);
}
.btn-anim {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translate3d(0, 0, 0);
}
.btn-anim:hovers {
    background-color: transparent;
}
.btn-anim::after {
    content: none;
}
.btn-secondary {
    color: #36393c;
}
.btn-secondary span:first-of-type {
    background-color: #d2cdc1;
    color: #36393c;
}
.btn-secondary span:last-of-type {
    background-color: #093b3e;
    color: #fff;
}
.btn-secondary[data-bs-toggle="collapse"] {
    height: 60px;
    padding: 0;
    width: 60px;
}
.btn-secondary[data-bs-toggle="collapse"]::after {
    align-items: center;
    display: flex;
    height: 16px;
    justify-content: center;
    margin: auto;
    width: 16px;
}
.btn-secondary[data-bs-toggle="collapse"][aria-expanded="false"]::after {
    margin-top: 1px;
}
.btn span.dropdown-toggle::after,
.btn.dropdown-toggle::after {
    border: 0;
    content: "\e908";
    font-size: calc(8rem / 16);
    vertical-align: middle;
}
.btn span[aria-expanded="false"]::after,
.btn[aria-expanded="false"]::after {
    content: "\e908";
}
.btn span[aria-expanded="true"]::after,
.btn[aria-expanded="true"]::after {
    content: "\e90a";
}
.btn span {
    border-radius: 0;
}
.btn span:first-of-type {
    animation: 1s anim-btn-after cubic-bezier(1, 0, 0.8, 1);
    display: block;
    position: relative;
    z-index: 2;
}
.btn span:last-of-type {
    animation: 1s anim-btn-span cubic-bezier(1, 0, 0.8, 1);
    inset: 0;
    position: absolute;
    transform: translateY(100%);
}
.btn span:hover span:first-child,
.btn:hover span:first-child {
    animation: 0.6s anim-btn-span ease forwards;
}
.btn span:hover span:last-child,
.btn:hover span:last-child {
    animation: 0.6s anim-btn-after ease forwards;
}
@keyframes anim-btn-span {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
    100% {
        transform: translateY(-100%);
    }
}
@keyframes anim-btn-after {
    0% {
        transform: translateY(100%);
    }
    49% {
        z-index: 1;
    }
    50% {
        transform: translateY(0);
        z-index: 2;
    }
    100% {
        transform: translateY(0);
    }
}
.card .card-media {
    -webkit-mask-image: url(/assets/images/mask.svg);
    mask-image: url(/assets/images/mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    aspect-ratio: 328/304;
    background-color: #f8f9f7;
    margin-bottom: calc(20rem / 16);
    overflow: hidden;
}
@media (min-width: 768px) {
    .card .card-media {
        margin-bottom: calc(30rem / 16);
    }
}
.card .card-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.card .card-body {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
.card .card-title {
    color: #093b3e;
    font-size: calc(17rem / 16);
    font-weight: 600;
    line-height: calc(20rem / 16);
    letter-spacing: -0.03em;
}
@media (min-width: 992px) {
    .card .card-title {
        font-size: calc(20rem / 16);
        line-height: calc(25rem / 16);
    }
}
.card .card-text {
    color: rgba(11, 19, 37, 0.8);
    font-size: calc(12rem / 16);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: calc(15rem / 16);
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .card .card-text {
        font-size: calc(15rem / 16);
        line-height: calc(23rem / 16);
    }
}
.card-person .card-title,
.card-project .card-title {
    text-transform: uppercase;
}
.card-post .card-text,
.card-post .card-title,
.card-project .card-text,
.card-project .card-title {
    color: rgba(9, 59, 62, 0.8);
}
@media (max-width: 767.98px) {
    .card-post .card-text,
    .card-post .card-title,
    .card-project .card-text,
    .card-project .card-title {
        color: #093b3e;
    }
}
.card-person .card-media picture {
    display: block;
    height: 100%;
}
.card-person .card-text {
    color: rgba(9, 59, 62, 0.8);
}
.card-post .card-text {
    margin-bottom: calc(10rem / 16);
}
.card-project .card-title {
    margin-bottom: calc(8rem / 16);
}
@media (min-width: 992px) {
    .card-project .card-title {
        font-size: calc(25rem / 16);
    }
}
@media (min-width: 992px) {
    .card-project .card-text {
        line-height: calc(25rem / 16);
    }
}
.card-certificate .card-media {
    aspect-ratio: 1;
    background-color: transparent;
    margin-bottom: 0;
    -webkit-mask-image: none;
    mask-image: none;
}
@media (max-width: 767.98px) {
    .card-certificate .card-media {
        min-height: 60px;
    }
}
.card-certificate .card-media picture {
    height: 100%;
}
.card-certificate .card-media img {
    object-fit: contain;
    width: unset;
}
a.card {
    text-decoration: none;
}
a.card .card-media {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: relative;
}
@media (min-width: 768px) {
    a.card .card-media {
        -webkit-mask-size: 96%;
        mask-size: 96%;
        transition:
            -webkit-mask-size 0.3s ease,
            mask-size 0.3s ease;
    }
}
a.card .card-media::after {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: calc(40rem / 16);
    color: #d2cdc1;
    content: "\e906";
    display: flex;
    font-size: calc(10rem / 16);
    height: calc(60rem / 16);
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: calc(40rem / 16);
    transform: scale(0);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    width: calc(60rem / 16);
}
@media (max-width: 767.98px) {
    a.card .card-media::after {
        opacity: 1;
        transform: scale(1);
    }
}
a.card .card-title {
    transition: color 0.3s ease;
}
@media (min-width: 768px) {
    a.card:hover .card-media {
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }
    a.card:hover .card-media::after {
        opacity: 1;
        transform: scale(1);
    }
    a.card:hover .card-title {
        color: #093b3e;
    }
}
.curve {
    height: auto;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}
.lettered-text {
    text-indent: 0 !important;
}
.lettered-text:not(.is-ready) {
    opacity: 0;
}
.lettered-text:is(h1, .h1, .block-coverh2, .block-cover.h2, .block-timelineh2, .block-timeline.h2, .block-typop)
    .word-wrap:nth-child(1) {
    padding-left: 0.7em;
}
.lettered-text:is(h1, .h1, .block-coverh2, .block-cover.h2, .block-timelineh2, .block-timeline.h2, .block-typop)
    br:nth-of-type(2)
    + .word-wrap {
    padding-left: 0.3em;
}
.lettered-text .word-wrap {
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.lettered-text .word {
    will-change: transform;
}
.pagination {
    justify-content: center;
    margin-top: calc(40rem / 16);
}
@media (min-width: 768px) {
    .pagination {
        margin-top: calc(80rem / 16);
    }
}
.js-mobile-slider {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.js-mobile-slider::-webkit-scrollbar {
    display: none;
}
.contact-persons {
    background: 0 0;
    color: #d2cdc1;
    margin-top: -200px;
    position: relative;
    text-align: center;
    z-index: 9;
}
@media (min-width: 768px) {
    .block-key-figures .contact-persons ul,
    .contact-persons .block-key-figures ul,
    .contact-persons .row {
        margin-bottom: calc(80rem / 16);
        position: relative;
    }
    .block-key-figures .contact-persons ul::before,
    .contact-persons .block-key-figures ul::before,
    .contact-persons .row::before {
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
    }
}
.contact-persons .h3,
.contact-persons h3 {
    font-size: calc(60rem / 16);
    margin-bottom: calc(30rem / 16);
}
@media (min-width: 768px) {
    .contact-persons .h3,
    .contact-persons h3 {
        margin-bottom: calc(80rem / 16);
    }
}
@media (max-width: 575.98px) {
    .contact-persons .h3,
    .contact-persons h3 {
        font-size: calc(30rem / 16);
    }
}
.contact-persons .mask {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    background: #093b3e;
}
@media (min-width: 768px) {
    .contact-persons .mask {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .contact-persons .mask {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.contact-persons .card {
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .contact-persons .card {
        flex-direction: row;
        margin-left: calc(-40rem / 16);
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .contact-persons .card {
        margin-bottom: calc(30rem / 16);
    }
}
.contact-persons .card-media {
    background-color: transparent;
    margin-bottom: calc(12rem / 16);
    max-width: 124px;
    min-width: 124px;
    width: 124px;
}
@media (min-width: 768px) {
    .contact-persons .card-media {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .contact-persons .card-media {
        aspect-ratio: 1;
        border-radius: 50%;
        -webkit-mask-image: none;
        mask-image: none;
        overflow: hidden;
        width: 90px;
    }
}
@media (min-width: 768px) {
    .contact-persons .card-body {
        text-align: left;
    }
}
.contact-persons .card-text,
.contact-persons .card-title {
    color: #d2cdc1;
}
@media (min-width: 768px) {
    .contact-persons .card-text {
        opacity: 0.6;
    }
}
.btn .contact-persons span,
.contact-persons .btn,
.contact-persons .btn span {
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .btn .contact-persons span,
    .contact-persons .btn,
    .contact-persons .btn span {
        font-size: calc(10rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-key-figures .contact-persons ul,
    .contact-persons .block-key-figures ul,
    .contact-persons .row {
        margin-bottom: calc(30rem / 16);
    }
}
@media (max-width: 767.98px) {
    .block-editorial-left .contact-persons .col:first-of-type:nth-of-type(1)::after,
    .block-editorial-right .contact-persons .col:first-of-type:nth-of-type(1)::after,
    .block-key-figures .contact-persons li:first-of-type::after,
    .contact-persons .block-editorial-left .col:first-of-type:nth-of-type(1)::after,
    .contact-persons .block-editorial-right .col:first-of-type:nth-of-type(1)::after,
    .contact-persons .block-key-figures li:first-of-type::after,
    .contact-persons .col-md-4:first-of-type::after {
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        display: block;
        height: 1px;
        margin: 0 auto 20px;
        width: 40px;
    }
}
footer[role="contentinfo"] {
    background-color: #052628;
    padding-bottom: calc(40rem / 16);
    padding-top: calc(40rem / 16);
}
footer[role="contentinfo"].is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
@media (min-width: 768px) {
    footer[role="contentinfo"] {
        padding-bottom: calc(90rem / 16);
        padding-top: calc(125rem / 16);
    }
}
footer[role="contentinfo"],
footer[role="contentinfo"] a {
    color: rgba(255, 255, 255, 0.8);
}
footer[role="contentinfo"] a:focus,
footer[role="contentinfo"] a:hover {
    color: #fff;
}
footer[role="contentinfo"] p {
    font-size: calc(10rem / 16);
    font-weight: 400;
    line-height: calc(13rem / 16);
    margin-bottom: 0;
}
@media (min-width: 768px) {
    footer[role="contentinfo"] p {
        font-size: calc(15rem / 16);
        line-height: calc(20rem / 16);
        text-align: center;
    }
}
footer[role="contentinfo"] .nav-link {
    padding-left: 0;
    padding-right: 0;
}
footer[role="contentinfo"] .logo {
    display: inline-block;
    filter: brightness(0) invert(1);
}
footer[role="contentinfo"] .logo svg {
    width: 148px;
    height: 103px;
}
@media (max-width: 767.98px) {
    footer[role="contentinfo"] .logo :is(img, svg) {
        height: auto;
        width: 55px;
    }
}
footer[role="contentinfo"] .logo,
footer[role="contentinfo"] .logo + p {
    margin-bottom: calc(40rem / 16);
}
@media (max-width: 767.98px) {
    footer[role="contentinfo"] .nav {
        align-items: center;
        flex-direction: column;
    }
}
.btn footer[role="contentinfo"] .dropup span,
footer[role="contentinfo"] .dropup .btn,
footer[role="contentinfo"] .dropup .btn span {
    border-color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    margin-top: calc(30rem / 16);
}
@media (min-width: 768px) {
    .btn footer[role="contentinfo"] .dropup span,
    footer[role="contentinfo"] .dropup .btn,
    footer[role="contentinfo"] .dropup .btn span {
        font-size: calc(11rem / 16);
        margin-top: 0;
        padding: 5px 8px;
    }
}
.btn footer[role="contentinfo"] .dropup span::after,
footer[role="contentinfo"] .dropup .btn span::after,
footer[role="contentinfo"] .dropup .btn::after {
    margin-left: calc(10rem / 16);
}
footer[role="contentinfo"] .menu-primary {
    margin-bottom: calc(40rem / 16);
}
@media (min-width: 992px) {
    footer[role="contentinfo"] .menu-primary {
        margin-bottom: calc(135rem / 16);
    }
}
footer[role="contentinfo"] .menu-primary .nav-link {
    font-size: calc(12rem / 16);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: calc(20rem / 16);
    padding-bottom: 0;
    padding-top: 0;
}
@media (min-width: 992px) {
    footer[role="contentinfo"] .menu-primary .nav-link {
        font-size: calc(20rem / 16);
        line-height: calc(30rem / 16);
    }
}
@media (min-width: 1200px) {
    footer[role="contentinfo"] .menu-primary .nav-link {
        font-size: calc(30rem / 16);
        line-height: calc(40rem / 16);
    }
}
@media (min-width: 768px) {
    footer[role="contentinfo"] .menu-secondary {
        margin-bottom: calc(40rem / 16);
    }
}
@media (min-width: 992px) {
    footer[role="contentinfo"] .menu-secondary {
        margin-bottom: 0;
        margin-top: calc(10rem / 16);
    }
}
footer[role="contentinfo"] .menu-secondary .nav-link {
    font-size: calc(10rem / 16);
    line-height: calc(18rem / 16);
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}
footer[role="contentinfo"] .menu-social {
    justify-content: center;
}
@media (max-width: 767.98px) {
    footer[role="contentinfo"] .menu-social::after {
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        display: block;
        height: 1px;
        margin: 40px auto;
        width: 100px;
    }
}
footer[role="contentinfo"] .menu-social .nav-link {
    font-size: calc(15rem / 16);
    font-weight: 400;
}
@media (min-width: 768px) {
    footer[role="contentinfo"] .menu-social .nav-link {
        padding-bottom: 0;
        padding-top: 0;
    }
}
footer[role="contentinfo"] .menu-social .linkedin a::before {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    content: "\e90d";
    display: inline-block;
    font-size: calc(20rem / 16);
    margin-right: calc(14rem / 16);
    transform: translateY(2px);
    vertical-align: baseline;
}
@media (max-width: 767.98px) {
    footer[role="contentinfo"] .menu-social .linkedin a::before {
        font-size: calc(24rem / 16);
    }
}
footer[role="contentinfo"] .menu-legal {
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    footer[role="contentinfo"] .menu-legal {
        align-items: center;
        text-align: center;
    }
}
@media (min-width: 768px) {
    footer[role="contentinfo"] .menu-legal .nav-item {
        width: 50%;
    }
}
footer[role="contentinfo"] .menu-legal .nav-link {
    font-size: calc(10rem / 16);
    font-weight: 300;
    line-height: calc(20rem / 16);
    padding-bottom: 0;
    padding-top: 0;
}
footer[role="contentinfo"] .menu-legal + p {
    font-size: calc(10rem / 16);
    font-weight: 300;
    line-height: calc(20rem / 16);
}
@media (max-width: 767.98px) {
    footer[role="contentinfo"] .menu-legal + p {
        text-align: center;
    }
}
@media (min-width: 768px) {
    footer[role="contentinfo"] .menu-legal + p {
        margin-left: 50%;
        margin-top: -20px;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .engaged .block-editorial-left footer[role="contentinfo"] .col:nth-of-type(1),
    footer[role="contentinfo"] .col-md-5,
    footer[role="contentinfo"] .engaged .block-editorial-left .col:nth-of-type(1) {
        position: relative;
    }
    .engaged .block-editorial-left footer[role="contentinfo"] .col:nth-of-type(1)::after,
    footer[role="contentinfo"] .col-md-5::after,
    footer[role="contentinfo"] .engaged .block-editorial-left .col:nth-of-type(1)::after {
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
    }
}
header[role="banner"] {
    left: 0;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
    header[role="banner"] {
        padding-top: 50px;
    }
}
@media (max-width: 991.98px) {
    header[role="banner"] .navbar {
        flex-direction: row-reverse;
    }
}
header[role="banner"] .navbar-brand {
    position: relative;
    z-index: 20;
}
header[role="banner"] .navbar-brand::before {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    content: "\e90e";
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}
@media (min-width: 992px) {
    header[role="banner"] .navbar-brand::before {
        font-size: 28px;
    }
}
header[role="banner"] .navbar-brand :is(img, svg) {
    display: block;
}
header[role="banner"] .navbar-brand svg {
    width: 103px;
    height: 35px;
}
@media (max-width: 767.98px) {
    header[role="banner"] .navbar-brand :is(img, svg) {
        height: auto;
        width: 59px;
    }
}
header[role="banner"] .navbar-nav {
    text-transform: uppercase;
    z-index: 20;
}
@media (min-width: 992px) {
    header[role="banner"] .navbar-nav {
        margin-right: calc(10rem / 16);
        position: relative;
    }
}
header[role="banner"] .navbar-toggler {
    border: 0;
    margin-right: -10px;
    position: relative;
    z-index: 1;
}
header[role="banner"] .navbar-toggler:focus {
    box-shadow: none;
}
header[role="banner"] .navbar-toggler[aria-expanded="true"],
header[role="banner"] .navbar-toggler[aria-expanded="true"] + .navbar-brand {
    filter: grayscale(1) brightness(0) invert(1);
    position: fixed;
    top: 20px;
}
header[role="banner"] .navbar-toggler[aria-expanded="true"] {
    right: 10px;
}
header[role="banner"] .navbar-toggler[aria-expanded="true"] + .navbar-brand {
    left: 30px;
}
header[role="banner"] .navbar-toggler[aria-expanded="true"] + .navbar-brand::before {
    margin-bottom: 5px !important;
    transform: none !important;
}
header[role="banner"] .navbar-toggler[aria-expanded="true"] + .navbar-brand :is(img, svg) {
    opacity: 1 !important;
}
header[role="banner"] .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-size: auto 10px;
}
header[role="banner"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23093B3E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-size: auto 24px;
}
@media (max-width: 991.98px) {
    header[role="banner"] .navbar-collapse {
        background: #093b3e;
        color: #fff;
        inset: 0;
        padding: calc(100rem / 16) calc(20rem / 16) calc(20rem / 16);
        position: fixed;
    }
    @supports not (inset: 0) {
        header[role="banner"] .navbar-collapse {
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
        }
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        overflow: hidden;
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact) .nav-link {
        align-items: center;
        color: rgba(255, 255, 255, 0.4);
        display: flex;
        font-weight: 700;
        font-size: calc(20rem / 16);
        justify-content: space-between;
        letter-spacing: -0.04em;
        line-height: calc(24rem / 16);
        text-decoration: none;
        transform: translateY(100%);
        transition: all 0.6s ease;
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact) .nav-link::after {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        content: "\e906";
        font-size: calc(10rem / 16);
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact).active .nav-link {
        color: #fff;
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact):nth-child(2) .nav-link {
        transition-delay: 0.1s;
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact):nth-child(3) .nav-link {
        transition-delay: 0.2s;
    }
    header[role="banner"] .navbar-collapse .nav-item:not(.contact):nth-child(4) .nav-link {
        transition-delay: 0.3s;
    }
    header[role="banner"] .navbar-collapse .nav-item:nth-child(4) {
        border: 0;
    }
    header[role="banner"] .navbar-collapse .nav-item:nth-child(4) a::after {
        display: none;
    }
    header[role="banner"] .navbar-collapse .menu-social {
        position: absolute;
        right: calc(20rem / 16);
        bottom: calc(24rem / 16);
    }
    header[role="banner"] .navbar-collapse .menu-social .nav-item {
        border-bottom: 0;
        line-height: calc(14rem / 16);
    }
    header[role="banner"] .navbar-collapse .menu-social .nav-item::before {
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        display: inline-block;
        height: 10px;
        margin-right: calc(10rem / 16);
        vertical-align: middle;
        width: 1px;
    }
    header[role="banner"] .navbar-collapse .menu-social .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.4);
        display: inline-block;
        font-size: calc(14rem / 16);
        height: calc(14rem / 16);
        line-height: 1;
        overflow: hidden;
        padding: 0;
        vertical-align: middle;
        width: calc(14rem / 16);
    }
    header[role="banner"] .navbar-collapse .menu-social .nav-item .nav-link::before {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        content: "\e90d";
        font-size: calc(14rem / 16);
    }
    header[role="banner"] .navbar-collapse .menu-social .nav-item .nav-link::after {
        content: none;
    }
    header[role="banner"] .navbar-collapse .contact {
        bottom: calc(24rem / 16);
        position: absolute;
        right: calc(55rem / 16);
    }
    header[role="banner"] .navbar-collapse .contact a {
        color: rgba(255, 255, 255, 0.4);
        font-size: calc(8rem / 16);
        font-weight: 600;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    header[role="banner"] .navbar-collapse .contact a::before {
        content: none;
    }
    header[role="banner"] .navbar-collapse .projects-list {
        flex-wrap: nowrap;
        margin-left: -20px;
        margin-right: -20px;
        overflow: auto;
        padding-bottom: calc(20rem / 16);
        padding-top: calc(20rem / 16);
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    header[role="banner"] .navbar-collapse .projects-list::-webkit-scrollbar {
        display: none;
    }
    header[role="banner"] .navbar-collapse .projects-list > * {
        scroll-snap-align: start;
    }
    header[role="banner"] .navbar-collapse .projects-list > :nth-child(1) .card-project {
        transition-delay: 0.4s;
    }
    header[role="banner"] .navbar-collapse .projects-list > :nth-child(2) .card-project {
        transition-delay: 0.5s;
    }
    header[role="banner"] .navbar-collapse .projects-list > :nth-child(3) .card-project {
        transition-delay: 0.6s;
    }
    header[role="banner"] .navbar-collapse .projects-list .card-project {
        opacity: 0;
        transform: translateX(200%);
        transition: all 1s ease;
    }
    header[role="banner"] .navbar-collapse .card-media {
        margin-bottom: 10px;
    }
    header[role="banner"] .navbar-collapse .card-media::after {
        content: none;
    }
    header[role="banner"] .navbar-collapse .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    header[role="banner"] .navbar-collapse .card-title {
        font-size: calc(11rem / 16);
        line-height: calc(13rem / 16);
        margin-bottom: 0;
    }
    header[role="banner"] .navbar-collapse .card-text {
        font-size: calc(10rem / 16);
        font-weight: 400;
        line-height: calc(12rem / 16);
    }
    header[role="banner"] .navbar-collapse .card-text,
    header[role="banner"] .navbar-collapse .card-title {
        color: #fff;
    }
    header[role="banner"] .navbar-collapse.show .nav-item:not(.contact) .nav-link {
        transform: translateY(0);
    }
    .btn header[role="banner"] .navbar-collapse.show + span .card-project,
    header[role="banner"] .btn .navbar-collapse.show + span .card-project,
    header[role="banner"] .navbar-collapse.show .projects-list .card-project,
    header[role="banner"] .navbar-collapse.show + .btn .card-project {
        opacity: 1;
        transform: translateX(0);
    }
    .btn header[role="banner"] .navbar-collapse.show .projects-list + span,
    .btn header[role="banner"] .navbar-collapse.show + .btn + span,
    .btn header[role="banner"] .navbar-collapse.show + span + .btn,
    .btn header[role="banner"] .navbar-collapse.show + span + span,
    header[role="banner"] .btn .navbar-collapse.show + .btn + span,
    header[role="banner"] .btn .navbar-collapse.show + span + .btn,
    header[role="banner"] .btn .navbar-collapse.show + span + span,
    header[role="banner"] .navbar-collapse.show .btn .projects-list + span,
    header[role="banner"] .navbar-collapse.show .btn span .projects-list + span,
    header[role="banner"] .navbar-collapse.show .projects-list + .btn,
    header[role="banner"] .navbar-collapse.show + .btn + .btn {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 767.98px) {
    header[role="banner"] .navbar-collapse .btn-outline-secondary {
        border: 0;
        opacity: 0;
        padding-left: 0;
        padding-right: 0;
        transform: translateY(100%);
        transition: all 0.6s ease;
        transition-delay: 0.7s;
    }
    header[role="banner"] .navbar-collapse .btn-outline-secondary:hover {
        background: 0 0;
        border: none;
        color: #d2cdc1;
    }
}
header[role="banner"] .navbar-collapse .dropup {
    bottom: calc(20rem / 16);
    font-weight: 700;
    left: calc(20rem / 16);
    position: absolute;
    text-transform: uppercase;
}
.btn header[role="banner"] .navbar-collapse .dropup span,
header[role="banner"] .navbar-collapse .dropup .btn,
header[role="banner"] .navbar-collapse .dropup .btn span {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    padding: calc(6rem / 16) calc(12rem / 16);
}
.btn header[role="banner"] .navbar-collapse .dropup span::after,
header[role="banner"] .navbar-collapse .dropup .btn span::after,
header[role="banner"] .navbar-collapse .dropup .btn::after {
    margin-left: calc(5rem / 16);
}
header[role="banner"] .navbar-collapse .dropup .dropdown-menu-dark {
    background-color: #093b3e;
}
@media (min-width: 992px) {
    header[role="banner"] .nav-item {
        margin-left: calc(24rem / 16);
        white-space: nowrap;
    }
}
header[role="banner"] .nav-item.active,
header[role="banner"] .nav-link:hover {
    text-decoration-color: inherit;
    text-decoration-line: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 8px;
}
@media (max-width: 991.98px) {
    header[role="banner"] .nav-item.active,
    header[role="banner"] .nav-link:hover {
        text-decoration-line: none;
    }
}
header[role="banner"] .projects .nav-link {
    padding-right: calc(16rem / 16);
    position: relative;
}
header[role="banner"] .projects .nav-link::after {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    content: "\e90b";
    font-size: calc(6rem / 16);
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}
header[role="banner"] .contact {
    position: relative;
}
@media (min-width: 992px) {
    header[role="banner"] .contact {
        margin-left: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    header[role="banner"] .contact .nav-link {
        height: 77px;
        left: -5px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        top: -20px;
        width: 77px;
    }
    header[role="banner"] .contact .nav-link::before {
        content: "";
        font-family: Icomoon;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        align-items: center;
        background: #093b3e;
        border-radius: 50%;
        color: #fff;
        content: "\e90c";
        display: flex;
        font-size: calc(22rem / 16);
        height: 77px;
        justify-content: center;
        width: 77px;
    }
}
html:not(.is-menu-expanded) header[role="banner"].is-sticky {
    background: #fff;
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.015);
    padding-top: 0;
    position: fixed;
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
html:not(.is-menu-expanded) header[role="banner"].is-sticky .navbar-brand::before {
    margin-bottom: 0;
    transform: translateY(10px);
}
@media (min-width: 992px) {
    html:not(.is-menu-expanded) header[role="banner"].is-sticky .navbar-brand::before {
        transform: translateY(18px);
    }
}
html:not(.is-menu-expanded) header[role="banner"].is-sticky .navbar-brand :is(img, svg) {
    opacity: 0;
}
.home header[role="banner"]:not(.is-sticky) {
    background: 0 0;
}
.home header[role="banner"]:not(.is-sticky) .navbar-brand {
    color: #fff;
}
.home header[role="banner"]:not(.is-sticky) .navbar-brand :is(img, svg) {
    filter: grayscale(1) brightness(0) invert(1);
}
.home header[role="banner"]:not(.is-sticky) .nav-link {
    color: #fff;
}
@media (min-width: 992px) {
    .is-menu-expanded header[role="banner"] .navbar-brand {
        color: #fff;
    }
    .is-menu-expanded header[role="banner"] .navbar-brand :is(img, svg) {
        filter: grayscale(1) brightness(0) invert(1);
    }
    .is-menu-expanded header[role="banner"] .nav-link {
        color: #fff;
    }
}
.hero .container {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    min-height: 580px;
    padding-top: calc(110rem / 16);
    position: relative;
}
@media (min-width: 768px) {
    .hero .container {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .hero .container {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (min-width: 768px) {
    .hero .container {
        height: 1100px;
        padding-top: calc(260rem / 16);
    }
}
.block-cover .hero .h2,
.block-cover .hero h2,
.block-timeline .hero .h2,
.block-timeline .hero h2,
.block-typo .hero p,
.hero .block-cover .h2,
.hero .block-cover h2,
.hero .block-timeline .h2,
.hero .block-timeline h2,
.hero .block-typo p,
.hero .h1,
.hero h1 {
    margin-bottom: calc(60rem / 16);
}
.hero p {
    font-weight: 400;
}
.hero .intro {
    font-weight: 500;
    font-size: calc(12rem / 16);
    line-height: calc(15rem / 16);
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .hero .intro {
        font-size: calc(17rem / 16);
        line-height: calc(21rem / 16);
    }
}
.hero .scroll {
    display: none;
}
@media (min-width: 768px) {
    .hero .scroll {
        border: 1px solid #d2cdc1;
        border-radius: 30px;
        color: #d2cdc1;
        font-size: calc(11rem / 16);
        font-weight: 600;
        left: 100%;
        line-height: calc(20rem / 16);
        padding: calc(5rem / 16) calc(20rem / 16);
        position: absolute;
        text-transform: uppercase;
        top: 710px;
        transform: rotate(-90deg) translateX(-20%);
        transform-origin: left;
        white-space: nowrap;
    }
    .hero .scroll::before {
        animation: 1s anim-scroll cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        background-color: #d2cdc1;
        content: "";
        display: inline-block;
        height: 1px;
        margin-right: calc(30rem / 16);
        vertical-align: middle;
        width: 25px;
    }
}
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) {
    overflow: hidden;
    position: relative;
}
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) [class^="attachment-"] {
    position: absolute;
}
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) picture img {
    display: block;
    height: auto;
    width: 100%;
}
.block-cover .hero:not(.hero-post):not(.hero-project):not(.hero-cover) .h2,
.block-cover .hero:not(.hero-post):not(.hero-project):not(.hero-cover) h2,
.block-timeline .hero:not(.hero-post):not(.hero-project):not(.hero-cover) .h2,
.block-timeline .hero:not(.hero-post):not(.hero-project):not(.hero-cover) h2,
.block-typo .hero:not(.hero-post):not(.hero-project):not(.hero-cover) p,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) .block-cover .h2,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) .block-cover h2,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) .block-timeline .h2,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) .block-timeline h2,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) .block-typo p,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) .h1,
.hero:not(.hero-post):not(.hero-project):not(.hero-cover) h1 {
    position: relative;
    z-index: 1;
}
.hero-left .container::before,
.hero-right .container::before {
    background: url(/assets/images/shape.svg) no-repeat;
    background-size: contain;
    bottom: 20px;
    content: "";
    height: 50%;
    position: absolute;
    transform: rotate(-140deg);
    width: 50%;
}
@media (max-width: 767.98px) {
    .hero-left img.attachment-large,
    .hero-right img.attachment-large {
        height: auto;
        width: 100%;
    }
    .hero-left img.attachment-medium,
    .hero-right img.attachment-medium {
        height: auto;
        width: 25%;
    }
}
.hero-left .container::before {
    left: 0;
    right: 50%;
}
.hero-left .attachment-medium {
    right: 0;
}
@media (max-width: 767.98px) {
    .hero-left .attachment-medium {
        bottom: calc(70rem / 16);
        transform: translateX(60%);
        height: auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .hero-left .attachment-medium {
        top: calc(755rem / 16);
        transform: translateX(40%);
    }
}
.hero-left .attachment-large {
    left: 0;
    top: calc(160rem / 16);
}
@media (max-width: 767.98px) {
    .hero-left .attachment-large {
        transform: translateX(-30%);
    }
}
@media (min-width: 768px) {
    .hero-left .attachment-large {
        top: calc(322rem / 16);
        transform: translateX(-50%);
    }
}
.hero-right .container::before {
    left: 45%;
    right: 0;
}
.hero-right .attachment-medium {
    left: 0;
    transform: translateX(-50%);
}
@media (max-width: 767.98px) {
    .hero-right .attachment-medium {
        bottom: 0;
        height: auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .hero-right .attachment-medium {
        top: calc(606rem / 16);
        transform: translateX(-25%);
    }
}
.hero-right .attachment-large {
    height: auto;
    right: 0;
    top: calc(150rem / 16);
    transform: translateX(25%);
    width: 100%;
}
@media (min-width: 768px) {
    .hero-right .attachment-large {
        top: calc(220rem / 16);
        width: auto;
    }
}
.hero-cover {
    background-color: #052628;
    color: #fff;
    position: relative;
}
.hero-cover .container {
    position: relative;
}
.hero-cover img,
.hero-cover picture,
.hero-cover video {
    inset: 0;
    position: absolute;
    z-index: -1;
}
@supports not (inset: 0) {
    .hero-cover img,
    .hero-cover picture,
    .hero-cover video {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}
.hero-cover img,
.hero-cover video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.hero-cover .curve {
    position: relative;
    top: -10rem;
}
.hero-project .container {
    color: #fff;
    position: relative;
}
.hero-post {
    aspect-ratio: auto;
    overflow: hidden;
    position: relative;
}
.hero-post .container::before {
    background: url(/assets/images/shape.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 40%;
    left: -30%;
    position: absolute;
    top: 54%;
    transform: rotate(-140deg);
    width: 50%;
    z-index: -1;
}
.block-cover .hero-post .h2 + div,
.block-cover .hero-post h2 + div,
.block-timeline .hero-post .h2 + div,
.block-timeline .hero-post h2 + div,
.block-typo .hero-post p + div,
.hero-post .block-cover .h2 + div,
.hero-post .block-cover h2 + div,
.hero-post .block-timeline .h2 + div,
.hero-post .block-timeline h2 + div,
.hero-post .block-typo p + div,
.hero-post .h1 + div,
.hero-post h1 + div {
    font-size: calc(12rem / 16);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: calc(14rem / 16);
    text-transform: uppercase;
}
.block-cover .hero-post .h2 + div time,
.block-cover .hero-post h2 + div time,
.block-timeline .hero-post .h2 + div time,
.block-timeline .hero-post h2 + div time,
.block-typo .hero-post p + div time,
.hero-post .block-cover .h2 + div time,
.hero-post .block-cover h2 + div time,
.hero-post .block-timeline .h2 + div time,
.hero-post .block-timeline h2 + div time,
.hero-post .block-typo p + div time,
.hero-post .h1 + div time,
.hero-post h1 + div time {
    margin-left: calc(40rem / 16);
    margin-right: calc(40rem / 16);
    opacity: 0.8;
}
.hero-post .attachment-large {
    position: relative;
    transform: translate(50%, -50%);
    z-index: -1;
}
@keyframes anim-scroll {
    0% {
        transform: translateX(100%);
    }
    10% {
        transform: translateX(100%);
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    99% {
        transform: translateY(0);
    }
    100% {
        opacity: 0;
    }
}
.more .h2,
.more h2 {
    text-align: center;
}
#loader {
    align-items: center;
    background: #093b3e;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 200;
}
#loader .block-cover .h2,
#loader .block-cover h2,
#loader .block-timeline .h2,
#loader .block-timeline h2,
#loader .block-typo p,
#loader .h1,
.block-cover #loader .h2,
.block-cover #loader h2,
.block-timeline #loader .h2,
.block-timeline #loader h2,
.block-typo #loader p {
    color: #d2cdc1;
    opacity: 0;
}
@media (max-width: 767.98px) {
    #loader .block-cover .h2,
    #loader .block-cover h2,
    #loader .block-timeline .h2,
    #loader .block-timeline h2,
    #loader .block-typo p,
    #loader .h1,
    .block-cover #loader .h2,
    .block-cover #loader h2,
    .block-timeline #loader .h2,
    .block-timeline #loader h2,
    .block-typo #loader p {
        line-height: calc(55rem / 16);
    }
}
#loader .block-cover .is-ready.h2,
#loader .block-cover h2.is-ready,
#loader .block-timeline .is-ready.h2,
#loader .block-timeline h2.is-ready,
#loader .block-typo p.is-ready,
#loader .h1.is-ready,
.block-cover #loader .is-ready.h2,
.block-cover #loader h2.is-ready,
.block-timeline #loader .is-ready.h2,
.block-timeline #loader h2.is-ready,
.block-typo #loader p.is-ready {
    opacity: 1;
}
#loader .line-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -40px;
}
#loader .logo {
    overflow: hidden;
    height: 70px;
    margin-bottom: 50px;
}
#loader .logo svg {
    width: 103px;
}
#loader .logo :is(img, svg) {
    display: block;
    height: 100%;
    filter: grayscale(1) brightness(0) invert(1);
    opacity: 0;
    will-change: transform;
}
.pagination-post {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    background: #f8f9f7;
    position: relative;
    text-align: center;
}
@media (min-width: 768px) {
    .pagination-post {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .pagination-post {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
.pagination-post .h2,
.pagination-post h2 {
    text-align: left;
}
.block-key-figures .pagination-post ul,
.pagination-post .block-key-figures ul,
.pagination-post .row {
    margin-bottom: calc(40rem / 16);
}
.pagination-post .container {
    padding-bottom: calc(50rem / 16);
}
.pagination-post .curve {
    top: -10rem;
}
.share {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.share li {
    align-items: center;
    display: flex;
    user-select: center;
    margin-right: calc(10rem / 16);
}
.share a {
    border: 1px solid rgba(9, 59, 62, 0.8);
    border-radius: 50%;
    height: 25px;
    text-decoration: none;
    width: 25px;
}
.share a:hover {
    background-color: #093b3e;
    color: #fff;
}
.share a::before {
    content: "";
    font-family: Icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    align-items: center;
    display: flex;
    font-size: calc(12rem / 16);
    height: 100%;
    justify-content: center;
    width: 100%;
}
.share span {
    display: none;
}
.share .twitter::before {
    content: "\e915";
}
.share .facebook::before {
    content: "\e913";
    font-size: calc(16rem / 16);
}
.share .linkedin::before {
    content: "\e914";
    font-size: calc(11rem / 16);
}
.page-template-template-contact .hero .container {
    height: auto;
    padding-bottom: 0;
}
.block-cover .page-template-template-contact .hero .h2,
.block-cover .page-template-template-contact .hero h2,
.block-timeline .page-template-template-contact .hero .h2,
.block-timeline .page-template-template-contact .hero h2,
.block-typo .page-template-template-contact .hero p,
.page-template-template-contact .hero .block-cover .h2,
.page-template-template-contact .hero .block-cover h2,
.page-template-template-contact .hero .block-timeline .h2,
.page-template-template-contact .hero .block-timeline h2,
.page-template-template-contact .hero .block-typo p,
.page-template-template-contact .hero .h1,
.page-template-template-contact .hero h1 {
    margin-bottom: 0;
    text-indent: 0.5em;
}
.page-template-template-contact .block-form {
    overflow: hidden;
}
.page-template-template-contact .block-form .attachment-large {
    transform: translateX(-20%);
}
.page-template-template-contact .block-form .attachment-medium {
    transform: translateX(50%);
}
.page-template-default main {
    padding-top: calc(110rem / 16);
}
@media (min-width: 768px) {
    .page-template-default main {
        padding-top: calc(300rem / 16);
    }
}
.engaged .hero .container::before {
    left: 60%;
    top: 47%;
}
.engaged .hero .attachment-large {
    transform: translateX(50%);
}
@media (max-width: 767.98px) {
    .engaged .hero br:not(.mobile) {
        display: none;
    }
}
@media (min-width: 1200px) {
    .block-key-figures .engaged .block-editorial-bubble-collapse .bubbles ul:nth-of-type(even),
    .engaged .block-editorial-bubble-collapse .bubbles .block-key-figures ul:nth-of-type(even),
    .engaged .block-editorial-bubble-collapse .bubbles .row:nth-of-type(even) {
        margin-bottom: -200px;
        margin-top: -200px;
    }
}
.engaged .block-editorial-bubble-collapse .curve {
    top: 97%;
}
@media (min-width: 768px) {
    .engaged .block-editorial-left .h2,
    .engaged .block-editorial-left h2 {
        margin-left: calc(-90rem / 16);
    }
    .engaged .block-editorial-left .col:nth-of-type(2) {
        transform: translateX(33.5%);
    }
}
@media (max-width: 767.98px) {
    .engaged .block-editorial-left .container::before {
        top: 30%;
    }
}
.engaged .block-editorial-left .col:nth-of-type(3) {
    margin-top: calc(100rem / 16);
}
@media (min-width: 768px) {
    .engaged .block-editorial-left .col:nth-of-type(3) {
        margin-top: calc(-20rem / 16);
        transform: translateX(-40%);
    }
}
@media (min-width: 768px) {
    .engaged .block-chapter-col .container {
        padding-bottom: 0;
    }
    .block-editorial-center .engaged .block-chapter-col .col:first-of-type:nth-of-type(1),
    .block-key-figures .engaged .block-chapter-col li.col-img:first-of-type,
    .engaged .block-chapter-col .block-editorial-center .col:first-of-type:nth-of-type(1),
    .engaged .block-chapter-col .block-editorial-left .col:first-of-type:nth-of-type(2),
    .engaged .block-chapter-col .block-key-figures li.col-img:first-of-type,
    .engaged .block-chapter-col .col-md-6:first-of-type,
    .engaged .block-editorial-left .block-chapter-col .col:first-of-type:nth-of-type(2) {
        transform: translateX(30%);
    }
    .engaged .block-chapter-col .offset-md-2 {
        margin-left: 8.33333333%;
        margin-right: 10%;
    }
    .block-editorial-left .engaged .block-chapter-col .col:nth-of-type(1),
    .engaged .block-chapter-col .block-editorial-left .col:nth-of-type(1),
    .engaged .block-chapter-col .offset-md-1 {
        margin-left: 0;
        margin-right: 10%;
        margin-top: calc(100rem / 16);
    }
    .block-editorial-left .engaged .block-chapter-col .col:nth-of-type(1) .attachment-medium,
    .engaged .block-chapter-col .block-editorial-left .col:nth-of-type(1) .attachment-medium,
    .engaged .block-chapter-col .offset-md-1 .attachment-medium {
        position: static;
    }
}
.engaged .block-blockquote {
    padding-top: 0;
    position: relative;
}
@media (min-width: 768px) {
    .engaged .block-blockquote {
        margin-top: calc(-100rem / 16);
    }
}
.block-editorial-center .engaged .block-blockquote .col:nth-of-type(1),
.block-key-figures .engaged .block-blockquote li.col-img,
.engaged .block-blockquote .block-editorial-center .col:nth-of-type(1),
.engaged .block-blockquote .block-editorial-left .col:nth-of-type(2),
.engaged .block-blockquote .block-key-figures li.col-img,
.engaged .block-blockquote .col-md-6,
.engaged .block-editorial-left .block-blockquote .col:nth-of-type(2) {
    order: 1;
}
@media (max-width: 767.98px) {
    .block-editorial-center .engaged .block-blockquote .col:nth-of-type(1),
    .block-key-figures .engaged .block-blockquote li.col-img,
    .engaged .block-blockquote .block-editorial-center .col:nth-of-type(1),
    .engaged .block-blockquote .block-editorial-left .col:nth-of-type(2),
    .engaged .block-blockquote .block-key-figures li.col-img,
    .engaged .block-blockquote .col-md-6,
    .engaged .block-editorial-left .block-blockquote .col:nth-of-type(2) {
        display: none;
    }
}
.engaged .block-blockquote .col-md-8 {
    order: 2;
}
@media (max-width: 767.98px) {
    .engaged .block-blockquote .col-md-8 {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .engaged .block-chapter-col .h2 ~ div,
    .engaged .block-chapter-col h2 ~ div {
        margin-bottom: calc(260rem / 16);
    }
}
.expertise .hero-right .container {
    min-height: 680px;
}
@media (max-width: 767.98px) {
    .expertise .hero-right .container::before {
        left: 80%;
        top: 38%;
    }
}
.expertise .block-text + .block-editorial-bubble {
    background-color: #f8f9f7;
}
@media (max-width: 767.98px) {
    .expertise .block-text + .block-editorial-bubble .bubbles {
        display: flex;
        margin-left: -30px;
        margin-right: -30px;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }
    .expertise .block-text + .block-editorial-bubble .bubbles > div {
        flex: 0 0 100vw;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
        scroll-snap-align: start;
    }
}
.expertise .block-text + .block-editorial-bubble .text {
    background-color: #fff;
    padding-left: 20%;
    padding-right: 20%;
}
@media (min-width: 1400px) {
    .expertise .block-text + .block-editorial-bubble .text {
        padding-left: 15%;
        padding-right: 15%;
    }
}
.expertise .block-text + .block-editorial-bubble .h3:last-child,
.expertise .block-text + .block-editorial-bubble h3:last-child {
    margin-bottom: 0;
}
.expertise .block-text + .block-editorial-bubble .curve {
    display: none;
}
.expertise .block-timeline + .block-editorial-bubble {
    overflow: hidden;
}
@media (min-width: 992px) {
    .expertise .block-timeline + .block-editorial-bubble .container::before {
        background: url(/assets/images/shape.svg) no-repeat;
        background-size: contain;
        bottom: -5%;
        content: "";
        height: 25%;
        position: absolute;
        right: 0;
        transform: rotate(-20deg);
        width: 25%;
    }
}
.expertise .block-timeline + .block-editorial-bubble .curve {
    bottom: 23%;
}
@media (min-width: 768px) {
    .expertise .block-timeline + .block-editorial-bubble .curve {
        bottom: 5%;
    }
}
.expertise .block-timeline + .block-editorial-bubble .bubble:nth-child(1) figure {
    margin: calc(50rem / 16) 0;
    transform: translate(10%, 0);
    width: 200%;
}
@media (min-width: 768px) {
    .expertise .block-timeline + .block-editorial-bubble .bubble:nth-child(1) figure {
        transform: translate(27%, -20%);
    }
}
.expertise .block-timeline + .block-editorial-bubble .bubble:nth-child(2) figure {
    margin-bottom: calc(50rem / 16);
    margin-top: 0;
    transform: translate(-100%, 0);
}
@media (min-width: 768px) {
    .expertise .block-timeline + .block-editorial-bubble .bubble:nth-child(2) figure {
        margin-bottom: 0;
        transform: translate(-150%, 0);
    }
}
.expertise .block-timeline + .block-editorial-bubble .bubble:nth-child(3) figure {
    display: none;
    transform: translate(75%, 50%);
}
@media (min-width: 768px) {
    .expertise .block-timeline + .block-editorial-bubble .bubble:nth-child(3) figure {
        display: block;
    }
}
@media (min-width: 768px) {
    .home .scroll {
        display: block;
    }
}
.home header:not(.is-sticky) .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.home .hero-cover {
    z-index: 5;
}
.home .hero-cover [class*="block-"],
.home .hero-cover + [class^="block-"] {
    padding-top: calc(5rem + 200px);
    margin-top: -200px;
}
.home .hero-cover .animated-shape {
    background-image: url(/assets/images/shape-circle.svg);
}
@media (max-width: 767.98px) {
    .home .hero-cover:after {
        transform: translateY(-100%);
    }
}
@media (min-width: 768px) {
    .home .hero-cover:after {
        top: calc(100% - 150px);
    }
}
@media (min-width: 768px) {
    .home .block-editorial-left .col:nth-of-type(3) {
        transform: translateX(-33%);
    }
}
@media (min-width: 768px) {
    .home .block-editorial-right .h2,
    .home .block-editorial-right h2 {
        margin: 0 -30% 3.125rem;
    }
}
@media (min-width: 768px) {
    .home .block-editorial-right .col:nth-of-type(1) .h2,
    .home .block-editorial-right .col:nth-of-type(1) h2 {
        margin-left: calc(-50rem / 16);
        margin-right: -27%;
    }
}
@media (min-width: 768px) {
    .home .block-editorial-right .col:nth-of-type(3) {
        transform: translateX(33%);
    }
}
@media (max-width: 767.98px) {
    .home .block-editorial-right .container::before {
        transform: rotate(-220deg) scale(0.7) translate(35%, 18%);
    }
}
@media (max-width: 767.98px) {
    .home .block-editorial-center .container::before {
        bottom: -12%;
        left: -20%;
    }
}
@media (min-width: 768px) {
    .home .block-editorial-center .col:nth-of-type(3) {
        transform: translate(50%, -120%);
    }
}
.blog main {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    padding-bottom: calc(5rem + 200px);
}
@media (min-width: 768px) {
    .blog main {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .blog main {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (min-width: 992px) {
    .blog main {
        padding-bottom: calc(5rem + 200px);
    }
}
.blog .top {
    margin-bottom: calc(100rem / 16);
}
.block-cover .blog .h2,
.block-cover .blog h2,
.block-timeline .blog .h2,
.block-timeline .blog h2,
.block-typo .blog p,
.blog .block-cover .h2,
.blog .block-cover h2,
.blog .block-timeline .h2,
.blog .block-timeline h2,
.blog .block-typo p,
.blog .h1,
.blog h1 {
    margin-bottom: 0;
    text-indent: 0.5em;
}
.blog [data-container="footer"] {
    background-image: url(/assets/images/shape-circle-reverse.svg);
}
.single-post .block-chapter-col .container::before {
    content: none;
}
.single-post .block-chapter-col .container div div div p {
    color: rgba(9, 59, 62, 0.8);
}
.single-post .block-chapter-col .lead {
    font-family: "Denton Condensed", Times;
    font-size: calc(50rem / 16);
    letter-spacing: -0.01em;
    line-height: calc(60rem / 16);
}
@media (max-width: 767.98px) {
    .single-post .block-chapter-col .lead {
        font-size: calc(18rem / 16);
        line-height: calc(20rem / 16);
    }
}
.single-post .block-chapter-col .h2 ~ div,
.single-post .block-chapter-col h2 ~ div {
    margin-bottom: 0;
}
.page-template-template-sitemap main {
    padding-bottom: calc(80rem / 16);
    padding-top: calc(80rem / 16);
    padding-top: calc(100rem / 16);
    padding-bottom: calc(5rem + 200px);
}
@media (min-width: 768px) {
    .page-template-template-sitemap main {
        padding-bottom: calc(120rem / 16);
        padding-top: calc(120rem / 16);
    }
}
@media (min-width: 992px) {
    .page-template-template-sitemap main {
        padding-bottom: calc(200rem / 16);
        padding-top: calc(200rem / 16);
    }
}
@media (min-width: 992px) {
    .page-template-template-sitemap main {
        padding-bottom: calc(6.25rem + 200px);
        padding-top: calc(260rem / 16);
    }
}
.page-template-template-sitemap .h2,
.page-template-template-sitemap h2 {
    text-align: left;
}
.page-template-template-sitemap ul {
    padding-left: 1rem;
}
