@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);
:root {
    --curate-low-bg: #020f50;
    --curate-low-moderate-bg: #005056;
    --curate-moderate-high-bg: #007b93;
    --curate-high-bg: #db582a;
    --curate-fund-list-font-size: 3.5vw
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FDE19C;
    z-index: 1033
}

#status {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: #020F50;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#status:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: #020F50;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#status:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: #020F50;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

app-global-funds .panel-class-indicator {
    height: 100%
}

@media (max-width:1199px) {
    .headline3 {
        font-size: calc(1.325rem + .9vw)
    }
    .headline4 {
        font-size: calc(1.3rem + .6vw)
    }
    .headline5 {
        font-size: calc(1.275rem + .3vw)
    }
    .headline6 {
        font-size: 1rem
    }
}

@media (min-width:1200px) and (max-width:1400px) and (-webkit-min-device-pixel-ratio:1.5) {
    .container {
        max-width: 1044px !important
    }
    h1,
    .headline1 {
        font-size: 4rem !important
    }
    .display-3 {
        font-size: 3rem
    }
    .lead {
        font-size: 20px !important
    }
    #bodymovin-cyan,
    #bodymovin-beige,
    #bodymovin-orange {
        width: 80%
    }
    .local-fund-data .brochure-btn-col {
        left: 75% !important
    }
    #compliance_popup {
        margin: 5% auto !important
    }
}

.container {
    max-width: 1244px
}

b,
strong {
    font-weight: 600
}

.navbar {
    transition: all 0.5s ease-out;
    .nav-link {
        color: #fff !important;
        font-weight: 500
    }
    .nav-link-brand svg {
        transition: all 0.5s ease-out;
        fill: #fff !important;
        height: 74px;
        width: 239px
    }
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff
}

.floatBTN {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 42px;
    right: 44px;
    background-color: #fde19c;
    color: #020f50;
    border-radius: 50px;
    text-align: center;
    box-shadow: 3px 4px 6px 0 rgb(0 0 0 / .64);
    z-index: 999
}

#audioBTN i {
    font-size: 25px;
    font-weight: 600
}

#audioBTN i:before {
    margin: 31%
}

@media (max-width:1199px) {
    .navbar-nav {
        margin-top: 30px !important
    }
    .lead {
        font-size: 20px !important
    }
    .order-cus-last {
        order: 2 !important;
        margin-top: -20% !important
    }
    .order-cus-first {
        order: 1 !important
    }
    .section-1-bg {
        padding-top: 30px !important
    }
    .nav-link {
        color: #020F50 !important;
        margin: 3px 0 auto
    }
    .countryMainBox>.dropdown-toggle>i.bi-chevron-down {
        margin-left: 5px;
        position: unset !important;
        top: 13px
    }
    .contact-btn>button,
    .pa-10 {
        margin-left: 0px !important
    }
    .countryMainBox>.dropdown-toggle {
        color: #020f50;
        border: 1px solid #020f50
    }
    .nav-link-brand svg {
        fill: #020F50 !important;
        height: 51px;
        width: 167px
    }
    #SAcountryDrp,
    #GBcountryDrp {
        display: none
    }
    #SAcountryBTN,
    #GBcountryBTN {
        display: block !important;
        margin-top: 64px;
        margin-bottom: 64px
    }
    .floatBTN {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 20px
    }
    #audioBTN i {
        font-size: 20px
    }
    .btn-country-wd {
        color: #041b5a !important;
        background-color: #fff0;
        border-color: #020f50 !important;
        margin: 0 4px !important
    }
    .btn-country-wd.active {
        color: #ffffff !important;
        background-color: #020f50 !important;
        border-color: #020f50 !important
    }
    .beige-nav .nav-link {
        font-weight: 600
    }
    #SAcountryBTN>.country-text,
    #GBcountryBTN>.country-text {
        display: block !important;
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 16px
    }
    #SAcountryBTN>.audioText,
    #GBcountryBTN>.audioText {
        margin-top: 64px;
        margin-bottom: 16px
    }
    #buttonSA i,
    #buttonGB i {
        font-size: 36px !important;
        font-weight: 600
    }
    #buttonSA,
    #buttonGB {
        margin-top: -20px
    }
    .beige-nav {
        background: #fde19c !important;
        padding: .75rem !important;
        .nav-link {
            color: #020F50 !important;
            margin: 2px 0 auto
        }
        .nav-link-brand svg {
            fill: #020F50 !important;
            height: 51px;
            width: 167px
        }
        .btn-cus-wd {
            color: #020F50 !important;
            border: 1px solid #020F50 !important
        }
    }
}

.navbar-scrolled {
    background: #fde19c !important;
    padding: .75rem !important;
    .nav-link {
        color: #020F50 !important;
        margin: 2px 0 auto
    }
    .nav-link-brand svg {
        fill: #020F50 !important;
        height: 51px !important;
        width: 167px
    }
    .btn-cus-wd {
        color: #020F50 !important;
        border: 1px solid #020F50 !important
    }
}

.navbar-toggler {
    border-color: #fde19d;
    color: #fde19d;
    background-color: #fde19d !important
}

.tooltipCus::before {
    content: "\f430";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    margin-left: -5px;
    font-size: 12px
}

.text--nowrap {
    white-space: nowrap
}

.brush-cyan-shadow {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    left: 527px;
    top: 6px;
    -webkit-filter: invert(72%) sepia(54%) saturate(1264%) hue-rotate(148deg) brightness(105%) contrast(102%) drop-shadow(0 0 1px #000000);
    filter: invert(72%) sepia(54%) saturate(1264%) hue-rotate(148deg) brightness(105%) contrast(102%) drop-shadow(0 0 1px #000000)
}

.dropdown-toggle::after {
    display: none
}

.countryDropdown>.dropdown-item {
    width: 100%;
    font-weight: 600
}

.countryMainBox {
    margin: 0 10px
}

.countryMainBox>.dropdown-toggle {
    width: 134px !important;
    text-align: left;
    margin: 0px !important
}

.brush-cyan {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    left: 527px;
    top: 6px;
    -webkit-filter: invert(72%) sepia(54%) saturate(1264%) hue-rotate(148deg) brightness(105%) contrast(102%);
    filter: invert(72%) sepia(54%) saturate(1264%) hue-rotate(148deg) brightness(105%) contrast(102%)
}

.brush-cyan2 {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    left: 527px;
    top: 6px;
    -webkit-filter: invert(64%) sepia(100%) saturate(282%) hue-rotate(149deg) brightness(91%) contrast(92%);
    filter: invert(64%) sepia(100%) saturate(282%) hue-rotate(149deg) brightness(91%) contrast(92%)
}

.container,
.container-fluid {
    padding: 0px !important
}

.brush-beige-shadow {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    left: 516px;
    top: 32px;
    -webkit-filter: invert(97%) sepia(14%) saturate(4890%) hue-rotate(304deg) brightness(118%) contrast(101%) drop-shadow(0 0 1px #000000);
    filter: invert(97%) sepia(14%) saturate(4890%) hue-rotate(304deg) brightness(118%) contrast(101%) drop-shadow(0 0 1px #000000)
}

.brush-beige {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    left: 516px;
    top: 32px;
    -webkit-filter: invert(86%) sepia(18%) saturate(704%) hue-rotate(354deg) brightness(102%) contrast(98%);
    filter: invert(86%) sepia(18%) saturate(704%) hue-rotate(354deg) brightness(102%) contrast(98%)
}

.brush-orange-shadow {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    top: 25px;
    left: 534px;
    -webkit-filter: invert(47%) sepia(20%) saturate(3869%) hue-rotate(342deg) brightness(88%) contrast(95%) drop-shadow(0 0 1px #000000);
    filter: invert(47%) sepia(20%) saturate(3869%) hue-rotate(342deg) brightness(88%) contrast(95%) drop-shadow(0 0 1px #000000)
}

.brush-orange {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    top: 25px;
    left: 534px;
    -webkit-filter: invert(47%) sepia(20%) saturate(3869%) hue-rotate(342deg) brightness(88%) contrast(95%);
    filter: invert(47%) sepia(20%) saturate(3869%) hue-rotate(342deg) brightness(88%) contrast(95%)
}

.brush-dark-teal {
    -webkit-filter: invert(27%) sepia(92%) saturate(1322%) hue-rotate(162deg) brightness(98%) contrast(101%);
    filter: invert(27%) sepia(92%) saturate(1322%) hue-rotate(162deg) brightness(98%) contrast(101%)
}

.brush-7 {
    position: absolute;
    height: auto;
    width: 1202px;
    top: 5%;
    left: auto;
    right: 20px
}

.brush-8 {
    position: absolute;
    height: 100%;
    width: 2212px;
    top: 25%;
    left: 0
}

.brush-9 {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0%;
    left: auto;
    right: -6%;
    z-index: 0
}

.brush-10 {
    top: 450px;
    z-index: 1;
    width: 100%;
    right: 0;
    left: auto
}

.brush-11 {
    position: absolute;
    height: auto;
    width: 1700px;
    top: 0;
    right: 0;
    left: auto
}

.brush-12 {
    width: 100%;
    z-index: -1;
    left: 0%;
    height: 611px;
    top: auto !important
}

.fund-list-brush {
    z-index: 0;
    width: 100% !important;
    right: -19% !important;
    top: 10% !important
}

#bodymovin-orange,
#bodymovin-beige,
#bodymovin-cyan {
    left: auto !important
}

#bodymovin-orange {
    right: -11% !important
}

#bodymovin-beige {
    right: -9.5% !important
}

#bodymovin-cyan {
    right: -10% !important
}

.paralax {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(500px);
    transform: perspective(500px)
}

.paralax>.card-body {
    position: relative;
    display: block;
    -webkit-transform: translateZ(75px) scale(.85);
    transform: translateZ(75px) scale(.85);
    text-shadow: 3px 3px 8px #fff0;
    transition: text-shadow .4s ease-out;
    .icon {
        box-shadow: none;
        transition: box-shadow .4s ease-in
    }
}

.paralax>.card-body:hover {
    text-shadow: 3px 3px 8px rgb(0 0 0 / .662);
    transition: text-shadow .4s ease-in;
    .icon {
        box-shadow: 3px 3px 8px rgb(0 0 0 / .362);
        transition: box-shadow .4s ease-in
    }
}

.paralax2 {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(500px);
    transform: perspective(500px)
}

.paralax2>.card-body {
    position: relative;
    display: block;
    -webkit-transform: translateZ(75px) scale(1);
    transform: translateZ(75px) scale(1);
    text-shadow: 3px 3px 8px #fff0;
    transition: text-shadow .4s ease-out
}

.paralax2>.card-body:hover {
    text-shadow: 3px 3px 8px rgb(0 0 0 / .662);
    transition: text-shadow .4s ease-in;
    .icon {
        box-shadow: 3px 3px 8px rgb(0 0 0 / .362);
        transition: box-shadow .4s ease-in
    }
}

.manager-hover {
    transition: opacity .4s ease-in;
    margin-right: 0
}

.manager-hover:hover {
    opacity: 1 !important;
    transition: opacity .2s ease-out
}

.flip-card {
    background-color: #fff0;
    width: 100%;
    height: 100%;
    perspective: 1000px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transition-timing-function: ease-in-out
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -webkit-transform: rotateY(0deg)
}

.flip-card-back {
    transform: rotateY(180deg)
}

@media (min-width:1800px) {
    .section-1-bg {
        background-size: cover
    }
}

@media (max-width:1023px) {
    .section-1-bg {
        background-size: cover
    }
}

.section-1-bg {
    background-image: url(../img/bg.jpg)
}

.canvas-white {
    background-image: url(/remote-assets/s3/clt_curate_s3/static-assets/img/canvas-white.webp);
    mix-blend-mode: multiply;
    opacity: 65%;
    height: 100%;
    width: 100%;
    background-size: 150px;
    position: absolute
}

.brush-bg {
    background: url(../img/brush-vector.svg);
    background-position: 146px -603px;
    background-repeat: no-repeat
}

.brush-2 {
    position: absolute;
    height: auto;
    width: 1000px;
    top: 270px;
    left: 0
}

.brush-3 {
    position: absolute;
    height: auto;
    width: 1700px;
    top: 0;
    right: 0;
    left: auto
}

.brush-4 {
    position: absolute;
    height: 908px;
    top: -15px;
    opacity: 0;
    left: -123px
}

.brush-5 {
    position: absolute;
    height: 1100px;
    width: 2294px;
    top: -95px;
    left: -400px
}

.brush-6 {
    position: absolute;
    width: 980px;
    left: 948px;
    top: 662px
}

@media (max-width:992px) {
    .brush-1,
    .brush-2,
    .brush-3,
    .brush-4,
    .brush-5,
    .brush-6,
    .brush-orange,
    .brush-cyan,
    .brush-beige {
        width: 100% !important
    }
    .brush-6,
    .brush-orange,
    .brush-cyan,
    .brush-cyan,
    .brush-beige {
        left: 10%
    }
    .brush-5 {
        left: -6%
    }
    .brush-4 {
        left: -4%
    }
    .footer-cookie-text {
        font-size: 13px !important
    }
    .btn-outline-navy {
        margin-bottom: 10px;
        margin-left: 0px !important;
        width: 100% !important
    }
}

.card-bg-navy {
    background: rgb(24 28 68 / .85);
    border: none
}

.card-bg-black {
    background: rgb(0 0 0 / .5);
    border: none
}

.card-bg-white {
    background: rgb(255 255 255 / .1)
}

.card-bg-beige {
    background: #fde19c;
    border: none
}

.shadow1 {
    -webkit-box-shadow: 0 6px 25px 0 rgb(0 0 0 / .73);
    -moz-box-shadow: 0 6px 25px 0 rgb(0 0 0 / .73);
    box-shadow: 0 6px 25px 0 rgb(0 0 0 / .73)
}

.z2 {
    position: relative;
    z-index: 2
}

.z3 {
    position: relative;
    z-index: 3
}

#cursor {
    pointer-events: none;
    overflow: visible;
    .cursor-circle {
        background-image: url(../img/spotlight.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
        left: 0;
        mix-blend-mode: color-dodge;
        z-index: 2;
        opacity: .5
    }
}

dotlottie-player {
    position: absolute;
    width: 1448px;
    mix-blend-mode: normal;
    height: auto;
    top: 40px;
    left: 520px
}

.manager1 {
    background-image: url(../img/manager1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all;
    transition: transform .2s ease-out
}

.manager2 {
    background-image: url(../img/manager2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .2s ease-out
}

.manager3 {
    background-image: url(../img/manager3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .2s ease-out
}

body {
    font-family: 'Poppins', sans-serif !important
}

.text-beige {
    color: #fde19c
}

.text-navy {
    color: #020f50
}

.card-title-bold {
    font-weight: 800 !important
}

.bg-beige {
    background-color: #fde19c
}

@media (min-width:1401px) {
    h1,
    .headline1 {
        font-size: 6rem !important
    }
}

@media (max-width:768px) {
    h1,
    .headline1 {
        font-size: 3rem !important
    }
    .margin-topMinues {
        margin-top: -12% !important
    }
    .Full-width-img>p>img,
    .fund-list--bitmap-col>img {
        width: 100% !important;
        height: 100% !important
    }
}

.btn-info {
    background-color: #22ECFF;
    border: none
}

#dropdownMenuClassButton {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px
}

.nav-link {
    color: #fff;
    font-weight: 600
}

.nav-link.active {
    text-decoration: underline
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #fff0;
    border-color: #fff
}

.classDropDown.show {
    color: #ffffff !important;
    background-color: #fff0;
    border-color: #ffffff !important
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #22ecff !important;
    border-radius: inherit !important;
    font-weight: 600;
    border-radius: 32px
}

.dropdown-item {
    color: #020f50 !important;
    padding: 8px;
    font-size: 14px;
    font-weight: 600
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border-radius: 32px;
        background-color: #fde19c;
        padding: 8px;
        width: 100%
    }
}

.dropdown-menu[data-bs-popper] {
    top: 55px
}

.dropdown-item:focus,
.dropdown-item:hover {
    border-radius: inherit !important
}

ul.bullets {
    list-style-type: none
}

ul.bullets li:before {
    content: "";
    height: 26px;
    width: 24px !important;
    display: inline-block;
    background-image: url(/static-assets/img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 22px;
    margin-right: 5px;
    margin-left: -30px;
    vertical-align: middle
}

ul.bullets li {
    padding-bottom: 16px !important;
    font-size: 18px !important;
    font-weight: 300 !important
}

.ScrollBgColor {
    background-color: #fde19c;
    box-shadow: #020f50 0 -2px 24px
}

.btn-outline-white {
    background-color: rgb(255 255 255 / .1);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.nav-flag-size {
    width: 28px;
    margin-right: 5px;
    margin-left: 0;
    text-align: left;
    vertical-align: inherit
}

.dropdown-item>.nav-flag-size {
    width: 28px;
    margin-right: 8px;
    margin-left: 0;
    vertical-align: middle
}

.countryMainBox>.dropdown-toggle>i.bi-chevron-down {
    right: 15px;
    position: absolute;
    top: 13px
}

.p8 {
    padding: 8px !important
}

.motion-browser-notice,
.motion-cookies,
.motion-cookies-disabled-notice {
    position: fixed;
    left: 0;
    bottom: -110px;
    height: 100px;
    width: 100%;
    background-color: #1a2245;
    color: #fff;
    z-index: 2147483640;
    border-radius: 0;
    text-align: center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1);
    transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1);
    transition: transform .5s cubic-bezier(.8, 0, .2, 1);
    transition: transform .5s cubic-bezier(.8, 0, .2, 1), -webkit-transform .5s cubic-bezier(.8, 0, .2, 1)
}

.motion-browser-notice a,
.motion-cookies-disabled-notice a,
.motion-cookies a {
    color: #fff
}

.motion-browser-notice .d-table-cell,
.motion-cookies-disabled-notice .d-table-cell,
.motion-cookies .d-table-cell {
    vertical-align: middle
}

.motion-browser-notice.slidein-up,
.motion-cookies-disabled-notice.slidein-up,
.motion-cookies.slidein-up {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    opacity: 1 !important;
    -webkit-animation: notifications-slidein-up .5s cubic-bezier(.8, 0, .2, 1);
    animation: notifications-slidein-up .5s cubic-bezier(.8, 0, .2, 1)
}

.motion-browser-notice.slidein-down,
.motion-cookies-disabled-notice.slidein-down,
.motion-cookies.slidein-down {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%)
}

.motion__popup-notice {
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box
}

.motion__popup-notice.slidein-up {
    box-shadow: 0 -5px 11px rgb(0 0 0 / .1)
}

.motion__popup-notice .grid__cell--span-all {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.motion__popup-notice .grid__cell--span-all .notice__body {
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.motion__popup-notice .grid__cell--span-all .notice__body span {
    margin-right: 8px
}

.motion__popup-notice a {
    color: #fff
}

.motion__popup-notice a.mat-button {
    min-width: 1px;
    padding: 0
}

@media (max-width:803px) {
    .motion__popup-notice {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (max-width:1247.98px) {
    .motion-cookies .mat-button-wrapper-text {
        display: none
    }
    #motion-browsercheck-btn a,
    #motion-cookies-btn {
        min-width: auto
    }
    #motion-cookies-btn {
        width: 10%
    }
}

@-webkit-keyframes notifications-slidein-up {
    0% {
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: hidden
    }
    to {
        opacity: 1;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        visibility: visible
    }
}

@keyframes notifications-slidein-up {
    0% {
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: hidden
    }
    to {
        opacity: 1;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        visibility: visible
    }
}

#SAfooter,
#GBfooter {
    display: none
}

@media (min-width:1199px) {
    .mr-desk-2 {
        padding-right: 50px
    }
    .ml-desk-2 {
        padding-left: 50px
    }
    .home-currency-cards {
        min-height: 512px
    }
    .Cus-Columns:nth-child(1),
    .Cus-Columns:nth-child(3) {
        margin-left: 30%
    }
    .Cus-Columns:nth-child(3)>.flip-card {
        margin-top: -60px !important
    }
    .Cus-Columns:nth-child(4)>.flip-card {
        margin-top: -90px !important
    }
}

@media (max-width:1200px) and (min-width:641px) {
    .container {
        max-width: 70%
    }
}

@media (max-width:1200px) {
    .step-cards>.card {
        margin-top: 0px !important
    }
    .step-cards {
        margin-bottom: 20px !important
    }
    .z-layout-cards {
        margin-top: 90px !important
    }
    .contact-btn {
        text-align: center;
        width: 100%
    }
    .ScrolltextColor {
        color: #020f50 !important
    }
    .mb-xs-3 {
        margin: 10px 0
    }
}

@media (max-width:640px) {
    .text-sm-center {
        text-align: center !important
    }
    .container {
        width: 90%
    }
    .canvas-white {
        background-size: 120px !important
    }
}

.btn-cus-wd {
    width: 130px !important
}

.btn {
    width: fit-content !important
}

.btn-outline-white {
    background-color: rgb(255 255 255 / .1);
    border: 1px solid #fff;
    color: #fff
}

.btn-outline-white:hover {
    color: #020f50 !important;
    border-color: #22ecff !important;
    background-color: #22ecff
}

.dropdown-menu {
    position: absolute;
    border-radius: 32px !important;
    background-color: #fde19c !important;
    padding: 10px !important;
    width: 100% !important
}

.dropdown-toggle.show {
    color: #020f50 !important;
    background-color: #22ecff !important;
    border-color: #22ecff !important;
    font-weight: 600 !important
}

html,
body {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.contact-btn>button,
.pa-10 {
    padding: 12px 24px;
    color: #020F50 !important;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0px !important
}

.contact-btn>button {
    margin-right: 0px !important
}

#buttonSA i {
    font-size: 20px;
    font-weight: 600
}

.tooltipCus {
    position: relative;
    display: inline-block;
    top: -.5em
}

.tooltipCus .tooltiptextCus {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1
}

.tooltipCus:hover .tooltiptextCus {
    visibility: visible;
    width: 300px;
    padding: 9px
}

ul.navbar-nav li:nth-child(1) {
    display: none
}

.divider-brushes {
    background-size: cover
}

@media (max-width:768px) {
    .showmoreContainer {
        position: relative
    }
    .showmoreContainer .text {
        margin-bottom: 5px;
        display: block
    }
    .showmoreContainer .show-moreless {
        color: #fff;
        position: relative;
        font-size: 16px;
        padding-top: 5px;
        height: 20px;
        text-align: left;
        cursor: pointer;
        text-decoration: underline
    }
    .showmoreContainer .show-moreless:hover {
        color: #fff
    }
    .showmoreContainer .show-moreless-height {
        height: 5px;
        overflow: hidden
    }
    .icon-ui {
        background-color: #fff;
        border-radius: 50%;
        font-size: 14px;
        padding: 3px 5px 2px 5px;
        margin-left: 10px;
        font-weight: 600;
        color: #020f50
    }
    .show-moreless {
        display: block !important
    }
    .navy-info-cards {
        min-height: 220px !important
    }
    .navbar {
        .nav-link-brand svg {
            height: 59px;
            width: 191px
        }
    }
}

.show-moreless {
    display: none
}

.bi-chevron-down::before,
.bi-chevron-up::before,
.bi-box-arrow-up-right::before {
    font-weight: 800 !important
}

.pad-Icons {
    padding-top: 170px;
    padding-bottom: 130px
}

.slick-disabled {
    display: none;
    pointer-events: none
}

@media (min-width:601px) {
    .slick-track {
        max-width: 1244px !important;
        display: flex
    }
}

@media (max-width:600px) {
    .slick-track {
        max-width: 307px !important;
        display: flex
    }
    .fact {
        width: 304px !important;
        vertical-align: top;
        display: inline-block
    }
    .fact>.card {
        width: 300px !important
    }
}

.footer-headings {
    font-weight: 600;
    font-size: 20px;
    color: #020f50;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.home-link {
    font-weight: 600;
    font-size: 20px;
    color: #020f50
}

hr.footer-hr {
    border-bottom: 2px solid #020f50;
    opacity: 1 !important
}

ul.footer-list li {
    margin-bottom: 12px
}

ul.footer-list li a,
ul.footer-list li p {
    font-size: 17px;
    font-weight: 300;
    color: #020f50 !important
}

ul.footer-list li:hover a {
    font-weight: 600;
    color: #020f50 !important
}

.fine-print-text-footer p,
.fine-print-text-footer>.disclaimer {
    font-size: 13px;
    font-weight: 200;
    color: #020f50 !important;
    text-align: center;
    margin-bottom: 1px
}

.fab {
    padding: 0;
    font-size: 30px;
    color: #020f50;
    width: 50px;
    text-align: center;
    text-decoration: none
}

#social_media {
    margin-left: -10px
}

.disclaimer>p {
    margin-bottom: 5px !important
}

.disclaimer {
    margin-bottom: 30px !important
}

.red-Vector-hero {
    border-radius: 50%;
    width: 73px;
    height: 73px;
    flex-grow: 0;
    margin: 0 0 16px 0;
    padding: 5px;
    font-size: 35px;
    text-align: center;
    color: #fff;
    background-image: url(/static-assets/img/circle-brush-orange.svg);
    font-weight: 700;
    background-size: contain
}

.w-60 {
    width: 60% !important
}

.navy-info-cards {
    height: 100%
}

.beige-bg-tablet-divider {
    background-image: url(/static-assets/img/brush-transition.png);
    height: 107px;
    position: absolute;
    margin-top: -106px;
    display: none;
    width: 100%;
    left: 0%
}

@media (max-width:1200px) {
    .beige-bg-tablet-divider {
        display: block
    }
    .beige-bg-tablet {
        background-color: #fde19c;
        z-index: 3
    }
    .tablet-text-navy {
        color: #020f50 !important
    }
    .card-bg-navy {
        background: rgb(2 15 80 / .9) !important;
        border: none;
        box-shadow: none !important
    }
    .manager-brush-animation {
        top: 40%
    }
}

.card-bg-navy {
    background: rgb(2 15 80 / .9) !important
}

@media (max-width:768px) {
    .showmoreContainer {
        position: relative
    }
    .showmoreContainer .text {
        margin-bottom: 5px;
        display: block
    }
    .showmoreContainer .show-moreless {
        color: #fff;
        position: relative;
        font-size: 16px;
        padding-top: 5px;
        height: 20px;
        text-align: left;
        cursor: pointer;
        text-decoration: underline
    }
    .showmoreContainer .show-moreless:hover {
        color: #fff
    }
    .showmoreContainer .show-moreless-height {
        height: 5px;
        overflow: hidden
    }
    .icon-ui {
        background-color: #fff;
        border-radius: 50%;
        font-size: 14px;
        padding: 3px 5px 2px 5px;
        margin-left: 10px;
        font-weight: 600;
        color: #020f50
    }
    .show-moreless {
        display: block !important
    }
    .navy-info-cards {
        min-height: 220px !important
    }
}

.show-moreless {
    display: none
}

.bg-cyan {
    background-color: #4fc6e0 !important
}

.text-navy {
    color: #020f50 !important
}

.text-black {
    color: #000000 !important
}

.h-100 {
    height: 100% !important
}

.step-cards:nth-child(3)>.card {
    margin-top: 60px
}

.step-cards:nth-child(2)>.card {
    margin-top: 30px
}

.step-cards:nth-child(1)>.card {
    margin-top: 0
}

.step-cards:nth-child(6)>.card {
    margin-top: 90px
}

.step-cards:nth-child(5)>.card {
    margin-top: 60px
}

.step-cards:nth-child(4)>.card {
    margin-top: 30px
}

.steps-red-mask {
    border-radius: 50%;
    width: 108px;
    height: 106.6px;
    flex-grow: 0;
    margin: 0 166px 32px 0;
    padding: 22.3px 10.8px 4.6px 7px;
    font-size: 43px;
    text-align: center;
    color: #fde19c;
    background-image: url(/static-assets/img/circle-brush-orange.svg);
    font-weight: 700
}

.card-bg-navy2 {
    background: rgb(2 15 80 / .9);
    border: none
}

.text-light {
    font-weight: 200
}

.steps-cus-height {
    height: 600px
}

.news-btn {
    font-size: 15px
}

.steps-red-mask {
    border-radius: 50%;
    width: 73px;
    height: 73px;
    flex-grow: 0;
    margin: 0 0 16px 0;
    padding: 15.3px 5.8px 4.6px 7px;
    font-size: 35px;
    text-align: center;
    color: #fff;
    background-image: url(/static-assets/img/circle-brush-orange.svg);
    font-weight: 700;
    background-size: contain
}

.info-height-ellipse p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-height-ellipse {
    min-height: 102px
}

.Steps-slider-brush {
    z-index: -1 !important;
    top: 150px !important
}

.managers-card {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: transform .2s ease-out;
    background-color: transparent !important;
    border: 0;
    cursor: grab
}

.owl-item>.managers-card {
    width: 100% height:100%
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important
}

.managers-text-div {
    min-height: 800px
}

.owl-carousel .owl-item {
    padding: 10px;
    padding-top: 64px;
    max-height: 800px;
    height: 100%
}

.owl-carousel .owl-stage {
    height: 1px !important
}

.funds-slider-cards {
    height: 429px !important;
    object-fit: cover;
    object-position: center
}

@media (min-width:481px) {
    .owl-carousel .owl-item {
        width: 395px !important
    }
}

@media (max-width:480px) {
    .funds-card-h2 {
        font-size: 1rem !important
    }
    .card-funds-words small {
        font-size: .6rem !important
    }
    .owl-carousel .owl-item {
        min-height: 600px !important
    }
    .owl-height {
        height: 609px !important
    }
}

@media (max-width:768px) {
    .manager-hover {
        opacity: 9 !important
    }
    .managers-text-div {
        min-height: 500px !important
    }
}

@media (min-width:480px) and (max-width:600px) {
    .owl-carousel .owl-item {
        width: 300px !important
    }
}

@media (max-width:600px) {
    .funds-slider-cards {
        height: 334px !important
    }
    .funds-card-h2 {
        font-size: 1.5rem !important
    }
    .card-funds-words>small {
        font-size: .83em !important
    }
    .btn-slider-arrow>svg {
        width: 16px;
        height: 15px
    }
}

@media (max-width:480px) {
    .card-funds-words {
        width: 65% !important
    }
}

.funds-slider-box {
    margin: 0 auto
}

.owl-item:nth-child(1)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(3)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(5)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(7)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(9)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(11)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(13)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(15)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(17)>.funds-slider-box>.manager-hover {
    margin-top: 64px
}

.owl-item:nth-child(2)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(6)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(10)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(14)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(18)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(22)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(26)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(30)>.funds-slider-box>.manager-hover {
    margin-top: 0
}

.owl-item:nth-child(4)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(8)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(12)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(16)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(20)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(24)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(28)>.funds-slider-box>.manager-hover,
.owl-item:nth-child(32)>.funds-slider-box>.manager-hover {
    margin-top: 128px
}

.btn-light:hover {
    background-color: #22ecff;
    border-color: #22ecff
}

.btn-slider-arrow {
    margin-bottom: 30%
}

.card-funds-words {
    width: 80%;
    word-break: break-word
}

.funds-card-h2 {
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    word-wrap: normal
}

.funds-risk-text {
    font-size: 2.3rem;
    color: #007b93;
    font-weight: 300 !important
}

.bold-navy-p {
    color: #020f50;
    font-size: 20px;
    font-weight: 500 !important
}

.bold-navy-h {
    color: #020f50;
    font-size: 24px;
    font-weight: 600 !important
}

@media (max-width:600px) {
    .bold-navy-p {
        font-size: 16px !important
    }
}

.logoLeft-mask {
    mask-image: url(/static-assets/img/circle-brush-mask.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 100%
}

.logoLeft-mask>.logoLeft-picture {
    transform: rotate(99deg)
}

.logoLeft-mask {
    transform: rotate(360deg)
}

@media (max-width:1200px) {
    .cus-info-center,
    .cus-infoBtn-center {
        text-align: center !important
    }
    .logoLeft-mask>img {
        width: 100% !important
    }
    .cus-pro-center {
        text-align: center !important;
        margin-bottom: 5%
    }
}

.cus-infoBtn-center>a {
    padding: 12px 24px;
    color: #020F50 !important;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0px !important
}

.profile-picture-team {
    width: 100%;
    height: auto
}

.propic-mask-team {
    mask-image: url(/static-assets/img/circle-brush-mask.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.circle-divs:nth-child(2)>div>.propic-mask-team>.profile-picture-team,
.circle-divs:nth-child(4)>div>.propic-mask-team>.profile-picture-team {
    transform: rotate(99deg)
}

.circle-divs:nth-child(3)>div>.propic-mask-team>.profile-picture-team,
.circle-divs:nth-child(5)>div>.propic-mask-team>.profile-picture-team {
    transform: rotate(178deg)
}

.circle-divs:nth-child(2)>div>.propic-mask-team,
.circle-divs:nth-child(4)>div>.propic-mask-team {
    transform: rotate(263deg)
}

.circle-divs:nth-child(3)>div>.propic-mask-team,
.circle-divs:nth-child(5)>div>.propic-mask-team {
    transform: rotate(183deg)
}

.padT-4 {
    padding-top: 10%
}

.margin-topMinues-icon {
    margin-top: -7%
}

@media (max-width:1199px) {
    .profile-picture-team {
        width: 321px;
        height: 321px
    }
    .propic-mask-team {
        width: 321px;
        height: 100%;
        margin: 0 auto
    }
}

.meet-tile {
    margin-top: 131px !important;
    margin-bottom: 100px !important
}

@media (min-width:1801px) {
    .four-card-text-right {
        top: 38% !important
    }
}

@media (min-width:1199px) and (max-width:1800px) {
    .four-card-text-right {
        top: 50% !important
    }
}

a.open-new>i {
    margin-left: 3px
}

.fund-list--bitmap-col {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.unstyled-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.fund-list--bitmap-col-list {
    grid-column: 1fr;
    background-color: #f8cc8b;
    border-radius: 10px
}

.fund-list--bitmap-col-list {
    width: 100%;
    height: 100%;
    min-height: 337px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fund-list--bitmap-col-list li {
    position: relative;
    line-height: 1.5;
    padding-right: 24px;
    padding-left: 24px
}

.fund-list--bitmap-col-list li:not(:last-child):after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px dotted var(--curate-low-bg);
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%)
}

.fund-list--bitmap-col-list li a {
    padding: 16px 0;
    display: block;
    font-size: .875rem;
    letter-spacing: 1px;
    color: var(--curate-low-bg);
    text-decoration: none
}

@media (max-width:849.98px) {
    .fund-list--bitmap-col-list {
        grid-column: span 4
    }
}

@media (min-width:850px) and (max-width:1023px) {
    .fund-list--bitmap-col {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .fund-list--bitmap-col-list {
        width: 100%;
        grid-column: span 8
    }
    .fund-list--bitmap-col-list {
        width: 100%
    }
}

@media (min-width:1024px) {
    .fund-list--bitmap-col {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .fund-list--bitmap-col-list {
        grid-column: 4 / span 6
    }
}

.btn-outline-navy {
    background-color: rgb(255 255 255 / .1);
    border: 1px solid #020f50;
    color: #020f50;
    padding: 8px 21px;
    min-width: 192px;
    font-size: 14px;
    font-weight: 600
}

.btn-outline-navy:hover,
.btn-outline-navy.active {
    background-color: #020f50 !important;
    border: 1px solid #020f50 !important;
    color: #ffffff !important;
    padding: 8px 21px !important;
    min-width: 192px !important
}

#cus-scroller {
    height: 250px;
    overflow-y: scroll;
    padding-right: 20px
}

#cus-scroller::-webkit-scrollbar {
    width: 7px
}

#cus-scroller::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 7px
}

#cus-scroller::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #020f50
}