@charset "UTF-8";.annual-report-container {
    max-width: 1440px;
    overflow: hidden;
    margin: 0 auto
}

.annual-report-container--wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .annual-report-container--wrap {
        max-width:736px
    }
}

@media screen and (min-width: 992px) {
    .annual-report-container--wrap {
        max-width:960px
    }
}

@media screen and (min-width: 1200px) {
    .annual-report-container--wrap {
        max-width:1104px
    }
}

@media screen and (min-width: 1400px) {
    .annual-report-container--wrap {
        max-width:1344px
    }
}

@media screen and (min-width: 992px) {
    .annual-report-container--wrap-mobile {
        max-width:none;
        padding: 0
    }
}

.annual-report-container .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.annual-report-container .slick-list.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ar-leadership-container,.ar-strategy-container {
    margin-bottom: 64px
}

@media screen and (min-width: 768px) {
    .ar-leadership-container,.ar-strategy-container {
        margin-bottom:80px
    }
}

@media screen and (min-width: 992px) {
    .ar-leadership-container,.ar-strategy-container {
        margin-bottom:112px
    }
}

.ar-leadership-container .ar-intro {
    margin-bottom: 80px
}

@media screen and (min-width: 992px) {
    .ar-leadership-container .ar-intro {
        margin-bottom:45px
    }
}

.leaders-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media screen and (min-width: 992px) {
    .leaders-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 54px
    }
}

.leader {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    overflow: hidden;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    text-align: left;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (max-width: 991px) {
    .leader {
        max-width:400px
    }
}

@media screen and (min-width: 1200px) {
    .leader {
        border-top-right-radius:50px;
        border-bottom-left-radius: 50px
    }
}

@media screen and (min-width: 992px) {
    .leader {
        width:33.33%
    }

    .leader .leader-img {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s,-webkit-transform 1s
    }

    .leader .leader-desc:after {
        -webkit-transition: height 1s;
        transition: height 1s
    }

    .leader:hover .leader-img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .leader:hover .leader-desc:after {
        height: calc(100% + 10px)
    }

    .leader:hover .leader-desc-title:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.leader .leader-img--container {
    border-bottom-left-radius: 35px;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .leader .leader-img--container {
        border-bottom-left-radius:50px
    }
}

.leader img {
    width: 100%;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom-left-radius: 35px
}

@media screen and (min-width: 1200px) {
    .leader img {
        border-bottom-left-radius:50px
    }
}

.leader-desc {
    position: absolute;
    width: calc(100% + 2px);
    background: #ebf6f7;
    left: -2px;
    bottom: -2px;
    padding: 20px 50px 22px 22px;
    border-top-right-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .leader-desc {
        padding-right:20px;
        height: 43.938%;
        border-top-right-radius: 35px
    }

    .leader-desc>div {
        z-index: 2
    }

    .leader-desc:after {
        content: "";
        position: absolute;
        width: 100%;
        background: #ebf6f7;
        left: 0;
        bottom: 0;
        height: 100%;
        border-top-right-radius: 35px;
        z-index: 1
    }
}

@media screen and (min-width: 1200px) {
    .leader-desc {
        height:194px;
        padding: 25px 60px 27px 32px
    }

    .leader-desc,.leader-desc:after {
        border-top-right-radius: 50px
    }
}

@media screen and (min-width: 1400px) {
    .leader-desc {
        height:161px
    }
}

.leader-desc-title {
    position: relative;
    color: #002a5e;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 14px
}

@media screen and (min-width: 1200px) {
    .leader-desc-title {
        font-size:28px;
        line-height: 36px
    }
}

.leader-desc-title:after {
    content: "";
    background: url(https://mybrand.schroders.com/transform/b4b04a8a-1616-4761-90b0-0d532a71adc2/Global_Annual-Report-24-Button-Plus-Black_Icon) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: -30px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s
}

@media screen and (min-width: 992px) {
    .leader-desc-title:after {
        right:0
    }
}

@media screen and (min-width: 1200px) {
    .leader-desc-title:after {
        width:20px;
        height: 20px;
        top: 5px;
        right: -35px
    }
}

.leader-desc-name {
    color: #002a5e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.leader-desc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px
}

@media screen and (min-width: 992px) {
    .leader-desc-links {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 20px;
        margin-top: auto
    }
}

@media screen and (min-width: 1200px) {
    .leader-desc-links {
        gap:30px
    }
}

.leader-desc-links a {
    color: #002a5e;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.leader-desc-links .btn-watch:after {
    content: "";
    background: url(https://mybrand.schroders.com/transform/e1545efa-fdb9-4134-8eaf-143a2a43ce47/Global_Annual-Report-24-Button-Right-Arrow_Icon) no-repeat;
    background-size: 9px;
    display: inline-block;
    width: 9px;
    height: 15px
}

.leader-desc-links .btn-download:after {
    content: "";
    background: url(https://mybrand.schroders.com/transform/85c668c3-ce29-42a4-8a9c-94906e12610d/Global_Annual-Report-24-Button-Download_Icon) no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px
}

.leaders-main-container {
    position: relative
}

.modal {
    z-index: 2150
}

.modal-backdrop {
    z-index: 2140
}

.modal-backdrop+.modal-backdrop {
    z-index: 2150
}

#leadershipModal {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

#leadershipModal.slick-setposition {
    opacity: 1
}

#leadershipModal .modal-content {
    background: transparent;
    border: 0
}

#leadershipModal .modal-dialog {
    max-width: 1210px;
    -webkit-transform: none!important;
    transform: none!important;
    margin: 16px;
    min-height: calc(100% - 32px)
}

@media screen and (min-width: 992px) {
    #leadershipModal .modal-dialog {
        margin:0 auto;
        padding: 60px
    }
}

.leaders-carousel-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 992px) {
    .leaders-carousel-container {
        max-width:1280px
    }
}

@media screen and (min-width: 992px) {
    .leaders-carousel-container .slick-list {
        border-top-right-radius:50px;
        border-bottom-left-radius: 50px;
        background: #f2f2f2;
        overflow: hidden
    }
}

.leaders-carousel-container .btn-close-leaders-carousel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    background-image: url(https://mybrand.schroders.com/transform/df2a3d91-1c64-4f38-a5c2-57be33410244/Global_Annual-Report-24-Button-Blue-Close_Icon);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36px;
    background-color: transparent;
    border: 0;
    top: 20px;
    right: 20px
}

@media screen and (min-width: 992px) {
    .leaders-carousel-container .btn-close-leaders-carousel {
        top:17px;
        right: 22px;
        width: 46px;
        height: 46px;
        background-size: 46px
    }
}

.cards-carousel,.leaders-carousel {
    position: relative
}

.cards-carousel .slick-arrow,.leaders-carousel .slick-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #002a5e;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 13px;
    display: block;
    text-indent: -9999em;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cards-carousel .slick-arrow:hover,.leaders-carousel .slick-arrow:hover {
    background-color: #002a5e
}

.cards-carousel .slick-prev,.leaders-carousel .slick-prev {
    background-image: url(https://mybrand.schroders.com/transform/00e85816-d53b-4a82-b0da-0770e0fff84a/Global_Annual-Report-24-Button-Left-Arrow_Icon);
    left: -24px
}

.cards-carousel .slick-prev:hover,.leaders-carousel .slick-prev:hover {
    background-image: url(https://mybrand.schroders.com/transform/38a34eff-560f-42a2-9a8a-6c6892d5ca24/Global_Annual-Report-24-Button-Left-Arrow-Hover_Icon)
}

.cards-carousel .slick-next,.leaders-carousel .slick-next {
    background-image: url(https://mybrand.schroders.com/transform/e1545efa-fdb9-4134-8eaf-143a2a43ce47/Global_Annual-Report-24-Button-Right-Arrow_Icon);
    right: -24px
}

.cards-carousel .slick-next:hover,.leaders-carousel .slick-next:hover {
    background-image: url(https://mybrand.schroders.com/transform/88d520bb-195e-4272-bbdd-75f63d716f36/Global_Annual-Report-24-Button-Right-Arrow-Hover_Icon)
}

.cards-carousel .slick-dots,.leaders-carousel .slick-dots {
    position: absolute;
    top: 31px;
    right: 112px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 13px
}

.cards-carousel .slick-dots button,.leaders-carousel .slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999em;
    border: 0;
    opacity: 0;
    cursor: pointer
}

.cards-carousel .slick-dots li,.leaders-carousel .slick-dots li {
    border: 2px solid #002a5e;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    cursor: pointer
}

.cards-carousel .slick-dots li.slick-active,.leaders-carousel .slick-dots li.slick-active {
    background: #a2dadd;
    border: 1px solid #57c7cd;
    background: #57c7cd
}

@media screen and (max-width: 991px) {
    .cards-carousel .slick-arrow,.cards-carousel .slick-dots,.leaders-carousel .slick-arrow,.leaders-carousel .slick-dots {
        display:none!important
    }
}

.leader-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-right-radius: 35px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #f2f2f2
}

@media screen and (max-width: 991px) {
    .leader-slide {
        border-bottom-left-radius:50px
    }

    .leader-slide-img {
        border-top-right-radius: 50px
    }
}

@media screen and (min-width: 992px) {
    .leader-slide {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .leader-slide-img {
        width: 31.37614679%;
        border-top-right-radius: 45px
    }
}

.leader-slide-desc {
    padding: 50px 50px 35px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .leader-slide-desc {
        width:68.62385321%;
        padding: 71px 78px 37px 93px
    }
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc {
        padding-left:113px;
        padding-bottom: 57px;
        padding-right: 70px
    }
}

.leader-slide-desc-title_main {
    color: #002a5e;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc-title_main {
        font-size:28px;
        line-height: 36px
    }
}

.leader-slide-desc-quote {
    position: relative;
    color: #000;
    font-size: 26px;
    line-height: normal;
    font-style: italic;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 40px
}

@media screen and (min-width: 992px) {
    .leader-slide-desc-quote {
        margin-bottom:0
    }
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc-quote {
        font-size:40px;
        line-height: 49px
    }
}

.leader-slide-desc-quote__small {
    font-size: 26px;
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc-quote__small {
        font-size: 36px;
        line-height: 45px;
    }
}

.leader-slide-desc-quote:before {
    content: "“";
    position: absolute;
    top: -16px;
    left: -25px;
    width: 25px;
    height: 30px;
    display: block;
    color: #57c7cd;
    font-size: 56px;
    line-height: normal;
    font-weight: 500;
    font-style: normal
}

.leader-slide-desc-name {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc-name {
        font-size:20px;
        line-height: 28px
    }
}

.leader-slide-desc-name:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 140%;
    height: 2px;
    display: block;
    background: #57c7cd
}

@media screen and (min-width: 992px) {
    .leader-slide-desc-name:after {
        top:-24px
    }
}

.leader-slide-desc-title {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc-title {
        font-size:14px;
        line-height: 18px
    }
}

.leader-slide-desc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .leader-slide-desc-links {
        gap:30px;
        margin-top: 24px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.leader-slide-desc-links a {
    font-size: 16px;
    line-height: 24px;
    color: #002a5e;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #002a5e;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 450
}

.leader-slide-desc-links a:hover {
    background: #002a5e;
    color: #fff
}

.leader-slide-desc-links .btn-watch:before {
    content: "";
    background: url(https://mybrand.schroders.com/transform/e1545efa-fdb9-4134-8eaf-143a2a43ce47/Global_Annual-Report-24-Button-Right-Arrow_Icon) no-repeat;
    background-size: 13px;
    display: inline-block;
    width: 13px;
    height: 20px
}

.leader-slide-desc-links .btn-watch:hover:before {
    background-image: url(https://mybrand.schroders.com/transform/88d520bb-195e-4272-bbdd-75f63d716f36/Global_Annual-Report-24-Button-Right-Arrow-Hover_Icon)
}

.ar-bm-management-container {
    position: relative
}

#managementModal {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

#managementModal.slick-setposition {
    opacity: 1
}

#managementModal .modal-content {
    background: transparent;
    border: 0
}

@media screen and (min-width: 992px) {
    #managementModal .modal-content {
        height:100%
    }
}

#managementModal .modal-dialog {
    max-width: 100%;
    max-width: 1210px;
    -webkit-transform: none!important;
    transform: none!important;
    margin: 16px;
    min-height: calc(100% - 32px)
}

@media screen and (min-width: 992px) {
    #managementModal .modal-dialog {
        margin:0 auto;
        max-width: 960px;
        padding: 0 16px
    }
}

@media screen and (min-width: 1200px) {
    #managementModal .modal-dialog {
        max-width:1104px
    }
}

@media screen and (min-width: 1400px) {
    #managementModal .modal-dialog {
        max-width:1344px
    }
}

.management-carousel-container {
    width: 100%;
    border-top-right-radius: 40px;
    background-color: #fff
}

@media screen and (max-width: 991px) {
    .management-carousel-container {
        max-width:400px;
        margin: 0 auto
    }
}

@media screen and (min-width: 992px) {
    .management-carousel-container {
        height:100%
    }
}

.management-carousel-container[data-type=asset] .title-asset,.management-carousel-container[data-type=wealth] .title-wealth {
    display: block
}

.management-carousel-container[data-type=wealth] .slick-next,.management-carousel-container[data-type=wealth] .slick-prev {
    border: 1px solid #00796d
}

.management-carousel-container[data-type=wealth] .slick-next:hover,.management-carousel-container[data-type=wealth] .slick-prev:hover {
    background-color: #00796d
}

.management-carousel-container[data-type=wealth] .slick-prev {
    background-image: url(https://mybrand.schroders.com/transform/7c2ad024-bd52-4082-b7ff-1b9b5dbbe9e6/Global_Annual-Report-24-Button-Left-Arrow-Green_Icon)
}

.management-carousel-container[data-type=wealth] .slick-prev:hover {
    background-image: url(https://mybrand.schroders.com/transform/38a34eff-560f-42a2-9a8a-6c6892d5ca24/Global_Annual-Report-24-Button-Left-Arrow-Hover_Icon)
}

.management-carousel-container[data-type=wealth] .slick-next {
    background-image: url(https://mybrand.schroders.com/transform/b4775ad0-86ad-498c-805e-335138108d2d/Global_Annual-Report-24-Button-Right-Arrow-Green_Icon)
}

.management-carousel-container[data-type=wealth] .slick-next:hover {
    background-image: url(https://mybrand.schroders.com/transform/88d520bb-195e-4272-bbdd-75f63d716f36/Global_Annual-Report-24-Button-Right-Arrow-Hover_Icon)
}

.management-carousel-container[data-type=wealth] .slick-dots .slick-active {
    background: #fff;
    border-color: #fff
}

.management-carousel-container .management-carousel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-top-right-radius: 35px;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .management-carousel-container .management-carousel-header {
        position:absolute
    }
}

.management-carousel-container .management-carousel-header>span {
    display: none;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #c6c6c6;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding: 28px 24px 22px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    color: #fff
}

@media screen and (min-width: 992px) {
    .management-carousel-container .management-carousel-header>span {
        padding:28px 60px 22px;
        font-size: 28px;
        line-height: 36px
    }
}

.management-carousel-container .color-blue {
    background: #002a5e
}

.management-carousel-container .color-green {
    background: #00796d
}

.management-carousel-container .btn-close-management-carousel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: none;
    background: transparent;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    background-image: url(https://mybrand.schroders.com/transform/972ccb7b-6a0c-4fb9-83ca-3ea07d6d6f77/Global_Annual-Report-24-Button-White-Close_Icon);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36px;
    position: absolute;
    top: 20px;
    right: 20px
}

@media screen and (min-width: 992px) {
    .management-carousel-container .btn-close-management-carousel {
        width:46px;
        height: 46px;
        top: 24px;
        right: 24px;
        background-size: 46px
    }
}

.management-carousel {
    position: relative;
    height: 100%
}

.management-carousel .slick-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #002a5e;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 13px;
    display: block;
    text-indent: -9999em;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.management-carousel .slick-arrow:hover {
    background-color: #002a5e
}

.management-carousel .slick-prev {
    background-image: url(https://mybrand.schroders.com/transform/00e85816-d53b-4a82-b0da-0770e0fff84a/Global_Annual-Report-24-Button-Left-Arrow_Icon);
    left: -24px
}

.management-carousel .slick-prev:hover {
    background-image: url(https://mybrand.schroders.com/transform/38a34eff-560f-42a2-9a8a-6c6892d5ca24/Global_Annual-Report-24-Button-Left-Arrow-Hover_Icon)
}

.management-carousel .slick-next {
    background-image: url(https://mybrand.schroders.com/transform/e1545efa-fdb9-4134-8eaf-143a2a43ce47/Global_Annual-Report-24-Button-Right-Arrow_Icon);
    right: -24px
}

.management-carousel .slick-next:hover {
    background-image: url(https://mybrand.schroders.com/transform/88d520bb-195e-4272-bbdd-75f63d716f36/Global_Annual-Report-24-Button-Right-Arrow-Hover_Icon)
}

.management-carousel .slick-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 13px
}

@media screen and (min-width: 992px) {
    .management-carousel .slick-dots {
        bottom:auto;
        top: 38px;
        right: 48px;
        left: auto
    }
}

.management-carousel .slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999em;
    border: 0;
    opacity: 0;
    cursor: pointer
}

.management-carousel .slick-dots li {
    border: 2px solid #fff;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    cursor: pointer
}

.management-carousel .slick-dots li.slick-active {
    background: #57c7cd;
    border-color: #57c7cd
}

@media screen and (max-width: 991px) {
    .management-carousel .slick-arrow,.management-carousel .slick-dots {
        display:none!important
    }
}

.management-slide {
    padding: 30px
}

@media screen and (min-width: 992px) {
    .management-slide {
        padding:142px 60px 79px
    }
}

@media screen and (min-width: 1400px) {
    .management-slide {
        padding:142px 112px 79px
    }
}

.management-slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

@media screen and (min-width: 992px) {
    .management-slide-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px
    }
}

.management-slide-col p {
    font-size: 16px;
    line-height: 24px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    color: #002a5e
}

@media screen and (min-width: 992px) {
    .management-slide-col p {
        font-size:22px;
        line-height: 26px
    }
}

.ar-intro h2 {
    margin: 0 0 32px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: normal;
    font-weight: 700;
    color: #002a5e
}

@media screen and (min-width: 992px) {
    .ar-intro h2 {
        margin:0 0 88px;
        font-size: 40px;
        line-height: 52px
    }
}

.ar-intro h3 {
    margin: 0 0 32px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: normal;
    font-weight: 700;
    color: #002a5e
}

@media screen and (min-width: 992px) {
    .ar-intro h3 {
        margin-bottom:0;
        font-size: 40px;
        line-height: 52px
    }
}

.ar-intro p {
    margin: 0;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: normal;
    color: #002a5e
}

@media screen and (min-width: 992px) {
    .ar-intro p {
        font-size:22px;
        line-height: 32px
    }
}

.ar-bm-management--tile {
    border-radius: 0 14px;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 992px) {
    .ar-bm-management--tile {
        width:400px;
        height: 226px;
        padding: 36px 28px
    }
}

@media screen and (min-width: 1400px) {
    .ar-bm-management--tile {
        width:480px;
        height: 272px;
        padding: 48px 32px
    }
}

.ar-bm-management--tile p {
    color: #fff
}

.ar-bm-management--tile .ar-bm-management--type {
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 700
}

@media screen and (min-width: 992px) {
    .ar-bm-management--tile .ar-bm-management--type {
        font-size:30px;
        line-height: 40px
    }
}

@media screen and (min-width: 1400px) {
    .ar-bm-management--tile .ar-bm-management--type {
        font-size:40px;
        line-height: 50px
    }
}

.ar-bm-management--tile .ar-bm-management--price {
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    .ar-bm-management--tile .ar-bm-management--price {
        font-size:60px;
        line-height: 1em
    }
}

@media screen and (min-width: 1400px) {
    .ar-bm-management--tile .ar-bm-management--price {
        font-size:80px
    }
}

.ar-bm-management--tile .ar-bm-management--price span {
    font-size: 14px;
    margin-left: 9px;
    line-height: 1em;
    font-weight: 400
}

.ar-bm-management--tile.ar-bm-management--brand-blue {
    background-color: #002a5e
}

.ar-bm-management--tile.ar-bm-management--bright-blue {
    background-color: #0074b7
}

.ar-bm-management--tile.ar-bm-management--cerluean-blue {
    background-color: #57c7cd
}

.ar-bm-management--tile.ar-bm-management--cerluean-blue p {
    color: #002a5e
}

.ar-bm-management--tile.ar-bm-management--blue-80 {
    background-color: #24448e
}

.ar-bm-management--tile.ar-bm-management--blue-ventures {
    background-color: #344b5a
}

.ar-bm-management--tile.ar-bm-management--jungle-green {
    background-color: #00796d
}

@media screen and (min-width: 992px) {
    .ar-intro--2-cols {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        margin: 0 40px
    }
}

@media screen and (min-width: 992px) {
    .ar-intro--2-cols h3 {
        width:32%
    }
}

.ar-intro--2-cols p {
    font-weight: 450
}

@media screen and (min-width: 992px) {
    .ar-intro--2-cols p {
        width:68%
    }
}

.ar-instruction--learn-more {
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: normal;
    color: #002a5e;
    text-align: center;
    margin: 0 0 50px
}

@media screen and (min-width: 992px) {
    .ar-instruction--learn-more {
        margin-bottom:74px
    }
}

.ar-instruction--learn-more span {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://mybrand.schroders.com/transform/e18fe538-4b0e-4477-9927-bd13b01f0ecb/Global_Annual-Report-24-Button-Plus_Icon) 50% no-repeat;
    background-size: 100%;
    text-indent: -99999px
}

.ar-instruction--arrows {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    color: #002a5e;
    text-align: center
}

.ar-instruction--arrows,.btn--solid-blue {
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    letter-spacing: normal;
    font-weight: 450
}

.btn--solid-blue {
    display: inline-block;
    background: #002a5e;
    border: 1px solid #002a5e;
    padding: 11px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none
}

.btn--solid-blue:hover {
    background: #fff;
    color: #002a5e;
    text-decoration: none
}

.anim-svg {
    position: relative
}

.anim-svg svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: unset!important;
    transform: unset!important
}

.anim-svg svg image {
    pointer-events: none
}

#svg-1 {
    padding-bottom: 221.65697674%
}

@media screen and (min-width: 992px) {
    #svg-1 {
        padding-bottom:31.25%
    }
}

.ar-bm-management {
    display: grid;
    gap: 10px
}

@media screen and (min-width: 992px) {
    .ar-bm-management {
        grid-template-columns:66.36% 32.72%;
        grid-template-rows: 1fr auto;
        gap: 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top-right-radius: 40px;
        background: #fff
    }
}

.ar-bm-management h3,.ar-bm-management p {
    margin: 0;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    color: #fff;
    letter-spacing: normal
}

.ar-bm-management h3 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .ar-bm-management h3 {
        font-size:28px;
        line-height: 36px;
        margin-bottom: 18px
    }
}

.ar-bm-management p {
    font-size: 14px;
    line-height: normal;
    font-weight: 450
}

@media screen and (min-width: 992px) {
    .ar-bm-management p {
        line-height:18px
    }
}

.ar-bm-management a {
    padding: 24px;
    border-radius: 0 14px;
    overflow: hidden
}

@media screen and (max-width: 400px) {
    .ar-bm-management a {
        padding:16px
    }
}

@media screen and (min-width: 992px) {
    .ar-bm-management a {
        padding:30px
    }
}

.ar-bm-management .ar-bm-management--header {
    padding: 24px 30px 30px;
    margin-bottom: 5px
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--header {
        padding:24px 30px 30px 40px;
        margin-bottom: 0
    }
}

.ar-bm-management .ar-bm-management--header br {
    display: none
}

@media screen and (min-width: 1200px) {
    .ar-bm-management .ar-bm-management--header br {
        display:block
    }
}

.ar-bm-management .ar-bm-management--header p {
    font-weight: 450;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--header p {
        margin-bottom:0
    }
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--header>div {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.ar-bm-management .ar-bm-management--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
    row-gap: 10px;
    background: #fff
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content {
        padding:0;
        row-gap: 12px
    }
}

.ar-bm-management .ar-bm-management--content a {
    position: relative;
    text-decoration: none;
    border: 4px solid transparent;
    -webkit-transition: background .5s;
    transition: background .5s;
    background: #fff
}

.ar-bm-management .ar-bm-management--content a:after {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 27px;
    width: 12px;
    height: 12px;
    background: url(https://mybrand.schroders.com/transform/0fa092a9-018f-474d-82cf-44f87c5ffdf6/Global_Annual-Report-24-Button-Plus-White_Icon) 50% no-repeat;
    background-size: 100%
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content a:after {
        width:16px;
        height: 16px;
        top: 33px;
        right: 33px
    }
}

@media screen and (min-width: 1400px) {
    .ar-bm-management .ar-bm-management--content a:after {
        width:20px;
        height: 20px
    }
}

.ar-bm-management .ar-bm-management--content a:hover:after {
    background-image: url(https://mybrand.schroders.com/transform/0fa092a9-018f-474d-82cf-44f87c5ffdf6/Global_Annual-Report-24-Button-Plus-White_Icon)
}

.ar-bm-management .ar-bm-management--content a:hover a,.ar-bm-management .ar-bm-management--content a:hover h3,.ar-bm-management .ar-bm-management--content a:hover p {
    color: #fff
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content a[data-tile="2"] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 1400px) {
    .ar-bm-management .ar-bm-management--content a[data-tile="2"] {
        display:block
    }
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--brand-blue {
    border-color: #002a5e
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--brand-blue:after {
    background-image: url(https://mybrand.schroders.com/transform/e18fe538-4b0e-4477-9927-bd13b01f0ecb/Global_Annual-Report-24-Button-Plus_Icon)
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--brand-blue a,.ar-bm-management .ar-bm-management--content .ar-bm-management--brand-blue h3,.ar-bm-management .ar-bm-management--content .ar-bm-management--brand-blue p {
    color: #002a5e
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--brand-blue:hover {
    background: #002a5e
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--bright-blue {
    border-color: #0074b7
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--bright-blue:after {
    background-image: url(https://mybrand.schroders.com/transform/edd55333-687c-4c8d-a93d-5e5244044d2e/Global_Annual-Report-24-Button-Plus-Bright-Blue_Icon)
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--bright-blue a,.ar-bm-management .ar-bm-management--content .ar-bm-management--bright-blue h3,.ar-bm-management .ar-bm-management--content .ar-bm-management--bright-blue p {
    color: #0074b7
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--bright-blue:hover {
    background: #0074b7
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--cerluean-blue {
    border-color: #57c7cd
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--cerluean-blue:after {
    background-image: url(https://mybrand.schroders.com/transform/e18fe538-4b0e-4477-9927-bd13b01f0ecb/Global_Annual-Report-24-Button-Plus_Icon)
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--cerluean-blue a,.ar-bm-management .ar-bm-management--content .ar-bm-management--cerluean-blue h3,.ar-bm-management .ar-bm-management--content .ar-bm-management--cerluean-blue p {
    color: #002a5e
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--cerluean-blue:hover {
    background: #57c7cd
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures {
    border-color: #344b5a
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures:after {
    background-image: url(https://mybrand.schroders.com/transform/7887b12e-5c68-4e62-81bb-472973cc5f4c/Global_Annual-Report-24-Button-Plus-Blue-Ventures_Icon)
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures a,.ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures h3,.ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures p {
    color: #344b5a
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures:hover {
    background: #344b5a
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content .ar-bm-management--blue-ventures {
        height:100%
    }
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--jungle-green {
    border-color: #00796d
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--jungle-green:after {
    background-image: url(https://mybrand.schroders.com/transform/0b168e37-165b-4936-b8a7-d2cc71a49010/Global_Annual-Report-24-Button-Plus-Jungle-Green_Icon)
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--jungle-green a,.ar-bm-management .ar-bm-management--content .ar-bm-management--jungle-green h3,.ar-bm-management .ar-bm-management--content .ar-bm-management--jungle-green p {
    color: #00796d
}

.ar-bm-management .ar-bm-management--content .ar-bm-management--jungle-green:hover {
    background: #00796d
}

.ar-bm-management .ar-bm-management--type {
    margin-bottom: 5px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-right: 20px
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--type {
        margin-bottom:10px;
        font-size: 16px;
        padding-right: 25px;
        line-height: normal;
        font-weight: 700
    }
}

@media screen and (min-width: 1200px) {
    .ar-bm-management .ar-bm-management--type {
        font-size:20px
    }
}

.ar-bm-management .ar-bm-management--price {
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 35px;
    font-weight: 300;
    line-height: normal
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--price {
        font-size:32px
    }
}

@media screen and (min-width: 1200px) {
    .ar-bm-management .ar-bm-management--price {
        font-size:40px
    }
}

.ar-bm-management .ar-bm-management--price span {
    position: relative;
    bottom: 1px;
    font-family: Schroders Circular,schroders-circular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    margin-left: 9px
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--price span {
        font-size:12px
    }
}

@media screen and (min-width: 1200px) {
    .ar-bm-management .ar-bm-management--price span {
        font-size:14px
    }
}

.ar-bm-management .ar-bm-management--2cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--2cols {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        row-gap: 12px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .ar-bm-management .ar-bm-management--2cols>a {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.ar-bm-management .ar-bm-management--header {
    background: #002a5e
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        gap: 20px
    }
}

@media screen and (min-width: 1200px) {
    .ar-bm-management .ar-bm-management--header {
        gap:80px
    }
}

.ar-bm-management .ar-bm-management--header .ar-bm-management--price {
    margin-bottom: 0;
    font-weight: 300
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--header .ar-bm-management--price {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none;
        -ms-flex-item-align: end;
        align-self: end;
        margin-left: 0;
        font-size: 42px;
        line-height: 1em
    }

    .ar-bm-management .ar-bm-management--header .ar-bm-management--price span {
        margin-left: 12px
    }
}

@media screen and (min-width: 1200px) {
    .ar-bm-management .ar-bm-management--header .ar-bm-management--price {
        font-size:50px
    }

    .ar-bm-management .ar-bm-management--header .ar-bm-management--price span {
        margin-left: 16px
    }
}

.ar-bm-management .ar-bm-management--content {
    margin-bottom: 35px
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .ar-bm-management .ar-bm-management--content.ar-bm-management--content-asset {
        padding-left: 60px
    }
}

.ar-bm-management .ar-bm-management--content:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content .ar-bm-management--price {
        margin-top:24px
    }
}

.ar-bm-management .ar-bm-management--header-wealth {
    background: #00796d
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--header-wealth {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        padding: 24px 40px 30px 30px;
        border-top-right-radius: 40px
    }

    .ar-bm-management .ar-bm-management--header-wealth h3 {
        margin-bottom: 5px
    }

    .ar-bm-management .ar-bm-management--header-wealth .ar-bm-management--price {
        -ms-flex-item-align: start;
        align-self: start
    }
}

.ar-bm-management .ar-bm-management--content-asset-1 {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content-asset-1 {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content-asset-2 {
        -webkit-box-ordinal-group:6;
        -ms-flex-order: 5;
        order: 5;
        padding-bottom: 0
    }
}

.ar-bm-management .ar-bm-management--content-wealth-1 {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content-wealth-1 {
        -webkit-box-ordinal-group:5;
        -ms-flex-order: 4;
        order: 4
    }
}

.ar-bm-management .ar-bm-management--content-wealth-1 a {
    height: 100%
}

.ar-bm-management .ar-bm-management--content-wealth-2 {
    padding-bottom: 0
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content-wealth-2 {
        -webkit-box-ordinal-group:7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 992px) {
    .ar-bm-management .ar-bm-management--content-wealth {
        padding-right:60px
    }
}

.ar-business-model-container {
    border-radius: 0 30px
}

@media screen and (min-width: 992px) {
    .ar-business-model-container {
        border-radius:0 80px
    }
}

.ar-business-model-container .ar-intro {
    margin-bottom: 32px
}

@media screen and (min-width: 992px) {
    .ar-business-model-container .ar-intro {
        margin-bottom:74px
    }
}

.anim-in .slick-current h3,.anim-in .slick-current p {
    opacity: 1;
    top: 0
}
