
.new_top_nav
{
float:right;
            @media only screen and (max-width: 1024px) {
                display: none;
            }
}
.mobile_div_login
{
    /* top: 20%; */
    position: relative;
    width: 100%;
    padding: var(--wp--preset--spacing--60) calc((100vw - min(var(--defaultRowWidth), 1250px)) / 2);
    font-family: 'BNPP Sans';
    font-size: 15px;
    font-weight: 300;
}
.section_title {
    font-family: var(--wp--preset--font-family--bnpp-sans);
    font-style: italic;
    font-size: var(--wp--preset--font-size--medium);
    line-height: 20px;
    height: 20px;
    margin-top: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-bottom: var(--wp--preset--spacing--40);
}
.top_h2 {
    font-size: var(--wp--preset--font-size--heading-xs);
    color: #fff;
    font-weight: 300;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
    height: 60px;
    line-height: 30px;
}
.new_top_nav_span
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 20px solid #0C2728;
    border-left: 20px solid #0C2728;
    border-top: none;
    align-items: center;
    display: inline-block;
    height: 33px;
    line-height: 1px;
}
.new_top_nav_a
{
    color: #FFF;
    text-align: center;
    font-family: "BNPP Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-content: center;
}
.new_top_nav_a:hover
{
        font-weight: 700;
        text-decoration: none;
}
.display_segment_lang
{
font-size: var(--font-size-16, 16px);
color: #103132;
font-family: "BNPP Sans";
font-style: normal;
font-weight: 400;
line-height: var(--line-height-24, 24px); /* 171.429% */

    background: linear-gradient(90deg, rgb(218, 237, 230) 0%, rgb(255, 255, 255) 100%);
    margin: 0px -3.38rem;
    display: none;
            @media only screen and (max-width: 1024px) {
                font-size:14px;
            }

    p{
            margin: 3.38rem;
    padding-top: 10px;
    padding-bottom: 10px;
    }
}
.segment_notavailable
{
    background: linear-gradient(90deg, #DAEDE6 0%, #FFF 100%);
    backdrop-filter: blur(2px);
    margin: 0 -16px;
    p {
    color: #103132;
    font-family: "BNPP Sans";
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-22, 22px);
}
}
header.site-header {
    background: var(--wp--preset--color--dark-green);
    border-bottom: solid 2px rgb(255 255 255 / 10%);
    position: sticky;
    z-index: 9999;
    top: 0;

    &.mobile-open {

        position: fixed;
        top: 0;
        width: 100%;

        :is(.logo-and-tagline,.asisdisplay,.mobile-nav-trigger,.search-icon, .menu-toggle, .mobile-toggles > :is(button, a, img, .search-icon)) {
            position: relative;
            z-index: 999999;
        }

        &+div {
            margin-top: var(--headerHeight);
        }

        .header-bottom::after {
            z-index: 9999;
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, var(--wp--preset--color--dark-green), var(--wp--preset--color--dark-green), transparent);
        }

        .menu-toggle {

            .line:nth-child(1) {
                transform: translateY(5px) rotate(45deg);
            }
            
            .line:nth-child(2) {
                opacity: 0;
            }

            .line:nth-child(3) {
                transform: translateY(-7px) rotate(-45deg);
            }

        }

    }
        &.mobile-open-login {

        position: fixed;
        top: 0;
        width: 100%;

        :is(.logo-and-tagline, .menu-toggle,.mobile-nav-trigger,.search-icon, .asisdisplay, .mobile-toggles > :is(a, img, .search-icon)) {
            position: relative;
            z-index: 999999;
        }

        &+div {
            margin-top: var(--headerHeight);
        }

        .header-bottom::after {
            z-index: 9999;
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, var(--wp--preset--color--dark-green), var(--wp--preset--color--dark-green), transparent);
        }

    }
.leftpartlog
{
	float:left;
	margin-right:60px;
	/* width:50%; */
}
.rightpartlog
{
	float:left;
	width:10px;
}
.popup_login
{
    padding: 12px 16px 8px 29px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    border: 2px solid #7FD4B5;
    background: #0C2728;
    position: absolute;
    /* top: 100%; */
    /*left: 78%;*/
    right:1%;
    display: none;
    cursor: pointer;
    z-index: 100;
    margin-top: 35px;
    margin-left: -10px;
    width:216px;

    p {
        display: flex;
        width: 214px;
        /*padding: 12px 16px;*/
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        color: white;
    }
    a {
        color: #FFF;
        font-family: "BNPP Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        justify-content: center;
        text-align: center;
    }
}
    .header-top {
        position: relative;
    display: flex;
    height: 31px;
    justify-content: end;

            @media only screen and (max-width: 1024px) {
                height:auto;
            }
       
        /* &::after {
            content: "";
            position: fixed;
	    top: 30px;
            left: 0;
            height: 1px;
            width: 100vw;
            background-color: #144042;
        } */

        .hub-menu-trigger {
            position: relative;
            margin: 0 0 auto;
            text-align: right;
            color: #fff;
            border: solid 1px #144042;
            border-bottom: none;
            border-top: none;
            width: fit-content;
            padding: 0.5rem 1rem;
            font-weight: 300;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            gap: 5px;
            align-items: center;
            line-height: 1;
            float:right;
            
            &::after {
                content: "";
                width: 100%;
                background: var(--wp--preset--color--bnpp-green);
                position: absolute;
                bottom: 0;
                left: 0;
                height: 5px;
                opacity: 0;
                transition: 300ms;
            }

            &:hover::after {
                opacity: 1;
            }

            @media only screen and (max-width: 1024px) {
                display: none;
            }

            img {
                height: 15px!important;
            }
        }
        .hub-trigger {
            position: relative;
            margin: 0 0 auto;
            text-align: right;
            color: #fff;
            border: solid 1px #144042;
            border-bottom: none;
            border-top: none;
            width: fit-content;
            padding: 0.5rem 1rem;
            font-weight: 300;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            gap: 5px;
            align-items: center;
            line-height: 1;
            float:right;
	    background:unset;
            
            &::after {
                content: "";
                width: 100%;
                background: var(--wp--preset--color--bnpp-green);
                position: absolute;
                bottom: 0;
                left: 0;
                height: 5px;
                opacity: 0;
                transition: 300ms;
            }

            &:hover::after {
                opacity: 1;
            }

            @media only screen and (max-width: 1024px) {
                display: none;
            }

            img {
                height: 15px!important;
            }
        }

    }
    .header-top-border-bottom {
        content: '';
        position: absolute;
        height: 1px;
        width: calc(100vw - 17px);
        left: 0;
    }

    .header-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1em;
        height: 100px;
        clear:both;
    
        .logo-and-tagline {
            display: flex;
            align-items: center;
            gap: 3em;
            color: #fff;
    
            img {
                width: min(180px, 40vw);
            }
    
            span {
                font-size: calc(var(--wp--preset--font-size--small) + 2px);
                font-weight: 300;
                font-family: var(--wp--preset--font-family--bnpp-sans);

                @media only screen and (max-width: 1024px) {
                    display: none;
                }
            }
            
        }

        .search-icon {
            --searchIconSize: 16px;
            width: var(--searchIconSize);
            height: var(--searchIconSize);
            border: solid 2px #fff;
            border-radius: 50%;
            transition: 200ms;
            position: relative;
            transform: translateY(-4px);

            &::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 5px;
                width: 100%;
                background: var(--wp--preset--color--bnpp-green);
                opacity: 0;
                transition: 200ms;
            }

            &::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 100%;
                background-color: #fff;
                width: calc(var(--searchIconSize) / 2);
                height: 2px;
                border-radius: 50px;
                transform: translateX(-3px) translateY(1px) rotate(45deg);
            }

            &:focus {
                outline: 3px dotted #008252;
                outline-offset: 1px;
                background-color: var(--wp--preset--color--bnpp-green);
            }
        }
    
        @media only screen and (min-width: 1024px) {

            &>nav.top-level-menu {
                height: 100%;
        
                ul#menu-primary-menu {
                    list-style: none;
                    display: flex;
                    padding: 0;
                    margin: 0;
                    gap: 1em;
                    height: 100%;
    
                    li {
                        height: 100%;
                        display: flex;
                        align-items: center;
                        position: relative;
                        cursor: pointer;
    
                        &::after {
                            content: "";
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            height: 5px;
                            width: 100%;
                            background: var(--wp--preset--color--bnpp-green);
                            opacity: 0;
                            transition: 200ms;
                        }
    
                        &.active,
                        &.current-menu-item {
    
                            &::after {
                                opacity: 1;
                            }
    
                        }
    
                        &:focus-within::after,
                        &:hover::after {
                            opacity: 1;
                        }
    
                        &:hover {
    
                            .search-icon {
                                background-color: var(--wp--preset--color--bnpp-green);
                            }
    
                        }

                        &:has(a:focus) {
                            outline: 3px dotted #008252;
                            outline-offset: 1px;
                        }
    
                        a {
                            color: #fff;
                            text-decoration: none;  
                            font-size: calc(var(--wp--preset--font-size--small) + 4px);
                            font-weight: 300;
    
                            &::before {
                                content: "";
                                position: absolute;
                                inset: 0;
                                cursor: pointer;
                                z-index: 2;
                            }

                            &:focus {
                                outline: none;
                                outline-offset: 2px;
                            }

                            &:focus:has(img) {
                                outline: 3px dotted #008252;
                                outline-offset: 1px;
                            }
    
                        }
    
                    }
        
                }
            }

            .mobile-menu, .mobile-toggles {
                display: none;
            }

        }
       
.mobile-hub-trigger
{
    display: block;
    max-width: 100%;
    height: auto;
    border-style: none;
    width:16px;
    height:16px;
} 
        @media only screen and (max-width: 1024px) {

            &>nav.top-level-menu {
                display: none;
            }

            .mobile-toggles {
                display: flex;
                align-items: center;
                /* gap: min(6vw, var(--wp--preset--spacing--60)); */
		gap:16px;
            }

            .mobile-menu {
                display: block;

                .menu-toggle {
                    
                    display: flex;
                    flex-direction: column;
                    width: 16px;
                    height: 16px;
                    justify-content: space-between;

                    .line {
                        /* width: 100%; */
			width:16px;
                        height: 2px;
                        background-color: var(--wp--preset--color--white);
                        border-radius: 50px;
                        transition: 300ms;
                    }

                }

                .mobile-nav-login {
                    --borderStyle: solid 2px #204546;
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: var(--wp--preset--color--dark-green);
                    z-index: 1000;

                    &.active {
                        display: flex;
                        flex-direction: column;
                        /* justify-content: space-between; */
                        height: 100dvh;
                        overflow: auto;
                    }

                    .menu-overlay {
                        --headerHeight: 100px;
                        position: relative;
                        padding: var(--wp--preset--spacing--60) calc((100vw - min(var(--defaultRowWidth), 1250px)) / 2);
                        margin: var(--headerHeight) 0 0;
                        border-top: var(--borderStyle);
                        border-bottom: var(--borderStyle);
                    }

                    .menu-level {
                        display: none;
                        position: relative;
                        overflow-y: auto;

                        &.active {
                            display: block;
                        }

                        .menu-title {
                            display: flex;
                            gap: var(--wp--preset--spacing--40);
                            align-items: center;
                            border-bottom: var(--borderStyle);
                            padding: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--60);

                            h2 {
                                font-family: var(--wp--preset--font-family--bnpp-sans);
                                font-size: var(--wp--preset--font-size--body);
                                color: var(--wp--preset--color--white);
                                font-weight: 400;
                                margin: 0;
                            }

                            .back-button {
                                transform: rotate(180deg);
                                padding: 0;
                                background: none;
                                border: none;
                            }
                        }

                        ul {
                            list-style: none;
                            padding: 0;
                            margin: 0;
                            margin-top: var(--wp--preset--spacing--40);
    
                            li {
    
                                padding: var(--wp--preset--spacing--40) 0;

                                a {
                                    color: var(--wp--preset--color--white);
                                    text-decoration: none;
                                    display: block;
                                    position: relative;
                                }
    
                            }
                        }

                        &.menu-level-1 {

                            ul {
                                margin-top: 0;
                            }

                            a {
                                
                                display: flex;
                                justify-content: space-between;
                                gap: var(--wp--preset--spacing--40);

                            }
                        }

                        &.menu-level-2 {
                            a {

                                display: flex;
                                justify-content: space-between;
                                gap: var(--wp--preset--spacing--40);

                                &[data-has-children="true"]  {
                                    
                                    display: flex;
                                    justify-content: space-between;
                                    gap: var(--wp--preset--spacing--40);

                                }

                            }
                        }
                    }
                   
                }
                .mobile-nav {
                    --borderStyle: solid 2px #204546;
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: var(--wp--preset--color--dark-green);
                    z-index: 1000;

                    &.active {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        height: 100dvh;
                        overflow: auto;
                    }

                    .menu-overlay {
                        --headerHeight: 100px;
                        position: relative;
                        padding: var(--wp--preset--spacing--60) calc((100vw - min(var(--defaultRowWidth), 1250px)) / 2);
                        margin: var(--headerHeight) 0 0;
                        border-top: var(--borderStyle);
                        border-bottom: var(--borderStyle);
                    }

                    .menu-level {
                        display: none;
                        position: relative;
                        overflow-y: auto;

                        &.active {
                            display: block;
                        }

                        .menu-title {
                            display: flex;
                            gap: var(--wp--preset--spacing--40);
                            align-items: center;
                            border-bottom: var(--borderStyle);
                            padding: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--60);

                            h2 {
                                font-family: var(--wp--preset--font-family--bnpp-sans);
                                font-size: var(--wp--preset--font-size--body);
                                color: var(--wp--preset--color--white);
                                font-weight: 400;
                                margin: 0;
                            }

                            .back-button {
                                transform: rotate(180deg);
                                padding: 0;
                                background: none;
                                border: none;
                            }
                        }

                        ul {
                            list-style: none;
                            padding: 0;
                            margin: 0;
                            margin-top: var(--wp--preset--spacing--40);
    
                            li {
    
                                padding: var(--wp--preset--spacing--40) 0;

                                a {
                                    color: var(--wp--preset--color--white);
                                    text-decoration: none;
                                    display: block;
                                    position: relative;
                                }
    
                            }
                        }

                        &.menu-level-1 {

                            ul {
                                margin-top: 0;
                            }

                            a {
                                
                                display: flex;
                                justify-content: space-between;
                                gap: var(--wp--preset--spacing--40);

                            }
                        }

                        &.menu-level-2 {
                            a {

                                display: flex;
                                justify-content: space-between;
                                gap: var(--wp--preset--spacing--40);

                                &[data-has-children="true"]  {
                                    
                                    display: flex;
                                    justify-content: space-between;
                                    gap: var(--wp--preset--spacing--40);

                                }

                            }
                        }
                    }
                   
                }

                div.site-links {
                    padding: var(--wp--preset--spacing--40) calc((100vw - min(var(--defaultRowWidth), 1250px)) / 2);
                    display: flex;
                    flex-direction: column;
                    gap: var(--wp--preset--spacing--40);
                    
                    a {
                        color: #fff;
                    }
                }

                ul.social-icons {
                    display: flex;
                    flex-wrap: wrap;
                    padding: var(--wp--preset--spacing--60) calc((100vw - min(var(--defaultRowWidth), 1250px)) / 2) var(--wp--preset--spacing--20);
                    margin: 0;
                    list-style: none;
                    gap: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
                    align-items: center;
                    
                    path {
                        fill: #fff;
                    }
                }


            }

        }

    }

    .skip-link {
        position: absolute;
        top: -40px;
        left: 0;
        background: #000;
        color: #fff;
        padding: 8px;
        z-index: 100;
    }
    
    .skip-link:focus {
        top: 0;
    }
    
    .screen-reader-text,
    .visually-hidden {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal !important;
    }
    
    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }    

}

/* BG on mobile search icon */
header:has(.search-mega-menu[style="display: block;"]) .mobile-toggles > a {
    background: var(--wp--preset--color--bnpp-green);
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--wp--preset--color--dark-green);
    border-top: solid 2px rgb(255 255 255 / 10%);
    overflow: auto;
    max-height: calc(100vh - var(--headerHeight));

    .menu-items-wrapper {
        display: flex;
        gap: 1em;
        padding: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--80);

        a {
            color: #fff;
            text-decoration: none;  
            
            &:hover {
                text-decoration: underline;
            } 

            &.post {

                .post-thumbnail {
                    overflow: hidden;

                    img {
                        transition: 300ms;
                    }
                }
                
            }

            &.post:hover {
                text-decoration: none;

                img {
                        transform: scale(1.2)
                    }
            }

            &:focus {
                outline: 3px dotted #008252;
                outline-offset: 1px;
            }

            
        }

        .menu-items {
            list-style: none;
            padding: 0;
            margin: 0;
            flex: 0 1 25%;
            min-width: 200px;

            li {

                padding: var(--wp--preset--spacing--40) 0;

                &.insights-link {
                    padding-bottom: 120px;
                }

                &.has-children {
                    position: relative;

                    &::after {
                        content: ">";
                        position: absolute;
                        top: 46%;
                        right: 0;
                        font-family: none;
                        color: #fff;
                        font-size: 31px;
                        line-height: 1;
                        transform: translateY(-50%) scaleX(0.5) scaleY(1.1);
                    }

                }

                &.active {

                    a {

                        &::after {
                            opacity: 1;
                        }

                    }

                }

                a {

                    font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                    font-size: var(--wp--preset--font-size--heading-xs);
                    font-weight: 300;
                    position: relative;

                    &::after {
                        content: "";
                        position: absolute;
                        top: 100%;
                        left: 0;
                        height: 5px;
                        width: 100%;
                        background: var(--wp--preset--color--bnpp-green);
                        opacity: 0;
                        transition: 200ms;
                    }
    
                    &:hover::after {
                        opacity: 1;
                    }
    
                    &:hover {
                        text-decoration: none;
                    }

                }
            }

        }

        .sub-items-wrapper {

            flex: 1;

            .sub-item {
                display: grid;
                grid-template-columns: 66% 1fr;
                gap: var(--wp--preset--spacing--40);

                &:has(.funds-wrapper) {
                    grid-template-columns: 1fr;
                }
                
                .sub-menu-items {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                    align-self: start;
                    list-style: none;
                    padding: 0;
                    margin: 0;
    
                    li {
                        font-weight: 300;
                        padding: var(--wp--preset--spacing--20);
    
                        &.sub-menu-all-link{
                            grid-column: 1 / -1;
                            border-top: solid 1px rgb(255 255 255 / 15%);
                        }

                        a {
                            display: block;
                            padding: var(--wp--preset--spacing--40);
                            font-weight: 300;
                            &:hover {
                                background-color: #173F40;
                                text-decoration: none;
                            }
                        }
                    }

                    &.active {

                        &+.description {
                            display: block;
                            border: solid 1px #3D5252;
                            background-color: #0A2222;
                            padding: var(--wp--preset--spacing--60);
        
                            h4 {
                                font-family: var(--wp--preset--font-family--bnpp-sans);
                                font-size: var(--wp--preset--font-size--medium);
                                font-style: italic;
                                color: #fff;
                            }
        
                            p {
                                color: #fff;
                                font-weight: 300;
                                font-size: var(--wp--preset--font-size--small);
                            }
                            
                        }

                    }

                    &+.description {
                        display: none;
                    }
    
                }

                &.with-insights > ul:nth-child(1) {
                    margin-top: var(--wp--preset--spacing--40) !important;
                }

            }

            &:has(.sub-menu-items.active) .sub-item.with-funds {
                display: none;
            }

        }

        .insights-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
            gap: var(--wp--preset--spacing--40);
            grid-column: 1 / -1;

            .post {
                position: relative;
                display: flex;
                border: solid 1px #fff;

                .post-thumbnail {
                    position: relative;
                    flex: 0 1 45%;
                
                    .post-format {
                        position: absolute;
                        top: 0;
                        background-color: var(--wp--preset--color--bnpp-green);
                        padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
                        line-height: 1;
                        font-weight: 300;
                        z-index: 2;
                    }
                
                    img {
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .post-content {
                    padding: var(--wp--preset--spacing--40);
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: var(--wp--preset--spacing--30);
                    flex: 1 1 200px;

                    .post-category {
                        background: #7DCBBA4D;
                        width: fit-content;
                        padding: 0.5rem 1rem;
                        border-radius: 50px;
                        font-weight: 300;
                    }
                
                    h3 {
                        font-size: var(--wp--preset--font-size--heading-xs);
                        color: #fff;
                        font-weight: 300;
                        margin: 0;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }
                
                    p {
                        margin: 0;
                        color: #fff;

                        &:not(.post-category) {
                            text-decoration: underline;
                            color: #7FD4B5;
                        }
                    }
                }

                &::after {
					border: 4px solid var(--wp--preset--color--bnpp-green);
				    content: "";
				    inset: 0;
				    opacity: 0;
				    transition: .3s;
					position: absolute;
					margin: -2px;
				}
				
                &:hover::after {
                    opacity: 1;
                }

            }
        }

        .funds-wrapper {

            display: flex;
            flex-wrap: wrap;
            gap: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
            margin-top: var(--wp--preset--spacing--40);
        
            .fund {

                display: block;
                border: solid 1px var(--wp--preset--color--white);
                padding: var(--wp--preset--spacing--60);
                position: relative;
                flex-direction: row;
                flex: 1 1 46%;
                transition: 300ms;
    
                .fund-title {
                    margin: 0;
                    font-size: var(--wp--preset--font-size--heading-xs);
                    font-weight: 300;
                    font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                }
    
                &::after {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    --arrowSize: 30px;
                    bottom: var(--wp--preset--spacing--60);
                    right: var(--wp--preset--spacing--60);
                    width: var(--arrowSize);
                    height: var(--arrowSize);
                    background-image: url(../images/arrow.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                    transform: rotate(180deg);
                    align-self: flex-end;
                    flex: 1 1 40px;
                    transition: 300ms;
                    filter: brightness(0) invert(1);
                }

                &::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    opacity: 0;
                    border: solid 4px var(--wp--preset--color--bnpp-green);
                    transition: 300ms;
                }                
        
        
                &:hover {
                    text-decoration: none;
                    border: solid 1px var(--wp--preset--color--bnpp-green);

                    &::after {
                        transform: rotate(180deg) translateX(-5px);
                    }

                    &::before {
                        opacity: 1;
                    }
                }
                
            }
        }


    }

    &.search-mega-menu {

        overflow: auto;
        max-height: calc(100vh - var(--headerHeight));

        @media only screen and (max-width: 1024px) {

            --headerHeight: 100px;
            position: fixed;
            top: var(--headerHeight);
            height: calc(100dvh - var(--headerHeight));
            overflow: auto;
            
        }

        .search-wrapper {

            padding: var(--wp--preset--spacing--60) 0;

            .search-input-wrapper {

                --searchIconSize: 20px;
                --searchIconColour: rgb(255 255 255 / 50%);
                --searchIconYPos: 55%;
                position: relative;
                        
                &::before {
                    content: "";
                    position: absolute;
                    width: var(--searchIconSize);
                    height: var(--searchIconSize);
                    border-radius: 50%;
                    top: var(--searchIconYPos);
                    left: calc(var(--searchIconSize) / 1.2);
                    border: solid 2px var(--searchIconColour);
                    transform: translateY(calc(-50% - (var(--searchIconSize) / 2)));
                }

                &::after {
                    content: "";
                    position: absolute;
                    top: var(--searchIconYPos);
                    left: calc(var(--searchIconSize) + 10px);
                    background-color: var(--searchIconColour);
                    width: calc(var(--searchIconSize) / 1.5);
                    height: 2px;
                    border-radius: 50px;
                    transform: translateY(1px) rotate(45deg);
                }

                &:has(#search-input:focus) {
                    --searchIconColour: rgb(255 255 255);
                }

                #search-input {
                    width: 100%;
                    border-bottom: 1px solid rgb(255 255 255 / 15%);
                    font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                    color: rgb(255 255 255);
                    font-size: var(--wp--preset--font-size--heading-xs);
                    font-weight: 300;
                    padding-left: var(--wp--preset--spacing--70);

                    &::placeholder {
                        color: rgb(255 255 255 / 70%);
                    }

                    &:focus {
                        outline: 3px dotted #008252;
                        outline-offset: 1px;
                    }
                }

            }

    
            .search-results {
                display: none;

                &.active {
                    display: block;
                }

                .accordion-wrapper {
                    margin-top: 20px;
            
                    .accordion-item {
                        width: 100%;
						border: none;
						background-color: transparent;
						text-align: left;
                        margin-bottom: var(--wp--preset--spacing--40);
                        padding: var(--wp--preset--spacing--40);
                        overflow: hidden;
                        border-bottom: 1px solid rgb(255 255 255 / 15%);
                        font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                        margin-left: calc(var(--wp--preset--spacing--70) - var(--wp--preset--spacing--40));
                        color: #fff;

                        @media only screen and (max-width: 1024px) {
                            margin-left: 0;
                        }
            
                        .accordion-header {
                            font-size: var(--wp--preset--font-size--heading-xs);
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            font-weight: 300;
                            
                            &:focus {
                                outline: 3px dotted #008252;
                                outline-offset: 1px;
                            }

                            &.button-only {
                                justify-content: space-between;

                                a {
                                    color: #fff;
                                }

                            }

                            .result-count {
                                display: inline-block;
                                background-color: #12494B;
                                border-radius: 50px;
                                font-size: var(--wp--preset--font-size--medium);
                                font-family: var(--wp--preset--font-family--bnpp-sans);
                                padding: 7px 5px 4px;
                                min-width: 50px;
                                display: grid;
                                place-content: center;
                                transform: translateY(-3px);
                            }
                        }
                        
                        .accordion-content {
                            display: none;
            
                            .search-results-list {
                                list-style-type: none;
                                padding: 0;
                                display: grid;
                                grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
                                gap: 1rem;

                                .post {
                                    display: flex;
                                    border: solid 1px #fff;
                    
                                    .post-thumbnail {
                                        position: relative;
                                        flex: 0 1 33%;
                                        overflow: hidden;
                                    
                                        .post-format {
                                            position: absolute;
                                            top: 0;
                                            background-color: var(--wp--preset--color--bnpp-green);
                                            padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) var(--wp--preset--spacing--20);
                                            line-height: 1;
                                            letter-spacing: 1px;
                                            font-weight: 400;
                                            color: #fff;
                                            text-transform: uppercase;
                                            z-index: 2;
                                        }
                                    
                                        img {
                                            height: 100%;
                                            transition: 300ms;
                                            object-fit: cover;
                                        }
                                    }
                    
                                    .post-content {
                                        padding: var(--wp--preset--spacing--40);
                                        display: flex;
                                        flex-direction: column;
                                        justify-content: space-between;
                                        gap: var(--wp--preset--spacing--30);
                                        flex: 1 1 200px;
                    
                                        .post-category {
                                            background: #7DCBBA4D;
                                            width: fit-content;
                                            padding: 0.5rem 1rem;
                                            border-radius: 50px;
                                            font-weight: 300;
                                        }
                                    
                                        h3 {
                                            font-size: var(--wp--preset--font-size--heading-xs);
                                            color: var(--wp--preset--color--white);
                                            font-weight: 300;
                                            margin: 0;
                                        }
                                    
                                        p {
                                            margin: 0;
                                            color: var(--wp--preset--color--white);
                                        }
                                    }

                                    &.insight {

                                        height: 100%;

                                        p {

                                            &:not(.post-category) {
                                                text-decoration: underline;
                                                color: #7FD4B5;
                                            }
                                        }
                                    }

                                    &.contents {

                                        border-left: none;
                                        border-right: none;
                                        border-color: rgb(255 255 255 / 15%);

                                        h3 > span {
                                            color: var(--wp--preset--color--bnpp-green);
                                        }

                                        p {
                                            color: var(--wp--preset--color--white);
                                            font-family: var(--wp--preset--font-family--bnpp-sans);
                                            font-size: var(--wp--preset--font-size--small);
                                            font-weight: 400;
                                        }
                                        
                                    }

                                    &:hover {
                                        text-decoration: none;
                        
                                        img {
                                                transform: scale(1.2)
                                            }
                                    }
                    
                                }
                                
                                li {
                                    margin-bottom: 10px;
                                }
            
                                a {
                                    color: #333;
                                    text-decoration: none;
            
                                    &:hover {
                                        text-decoration: underline;
                                    }
                                }
                                
                            }

                            .view-results {
                                font-size: var(--wp--preset--font-size--heading-xs);
                                font-weight: 300;
                                color: #fff;
                                display: block;
                                text-align: right;
                            }
                                                        
                        }
            
                        &.active {
            
                            .accordion-content {
                                display: block;
                            }
            
                        }
            
                        &.has-results {
                            cursor: pointer;
                            
                            .accordion-header {
                                &::after {
                                    content: ">";
                                    transition: 300ms;
                                }
                            }

                            &.active {
                                .accordion-header {
                                    &::after {
                                        transform: translateY(-1px) rotate(90deg);
                                    }
                                }
                            }

                        }
            
                    }
                }
    
            }

        }

    }

}

.logged-in.admin-bar {

    header {

        &.mobile-open {

            top: 32px;
    
        }
    }

}
#bnpp-modal-instit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;

        .overlay-content {
        background: white;
        width: 90%;
        /* max-width: calc(var(--wp--style--global--content-size) + 100px); */
	    max-width:883px;
        max-height: 332px;
        overflow-y: auto;
        padding:25px;

        .overlay-header {
            display: flex;
            align-items: center;
            justify-content:center;

            h2 {
		        color: #1D1D1B;
		        font-family: "BNPP Sans Condensed";
		        font-size: 40px;
		        font-style: normal;
		        font-weight: 400;
		        line-height: 45px; /* 112.5% */
            }
            p {
                color: #1D1D1B;
                text-align: center;
                font-family: "BNPP Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 27px;                
            }
            .left-button {
                height:41px;
                border:unset;
                color: #008252;
                margin-right:30px;
                text-align: center;
                font-family: "BNPP Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 0.5px;
                /* border: unset; */
                background: white;
                border-radius: 3px;
                border: 1px solid #008252;
                padding-left: 24px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 24px;               
            }
            .right-button
            {
                border-radius: 3px;
                background: #008252;
                display: inline-flex;
                padding: 12px 24px;
                justify-content: center;
                align-items: center;
                gap: 8px;
                color: white;
                padding-left: 24px;
                padding-right: 24px;
                padding-top: 10px;
                padding-bottom: 10px;
		border:unset;
            }
        }
    }
}
#bnpp-hub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    .overlay-content {
        background: white;
        width: 90%;
        /* max-width: calc(var(--wp--style--global--content-size) + 100px); */
	    max-width:960px;
        max-height: 90vh;
        overflow-y: auto;

        .overlay-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: var(--wp--preset--spacing--40);
            padding: min(5vw, var(--wp--preset--spacing--70));
            background-color: var(--wp--preset--color--dark-green);

            h2 {
                /* color: var(--wp--preset--color--white);
                font-size: var(--wp--preset--font-size--heading-m);
		*/
		color: #FFF;
		font-family: "BNPP Sans Condensed";
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 45px; /* 112.5% */
		text-transform: capitalize;
            }
            
            .close-button { 
                background: none;
                border: none;
                color: var(--wp--preset--color--white);
                font-size: min(10vw, 70px);
                line-height: 1;
                font-weight: 300;
                cursor: pointer;
            }

        }

        .form-steps {
    
            padding: var(--wp--preset--spacing--70);

            .step {
                display: block;

                &.hidden {
                    display: none;
                }

                &:not(#step1) {
                    .current-selection::after {
                        content: "";
                        height: 1px;
                        background: #ddd;
                        position: absolute;
                        top: calc(100% + (var(--wp--preset--spacing--70) / 2) - 4px);
                        left: 50%;
                        transform: translateX(-50%);
                        width: calc(100% + (var(--wp--preset--spacing--70) * 2));
                    }
                }

                h3 {
                    /* font-size: var(--wp--preset--font-size--heading-s);
                    margin: 0;*/
			color: #1D1D1B;
			font-family: "BNPP Sans Condensed";
			font-size: 30px;
			font-style: normal;
			font-weight: 400;
			line-height: 36px; /* 120% */
            @media only screen and (max-width: 1024px) {
                font-size: 25px;
            }
                }

                .region-tabs {
                    display: block; 
                    text-align: center;
                    border-bottom: solid 2px #ddd;
                    margin-bottom: var(--wp--preset--spacing--60);

                    .tab-button.left
                    {
                        float: left;
                        text-align: center;
                        font-size: var(--wp--preset--font-size--heading-s);
                        font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                        font-weight: 300;
                        background: none;
                        border: none;
                        cursor: pointer;
                        transition: 300ms;
			color:black;

                        &.active {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green);
			color:black;
                        }

                        &:hover:not(.active) {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green-tint-60);
                        }
                    }
                    .tab-button.center
                    {
                        text-align: center;
                        font-size: var(--wp--preset--font-size--heading-s);
                        font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                        font-weight: 300;
                        background: none;
                        border: none;
                        cursor: pointer;
                        transition: 300ms;
			color:black;
	
                        &.active {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green);
			color:black;
                        }

                        &:hover:not(.active) {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green-tint-60);
                        }
                    }
                    .tab-button.right
                    {
                        float: right;
                        text-align: center;
                        font-size: var(--wp--preset--font-size--heading-s);
                        font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                        font-weight: 300;
                        background: none;
                        border: none;
                        cursor: pointer;
                        transition: 300ms;
			color:black;

                        &.active {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green);
				color:black;
                        }

                        &:hover:not(.active) {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green-tint-60);
                        }
                    }
                    .tab-button {
                        font-size: var(--wp--preset--font-size--heading-s);
                        font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                        font-weight: 300;
                        background: none;
                        border: none;
                        cursor: pointer;
                        transition: 300ms;

                        &.active {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green);
                        }

                        &:hover:not(.active) {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green-tint-60);
                        }
                    }

                }

                .current-selection {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                    gap: var(--wp--preset--spacing--40);
                    margin-bottom: var(--wp--preset--spacing--70);
                    position: relative;

                    h3 {
                        font-size: var(--wp--preset--font-size--heading-s);
                    }

                    .selected-info {

                        .selection-item {

                            margin: 0.5rem 0;

                            }
                        
                        .selection-item.country {

                            border: solid 1px;
                            display: flex;
                            align-items: center;

                            &>span {
                                font-size: var(--wp--preset--font-size--heading-m);
                                font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                                font-weight: 300;
                                padding: 0 2rem;
                            }

                            .country-flag {
                                width: 150px;
                                overflow: hidden;
                                position: relative;
                                height: 100px;

                                img {
                                    width: 100%;
                                }
                            }

                        }

                        .selection-item.investor {
                            border: solid 1px;
                            font-size: var(--wp--preset--font-size--heading-s);
                            font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                            font-weight: 300;
                            padding: 1rem;
                            max-width: 400px;

                            #summaryInvestorFinalText {
                                display: block;
                                font-size: calc(var(--wp--preset--font-size--medium) - 3px);
                                font-family: var(--wp--preset--font-family--bnpp-sans);
                            }
                        }

                    }

                    .change-btn {
                        background-color: var(--wp--preset--color--bnpp-black);
                        border: none;
                        color: var(--wp--preset--color--white);
                        padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) var(--wp--preset--spacing--20);
                        cursor: pointer;
                        margin-top: var(--wp--preset--spacing--40);

                        &.green {
                            background-color: var(--wp--preset--color--bnpp-green);
                        }
                    }

                }

                .countries-grid {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(min(100%, 175px), 1fr));
                    gap: 1rem;

                    .country-button {
                        display: flex;
                        gap: 10px;
                        /* align-items: center; */
                        background: none;
                        border: none;
                        text-align: left;
                        cursor: pointer;
                        transition: 300ms;
                        padding: 10px;
			color:black;
			text-decoration:unset;
			font-size:12px;
			font-style:normal;
			font-family: 'BNPP Sans';
			font-weight: 400;
			line-height: 16px;

                        &:hover {
        			/* background-color: #eee; */
   				border-radius: 3px;
    				outline: 1px solid #008252;
                        }
                        
                        img {
                            width: 30px;
                            height: 30px;
                            object-fit: cover;

                            &+span {
                                transform: translateY(4px);
                            }
                        }
                    }
                }

                .investor-types-grid {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
                    gap: 1rem;
                    margin-top: 2rem;

                    .investor-type-box-dis {
                        outline-color: var(--wp--preset--color--bnpp-green);
                        background: white;
                        border: 1px solid #ccc;
                        padding: 0 var(--wp--preset--spacing--40);
                        text-align: center;
                        cursor: pointer;
                        transition: all 0s ease;
                
                        img {           
                            max-width: 100px;
                            margin: 0 auto; 
                            opacity:0.5;    
                        }                   
                                            
                        h4 {            
                            font-size: var(--wp--preset--font-size--heading-xs);
                            color: var(--wp--preset--color--bnpp-black);
                            opacity:0.5;    
                        }                   
                                            
                        p {                 
                            font-size: calc(var(--wp--preset--font-size--medium) - 3px);
                            color: var(--wp--preset--color--bnpp-black);
                            opacity:0.5;    
                        }                   
                    }   
                    .investor-type-box {
                        outline-color: var(--wp--preset--color--bnpp-green);
                        background: white;
                        border: 1px solid #ccc;
                        padding: 0 var(--wp--preset--spacing--40);
                        text-align: center;
                        cursor: pointer;
                        transition: all 0s ease;

                        &:hover {
                             outline-color: var(--wp--preset--color--bnpp-green);
                            /* background: #f5f5f5; */
                            /*	border: solid 4px var(--wp--preset--color--bnpp-green); */
                            content: "";
                            inset: 0;
                            outline:solid 4px var(--wp--preset--color--bnpp-green);
                            /*	border: solid 4px var(--wp--preset--color--bnpp-green); */ 
                            transition: 0ms;
                        }

                        img {
                            max-width: 100px;
                            margin: 0 auto;
                        }

                        h4 {
                            font-size: var(--wp--preset--font-size--heading-xs);
                            color: var(--wp--preset--color--bnpp-black);
                        }

                        p {
                            font-weight: 300;
                            font-size: calc(var(--wp--preset--font-size--medium) - 3px);
                            color: var(--wp--preset--color--bnpp-black);
                        }
                    }
                }

                .disclaimer-content {
                    margin-top: 2rem;
                    
                    .disclaimer-text {
                        margin: 1rem 0;
                        max-height: 200px;
                        overflow-y: auto;
                        font-weight: 300;
                        font-size: calc(var(--wp--preset--font-size--medium) - 3px);
            @media only screen and (max-width: 1024px) {
               max-height:300px;
            }
                    }
                }

                .accept-button {
		    border-radius: 3px;
                    background-color: var(--wp--preset--color--bnpp-green);
                    color: var(--wp--preset--color--white);
                    border: none;
			font-size:18px;
			font-family:'BNPP Sans';
                    padding: var(--wp--preset--spacing--40);
                    cursor: pointer;
                    margin-top: var(--wp--preset--spacing--40);
            @media only screen and (max-width: 1024px) {
                width:100%;
		height:32px;
		margin-top:unset;
		padding:unset;
            }
                    &+.terms {
                        font-weight: 300;
                        font-size: calc(var(--wp--preset--font-size--medium) - 3px);
            @media only screen and (max-width: 1024px) {
                font-size:10px;
            }
                    }
                }

            }
        
    
        }

        #hub_other_sites {
            background-color: #103132!important;
            padding: var(--wp--preset--spacing--40) 0;
            text-align: center;
        
            a {
		color: #FFF;
		font-family: "BNPP Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 20px; /* 111.111% */
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: none;
		text-decoration-color: #7DCBBA;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
		text-transform: capitalize;
            @media only screen and (max-width: 1024px) {
                font-size: 12px;
            }
	    a:focus
            {
		outline: 3px dotted #008252;
		outline-offset: 1px;		
	    }

            }
	    a:hover
            {
		outline-color: var(--wp--preset--color--bnpp-green);
		font-weight:bold;
	    }

            /* a[href^="#"] {
                color: red;
            } */
        }
    }

}

@media only screen and (max-width: 500px) {

    #bnpp-hub {

        .overlay-content {

            .form-steps {
    
                padding: var(--wp--preset--spacing--60);
    
                .step {
        
                    .current-selection {
        
                        .selection-item.country {
                            flex-direction: column;
                        }
        
                    }
            
        
                }
    
            }

        }

    }

}
@media only screen and (max-width: 1024px) {
        .search-icon {
            --searchIconSize: 16px!important;
            width: var(--searchIconSize);
            height: var(--searchIconSize);
            border: solid 2px #fff;
            border-radius: 50%;
            transition: 200ms;
            position: relative;
	    transform:none!important;
            
            &::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 5px;
                width: 100%;
                background: var(--wp--preset--color--bnpp-green);
                opacity: 0;
                transition: 200ms;
            }
    
            &::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 100%;
                background-color: #fff;
                width: calc(var(--searchIconSize) / 2);
                height: 2px;
                border-radius: 50px;
                transform: translateX(-3px) translateY(1px) rotate(45deg);
            }

            &:focus {
                outline: 3px dotted #008252;
                outline-offset: 1px;
                background-color: var(--wp--preset--color--bnpp-green);
            }
        }
}
@media only screen and (max-width: 360px) {
                .region-tabs {
        
                    display: flex;
                    align-items: center;
                    //gap: calc(29% - (var(--wp--preset--spacing--70) * 2));
                    flex-wrap: wrap;
                    border-bottom: solid 2px #ddd;
                    margin-bottom: var(--wp--preset--spacing--60);
                    gap:10px!important;
            
                    .tab-button {
                        font-size: var(--wp--preset--font-size--heading-s);
                        font-family: var(--wp--preset--font-family--bnpp-sans-condensed);
                        font-weight: 300;
                        background: none;
                        border: none;
                        cursor: pointer;
                        transition: 300ms;
			color:black;
                    
                        &.active {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green);
                        }
        
                        &:hover:not(.active) {
                            box-shadow: inset 0px -4px 0px var(--wp--preset--color--bnpp-green-tint-60);
                        }
                    } 
            
                }
}
@media only screen and (max-width: 300px) {

    #bnpp-hub {

        .overlay-content {

            .form-steps {
    
                padding: var(--wp--preset--spacing--60);
    
                .step {
        
                    .current-selection {
        
                        .country-flag {
                            width: 100%!important;
                            height: auto!important;
                        }
        
                    }
            
        
                }
    
            }

        }

    }
}
.backcolorhead
{
	background: #0C2728;
}
.search-li-click {
    width: 100%;
    height: 100%;
    border: none;
}
.noborder
{
	border:unset;
}
.awarness_segments_nav
{
    display: none;
    flex-shrink: 0;
    font-family: "BNPP Sans";
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    position: absolute;
    background: rgb(215, 246, 235);
    width: 309px;
    height: 189px;
    padding: 20px;
}
.toplevelbutton
{
    color: #fff;
    text-decoration: none;
    font-size: calc(var(--wp--preset--font-size--small) + 4px);
    font-weight: 300;
    background-color: unset;
    border: unset;
}
