.banners.lightblue {
    background: #f8f9fa
}

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

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

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


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

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

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

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


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

.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=dark] {
    background-color: #1b4098;
    color: #fff
}

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

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

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

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

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

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

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

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

.primary-button:hover {
    background-color: #0bbbef;
    color: #000
}

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

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

.cardsAside_body {
    margin-top: 40px;
    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: #1b4098;
    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%
    }
}

.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: #1b4098
}

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

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

.ebu-rich-text a[href] {
    text-decoration: none;
}

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

.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: #1b4098;
    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: #1b4098;
    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: #1b4098
}

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

@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(.64, .17, 0, 1)
}

.list[data-type=faq-list] 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=faq-list] ul .item .item-bottom {
    margin: 32px 0
}

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

.list[data-type=list-with-icon] ul .item .item-top {
    color: #1b4098;
    font-size: 18px;
    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-bottom {
    margin-top: 24px;
    padding: 0 40px
}

.list[data-type=list-with-icon] ul .item .item-button {
    margin-top: 32px
}

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

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

@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-bottom {
        margin-top: 15px;
        padding: 0 35px
    }
}

@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-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

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

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

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

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

.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.white {
    background: 0 0
}

.arrow-button.white svg path {
    fill: #1b4098
}

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

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

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

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

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

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

.arrow-button {
    background: #1b4098
}

.arrow-button:hover svg path {
    fill: #1b4098
}

.arrow-button.slide {
    border: 1px solid #1b4098;
    background: 0 0
}

.arrow-button.slide svg path {
    fill: #1b4098
}

.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, .4) 100%)
}

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

.paragraphs.left {
    text-align: left
}

.paragraphs.dark {
    color: #595959
}

.paragraphs.grey {
    color: #77889d
}

.paragraphs.blue {
    color: #1b4098
}

.paragraphs.white {
    color: #fff
}

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

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

.paragraphs.medium:last-of-type {
    padding-bottom: 0px;
}

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

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

.titles.grey {
    color: #595959
}

.titles.blue {
    color: #1b4098
}

.titles.white {
    color: #fff
}

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

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

.cards_body {
    padding: 18px
}

.cards_body .paragraphs {
    margin-bottom: 0
}

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

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

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

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

.cards-slider .swiper {
    padding: 24px 10px;
    left: -10px;
}

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

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

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

.hero .container {
    height: 100%
}

.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%
    }
}

@media (max-width:900px) {
    .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: inline-table;
    align-items: center;
    justify-content: space-between
}

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

.nav__link {
    display: inline-block;
    border: none;
    font-size: 22px;
    font-weight: 600;
    line-height: .7;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: 0 0;
    padding: 0;
    color: inherit;
    text-decoration: none
}

.nav__link {
    font-size: 22px;
    color: #77889d
}

.nav__link:hover {
    color: #77889d
}

@media (max-width:900px) {
    .nav__link {
        font-size: 16px;
    }
}

.nav__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(.56, .23, 0, 1)
}

.nav__link:hover:not(.active)::after {
    transform: scaleX(1);
    color: #77889d
}

.nav__link.active {
    color: #1b4098
}

.nav__link.active::after {
    transform: scaleX(1)
}

.sub-nav-inner {
    display: flex;
    justify-content: center
}

.sub-nav {
    padding: 24px 0 20px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sub-nav:last-of-type {
    margin-right: 0px
}

@media (max-width:900px) {
    .sub-nav {
        margin-right: 20px;
    }
}

@media (max-width:900px) {
    .sub-nav:last-of-type {
        margin-right: 0px;
    }
}

@media (max-width:900px) {
    .sub-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        margin-bottom: 40px
    }

    .sub-nav {
        white-space: nowrap
    }
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.nav__item {
    margin-right: 60px
}

.nav__item:last-of-type {
    margin-right: 0px
}

.nav__link {
    display: block;
}

.nav__link.active  {
    color: #1b4098;
}

.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: #1b4098
}

.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:hover {
    background-size: auto 120%
}

.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%
    }
}

.cards_body {
    padding: 20px 30px
}

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

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

.cards_body {
    padding: 1px 0 20px
}

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

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

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

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

.media {
    width: 100%
}

.media img {
    width: 100%;
    height: auto
}

.media .caption {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
    opacity: .85;
    margin-top: 2px
}

.media.marign {
    margin: 0
}

.container {
    max-width: 1200px;
    margin: auto;
    position: relative
}

.container.two-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.container.two-cols>figure {
    margin-bottom: 60px !important
}

.container.two-cols .text {
    max-width: 792px
}

.container.two-cols aside {
    position: sticky;
    top: 100px;
    margin-left: 40px;
    margin-top: 0px;
}

@media (max-width:900px) {
    .container.two-cols aside {
        margin-left: 0px;
        margin-top: 40px;
    }
}

@media (max-width:900px) {
    .container.two-cols {
        flex-direction: column
    }
}

.paragraphs {
    max-width: 792px
}

.grey-section {
    padding: 80px 0;
    background: #f8f9fa;
    margin-top: 60px
}

.blue-section {
    background: #1b4098;
    padding: 80px 0;
    background-position: right top;
    background-repeat: no-repeat
}

.blue-section .cards-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 100px
}

@media (max-width:900px) {
    .blue-section .cards-content {
        margin: 40px 0 50px;
        flex-direction: column
    }
}

.related {
    width: 100%;
    padding: 120px 0;
    background: #f8f9fa
}

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

@media (max-width:900px) {
    .related {
        position: relative;
        padding: 64px 0 120px 0;
    }

    .related:after {
        content: url(https://thriving-puffpuff-1649ec.netlify.app/img/hand-slide.03300507.svg);
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.jobs-section {
    padding: 120px 0
}

@media (max-width:900px) {
    .jobs-section {
        padding: 64px 0
    }
}

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

.sticky-content {
    position: relative
}

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

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

@font-face {
    font-family: "Proxima Nova";
    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: "Proxima Nova";
    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: "Proxima Nova";
    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: "Proxima Nova";
    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: "Proxima Nova";
    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: "Proxima Nova";
    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,
.small-container {
    margin-left: auto;
    margin-right: auto
}

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

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

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

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

@media (max-width:990px) {

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

@media (max-width:580px) {

    .container,
    .small-container {
        width: calc(100% - 40px) !important
    }
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57
}

* {
    font-family: "Proxima Nova"
}

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

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

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

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

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

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

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

.intro {
    margin: 128px auto;
    max-width: 50%
}

.intro p.paragraphs.large.dark.left {
    text-align: center
}

#why-the-ebu {
    padding-top: 128px;
    padding-bottom: 128px
}

@media (max-width:900px) {
    #why-the-ebu {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width:900px) {
    .intro {
        margin: 64px 0;
        max-width: 100%
    }

    .intro p.paragraphs.large.dark.left {
        text-align: left
    }

    #why-the-ebu {
        margin-bottom: 64px
    }
}

.paragraphs a {
    font-weight: 600;
    color: #1b4098;
    text-decoration: none
}

.item-bottom-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 40px
}

@media (max-width:700px) {
    .item-bottom-inner {
        flex-direction: column
    }
}

.item-bottom-inner-text {
    min-width: calc(50% - 40px)
}

p.paragraphs.large.white.left.blue-bg-aside {
    font-weight: 100;
    font-size: 26px;
    line-height: 38px
}

a.arrow-button.blue.normal.bt-up.blue-bg-aside {
    position: relative;
    margin-top: 0;
    right: 0;
    transform: rotate(90deg);
    background-color: #fff
}

p.paragraphs.large.dark.left.grey-aside {
    color: #1b4098
}

.primary-button.grey-aside>svg {
    transform: rotate(180deg)
}

h2.titles.h6.grey {
    color: #1b4098;
    font-weight: 400;
    letter-spacing: 1px
}

.content__arrows {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:900px) {
    .content__arrows {
        display: none
    }
}

.content__arrows .arrows .btn {
    margin-right: 16px
}

.btn--slidecontrol--shadow {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%)
}

.btn--slidecontrol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.55, 0, .1, 1)
}

.btn {
    cursor: pointer
}

.btn--slidecontrol.btnRight svg {
    transform: scaleX(-1)
}

.cards a {
    text-decoration: none;
}

.cards a:visited {
    color: inherit;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.equalpay, .acc-quote {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.acc-quote {
    padding: 32px;
}

.equalpay-image {
    width: 50%;
}

.equalpay-image img {
    width: 180px;
}

img, svg {
    vertical-align: middle;
}
