.primary-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:none;
    border-radius:28px;
    font-size:14px;
    font-weight:600;
    line-height:1.1;
    text-align:center;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    text-decoration:none;
    transition:all ease-in .3s
}

.primary-button[data-size=small] {
    font-size:10px;
    padding:5px 33px
}

.primary-button[data-weight=light] {
    font-weight:300;
    letter-spacing:.03em
}

.primary-button[data-size=medium] {
    padding:12px 33px
}

.primary-button[data-size=large] {
    padding:16px 33px
}

.primary-button[data-color=darkBorder] {
    background-color:#1C4098;
    color:#fff;
    border:3px solid #fff;
    margin-top:16px
}

.primary-button[data-color=darkBorder]:hover {
    background-color:#fff;
    color:#1C4098
}

.primary-button[data-color=blue]:hover {
    background-color:#1C4098!important;
    color:#fff!important
}

.primary-button[data-color=white] {
    box-sizing:border-box;
    background-color:#fff;
    color:#1C4098;
    border:3px solid #1C4098
}

.primary-button[data-color=tabs] {
    box-sizing:border-box;
    border-radius:0;
    color:#1C4098;
    background-color:#fff;
    border:none;
    margin:0
}

.primary-button > svg {
    margin-right:15px
}

.primary-button:hover > svg path {
    fill:#000
}

.textarrow-button {
    display:inline-flex;
    align-items:center;
    border:none;
    font-size:16px;
    font-family:inherit;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}

.textarrow-button strong {
    margin-right:10px
}

.textarrow-button svg {
    margin-right:10px;
    transition:ease-in-out .6s
}

.textarrow-button svg path {
    fill:currentColor
}

.textarrow-button.white {
    color:#fff
}

.textarrow-button.blue {
    color:#1C4098
}

.textarrow-button.grey {
    color:#B4BFCA
}

.textarrow-button.black.disabled svg {
    opacity:.5
}

.textarrow-button[data-type=download] {
    display:block!important;
    position:relative;
    padding-left:28px
}

.textarrow-button[data-type=download] svg {
    transform:translateY(3px);
    position:absolute;
    left:0;
    top:0
}

.textarrow-button[data-type=download] small {
    display:block;
    transform:translateY(-3px);
    color:#0BBBEF;
    font-weight:600
}

.textarrow-button:not([data-type=download]):hover svg {
    transform:translateX(10px)
}

.cardDiversityDark {
    max-width:290px;
    margin-bottom:16px
}

.cardDiversityDark_body {
    margin-top:0;
    padding:32px;
    background:#1C4098;
    border-radius:6px
}

.cardDiversityDark .title {
    font-weight:400;
    font-size:14px;
    line-height:1.2;
    letter-spacing:1px;
    text-transform:uppercase;
    margin:0;
    margin-bottom:16px;
    color:#fff
}

.cardDiversityDark .item {
    display:block;
    font-weight:600;
    font-size:16px;
    margin-bottom:8px;
    color:#fff;
    text-decoration:none
}

.cardDiversityDark .item[href]:hover {
    text-decoration:underline
}

.cardDiversityDark_list {
    display:flex;
    flex-direction:column;
    gap:12px
}

.primary-button[data-color=dark],.primary-button[data-color=white]:hover {
    background-color:#1C4098;
    color:#fff
}

.primary-button[data-color=blue],.primary-button:hover {
    background-color:#0BBBEF;
    color:#000
}

.textarrow-button.lightBlue,.textarrow-button.black[data-type=download]:not(.disabled) svg {
    color:#0BBBEF
}

@media (max-width: 900px) {
    .cardDiversityDark {
        max-width:100%
    }
}

.arrow-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:none;
    border-radius:28px;
    width:56px;
    height:56px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    transition:all ease-in .3s
}

.arrow-button svg path {
    fill:#fff
}

.arrow-button.white {
    background:transparent
}

.arrow-button.white:hover {
    background:#1C4098
}

.arrow-button.white:hover svg path {
    fill:#FFF
}

.arrow-button.blue {
    background-color:#1C4098
}

.arrow-button.lightBlue {
    background-color:#0BBBEF
}

.arrow-button.grey {
    background-color:#B4BFCA
}

.arrow-button.bt-up {
    transform:rotate(-90deg)
}

.arrow-button:hover {
    background:#fff
}

.arrow-button.slide {
    border:1px solid #1C4098;
    background:transparent
}

.arrow-button.bt-prev {
    transform:rotate(-180deg)
}

.cardDiversityLight {
    max-width:290px;
    margin-bottom:16px
}

.cardDiversityLight_body {
    margin-top:16px;
    padding:32px;
    background:#F8F9FA;
    border-radius:6px
}

.cardDiversityLight_title {
    font-weight:400;
    font-size:18px;
    line-height:26px;
    margin:0;
    margin-bottom:32px;
    color:#1C4098
}

.arrow-button.white svg path,.arrow-button:hover svg path,.arrow-button.slide svg path {
    fill:#1C4098
}

@media (max-width: 900px) {
    .cardDiversityLight {
        max-width:100%
    }
}

.cardsAside {
    max-width:290px;
    margin-bottom:16px
}

.cardsAside_body {
    margin-top:16px;
    padding:32px;
    background:#F8F9FA;
    border-radius:6px
}

.cardsAside_body .title {
    font-weight:400;
    font-size:14px;
    line-height:1.2;
    letter-spacing:1px;
    text-transform:uppercase;
    margin:0;
    margin-bottom:8px;
    color:#595959
}

.cardsAside_body .item {
    display:block;
    font-weight:600;
    font-size:16px;
    color:#1C4098;
    text-decoration:none
}

.cardsAside_body .item[href]:hover {
    text-decoration:underline
}

.cardsAside_body .primary-button {
    width:100%;
    margin-top:20px
}

.cardsAside_body h2 {
    line-height:1.5
}

@media (max-width: 900px) {
    .cardsAside {
        max-width:100%
    }
}

.paragraphs {
    font-family:inherit;
    font-weight:400;
    line-height:1.44
}

.paragraphs.left {
    text-align:left
}

.paragraphs.center {
    text-align:center
}

.paragraphs.right {
    text-align:right
}

.paragraphs.grey {
    color:#77889D
}

.paragraphs.small {
    font-size:12px;
    margin:20px 0
}

.paragraphs.medium {
    font-size:14px;
    margin:0
}

.paragraphs.large {
    font-size:18px;
    margin:20px 0
}

.paragraphs.xlarge {
    font-size:22px;
    margin:15px 0
}

.titles {
    font-family:inherit;
    font-weight:600;
    width:100%;
    line-height:1.2
}

.titles.h1 {
    font-size:72px;
    margin:0
}

.paragraphs.black,.titles.black {
    color:#000
}

.paragraphs.dark,.titles.grey {
    color:#595959
}

.paragraphs.blue,.titles.blue {
    color:#1C4098
}

.paragraphs.white,.titles.white {
    color:#fff
}

@media (max-width: 900px) {
    .titles.h1 {
        font-size:42px
    }
}

.titles.h2 {
    font-size:34px;
    margin:15px 0
}

.titles.h3 {
    font-size:28px;
    margin:10px 0
}

.titles.h4 {
    font-size:22px;
    margin:5px 0
}

.titles.h5 {
    font-size:16px;
    margin:0
}

.titles.h6 {
    font-size:14px;
    text-transform:uppercase;
    font-weight:300;
    margin:0
}

.titles.h7 {
    font-size:18px;
    margin:0;
    font-weight:600
}

.cardsImage {
    box-sizing:border-box;
    max-width:280px;
    overflow:hidden;
    border-radius:5px;
    background-size:cover;
    background-position:center;
    position:relative;
    min-height:200px;
    padding:32px;
    font-family:inherit
}

.cardsImage:not(.h3)::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    width:100%;
    height:100%;
    background:linear-gradient(180deg,rgba(0,22,74,0.6) 53.66%,rgba(0,22,74,0) 100%),linear-gradient(0deg,rgba(0,22,74,0.4),rgba(0,22,74,0.4))
}

.cardsImage .cardsImage_body {
    position:relative;
    z-index:1
}

.cardsImage.h3 {
    max-width:384px;
    background-size:auto 100%;
    transition:ease-out .5s;
    overflow:hidden
}

.cardsImage.h3 .btn-link {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:2;
    right:32px;
    bottom:16px;
    transition:ease-out .5s;
    transform:translateY(20px);
    opacity:0;
    pointer-events:none;
    font-size:14px;
    line-height:1.5;
    color:#fff;
    padding:8px 20px;
    border-radius:28px;
    border:2px solid #fff;
    cursor:pointer
}

.cardsImage.h3 .btn-link svg {
    margin-left:14px
}

.cardsImage.h3:hover {
    background-size:auto 120%
}

.cardsImage.h3:hover .btn-link {
    transform:translateY(0px);
    opacity:1;
    pointer-events:initial
}

.cardsImage a.primary-button {
    text-decoration:none;
    width:100%;
    box-sizing:border-box;
    margin-top:48px
}

.cardsImage .titles {
    margin:0
}

@media (max-width: 900px) {
    .cardsImage {
        max-width:100%
    }
}

@font-face {
    font-family:swiper-icons;
    src:url("data:application/font-woff;charset=utf-8;base64,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");
    font-weight:400;
    font-style:normal
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    transform:translateZ(0);
    backface-visibility:hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.imageCards {
    display:block;
    padding-top:56.25%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    margin:0
}

.imageCards .iconVideo {
    position:absolute;
    z-index:1;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:all ease-in .3s;
    opacity:.7
}

.imageCards:hover .iconVideo {
    opacity:1
}

.imageCards:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%)
}

.imageCards.border-no {
    border-bottom:none
}

.imageCards.border-blue {
    border-bottom:4px solid #1C4098
}

.imageCards.border-green {
    border-bottom:4px solid #00AD68
}

.imageCards.border-darkgreen {
    border-bottom:4px solid #004E59
}

.imageCards.border-red {
    border-bottom:4px solid #DD0057
}

.imageCards.border-yellow {
    border-bottom:4px solid #FFED00
}

.imageCards.border-violet {
    border-bottom:4px solid #873299
}

.labelCards {
    -webkit-appearance:none;
    border:none;
    outline:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:40px;
    background:#fff;
    border:1px solid transparent;
    box-shadow:0 4px 10px rgba(119,136,157,0.2);
    transition:border .4s ease-out
}

.labelCards.tag {
    font-size:10px;
    color:#1C4098;
    padding:5px 16px;
    pointer-events:none
}

.labelCards.darkTag {
    font-weight:700;
    font-size:12px;
    background-color:#1C4098;
    color:#fff;
    padding:5px 16px;
    pointer-events:none;
    box-shadow:none
}

.labelCards.lightTag {
    font-weight:700;
    font-size:12px;
    background-color:#fff;
    color:#1C4098;
    padding:5px 16px;
    pointer-events:none;
    box-shadow:none
}

.labelCards.btn {
    font-size:14px;
    color:#1C4098;
    padding:9px 20px;
    cursor:pointer
}

.labelCards.btClose {
    border:1px solid #1C4098
}

.labelCards i {
    width:7px;
    height:7px;
    border-radius:7px;
    display:block;
    margin-right:8px
}

.labelCards i.bg-darkGreen {
    background-color:#004E59
}

.labelCards i.bg-lightGreen {
    background-color:#00AD68
}

.labelCards i.bg-yellow {
    background-color:#FFED00
}

.labelCards i.bg-red {
    background-color:#DD0031
}

.labelCards i.bg-violet {
    background-color:#873299
}

.labelCards i.bg-orange {
    background-color:#EE6F2D
}

.labelCards svg {
    margin-left:8px
}

@media (max-width: 900px) {
    .labelCards {
        margin:0 10px 10px 0
    }
}

.cards {
    overflow:hidden;
    border-radius:5px;
    background-color:#fff;
    position:relative;
    display:flex;
    flex-direction:column
}

.cards_body {
    padding:18px
}

.cards_body .paragraphs {
    margin-bottom:0
}

.cards_foo {
    padding:0 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:auto;
    margin-bottom:10px
}

.cards_foo > .arrow-button {
    margin-right:-10px
}

.cards.small {
    max-width:282px
}

.cards.large {
    box-shadow:0 6px 14px rgba(119,136,157,0.2)
}

.cards > .labelCards.tag {
    position:absolute;
    top:16px;
    left:16px
}

.cards .titles {
    margin:5px 0 10px
}

.cards .labelCards.darkTag {
    margin:16px 0
}

@media (max-width: 900px) {
    .cards.small {
        max-width:100%
    }
}

.cards-slider .swiper {
    padding:24px 0
}

.cards-slider .swiper-wrapper {
    align-content:stretch
}

.cards-slider .swiper-slide {
    position:relative;
    box-sizing:border-box;
    height:auto
}

.cards-slider .swiper-slide > .cards {
    height:100%
}

.cards-slider .swiper-card {
    width:100%;
    max-width:none
}

.ebu-rich-text {
    font-weight:inherit;
    font-size:inherit;
    line-height:inherit;
    text-align:inherit
}

.ebu-rich-text b,.ebu-rich-text strong {
    font-weight:600;
    color:#1C4098
}

.ebu-rich-text a {
    color:#1C4098
}

.ebu-rich-text a[href],.ebu-rich-text a:hover {
    text-decoration:underline
}

.ebu-rich-text p:not(:last-child) {
    margin-bottom:1.2em
}

.filled-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:none;
    line-height:1.14;
    border-radius:28px;
    text-align:center;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    text-decoration:none;
    transition:all ease-in .3s;
    font-weight:600
}

.filled-button svg {
    margin-left:22px
}

.filled-button[data-color=primary] {
    background-color:#1C4098;
    color:#FFF
}

.filled-button[data-color=primary]:hover {
    background-color:#0BBBEF
}

.filled-button[data-color=secondary] {
    background-color:#0BBBEF;
    color:#1C4098
}

.filled-button[data-color=disabled] {
    pointer-events:none;
    cursor:initial;
    background-color:#B4BFCA;
    color:#FFF
}

.filled-button[data-color=white] {
    background-color:#fff;
    box-shadow:0 4px 10px rgba(119,136,157,0.2);
    color:#1C4098
}

.filled-button[data-size=small] {
    font-size:10px;
    height:24px
}

.filled-button[data-size=small]:not(.arrow) {
    padding:0 28px
}

.filled-button[data-size=small].arrow {
    padding:0 10px
}

.filled-button[data-size=small] svg {
    margin-left:12px;
    max-width:12px
}

.filled-button[data-size=medium] {
    font-size:14px;
    height:40px
}

.filled-button[data-size=medium]:not(.arrow) {
    padding:0 33px
}

.filled-button[data-size=medium].arrow {
    padding:0 13px
}

.filled-button[data-size=large] {
    font-size:14px;
    height:56px
}

.filled-button[data-size=large]:not(.arrow) {
    padding:0 42px
}

.filled-button[data-size=large].arrow {
    padding:0 22px
}

.list ul {
    padding:0;
    margin:32px 0
}

.list ul .item {
    display:flex;
    align-items:center;
    line-height:1.57;
    list-style:none
}

.list ul .item .item-left {
    margin-left:12px
}

.list ul .item .item-left:empty {
    min-width:4px;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:currentColor;
    margin-right:12px;
    transform:translateY(-1px)
}

.list[data-type=medium-bullets] ul .item,.list[data-type=number-list] ul .item {
    font-size:18px;
    border-bottom:1px solid #77889D
}

.list[data-type=medium-bullets] ul .item .item-left,.list[data-type=number-list] ul .item .item-left {
    margin-left:0
}

.list[data-type=medium-bullets] ul .item {
    padding:17px 0
}

.list[data-type=medium-bullets] ul .item .item-left:empty {
    min-width:6px;
    width:6px;
    height:6px;
    background:#1C4098;
    margin-right:16px
}

.list[data-type=number-list] ul .item {
    padding:22px 0
}

.list[data-type=number-list] ul .item .item-left {
    min-width:82px;
    margin-left:0;
    color:#1C4098;
    margin-right:24px
}

.list[data-type=big-bullets] ul {
    width:calc(100% + 24px);
    display:flex;
    flex-wrap:wrap;
    margin-left:-12px
}

.list[data-type=big-bullets] ul .item {
    width:calc(50% - 24px);
    margin:12px
}

@media (max-width: 800px) {
    .list[data-type=big-bullets] ul .item {
        align-items:flex-start
    }
}

.list[data-type=big-bullets] ul .item .item-left {
    width:54px;
    min-width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:24px;
    background:#EEE;
    border-radius:50%;
    transform:translateY(10px)
}

.list[data-type=big-bullets] ul .item .item-left svg {
    width:25%;
    fill:#1C4098
}

@media (max-width: 800px) {
    .list[data-type=big-bullets] ul .item .item-left {
        transform:translateY(0px)
    }
}

.list[data-type=big-bullets] ul .item .item-right .item-title {
    font-size:22px;
    margin-bottom:7px;
    color:#1C4098
}

@media (max-width: 800px) {
    .list[data-type=big-bullets] ul {
        flex-direction:column
    }

    .list[data-type=big-bullets] ul .item {
        width:calc(100% - 30px);
        margin:14px 0
    }
}

.list[data-type=faq-list] ul .item,.list[data-type=list-with-icon] ul .item {
    display:block
}

.list[data-type=faq-list] ul .item .item-top,.list[data-type=list-with-icon] ul .item .item-top {
    width:100%;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer
}

.list[data-type=faq-list] ul .item .item-top svg,.list[data-type=list-with-icon] ul .item .item-top svg {
    transition:transform 1s cubic-bezier(0.64,0.17,0,1)
}

.list[data-type=faq-list] ul .item .item-top[aria-expanded="true"] svg,
.list[data-type=list-with-icon] ul .item .item-top[aria-expanded="true"] svg {
    transform:rotate(45deg)
}

.list[data-type=faq-list] ul .item {
    padding:32px 0;
    border-bottom:1px solid #77889D
}

.list[data-type=faq-list] ul .item .item-top .item-title {
    max-width:calc(100% - 60px);
    font-size:16px;
    font-weight:600
}

.list[data-type=faq-list] ul .item .item-top .item-title div {
    display:inline
}

.list[data-type=faq-list] ul .item .item-top svg {
    width:20px;
    height:20px;
    fill:#8F91A3
}

.list[data-type=list-with-icon] ul .item {
    padding:20px 27px;
    background:#F8F8F8
}

.list[data-type=list-with-icon] ul .item .item-top {
    color:#1C4098;
    font-size:18px;
    justify-content:flex-start
}

.list[data-type=list-with-icon] ul .item .item-top .item-top-right {
    display:flex;
    justify-content:flex-start
}

.list[data-type=list-with-icon] ul .item .item-top svg {
    width:20px;
    min-width:20px;
    height:20px;
    fill:currentColor;
    margin-right:20px
}

.list[data-type=list-with-icon] ul .item .item-top .item-title {
    font-weight:700
}

.list[data-type=list-with-icon] ul .item .item-top .item-date {
    color:#77889D;
    border-left:1px solid currentColor;
    margin-left:1em;
    padding-left:1em
}

.list[data-type=list-with-icon] ul .item .item-bottom {
    margin-top:24px;
    padding:0 40px
}

.list[data-type=list-with-icon] ul .item .item-footer {
    display:flex;
    align-items:center
}

.list[data-type=list-with-icon] ul .item .item-footer .item-location,.list[data-type=list-with-icon] ul .item .item-footer .item-time {
    font-size:14px;
    margin-right:1.5em;
    display:flex;
    align-items:center;
    margin-top:16px
}

.list[data-type=list-with-icon] ul .item .item-footer .item-location svg,.list[data-type=list-with-icon] ul .item .item-footer .item-time svg {
    width:auto;
    height:1.1em;
    fill:currentColor;
    margin-right:1em
}

.list[data-type=list-with-icon] ul .item:not(:last-child) {
    margin-bottom:15px
}

.list[data-type=table-based-list] .list-mask {
    width:100%;
    white-space:nowrap;
    overflow-x:auto
}

.list[data-type=table-based-list] table {
    width:auto;
    border-collapse:collapse;
    border-spacing:0
}

.list[data-type=table-based-list] th,.list[data-type=table-based-list] td {
    max-width:300px;
    text-align:left;
    padding:24px 0
}

.list[data-type=table-based-list] th:not(:last-child),.list[data-type=table-based-list] td:not(:last-child) {
    padding-right:64px
}

.list[data-type=table-based-list] th {
    font-weight:600;
    padding-bottom:0;
    color:#1C4098
}

.list[data-type=table-based-list] td {
    border-bottom:.6px solid #77889D
}

.list[data-type=table-based-list] td .td-content.first {
    color:#1C4098
}

.list[data-type=table-based-list] td .td-content a {
    color:#1C4098;
    text-decoration:none
}

.list[data-type=table-based-list] td .td-content a:hover {
    text-decoration:underline
}

.list[data-type=table-based-list] .list-scroll-icon {
    margin-top:32px;
    display:none;
    justify-content:center
}

.list[data-type=table-based-list] .list-scroll-icon svg {
    width:30px;
    fill:#000
}

.list[data-type=faq-list] ul .item .item-bottom,.list[data-type=list-with-icon] ul .item .item-button,.list[data-type=table-based-list] table:not(:first-child) {
    margin-top:32px
}

@media (max-width: 768px) {
    .list[data-type=list-with-icon] ul .item .item-top .item-title {
        display:inline
    }

    .list[data-type=list-with-icon] ul .item .item-top .item-date {
        margin-left:.5em;
        padding-left:.5em;
        display:inline-block;
        line-height:1
    }

    .list[data-type=list-with-icon] ul .item .item-top .item-top-right {
        display:block
    }

    .list[data-type=table-based-list] .list-scroll-icon {
        display:flex
    }
}

@media (max-width: 580px) {
    .list[data-type=faq-list] ul .item {
        padding:18px 0
    }

    .list[data-type=faq-list] ul .item .item-top {
        font-size:16px
    }

    .list[data-type=faq-list] ul .item .item-top .item-title {
        max-width:calc(100% - 60px)
    }

    .list[data-type=faq-list] ul .item .item-bottom {
        margin-top:18px
    }

    .list[data-type=list-with-icon] ul .item {
        padding:24px 20px
    }

    .list[data-type=list-with-icon] ul .item .item-top {
        align-items:flex-start
    }

    .list[data-type=list-with-icon] ul .item .item-top svg {
        margin-right:14px
    }

    .list[data-type=list-with-icon] ul .item .item-top .item-top-right {
        margin-top:-.3em
    }

    .list[data-type=list-with-icon] ul .item .item-bottom {
        margin-top:15px;
        padding:0 35px
    }

    .list[data-type=list-with-icon] ul .item .item-footer {
        flex-direction:column;
        align-items:flex-start
    }
}

.icons {
    padding:30px
}

.icons.black {
    color:#1A1919
}

.icons.white {
    color:#fff;
    background:#1C4098
}

.icons.blue {
    color:#1C4098
}

.quote {
    color:#1C4098;
    font-size:26px;
    line-height:34px;
    font-weight:600;
    max-width:800px;
    width:100%;
    margin:auto
}

@media screen and (max-width: 320px) {
    .quote.only-text,.quote.big-photo {
        font-size:21px;
        font-weight:400;
        line-height:30px
    }
}

.quote.small-photo {
    font-size:22px;
    line-height:30px;
    color:#000;
    max-width:880px
}

@media screen and (max-width: 320px) {
    .quote.small-photo {
        font-size:21px;
        line-height:26px
    }
}

.quote.big-photo {
    max-width:682px;
    line-height:38px;
    color:#000;
    font-weight:400;
    display:flex
}

@media screen and (max-width: 475px) {
    .quote.big-photo {
        display:block;
        font-size:21px;
        line-height:30px
    }
}

.quote .big-photo-author {
    position:relative;
    margin-right:55px
}

.quote .big-photo-author .big-photo-image {
    border-radius:100%;
    width:173px;
    height:173px
}

.quote .big-photo-author .quote-char-dark {
    position:absolute;
    top:0;
    left:125px
}

.quote .quote-char-light {
    margin-bottom:31px
}

.quote .quote-text-wrapper .author {
    display:flex;
    align-items:center;
    margin-top:32px;
    font-size:16px;
    line-height:24px;
    color:#0BBBEF
}

@media screen and (max-width: 320px) {
    .quote .quote-text-wrapper .author {
        align-items:flex-start
    }
}

.quote .quote-text-wrapper .author.small-photo {
    font-size:20px;
    line-height:24px
}

@media screen and (max-width: 320px) {
    .quote .quote-text-wrapper .author.small-photo {
        font-size:16px;
        line-height:24px
    }
}

.quote .quote-text-wrapper .author .image {
    width:65px;
    height:65px;
    border-radius:100%;
    margin-right:37px
}

@media screen and (max-width: 320px) {
    .quote .quote-text-wrapper .author .image {
        margin-right:16px
    }
}

.quote .quote-text-wrapper .author .member {
    font-size:14px;
    font-weight:400;
    line-height:24px;
    letter-spacing:1px;
    text-align:left;
    color:#1C4098
}

@media screen and (max-width: 320px) {
    .quote .quote-text-wrapper .author .member {
        display:block
    }
}

.quote .quote-text-wrapper .position {
    margin-top:4px;
    font-weight:300;
    font-size:14px;
    line-height:22px;
    color:rgba(0,0,0,0.85)
}

.quote .quote-text-wrapper .position.only-text {
    font-weight:400
}

.pictogram {
    margin-bottom:15px
}

.cards {
    max-width:384px;
    overflow:hidden;
    border-radius:5px;
    background-color:#fff;
    position:relative;
    display:flex;
    flex-direction:column
}

.cards_body {
    padding:22px 30px
}

.cards_body > .paragraphs {
    margin:14px 0
}

.cards_foo {
    padding:0 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:auto;
    margin-bottom:10px
}

.cards_foo > .arrow-button {
    margin-right:-22px
}

.cards.large {
    box-shadow:0 6px 14px rgba(119,136,157,0.2)
}

.cards > .labelCards.tag {
    position:absolute;
    top:16px;
    left:16px
}

.cards .titles {
    margin:5px 0 10px
}

@media (max-width: 900px) {
    .cards {
        max-width:100%
    }
}

.newsletter {
    padding:7px;
    background:#fff;
    border-radius:30px;
    display:inline-flex;
    align-items:center;
    font-family:inherit
}

.newsletter input {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    font-family:inherit;
    font-size:14px;
    border:0;
    padding:0 16px;
    height:30px
}

@media (max-width: 900px) {
    .newsletter {
        background:transparent;
        flex-direction:column;
        border-radius:0;
        display:flex;
        width:100%
    }

    .newsletter input {
        border-radius:30px;
        background:#fff;
        display:block;
        height:48px;
        margin-bottom:20px;
        width:100%;
        box-sizing:border-box
    }

    .newsletter .primary-button {
        width:100%;
        font-weight:800
    }
}

.banners {
    height:392px;
    display:flex;
    background-size:cover;
    background-position:center;
    align-items:center;
    justify-content:center
}

.banners.lightblue {
    background:#F8F9FA
}

.banners.blue {
    background:#1C4098
}

.banners--wrapper {
    max-width:740px;
    padding:20px
}

.banners--wrapper .primary-button {
    min-width:140px;
    margin-top:20px
}

@media (max-width: 600px) {
    .banners {
        height:auto;
        padding:40px 20px
    }
}

.avatar {
    width:88px;
    min-width:88px;
    height:88px;
    background-size:cover;
    background-position:center;
    border-radius:100%
}

.profile {
    display:flex;
    align-items:flex-start;
    margin-top:16px
}

.profile > .avatar {
    margin-right:18px
}

.profile > .info {
    font-size:14px;
    line-height:1.28;
    display:flex;
    flex-direction:column;
    align-items:flex-start
}

.profile > .info p {
    margin:3px 0
}

.profile > .info a {
    color:#FFF;
    text-decoration:none;
    font-family:inherit
}

.profile > .info a.dark {
    color:#595959
}

.profile > .info .textarrow-button {
    display:inline-flex;
    align-items:center;
    color:#1C4098;
    cursor:pointer;
    background:transparent;
    border:none;
    padding:0;
    margin:0;
    margin-top:10px
}

.profile > .info .textarrow-button span {
    font-weight:600
}

.profile > .info .textarrow-button svg {
    width:1em;
    fill:currentColor;
    margin-left:5px
}

.contentPopUp {
    position:fixed;
    z-index:100;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    transition:ease-in .5s
}

.contentPopUp.hiden {
    opacity:0;
    pointer-events:none
}

.contentPopUp .popupContact {
    max-width:750px;
    border-radius:5px;
    background:#fff;
    padding:60px;
    position:relative;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 0 20px rgba(0,0,0,0.1)
}

.contentPopUp .popupContact .btClose {
    cursor:pointer;
    position:absolute;
    right:36px;
    top:36px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    padding:0;
    margin:0;
    border:none;
    background:transparent
}

.contentPopUp .popupContact .profiles {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap:40px;
    grid-row-gap:30px
}

.contentPopUp .popupContact .profiles.cols3 {
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:50px;
    grid-row-gap:20px
}

@media (max-width: 900px) {
    .contentPopUp .popupContact {
        padding:30px
    }

    .contentPopUp .popupContact .profiles,.contentPopUp .popupContact .profiles.cols3 {
        grid-template-columns:repeat(1,1fr);
        grid-column-gap:0;
        grid-row-gap:20px
    }
}

.pre-footer {
    background-repeat:no-repeat;
    background-position:left center;
    background-color:#1C4098;
    display:flex;
    align-items:stretch;
    justify-content:center
}

.pre-footer__mid {
    width:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center
}

.pre-footer__mid:not(.single):first-child {
    border-right:1px solid rgba(255,255,255,0.1)
}

.pre-footer__mid.onlyRRSS {
    border:0!important
}

.pre-footer__mid:last-child {
    border:none!important
}

.pre-footer__mid .newsletter {
    margin-top:24px
}

.pre-footer__module {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    box-sizing:border-box;
    padding:50px 50px;
}

.pre-footer__module:last-child {
    border-top:1px solid rgba(255,255,255,0.1)
}

.pre-footer__module.triple {
    align-items:flex-start;
    text-align:left;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pre-footer__module.triple .perfil {
    display:flex;
    align-items:flex-start;
    margin-top:16px
}

.pre-footer__module.triple .perfil > .info {
    margin-left:18px;
    max-width:160px;
    font-size:14px;
    line-height:1.28
}

.pre-footer__module.triple .perfil > .info p {
    margin:3px 0
}

.pre-footer__module.triple .perfil > .info a {
    color:#FFF;
    text-decoration:none;
    font-family:inherit
}

.pre-footer__module > .contact .paragraphs {
    margin:0 0 10px
}

.pre-footer__rrss {
    margin:20px 0;
    display:flex;
    align-items:center;
    justify-content:center
}

.pre-footer__rrss a {
    margin:0 20px
}

.pre-footer__rrss.triple a {
    margin:0 40px 0 0
}

@media (max-width: 900px) {
    .pre-footer {
        flex-direction:column;
        height:auto;
        padding:20px 0
    }

    .pre-footer__mid {
        width:100%;
        padding:20px;
        box-sizing:border-box
    }

    .pre-footer__mid:not(.single):first-child {
        border:0;
        border-bottom:1px solid rgba(255,255,255,0.1)
    }

    .pre-footer__module {
        border:0!important
    }

    .pre-footer__module.triple {
        padding:20px 0
    }
}

.breadcrumb {
    display:flex;
    align-items:center;
    color:inherit
}

.breadcrumb__link {
    font-family:inherit;
    display:flex;
    align-items:center;
    font-size:14px;
    color:inherit
}

.breadcrumb__link > i {
    margin:0 6px;
    height:7px
}

.breadcrumb__link > span {
    opacity:.5
}

.search {
    box-sizing:border-box;
    display:inline-flex;
    width:195px;
    height:34px;
    border-radius:34px;
    border:1px solid #1C4098;
    position:relative;
    padding-left:50px;
    background:#FFF
}

.search input,.search button {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:0;
    padding:0;
    margin:0;
    outline:none;
    background:transparent;
    font-family:inherit
}

.search input {
    font-size:12px;
    width:100%;
    height:100%
}

.search button {
    position:absolute;
    left:20px;
    top:7px
}

.search.topics {
    border:none;
    width:433px;
    padding-left:20px;
    padding-right:50px
}

.search.topics button {
    left:auto;
    right:20px
}

.search.topics button svg path {
    fill:#70706E
}

@media (max-width: 900px) {
    .search.topics {
        width:100%
    }
}

.hero {
    background-size:cover;
    background-position:center;
    background-color:rgba(86,125,219,0.8);
    height:450px
}

.hero:not(.sections) {
    background-blend-mode:multiply
}

.hero .container-dei {
    height:100%
}

.hero .breadcrumb {
    color:#fff;
    position:absolute;
    top:20px;
    left:0
}

.hero__titles {
    max-width:610px
}

.hero__titles .titles {
    display:block;
    margin-top:10px;
    width:100%;
    margin-bottom:16px
}

@media (max-width: 900px) {
    .hero__titles {
        width:100%
    }
}

.hero.sections {
    background-color:#1C4098;
    height:386px;
    background-size:contain;
    background-position:right center;
    background-repeat:no-repeat
}

.hero.sections.full {
    background-size:cover;
    background-position:center
}

@media (max-width: 900px) {
    .hero.sections {
        background-size:cover;
        background-position:-15% center
    }
}

.hero__box {
    box-sizing:border-box;
    border:1px solid #fff;
    border-radius:6px;
    padding:30px;
    margin-left:64px;
    width:440px
}

.hero__box .paragraphs {
    margin:10px 0
}

@media (max-width: 900px) {
    .hero__box {
        width:100%;
        padding:22px;
        margin-top:20px;
        margin-left:0
    }
}

.hero.topics .hero__titles {
    margin:auto;
    text-align:center
}

.hero.topics .hero__titles > h2,.hero.topics .hero__titles > p {
    text-align:center
}

@media (max-width: 900px) {
    .hero.topics .hero__titles > h2,.hero.topics .hero__titles > p {
        text-align:left
    }
}

.hero.topics .hero__titles .search {
    margin-top:20px;
    box-sizing:border-box
}

@media (max-width: 900px) {
    .hero.topics .hero__titles {
        text-align:left
    }

    .hero {
        padding:0;
        min-height:300px;
        height:auto
    }
}

.content {
    width:100%;
    max-width:1200px;
    margin:auto;
    height:100%;
    padding-bottom:60px;
    box-sizing:border-box;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between
}

@media (max-width: 900px) {
    .content {
        padding-top:70px;
        flex-direction:column
    }
}

.diversity-left {
    width:calc(100% - 280px - 10%)
}

@media (max-width: 900px) {
    .diversity-left {
        width:100%
    }
}

.container-dei,.container-deiTwo {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    max-width:1200px;
    margin:auto
}

.container-dei > .filterBox,.container-deiTwo > .filterBox {
    margin:30px 0;
    margin-top:-64px;
    position:relative;
    z-index:2
}

@media (max-width: 900px) {
    .container-dei > .filterBox,.container-deiTwo > .filterBox {
        margin-top:30px
    }
}

.container-deiTwo {
    flex-direction:column
}

.bt-up {
    position:absolute;
    margin-top:-100px;
    right:40px
}

.content-diversity {
    margin:128px 0;
    display:flex;
    flex-direction:column;
    gap:128px
}

@media (max-width: 900px) {
    .content-diversity {
        margin:64px 0;
        gap:32px
    }
}

.intro-gap {
    gap:32px
}

.corporate-section {
    display:flex;
    flex-direction:column
}

.section-title {
    margin-bottom:32px
}

@media (max-width: 900px) {
    .section-title {
        margin-bottom:0
    }
}

.section-title_ambitions {
    margin-bottom:64px
}

@media (max-width: 900px) {
    .section-title_ambitions {
        margin-bottom:0
    }
}

.article-left {
    width:calc(100% - 280px - 10%)
}

.article-left .title {
    margin-bottom:16px
}

.article-left .aside-cards-image {
    display:none;
    margin-top:40px
}

@media (max-width: 900px) {
    .article-left {
        width:100%
    }
}

.article-right {
    width:280px;
    position:relative;
    top:32px;
    margin-top:0!important;
    z-index:1;
    width:280px;
    position:relative;
    top:32px;
    margin-top:0!important;
    z-index:1
}

.article-right-header {
    display:none;
    align-items:center;
    justify-content:space-between;
    padding:20px 0;
    color:#fff;
    display:none;
    align-items:center;
    justify-content:space-between;
    padding:20px 0;
    color:#fff
}

.article-right-header h1 {
    max-width:calc(100% - 35px - 15px);
    font-style:normal;
    font-weight:600;
    font-size:18px;
    line-height:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0;
    max-width:calc(100% - 35px - 15px);
    font-style:normal;
    font-weight:600;
    font-size:18px;
    line-height:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0
}

.article-right-header .button {
    width:35px;
    height:35px;
    background:currentColor;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    width:35px;
    height:35px;
    background:currentColor;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%
}

.article-right-header .button svg {
    width:50%;
    fill:#1C4098;
    transition:transform 1s cubic-bezier(0.49,0.27,0,1);
    width:50%;
    fill:#1C4098;
    transition:transform 1s cubic-bezier(0.49,0.27,0,1)
}

.article-right .aside-item .title {
    margin-top:0;
    margin-top:0
}

.article-right .aside-item:not(:last-child) {
    margin-bottom:72px;
    margin-bottom:72px
}

.article-right .aside-cards-image {
    transition:opacity .5s cubic-bezier(0.49,0.27,0,1);
    transition:opacity .5s cubic-bezier(0.49,0.27,0,1)
}

.article-right .aside-cards-image.fixed {
    position:fixed;
    top:32px;
    position:fixed;
    top:32px
}

.article-right .aside-cards-image.hidden {
    opacity:0;
    opacity:0
}

.article-right .aside-cards-image.hidden,.article-right .aside-cards-image.hidden * {
    pointer-events:none!important;
    pointer-events:none!important
}

.flex {
    display:flex
}

.flex-row {
    display:flex;
    flex-direction:row
}

.header {
    margin-top:24px;
    margin-bottom:64px
}

.header > span:first-child {
    display:block;
    font-weight:400;
    font-size:14px;
    line-height:1;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#1C4098;
    margin-bottom:8px
}

.header .date {
    display:block;
    margin-top:16px;
    font-weight:400;
    font-size:14px;
    line-height:1.5;
    color:rgba(0,0,0,0.85)
}

.header .media-container-dei {
    width:100%;
    margin-top:0
}

.header .media-container-dei .media {
    margin-top:32px
}

.body {
    margin-bottom:80px
}

.text-module {
    width:100%
}

.notes {
    margin-top:80px
}

.related {
    width:100%;
    padding:120px 0;
    background:#F8F9FA;
    position:relative
}

.related .title {
    margin-bottom:28px
}

@media (max-width: 900px) {
    .related {
        position:relative
    }

    .related:after {
        content:url(https://sparkly-empanada-64aefc.netlify.app/img/hand-slide.03300507.svg);
        position:absolute;
        bottom:80px;
        left:50%;
        transform:translateX(-50%)
    }

    .container-dei {
        flex-direction:column
    }

    .article-left .aside-cards-image {
        display:block
    }

    .article-right {
        width:100%;
        height:auto;
        max-height:calc(100% - 100px);
        overflow-y:auto;
        padding:20px;
        padding-top:0;
        box-sizing:border-box;
        position:fixed;
        left:0;
        top:auto;
        bottom:0;
        z-index:99;
        color:#fff;
        background:#1C4098;
        box-shadow:0 3px 10px rgba(0,0,0,0.1);
        border-radius:6px 6px 0 0;
        transition:transform 1s cubic-bezier(0.49,0.27,0,1),opacity 1s cubic-bezier(0.49,0.27,0,1)
    }

    .article-right-header {
        display:flex
    }

    .article-right .aside-item .title {
        color:inherit!important
    }

    .article-right .aside-cards-image {
        position:static!important;
        display:none
    }

    .article-right:not(.openRight) {
        overflow:hidden;
        transform:translateY(calc(100% - 75px))
    }

    .article-right.openRight .article-right-header .button svg {
        transform:rotate(45deg)
    }

    .article-right.hidden {
        opacity:0;
        transform:translateY(100%)!important
    }

    .article-right.hidden,.article-right.hidden * {
        pointer-events:none!important
    }
}

.intro {
    display:flex;
    flex-direction:row;
    gap:64px
}

@media (max-width: 900px) {
    .intro {
        flex-direction:column;
        padding:0;
        gap:16px
    }
}

.quote_bg {
    background-color:#F8F9FA;
    padding:80px 0
}

@media (max-width: 900px) {
    .quote_bg {
        padding:80px 32px
    }
}

.sections {
    padding:128px 0
}

.ambitionsContent,.one-column {
    display:flex;
    justify-content:space-evenly;
    gap:64px
}

@media (max-width: 900px) {
    .one-column {
        flex-direction:column;
        padding:32px 0 0;
        gap:16px
    }

    .one-column_levelling {
        padding:16px 0 0
    }
}

.two-columnn {
    flex:1
}

.gapSmall {
    display:flex;
    flex-direction:column;
    gap:16px
}

.tickList {
    display:flex;
    flex-direction:column;
    flex:1;
    gap:64px
}

@media (max-width: 900px) {
    .tickList {
        gap:32px
    }
}

.tickItem {
    display:flex;
    flex:1
}

.tickItem_intro {
    flex-direction:column
}

.ambitionsImage {
    flex:1
}

.tickIcon {
    color:#1C4098;
    width:20px;
    height:20px;
    background-color:#EEE;
    padding:20px;
    border-radius:100px;
    flex:none;
    margin-right:25px
}

.tickIcon_intro {
    flex-direction:column;
    width: 82px;
    height: 82px;
    background-color:transparent;
    padding:0;
    border-radius:none;
    margin-right:0;
    margin-bottom:12px
}

.list {
    margin:0
}

@media (max-width: 900px) {
    .list {
        margin:0
    }
}

.list {
    margin-top:-40px
}

.quote-mobile-dei {
    display:none
}

@media (max-width: 900px) {
    .quote-mobile-dei {
        display:block
    }
}

.quote-desktop-dei {
    display:block
}

@media (max-width: 900px) {
    .quote-desktop-dei {
        display:none
    }
}

.diversity-right {
    display:flex;
    flex-direction:column;
    gap:32px
}

@media (max-width: 900px) {
    .diversity-right {
        margin-bottom:60px;
        gap:16px
    }
}

.diversity-right .cardDiversityDark {
    margin-bottom:0
}

.dei-banner {
    height:566px;
    background-color:#F8F9FA;
    background-repeat:no-repeat;
    background-size:cover
}

@media (max-width: 900px) {
    .dei-banner {
        height:246px
    }
}

@media (max-width: 600px) {
    .dei-banner {
        height:146px!important
    }
}

.oversight {
    display:flex;
    flex-direction:column;
    gap:16px
}

@font-face {
    font-family:"ProximaNova";
    font-display:swap;
    src:local(ProximaNova-Thin),url(/modules/ebuCommon/fonts/ProximaNova-Thin.woff) format("woff"),url(/modules/ebuCommon/fonts/ProximaNova-Thin.ttf) format("truetype");
    font-weight:300;
    font-style:normal
}

@font-face {
    font-family:"ProximaNova";
    font-display:swap;
    src:local(ProximaNova-Regular),url(/modules/ebuCommon/fonts/ProximaNova-Regular.woff) format("woff"),url(/modules/ebuCommon/fonts/ProximaNova-Regular.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}

@font-face {
    font-family:"ProximaNova";
    font-display:swap;
    src:local(ProximaNova-Semibold),url(/modules/ebuCommon/fonts/ProximaNova-Semibold.woff) format("woff"),url(/modules/ebuCommon/fonts/ProximaNova-Semibold.ttf) format("truetype");
    font-weight:600;
    font-style:normal
}

@font-face {
    font-family:"ProximaNova";
    font-display:swap;
    src:local(ProximaNova-Bold),url(/modules/ebuCommon/fonts/ProximaNova-Bold.woff) format("woff"),url(/modules/ebuCommon/fonts/ProximaNova-Bold.ttf) format("truetype");
    font-weight:700;
    font-style:normal
}

@font-face {
    font-family:"ProximaNova";
    font-display:swap;
    src:local(ProximaNova-Extrabold),url(/modules/ebuCommon/fonts/ProximaNova-Extrabold.woff) format("woff"),url(/modules/ebuCommon/fonts/ProximaNova-Extrabold.ttf) format("truetype");
    font-weight:800;
    font-style:normal
}

@font-face {
    font-family:"ProximaNova";
    font-display:swap;
    src:local(ProximaNova-Black),url(/modules/ebuCommon/fonts/ProximaNova-Black.woff) format("woff"),url(/modules/ebuCommon/fonts/ProximaNova-Black.ttf) format("truetype");
    font-weight:900;
    font-style:normal
}

.container-dei,.small-container-dei {
    margin-left:auto;
    margin-right:auto
}

.container-dei {
    width:calc(100% - 240px);
    margin-left:auto;
    margin-right:auto
}

@media (max-width: 1280px) {
    .container-dei {
        width:calc(100% - 120px)
    }
}

@media (max-width: 64em) {
    .container-dei {
        width:calc(100% - 80px)
    }
}

.small-container-dei {
    width:calc(100% - 312px)
}

@media (max-width: 990px) {
    .container-dei,.small-container-dei {
        width:calc(100% - 60px)!important;
        margin-left:auto!important;
        margin-right:auto!important
    }
}

@media (max-width: 580px) {
    .container-dei,.small-container-dei {
        width:calc(100% - 40px)!important
    }
}

body {
    max-width:100vw;
    overflow-x:hidden;
    font:400 14px/1.57 "proximaNova"
}

* {
    font-family:"proximaNova"
}

.no-transition,.no-transition * {
    transition:none!important
}

.no-animation,.no-animation * {
    animation:none!important
}

.no-events,.no-events * {
    pointer-events:none!important
}

.no-transform,.no-transform * {
    transform:none!important
}

[data-fade-in],.fade-in {
    opacity:0;
    transition:opacity .5s ease-in
}

[data-fade-in-y],.fade-in-y {
    opacity:0;
    transition:opacity 1s ease-in
}

[data-fade-in-y] > *,.fade-in-y > * {
    transform:translateY(100px);
    transition:transform 1s cubic-bezier(0.26,0.1,0,1)
}

[data-fade-in-y].show > *,.fade-in-y.show > * {
    transform:none
}

[data-fade-in].show,.fade-in.show,[data-fade-in-y].show,.fade-in-y.show {
    opacity:1
}


svg, .tickIcon {
    box-sizing: content-box;
}

.pre-footer__block {
    text-align: initial;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.quote_bg {
    background-color: #F8F9FA;
    padding: 80px 0;
}

.quote.small-photo {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    max-width: 880px;
}
.quote {
    color: #1C4098;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.quote .quote-char-light {
    margin-bottom: 31px;
}

.quote .quote-text-wrapper .author.small-photo {
    font-size: 20px;
    line-height: 24px;
}
.quote .quote-text-wrapper .author {
    display: flex;
    align-items: center;
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #0BBBEF;
}

.quote .quote-text-wrapper .author .image {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    margin-right: 37px;
}

.quote .quote-text-wrapper .position {
    margin-top: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,0.85);
}
