/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

/* Progress Bar for Single Posts */
.progress-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #edeff0;
    z-index: 9999;
    position: relative;
    z-index: 9;
}
.progress-container:before {
    height: 16px;
    width: 100%;
    background: #edeff0;
    content: "";
    position: fixed;
}
.progress-bar {
    height: 16px;
    background-color: #0468B1;
    width: 0%;
    transition: width 0.1s ease-out;
}

figcaption.coh-inline-element {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
    margin: 0 0 var(--undpds-spacing-07);
}
figcaption p+.credits {
    border-left: 1px solid #a9b1b7;
    margin-left: 32px;
    padding-left: 32px;
    border-top: 0;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    font-style: normal;
}
figcaption.coh-inline-element  p{
    margin-bottom: 0;
}
.homepage-hero-content h1{
	overflow-wrap: normal;
}
/* Article Page Styles */
.post-wrapper {
    margin: 2rem 0 0;
}

/* .post-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
} */

.post-wrapper h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #666;
}

/* .post-wrapper h6 {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
} */

.large-article-image {
    margin: 2rem 0;
}

.large-article-image img {
    width: 100%;
    height: auto;
    display: block;
}
.knowledge-base-block .publication-thumbnail__image.Publications img,
.knowledge-base-block .publication-thumbnail__image.Guidelines img {
    max-width: 50%;
    margin: 0 auto;
}
.fixed-carousel__image {
    height: 27.5rem;
}
.image-caption {
    margin-top: 1rem;
}

.image-caption figcaption {
    font-size: 0.875rem;
    color: #666;
    font-style: italic;
}

/* Image captions: show filled captions over the image at bottom right. */
figure.wp-block-image:has(> figcaption:not(:empty)),
.coh-wysiwyg figure:has(img):has(> figcaption:not(:empty)),
.wp-caption:has(> .wp-caption-text:not(:empty)),
.undp-full-media:has(> .undp-full-media__caption:not(:empty)) {
    position: relative;
}

/* Keep article captions aligned to the rendered image, not a wider content row. */
.single .entry-content > figure.wp-block-image:has(> figcaption:not(:empty)) {
    display: table;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
}

.single .entry-content > figure.wp-block-image:has(> figcaption:not(:empty)) > img {
    display: block;
}

figure.wp-block-image:has(> figcaption:not(:empty)),
.coh-wysiwyg figure:has(img):has(> figcaption:not(:empty)) {
    padding-bottom: 0;
}

.coh-wysiwyg figure:has(> figcaption:not(:empty)) img {
    padding-bottom: 0;
}

figure.wp-block-image > figcaption:not(:empty),
.coh-wysiwyg figure:has(img) > figcaption:not(:empty),
.wp-caption > .wp-caption-text:not(:empty),
.undp-full-media > .undp-full-media__caption:not(:empty) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: auto;
    min-width: 0;
    max-width: min(90%, 32rem);
    margin: 0;
    padding: 0.625rem 0.875rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.35;
    text-align: right;
}

.undp-featured-image__caption:not(:empty) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: block;
    width: auto;
    max-width: min(90%, 32rem);
    margin: 0;
    padding: 0.625rem 0.875rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.35;
    text-align: right;
}

.undp-featured-image__caption:empty {
    display: none;
}

figure.wp-block-image > figcaption:not(:empty) > *,
.coh-wysiwyg figure:has(img) > figcaption:not(:empty) > *,
.wp-caption > .wp-caption-text:not(:empty) > *,
.undp-full-media > .undp-full-media__caption:not(:empty) > * {
    margin: 0;
    color: inherit;
}

figure.wp-block-image > figcaption:not(:empty) .credits,
.coh-wysiwyg figure:has(img) > figcaption:not(:empty) .credits {
    display: block;
    margin: 0.25rem 0 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 0.75rem;
}

figure.wp-block-image > figcaption:empty,
.coh-wysiwyg figure:has(img) > figcaption:empty,
.wp-caption > .wp-caption-text:empty,
.undp-full-media > .undp-full-media__caption:empty {
    display: none;
}

.author-section {
    margin: 3rem 0 2rem;
}

.author-section h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.author-box {
    margin-bottom: 1.5rem;
}

.author-box a {
    display: inline-flex;
    text-decoration: none;
    color: inherit;
}

.author-box a:hover .author__img img {
    transform: scale(1.05);
}

.author__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.author__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author-label h6 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.author-label p {
    font-size: 0.8125rem;
    color: #666;
    margin: 0;
}

.dx8-tabs {
    background-color: #dbdbdb;
}
:root :where(a:where(:not(.wp-element-button)):hover) {
  color: inherit;
}
@media screen and (min-width: 37.5em) {
    .dx8-tabs {
        height:auto;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
    }
}

.dx8-tabs li a {
    color: #000;
    background: #cecece;
    display: block;
    font-size: 0.929em;
    padding: 11px 20px;
}

.dx8-tabs li a:hover {
    background: #b3b3b3;
}

.dx8-tabs li.is-active a {
    background: #f1f1f1;
    pointer-events: none;
}

@media screen and (max-width: 37.5em) {
    .dx8-tabs li {
        display:block;
        margin: 0;
    }
}

@media screen and (min-width: 37.5em) {
    .dx8-tabs li {
        display:block;
        float: left;
        vertical-align: bottom;
        margin: 0 1px 0 0;
    }

    [dir="rtl"] .dx8-tabs li {
        margin: 0 0 0 1px;
        float: right;
    }
}

#user-login-form,#user-register-form,#user-pass,#search-form,#search-block-form {
    border: 1px solid #dbdbdb;
    margin-top: -1px;
    margin-bottom: 15px;
    padding: 15px 30px;
}

#user-login-form .form-item,#user-register-form .form-item,#user-pass .form-item,#search-form .form-item,#search-block-form .form-item {
    padding: 15px 0;
}

#user-login-form .form-item .description,#user-register-form .form-item .description,#user-pass .form-item .description,#search-form .form-item .description,#search-block-form .form-item .description {
    margin-top: 10px;
}

#user-login-form .form-actions,#user-register-form .form-actions,#user-pass .form-actions,#search-form .form-actions,#search-block-form .form-actions {
    padding: 15px 0;
}

#user-login-form label,#user-register-form label,#user-pass label,#search-form label,#search-block-form label {
    display: table;
    margin-bottom: 10px;
}

#user-login-form input,#user-login-form select,#user-register-form input,#user-register-form select,#user-pass input,#user-pass select,#search-form input,#search-form select,#search-block-form input,#search-block-form select {
    max-width: 100%;
}

#user-login-form details.form-wrapper,#user-register-form details.form-wrapper,#user-pass details.form-wrapper,#search-form details.form-wrapper,#search-block-form details.form-wrapper {
    border-bottom-width: 0;
    margin: 15px 0;
}

#user-login-form details.form-wrapper .dx8-details-content,#user-register-form details.form-wrapper .dx8-details-content,#user-pass details.form-wrapper .dx8-details-content,#search-form details.form-wrapper .dx8-details-content,#search-block-form details.form-wrapper .dx8-details-content {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 15px 30px;
}

#user-login-form details.form-wrapper .dx8-details-content fieldset,#user-register-form details.form-wrapper .dx8-details-content fieldset,#user-pass details.form-wrapper .dx8-details-content fieldset,#search-form details.form-wrapper .dx8-details-content fieldset,#search-block-form details.form-wrapper .dx8-details-content fieldset {
    border: 0;
}

#user-login-form details.form-wrapper .dx8-details-content legend,#user-register-form details.form-wrapper .dx8-details-content legend,#user-pass details.form-wrapper .dx8-details-content legend,#search-form details.form-wrapper .dx8-details-content legend,#search-block-form details.form-wrapper .dx8-details-content legend {
    position: relative;
    top: 15px;
    padding: 10px 0;
}

#user-login-form details.form-wrapper .dx8-details-content > fieldset > legend,#user-register-form details.form-wrapper .dx8-details-content > fieldset > legend,#user-pass details.form-wrapper .dx8-details-content > fieldset > legend,#search-form details.form-wrapper .dx8-details-content > fieldset > legend,#search-block-form details.form-wrapper .dx8-details-content > fieldset > legend {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#user-login-form details.form-wrapper summary,#user-register-form details.form-wrapper summary,#user-pass details.form-wrapper summary,#search-form details.form-wrapper summary,#search-block-form details.form-wrapper summary {
    padding: 10px;
    background: #dbdbdb;
}

#user-login-form .form-type-checkbox label,#user-register-form .form-type-checkbox label,#user-pass .form-type-checkbox label,#search-form .form-type-checkbox label,#search-block-form .form-type-checkbox label {
    margin-bottom: 0;
}

#user-login-form .form-checkbox,#user-register-form .form-checkbox,#user-pass .form-checkbox,#search-form .form-checkbox,#search-block-form .form-checkbox {
    margin-right: 10px;
    float: left;
}

#edit-help-link {
    display: block;
    margin-top: 10px;
}

.search-block-form {
    padding: 15px 0;
}

.search-block-form h2 {
    margin-bottom: 10px;
}

#search-block-form {
    padding: 0;
    border: 0;
}

#search-block-form:before,#search-block-form:after {
    content: "";
    display: table;
}

#search-block-form:after {
    clear: both;
}

#search-block-form .form-item {
    margin-right: 15px;
}

#search-block-form .form-item,#search-block-form .form-actions {
    float: left;
    padding: 0;
}

#search-block-form input {
    margin: 0;
}

.node-preview-container {
    background-color: #dbdbdb;
}

.node-preview-container .node-preview-backlink {
    display: inline-block;
    line-height: 14px;
    padding: 4px 15px;
    background: #0071b8 linear-gradient(to bottom,#007bc6,#0071b8);
    border: 1px solid #1e5c90;
    border-radius: 20px;
    font: 700 14px Arial;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.5);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.node-preview-container .node-preview-backlink:hover,.node-preview-container .node-preview-backlink:focus {
    background: #2369a6 linear-gradient(to bottom,#0c97ed,#1f86c7);
    border-color: #1f86c7;
}

.node-preview-container .node-preview-backlink:hover {
    box-shadow: 0 1px 2px rgba(23,26,28,0.25);
}

.node-preview-container .node-preview-backlink:focus {
    border-color: #1280df;
}

.node-preview-container .node-preview-backlink:active {
    background: #0071b8 linear-gradient(to bottom,#08639b,#0071b8);
    border-color: #144b78;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

.node-preview-container .node-preview-backlink:before {
    content: '\00AB';
    margin-right: 5px;
    font-size: 16px;
}

p,h1,h2,h3,h4,h5,h6,li,div,span {
    overflow-wrap: break-word;
}

@media (min-width: 48em) {
    [dir=rtl] .coh-col-sm-offset-1,[dir=rtl] .medium-offset-1 {
        margin-right:8.33333%;
        margin-left: 0;
    }

    [dir=rtl] .coh-col-sm-offset-2,[dir=rtl] .medium-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 64em) {
    [dir=rtl] .coh-col-md-offset-1 {
        margin-right:8.33333%;
        margin-left: 0;
    }

    [dir=rtl] .coh-col-md-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 75em) {
    [dir=rtl] .coh-col-lg-offset-1,[dir=rtl] .large-offset-1 {
        margin-right:8.33333%;
        margin-left: 0;
    }

    [dir=rtl] .coh-col-lg-offset-2,[dir=rtl] .large-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}

@media (min-width: 90em) {
    [dir=rtl] .coh-col-xl-offset-1 {
        margin-right:8.33333%;
        margin-left: 0;
    }

    [dir=rtl] .coh-col-xl-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}

.coh-style-padding-top-large,.coh-style-padding-top-bottom-large {
    padding-top: 1.5rem;
}

.coh-style-padding-bottom-large,.coh-style-padding-top-bottom-large {
    padding-bottom: 1.5rem;
}

@media (max-width: 47.9999em) {
    .coh-style-padding-top-large,.coh-style-padding-top-bottom-large {
        padding-top:0.75rem;
    }

    .coh-style-padding-bottom-large,.coh-style-padding-top-bottom-large {
        padding-bottom: 0.75rem;
    }
}

.dropdown-language ul li,.mobile-nav ul li,.footer-icons li,.footer-links li,.mega-nav-option .submenu li,.mega-nav-option .sub-sub-menu ul li {
    margin-left: 0;
}

.global-header .mid-nav .logo {
    display: block;
}

.country-header .site-title a {
    background: none;
}

.country-header .header .site-title {
    max-width: 100%;
}

.country-header .header .top-left.small-8 {
    width: calc(66.66667% - 0.75rem);
    min-width: 12rem;
}

@media (min-width: 30em) {
    .country-header .header .top-left.small-8 {
        width:calc(66.66667% - 1.5rem);
    }
}

.icons-search .icon-globe,.icons-search .icon {
    cursor: pointer;
}

.input-search+.search-clear {
    top: 20px;
}

.global-header .top-right .icon-globe.active {
    background-size: 24px !important;
}

header .mega-wrapper .cta__link {
    line-height: 1.2;
    width: 100%;
    display: block;
}

header .mega-wrapper .cta__link.cta--space:after {
    display: inline-block;
    vertical-align: text-bottom;
}

.mega-nav-option .submenu li a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem;
    font-size: 0.889rem;
}

.mega-nav-option .sub-menu-content .mega-title a {
    background: none;
    font-size: inherit;
}

.mega-nav-option .sub-menu-content .mega-title .external-link-animated {
    margin: 0 1rem 2px;
}

.menu-hamburger {
    margin-inline-end:0.75rem;}

.global-header .header .top-right {
    z-index: 9;
}

.global-header .header .mid-nav ul li {
    margin-right: 2.8rem;
    margin-left: 0;
}

.global-header .header .mid-nav ul li:last-child {
    margin-right: 0;
}

.global-header .header .mid-nav ul+ul {
    left: 80%;
}

.global-header .header .mid-nav ul:first-child+ul {
    left: -50px;
}

.country-header .header .mega-wrapper .menu li {
    margin-left: 2.88rem;
}

.modal-search-offices .grid-container.fluid {
    padding: 0;
}

.twitter-panel h2 {
    display: block;
}

.twitter-panel h2 span.twitter {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .twitter-panel .coh-column {
        flex:0 0 100%;
        max-width: 100%;
    }
}

.mega-nav-option .sub-menu-content .mega-image img {
    width: 100%;
}

.mega-nav-option .sub-menu-content .sub-sub-menu ul {
    width: auto;
}

.disabled {
    pointer-events: none;
}

.mega-wrapper div:not(.two-div)>.large-6 {
    width: 100%;
    flex: auto;
    padding-right: 1rem;
}

.mega-wrapper div:not(.two-div)>.large-6 p {
    padding-right: 10rem;
}

.footer-head+div>div {
    justify-content: space-between;
}

.footer-icons li a {
    background-size: contain !important;
}

.footer-icons .aparat {
    background: url(/themes/custom/undpglobal/images/aparat.svg) no-repeat bottom;
}

.footer-icons .exposure {
    background: url(/themes/custom/undpglobal/images/exposure.svg) no-repeat bottom;
}

.footer-icons .flickr {
    background: url(/themes/custom/undpglobal/images/flickr.svg) no-repeat bottom;
}

.footer-icons .medium {
    background: url(/themes/custom/undpglobal/images/medium.svg) no-repeat bottom;
}

.footer-icons .odnoklassniki {
    background: url(/themes/custom/undpglobal/images/odnoklassniki.svg) no-repeat bottom;
}

.footer-icons .snapchat {
    background: url(/themes/custom/undpglobal/images/snapchat.svg) no-repeat bottom;
}

.footer-icons .soundcloud {
    background: url(/themes/custom/undpglobal/images/soundcloud.svg) no-repeat bottom;
}

.footer-icons .telegram {
    background: url(/themes/custom/undpglobal/images/telegram.svg) no-repeat bottom;
}

.footer-icons .tiktok {
    background: url(/themes/custom/undpglobal/images/tiktok.svg) no-repeat bottom;
}

.footer-icons .vk {
    background: url(/themes/custom/undpglobal/images/vk.svg) no-repeat bottom;
}

.footer-icons .wechat {
    background: url(/themes/custom/undpglobal/images/wechat.svg) no-repeat bottom;
}

.footer-icons .weibo {
    background: url(/themes/custom/undpglobal/images/weibo.svg) no-repeat bottom;
}

.footer-icons .whatapp {
    background: url(/themes/custom/undpglobal/images/whatsapp.svg) no-repeat bottom;
}

.footer-icons .pinterest {
    background: url(/themes/custom/undpglobal/images/pinterest.svg) no-repeat bottom;
}

.footer-icons .threads {
    background: url(/themes/custom/undpglobal/images/threads.svg) no-repeat bottom;
}

.footer-icons .twitter-x,.footer-icons .x,.footer-icons .x-twitter {
    background: url(/themes/custom/undpglobal/images/twitter-x.svg) no-repeat bottom;
}

.mailchimp-signup-subscribe-form {
    margin-top: 1.5rem;
}

.mailchimp-signup-subscribe-form form[id^='undp-mailchimp'],[id^='undp-mailchimp-signup-subscribe'] {
    display: flex;
    position: relative;
    width: 100%;
}

.mailchimp-signup-subscribe-form input[type='submit'] {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    margin: 0;
    appearance: none;
    background-color: #fff;
    border-radius: 0;
    color: #006eb5;
    height: 54px;
    min-width: 86px;
    text-transform: uppercase;
}

.mailchimp-signup-subscribe-form h2 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    text-align: right;
}

.mailchimp-signup-subscribe-form input[type='submit']:hover {
    background: white;
    color: #006eb5;
}

.mailchimp-signup-subscribe-form,.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields,.mailchimp-signup-subscribe-form .form-type-email {
    width: 100%;
}

.mailchimp-signup-subscribe-form .messages {
    position: absolute;
    bottom: -55px;
    font-size: 1rem;
    z-index: 1;
}

.mailchimp-signup-subscribe-form .messages.messages--status {
    background-color: #006eb5;
    text-align: right;
    padding: 20px 0 20px 150px;
    border: 0;
    color: white;
    box-shadow: none;
    background-image: none;
    left: -10px;
    width: calc(100% + 12px);
}

.mailchimp-signup-subscribe-form .messages.messages--status ul,.mailchimp-signup-subscribe-form .messages.messages--status li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mailchimp-signup-subscribe-form .messages.messages--warning {
    bottom: -70px;
    left: -65px;
    width: calc(100% + 65px);
    background: transparent;
    box-shadow: none;
    border: 0;
    color: white;
}

.mailchimp-signup-subscribe-form .messages.messages--error {
    bottom: -70px;
    border: 0;
    box-shadow: none;
    padding: 11px;
    background: transparent;
    color: #fff;
    width: calc(100% + 40px);
    left: -30px;
    text-align: center;
    z-index: 1;
}

@media screen and (min-width: 91em) {
    .mailchimp-signup-subscribe-form .messages.messages--status {
        padding-left:240px;
    }
}

@media screen and (max-width: 48em) {
    .mailchimp-signup-subscribe-form .messages.messages--error {
        bottom:-70px;
    }

    .mailchimp-signup-subscribe-form .messages.messages--status {
        bottom: -30px;
        text-align: left;
        padding: 12px 50px 12px 10px;
    }

    .mailchimp-signup-subscribe-form h2 {
        text-align: left;
    }
}

.mailchimp-signup-subscribe-form .messages.messages--error .placeholder {
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (max-width: 47em) {
    .mailchimp-signup-subscribe-form .messages.messages--warning {
        bottom:-80px;
        left: -5px;
        width: auto;
        padding: 10px;
    }

    .mailchimp-signup-subscribe-form .messages.messages--error .placeholder {
        max-width: 120px;
    }
}

@media screen and (min-width: 47em) and (max-width:80em) {
    .mailchimp-signup-subscribe-form .messages.messages--warning {
        bottom:-72px;
        left: -130px;
        padding: 2px;
        width: calc(100% + 140px);
    }

    .mailchimp-signup-subscribe-form .messages.messages--status {
        padding: 10px 0 10px 20px;
        text-align: right;
        bottom: -35px;
    }

    .mailchimp-signup-subscribe-form .messages.messages--error {
        padding: 4px;
        bottom: -65px;
        left: -130px;
        width: calc(100% + 130px);
    }

    .mailchimp-signup-subscribe-form .messages.messages--error .placeholder {
        max-width: 50px;
    }
}

.mailchimp-signup-subscribe-form .js-form-type-email label,body svg.ext,.mailchimp-signup-subscribe-form .messages.messages--status li:last-child {
    display: none;
}

.mailchimp-signup-subscribe-form .ajax-progress-throbber {
    transition: all 0.3s;
    position: absolute;
    height: 35px;
    top: 10px;
    left: -40px;
    width: 35px;
    border: 5px solid #4f95dd;
    border-top-color: #fff;
}

@media screen and (max-width: 48em) {
    .mailchimp-signup-subscribe-form .ajax-progress-throbber {
        left:calc(100% - 250px);
    }
}

.mailchimp-signup-subscribe-form .ajax-progress-throbber .throbber+div,.mailchimp-signup-subscribe-form .ajax-progress-throbber .throbber {
    display: none;
}

.mailchimp-signup-subscribe-form .js-form-type-email input {
    border-style: solid;
    margin-top: 0;
}

.mailchimp-signup-subscribe-form form.validation-error input[type='email'] {
    border: 2px solid #ee402d;
}

.mailchimp-signup-subscribe-form form input[type='email'] {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    height: 54px;
    margin: 0;
    outline: none;
}

.footer .external-link-animated {
    margin: 2px 0 0 0.2rem;
    box-shadow: 0 0 0 0 #fff,-1px 0 0 -1px #fff,-2px 2px 0 -1px #fff;
}

.footer .external-link-animated::before {
    background-color: #fff;
    width: 0.525rem;
    height: 1px;
}

.footer .external-link-animated::after {
    border-color: #fff;
    height: 0.35rem;
    width: 0.35rem;
    border-width: 1px;
}

.footer .footer-icons .external-link-animated,.external-link-animated~.external-link-animated {
    display: none;
}

.footer .footer-links .external-link-animated {
    margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
    .flexible .footer-item {
        flex:1 1 0;
    }
}

#block-mainpagecontent .moderation-sidebar-container {
    margin: 0 2rem;
}

@media screen and (min-width: 768px) {
    #block-mainpagecontent .moderation-sidebar-container {
        width:calc(100% - 20rem);
        margin: auto;
    }
}

.footer-logo h5 p {
    font-size: inherit;
}

.social-wall ul li {
    margin: 0;
    padding: 0;
}

.tweet-card>a {
    background: none;
}

.project-detail-list .delivery-year {
    border-bottom: 1px solid #d4d6d8;
    margin-bottom: 0.5rem;
}

.project-detail-list .delivery-year span {
    float: right;
}

.download-animated i {
    box-sizing: content-box;
}

.feature__card a .feature__card-content {
    flex-basis: 100%;
}

.feature__card a .media--image {
    height: 100%;
}

.feature__card-slide .feature__card-image picture {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

/* Portrait card style ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â image on top, content stacked below */
.feature__card--portrait {
    display: flex;
    flex-direction: column;
}

.feature__card--portrait > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.feature__card--portrait .feature__card-image {
    flex-shrink: 0;
}

.feature__card--portrait .feature__card-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.feature__card--portrait .feature__card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: calc(100% - 3rem);
}

.feature__card--portrait .feature__card-content h4,
.feature__card--portrait .feature__card-content h5 {
    margin-bottom: 1rem;
}

.feature__card--portrait .feature__card-content p {
    flex: 1;
    margin-bottom: 1.5rem;
}

.feature__card--portrait .cta__link {
    margin-top: auto;
}

.news-centre-cards .search-filter .select-wrapper .multi-select {
    padding-top: 0;
}

.publication-page .related-items-content {
    display: flex;
    flex-wrap: wrap;
}

.publication-page .related-items-content .feature__card {
    padding: 0.75rem;
}

.publication-read-more {
    border-left: 0.125rem solid #ced0d3;
    text-align: right;
}

.publication-page .related-items-content {
    display: flex;
    flex-wrap: wrap;
}

.publication-page .related-items-content .feature__card {
    padding: 0.75rem;
}

.download-body .download-content .chapter-list.download-list {
    padding: 0;
}

.download-body .download-content .chapter-list.download-list li {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.document-size {
    text-transform: uppercase;
}

.document-size span {
    margin: 0;
}

.download-controls .select-box ul li {
    margin: 0;
}

.download-row__data span.icon {
    margin-left: 0.75rem;
}

.download-row__data .external-link-animated {
    margin: 3px 0.75rem;
}

.download-content .select-box {
    margin-right: auto;
    max-width: auto;
}

.download-content .select-box .selected {
    min-width: auto;
    width: auto;
}

.path-user .settings-tray-editable [role='navigation'],.path-user #block-tabs+div form .description,.path-user .top-left .dropdown-language,.path-user.modal-open .mob-lang-switcher {
    display: none;
}

.path-user #block-tabs+div {
    position: relative;
    margin-top: 150px;
}

.path-user #block-tabs+div form {
    background: transparent;
    width: 450px;
    max-width: 85%;
    padding: 0;
}

.user-login-form {
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff !important;
}

.openid-connect-login-form__wrapper {
    margin-bottom: 3rem;
}

.openid-connect-login-form__container {
    display: flex;
    align-items: center;
}

.openid-connect-login-form {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 48em) {
    .openid-connect-login-form h1 {
        font-size:3.375rem;
    }
}

.path-user #block-mainpagecontent input[type="submit"] {
    width: 100%;
    background: #d12800;
    font-size: 1rem;
    font-weight: 700;
    transition: none;
    padding: 1rem 1.5rem;
    letter-spacing: 0.03em;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.path-user #block-mainpagecontent input[type="submit"]:hover {
    background: #ee402d;
}

.path-user #block-mainpagecontent form h2 {
    font-size: 2.15rem;
}

.path-user #block-mainpagecontent form h2+p {
    font-size: 1rem;
    margin-bottom: 100px;
}

.path-user #block-mainpagecontent form h2+p+p {
    text-align: center;
    font-style: italic;
    position: relative;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.path-user #block-mainpagecontent form h2+p+p:before {
    content: '';
    width: 45%;
    display: block;
    height: 1px;
    background: black;
    position: absolute;
    top: 12px;
    left: 0;
}

.path-user #block-mainpagecontent form h2+p+p:after {
    content: '';
    width: 45%;
    display: block;
    height: 1px;
    background: black;
    position: absolute;
    top: 12px;
    right: 0;
}

@media screen and (max-width: 1439px) {
    .path-user #block-mainpagecontent {
        margin-top:110px;
    }
}

@media all and (max-width: 1024px) {
    .project-impact {
        padding-left:10px;
        padding-right: 10px;
    }
}

.sidebar-accordion ul.contextual-links[hidden],.breadcrumb ul.contextual-links[hidden] {
    display: none;
}
.grid-x.white-breadcrumb li a {
    color: #fff;
}
h1.entry-title.undp-heading.undp-heading--h2 {
    font-size: 3.5rem;
    margin-top: 20px;
}
.sidebar-accordion ul>li ul li {
    margin-left: 0;
}

.sidebar-accordion ul>li ul {
    margin-top: 0;
}

.sidebar-accordion .accordion__panel>li>a {
    padding-block:2rem 1.5rem;padding-top: 1rem;
    padding-bottom: 1rem;
}

.side-nav-content.grid-container {
    position: relative;
}

@media (min-width: 48em) {
    .sidebar-accordion .menus>li>a {
        padding:1.5rem 2.5rem 1.5rem 1.5rem;
    }
}

.generic-modal-box .coh-modal-inner {
    height: 100%;
}

.generic-modal-box .modal-content {
    height: 100%;
}

.generic-modal-box .modal-content-inner {
    position: relative;
    overflow: auto;
    z-index: 1;
    max-height: 100%;
    pointer-events: auto;
    height: auto;
}

@media (min-width: 48em) {
    .generic-modal-box {
        pointer-events:initial;
        padding-top: 5rem;
        overflow: auto;
        height: 100%;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        background-color: rgba(247,247,247,0.8);
    }

    .generic-modal-box .coh-modal-overlay {
        display: none;
        opacity: 0;
        background: transparent;
        z-index: 99;
    }

    .generic-modal-box .coh-modal-inner {
        max-width: 72rem;
        width: 100%;
        margin: auto;
        height: auto;
    }

    .generic-modal-box .modal-content {
        max-width: 90%;
        margin: auto;
        max-height: initial;
        height: auto;
    }
}

@media (min-width: 90em) {
    .generic-modal-box .modal-content {
        max-width:72rem;
        margin: 0;
    }
}

.generic-modal-box .coh-row {
    overflow: hidden;
}

.cta__link,.button-primary,.button-secondary {
    text-transform: uppercase;
}

.scroll-up.button-secondary {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

html {
    scroll-behavior: smooth;
}

.scroll-up.button-secondary img {
    transform: rotate(180deg);
}

.view-more-news-center .coh-column {
    margin-bottom: 1.875rem;
}

.arrow-up-icon {
    background: url('/libraries/undp--design-system-assets/images/chevron-down-white.svg') no-repeat center center;
    height: 13px;
    width: 20px;
    display: block;
    transform: rotate(180deg);
}

a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.mobile-nav {
    height: auto;
    max-height: calc(100vh - 4.6875rem);
    margin-inline:-0.375rem;width: 100vw;
}

.mobile-nav .mobile-sub-menu.show {
    max-height: calc(100vh - 4.6875rem);
}

.publication-block {
    position: relative;
}

.coh-row-xl>.coh-row-inner>.coh-column.related-publications-view-more {
    padding: 0 0 0 1rem;
}

.publication-description-readmore {
    border-left: 0.125rem solid #ced0d3;
    text-align: right;
}

.related-publication h2 {
    max-width: 500px;
}

@media (max-width: 1024px) {
    .related-publication h2 {
        max-width:300px;
    }

    .publication-page .coh-row-inner {
        margin-left: 0;
        margin-right: 0;
    }

    .publication-card__title h2 {
        display: none;
    }

    .publication-page .title-mobile {
        display: block;
    }
}

.publication-block .publication-card__title p {
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .publication-page .coh-row-inner {
        margin-left:-0.75rem;
        margin-right: -0.75rem;
    }

    .publication-card__title h2 {
        display: block;
    }

    .publication-page .title-mobile {
        display: none;
    }
}

.publication-card__title h2 {
    word-break: break-word;
}

.coh-row-xl>.coh-row-inner>.coh-column.related-items-content {
    padding: 0;
}

.publication-menu .coh-row-xl>.coh-row-inner>.coh-column {
    padding: 0 0.75rem;
}

@media (max-width: 767px) {
    .publication-menu .coh-row-xl>.coh-row-inner>.coh-column:first-child {
        padding-left:0.2rem;
    }
}

@media (max-width: 480px) {
    .publication-block .publication-card__title p {
        margin-bottom:16px;
    }

    .related-publications-view-more .publication-view-more {
        width: 100%;
    }

    .publication-page .related-items-content .feature__card {
        padding: 0.75rem 0;
    }

    .coh-row-xl>.coh-row-inner>.coh-column.related-publications-view-more {
        padding: 0;
    }

    .publication-page .coh-row-inner {
        margin-right: -0.1875rem;
        margin-left: -0.1875rem;
    }

    .publication-page .related-publications .cta-button {
        margin-right: 0;
    }
}

.page-node-type-publications .download-content .download-animated {
    height: auto;
}

.page-node-type-publications .download-content .download-row__data .text-link {
    font-size: 16px;
    justify-content: space-between;
}

.page-node-type-publications .download-content .download-row__data .download-animated {
    padding-right: 0px;
    margin-top: 0px;
}

.page-node-type-publications .modal .modal-content::-webkit-scrollbar {
    display: none;
}

.page-node-type-publications .select-box ul.active {
    height: 250px;
}

.page-node-type-publications #downloadModal {
    z-index: 999;
}

.page-node-type-publications #downloadModal .modal-content {
    max-height: calc(100vh - 100px);
}

.page-node-type-publications.modal-body-open {
    overflow: hidden;
}

.stats-panel img {
    content: inherit;
}

.stats-slider .stats-card:hover.yellow {
    background-color: #ffeb00;
}

.stats-slider .stats-card:hover.red {
    background-color: #ee402d;
}

.stats-slider .stats-card:hover.green {
    background-color: #6de354;
}

.stats-slider .stats-card:hover.blue {
    background-color: #60d4f2;
}

.stats-slider .swiper-initialized,.swiper-initialized .swiper-scrollbar {
    width: calc(100% + 2.5rem);
}

@media (max-width: 767px) {
    .stats-slider div.stats-card {
        max-width:100%;
    }
}

.swiper-wrapper .stats-card:hover {
    background-color: #ffeb00;
}

@media (min-width: 1024px) and (max-width:1040px) {
    .pagehero-cards-top .coh-col-lg-5 {
        flex:0 0 41.66667%;
        max-width: 41.66667%;
    }

    .pagehero-cards-top .coh-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.fluid-carousel .media--blazy picture {
    width: 100%;
    max-width: 100%;
}

.fluid-carousel .media--blazy {
    display: block;
    height: auto;
    object-fit: cover;
}

.fluid-carousel .media--blazy picture {
    height: 100%;
}

.fluid-carousel .media--blazy img {
    height: 100%;
    object-fit: cover;
}

.fixed-carousel .media--blazy img {
    height: auto;
}

.fixed-carousel .media--blazy {
    display: block;
    object-fit: contain;
}

.image-carousel img {
    width: auto;
    height: auto;
}

@media (max-width: 47.9375em) {
    .fluid-carousel .media--blazy {
        height:18rem;
        max-width: 100%;
        width: auto;
    }

    .fixed-carousel .media--blazy {
        max-width: 10.625rem;
    }

    .homepage-hero-full {
        min-height: calc(100vh - 75px);
        display: flex;
    }
}

@media (min-width: 48em) {
    .fixed-carousel .media--blazy {
        flex:0 0 18rem;
        max-width: 18rem;
    }

    .image-carousel .swiper-wrapper .slider-arrows {
        margin-left: 0;
        min-width: 7rem;
    }
}

@media (min-width: 64em) {
    .fluid-carousel .media--blazy {
        max-width:65%;
    }

    .fixed-carousel .media--blazy {
        flex: 0 0 23.563rem;
        max-width: 23.563rem;
    }
}

@media (min-width: 90em) {
    .fluid-carousel .media--blazy {
        max-width:70%;
    }

    .fixed-carousel .media--blazy {
        flex: 0 0 28rem;
        max-width: 28rem;
    }
}

.parallax-gallery-images>div>div img {
    margin-bottom: 1.5rem !important;
}

@media all and (max-width: 767px) {
    .parallax-gallery-images>div>div img {
        margin-bottom:0.75rem !important;
    }
}

.parallax-gallery-images>div>div:last-child img {
    margin-bottom: 0 !important;
}

.featured-card-container .coh-row-xl>.coh-row-inner {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

/* .featured-card-container .feature__card a {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
} */

.featured-card-container .coh-row-xl>.coh-row-inner>.feature__card.coh-column {
    padding-left: 0;
    padding-right: 0;
}

.featured-card-container .feature__card.coh-column {
    margin-block-end:0.75rem}

@media all and (min-width: 48em) {
    .featured-card-container .feature__card.coh-column {
        margin-block-end:1.5rem
    }
}

@keyframes loader-animation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.ajax-progress-fullscreen {
    background-color: transparent;
    background-image: none;
    left: 47.5%;
}

.ajax-progress {
    animation: loader-animation 2s linear infinite;
    border-radius: 50%;
    border: 8px solid #006eb5;
    border-top-color: #edeff0;
    height: 40px;
    width: 40px;
}

@media (min-width: 48em) {
    .ajax-progress {
        border:14px solid #006eb5;
        border-top-color: #edeff0;
        height: 96px;
        width: 96px;
    }
}

.article-page .progress-container {
    z-index: 5 !important;
}

.bio-card {
    cursor: pointer;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-wrapper .swiper-slide {
    /* height: auto; */
    width: auto;
}
.stats-panel div.stats-card p{
        height: 3.25rem;
}
.sdg-container .heading h2 {
    padding-left: 0;
}

.next-sdg-container {
    padding: 0;
    margin-left: -0.75rem;
    margin-bottom: -4rem;
}

.sdg-wheel h4 {
    z-index: 0;
}

.modal-sdg {
    z-index: 3;
}

@media (max-width: 47.99em) {
    .modal-sdg .modal-header {
        inset-inline-end:1rem;
        background: rgba(255,255,255,0.5);
        border-radius: 50%;
        padding: 0.5rem;
        position: fixed;
    }
}

@media (min-width: 48em) {
    .pagehero-tall video,.homepage-hero-tall video {
        min-height:calc(80vh - 7.2rem);
    }
}

@media (min-width: 64em) {
    .pagehero-tall video,.homepage-hero-tall video {
        min-height:calc(100vh - 7.2rem);
    }
}

.wide-card__image a>div,.wide-card__image a picture {
    height: 100%;
}

.pagehero-full .blazy,.pagehero-full .media--blazy,.homepage-hero-full .blazy,.homepage-hero-full .media--blazy {
    height: inherit;
}

.pagehero-full .blazy picture,.pagehero-full .media--blazy picture,.homepage-hero-full .blazy picture,.homepage-hero-full .media--blazy picture {
    height: inherit;
}

.pagehero-full .pagehero-content {
    left: 0;
    right: 0;
}

.homepage-hero-full .b-responsive,.homepage-hero-full .b-lazy,.pagehero-full .b-responsive,.pagehero-full .b-lazy {
    min-height: 0;
}

.project-page.grid-container.fluid {
    margin-top: 0px;
}

.project-page .sdg-stats .stats-slider {
    margin-top: 4.375rem;
    overflow: visible;
}

.project-page section.news-centre-cards {
    margin-top: 15.313rem;
}

.generic-page .news-centre-cards .coh-column {
    margin-bottom: 1.875rem;
}

.generic-page section.news-centre-cards {
    margin-top: 3rem;
}

.generic-page .fluid-carousel {
    margin: 80px 0;
}

.project-page .pagehero-full {
    margin-top: 0px;
    margin-bottom: 3rem;
}

.article-page .mt-h .custom-breadcrumb {
    margin-bottom: 1rem;
}

.article-page .article-authors {
    margin-bottom: 0;
    margin-top: 0;
}

.landing-page section.news-centre-cards {
    margin-top: 3rem;
}

.group--group-sites .wide-card {
    margin-bottom: 2.5rem;
    margin-top: 5.563rem;
}

.group--group-sites .stats-cards-two-row {
    margin-bottom: 7.313rem;
}

@media (min-width: 48em) {
    .project-page .sdg-stats .stats-slider {
        margin-top:5.438rem;
    }

    .article-page .mt-h .custom-breadcrumb {
        margin-bottom: 4.563rem;
    }

    .landing-page section.news-centre-cards {
        margin-top: 8.438rem;
    }

    .article-page .fluid.mt-h {
        margin-top: 3rem;
    }

    .group--group-sites .featured-stories {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .generic-page .custom-space {
        margin-top: 1.5rem;
    }
}

@media (min-width: 64em) {
    .generic-page .pagehero-full {
        margin-top:0;
    }

    .generic-page .custom-space {
        margin-top: 4.5rem;
    }

    .generic-page .custom-space:last-child {
        margin-bottom: 6rem;
    }
}

@media (min-width: 90em) {
    .article-page .fluid.mt-h {
        margin-top:5rem;
    }
}

.project-page .stats-slider .stats-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .stats-cards-two-row .stats-card-slider.desktop-hidden {
        display:none;
    }
}

.stats-cards-two-row .yellow .stats-card.swiper-slide-active,.yellow .stats-card.swiper-slide:hover,.swiper-wrapper .yellow.stats-card.swiper-slide:hover,.stats-cards-two-row .swiper-wrapper .yellow.stats-card.swiper-slide-active,.stats-card-slider .yellow.swiper-slide:hover {
    background-color: #ffeb00;
}

.stats-cards-two-row .red .stats-card.swiper-slide-active,.red .stats-card.swiper-slide:hover,.swiper-wrapper .red.stats-card.swiper-slide:hover,.stats-cards-two-row .swiper-wrapper .red.stats-card.swiper-slide-active,.stats-card-slider .red.stats-card:hover {
    background-color: #ee402d;
}

.stats-cards-two-row .green .stats-card.swiper-slide-active,.green .stats-card.swiper-slide:hover,.swiper-wrapper .green.stats-card.swiper-slide:hover,.stats-cards-two-row .swiper-wrapper .green.stats-card.swiper-slide-active,.stats-card-slider .green.swiper-slide:hover {
    background-color: #6de354;
}

.stats-cards-two-row .blue .stats-card.swiper-slide-active,.blue .stats-card.swiper-slide:hover,.swiper-wrapper .blue.stats-card.swiper-slide:hover,.stats-cards-two-row .swiper-wrapper .blue.stats-card.swiper-slide-active,.stats-card-slider .blue.stats-card:hover {
    background-color: #60d4f2;
}

@media (max-width: 767px) {
    .stats-cards-two-row .stats-card-slider.mobile-hidden {
        display:none;
    }

    .stats-card-slider .stats-card.small {
        pointer-events: auto;
    }

    .stats-cards-two-row .stats-card-slider.desktop-hidden .swiper-slide {
        margin: 0;
    }

    .stats-cards-two-row .stats-card-slider.desktop-hidden .swiper-scrollbar {
        box-sizing: content-box;
    }

    .stats-cards-two-row .stats-card-slider .swiper-slide-active.stats-card h2 {
        color: #000;
    }
}

.stats-card-slider.mobile-hidden .swiper-scrollbar {
    display: none;
}

.stats-cards-two-row .stats-card-slider .swiper-slide {
    margin: 0 0.75rem;
    flex-basis: auto;
}

.stats-cards-two-row .stats-card-slider .swiper-slide .stats-card {
    height: 100%;
}

@media (max-width: 480px) {
    .stats-panel img {
        height:auto;
    }

    .stats-panel {
        overflow: hidden;
    }
}

.stats-panel>.media {
    position: absolute;
    height: 100%;
    width: 100%;
}

.coh-wysiwyg .image-figcaption__cart img {
    height: auto;
}

@media (max-width: 89.9375em) {
    .article-page .author-section {
        border-top:0px solid #000;
    }
}

@media (min-width: 48em) {
    .article-page .pargraph-text,.project-page .pargraph-text {
        margin-left:16.66667%;
        padding: 0;
    }

    [dir="rtl"] .article-page .pargraph-text,[dir="rtl"] .project-page .pargraph-text {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    .article-page .section-head,.project-page .section-head {
        margin-left: 8.33333%;
    }

    .article-page .list-section {
        margin-left: 16.66667%;
    }

    [dir="rtl"] .article-page .section-head,[dir="rtl"] .project-page .section-head {
        margin-left: 0;
        margin-right: 8.33333%;
    }

    [dir="rtl"] .article-page .list-section {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    .article-page .blog-paragraph-text .coh-wysiwyg p {
        margin-left: 16.66667%;
        width: 58.33333%;
    }

    [dir="rtl"] .article-page .blog-paragraph-text .coh-wysiwyg p {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    .article-page .blog-paragraph-text .coh-wysiwyg ul {
        margin-left: 16.66667%;
        width: 58.33333%;
    }

    [dir="rtl"] .article-page .blog-paragraph-text .coh-wysiwyg ul {
        margin-left: 0;
        margin-right: 16.66667%;
    }

    .article-page .coh-wysiwyg ul li {
        margin-left: 0;
    }

    [dir="rtl"] .article-page .coh-wysiwyg ul li {
        margin-right: 0;
    }

    .article-page .large-article-image {
        margin-top: 2rem;
    }

    .generic-page.fluid .sidebar-width .sidebar-accordion {
        margin-top: 0.5rem;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 47.5em) {
    .pagehero-tall .breadcrumb {
        margin-top:1rem;
    }

    .article-page .fluid.grid-container .grid-container {
        padding-left: 0;
        padding-right: 0;
    }

    .generic-page .news-centre-cards .coh-column {
        margin-top: 0;
    }

    .country-page-wrapper .image-reveal-card {
        margin-top: 0;
    }
}

.author-lang-switch-block {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.author-lang-switch-block label {
    font-size: 1rem;
    display: inline-block;
    margin-right: 0.5em;
}

.author-lang-switch-block a {
    font-size: 1rem;
    font-weight: normal;
    margin: 0 1em 0 0;
}

.author-page .author-content div.content-card {
    margin: 0 0.375rem 0.5rem;
}

.author-page {
    padding: 0.75rem;
}

@media (min-width: 48em) {
    .author-summary-text {
        width:calc(100% - 5.875rem);
    }

    .news-centre-cards .content-card {
        margin: 0 0.375rem 0rem;
    }

    .page-hero-tall-breadcrumb.breadcrumb .breadcrumb {
        position: relative;
        top: auto;
        margin-top: 0;
    }
}

@media (min-width: 64em) {
    .author-lang-switch-block label {
        margin-right:1.5em;
    }

    .author-lang-switch-block a {
        margin: 0 1.5em 0 0;
    }

    .author-summary-text {
        width: calc(100% - 13.875rem);
    }

    .article-page .posted-date {
        margin-bottom: 2rem;
    }
}

.bottom-btn-set {
    position: relative;
    min-height: 48px;
}

.stats-cards-two-row .stats-card-slider {
    margin: 2rem 0;
}

@media all and (max-width: 767px) {
    .stats-cards-two-row .stats-card-slider.desktop-hidden {
        margin:2rem 0;
    }

    .stats-cards-two-row .stats-card-slider .swiper-slide {
        flex: none;
    }

    .news-centre-cards .search-filter {
        display: block;
    }

    .landing-page .pagehero-tall .breadcrumb {
        margin-top: 3rem;
    }
}

.pagehero-full .breadcrumb {
    position: relative;
    z-index: 2;
}

.pagehero-full .breadcrumb ul li a,.hero-container .breadcrumb ul li a {
    color: #ffffff;
}

.pagehero-full .breadcrumb ul li:after,.hero-container .breadcrumb ul li:after {
    color: #ffffff;
}

@media (max-width: 63.999em) {
    .dialog-off-canvas-main-canvas {
        overflow:hidden;
    }
}

.global-header .header .mid-nav .logo {
    left: 50% !important;
    transform: translateX(-50%);
}

.homepage-hero-full,.pagehero-full {
    width: calc(100% + 3rem);
    margin-inline:-1.5rem;}

@media (max-width: 47.9375em) {
    .homepage-hero-full,.pagehero-full {
        width:calc(100% + 1.5rem);
        margin-inline:-0.75rem;
	margin-top: 60px;}
}

.homepage-hero-full .coh-row {
    margin: auto 0;
    width: 100%;
}

.homepage-hero-full .homepage-hero-content>div {
    padding-top: 0;
}

.homepage-hero-full .homepage-hero-content .button {
    margin-bottom: 0;
}

.bio-card .biocard-link .card-thumbnail__image {
    height: auto;
}

@media (min-width: 48em) {
    .homepage-hero-full {
        min-height:calc(100vh - 5.1rem);
        display: flex;
    }

    div.bio-card .bio-card__content {
        /* overflow: hidden; */
    }
}

@media (min-width: 90em) {
    .homepage-hero-full {
        min-height:calc(100vh - 7.1rem);
        display: flex;
    }
}

@media all and (min-width: 768px) and (max-width:991px) {
    .news-centre-cards .search-filter.coh-col-sm-3,.news-centre-cards .cards-container.coh-col-sm-9 {
        flex:0 0 100%;
        max-width: 100%;
    }
}
@media all and (min-width: 992px) and (max-width:1024px) {
    .news-centre-cards .search-filter.coh-col-sm-3 {
        flex:0 0 25%;
        max-width: 25%;
    }

    .news-centre-cards .cards-container.coh-col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-centre-cards .search-filter+.cards-container.coh-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.glabal-page .cta-block.trusted-partnerships__container p {
    margin-bottom: 4.5rem;
}

.glabal-page.fluid .parallax {
    background-image: linear-gradient(90deg,#d4d6d8 1px,rgba(212,214,216,0) 0);
    border-right: 1px solid #d4d6d8;
}

.country-page-wrapper .wide-card-heading {
    margin-bottom: 0;
}

.country-page-wrapper .reveal-head {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.country-page-wrapper .homepage-hero-wide {
    display: inline-block;
    width: 100%;
}

@media (max-width: 47.99em) {
    .country-page-wrapper .homepage-hero-wide {
        border-left:1rem solid #edeff0;
        padding-left: calc(8.33333% + 1.5rem / 2);
    }

    .country-page-wrapper .homepage-hero-wide h1,.homepage-hero-full h1,.homepage-hero-tall h1,.pagehero-full h1,.pagehero-tall h1 {
        font-size: 1.8rem;
        word-break: break-word;
    }

    .country-page-wrapper .stats-cards-two-row {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .country-page-wrapper .our-impact-title {
        margin-top: 6.813rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .country-page-wrapper .homepage-hero-wide {
        margin-bottom: 1.875rem;
        margin-top: 1.875rem;
    }

    .homepage-hero-full .media--blazy,.homepage-hero-tall .media--blazy,.pagehero-full .media--blazy,.pagehero-tall .media--blazy,.homepage-hero-image .media--blazy {
        position: static;
    }
}

@media (min-width: 48em) {
    .country-page-wrapper .homepage-hero-wide h1 {
        font-size:4rem;
        padding-top: 0;
    }

    .country-page-wrapper .homepage-hero-wide {
        margin-bottom: 3.125rem;
        margin-top: 4.375rem;
    }

    .country-page-wrapper .our-impact-title {
        margin-top: 6.813rem;
        margin-bottom: 0;
        padding-left: 8.33333%;
    }

    .country-page-wrapper .reveal-head {
        margin-left: 0;
    }
}

a.active-lang {
    font-style: italic;
    border: 0;
}

@media (min-width: 48em) {
    .feature__card.yellow .feature__card-slide {
        background:#ffeb00;
    }

    .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg,hsla(0,0%,100%,0.2) 30%,#ffeb00);
    }

    .feature__card.red .feature__card-slide {
        background: #ee402d;
    }

    .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg,hsla(0,0%,100%,0.2) 30%,#ee402d);
    }

    .feature__card.green .feature__card-slide {
        background: #6de354;
    }

    .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg,hsla(0,0%,100%,0.2) 30%,#6de354);
    }

    .feature__card.blue .feature__card-slide {
        background: #60d4f2;
    }

    .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg,hsla(0,0%,100%,0.2) 30%,#60d4f2);
    }
}

.publication-download .chapter-title a {
    font-weight: normal;
}

.publication-download .chapter-item a {
    background: none;
}

.publication-download .icon {
    position: absolute;
    right: 0;
    top: 30px;
}

@media all and (min-width: 300px) and (max-width:768px) {
    .publication-download .icon {
        top:40px;
    }
}

.publication-download .external-publication {
    align-items: center;
    border-bottom: 1px solid #d4d6d8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.publication-download .external-publication .external-publication-link {
    padding: 1rem 2rem 1rem 0;
    flex-grow: 1;
    font-weight: 400;
    text-transform: inherit;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
}

.publication-download .external-publication .external-publication-link .icon {
    top: 3px;
}

@media all and (min-width: 300px) and (max-width:810px) {
    .publication-download .external-publication .external-publication-link .icon {
        top:15px;
    }
}

.publication-download .text-link.arrow-3.download-btn.flex-container {
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.event-section {
    margin-bottom: 4.375rem;
    padding-top: 2rem;
}

.event-details {
    border-bottom: 1px solid #d4d6d8;
    margin-bottom: 4.5rem;
    padding-bottom: 1.375rem;
}

.event-details h4 {
    margin-bottom: 1.5rem;
    font-size: 24px;
}

.event-details label {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    line-height: 1.15;
}

.event-details p {
    font-size: 1rem;
}

.event-details .column {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 64em) {
    .event-details {
        display: flex;
        flex-wrap: wrap;
    }

    .event-details h4 {
        flex-basis: 100%;
    }

    .event-details .column {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 63.5em) {
    .news-centre-cards .cards-container {
        margin-top:4rem;
    }
}

.empty-child-menu {
    display: none !important;
}

@media screen and (min-width: 1660px) and (max-width:1668px) {
    .author-box {
        margin:1.5rem;
    }

    .author-card {
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 64em) {
    .generic-page .pagehero-full .pagehero-content .content-box {
        width:65%;
    }

    .generic-page .sidebar-width {
        width: 25%;
        position: static;
    }

    .generic-page .sidebar-desktop {
        width: 100%;
        position: sticky;
        top: 9.375rem;
    }

    .generic-page .side-content {
        max-width: 75%;
    }

    .generic-page .side-content-without-navigation {
        max-width: 100%;
    }

    .imported-content {
        display: grid;
    }
}

@media (min-width: 90em) {
    .imported-content {
        display:block;
    }
}

#toolbar-administration+div .author-page,#toolbar-administration+div .publication-page {
    margin-top: 4.6rem;
}

.parallax-gallery .parallax-gallery-images img {
    height: auto;
}

.publication-thumbnail__image .media.media--blazy {
    background: linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);
    display: inline-flex;
    padding: 2.188rem 2.938rem;
    position: relative;
    z-index: 1;
}

.publication-thumbnail__image .media.media--blazy:before {
    background: #7b8085;
    border-radius: 21%;
    bottom: 37px;
    content: '';
    filter: blur(4px);
    height: 27px;
    left: 32px;
    position: absolute;
    right: 20px;
    transform: skewX(64deg);
    width: calc(100% - 100px);
    z-index: -2;
}

.publication-thumbnail__image .media.media--blazy:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 47.5em) {
    .publication-thumbnail__image .media.media--blazy {
        padding:20px;
    }

    .publication-thumbnail__image .media.media--blazy:before {
        left: 4px;
        right: 50px;
        height: 16px;
        bottom: 20px;
        filter: blur(4px);
    }
}

.news-centre-hero .image-container {
    z-index: -1;
}

.generic-page .sidebar-accordion {
    margin-bottom: 2.5rem;
}

@media (min-width: 64em) {
    .generic-page .sidebar-mobile {
        margin-top:0;
    }

    .generic-page .sidebar-width .sidebar-accordion {
        overflow-y: auto;
        max-height: calc(100vh - 9.375rem);
    }
}

@media (max-width: 63.9375em) {
    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display:block;
    }

    .generic-page .sidebar-mobile {
        margin-top: 0;
        display: block;
    }

    .generic-page .sidebar-width .sidebar-accordion.scrollbar {
        overflow-y: auto;
        height: auto;
    }
}

.overlay-grey.project-page-hero-image>div:first-child {
    height: inherit;
}
.undp-page-content__hero-image img {
    height: 100%;
    object-fit: cover;
}
.undp-page-content__hero-image header.entry-header {
    position: absolute;
    top: 0;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: start;
}

.undp-page-content__hero-image {
    position: relative;
    margin-bottom: 40px;
}

header.entry-header.undp-page-header .container {
    width: 100%;
    max-width: 95%;
    padding: 0;
}
@media screen and (max-width: 63.975em) {
    .project-page .news-centre-cards .coh-col-sm-9 {
        max-width:100%;
        flex: 0 0 100%;
    }

    .leader-modal .coh-modal-inner {
        height: 100%;
        background: #fff;
    }

    .leader-modal .modal-content .content-wrapper {
        padding: 0;
        overflow-y: auto;
        pointer-events: auto;
        height: 100%;
    }

    .leader-modal .modal-content {
        max-height: calc(100vh - 20px);
        overflow: hidden;
        height: 100%;
        padding: 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    .leader-modal.modal {
        z-index: 99;
        margin-top: 4.5rem;
        padding-bottom: 1rem;
        background: #ffffff;
    }
}

@media screen and (min-width: 64em) {
    .leader-modal .modal-content {
        max-width:1156px;
        padding: 0 20px 17px;
        margin-left: 0;
        margin-right: 0;
    }

    body .leader-modal.modal {
        padding-top: 115px;
    }

    .leader-modal .leader-info .leader-titles {
        margin-top: 12px;
    }

    .leader-modal .leader-info .leader-bio {
        margin-top: 40px;
        font-size: 1rem;
    }

    .leader-modal.modal .leader-titles p {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .leader-modal .modal-content {
        max-height: calc(100vh - 120px);
    }

    @-moz-document url-prefix() {
        .mega-nav-option {
            background: hsla(0,0%,100%,0.98);
        }
    }

    .modal-open .mega-nav-option {
        z-index: 20;
    }

    .modal-open .global-header .header,.modal-open .country-header .header {
        z-index: 25;
    }
}

@media all and (max-width: 47.5em) {
    .article-page .fluid.mt-h {
        margin-top:0;
    }

    .event-details {
        padding-bottom: 0;
    }

    .article-page .featured-card-container .feature__card a {
        display: inherit;
    }
}

@media (max-width: 63.975rem) {
    .generic-page .sidebar-desktop .sidebar-accordion ul {
        display:none;
        padding: 0;
    }

    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display: block;
    }

    .generic-page .sidebar-desktop.sidebar-mobile {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 63.975rem) {
    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display:none;
    }
}

.callout-article {
    margin-top: 70px;
    padding-top: 90px;
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 70px;
}

.callout-article .bg-container {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.accent-yellow .callout-article:not(.transparent) .bg-container,.callout-article:not(.transparent).accent-yellow .bg-container,.callout-article:not(.transparent) .bg-container {
    background: #ffe17e;
}

.accent-green .callout-article:not(.transparent) .bg-container,.callout-article:not(.transparent).accent-green .bg-container {
    background: #b8ecb6;
}

@media print,screen and (max-width: 74.62375em) {
    .callout-article {
        padding-top:50px;
        padding-bottom: 50px;
    }

    .callout-article.transparent {
        padding-top: 28px;
        padding-bottom: 28px;
        background: #f7f7f7;
    }

    .generic-page .standard-page {
        margin-top: 0;
    }
}

.callout-article.transparent {
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.callout-article .quote-author {
    margin-top: 30px;
}

.standard-page .standard-page-slider {
    margin-top: 50px;
}

.glide--slider .glide__bullets {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}

.glide--slider .glide__bullets .glide__bullet,.glide--slider .glide__bullets .glide__bullet--active {
    margin: 0;
    width: 100%;
    height: 1px;
    cursor: pointer;
    border-radius: 0;
    background-color: #000;
}

.glide--slider .glide__bullets .glide__bullet--active:focus,.glide--slider .glide__bullets .glide__bullet:focus {
    outline: #000;
}

.glide--slider .glide__bullets .glide__bullet {
    position: relative;
}

.glide--slider .glide__bullets .glide__bullet:after {
    content: '';
    left: 0;
    top: -2px;
    opacity: 0;
    height: 4px;
    width: 100%;
    position: absolute;
}

.glide--slider .glide__bullets .control-slider,.glide--slider .glide__bullets .slider-control {
    left: 0;
    top: 50%;
    height: 4px;
    position: absolute;
    background: #000;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.64,0.05,0.35,1.05);
}

.glide--slider .bullets-container {
    position: relative;
}

.glide--slider .control-slider,.glide--slider .slider-control {
    left: 0;
    top: 50%;
    height: 4px;
    position: absolute;
    background: #000;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.64,0.05,0.35,1.05);
}

.faq .text-link.arrow-1,.faq .text-link.external-link {
    background: none !important;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
}

.text-link.arrow-1:hover {
    color: #55606f;
}

.text-link img,.text-link svg {
    margin-left: 12px;
    transition: transform 0.2s ease;
}

.text-link.arrow-1:hover img,.text-link.arrow-1:hover svg {
    transform: translateX(70%);
}

.faq .faq-item.question.accordion .answer .heading {
    margin-top: 4.5rem;
}

.faq .faq-item.question.accordion .answer h5.heading:first-of-type {
    margin-top: 2.5rem !important;
}

.faq .faq-item .answer li {
    border-bottom: 0;
    cursor: auto;
    list-style: initial;
    overflow: initial;
}

.faq .question-button {
    padding: 40px 0 15px;
}

.faq .question-button .title p {
    margin-bottom: 0;
}

@media all and (max-width: 51.24875em) {
    .generic-page .hero.contract {
        max-width:calc(100% - 0rem);
    }
}

.group--group-sites.country-page-wrapper .pagehero-full,.group--group-sites.country-page-wrapper .pagehero-tall {
    margin-bottom: 1.875rem;
}

@media (min-width: 48em) {
    .generic-page .hero.contract {
        max-width:calc(100% - 1rem);
    }

    .group--group-sites.country-page-wrapper .pagehero-full,.group--group-sites.country-page-wrapper .pagehero-tall {
        margin-bottom: 3.125rem;
        min-height: 650px;
    }
}

@media print,screen and (min-width: 74.625em) {
    .generic-page .side-content:not(.side-content-without-navigation) {
        min-height:calc(100vh - 20vh);
    }
}

.taxonomy-detail-heading {
    padding: 2em 1em;
}

.taxonomy-detail-heading .article-headings {
    margin-top: 2em;
    padding: 0;
}

.search-filter .select-wrapper {
    margin-bottom: 1em;
}

body.glightbox-open {
    overflow: hidden;
}

@media (max-width: 47.975em) {
    .lightbox-gallery__right .lightbox-gallery-images li {
        margin-left:0;
    }
}

@media (min-width: 48em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        max-height:calc(100vh - 185px) !important;
    }

    .glightbox-container .gslider {
        padding-top: 35px;
    }
}

@media (min-width: 90em) {
    .glightbox-container .gcontainer .gclose {
        top:120px;
    }

    .glightbox-container .gslider {
        padding-top: 135px;
    }

    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        max-height: calc(100vh - 285px) !important;
    }
}

.fullWidthJumbo .content {
    background-color: #0265b5;
    background-position: center;
    background-size: cover;
    color: #fefefe;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    margin-bottom: 0.625rem;
}

.fullWidthJumbo .content .row {
    position: relative;
    z-index: 1;
}

@media print,screen and (min-width: 64em) {
    .fullWidthJumbo .content {
        padding:15rem 0;
    }
}

html:not(.no-js) .slide-up-fade-in-content {
    opacity: 0;
    transform: translateY(50px);
    transition-delay: 0.2s;
    transition-property: opacity,transform;
    transition-duration: 1s;
}

html:not(.no-js) .slide-up-fade-in-content.is-animating {
    opacity: 1;
    transform: translateY(0);
}

.programme-section .with-image {
    position: relative;
    overflow: hidden;
    width: 246px !important;
    height: 380px;
    margin: 1rem;
    box-shadow: 0 2px 5px 0 rgb(138 138 138 / 20%),0 2px 10px 0 rgb(138 138 138 / 10%);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0a0a0a;
}

.programme-section .with-image img {
    position: absolute;
    min-height: 100%;
    display: block;
    width: 600px;
}

.programme-section .with-image a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}

.programme-section .with-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
}

.programme-section .with-image .programme-title {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    position: absolute;
    z-index: 1;
    color: #fefefe;
}

.migrate-iframe {
    width: 100%;
    height: 100vh;
    max-height: 400px;
}

.project-page-migration .featured-stories {
    margin-top: 15.313rem;
}

.project-page-migration-body {
    padding: 7.188rem 15px 0;
}

@media (max-width: 767px) {
    .page-node-type-projects .pagehero-full .breadcrumb {
        padding-top:0.75rem;
    }
}

.embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#covid19-menu .button-group {
    display: flex;
}

@media (min-width: 48em) {
    #covid-hero h1 {
        font-size:3em;
    }
}

#covid19-menu .button-group .button {
    font-size: 1.25rem;
    font-weight: normal;
    margin-right: 10px;
    background-color: #0265b5;
    max-width: calc(100% - 70px);
}

#covid19-menu .button-group .button.icon {
    background: #002a50;
}

.fullWidthJumbo .content {
    background-size: cover;
}

@media (min-width: 64em) {
    .fullWidthJumbo .content {
        padding:15rem 1rem;
    }
}

figcaption.embed-figcaption {
    font-style: italic;
    font-size: 80%;
    border-bottom: 2px solid #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.publication-page.no-body .sticky,.publication-page.min-body .sticky {
    top: initial !important;
    position: inherit !important;
}

[dir=rtl] .publication-download .icon {
    left: 0;
    right: auto;
}

.publication-card .format {
    text-transform: uppercase;
}

div.publication-card .publication-read-more.publication-read-more-with-link a.readmore {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
    padding: 1.5rem;
}

div.publication-card .publication-read-more.publication-read-more-with-link .readmore .external-link-animated {
    margin-bottom: 8px;
}

div.publication-card .title {
    word-break: break-word;
}

[dir=rtl] .country-header .top-right .icon-search {
    margin-right: 1rem;
    margin-left: 1rem;
}

[dir=rtl] .search-input.big-search input {
    margin-top: 0;
    padding: 5px 40px 5px 20px;
}

[dir=rtl] .search-clear {
    top: 7px;
    width: 10px;
    left: 0;
    right: auto;
}

[dir=rtl] .modal-popular-search .search-input.big-search .icon {
    top: 15px;
    left: 0;
    right: 1rem;
}

@media (max-width: 64em) {
    [dir=rtl] .user-logged-in .modal-popular-search {
        padding:0 0 0 1em;
    }
}

@media (min-width: 48em) {
    [dir=rtl] .modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input {
        margin-right:0;
        margin-left: 30px;
    }

    [dir=rtl] .modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-select-group:not(:last-child) {
        margin-right: 0;
        margin-left: 30px;
    }

    [dir=rtl] .modal-popular-search .modal-content .modal-body {
        margin-left: 5rem;
    }

    [dir=rtl] .modal-popular-search .search-input.big-search .icon {
        top: 15px;
        left: 0;
        right: 2rem;
    }

    [dir=rtl] .search-input.big-search input {
        padding: 10px 75px 12px 20px;
    }
}

.coh-wysiwyg h1 a,.coh-wysiwyg h2 a,.coh-wysiwyg h3 a,.coh-wysiwyg h4 a,.coh-wysiwyg h5 a,.coh-wysiwyg h6 a,.coh-wysiwyg small a {
    font-size: inherit;
}

.coh-wysiwyg ul {
    list-style: initial;
}

.coh-wysiwyg li>ul,.coh-wysiwyg li>ol {
    margin-top: 1rem;
}

.m-content.coh-wysiwyg table {
    margin-bottom: 1.2rem;
}

.m-content.coh-wysiwyg .button.primary {
    background: #006eb5;
    margin-bottom: 1em;
    color: #ffffff;
}

.m-content.coh-wysiwyg img {
    margin-left: auto;
    margin-right: auto;
}

.project-page-hero-wrapper .tagline-heading {
    max-height: 5.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.project-page-hero-wrapper .title-heading {
    max-height: 18rem;
}

@media (max-width: 47.975em) {
    .project-page-hero-wrapper .tagline-heading {
        max-height:7rem;
    }

    .project-page-hero-wrapper .title-heading {
        max-height: 12rem;
        margin-bottom: 1rem;
    }

    .project-page-hero-wrapper .tagline-heading.heading-spacing {
        margin-top: 2rem;
    }
}

@media (min-width: 64em) {
    .project-page-hero-wrapper .tagline-heading {
        margin-bottom:1.5rem;
    }

    .project-page-hero-wrapper .title-heading h2 {
        line-height: initial;
    }
}

.m-content.coh-wysiwyg iframe {
    max-width: 100%;
}

.coh-accordion-title a {
    background: none;
}

.image-reveal-card .image-reveal-card__content {
    white-space: normal;
}

.text-link.arrow-2 .link-arrow {
    height: 16px;
    stroke: #d12800;
    margin-top: -1px;
    margin-left: 4px;
    overflow: hidden;
    fill: transparent;
    vertical-align: middle;
}

.small-leader-card>.content-wrapper:hover .link-arrow-group {
    transform: translateX(0);
}

.text-link.arrow-2 .link-arrow-group {
    transform: translateX(-31px);
    transition: transform 0.2s cubic-bezier(0.4,0.22,0.28,1);
}

.text-link.arrow-2 .link-arrow-group .arrow-line {
    display: none;
}

.text-link.arrow-2 {
    display: inline-flex;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.text-link.arrow-3 {
    display: inline-flex;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.text-link.arrow-3 svg {
    margin-left: 12px;
}

.small-leader-card>.content-wrapper:hover .link-arrow-group .arrow-line {
    display: unset;
}

.small-leader-card .coh-style-medium-copy {
    font-size: 1.25rem;
}

.breadcrumb.left-right {
    opacity: 1;
    visibility: visible;
    transform: unset;
}

.cpt-article-content-element .coh-wysiwyg .btn {
    border: none;
    color: #ffffff;
    cursor: pointer;
    background: #d12800;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: uppercase;
    padding: 14px 25px 14px 25px;
}

.cpt-article-content-element .coh-wysiwyg .btn>span:not([class]) {
    flex: 1 0 auto;
}

.cpt-article-content-element .coh-wysiwyg .btn.full {
    width: 100%;
    justify-content: center;
}

.cpt-article-content-element .coh-wysiwyg .btn.not-flex {
    display: inherit;
}

.cpt-article-content-element .coh-wysiwyg .btn svg,.cpt-article-content-element .coh-wysiwyg .btn img {
    margin-left: 14px;
    transition: transform 0.2s ease;
}

.cpt-article-content-element .coh-wysiwyg .btn:hover {
    color: #ffffff;
    background: #ff7265;
}

.cpt-article-content-element .coh-wysiwyg .btn:hover svg,.cpt-article-content-element .coh-wysiwyg .btn:hover img {
    transform: translateX(70%);
}

.cpt-article-content-element .coh-wysiwyg .btn.disabled,.cpt-article-content-element .coh-wysiwyg .btn:disabled {
    color: #eaedee;
    pointer-events: none;
    background: #ced0d3 !important;
}

.cpt-article-content-element .coh-wysiwyg .btn.disabled svg path,.cpt-article-content-element .coh-wysiwyg .btn:disabled svg path {
    stroke: #eaedee;
}

.cpt-article-content-element .coh-wysiwyg .btn.blue {
    background: #006eb5;
}

.cpt-article-content-element .coh-wysiwyg .btn.blue:hover {
    background: #3288ce;
}

.cpt-article-content-element .coh-wysiwyg .btn.no-arrow {
    padding: 14px 35px;
}

@media screen and (max-width: 767px) {
    .cpt-article-content-element .coh-wysiwyg .btn.no-arrow {
        width:100%;
        display: flex;
        justify-content: center;
    }
}

.cpt-article-content-element .coh-wysiwyg .btn.light {
    background: #ffffff;
    color: #232e3e;
}

.cpt-article-content-element .coh-wysiwyg .btn.light:hover {
    background: #ffd1ce;
}

.cpt-article-content-element .coh-wysiwyg a:not(.button) {
    background-repeat: no-repeat;
    background-size: 100% 2px,0 1px;
    background-position: 100% 100%,-30px 100%;
    background-image: linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);
}

.cpt-article-content-element .coh-wysiwyg a:not(.button):hover {
    animation: lineLoop-animation 2s linear infinite;
}

.cpt-article-content-element .coh-wysiwyg a.button {
    background-color: #0265b5;
    border-radius: 4px;
    transition: all .3s;
}

.cpt-article-content-element .coh-wysiwyg a.button:hover {
    background-color: #02569a;
}

.coh-wysiwyg table.unstriped td {
    padding: 4px;
    width: 200px;
    vertical-align: middle;
}

.standard-page .side-nav-content .side-content .content-wrapper .downloadable-content .download-btn,.standard-page .side-nav-content .side-content .content-wrapper .social-icon {
    background: none !important;
}

.advanced-content-wrapper .pager__item a.button {
    background-color: #006eb5;
}

.advanced-content-listing {
    margin-top: 1rem;
}

.advanced-content-search-wrapper {
    position: relative;
    margin-top: 2rem;
}

.advanced-content-search-filter {
    position: static;
}

.advanced-content-wrapper .js-pager__items.pager {
    padding-left: 0;
}

.search-filter.advanced-content-search .expand-search {
    max-width: 100%;
}

.search-filter.advanced-content-search li {
    list-style-type: none;
    width: 100%;
}

.views-exposed-form.bef-exposed-form {
    position: static;
}

.advanced-content-wrapper .coh-column .coh-col-xl {
    padding-bottom: 0;
}

.advanced-content-wrapper p {
    margin-bottom: 0.5rem;
}

.advanced-content-wrapper .pager__item {
    list-style-type: none;
    margin-top: 2rem;
    margin-left: 0;
    padding-left: 0;
}

.advanced-content-search .select-wrapper .custom-advanced-sort-filters {
    display: none;
}

.advanced-content-wrapper .advanced-content-sortby li {
    list-style-type: none;
}

.advanced-content-results {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.advanced-content-search .has-submenu .advance-button-select-sub .form-checkbox {
    right: -18px;
}

.advanced-content-search .has-submenu button.advance-button-select-sub:after {
    right: 3rem;
    top: 29px;
}

.advanced-content-search .multi-select ul .has-submenu.open button:after {
    top: 29px;
}

@media (max-width: 47.975em) {
    .advanced-content-sortby #edit-sort-by--2--wrapper {
        display:block;
    }

    .advanced-content-search-filter .select-wrapper {
        margin-bottom: 1em;
        margin-top: -1rem;
    }

    .search-filter.advanced-content-search .multi-select {
        max-width: 25rem;
    }

    .advanced-content-wrapper .breadcrumb {
        margin-bottom: 1rem;
    }

    .advanced-content-listing .cards-container {
        padding: 0;
    }

    .advanced-content-wrapper .pager__item {
        padding-left: 0;
    }

    .advanced-content-listing .views-infinite-scroll-content-wrapper>.coh-column {
        padding-bottom: 0.75rem;
    }
}

@media (max-width: 63.975em) {
    .advanced-content-search .expand-search .form-item-combine input {
        padding-left:0.8125rem;
        padding-right: 1.5rem;
        width: 100%;
    }

    .advanced-content-sortby {
        max-width: 100%;
        height: 100%;
        background: #ffffff;
    }

    .search-filter.advanced-content-search .multi-select {
        max-width: 100%;
    }

    .advanced-content-search .select-wrapper .selected-chips {
        max-width: 100%;
    }

    .advanced-content-search-filter,.advanced-content-listing {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .advanced-content-search-filter .search-filter {
        display: none;
    }

    .advanced-content-search-filter .search-filter.show-filter {
        display: block;
    }

    .advanced-content-search-filter .sort-filter-search.button {
        display: block;
        text-align: center;
    }
}

@media (min-width: 48em) {
    .advanced-content-wrapper {
        padding-top:5rem;
    }

    .advanced-content-sortby .custom-advanced-sort-filters {
        display: block;
    }

    .search-filter.advanced-content-search {
        margin-block-start:1.5rem;padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .advanced-content-wrapper .breadcrumb {
        margin-bottom: 4.563rem;
    }

    .advanced-content-results {
        margin-top: 1.2rem;
    }

    .advanced-content-listing .views-infinite-scroll-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .advanced-content-listing .views-infinite-scroll-content-wrapper>.coh-column {
        padding-bottom: 1.5rem;
    }

    .sort-filter-search.button {
        text-align: center;
    }
}

@media (min-width: 64em) {
    .advanced-content-wrapper .advanced-content-sortby {
        position:absolute;
        top: -2.8rem;
        right: 1.5rem;
        left: auto;
        max-width: 20rem;
        width: 100%;
        z-index: 1;
    }

    .search-filter.advanced-content-search .multi-select {
        max-width: 20rem;
    }

    .sort-filter-search-btn {
        display: none;
    }
}

.advanced-content-search .multi-select.open ul:not(ul.sub-menu) {
    max-height: 12em;
}

.advanced-content-search .form-wrapper input.form-checkbox {
    margin-top: 0;
}

.advanced-content-search .multi-select ul .form-check label {
    padding-right: 1.5rem;
}

.advanced-content-search .has-submenu button.advance-button-select-sub {
    padding: 0rem 3.125rem 0rem 0.25rem;
}

.advanced-content-search ul li ul {
    margin: 0;
}

.sort-filter-search.advance-button-select.close {
    background-color: #006eb5;
    color: #fff;
    font-size: 0;
}

.sort-filter-search.advance-button-select:hover,.sort-filter-search.advance-button-select.close:hover {
    background-color: #006eb5;
}

.multi-select ul .has-submenu .sub-menu .has-submenu:not(open) ul.sub-menu {
    display: none;
}

.multi-select ul .has-submenu .sub-menu .has-submenu.open ul.sub-menu {
    display: block;
}

.multi-select ul .has-submenu .sub-menu .has-submenu:not(open) button:after {
    top: 22px;
    transform: translateY(0%) rotate(0deg);
}

.multi-select ul .has-submenu .sub-menu .has-submenu.open button:after {
    top: 29px;
    transform: translateY(-50%) rotate(-180deg);
}

.advanced-select .form-radios:not(.expanded) {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-right: 1em;
    min-height: 1.7em;
    max-height: 1.7em;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    transition: 0.3s all ease-in-out;
    border: solid 2px #000;
}

.advanced-select .form-radios.expanded {
    border: solid 2px #000;
    background: #fff;
    padding: 0;
    box-shadow: rgba(0,0,0,0.1) 3px 3px 5px 0px;
    min-height: 5em;
    max-height: 4em;
    position: relative;
    transition: 0.2s all ease-in-out;
    width: 100%;
}

.advanced-select .form-radios input {
    width: 100%;
    height: 52px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    z-index: 1;
    border-radius: 0;
    margin-top: 0;
}

.advanced-select .form-radios label {
    border-top: 0.06em solid #d9d9d9;
    display: block;
    height: 3em;
    line-height: 3.2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}

.advanced-select .form-radios input:checked+label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 48px;
}

.advanced-select .form-radios::after {
    content: "";
    position: absolute;
    top: 0.68em;
    transition: 0.4s all ease-in-out;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%;
    float: right;
    height: 13px;
    right: 14px;
    width: 20px;
}

.advanced-content-search .multi-select .has-submenu {
    position: relative;
}

.advanced-content-search .multi-select .has-submenu input {
    top: 29px;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}

.advanced-content-search .multi-select .has-submenu .sub-menu .has-submenu input {
    right: 0;
}

.advanced-content-search .multi-select .has-submenu ul.sub-menu li input,.advanced-content-search .multi-select .has-submenu .sub-menu .has-submenu .sub-menu input {
    right: 1rem;
}

.advanced-select .form-radios.expanded label {
    border-top: 0.06em solid #d9d9d9;
}

.advanced-select .form-radios.expanded::after {
    transform: rotate(-180deg);
}

.advanced-select .form-item-sort-by {
    position: relative;
    top: 54px;
    width: 100%;
    display: block;
    height: 3rem;
}

.advanced-select .form-item-sort-by.active {
    position: absolute;
    top: 1px;
}

.advanced-select .form-item-sort-by.active label.option {
    font-weight: 600;
    text-transform: uppercase;
}

.advanced-select span.expand-sorting {
    width: 100%;
    height: 44px;
    display: inline-block;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

.advanced-select .fieldset-legend {
    font-size: 1rem;
}

.eventdisabled {
    pointer-events: none;
}

.sort-filter-search-btn {
    width: 100%;
}

.sort-filter-search-btn.button.close {
    background-color: #edeff0;
    color: #000;
    font-size: 0;
}

.sort-filter-search-btn.button.close:hover {
    background-color: #edeff0;
}

.sort-sf {
    color: #fff;
    text-align: center;
}

span.close-class {
    display: none;
}

.sort-sf.inactive {
    background-color: #edeff0;
    color: #000;
    font-size: 0;
}

span.close-class.close {
    color: #000000;
    display: block;
    font-size: 16px;
}

.pagehero-no-image {
    background: #F7F7F7;
    padding: 5rem 1.5rem;
}

.pagehero-no-image .breadcrumb {
    margin-block-end:5rem;}

@media (min-width: 64em) {
    .pagehero-no-image h1 {
        font-size:3.5rem;
    }
}

.pagehero-content h2 {
    margin-bottom: 0.5rem;
}

@media(min-width: 48em) {
    .fluid-carousel .slide-content {
        position:relative;
        flex: 0 0 100%;
    }

    .fluid-carousel .slider-slide {
        display: flex;
        align-content: flex-start;
    }
}

.coh-column .download-card,.cell .download-card {
    min-width: auto;
}

.spacer.fixed-space {
    margin: 0;
}

.spacer.fixed-space.spacing-01 {
    height: 0.125rem;
}

.spacer.fixed-space.spacing-02 {
    height: 0.25rem;
}

.spacer.fixed-space.spacing-03 {
    height: 0.5rem;
}

.spacer.fixed-space.spacing-04 {
    height: 0.75rem;
}

.spacer.fixed-space.spacing-05 {
    height: 1rem;
}

.spacer.fixed-space.spacing-06 {
    height: 1.5rem;
}

.spacer.fixed-space.spacing-07 {
    height: 2rem;
}

.spacer.fixed-space.spacing-08 {
    height: 2.5rem;
}

.spacer.fixed-space.spacing-09 {
    height: 3rem;
}

.spacer.fixed-space.spacing-10 {
    height: 4rem;
}

.spacer.fixed-space.spacing-11 {
    height: 5rem;
}

.spacer.fixed-space.spacing-12 {
    height: 6rem;
}

.spacer.fixed-space.spacing-13 {
    height: 10rem;
}

.spacer.margin-collapse {
    height: 2px;
}

.spacer.margin-collapse.spacing-02 {
    margin: calc(0.125rem - 1px) 0;
}

.spacer.margin-collapse.spacing-03 {
    margin: calc(0.25rem - 1px) 0;
}

.spacer.margin-collapse.spacing-04 {
    margin: calc(0.375rem - 1px) 0;
}

.spacer.margin-collapse.spacing-05 {
    margin: calc(0.5rem - 1px) 0;
}

.spacer.margin-collapse.spacing-06 {
    margin: calc(0.75rem - 1px) 0;
}

.spacer.margin-collapse.spacing-07 {
    margin: calc(1rem - 1px) 0;
}

.spacer.margin-collapse.spacing-08 {
    margin: calc(1.25rem - 1px) 0;
}

.spacer.margin-collapse.spacing-09 {
    margin: calc(1.5rem - 1px) 0;
}

.spacer.margin-collapse.spacing-10 {
    margin: calc(2rem - 1px) 0;
}

.spacer.margin-collapse.spacing-11 {
    margin: calc(2.5rem - 1px) 0;
}

.spacer.margin-collapse.spacing-12 {
    margin: calc(3rem - 1px) 0;
}

.spacer.margin-collapse.spacing-13 {
    margin: calc(5rem - 1px) 0;
}

.feature__card-description p {
    max-height: 8.75rem;
    overflow: hidden;
}

@media(max-width: 47.9375em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left:0;
        margin-right: 0;
    }
}

@media(min-width: 48em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left:0;
        margin-right: 0;
    }
}

@media(min-width: 64em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left:0;
        margin-right: 0;
    }
}

.mobile-nav-options {
    display: flex;
    gap: 15px;
}

main .our-expertise.coh-row-inner>.coh-column {
    padding: 0;
}

@media(min-width: 90em) {
    .landing-page .fluid-carousel .slide-content {
        flex:1 0 40%;
        max-width: 100%;
    }
}

@media(min-width: 48em) {
    .group--group-sites .fluid-carousel .slide-content {
        position:relative;
        flex: 1 0 40%;
        max-width: 100%;
    }
}

.glightbox-container {
    z-index: 101;
}

.lightbox-gallery__right .lightbox-gallery-images li figure {
    display: inline-grid;
    position: relative;
}

.active-user.tabs.inviewport {
    width: 40%;
    border-bottom: 2px solid #edeff0;
    margin-block-start:0.75rem;padding-inline-start:40px;display: flex;
    white-space: break-spaces;
}

.contact-form-header {
    background: #f3f4f9;
}

.contact-form.tabs.inviewport {
    width: 60%;
}

.contact-container.tabs.inviewport {
    display: flex;
    flex-wrap: wrap;
}

form#contact-message-personal-form label.option {
    display: inline;
}

form#contact-message-personal-form input[type='text'] {
    margin-bottom: 24px;
}

form#contact-message-personal-form button,form#contact-message-personal-form input[type='checkbox'] {
    margin-top: 24px;
    margin-top: 24px;
}

#user-pass,#user-form,#user-pass-reset {
    border: none;
    margin-top: 150px;
    margin-bottom: 250px;
    float: center;
    padding: 15px 30px;
}

#user-form,#user-pass-reset {
    text-align: left;
}

#user-pass {
    text-align: center;
}

@media screen and (max-width: 1025px) {
    #user-pass {
        border:none;
        margin-top: 64px;
        margin-bottom: 80px;
        float: center;
        padding: 15px 30px;
        text-align: center;
    }

    #user-form,#user-pass-reset {
        border: none;
        float: center;
        padding: 15px 30px;
        text-align: left;
    }
}

#user-pass .button.button-primary {
    width: 100%;
    margin-top: 1rem;
}

#user-form .button.button-primary {
    width: 100%;
    margin-top: 43px;
}

#user-pass-reset .form-actions,#user-form .form-actions {
    display: none;
}

#user-form .form-wrapper input {
    margin-top: 8px;
    margin-bottom: 15px;
}

#user-form .password-strength__title {
    display: block;
    margin-bottom: 15px;
}

#user-form .details {
    margin-top: 15px
}

#user-form .form-select {
    min-width: 100%;
}

#user-pass-reset .button.button-primary {
    width: 100%;
    margin-top: 43px;
    padding-top: 1.4rem;
    padding-right: 1rem;
    padding-bottom: 1.4rem;
    padding-left: 1rem;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: bold;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs {
    flex-wrap: wrap;
    gap: 24px;
}

.region-office-type {
    display: flex;
    gap: 24px;
    margin-right: 45px;
}

@media (max-width: 96.813rem) {
    .region-office-type {
        width:calc(100% - 65px);
        position: relative !important;
        display: flex;
    }

    .display-group-region,.display-group-office {
        min-width: 50%;
    }

    .multi-select {
        max-width: 100%;
    }

    .multi-select regions-select {
        width: 100%;
        min-width: 100%;
    }

    .multi-select office-type-select {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 75em) {
    .region-office-type {
        display:flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .display-group-region,.display-group-office {
        min-width: 100%;
    }
}

.external-link-animated {
    margin: 0 1rem 2px;
}

.cta__link.cta--space.ext::after {
    background: none;
}

.feature__card-image>div,.homepage-hero-full .image>div {
    height: 100%;
}

.homepage-hero-full .image {
    overflow: hidden;
}

.coh-accordion-tabs-content {
    padding-top: 2.5rem;
}

.mobile-nav-options .mob-donate {
    min-width: 100%;
}

.grid-paragraph-text {
    margin-inline-start:16.66667%;width: 100%;
}

@media (max-width: 1024px) {
    .grid-paragraph-text {
        margin-inline-start:0;
    }
}

@media (min-width: 48em) {
    .grid-paragraph-text {
        margin-inline-start:16.66667%;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .grid-paragraph-text {
        max-width:100%;
    }
}

@media (max-width: 48em) {
    .sdg-image {
        display:none;
    }
}

.coh-wysiwyg figure {
    height: auto;
    display: inline-block;
    padding-bottom: 1rem;
}

.coh-wysiwyg figure.vm_1_4_width {
    max-width: 360px;
    width: 25%;
}

.coh-wysiwyg figure.vm_1_3_ {
    max-width: 480px;
    width: 33%;
}

.coh-wysiwyg figure.vm_half_width {
    max-width: 720px;
    width: 50%;
}

.coh-wysiwyg figure.vm_full_width {
    max-width: 1440px;
    width: 100%;
}

.coh-wysiwyg figure.sn_wysiwyg_1_4 {
    max-width: 360px;
    width: 25%;
}

.coh-wysiwyg figure.sn_wysiwyg_1_3_width {
    max-width: 480px;
    width: 33%;
}

.coh-wysiwyg figure.sn_wysiwyg_half_width {
    max-width: 720px;
    width: 50%;
}

.coh-wysiwyg figure.sn_wysiwyg_full_width {
    max-width: 1440px;
    width: 100%;
}

.coh-wysiwyg figure img {
    padding-bottom: 1rem;
}

.coh-wysiwyg figure img {
    padding-bottom: 1rem;
}

.coh-wysiwyg figure figcaption {
    margin-left: 0;
    margin: 0px;
    height: auto;
    width: 0;
    min-width: 100%;
}

[dir=rtl] .coh-wysiwyg figure figcaption {
    flex-direction: row-reverse;
}

.coh-wysiwyg figure.align-left {
    float: left;
    padding: 0 1rem 1rem 0;
    height: auto;
}

.coh-wysiwyg figure.align-right {
    float: right;
    padding: 0 0 1rem 1rem;
    height: auto;
}

.coh-wysiwyg figure.align-center {
    height: auto;
    display: table;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto
}

.coh-wysiwyg img.align-left {
    padding-bottom: 1rem;
}

.coh-wysiwyg img.align-right {
    padding-bottom: 1rem;
}

.coh-wysiwyg img.align-center {
    padding-bottom: 1rem;
}

.coh-wysiwyg .align-left figcaption {
    margin-left: 0;
    margin: 0px;
    height: auto;
    width: 0;
    min-width: 100%;
}

.coh-wysiwyg .align-right figcaption {
    margin-right: 0;
    margin: 0px;
    height: auto;
    width: 0;
    min-width: 100%;
}

.coh-wysiwyg .align-center figcaption {
    height: auto;
    width: 0;
    min-width: 100%;
    margin-left: 0;
}

.coh-wysiwyg figcaption .credits {
    flex-shrink: inherit;
}

.coh-wysiwyg figure.align-left a,.coh-wysiwyg figure.align-right a {
    display: contents;
}

@media (max-width: 766px) {
    .coh-wysiwyg figure figcaption p {
        display:block;
    }

    .coh-wysiwyg figure figcaption .credits {
        display: block;
    }
}

header.contact-content-header.clearfix {
    overflow: hidden;
    margin-bottom: 0.75rem;
    padding: 1.5rem 0 0;
    background-color: #f3f4f9;
    color: #232429;
}

.contact-layout-container {
    margin-right: 3em;
    margin-left: 3em;
}

.active-user.tabs.inviewport img {
    display: inline;
    margin-block-end:0.5rem;}

.path-user .layout-container.view-contact #block-tabs+div {
    position: relative;
    margin-top: 70px;
}

.path-user #block-tabs+div form#contact-message-personal-form {
    width: 100%;
    max-width: none;
}

.small-10.medium-3.cell.display-form {
    padding-top: 10px;
}

.grid-x.grid-padding-x.align-center.contact-from,.grid-x.grid-padding-x.align-center.view-contact {
    margin-bottom: 286px;
}

@media screen and (max-width: 768px) {
    .active-user.tabs.inviewport {
        width:100%;
        padding: 0px;
    }

    .contact-form.tabs.inviewport {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .active-user.tabs.inviewport {
        display:flex;
        flex-wrap: wrap;
    }

    .contact-message-personal-form {
        margin-bottom: unset;
    }

    .contact-container.tabs.inviewport {
        flex-direction: column;
    }
}

.coh-container.grid-x.standard-page.side-nav-content.generic-web-page {
    margin-top: 42px;
}

.m-content figure .image-figcaption__cart+p {
    color: #55606e;
    border: 0;
    margin: 0;
    border-bottom: 2px solid #000;
    font-size: 1rem;
    padding-bottom: 2rem;
}

.side-nav-content.generic-web-page {
    min-width: 100%;
}

.side-nav-content.generic-web-page .side-content {
    width: 100%;
    min-height: calc(100vh - 9.375rem);
}

.multi-select.open-multiselect ul {
    background-color: #fff;
    border-top: 0;
    display: block;
}

.photo-text-overlay {
    position: relative;
    overflow: hidden;
}

.photo-text-overlay picture img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: -1;
}

.photo-text-overlay .overlay {
    position: absolute;
    inset: 0;
    background-color: #000000;
    z-index: -1;
}

.photo-text-overlay .text-box {
    position: absolute;
    color: #ffffff;
    inset-inline: 10%;
}

.photo-text-overlay.text-box-align-center .text-box {
    inset-block-start: 50%;
    transform: translateY(-50%);
}

.photo-text-overlay.text-box-align-top .text-box {
    inset-block-start: 10%;
}

.photo-text-overlay.text-box-align-bottom .text-box {
    inset-block-end: 10%;
}

.heading-container a:not(.button),.heading-big a:not(.button) {
    background-image: linear-gradient(var(--undpds-color-white),var(--undpds-color-white)),linear-gradient(var(--undpds-color-white),var(--undpds-color-white));
}

@media (max-width: 47.9375em) {
    .heading-container h3,.heading-container h5,.heading-container h6,.heading-container p {
        padding:0 1.5rem;
    }
}

@media (max-width: 30em) {
    .header .grid-margin-x > .cell {
        margin-left:0.375rem;
        margin-right: 0.375rem;
    }
}

h1 strong,h1 b,h2 strong,h2 b,h6 strong,h6 b {
    font-weight: 700;
}

h3 strong,h3 b {
    font-weight: 600;
}

h4 strong,h4 b,h5 strong,h5 b {
    font-weight: 400;
}

.feature__card a[href=""] {
    cursor: default;
}

.sidebar-menu li a:hover,.sidebar-menu li a:active,.sidebar-menu li a:focus {
    background: var(--undpds-color-blue-600);
    color: var(--undpds-color-white);
}

.sidebar-menu li .is-active {
    background: var(--undpds-color-blue-600);
    color: var(--undpds-color-white);
}

.coh-style-accordion .coh-accordion-tabs-content-wrapper .coh-accordion-title a {
    letter-spacing: normal;
    padding-inline-end:2rem;}

@media (max-width: 47.9375em) {
    .footer-item:after {
        inset-inline:0.615rem;
    }
}

.pagehero-full .top img,.pagehero-tall .top img {
    object-position: center top;
}

.pagehero-full .bottom img,.pagehero-tall .bottom img {
    object-position: center bottom;
}

.glabal-page .stats-grid {
    overflow: hidden;
}

.project-migrated-container {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

@media print,screen and (min-width: 89.9375em) {
    .global-header .header {
        top:0;
        width: 100%;
        position: fixed;
        z-index: 100;
        height: 115px;
        background-color: #f7f7f7;
        border-bottom: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
    }
}

.hide {
    display: none !important;
}

.modal-popular-search {
    width: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 8;
    top: 115px;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: hsla(0,0%,100%,.87);
    height: calc(100dvh - 115px);
}

.modal-popular-search .modal-content {
    min-height: 100%;
    padding: 30px 0 0;
    margin-left: 0;
}

.modal-popular-search .modal-content {
    background: transparent;
    max-width: 100%;
    padding: 4rem 0.75rem 0.75rem;
    position: relative;
    width: 100%;
}

.modal-popular-search .modal-content .modal-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.search-input.big-search .search-icon {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(/themes/custom/undpglobal/images/icon-search.svg);
    background-position: center;
    background-size: 2.2rem;
    display: block;
}

.search-input.big-search .search-close,.input-search+.search-clear .search-close {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/themes/custom/undpglobal/images/icon-close.svg);
    background-position: center;
    background-size: 1.25rem;
    display: block;
}

@media print,screen and (min-width: 48em) {
    .modal-popular-search .modal-content .modal-body {
        left:50%;
        position: absolute;
        transition: all .4s cubic-bezier(.64,.05,.35,1.05);
        transform: translateX(-50%);
        width: 100%;
        max-width: 60rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .search-input.big-search .icon {
        width: 35px;
        margin-left: 0;
        transform: none;
        display: inline-block;
    }
}

.search-input .icon {
    top: 50%;
    width: 26px;
    margin-left: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.icon-search:focus-visible {
    box-shadow: none;
}

.header .top-right .icon-search,.header .top-right .icon-globe {
    mask: none !important;
    -webkit-mask: none !important;
    background-color: transparent !important;
}

.header .top-right .icon-globe {
    background-image: url('/libraries/undp--design-system-assets/images/globe.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.header .top-right .icon-search {
    background-image: url('/libraries/undp--design-system-assets/images/search.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.header .top-right .icon-search:focus-visible {
    box-shadow: 0 0 4px #0468b1 !important;
}

.header .top-right .icon-search:hover,.header .top-right .icon-globe:hover {
    opacity: 0.7;
}

@media print,screen and (max-width: 74.62375em) {
    .search-input .icon {
        margin-left:0;
    }

    .search-input:not(.big-search) {
        border-bottom: 1px solid #232e3e;
    }
}

.search-input {
    position: relative;
}

.search-input.big-search label {
    display: none;
}

.search-input.big-search input {
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: none;
    font-weight: 500;
    padding: 13px 20px 14px 55px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #232e3e;
    color: #000;
    margin-top: 0;
}

.most-searched-keyword {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}

@media print,screen and (min-width: 51.25em) {
    .search-input.big-search input {
        line-height:1;
        font-size: 55px;
        font-weight: 400;
        padding: 10px 20px 12px 75px;
    }
}

.search-clear {
    position: absolute;
    right: 0;
    top: 40px;
    opacity: 0;
    cursor: pointer;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container {
    width: 100%;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container h3 {
    line-height: 1.2;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 0;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul {
    padding: 0;
    margin-top: 30px;
    list-style-type: none;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0;
    position: relative;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li:not(:first-child) {
    margin-top: 18px;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a {
    font-size: 14px;
    padding: 0;
}

.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a:hover {
    color: #000;
}

.quick-links-search a,.search-clear {
    background: none;
}

@media print,screen and (min-width: 767px) and (max-width:1023px) {
    .modal-popular-search {
        top:70px;
        height: calc(100dvh - 70px);
        z-index: 1;
    }

    .modal-popular-search .modal-content {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-popular-search .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-input.big-search input {
        margin-top: 0;
        padding: 5px 20px 5px 55px;
    }

    .search-clear {
        top: 7px;
        width: 10px;
        right: 10px;
    }
}

@media print,screen and (min-width: 820px) and (max-width:1180px) {
    .modal-popular-search {
        top:70px;
        height: calc(100dvh - 70px);
        z-index: 1;
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper {
        margin-top: 60px;
    }
}

@media print,screen and (max-width: 768px) {
    .modal-popular-search {
        top:70px;
        height: calc(100dvh - 70px);
        z-index: 1;
    }

    .modal-popular-search .modal-content {
        padding: 50px 0 0;
    }

    .modal-popular-search .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-clear {
        top: 7px;
        width: 10px;
        right: 10px;
    }

    .search-input.big-search input {
        margin-top: 0;
        padding: 5px 20px 5px 55px;
    }

    .search-input.big-search .search-icon {
        width: 1.625rem;
        height: 1.625rem;
        background-size: 1.625rem;
    }

    .search-input.big-search .search-close,.input-search+.search-clear .search-close {
        width: 0.75rem;
        height: 0.75rem;
        background-size: 0.75rem;
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container h3 {
        font-size: 14px;
        font-weight: 400;
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul {
        margin-top: 20px;
        padding-left: 22px;
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li {
        text-transform: none;
        font-weight: 600;
        list-style-type: none;
        margin-left: 0;
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a {
        position: relative;
        display: inline-flex;
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a::after,.modal-popular-search .modal-content .modal-body .most-searched-keyword li::after {
        top: 0;
        width: 9px;
        content: "";
        right: -18px;
        height: 14px;
        display: block;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/themes/custom/undpglobal/images/btn-arrow-red.svg);
    }

    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container .list-quicklinks:not(:first-child) {
        margin-top: 50px;
    }
}

.footer .icons-search .icon {
    display: inline-flex;
}

.global-header .header .icon-search {
    margin-left: 1rem;
    margin-right: 0.75rem;
}

.country-header .header .icon-search.active:hover {
    background-color: transparent;
}

.global-header .header .icon-search.active,.country-header .header .icon-search.active {
    background: url(/themes/custom/undpglobal/images/icon-close.svg) no-repeat;
    background-size: 24px;
    -webkit-mask: none;
    mask: none;
}

.search-input .form-actions {
    display: none;
}

footer .icons-search a {
    background: none;
}

#modal-cse-search .search-results-stats {
    padding-block-start:2rem;padding-block-end:2rem;}

#modal-cse-search .marker {
    text-align: center;
    margin-block-end:1rem;}

#modal-cse-search .back-to-top {
    position: fixed;
    inset-block-end: 2rem;
    inset-inline-end: 2rem;
    width: 4rem;
    height: 4rem;
    display: block;
    border-radius: 50%;
    background: rgba(255,255,255,0.5) url(/themes/custom/undpglobal/images/icon-arrow-down-red.svg) no-repeat center;
    transform: rotateX(180deg);
    margin-inline-start:auto;}

@media print,screen and (max-width: 768px) {
    #modal-cse-search .back-to-top {
        display:none;
    }
}

#modal-cse-search .back-to-top:hover {
    animation: oneTurn 0.5s linear;
}

@keyframes oneTurn {
    0% {
        transform: rotateX(180deg);
    }

    100% {
        transform: rotateX(-180deg);
    }
}

#modal-cse-search .search-results-items .search-results-item {
    width: calc(100% - 6.75rem);
    padding: 2rem 0.75rem 0 0;
}

#modal-cse-search .search-results-items .search-results-thumbnail {
    position: relative;
    width: 6.75rem;
}

#modal-cse-search .search-results-items .search-results-thumbnail .thumbnail {
    position: absolute;
    inset: 2rem 0.75rem 2rem auto;
    height: 6rem;
    width: 6rem;
}

#modal-cse-search .search-results-items .search-results-thumbnail .thumbnail img {
    min-height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    #modal-cse-search .search-results-items .search-results-item {
        width:100%;
    }

    #modal-cse-search .search-results-items .search-results-thumbnail {
        display: none;
    }
}

#modal-cse-search .search-results-items {
    display: flex;
    flex-flow: row wrap;
}

#modal-cse-search .search-results-items .cell {
    padding-top: 2rem;
    position: relative;
}

#modal-cse-search .search-results-item-title {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 1rem
}

#modal-cse-search .search-results-items p {
    font-size: 1rem;
}

#modal-cse-search .search-results-items .link-formatted {
    color: #55606E;
    background: none;
    font-size: 1rem;
}

#modal-cse-search .ajax-progress.ajax-progress-throbber {
    position: fixed;
    inset: 50%;
}

#modal-cse-search .throbber {
    background: none;
}

#modal-cse-search .search-input.big-search .icon {
    left: auto;
}

#modal-cse-search .search-results-stats .cell {
    display: flex;
    align-items: center;
}

#modal-cse-search .did-you-mean,#modal-cse-search .search-results-stats,#modal-cse-search .search-results-stats .select-box,#modal-cse-search .search-results-filter,#modal-cse-search .search-results-ai-summary {
    display: none;
}

#modal-cse-search .search-results-filter {
    margin-bottom: 2rem;
}

#modal-cse-search .search-results-filter>ul {
    background: none;
    padding-inline-start:0.75rem;}

#modal-popular-search .search-results .views-exposed-form {
    top: -10rem;
}

#modal-cse-search .search-results-ai-summary {
    background: #EDEFF0;
    box-shadow: 0px 3px 6px 0px #0000001A;
    border-radius: 2rem;
    padding: 2.5rem;
    margin-block:1.5rem;}

#modal-cse-search .search-results-ai-summary .footnote {
    margin-block-start:1rem;font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

#modal-cse-search .search-results-ai-summary .footnote .ai-icon {
    background-color: #A9B1B7;
    mask: url(/themes/custom/undpglobal/images/magic-button.svg) 0 0/24px 24px no-repeat;
    width: 96px;
    height: 24px;
    margin-inline-end:12px;}

@media screen and (min-width: 767px) {
    #modal-cse-search .search-results-ai-summary .footnote {
        max-width:60%;
        margin-inline-start:auto;}

    #modal-cse-search .search-results-ai-summary .footnote .ai-icon {
        width: 48px;
    }
}

.search-filters .facets-widget-checkbox .select-control {
    background-color: #fff;
    display: block;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    min-width: 230px;
    max-height: 52px;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 45px 15px 25px;
    border: 2px solid #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
}

@media screen and (min-width: 767px) and (max-width:1024px) {
    .search-filters .facets-widget-checkbox .select-control {
        font-size:0.875rem;
    }
}

.search-filters .js-facets-checkbox-links {
    display: none;
    top: 50px;
    width: 100%;
    max-width: 100%;
    min-width: 230px;
    overflow-y: auto;
    list-style: none;
    min-height: 100px;
    max-height: 355px;
    z-index: 5;
    position: absolute;
    font-weight: 400;
    padding: 0 23px 0 25px;
    border: 2px solid #000;
    border-top: none;
    background-color: #fff;
}

.search-filters .facets-widget-checkbox {
    position: relative;
}

.facet-item {
    margin: 0;
    font-size: 1.25rem;
    padding-left: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;
    list-style-type: none;
}

.facet-item label {
    padding: 15px 52px 15px 0;
}

.facet-item:not(.facet-item--expanded):hover {
    color: #4b5564;
}

.facet-item--expanded:hover {
    color: #4b5564;
}

.facet-item input {
    top: 17px;
    right: 0;
    height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.select-control::after {
    top: 50%;
    content: "";
    right: 22px;
    width: 18px;
    height: 12px;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    background: url(/themes/custom/undpglobal/images/icon-arrow-down-red.svg) no-repeat;
    background-size: contain;
}

.facet-item--expanded {
    padding-right: 0;
}

.facet-item--expanded > label {
    display: block;
    position: relative;
    margin-right: 40px;
    z-index: 2;
}

.facet-item--expanded > label::after {
    top: 20px;
    content: "";
    right: -10px;
    width: 18px;
    height: 12px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    background: url(/themes/custom/undpglobal/images/icon-arrow-down-red.svg) no-repeat;
    background-size: contain;
}

.facet-item--expanded .facets-widget- {
    display: none;
}

.open-submenu .facets-widget- {
    display: block;
}

.open-submenu label::after {
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
}

.open-facet .select-control::after {
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
    top: 20px;
}

.open-facet .js-facets-checkbox-links {
    display: block;
}

.open-facet .select-control {
    border-bottom: 0 !important;
}

.facets-widget- ul {
    padding-left: 40px;
    color: #55606f;
}

.active-filters {
    margin-bottom: 20px;
}

.active-filters .tag {
    margin-bottom: 15px;
}

.active-filters .filter {
    font-size: 1rem;
    cursor: pointer;
    margin: 0 0.75rem 0.75rem 0;
}

.active-filters .tag {
    color: #55606e;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 1rem;
    text-transform: uppercase;
}

.facet-item::marker {
    content: "";
    display: none;
}

.mobile-filters-close,.open-filters .mobile-filters-open {
    display: none;
}

.search-filters.open-filters .mobile-filters-close {
    display: block;
}

.search-filters .btn {
    border: none;
    color: #fff;
    cursor: pointer;
    background: #d12800;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: uppercase;
    padding: 14px 25px;
    width: 100%;
}

.btn.blue {
    background: #006eb5;
}

@media screen and (min-width: 767px) {
    .mobile-filters-open {
        display:none;
    }
}

@media screen and (max-width: 768px) {
    .search-filters:not(.open-filters) .block-facet--checkbox,.search-filters:not(.open-filters) .active-filters {
        display:none;
    }
}

.results-and-filters-container {
    display: flex;
    position: relative;
    padding-top: 150px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .results-and-filters-container {
        padding-top:90px;
    }
}

.results-and-filters-container .search-results {
    padding-left: 25px;
    flex: 0 0 calc(100% - 22.16rem);
    max-width: calc(100% - 22.16rem);
}

@media screen and (max-width: 768px) {
    .results-and-filters-container .search-results {
        padding-left:0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 767px) and (max-width:1024px) {
    .results-and-filters-container .search-results {
        flex:0 0 calc(100% - 15.9375rem);
        max-width: calc(100% - 15.9375rem);
    }
}

.search-filters {
    flex: 0 0 22.16rem;
    max-width: 22.16rem;
}

@media screen and (max-width: 768px) {
    .search-filters {
        flex:0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 767px) and (max-width:1024px) {
    .search-filters {
        max-width:15.9375rem;
        flex: 0 0 15.9375rem;
    }
}

.search-results .views-exposed-form {
    position: absolute;
    top: 0;
    right: 22px;
    left: 0;
    width: 100%;
}

.search-input.big-search input {
    height: auto;
}

.search-input.big-search .icon {
    top: 15px;
    left: 0;
}

@media screen and (min-width: 767px) and (max-width:1025px) {
    .search-input.big-search .icon {
        top:30px;
    }
}

@media screen and (min-width: 1025px) {
    .search-input.big-search .icon {
        top:35px;
    }
}

.search-results .views-infinite-scroll-header {
    padding-bottom: 25px;
    font-size: 1rem;
}

.search-results .item-list li {
    padding: 22px 0 24px;
    border-top: 2px solid #000;
    margin-left: 0;
}

@media screen and(max-width: 768px) {
    .search-results .item-list li {
        padding:22px 25px 24px;
    }
}

.search-results .item-list li::marker {
    content: '';
}

.search-results .item-list ul {
    padding-left: 0;
}

.search-results .item-list .views-field-type-str {
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}

.search-results .item-list .views-field-title {
    margin-top: 10px;
    padding-right: 60px;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}

@media screen and (max-width: 1025px) {
    .search-results .item-list .views-field-title {
        padding-right:0;
    }
}

.search-results .views-field-title a {
    font-size: 1.5625rem;
}

.search-results .views-field-search-api-excerpt {
    margin-top: 25px;
    padding-right: 50px;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 400;
}

@media screen and (max-width: 1025px) {
    .search-results .views-field-search-api-excerpt {
        padding-right:0;
    }
}

.search-results .item-list .views-field-title a:hover {
    color: #55606f;
}

.mobile-filters-open,.mobile-filters-close {
    margin-bottom: 30px;
}

.show-results .popular-search-blocks,.hide-popular-search .popular-search-blocks {
    display: none !important;
}

.modal-popular-search {
    overflow-x: hidden;
}

.modal-popular-search:not(.show-results) .mobile-filters-open,.modal-popular-search:not(.show-results) .mobile-filters-close {
    display: none;
}

.search-results .views-infinite-scroll-content-wrapper {
    padding-right: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 345px);
}

@media screen and (max-width: 768px) {
    .search-results .views-infinite-scroll-content-wrapper {
        padding-right:30px;
    }
}

@media screen and (min-width: 767px) {
    .modal-popular-search .results-and-filters-container .search-results .views-infinite-scroll-content-wrapper::-webkit-scrollbar-thumb {
        background-color:#000;
    }

    .modal-popular-search .results-and-filters-container .search-results .views-infinite-scroll-content-wrapper::-webkit-scrollbar {
        width: 5px;
        background: linear-gradient(90deg,transparent 10%,#000 33%,transparent 0);
    }
}

.search-results .views-exposed-form .js-form-type-select {
    display: none;
}

.modal-popular-search:not(.show-results) .country-checkbox,.country-checkbox:not(.show-checkbox),.modal-popular-search:not(.show-cname) .views-infinite-scroll-header .country-name,body:not(.path-group) .views-infinite-scroll-header .country-name {
    display: none;
}

.search-results .country-name {
    font-weight: bold;
}

.search-filters .country-name {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .show-results .grid-container {
        top:30px !important;
    }
}

@media screen and (min-width: 767px) {
    .show-results .grid-container {
        top:30px !important;
        transform: translate(-50%) !important;
    }
}

.country-checkbox label {
    display: inline-block;
}

.views-field-mid {
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}

.search-results .js-pager__items {
    display: none;
}

.facet-item.show-checkbox {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

body:not(.path-group) .search-results.fullwidth-results {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

#toolbar-administration a,.messages a,.admin-toolbar a {
    background: none;
}

#toolbar-administration+.dialog-off-canvas-main-canvas .article-page .progress-container {
    z-index: 5 !important;
}

.admin-toolbar .toolbar-button__label,.admin-toolbar .toolbar-menu__link-title {
    font-weight: 700;
}

.admin-toolbar .toolbar-block .admin-toolbar__item ul,.admin-toolbar .toolbar-block .admin-toolbar__item ul li {
    padding: 0;
}

@media screen and (min-width: 1024px) {
    #admin-toolbar~.dialog-off-canvas-main-canvas header .header {
        inset-inline-start:var(--drupal-displace-offset-left);
        transition: inset-inline-start var(--admin-toolbar-transition);
        width: calc(100% - var(--drupal-displace-offset-left));
    }

    [dir="rtl"] #admin-toolbar~.dialog-off-canvas-main-canvas header .header {
        inset-inline-start: var(--drupal-displace-offset-right);
        width: calc(100% - var(--drupal-displace-offset-right));
    }

    #admin-toolbar~.dialog-off-canvas-main-canvas #modal-cse-search {
        width: calc(100% - var(--drupal-displace-offset-left));
    }

    html[data-admin-toolbar] .node-preview-container {
        margin-inline-start:var(--drupal-displace-offset-left);transition: margin-inline-start var(--admin-toolbar-transition);
    }
}

:root {
    --messages-bg-color: #353641;
    --messages-fg-color: var(--color-white);
    --messages-border-radius: 2px;
    --messages-border-width: 0.3125rem;
    --messages--status-color: #42a877;
    --messages--warning-color: #e0ac00;
    --messages--error-color: #e34f4f;
    --messages__link-color: var(--color-sunglow);
    --messages__link--hover-color: var(--color-white);
    --messages__icon-size: 1rem;
    --messages__text-margin: calc(var(--messages__icon-size) + var(--space-l));
}

.messages-list {
    margin-block:calc(var(--space-m) + var(--space-l));padding: 0;
    list-style: none;
}

.field .messages-list,.form-wrapper .messages-list {
    margin-block-end:0;}

.messages {
    overflow: auto;
    box-sizing: border-box;
    margin-block:var(--space-m);padding-block: var(--space-l) 2rem;
    padding-inline:calc(var(--space-l) - 0.3125rem) var(--space-l);color: var(--messages-fg-color);
    border-width: 0 0 0 var(--messages-border-width);
    border-style: solid;
    border-color: var(--messages-bg-color);
    border-radius: var(--messages-border-radius);
    background-color: var(--messages-bg-color);
}

.messages a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: var(--messages__link-color);
}

.messages a:hover {
    color: var(--messages__link--hover-color);
}

.messages pre {
    margin: 0;
}

[dir="rtl"] .messages {
    border-right-width: var(--messages-border-width);
    border-left-width: 0;
}

.messages--error {
    border-color: var(--messages--error-color);
}

.messages--error .messages__header {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 14 14'%3e%3cpath d='M3 11.193L11.45 3' stroke='%23e34f4f' stroke-width='2'/%3e%3ccircle cx='7' cy='7' r='6' fill='none' stroke='%23e34f4f' stroke-width='2'/%3e%3c/svg%3e") no-repeat center left;
}

.messages--status {
    border-color: var(--messages--status-color);
}

.messages--status .messages__header {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e") no-repeat center left;
}

.messages--warning {
    border-color: var(--messages--warning-color);
}

.messages--warning .messages__header {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4 14' fill='%23e0ac00'%3e%3cpath d='M.5 0h3v9h-3z'/%3e%3ccircle cx='2' cy='12.5' r='1.5'/%3e%3c/svg%3e") no-repeat center left;
}

.messages__title {
    margin-block:0;margin-inline:var(--messages__text-margin) 0;font-size: var(--font-size-base);
}

.messages__header {
    display: flex;
    align-items: center;
    margin-block-end:var(--space-m);}

[dir="rtl"] .messages__header {
    background-position: center right;
}

@media screen and (min-width: 48rem) {
    .messages__content {
        margin-inline-start:var(--messages__text-margin);
    }
}

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

.messages__item + .messages__item {
    margin-block-start:var(--space-s);}

.modal-search-offices {
    width: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 8;
    top: 115px;
    height: calc(100vh - 115px);
}

.modal-search-offices .modal-content {
    overflow-y: unset;
    overflow-x: unset;
    max-width: 100%;
    max-height: 100%;
}

.modal-search-offices .grid-container {
    padding: 0;
    background-color: transparent;
}

.modal-search-offices .modal-body {
    height: 100%;
    position: relative;
    align-content: flex-start;
}

.modal-search-offices .modal-content .modal-body .cell-search {
    min-height: 100%;
    max-width: 525px;
    padding: 75px 60px;
    border-right: none;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: hsla(0,0%,96.9%,.86);
}

.modal-search-offices .modal-content .modal-body .cell-list-offices {
    padding: 80px 50px;
    position: relative;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: hsla(0,0%,100%,.87);
}

.modal-search-offices .modal-content .modal-body .cell-search .btn-back {
    padding-left: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
}

.modal-search-offices .tag {
    padding-top: 0;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-search-offices .modal-content .modal-body .cell-search .location-undp {
    color: #006eb5;
    margin-top: 15px;
    line-height: 1.14;
    font-weight: 600;
    font-size: 2rem;
}

.modal-search-offices .modal-content .modal-body .cell-search .header-modal .title {
    margin-top: 40px;
    font-size: 3.5rem;
    line-height: 1.09;
    font-weight: 700;
}

.modal-search-offices .modal-content .modal-body .cell-search .header-modal .description {
    margin-top: 40px;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
}

.modal-search-offices .modal-content .modal-body .cell-search .header-modal .tag-current-section {
    margin-top: 30px;
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-search-offices .modal-content .modal-body .cell-search .header-modal .text-link {
    margin-top: 25px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
}

.modal-search-offices a {
    background: none;
}

.text-link.arrow-3:hover {
    color: #55606f !important;
}

.text-link.text-link.arrow-3:hover .external-link-animated {
    box-shadow: -2px 2px 0 0 #d12800,-4px 0 0 -2px #d12800,-3px 3px 0 -1px #d12800;
}

.text-link.arrow-3:hover .external-link-animated::before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px,0);
    background-color: #d12800;
}

.text-link.arrow-3:hover .external-link-animated::after {
    -webkit-transform: translate(5px,-5px);
    -moz-transform: translate(5px,-5px);
    -ms-transform: translate(5px,-5px);
    -o-transform: translate(5px,-5px);
    transition: translate(5px,-5px);
    border-right: 2px solid #d12800;
    border-top: 2px solid #d12800;
}

@media screen and(min-width: 1024px) {
    .hide-for-large {
        display:none !important;
    }
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs {
    padding-right: 15px;
    display: flex;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input {
    flex: 1 0 auto;
    margin-right: 45px;
    position: relative !important;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-select-group:not(:last-child) {
    margin-right: 30px;
}

.show-for-sr {
    color: #fff;
    font-size: 12px;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input .input-search {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: none;
    font-weight: 500;
    padding: 13px 20px 14px 55px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #232e3e;
    color: #000;
}

.modal-search-offices input[type=search] {
    background: none;
}

.modal-search-offices .regions-select,.modal-search-offices .office-type-select {
    height: 52px;
    position: relative;
}

.multi-select .select-control {
    flex: 1;
    top: 0;
    display: block;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    min-width: 230px;
    max-height: 52px;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 45px 15px 25px;
    border: 2px solid #000;
    text-transform: uppercase;
    background-color: hsla(0,0%,96.9%,.86);
}

.modal-search-offices .modal-content .active-filters {
    flex-wrap: wrap;
    min-height: 36px;
    margin-top: 20px;
    color: #9fa8ae;
    position: relative;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
}

.modal-search-offices .modal-content .active-filters .tag {
    margin: 0 15px 0 0;
}

.modal-search-offices .modal-content .active-filters .filter {
    margin: 6px 10px 10px 0;
}

.active-filters .filter-clear {
    color: #000;
    line-height: 1.5;
    margin-left: 12px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #d12800;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries {
    left: 0;
    right: 50px;
    padding: 0 50px;
    overflow-y: auto;
    position: absolute;
    margin: 44px 0 100px;
    max-height: calc(100% - 280px);
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 20px 25px 20px 5px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.flex-container {
    display: flex;
}

.align-justify {
    justify-content: space-between;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .country {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .languages {
    text-align: right;
    flex: 0 0 auto;
    max-width: 50%;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .text-link {
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
    text-transform: none;
}

.modal-search-offices .multi-select.open ul {
    position: absolute;
    z-index: 99;
}

.multi-select.open ul li {
    margin-left: 0;
}

.multi-select .options {
    background-color: hsla(0,0%,96.9%,.86);
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
    max-width: 100%;
    min-width: 230px;
    overflow-y: auto;
    list-style: none;
    min-height: 100px;
    max-height: 300px;
    position: absolute;
    z-index: 5;
    font-weight: 400;
    padding: 0 23px 0 25px;
    border: 2px solid #000;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.modal-search-offices .multi-select .options .checkbox-item {
    margin: 0;
    font-size: 1.25rem;
    padding: 15px 25px 15px 0;
    position: relative;
}

.multi-select .options .checkbox-item:hover {
    color: #4b5564;
}

.checkbox-item input {
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}

.modal-search-offices-filters .modal-content .filters .filter-office-type,.modal-search-offices-filters .modal-content .filters .filter-region {
    margin-top: 18px;
    padding-top: 18px;
}

.modal-search-offices-filters .modal-content .filters .filter-office-type .checkbox-group,.modal-search-offices-filters .modal-content .filters .filter-region .checkbox-group {
    margin-top: 18px;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries::-webkit-scrollbar-thumb {
    background-color: #000;
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries::-webkit-scrollbar-track {
    background: linear-gradient(90deg,transparent 10%,#000 33%,transparent 0);
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries::-webkit-scrollbar {
    width: 5px;
}

.global-header .header .icon-globe.active,.country-header .header .icon-globe.active {
    background: url(/themes/custom/undpglobal/images/icon-close.svg);
    background-repeat: no-repeat;
    color: black;
    mask: none !important;
    -webkit-mask: none !important;
    background-position: center;
    background-color: transparent;
}

.country-header .header .icon-globe.active:hover {
    background-color: transparent;
}

.country-header .icon-search {
    margin-left: 1rem;
}

.nav-item.icon-search:hover {
    opacity: 0.7;
}

.text-link.arrow-3 .external-link-animated {
    position: relative;
    margin-left: 10px;
    transition: transform .2s ease;
}

@media screen and (max-width: 1025px) {
    .modal-search-offices {
        top:4.6875rem;
        height: calc(100% - 4.6875rem);
        left: 0;
        -webkit-backdrop-filter: blur(21px);
        backdrop-filter: blur(21px);
        background-color: hsla(0,0%,100%,.87);
    }

    .modal-search-offices .modal-content .modal-body {
        flex-flow: column;
        flex-direction: column;
    }

    .modal-search-offices .modal-content .modal-body .cell-search {
        max-width: unset;
        box-shadow: unset;
        min-height: unset;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        padding: 25px 15px 0;
        background-color: transparent;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices {
        height: 100%;
        flex: 0 1 auto;
        position: static;
        box-shadow: unset;
        padding: 0 0 0 15px;
        background-color: transparent;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
    }

    .modal-search-offices .modal-content .modal-body .cell-search .header-modal .title-undp {
        color: #006eb5;
        font-size: 1.25rem;
        margin-top: 10px;
        font-weight: 600;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input {
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }

    .search-input .input-search {
        border: none;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px 10px 55px;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .countries {
        right: 0;
        width: 100%;
        flex: 0 1 auto;
        margin-bottom: 0;
        margin-top: 20px;
        position: static;
        max-height: none;
        padding: 0 10px 0 0;
        height: calc(100% - 160px);
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item {
        padding: 20px 0;
        font-size: 1rem;
        line-height: 1.18;
        font-weight: 600;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .filter-options {
        position: static;
        width: calc(100% - 15px);
        left: 15px;
        right: 15px;
        bottom: 15px;
        margin-left: 0;
        display: block !important;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .filter-options .btn-filters {
        height: 50px;
        color: #fff;
        background-color: #006eb5;
        width: 100%;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .filter-options .btn-filters .current-filters {
        width: 24px;
        height: 24px;
        color: #000;
        margin-left: 15px;
        border-radius: 50%;
        font-weight: 600;
        background-color: #ffeb00;
        display: inline;
        padding: 2px 8px;
    }

    .modal-search-offices-filters {
        top: 70px;
        left: 0;
        height: calc(100% - 70px);
        width: 100%;
        position: fixed;
        overflow-y: auto;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        z-index: 8;
        background-color: hsla(0,0%,100%,.98);
    }

    .modal-search-offices-filters .modal-content .custom-grid {
        height: 1px;
        min-height: 100%;
    }

    .modal-search-offices-filters .modal-content {
        min-height: 100%;
        position: relative;
        padding: 25px 15px 15px;
        align-content: flex-start;
    }

    .modal-search-offices-filters .modal-content .custom-grid .custom-cell {
        min-height: 100%;
        position: relative;
    }

    .modal-search-offices-filters .modal-content .header-modal {
        padding: 0 18px;
    }

    .show-for-large {
        display: none !important;
    }

    .btn-back {
        color: #000;
        display: flex;
        font-size: 0.875rem;
        font-weight: 700;
        align-items: center;
        text-transform: uppercase;
        pointer-events: all;
    }

    .btn-back .arrow-back {
        margin-right: 12px;
    }

    .modal-search-offices-filters .modal-content .header-modal .titles {
        margin-top: 40px;
    }

    .heading.h5 {
        font-size: 1.25rem;
        line-height: 1.04;
        font-weight: 400;
    }

    .btn-clear {
        font-size: 0.75rem;
        font-weight: 500;
        text-decoration: underline;
        color: #9b9b9b;
    }

    .modal-search-offices-filters .modal-content .filters {
        padding: 0 18px;
        position: relative;
        margin-bottom: 100px;
    }

    .modal-search-offices-filters .modal-content .btn-filters {
        left: 0;
        right: 0;
        bottom: 15px;
        position: absolute;
    }

    .modal-search-offices-filters .text-link {
        color: #000;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 700;
        align-items: center;
        display: inline-flex;
        text-transform: uppercase;
    }

    .checkbox-item:not(.displays-inline) {
        display: block;
        padding-right: 30px;
        position: relative;
    }

    .checkbox-item {
        padding: 15px 20px 15px 0;
    }

    .modal-search-offices-filters .modal-content .btn-filters .btn {
        height: 50px;
        border: none;
        color: #fff;
        cursor: pointer;
        background: #d12800;
        font-size: 0.875rem;
        font-weight: 700;
        text-align: center;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        text-transform: uppercase;
        font-family: ProximaNova,sans-serif;
        padding: 14px 25px;
        width: 100%;
    }

    .modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .text-link {
        font-size: 1rem;
    }

    .mobile-nav.show-location {
        display: none;
    }
}

.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .text-link:not(:first-child) {
    margin-left: 20px;
}

@media print,screen and (min-width: 1025px) {
    .modal-search-offices .hide-for-large,.modal-search-offices-filters .hide-for-large {
        display:none !important;
    }
}

.modal-search-offices .chip {
    font-size: 0.875rem;
}

.header .top-right .icon-search:focus,.header .top-right .icon-globe:focus {
    background-color: #4F95DD;
}

.expand-search .form-item-combine {
    width: 100%;
}

.expand-search.open input {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .expand-search {
        margin:1.5rem 0;
    }
}

.expand-search .form-item-combine input {
    outline: none;
    cursor: initial;
}

.author-filter .author-select .form-radios input {
    display: none;
}

.author-select .form-radios .js-form-type-radio:hover {
    background-color: #fafafa;
}

.author-select .form-radios .js-form-type-radio label {
    padding: 1rem 0;
    border-top: 1px solid #d4d6d8;
    font-size: 1rem;
}

.author-select legend {
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.125rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.author-select legend .fieldset-legend {
    padding: 1rem 3.125rem 1rem 1rem;
    display: block;
}

.author-select {
    position: relative;
}

.author-select legend.active {
    border-bottom: 0;
    padding-bottom: 2px;
}

.author-select legend.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transition: translateY(-50%) rotate(-180deg);
}

.author-cards .cta__link {
    text-transform: uppercase;
}

.author-select .form-radios {
    display: none;
    position: absolute;
    width: 100%;
}

.author-select .form-radios.expanded {
    display: block;
    border: 2px solid;
    border-top: 0;
    background-color: #fff;
    z-index: 99;
}

.author-select .form-radios .form-item-sort-by:first-child {
    display: none;
}

.author-select legend::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: url('/libraries/undp--design-system-assets/images/chevron-down.svg') no-repeat center center;
    content: "";
    float: right;
    height: 13px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px;
}

.author-select .form-radios .js-form-type-radio {
    cursor: pointer;
    display: block;
    font-size: 1rem;
    padding: 0 1rem;
}

.authour-no-result {
    margin: 3rem 0;
}

@media screen and (min-width: 767px) {
    .authors-page .select-box {
        margin-left:0.425rem;
    }

    .authour-no-result {
        margin: 0 0 4rem 1rem;
    }
}

.expand-button .search-expand {
    width: 26px;
    height: 26px;
    background-image: url('/libraries/undp--design-system-assets/images/search-black.svg');
    background-position: center;
    background-size: 26px;
    display: block;
}

.close-button .search-close {
    width: 26px;
    height: 26px;
    background-image: url('/libraries/undp--design-system-assets/images/times.svg');
    background-position: center;
    background-size: 26px;
    display: block;
}

.authors-page .author-card>div {
    display: block;
}

.authors-page nav:not(.breadcrumb) {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.authors-page nav:not(.breadcrumb) ul li a {
    background-image: none
}

.authors-page nav:not(.breadcrumb) ul {
    align-items: center;
    display: flex;
    font-family: ProximaNova,sans-serif;
    padding-left: 0
}

.authors-page nav:not(.breadcrumb) ul li {
    display: flex;
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding-left: 0;
    position: relative
}

.authors-page nav:not(.breadcrumb) ul li a {
    border-bottom: 0;
    color: #000;
    font-size: 1rem;
    text-decoration: none
}

.authors-page nav:not(.breadcrumb) ul li span {
    margin: 0 .375rem
}

.authors-page nav:not(.breadcrumb) ul li span:last-of-type {
    margin-right: 0
}

.authors-page nav:not(.breadcrumb) ul li:first-of-type,.authors-page nav:not(.breadcrumb) ul li:last-of-type {
    cursor: pointer
}

.authors-page nav:not(.breadcrumb) ul li:first-of-type a,.authors-page nav:not(.breadcrumb) ul li:last-of-type a {
    font-size: 0;
    height: 45px;
    width: 45px
}

.authors-page nav:not(.breadcrumb) ul li:first-of-type a:before,.authors-page nav:not(.breadcrumb) ul li:last-of-type a:before {
    background: url(/libraries/undp--design-system-assets/images/chevron-left-circle.svg) no-repeat 50%;
    content: " ";
    display: block;
    height: 45px;
    width: 45px
}

.authors-page nav:not(.breadcrumb) ul li.disabled a:before {
    opacity: .3
}

.authors-page nav:not(.breadcrumb) ul li:last-of-type {
    margin-right: 0
}

.authors-page nav:not(.breadcrumb) ul li:last-of-type a:before {
    background: url(/libraries/undp--design-system-assets/images/chevron-right-circle.svg) no-repeat 50%
}

[dir=rtl] .authors-page nav:not(.breadcrumb) ul {
    padding-right: 0
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li {
    margin-left: 1.5rem;
    margin-right: 0;
    padding-right: 0
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li:first-of-type a:before {
    transition: rotateZ(180deg)
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li:last-of-type {
    margin-left: 0
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li:last-of-type a:before {
    transition: rotateZ(180deg)
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li span:last-of-type {
    margin-left: 0;
    margin-right: .375rem
}

.align-left {
    justify-content: flex-start;
}

.align-right {
    justify-content: flex-end;
}

.align-center {
    justify-content: center;
}

.align-justify {
    justify-content: space-between;
}

.align-spaced {
    justify-content: space-around;
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
    justify-content: center;
}

.align-top {
    align-items: flex-start;
}

.align-self-top {
    align-self: flex-start;
}

.align-bottom {
    align-items: flex-end;
}

.align-self-bottom {
    align-self: flex-end;
}

.align-middle {
    align-items: center;
}

.align-self-middle {
    align-self: center;
}

.align-stretch {
    align-items: stretch;
}

.align-self-stretch {
    align-self: stretch;
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@media print,screen and (max-width: 51.24875em) {
    .hide-for-small-only {
        display:none !important;
    }
}

@media screen and (max-width: 0em),screen and (min-width:51.25em) {
    .show-for-small-only {
        display:none !important;
    }
}

@media print,screen and (min-width: 51.25em) {
    .hide-for-medium {
        display:none !important;
    }
}

@media screen and (max-width: 51.24875em) {
    .show-for-medium {
        display:none !important;
    }
}

@media print,screen and (min-width: 51.25em) and (max-width:74.62375em) {
    .hide-for-medium-only {
        display:none !important;
    }
}

@media screen and (max-width: 51.24875em),screen and (min-width:74.625em) {
    .show-for-medium-only {
        display:none !important;
    }
}

@media print,screen and (min-width: 74.625em) {
    .hide-for-large {
        display:none !important;
    }
}

@media print,screen and (min-width: 74.625em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display:none !important;
    }
}

@media screen and (max-width: 74.62375em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none !important;
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display:none !important;
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display:none !important;
    }
}

@media screen and (min-width: 75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display:none !important;
    }
}

@media screen and (max-width: 74.99875em),screen and (min-width:90em) {
    .show-for-xlarge-only {
        display:none !important;
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display:none !important;
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display:none !important;
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge-only {
        display:none !important;
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge-only {
        display:none !important;
    }
}

.show-for-sr,.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.show-on-focus:active,.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.show-for-landscape,.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,.hide-for-portrait {
        display:block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,.hide-for-portrait {
        display:none !important;
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,.show-for-portrait {
        display:none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,.show-for-portrait {
        display:block !important;
    }
}

.show-for-dark-mode {
    display: none;
}

.hide-for-dark-mode {
    display: block;
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display:block !important;
    }

    .hide-for-dark-mode {
        display: none !important;
    }
}

.show-for-ie {
    display: none;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .show-for-ie {
        display: block !important;
    }

    .hide-for-ie {
        display: none !important;
    }
}

.show-for-sticky {
    display: none;
}

.is-stuck .show-for-sticky {
    display: block;
}

.is-stuck .hide-for-sticky {
    display: none;
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.heading,.news-centre-hero .news-hero-container .title .subtitle,.stat-card.large .card-content .title,.stat-card.large .card-content .description,.stat-card.medium .card-content .title,.stat-card.medium .card-content .description {
    font-family: "ProximaNova",sans-serif;
}

.heading.light,.news-centre-hero .news-hero-container .title .light.subtitle,.stat-card.large .card-content .light.title,.stat-card.large .card-content .light.description,.stat-card.medium .card-content .light.title,.stat-card.medium .card-content .light.description {
    color: #FFFFFF;
}

.heading.dark,.news-centre-hero .news-hero-container .title .dark.subtitle,.stat-card.large .card-content .dark.title,.stat-card.large .card-content .dark.description,.stat-card.medium .card-content .dark.title,.stat-card.medium .card-content .dark.description {
    color: #000000;
}

.heading.h1,.news-centre-hero .news-hero-container .title .h1.subtitle,.stat-card.large .card-content .h1.title,.stat-card.large .card-content .h1.description,.stat-card.medium .card-content .h1.title,.stat-card.medium .card-content .h1.description {
    font-size: 7.5rem;
    line-height: 1.09;
    letter-spacing: 12px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "SohneBreit",sans-serif;
}

@media print,screen and (max-width: 74.99875em) {
    .heading.h1,.news-centre-hero .news-hero-container .title .h1.subtitle,.stat-card.large .card-content .h1.title,.stat-card.large .card-content .h1.description,.stat-card.medium .card-content .h1.title,.stat-card.medium .card-content .h1.description {
        font-size:5.125rem;
        line-height: 1.08;
        letter-spacing: 8.2px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .heading.h1,.news-centre-hero .news-hero-container .title .h1.subtitle,.stat-card.large .card-content .h1.title,.stat-card.large .card-content .h1.description,.stat-card.medium .card-content .h1.title,.stat-card.medium .card-content .h1.description {
        font-size:3rem;
        letter-spacing: 4.7px;
    }
}

.heading.h2,.news-centre-hero .news-hero-container .title .h2.subtitle,.stat-card.large .card-content .h2.title,.stat-card.large .card-content .h2.description,.stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .h2.description {
    font-size: 3.5rem;
    line-height: 1.09;
    font-weight: 700;
}

@media print,screen and (max-width: 74.99875em) {
    .heading.h2,.news-centre-hero .news-hero-container .title .h2.subtitle,.stat-card.large .card-content .h2.title,.stat-card.large .card-content .h2.description,.stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .h2.description {
        font-size:2.5rem;
        line-height: 1.11;
    }
}

@media print,screen and (max-width: 74.62375em) {
    .heading.h2,.news-centre-hero .news-hero-container .title .h2.subtitle,.stat-card.large .card-content .h2.title,.stat-card.large .card-content .h2.description,.stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .h2.description {
        font-size:2.5rem;
    }
}

.heading.h3,.news-centre-hero .news-hero-container .title .subtitle,.stat-card.large .card-content .title,.stat-card.large .card-content .h3.description,.stat-card.medium .card-content .title,.stat-card.medium .card-content .h3.description {
    font-size: 2.25rem;
    line-height: 1.14;
    font-weight: 600;
}

@media print,screen and (max-width: 74.62375em) {
    .heading.h3,.news-centre-hero .news-hero-container .title .subtitle,.stat-card.large .card-content .title,.stat-card.large .card-content .h3.description,.stat-card.medium .card-content .title,.stat-card.medium .card-content .h3.description {
        font-size:3rem;
        line-height: 1.16;
    }
}

.heading.h4,.news-centre-hero .news-hero-container .title .h4.subtitle,.stat-card.large .card-content .h4.title,.stat-card.large .card-content .h4.description,.stat-card.medium .card-content .h4.title,.stat-card.medium .card-content .h4.description {
    font-size: 3.5rem;
    line-height: 1.14;
    font-weight: 400;
}

@media print,screen and (max-width: 74.62375em) {
    .heading.h4,.news-centre-hero .news-hero-container .title .h4.subtitle,.stat-card.large .card-content .h4.title,.stat-card.large .card-content .h4.description,.stat-card.medium .card-content .h4.title,.stat-card.medium .card-content .h4.description {
        font-size:2.5rem;
    }
}

.heading.h5,.news-centre-hero .news-hero-container .title .h5.subtitle,.stat-card.large .card-content .h5.title,.stat-card.large .card-content .description,.stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .description {
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 400;
}

@media print,screen and (max-width: 74.62375em) {
    .heading.h5,.news-centre-hero .news-hero-container .title .h5.subtitle,.stat-card.large .card-content .h5.title,.stat-card.large .card-content .description,.stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .description {
        font-size:1.25rem;
        line-height: 1.04;
    }
}

.publication-featured-card .heading.h2,.publication-featured-card .news-centre-hero .news-hero-container .title .h2.subtitle,.news-centre-hero .news-hero-container .title .publication-featured-card .h2.subtitle,.publication-featured-card .stat-card.large .card-content .h2.title,.stat-card.large .card-content .publication-featured-card .h2.title,.publication-featured-card .stat-card.large .card-content .h2.description,.stat-card.large .card-content .publication-featured-card .h2.description,.publication-featured-card .stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .publication-featured-card .h2.title,.publication-featured-card .stat-card.medium .card-content .h2.description,.stat-card.medium .card-content .publication-featured-card .h2.description,.multi-cta-featured-publication .heading.h2,.multi-cta-featured-publication .news-centre-hero .news-hero-container .title .h2.subtitle,.news-centre-hero .news-hero-container .title .multi-cta-featured-publication .h2.subtitle,.multi-cta-featured-publication .stat-card.large .card-content .h2.title,.stat-card.large .card-content .multi-cta-featured-publication .h2.title,.multi-cta-featured-publication .stat-card.large .card-content .h2.description,.stat-card.large .card-content .multi-cta-featured-publication .h2.description,.multi-cta-featured-publication .stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .multi-cta-featured-publication .h2.title,.multi-cta-featured-publication .stat-card.medium .card-content .h2.description,.stat-card.medium .card-content .multi-cta-featured-publication .h2.description {
    display: none;
}

@media print,screen and (max-width: 51.24875em) {
    .publication-featured-card .heading.h2,.publication-featured-card .news-centre-hero .news-hero-container .title .h2.subtitle,.news-centre-hero .news-hero-container .title .publication-featured-card .h2.subtitle,.publication-featured-card .stat-card.large .card-content .h2.title,.stat-card.large .card-content .publication-featured-card .h2.title,.publication-featured-card .stat-card.large .card-content .h2.description,.stat-card.large .card-content .publication-featured-card .h2.description,.publication-featured-card .stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .publication-featured-card .h2.title,.publication-featured-card .stat-card.medium .card-content .h2.description,.stat-card.medium .card-content .publication-featured-card .h2.description,.multi-cta-featured-publication .heading.h2,.multi-cta-featured-publication .news-centre-hero .news-hero-container .title .h2.subtitle,.news-centre-hero .news-hero-container .title .multi-cta-featured-publication .h2.subtitle,.multi-cta-featured-publication .stat-card.large .card-content .h2.title,.stat-card.large .card-content .multi-cta-featured-publication .h2.title,.multi-cta-featured-publication .stat-card.large .card-content .h2.description,.stat-card.large .card-content .multi-cta-featured-publication .h2.description,.multi-cta-featured-publication .stat-card.medium .card-content .h2.title,.stat-card.medium .card-content .multi-cta-featured-publication .h2.title,.multi-cta-featured-publication .stat-card.medium .card-content .h2.description,.stat-card.medium .card-content .multi-cta-featured-publication .h2.description {
        display:block;
        margin-top: 40px;
        padding-left: 25px;
        margin-bottom: 30px;
    }
}

.expertise-card .text .heading.h3,.expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,.expertise-card .text .stat-card.large .card-content .title,.stat-card.large .card-content .expertise-card .text .title,.expertise-card .text .stat-card.large .card-content .h3.description,.stat-card.large .card-content .expertise-card .text .h3.description,.expertise-card .text .stat-card.medium .card-content .title,.stat-card.medium .card-content .expertise-card .text .title,.expertise-card .text .stat-card.medium .card-content .h3.description,.stat-card.medium .card-content .expertise-card .text .h3.description,.expertise-card .text .heading.medium-copy,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    padding: 0 24px;
}

@media print,screen and (max-width: 74.99875em) {
    .expertise-card .text .heading.h3,.expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,.expertise-card .text .stat-card.large .card-content .title,.stat-card.large .card-content .expertise-card .text .title,.expertise-card .text .stat-card.large .card-content .h3.description,.stat-card.large .card-content .expertise-card .text .h3.description,.expertise-card .text .stat-card.medium .card-content .title,.stat-card.medium .card-content .expertise-card .text .title,.expertise-card .text .stat-card.medium .card-content .h3.description,.stat-card.medium .card-content .expertise-card .text .h3.description,.expertise-card .text .heading.medium-copy,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        padding:0 20px;
    }
}

@media print,screen and (max-width: 74.62375em) {
    .expertise-card .text .heading.h3,.expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,.expertise-card .text .stat-card.large .card-content .title,.stat-card.large .card-content .expertise-card .text .title,.expertise-card .text .stat-card.large .card-content .h3.description,.stat-card.large .card-content .expertise-card .text .h3.description,.expertise-card .text .stat-card.medium .card-content .title,.stat-card.medium .card-content .expertise-card .text .title,.expertise-card .text .stat-card.medium .card-content .h3.description,.stat-card.medium .card-content .expertise-card .text .h3.description,.expertise-card .text .heading.medium-copy,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        padding:0 15px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .expertise-card .text .heading.h3,.expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,.expertise-card .text .stat-card.large .card-content .title,.stat-card.large .card-content .expertise-card .text .title,.expertise-card .text .stat-card.large .card-content .h3.description,.stat-card.large .card-content .expertise-card .text .h3.description,.expertise-card .text .stat-card.medium .card-content .title,.stat-card.medium .card-content .expertise-card .text .title,.expertise-card .text .stat-card.medium .card-content .h3.description,.stat-card.medium .card-content .expertise-card .text .h3.description,.expertise-card .text .heading.medium-copy,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        padding:0;
    }
}

.expertise-card .text .heading.medium-copy,.expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.title,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.title,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.title,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.title,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    margin-top: 30px;
    overflow: hidden;
    max-height: 230px;
}

@media print,screen and (max-width: 74.99875em) {
    .expertise-card .text .heading.medium-copy,.expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.title,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.title,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.title,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.title,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        max-height:200px;
    }
}

@media print,screen and (max-width: 74.62375em) {
    .expertise-card .text .heading.medium-copy,.expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.title,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.title,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.title,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.title,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        margin-top:25px;
        max-height: 130px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .expertise-card .text .heading.medium-copy,.expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,.news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.title,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.title,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.large .card-content .medium-copy.description,.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,.stat-card.large .card-content .expertise-card .text .medium-copy.description,.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.title,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.title,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,.expertise-card .text .stat-card.medium .card-content .medium-copy.description,.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,.stat-card.medium .card-content .expertise-card .text .medium-copy.description,.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        max-height:unset;
    }
}

.expertise-card .cta-container {
    padding: 0 24px;
    margin-top: 40px;
}

@media print,screen and (max-width: 74.99875em) {
    .expertise-card .cta-container {
        padding:0 20px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .expertise-card .cta-container {
        margin-top:40px;
        padding: 0 15px 0 0;
    }
}

@media print,screen and (min-width: 51.25em) {
    .table.bordered .table-row:not(.table-headings):not(:last-of-type) .table-column {
        border-bottom:0;
    }
}

.table.bordered .table-row:not(.table-headings) .table-column {
    border: 1px solid #000000;
}

@media print,screen and (max-width: 51.24875em) {
    .table.bordered .table-row:not(.table-headings) .table-column {
        padding:35px 20px;
    }
}

@media print,screen and (min-width: 51.25em) {
    .table.bordered .table-row:not(.table-headings) .table-column:not(:last-of-type) {
        border-right:0;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .table.bordered .table-row:not(.table-headings) .table-column:not(:last-of-type) {
        border-bottom:0;
    }
}

.table.bordered .table-row:not(.table-headings) .table-column:before {
    display: none;
}

.table.striped .table-row:not(.table-headings):nth-child(odd) {
    background: #F6F6F6;
}

.table.striped .table-row:not(.table-headings) .table-column {
    border-bottom: 0;
}

@media print,screen and (max-width: 51.24875em) {
    .table.striped .table-row:not(.table-headings) .table-column {
        padding:35px 20px;
    }
}

.table.striped .table-row:not(.table-headings) .table-column:before {
    left: -1px;
    width: 1px;
}

.table .table-headings {
    margin-top: 70px;
}

@media print,screen and (max-width: 51.24875em) {
    .table .table-headings {
        margin-top:35px;
    }
}

.table .table-contents {
    margin-top: 10px;
}

@media print,screen and (max-width: 51.24875em) {
    .table .table-row {
        margin-top:40px;
    }
}

.table .table-row .table-column {
    min-height: 70px;
    position: relative;
    padding: 49px 20px 18px;
    border-bottom: 1px solid #000000;
}

@media print,screen and (max-width: 51.24875em) {
    .table .table-row .table-column {
        padding:35px 0;
    }
}

.table .table-row .table-column:before {
    content: "";
    top: 1px;
    left: -2px;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
}

@media print,screen and (max-width: 51.24875em) {
    .table .table-row .table-column:before {
        display:none;
    }
}

.table .table-row .title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.table .table-row .text-content {
    font-size: 1.25rem;
}

.table .table-row .text-content .link-item {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 2px;
    display: inline-block;
    text-overflow: ellipsis;
}

.separator-line {
    border: 0;
    height: 1px;
    background-color: #000000;
}

.separator-line.large {
    height: 3px;
}

.separator-line.medium {
    height: 2px;
}

.separator-line.red {
    background-color: #EB3828;
}

.separator-line.gray {
    background-color: #EAEDEE;
}

.components-index section.other-inputs .heading.h5,.components-index section.other-inputs .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .components-index section.other-inputs .h5.title,.components-index section.other-inputs .stat-card.large .card-content .h5.title,.stat-card.large .card-content .components-index section.other-inputs .h5.title,.components-index section.other-inputs .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .components-index section.other-inputs .h5.subtitle,.components-index section.other-inputs .stat-card.medium .card-content .description,.stat-card.medium .card-content .components-index section.other-inputs .description,.components-index section.other-inputs .stat-card.large .card-content .description,.stat-card.large .card-content .components-index section.other-inputs .description {
    margin: 20px 0;
}

.components-index .callout-article {
    margin-top: 0;
    margin-bottom: 0;
}

.leader-bio {
    margin-top: 121px;
}

.leader-bio .bio {
    margin-top: 44px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-bio .bio {
        margin-top:12px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .leader-bio .leader-photo {
        order:0;
    }
}

.leader-bio .leader-photo img {
    width: 100%;
}

.leader-bio .leader-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-bio .leader-info {
        order:1;
        margin-top: 43px;
    }
}

.leader-bio .leader-info>* {
    max-width: 100%;
}

.leader-bio .leader-info .btn {
    color: #FFFFFF;
    margin-top: 120px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-bio .leader-info .btn {
        margin-top:43px;
    }
}

.leader-bio .leader-position {
    margin-top: 20px;
}

.leader-cards {
    padding-top: 96px;
    padding-bottom: 84px;
}

.leadership-heading {
    margin-top: 76px;
}

.leadership-heading .heading.h3,.leadership-heading .stat-card.medium .card-content .h3.description,.stat-card.medium .card-content .leadership-heading .h3.description,.leadership-heading .stat-card.large .card-content .h3.description,.stat-card.large .card-content .leadership-heading .h3.description,.leadership-heading .stat-card.medium .card-content .title,.stat-card.medium .card-content .leadership-heading .title,.leadership-heading .stat-card.large .card-content .title,.stat-card.large .card-content .leadership-heading .title,.leadership-heading .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .leadership-heading .subtitle {
    margin-top: 42px;
}

@media print,screen and (max-width: 51.24875em) {
    .leadership-heading .heading.h3,.leadership-heading .stat-card.medium .card-content .h3.description,.stat-card.medium .card-content .leadership-heading .h3.description,.leadership-heading .stat-card.large .card-content .h3.description,.stat-card.large .card-content .leadership-heading .h3.description,.leadership-heading .stat-card.medium .card-content .title,.stat-card.medium .card-content .leadership-heading .title,.leadership-heading .stat-card.large .card-content .title,.stat-card.large .card-content .leadership-heading .title,.leadership-heading .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .leadership-heading .subtitle {
        margin-top:49px;
    }
}

@media screen and (min-width: 75em) {
    .article-card.large .content .heading.h5,.article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,.article-card.large .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.large .content .description,.article-card.large .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.large .content .description,.article-card.wide .content .heading.h5,.article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,.article-card.wide .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.wide .content .description,.article-card.wide .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.wide .content .description {
        font-size:2.25rem;
    }
}

@media screen and (min-width: 90em) {
    .article-card.large .content .heading.h5,.article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,.article-card.large .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.large .content .description,.article-card.large .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.large .content .description,.article-card.wide .content .heading.h5,.article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,.article-card.wide .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.wide .content .description,.article-card.wide .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.wide .content .description {
        font-size:2.431vw;
    }
}

@media screen and (min-width: 120em) {
    .article-card.large .content .heading.h5,.article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,.article-card.large .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.large .content .description,.article-card.large .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.large .content .description,.article-card.wide .content .heading.h5,.article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,.article-card.wide .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.wide .content .description,.article-card.wide .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.wide .content .description {
        font-size:2.875rem;
    }
}

@media screen and (min-width: 1200px) and (max-width:1350px) {
    .article-card.large .content .heading.h5,.article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,.article-card.large .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.large .content .description,.article-card.large .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.large .content .description,.article-card.wide .content .heading.h5,.article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,.article-card.wide .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.wide .content .description,.article-card.wide .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.wide .content .description {
        margin-top:15px;
    }
}

@media print,screen and (max-width: 74.99875em) {
    .article-card.large .content .heading.h5,.article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,.article-card.large .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.large .content .description,.article-card.large .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.large .content .h5.title,.article-card.large .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.large .content .description,.article-card.wide .content .heading.h5,.article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,.news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,.article-card.wide .content .stat-card.large .card-content .h5.title,.stat-card.large .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.large .card-content .description,.stat-card.large .card-content .article-card.wide .content .description,.article-card.wide .content .stat-card.medium .card-content .h5.title,.stat-card.medium .card-content .article-card.wide .content .h5.title,.article-card.wide .content .stat-card.medium .card-content .description,.stat-card.medium .card-content .article-card.wide .content .description {
        margin-top:35px;
    }
}

.article-card.large .content .small-copy,.article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item,.article-card.wide .content .small-copy,.article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
    margin-top: 35px;
}

@media screen and (min-width: 1200px) and (max-width:1350px) {
    .article-card.large .content .small-copy,.article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item,.article-card.wide .content .small-copy,.article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
        margin-top:15px;
    }
}

@media print,screen and (max-width: 74.99875em) {
    .article-card.large .content .small-copy,.article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item,.article-card.wide .content .small-copy,.article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
        margin-top:20px;
    }
}

.stat-card {
    height: 100%;
    position: relative;
    color: #232E3E;
    background-color: #F7F7F7;
    transition: background-color 0.5s ease;
}

.stat-card.small {
    min-height: 270px;
}

.stat-card.small .card-content {
    padding: 40px 35px 40px;
}

@media print,screen and (min-width: 51.25em) and (max-width:74.62375em) {
    .stat-card.small .card-content {
        padding:20px 20px 15px;
    }
}

.stat-card.medium {
    min-height: 658px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.medium {
        min-height:609px;
    }
}

.stat-card.medium .card-content {
    padding: 111px 68px 113px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.medium .card-content {
        padding:60px 8.3333333333%;
    }
}

.stat-card.medium .card-content .description {
    margin-top: 35px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.medium .card-content .description {
        margin-top:26px;
        line-height: 2.6rem;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.medium .card-content .heading.h3,.stat-card.medium .card-content .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .stat-card.medium .card-content .subtitle,.stat-card.medium .card-content .title,.stat-card.medium .card-content .h3.description {
        font-size:2.25rem;
        font-weight: 700;
    }
}

.stat-card.medium .card-content .number {
    font-size: 6.575rem;
    margin-top: 112px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.medium .card-content .number {
        font-size:5.875rem;
        margin-top: 126px;
    }
}

.stat-card.medium .card-content .title {
    margin-top: 24px;
    font-weight: 400;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.medium .card-content .title {
        margin-top:15px;
    }
}

.stat-card.large {
    min-height: 658px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.large {
        min-height:356px;
    }
}

.stat-card.large .card-content {
    padding: 90px 112px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.large .card-content {
        padding:32px 8.3333333333% 42px;
    }
}

.stat-card.large .card-content .description {
    margin-top: 24px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.large .card-content .description {
        margin-top:20px;
        font-size: 1rem;
        line-height: 2.2rem;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.large .card-content .heading.h2,.stat-card.large .card-content .news-centre-hero .news-hero-container .title .h2.subtitle,.news-centre-hero .news-hero-container .title .stat-card.large .card-content .h2.subtitle,.stat-card.large .card-content .h2.title,.stat-card.large .card-content .h2.description {
        font-size:2.875rem;
        font-weight: 600;
    }
}

.stat-card.large .card-content .number {
    font-size: 7.5rem;
    margin-top: 100px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.large .card-content .number {
        margin-top:21px;
        font-size: 5.875rem;
    }
}

.stat-card.large .card-content .title {
    margin-top: 30px;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card.large .card-content .title {
        font-size:1.25rem;
        margin-top: 15px;
        font-weight: 400;
    }
}

.stat-card .card-content .number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #F7F7F7;
    text-transform: uppercase;
    font-family: "SohneBreit",sans-serif;
    -webkit-text-stroke: 2px #000000;
}

@media print,screen and (max-width: 51.24875em) {
    .stat-card .card-content .number {
        font-size:3.5rem;
    }
}

.stat-card .card-content .title {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

.stat-card .card-content .description {
    margin-top: 20px;
    font-size: 1rem;
}

.stat-card:hover {
    background-color: #FFE17E;
}

.accent-yellow .stat-card:hover,.stat-card:hover.accent-yellow {
    background-color: #FFE17E;
}

.accent-green .stat-card:hover,.stat-card:hover.accent-green {
    background-color: #B8ECB6;
}

.accent-red .stat-card:hover,.stat-card:hover.accent-red {
    background-color: #FFBCB7;
}

.accent-blue .stat-card:hover,.stat-card:hover.accent-blue {
    background-color: #A2DAF3;
}

.stat-card:hover.color-1 {
    background-color: #E4253A;
}

.stat-card:hover.color-2 {
    background-color: #DEA83C;
}

.stat-card:hover.color-3 {
    background-color: #4E9F38;
}

.stat-card:hover.color-4 {
    background-color: #C51A2D;
}

.stat-card:hover.color-5 {
    background-color: #FF3C23;
}

.stat-card:hover.color-6 {
    background-color: #27BDE3;
}

.stat-card:hover.color-7 {
    background-color: #FDC30A;
}

.stat-card:hover.color-8 {
    background-color: #A21843;
}

.stat-card:hover.color-9 {
    background-color: #FE6924;
}

.stat-card:hover.color-10 {
    background-color: #DE1568;
}

.stat-card:hover.color-11 {
    background-color: #FE9C25;
}

.stat-card:hover.color-12 {
    background-color: #BF8B2E;
}

.stat-card:hover.color-13 {
    background-color: #3E8045;
}

.stat-card:hover.color-14 {
    background-color: #0C98DA;
}

.stat-card:hover.color-15 {
    background-color: #58C12C;
}

.stat-card:hover.color-16 {
    background-color: #03689D;
}

.stat-card:hover.color-17 {
    background-color: #1A496B;
}

.stat-card:hover .card-content .number {
    text-shadow: none;
    color: #232E3E;
    -webkit-text-stroke: unset;
}

.stat-card:hover.sdg {
    color: #FFFFFF;
}

.stat-card:hover.sdg .card-content .number {
    color: #FFFFFF;
    text-shadow: none;
    -webkit-text-stroke: unset;
}

.standard-page {
    padding-bottom: 89px;
    margin: 0 auto 0;
}

@media print,screen and (max-width: 74.62375em) {
    .standard-page {
        padding:26px 0 67px;
        margin-top: 70px;
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .standard-page {
        overflow: hidden;
    }
}

.standard-page .side-nav-content {
    margin-top: 42px;
}

.standard-page .side-nav-content .side-navigation {
    display: flex;
    align-items: flex-start;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .standard-page .side-nav-content .side-navigation {
        display: block;
    }
}

@media print,screen and (min-width: 74.625em) {
    .standard-page .side-nav-content .side-content .content-wrapper {
        overflow:hidden;
        padding-right: 14%;
        margin-right: -24px;
    }
}

.standard-page .side-nav-content .side-content .content-wrapper .h2 {
    margin-bottom: 28px;
    text-transform: capitalize;
}

.standard-page .side-nav-content .side-content .content-wrapper .big-copy {
    margin-top: 20px;
}

.standard-page .standard-page-slider {
    margin-top: 50px;
}

.standard-page .standard-page-slider .standard-page-slide {
    padding: 60px 0;
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide {
        padding:28px 5px;
    }
}

.standard-page .standard-page-slider .standard-page-slide img {
    width: 40%;
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide img {
        width:90%;
    }
}

.standard-page .standard-page-slider .standard-page-slide .slide-content {
    width: 38%;
    padding-left: 49px;
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide .slide-content {
        opacity:0;
        width: 100%;
        padding-left: 0;
        margin-top: 29px;
        transition: opacity 100ms ease-in-out;
    }
}

.standard-page .standard-page-slider .standard-page-slide .big-copy {
    line-height: 2.6rem;
}

@media print,screen and (max-width: 74.99875em) {
    .standard-page .standard-page-slider .standard-page-slide .big-copy {
        line-height:1.3;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide .big-copy {
        font-size:0.875rem;
        line-height: 2rem;
    }
}

.standard-page .standard-page-slider .standard-page-slide .heading,.standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .description,.stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .description,.standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .title,.stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .title,.standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .description,.stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .description,.standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .title,.stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .title,.standard-page .standard-page-slider .standard-page-slide .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .standard-page .standard-page-slider .standard-page-slide .subtitle {
    line-height: 4rem;
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide .heading,.standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .description,.stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .description,.standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .title,.stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .title,.standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .description,.stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .description,.standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .title,.stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .title,.standard-page .standard-page-slider .standard-page-slide .news-centre-hero .news-hero-container .title .subtitle,.news-centre-hero .news-hero-container .title .standard-page .standard-page-slider .standard-page-slide .subtitle {
        font-size:1.875rem;
        line-height: 3.5rem;
        font-weight: 600;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .glide__slide--active .slide-content {
        opacity:1;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .glide__bullets {
        margin-left:-15px;
        width: calc(100% + 30px);
    }
}

.standard-page .standard-page-slider .glide__track {
    margin-right: -19.5%;
}

@media screen and (min-width: 122.1875em) {
    .standard-page .standard-page-slider .glide__track {
        margin-right:0;
    }
}

@media print,screen and (max-width: 74.62375em) {
    .standard-page .standard-page-slider .glide__track {
        margin-right:-48px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .standard-page .standard-page-slider .glide__track {
        margin-right:-30px;
    }
}

.about-hero,.project-hero {
    height: 100vh;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    transition: max-width 0.5s ease;
}

.about-hero .overlay,.project-hero .overlay {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    background: #000000;
    position: absolute;
}

.about-hero.no-image,.no-image.project-hero {
    background: linear-gradient(45deg,#1F5A95 0%,#60D4F2 60%);
}

.about-hero.small-height,.small-height.project-hero {
    max-height: 460px;
}

@media print,screen and (max-width: 74.62375em) {
    .about-hero,.project-hero {
        margin-top:28px;
    }
}

.about-hero .hero-container,.project-hero .hero-container,.about-hero .text-container,.project-hero .text-container {
    height: 100%;
}

.about-hero .hero-content,.project-hero .hero-content {
    color: #FFFFFF;
}

.about-hero .hero-content .breadcrumb,.project-hero .hero-content .breadcrumb {
    padding-top: 26px;
}

@media print,screen and (max-width: 51.24875em) {
    .about-hero .hero-content .title,.project-hero .hero-content .title {
        font-size:1.5rem;
        font-weight: 400;
    }
}

.about-hero .hero-content .subtitle,.project-hero .hero-content .subtitle {
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "SohneBreit",sans-serif;
}

@media print,screen and (max-width: 51.24875em) {
    .about-hero .hero-content .subtitle,.project-hero .hero-content .subtitle {
        margin-top:18px;
        font-size: 1.5rem;
        font-weight: 700;
    }
}

.about-hero .hero-content .text-box,.project-hero .hero-content .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 170px);
}

@media print,screen and (max-width: 51.24875em) {
    .about-hero .hero-content .text-box,.project-hero .hero-content .text-box {
        height:calc(100% - 220px);
    }
}

.flex-container {
    display: flex;
}

.flex-child-auto {
    flex: 1 1 auto;
}

.flex-child-grow {
    flex: 1 0 auto;
}

.flex-child-shrink {
    flex: 0 1 auto;
}

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

.flex-dir-row-reverse {
    flex-direction: row-reverse;
}

.flex-dir-column {
    flex-direction: column;
}

.flex-dir-column-reverse {
    flex-direction: column-reverse;
}

@media print,screen and (min-width: 51.25em) {
    .medium-flex-container {
        display:flex;
    }

    .medium-flex-child-auto {
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }

    .medium-flex-dir-row {
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

@media print,screen and (min-width: 74.625em) {
    .large-flex-container {
        display:flex;
    }

    .large-flex-child-auto {
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        flex: 0 1 auto;
    }

    .large-flex-dir-row {
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display:flex;
    }

    .xlarge-flex-child-auto {
        flex: 1 1 auto;
    }

    .xlarge-flex-child-grow {
        flex: 1 0 auto;
    }

    .xlarge-flex-child-shrink {
        flex: 0 1 auto;
    }

    .xlarge-flex-dir-row {
        flex-direction: row;
    }

    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }

    .xlarge-flex-dir-column {
        flex-direction: column;
    }

    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display:flex;
    }

    .xxlarge-flex-child-auto {
        flex: 1 1 auto;
    }

    .xxlarge-flex-child-grow {
        flex: 1 0 auto;
    }

    .xxlarge-flex-child-shrink {
        flex: 0 1 auto;
    }

    .xxlarge-flex-dir-row {
        flex-direction: row;
    }

    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }

    .xxlarge-flex-dir-column {
        flex-direction: column;
    }

    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@media print,screen and (max-width: 51.24875em) {
    .hide-for-small-only {
        display:none !important;
    }
}

@media screen and (max-width: 0em),screen and (min-width:51.25em) {
    .show-for-small-only {
        display:none !important;
    }
}

@media print,screen and (min-width: 51.25em) {
    .hide-for-medium {
        display:none !important;
    }
}

@media screen and (max-width: 51.24875em) {
    .show-for-medium {
        display:none !important;
    }
}

@media print,screen and (min-width: 51.25em) and (max-width:74.62375em) {
    .hide-for-medium-only {
        display:none !important;
    }
}

@media screen and (max-width: 51.24875em),screen and (min-width:74.625em) {
    .show-for-medium-only {
        display:none !important;
    }
}

@media print,screen and (min-width: 74.625em) {
    .hide-for-large {
        display:none !important;
    }
}

@media print,screen and (min-width: 74.625em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display:none !important;
    }
}

@media screen and (max-width: 74.62375em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none !important;
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display:none !important;
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display:none !important;
    }
}

@media screen and (min-width: 75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display:none !important;
    }
}

@media screen and (max-width: 74.99875em),screen and (min-width:90em) {
    .show-for-xlarge-only {
        display:none !important;
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display:none !important;
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display:none !important;
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge-only {
        display:none !important;
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge-only {
        display:none !important;
    }
}

.show-for-sr,.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.show-on-focus:active,.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.show-for-landscape,.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,.hide-for-portrait {
        display:block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,.hide-for-portrait {
        display:none !important;
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,.show-for-portrait {
        display:none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,.show-for-portrait {
        display:block !important;
    }
}

.show-for-dark-mode {
    display: none;
}

.hide-for-dark-mode {
    display: block;
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display:block !important;
    }

    .hide-for-dark-mode {
        display: none !important;
    }
}

.faq {
    margin-top: 110px;
    margin-bottom: 150px;
}

.faq .faq-item {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}

.faq .faq-item:first-child {
    margin-top: 0;
}

.faq .question-button {
    width: 100%;
    cursor: pointer;
    padding: 40px 0 25px;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

.faq .question-button .title {
    width: 80%;
    line-height: 1.2;
    font-size: 1.5rem;
}

@media print,screen and (max-width: 74.62375em) {
    .faq .questions-container {
        margin-top:50px;
    }
}

.faq .arrow-down {
    transition: all 0.3s ease;
}

.faq .answer {
    opacity: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 40px 0 44px;
    transition: all 250ms 0.2s cubic-bezier(0.4,0.22,0.28,1);
}

@media print,screen and (max-width: 74.62375em) {
    .faq .answer {
        padding:0 30px 0 30px;
    }
}

.faq .expanded .answer {
    opacity: 1;
    max-height: 1024px;
    padding: 16px 40px 23px 44px;
}

@media print,screen and (max-width: 74.62375em) {
    .faq .expanded .answer {
        padding:15px 30px;
    }
}

.faq .expanded .arrow-down {
    transform: rotate(-180deg);
}

.article-gallery {
    margin: 80px auto;
}

.article-gallery .gallery-container {
    display: flex;
    justify-content: center;
}

@media print,screen and (max-width: 51.24875em) {
    .article-gallery .gallery-container {
        align-items:center;
        flex-direction: column;
    }
}

.article-gallery .gallery-container .image-item {
    margin-left: 25px;
}

@media print,screen and (max-width: 51.24875em) {
    .article-gallery .gallery-container .image-item {
        margin-left:0;
        margin-top: 15px;
        align-items: center;
    }
}

.article-gallery .gallery-container .image-item:first-child {
    margin-left: 0;
}

.leader-card {
    margin-bottom: 22px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-card {
        max-width:545px;
        margin: 0 auto 14px;
    }
}

.leader-card>.content-wrapper {
    cursor: pointer;
}

@media (hover: hover) and (pointer:fine),(-ms-high-contrast:none),(-ms-high-contrast:active) {
    .leader-card>.content-wrapper:hover .text-link {
        color:#000000;
    }

    .leader-card>.content-wrapper:hover .link-arrow-group {
        transform: translateX(0);
    }

    [dir=rtl] .leader-card>.content-wrapper:hover .link-arrow-group {
        transform: rotate(180deg) translateX(0);
    }

    .leader-card>.content-wrapper:hover .link-arrow-group .arrow-line {
        display: unset;
    }

    .leader-card>.content-wrapper:hover .link-arrow-group .arrow-point {
        transform: translateX(31px);
    }
}

@media print,screen and (max-width: 51.24875em) {
    .leader-card>.content-wrapper {
        flex-direction:column;
    }
}

.leader-card>.content-wrapper .cta-container {
    margin: auto 0 0;
}

.leader-card>.content-wrapper .cta-container .btn,.leader-card>.content-wrapper .cta-container .text-link {
    margin-top: 27px;
}

.leader-card>.content-wrapper .leader-info {
    background: #F7F7F7;
    padding: 38px 60px 41px 34px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-card>.content-wrapper .leader-info {
        order:1;
        padding: 30px 27px 29px;
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .leader-card>.content-wrapper .leader-info {
        flex: 1;
    }
}

.leader-card>.content-wrapper .leader-info .leader-titles {
    margin-top: 12px;
    text-transform: none;
}

.leader-card>.content-wrapper .leader-photo {
    width: 330px;
    flex-shrink: 0;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-card>.content-wrapper .leader-photo {
        order:0;
        width: 100%;
    }
}

.leader-card>.content-wrapper .leader-photo img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-card>.content-wrapper .leader-photo img {
        height:auto;
    }
}

.small-leader-card {
    height: 100%;
    padding-bottom: 22px;
}

@media print,screen and (max-width: 51.24875em) {
    .small-leader-card {
        height:auto;
        margin: 0 auto;
        max-width: 545px;
        padding-bottom: 14px;
    }
}

.small-leader-card>.content-wrapper {
    height: 100%;
    display: flex;
    cursor: pointer;
    flex-direction: column;
}

@media (hover: hover) and (pointer:fine),(-ms-high-contrast:none),(-ms-high-contrast:active) {
    .small-leader-card>.content-wrapper:hover .text-link {
        color:#000000;
    }

    .small-leader-card>.content-wrapper:hover .link-arrow-group {
        transform: translateX(0);
    }

    [dir=rtl] .small-leader-card>.content-wrapper:hover .link-arrow-group {
        transform: rotate(180deg) translateX(0);
    }

    .small-leader-card>.content-wrapper:hover .link-arrow-group .arrow-line {
        display: unset;
    }

    .small-leader-card>.content-wrapper:hover .link-arrow-group .arrow-point {
        transform: translateX(31px);
    }
}

@media print,screen and (max-width: 51.24875em) {
    .small-leader-card>.content-wrapper {
        height:auto;
    }
}

.small-leader-card>.content-wrapper .cta-container {
    margin: auto 0 0;
}

.small-leader-card>.content-wrapper .cta-container .text-link {
    margin-top: 27px;
}

.small-leader-card>.content-wrapper .leader-info {
    flex: 1 auto;
    width: 100%;
    height: auto;
    padding: 25px 25px 20px;
    background: #F7F7F7;
}

@media print,screen and (max-width: 51.24875em) {
    .small-leader-card>.content-wrapper .leader-info {
        flex:0;
        padding: 30px 27px 29px;
    }
}

.small-leader-card>.content-wrapper .leader-titles {
    margin-top: 12px;
    text-transform: none;
}

.small-leader-card>.content-wrapper .leader-photo {
    margin: 0;
    width: 100%;
    flex: 0 auto;
    height: 396px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media print,screen and (max-width: 51.24875em) {
    .small-leader-card>.content-wrapper .leader-photo {
        height:400px;
    }
}

.leader-modal .modal-content {
    max-width: 1156px;
    padding: 0 19px 17px;
}

.leader-modal .modal-content::-webkit-scrollbar {
    width: 5px;
}

.leader-modal .modal-content::-webkit-scrollbar-track {
    background: linear-gradient(90deg,transparent 10%,#000000 33%,transparent 0%);
}

.leader-modal .modal-content::-webkit-scrollbar-thumb {
    background-color: black;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .modal-content {
        padding:0 10px 0 15px;
    }
}

.leader-modal .modal-content .btn-close {
    top: auto;
    right: auto;
    outline: none;
    margin-left: auto;
    position: relative;
}

.leader-modal .modal-content .content-wrapper {
    overflow-y: auto;
    padding: 86px 99px 131px;
}

.leader-modal .modal-content .content-wrapper::-webkit-scrollbar {
    width: 5px;
}

.leader-modal .modal-content .content-wrapper::-webkit-scrollbar-track {
    background: linear-gradient(90deg,transparent 10%,#000000 33%,transparent 0%);
}

.leader-modal .modal-content .content-wrapper::-webkit-scrollbar-thumb {
    background-color: black;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .modal-content .content-wrapper {
        padding:0;
        margin-bottom: 32px;
    }
}

.leader-modal .modal-content .modal-heading {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding: 17px 0 0;
    background: #FFFFFF;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .modal-content .modal-heading {
        padding:9px 7px 8px;
        position: relative !important;
    }
}

.leader-modal .leader-info {
    max-width: 450px;
    margin-left: 25px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .leader-info {
        margin:0 auto;
        max-width: none;
        padding: 33px 29px;
    }
}

.leader-modal .leader-info .leader-bio {
    margin-top: 40px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .leader-info .leader-bio {
        margin-top:26px;
    }
}

.leader-modal .leader-info .leader-titles {
    margin-top: 12px;
}

.leader-modal .leader-photo {
    flex-shrink: 0;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .leader-photo {
        text-align:center;
    }
}

.leader-modal .leader-photo img {
    width: 100%;
    max-width: 330px;
}

@media print,screen and (max-width: 51.24875em) {
    .leader-modal .leader-photo img {
        max-width:545px;
    }
}

.large-copy {
    font-size: 2.25rem;
    line-height: 1.14;
    font-weight: 400;
}

.big-copy {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
}

@media print,screen and (max-width: 74.62375em) {
    .big-copy {
        font-size:1rem;
    }
}

.big-copy.light {
    color: #FFFFFF;
}

.big-copy.dark {
    color: #000000;
}

.medium-copy,.triple-column-gallery .image-caption .caption::marker {
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 400;
}

@media print,screen and (max-width: 74.62375em) {
    .medium-copy,.triple-column-gallery .image-caption .caption::marker {
        line-height:1.4;
        font-size: 0.875rem;
    }
}

.medium-copy.light,.triple-column-gallery .image-caption .light.caption::marker {
    color: #FFFFFF;
}

.medium-copy.dark,.triple-column-gallery .image-caption .dark.caption::marker {
    color: #000000;
}

.small-copy,.modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
}

.small-copy.light,.modal-publication-download .download-controls .chapter-list .chapter-item .light.checkbox-item {
    color: #FFFFFF;
}

.small-copy.dark,.modal-publication-download .download-controls .chapter-list .chapter-item .dark.checkbox-item {
    color: #000000;
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.image-per-row-gallery,.three-image-gallery {
    margin-top: 75px;
}

@media print,screen and (max-width: 51.24875em) {
    .image-per-row-gallery .gallery-text-content,.three-image-gallery .gallery-text-content {
        background:none;
        padding: 0 29px 31px;
    }

    .image-per-row-gallery .gallery-text-content .cta,.three-image-gallery .gallery-text-content .cta {
        margin-top: 44px;
    }

    .image-per-row-gallery .gallery-text-content .medium-copy:first-of-type,.three-image-gallery .gallery-text-content .medium-copy:first-of-type,.image-per-row-gallery .gallery-text-content .triple-column-gallery .image-caption .caption:first-of-type::marker,.three-image-gallery .gallery-text-content .triple-column-gallery .image-caption .caption:first-of-type::marker,.triple-column-gallery .image-caption .image-per-row-gallery .gallery-text-content .caption:first-of-type::marker,.triple-column-gallery .image-caption .three-image-gallery .gallery-text-content .caption:first-of-type::marker {
        margin-top: 0;
    }
}

.image-only-carousel {
    margin-top: 75px;
}

.image-only-carousel img {
    flex: 0;
    margin: 0 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media print,screen and (max-width: 74.62375em) {
    .image-only-carousel img {
        min-width:100%;
        max-height: 356px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .image-only-carousel img {
        padding:0;
    }
}

@media screen and (max-width: 29.6875em) {
    .image-only-carousel img {
        min-width:auto;
    }
}

.image-only-carousel img:first-of-type {
    padding-left: 0;
}

.image-only-carousel img:last-of-type {
    padding-right: 0;
}

.image-only-carousel .bullets-container {
    margin-top: 70px;
}

.image-only-carousel .glide__track {
    margin-top: 30px;
    margin-right: -100%;
}

.image-only-carousel .glide__track .glide__slides {
    overflow: visible;
}

.image-only-carousel .glide__track .glide__slide {
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .image-only-carousel .glide__track .glide__slide {
        display: inline;
    }
}

.publications {
    background-color: #F7F7F7;
}

@media print,screen and (max-width: 51.24875em) {
    .publications {
        padding-bottom:55px;
    }
}

.publications .publication-title-container {
    margin: 0 auto;
}

.publications .section-title {
    margin-top: 120px;
}

@media print,screen and (max-width: 74.62375em) {
    .publications .section-title {
        margin-top:80px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .publications .section-title {
        padding-left:8.3%;
        margin: 125px 0 25px;
    }
}

@media screen and (max-width: 22.5em) {
    .publications .section-title {
        margin-bottom:25px;
    }
}

.publications .publications-slider {
    margin-top: 70px;
}

@media print,screen and (max-width: 74.99875em) {
    .publications .publications-slider {
        margin-top:80px;
    }
}

@media print,screen and (max-width: 74.62375em) {
    .publications .publications-slider {
        margin-top:70px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .publications .publications-slider {
        margin-top:0;
        display: flex;
        flex-direction: column;
    }
}

.publications .publications-slider .bullets-container {
    margin: 0 auto;
}

@media print,screen and (max-width: 51.24875em) {
    .publications .publications-slider .glide--slider {
        display:flex;
        margin-bottom: 125px;
        flex-direction: column-reverse;
    }
}

.publication-featured-card .publication-image,.multi-cta-featured-publication .publication-image {
    max-width: 100%;
}

@media print,screen and (max-width: 74.62375em) {
    .publication-featured-card .publication-image,.multi-cta-featured-publication .publication-image {
        padding:40px;
        margin: 0 auto;
        max-width: 425px;
    }

    .publication-featured-card .publication-image::before,.multi-cta-featured-publication .publication-image::before {
        left: 25px;
        right: 70px;
        height: 15px;
        bottom: 40px;
        filter: blur(5px);
    }
}

.publication-featured-card .publication-image .image,.multi-cta-featured-publication .publication-image .image {
    min-height: 0;
    max-width: none;
}

.publication-image {
    width: 100%;
    z-index: -2;
    padding: 64px;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom,#c9d0d6 70%,#c9d0d6 70%,#414648 70.5%,#9ea5ac 69.5%,#9ea5ac 100%);
}

@media print,screen and (max-width: 74.62375em) {
    .publication-image {
        max-width:350px;
        padding: 50px 35px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .publication-image {
        padding:20px;
    }
}

@media screen and (max-width: 22.5em) {
    .publication-image {
        max-width:150px;
    }
}

.publication-image .image {
    width: 100%;
    max-width: 450px;
    min-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}

@media print,screen and (max-width: 74.62375em) {
    .publication-image .image {
        max-width:350px;
        min-height: 210px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .publication-image .image {
        min-height:auto;
    }
}

@media screen and (max-width: 22.5em) {
    .publication-image .image {
        max-width:200px;
    }
}

.publication-image::before {
    content: "";
    left: 36px;
    z-index: -1;
    right: 90px;
    height: 32px;
    bottom: 64px;
    filter: blur(8px);
    border-radius: 21%;
    position: absolute;
    transform: skewX(64deg);
    background: #7B8085;
}

@media print,screen and (max-width: 74.62375em) {
    .publication-image::before {
        left:14px;
        right: 60px;
        height: 23px;
        bottom: 50px;
        border-radius: 0;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .publication-image::before {
        left:4px;
        right: 50px;
        height: 16px;
        bottom: 20px;
        filter: blur(4px);
    }
}

.big-copy-h1 {
    padding: 170px 0;
}

@media print,screen and (max-width: 51.24875em) {
    .big-copy-h1 {
        padding:112px 0;
    }
}

@media print,screen and (max-width: 51.24875em) and (max-width:51.24875em) {
    .big-copy-h1 .cell:not(:first-child) {
        margin-top:68px;
    }
}

.news-centre-hero {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media print,screen and (max-width: 74.62375em) {
    .news-centre-hero {
        margin-top:70px;
        padding-top: 40px;
    }
}

.news-centre-hero .news-hero-container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.news-centre-hero .news-hero-container .title {
    width: 100%;
    position: absolute;
    top: calc(50% - 130px);
    text-transform: uppercase;
    font-family: "SohneBreit",sans-serif;
}

@media print,screen and (max-width: 74.62375em) {
    .news-centre-hero .news-hero-container .title {
        top:auto;
        padding-left: 25px;
        position: relative;
    }
}

.news-centre-hero .news-hero-container .title .subtitle {
    text-transform: capitalize;
}

@media print,screen and (min-width: 74.625em) {
    .news-centre-hero .news-hero-container .title .subtitle {
        width:300px;
        overflow: hidden;
        position: absolute;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        bottom: calc(100% + 16px);
        -webkit-box-orient: vertical;
    }
}

@media print,screen and (max-width: 74.62375em) {
    .news-centre-hero .news-hero-container .title .subtitle {
        margin-top:40px;
        margin-bottom: 13px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .news-centre-hero .news-hero-container .title .subtitle {
        font-weight:normal;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .news-centre-hero .news-hero-container .title,.news-centre-hero .news-hero-container .subtitle {
        font-size:25px !important;
    }
}

.news-centre-hero .hero-link {
    margin-top: auto;
    padding: 25px 30px;
    background: #F7F7F7;
}

@media print,screen and (max-width: 74.62375em) {
    .news-centre-hero .hero-link {
        display:none;
    }
}

.news-centre-hero .hero-link.mobile {
    display: block;
}

.news-centre-hero .hero-link .link-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 400;
}

.news-centre-hero .hero-link .text-link {
    width: 100%;
    margin-top: 10px;
}

.news-centre-hero .news-hero-container-mobile {
    display: none;
}

@media print,screen and (max-width: 74.62375em) {
    .news-centre-hero .news-hero-container-mobile {
        width:100%;
        display: block;
    }
}

.news-centre-hero .news-hero-container-mobile .text-link {
    margin-left: 10px;
}

.news-centre-hero .image-container {
    padding-left: 25px;
}

.news-centre-hero .image-container img {
    width: 100%;
}

@media print,screen and (max-width: 74.62375em) {
    .news-centre-hero .image-container {
        padding-left:0;
        margin-top: 35px;
    }
}

.news-centre-hero .text-link .text {
    width: auto;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}

.news-centre-hero .text-link img {
    flex: 0 1 auto;
    max-width: 12px;
}

.download-item {
    margin-top: 23px;
    font-size: 1.5rem;
    background: #F7F7F7;
}

@media print,screen and (max-width: 74.62375em) {
    .download-item {
        font-size:1.25rem;
        padding-bottom: 22px;
    }
}

.download-item .item-text-content {
    padding: 15px 30px 20px;
}

.download-item .item-text-content .title-text {
    min-height: 58px;
}

.downloadable-content .publication-image {
    z-index: 1;
}

@media print,screen and (max-width: 74.62375em) {
    .downloadable-content .publication-image {
        display:flex;
        max-width: 100%;
        justify-content: center;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .downloadable-content .publication-image:before {
        left:50%;
        width: 100%;
        height: 20px;
        max-width: 350px;
        transform: translateX(-55%) skewX(64deg);
    }
}

.downloadable-content .publication-image .image {
    min-height: 100%;
}

.global-hero-2.no-overlay,.no-overlay.country-hero-5 {
    color: #000000;
}

.global-hero-2.no-overlay:before,.no-overlay.country-hero-5:before {
    display: none;
}

.global-hero-2.video-background,.video-background.country-hero-5 {
    position: relative;
}

.global-hero-2.video-background video,.video-background.country-hero-5 video {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: center;
    object-position: center;
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-2.video-background video,.video-background.country-hero-5 video {
        -o-object-position:left center;
        object-position: left center;
    }
}

.global-hero-2 .title,.country-hero-5 .title {
    max-width: 100% !important;
    font-weight: 700;
    padding-bottom: 0 !important;
    font-family: "SohneBreit",sans-serif;
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-2 .title,.country-hero-5 .title {
        margin-top:0 !important;
    }

    .global-hero-2 .title:after,.country-hero-5 .title:after {
        content: "";
        left: 0;
        height: 3px;
        width: 95px;
        bottom: -30px;
        background: #000000;
        position: absolute;
    }
}

.global-hero-2 .subtitle,.country-hero-5 .subtitle {
    font-size: 1.875rem;
    margin-top: 45px;
    font-weight: 700;
    font-family: "ProximaNova",sans-serif;
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-2 .subtitle,.country-hero-5 .subtitle {
        margin-top:65px;
        font-size: 1.5rem;
        font-weight: 400;
    }
}

.global-hero-2 .cta-button,.country-hero-5 .cta-button {
    right: 50px;
    bottom: 50px;
    position: absolute;
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-2 .cta-button,.country-hero-5 .cta-button {
        right:0;
        width: 100%;
        padding: 0 40px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-2 .cta-button .btn,.country-hero-5 .cta-button .btn {
        width:100%;
    }
}

.global-hero-3,.global-hero-2,.country-hero-5 {
    width: 100%;
    height: 100vh;
    color: #FFFFFF;
    max-width: 100%;
    max-height: 805px;
    min-height: 790px;
    position: relative;
    background-size: cover;
    background-position: top;
    margin: 0 auto 0;
    background-repeat: no-repeat;
    font-family: "SohneBreit",sans-serif;
    transition: max-width 0.5s ease;
}

@media print,screen and (min-width: 74.625em) {
    .global-hero-3,.global-hero-2,.country-hero-5 {
        max-height:810px;
    }
}

@media print,screen and (min-width: 51.25em) {
    .global-hero-3,.global-hero-2,.country-hero-5 {
        max-height:880px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-3,.global-hero-2,.country-hero-5 {
        height:815px;
    }
}

.global-hero-3:before,.global-hero-2:before,.country-hero-5:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.25);
}

@media print,screen and (max-width: 74.62375em) {
    .global-hero-3,.global-hero-2,.country-hero-5 {
        margin-top:70px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-3,.global-hero-2,.country-hero-5 {
        padding:20px 0;
        min-height: 564px;
        background-position: 25%;
    }

    .global-hero-3 .grid-container,.global-hero-2 .grid-container,.country-hero-5 .grid-container {
        padding: 0;
    }
}

.global-hero-3 .breadcrumb,.global-hero-2 .breadcrumb,.country-hero-5 .breadcrumb {
    margin-top: 30px;
    position: absolute;
    z-index: 10;
}

.global-hero-3 .title,.global-hero-2 .title,.country-hero-5 .title {
    max-width: 810px;
    font-size: 6.875rem;
    line-height: 1.08;
    letter-spacing: 12px;
    padding: 222px 0 260px 0;
    text-transform: uppercase;
}

@media print,screen and (max-width: 74.99875em) {
    .global-hero-3 .title,.global-hero-2 .title,.country-hero-5 .title {
        line-height:1;
        font-size: 5.125rem;
        letter-spacing: 8.2px;
    }
}

@media print,screen and (max-width: 51.24875em) {
    .global-hero-3 .title,.global-hero-2 .title,.country-hero-5 .title {
        max-width:261px;
        line-height: 1.2;
        font-size: 1.5rem;
        margin-top: 195px;
        letter-spacing: 2.5px;
    }
}

.global-hero-3 .cta-arrow,.global-hero-2 .cta-arrow,.country-hero-5 .cta-arrow {
    left: 50%;
    bottom: 222px;
    position: absolute;
    transform: translateX(-50%);
}

.country-hero-5 .title-text {
    padding-top: 280px;
    text-transform: uppercase;
    font-family: "SohneBreit",sans-serif;
}

@media print,screen and (max-width: 51.24875em) {
    .country-hero-5 .title-text {
        font-size:1.5rem;
        line-height: 3rem;
    }
}

@keyframes gin-throbber {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber {
    border: 3px solid var(--gin-color-primary);
    border-inline-end:3px dotted transparent;}

.ajax-progress .ajax-progress__message {
    color: var(--gin-color-text);
}

[dir].gin--dark-mode .ajax-progress--fullscreen {
    background-color: var(--gin-color-primary);
    border-color: transparent;
    box-shadow: 0 2px 6px 0 var(--gin-bg-app);
}

[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen {
    border: 3px solid var(--gin-bg-app);
    border-inline-end:3px dotted transparent;}

.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen {
    border: 2px solid var(--gin-color-primary);
    border-inline-end:2px dotted transparent;}

.ui-dialog .ajax-progress-throbber {
    padding: var(--gin-spacing-xs);
    background: var(--gin-bg-app);
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(34,35,48,.1);
    border: 1px solid rgba(216,217,224,.8);
}

.gin--dark-mode .ui-dialog .ajax-progress-throbber {
    background-color: var(--gin-color-primary);
    border-color: transparent;
    box-shadow: 0 2px 6px 0 var(--gin-bg-app);
}

.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before {
    content: "";
    display: block;
    position: absolute;
    inset-block-start: var(--gin-spacing-xs);
    inset-inline-start: var(--gin-spacing-xs);
    width: 1.125rem;
    height: 1.125rem;
    border: 2px solid var(--gin-color-primary);
    border-inline-end:2px dotted transparent;border-radius: 50%;
    animation: gin-throbber .75s linear infinite;
}

.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress {
    background-color: var(--gin-bg-app);
    border-color: var(--gin-bg-app);
}

.contextual-links li {
    position: relative;
}

.contextual-links .ajax-progress-throbber {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: var(--gin-spacing-xxs);
    width: 24px;
    height: 24px;
}

.contextual-links .ajax-progress-throbber::before {
    inset-block-start: 0;
    inset-inline-start: .25em;
}

.claro-autocomplete__message {
    color: var(--gin-color-primary);
}

/* ================================================================
   CAROUSEL / FIXED CAROUSEL
   ================================================================ */
/* .fixed-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.fixed-carousel .swiper-scrollbar {
    position: relative;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 20px;
}

.fixed-carousel .swiper-scrollbar-drag {
    background: #0468B1;
    border-radius: 2px;
    cursor: grab;
    transition: background 0.3s;
}

.fixed-carousel .swiper-scrollbar-drag:active {
    cursor: grabbing;
    background: #035a94;
}

.fixed-carousel .swiper-wrapper {
    display: flex;
    transition-timing-function: ease-out;
    cursor: grab;
}

.fixed-carousel .swiper-wrapper:active {
    cursor: grabbing;
}

.fixed-carousel .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    height: auto;
}

.fixed-carousel__image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .fixed-carousel__image {
        height: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .fixed-carousel__image {
        height: 600px;
    }
}

.fixed-carousel .slide-content {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .fixed-carousel .slide-content {
        padding: 0 40px;
    }
}

.fixed-carousel .slide-content-wrap {
    margin-bottom: 30px;
}

.fixed-carousel .slide-content h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0468B1;
    margin: 0 0 12px 0;
}

.fixed-carousel .slide-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px 0;
    color: #232E3D;
}

@media screen and (min-width: 768px) {
    .fixed-carousel .slide-content h4 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .fixed-carousel .slide-content h4 {
        font-size: 40px;
    }
}

.fixed-carousel .slide-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .fixed-carousel .slide-content p {
        font-size: 18px;
    }
}

.fixed-carousel__button-wrap {
    margin-top: auto;
    padding-top: 20px;
} */

/* Accessibility */
.swiper-notification {
    position: absolute;
    left: -9999px;
    z-index: -1;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Loading state */
.fixed-carousel:not([data-initialized]) .swiper-slide:not(:first-child) {
    display: none;
}

/* Gutenberg Editor Styles */
/* .wp-block-undp-carousel {
    margin: 20px 0;
} */

/* Publication Single Page Meta Tags */
.publication-meta-tags {
    margin: 2rem 0 1.5rem;
    padding: 2rem 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.publication-meta-tags .meta-group {
    margin-bottom: 1.5rem;
}

.publication-meta-tags .meta-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #232e3d;
    margin-bottom: 0.5rem;
}

.publication-meta-tags .meta-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.publication-meta-tags .meta-tag {
    display: inline-block;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #006EB5;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.publication-meta-tags .meta-tag:hover {
    color: #004c82;
}

.publication-meta-tags .meta-tag::after {
    content: ',';
    margin-right: 0.25rem;
    color: #232e3d;
    text-decoration: none;
}

.publication-meta-tags .meta-tag:last-child::after {
    content: '';
    margin-right: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 639px) {
    .publication-meta-tags .cell {
        margin-bottom: 1rem;
    }
    
    .publication-meta-tags .meta-group:last-child {
        margin-bottom: 0;
    }
}

/* ============================================
   UNDP Publication Page Layout
   ============================================ */

.publication-page {
    padding-bottom: 4rem;
}

/* Breadcrumbs */
.publication-page .column {
    padding: 0;
}

/* Mobile Title */
.publication-block .title-mobile {
    display: block;
    margin-bottom: 2rem;
}

.publication-block .title-mobile h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 700;
    color: #232e3d;
}

/* Desktop Title - Hidden on mobile */
.publication-card__title h2 {
    display: none;
}

/* Sticky Sidebar */
.publication-block .sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

/* Publication Card */
.publication-card {
    background: #fff;
    margin-bottom: 2rem;
}

.publication-thumbnail__image {
    /* margin-bottom: 1.5rem; */
}

.publication-thumbnail__wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
    flex: 1;
}

.publication-thumbnail__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    width: 100%;
}

.publication-thumbnail__wrapper:hover img {
    transform: scale(1.05);
}

/* Image Hover Overlay */
.publication-thumbnail__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 68, 177, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.publication-thumbnail__wrapper:hover .publication-thumbnail__overlay {
    opacity: 1;
}

.publication-thumbnail__overlay svg {
    color: #fff;
    width: 48px;
    height: 48px;
}

/* PDF Info Section */
.publication-pdf-info {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.publication-pdf-info .pdf-meta h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}

.publication-pdf-info .pdf-details {
    margin: 0 0 1rem;
    font-size: 1rem;
    color: #55606e;
}

.publication-pdf-info .pdf-format {
    text-transform: uppercase;
}

.publication-pdf-info .pdf-size {
    color: #55606e;
}

.publication-card .description {
    margin-top: 1.5rem;
}

/* Publication Title and Date */
.publication-card__title {
    margin-bottom: 3rem;
}

.publication-card__title h6 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.75rem 0 1rem;
    letter-spacing: 0.5px;
}

.publication-card__title .margin-top-36 {
    margin-top: 2.25rem;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #555;
}

/* Publication Menu (Taxonomies) */
.publication-menu {
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.publication-menu .grid-x {
}

.publication-menu .grid-x:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.publication-menu h6 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03rem;
    line-height: 1.15;
    margin-top: 16px;
}

.publication-menu .menu {
    margin: 0;
    padding: 0;
}

.publication-menu .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.publication-menu .menu li {
    margin-bottom: 0.5rem;
}

.publication-menu .menu li:last-child {
    margin-bottom: 0;
}

.publication-menu .menu a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.publication-menu .menu a:hover {
}

/* Entry Content */
.publication-block .entry-content {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
}

.publication-block .entry-content p {
    margin-bottom: 1.5rem;
}

.publication-block .entry-content h2,
.publication-block .entry-content h3,
.publication-block .entry-content h4 {
    margin: 2rem 0 1rem;
    color: #232e3d;
}

/* Related Publications */
.publication-related-stories {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #e4e4e4;
}

.publication-related-stories h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #232e3d;
    margin-bottom: 2rem;
}

/* Feature Card */
.feature__card {
    margin-bottom: 2rem;
}

.feature__card__image {
    margin-bottom: 1rem;
}

.feature__card__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}

.feature__card__image a:hover img {
    opacity: 0.85;
}

.feature__card__description p:first-child {
    font-size: 0.75rem;
    font-weight: 700;
    color: #999;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.feature__card__description p:last-child {
    margin: 0;
}

.feature__card__description a {
    color: #232e3d;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.feature__card__description a:hover {
    color: #0468b1;
}

/* Medium screens and up */
@media screen and (min-width: 640px) {
    .publication-block .title-mobile {
        display: none;
    }
    
    .publication-card__title h2 {
        display: block;
        font-size: 2.25rem;
        line-height: 1;
        font-weight: 700;
        color: #232e3d;
        margin: 0 0 0.5rem;
    }
}

/* Large screens */
@media screen and (min-width: 1024px) {
    .publication-card__title h2 {
        font-size: 2.5rem;
    }
    
    .publication-block .sticky {
        top: 120px;
    }
}

/* Extra large screens */
@media screen and (min-width: 1200px) {
    .publication-card__title h2 {
        font-size: 3rem;
    }
}

/* ==========================================================================
   Grid View Template
   ========================================================================== */

.grid-view-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
/* Knowledge Base Hero */
.kb-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 600px;
    background: #f7f7f7;
}

.kb-hero__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 60px clamp(40px, 4.2vw, 72px) 56px clamp(72px, 8vw, 136px);
}

.kb-hero__title {
    max-width: 100%;
    margin: 52px 0 0;
    color: #0f0f0f;
    font-family: "SohneBreit", "ProximaNova", sans-serif;
    font-size: 3.4375rem;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: 0;
    text-transform: uppercase;
}

.kb-hero__nav {
    margin-top: 14px;
}

.kb-hero__nav-list,
.kb-hero__nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kb-hero__nav-list {
    margin-inline: -18px;
}

.kb-hero__nav-link {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 24px;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    color: #000;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease;
    background: none;
}

.kb-hero__nav-number {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1;
    color: #c03a1d;
}

.kb-hero__nav-label {
    overflow-wrap: anywhere;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.kb-hero__nav-arrow {
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    transition: transform .16s ease;
    color: #c03a1d;
}

.kb-hero__nav-link:hover,
.kb-hero__nav-link:focus-visible {
    background: #000;
    color: #fff;
}

.kb-hero__nav-link:hover .kb-hero__nav-arrow,
.kb-hero__nav-link:focus-visible .kb-hero__nav-arrow {
    transform: translateX(4px);
}

.kb-hero__nav-link:focus-visible {
    outline: 3px solid #0468b1;
    outline-offset: -3px;
}

.kb-hero__media {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #d9d9d9;
}

.kb-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

/* Keep country-page anchor targets visible below the fixed header. */
.kb-country-page [id^="section-"] {
    scroll-margin-top: 6.1875rem;
}

@media print, screen and (min-width: 89.9375em) {
    .kb-country-page [id^="section-"] {
        scroll-margin-top: 8.6875rem;
    }
}

@media screen and (max-width: 56.25em) {
    .kb-hero {
        display: block;
        height: auto;
    }

    .kb-hero__content {
        height: auto;
        min-height: 0;
        padding: 48px 40px 56px;
    }

    .kb-hero__media,
    .kb-hero__image {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
}

@media screen and (max-width: 39.9375em) {
    .kb-hero__content {
        padding: 32px 24px 40px;
    }

    .kb-hero__title {
        margin-top: 18px;
        font-size: clamp(2.25rem, 11vw, 3rem);
    }

    .kb-hero__nav {
        margin-top: 18px;
    }

    .kb-hero__nav-list {
        margin-inline: 0;
    }

    .kb-hero__nav-link {
        grid-template-columns: 46px minmax(0, 1fr) 22px;
        min-height: 56px;
        padding: 0;
    }

    .kb-hero__nav-label {
        font-size: 1rem;
    }
}
/* Header */
.grid-view-header {
    margin-bottom: 3rem;
    padding-top: 2rem;
}

/* KB block anchor nav (under hero) */
.kb-block-nav {
    background: #fff;
    border-bottom: 1px solid #d4d6d8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.kb-block-nav__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
    gap: 0;
}
ul.kb-block-nav__list li {
    margin: 0;
}

ul.kb-block-nav__list li a {
    margin: 0;
    background: none;
    border: none;
}

ul.kb-block-nav__list li:first-child {
    padding-left: 0;
}

ul.kb-block-nav__list li:first-child a {
    padding-left: 0;
}
.kb-block-nav__list::-webkit-scrollbar {
    display: none;
}

.kb-block-nav__link {
    display: block;
    padding: 1.25rem 2rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: #232e3d;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: border-color .2s, color .2s;
}

.kb-block-nav__link:hover,
.kb-block-nav__link.is-active {
    color: #232e3d;
    border-bottom-color: #232e3d;
}

/* Document type tabs */
.kb-doc-type-tabs {
    margin-bottom: 2rem;
}

.kb-doc-type-title {
    font-size: 2rem;
    font-weight: 700;
    color: #232e3d;
    margin-bottom: 1.25rem;
}

.kb-doc-type-tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding-bottom: .5rem;
}

.kb-doc-type-tab {
    background: #f0f0f0;
    border: none;
    padding: 1rem 1.25rem;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .04em;
    cursor: pointer;
    color: #515151;
    transition: background .2s, color .2s;
    flex: 1;
}

.kb-doc-type-tab:hover {
    background: #d0d0d0;
}

.kb-doc-type-tab.active {
    background: #232e3d;
    color: #fff;
}

/* KB videos section cards: enforce equal height per row */
.kb-videos-section .feature__card {
    height: 100%;
}

.kb-videos-section .feature__card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kb-videos-section .feature__card .feature__card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kb-videos-section .feature__card .feature__card-description {
    flex: 1;
}

.grid-view-header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #232e3d;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.grid-view-header .page-description {
    font-size: 1.7rem;
    line-height: 1.6;
	font-weight: 300;
    color: #55606E;
    margin-bottom: 1.5rem;
}

/* Sort Filter */
.sort-filter {
    /* margin-bottom: 2rem; */
}

.sort-filter label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #232e3d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.sort-filter select {
    width: 100%;
    max-width: 300px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 2px solid #000000;
    border-radius: 2px;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.sort-filter select:hover,
.sort-filter select:focus {
    border-color: #0468b1;
    outline: none;
}

/* Sort filter in grid results - align right */
.grid-results-count .sort-filter {
    text-align: right;
    margin-bottom: 0;
}

.grid-results-count .sort-filter select {
    margin-left: auto;
}

/* Sidebar Filters */
.filter-search {
    margin-bottom: 2rem;
    margin-top: 3.5rem;
}

.filter-search input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: none;
    background-color: #fff;
    color: #232e3d;
    transition: border-color 0.2s ease;
    border-bottom: 1px solid #000000;
}

.filter-search input:focus {
    border-color: #0468b1;
    outline: none;
}

.filter-search input::placeholder {
    color: #a9b1b7;
}

/* Filter Groups */
.filter-group {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #d4d6d8;
    padding: 1rem;
    border: 2px solid var(--undpds-color-black);
}

.filter-group:last-child {
    /* border-bottom: none; */
}

.filter-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.filter-toggle h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #232e3d;
    letter-spacing: 0.5px;
    margin: 0;
}

.filter-toggle h3 .filter-count {
    margin-left: 4px;
}

/* Active filter chips */
#active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
}

.chip {
    /* display: inline-flex; */
    /* align-items: center; */
    /* gap: 6px; */
    /* padding: 4px 10px; */
    /* border: 1px solid #a9b1b7; */
    /* border-radius: 999px; */
    font-size: 16px;
    /* color: #232e3d; */
    /* background: #fff; */
    /* white-space: nowrap; */
    cursor: pointer;
    font-family: inherit;
}

.chip__cross:hover {
    border-color: #ee402d;
}

.filter-toggle .toggle-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url('https://cdn.jsdelivr.net/npm/@undp/design-system-assets@1.7.2/images/chevron-down.svg') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.filter-toggle .toggle-icon::before,
.filter-toggle .toggle-icon::after {
    display: none;
}

.filter-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.filter-options {
    margin-top: 1rem;
    display: none;
    max-height: 12em;
    overflow: auto;
    margin-right: -16px;
    margin-bottom: -16px;
    margin-left: -16px;
}
.filter-options::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.filter-options::-webkit-scrollbar-track {
  background: #bbbbbb;
}

/* Thumb */
.filter-options::-webkit-scrollbar-thumb {
  background: #515151;
}

/* Hover */
.filter-options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.filter-checkbox {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    cursor: pointer;
    user-select: none;
    border-top: 1px solid var(--undpds-color-gray-400);
    padding-left: 16px;
    justify-content: space-between;
}
label.filter-checkbox:hover {
    background: var(--undpds-color-gray-100);
}
.filter-checkbox input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    cursor: pointer;
    flex-shrink: 0;
}

.filter-checkbox span {
    font-size: 1rem;
    color: #232e3d;
    line-height: 1.5;
}

.filter-checkbox:hover input {/* opacity: 1; */}

/* Grid Results */
.grid-results-count {
    /* margin-bottom: 2rem; */
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #d4d6d8; */
    align-items: end;
}

.grid-results-count span {
    font-size: 1rem;
    color: #232e3d;
    display: block;
}

.grid-results-count .sort-filter select {
    width: 100%;
}

#grid-results {
    margin-bottom: 3rem;
    min-height: 400px;
}

/* ==========================================================================
   Content Card Component (UNDP Design System)
   ========================================================================== */

.content-card-wrapper {
    margin-bottom: 2rem;
}

.content-card {
    display: block;
    height: 100%;
}

.content-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

div.content-card h6 {
    padding: 26px 0;
    margin: 0;
}

.content-card .image {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* 3:2 aspect ratio */
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 1rem;
}
.content-card .image.Publications img,
.content-card .image.Guidelines img {
    object-fit: contain;
}
div.content-card:hover .image:before{
    z-index: 9
}
.content-card .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-card:hover .image img {
    /* transform: scale(1.05); */
}

.content-card .content-caption {
    padding: 0;
}

.content-card .content-caption h5 {
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 300;
    color: #000;
    margin: 0 0 1rem;
    transition: color 0.2s ease;
}

.content-card:hover .content-caption h5 {
    /* color: #0468b1; */
}

.content-card .cta__link {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: color 0.2s ease;
}

.content-card .cta__link.cta--space {
    margin-top: 0.5rem;
}

.content-card:hover .cta__link {
    color: #023f7a;
}

.content-card .cta__link i {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5rem;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent currentColor;
    transition: transform 0.2s ease;
}

.content-card:hover .cta__link i {
    transform: translateX(4px);
}

/* Load More Button */
.grid-load-more {
    text-align: left;
    margin-top: 2rem;
}

.grid-load-more button {
    min-width: 200px;
}

.grid-load-more button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* No Results */
.no-results {
    font-size: 1.125rem;
    color: #55606e;
    text-align: center;
    padding: 3rem 0;
}

/* Responsive */
@media screen and (max-width: 639px) {
    .grid-view-header h1 {
        font-size: 2rem;
    }
    
    .grid-results-count .cell:first-child {
        margin-bottom: 1rem;
    }
    
    .grid-results-count .sort-filter {
        text-align: left;
    }
    
    .grid-results-count .sort-filter select {
        margin-left: 0;
    }
    
    .grid-view-content .cell:first-child {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .grid-view-page {
        padding-top: 3rem;
    }
    
    .grid-view-header h1 {
        font-size: 3.5rem;
    }
}

/* ==========================================================================
   BIO Post Type Styles
   ========================================================================== */

.bio-single {
    margin-top: 2rem;
}

.bio-header {
    padding: 3rem 0;
}

.bio-photo-wrapper {
    margin: 0 auto 2rem;
    max-width: 250px;
}

.bio-photo {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bio-name {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #232e3d;
}

.bio-position {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0468B1;
    margin: 0.5rem 0 2rem;
}

.bio-content {
    padding: 2rem 0 4rem;
    font-size: 1.125rem;
    line-height: 1.8;
}

.bio-content p {
    margin-bottom: 1.5rem;
}

.bio-content h2,
.bio-content h3,
.bio-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #232e3d;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .bio-name {
        font-size: 2rem;
    }
    
    .bio-position {
        font-size: 1.25rem;
    }
    
    .bio-photo-wrapper {
        max-width: 200px;
    }
    
    .bio-content {
        font-size: 1rem;
    }
}

/* BIO Archive Styles */
.bio-card {
    /* text-align: center; */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* padding: 1.5rem; */
    /* border-radius: 8px; */
    /* background: #fff; */
}
.bio-card .card-thumbnail__image img {
    width: 100%;
}
.bio-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); */
}

.bio-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.bio-card a:hover {
    text-decoration: none;
}

.bio-card .bio-card-photo {
    margin: 0 auto 1.25rem;
    max-width: 160px;
}

.bio-card .bio-card-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
    transition: transform 0.3s ease;
}

.bio-card:hover .bio-card-photo img {
    transform: scale(1.05);
}

.bio-card .bio-name {
    font-size: 1.25rem;
    margin: 0 0 0.375rem;
}

.bio-card .bio-position {
    font-size: 1rem;
    margin: 0;
}

.bio-header-description {
    font-size: 1.125rem;
    max-width: 720px;
    margin-bottom: 2rem;
}

/* ----------------------------------------------------------
   Bio Card Component (UNDP Design System markup)
   ---------------------------------------------------------- */

/* Cell spacing ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â DS does not set this */
.bio-card.cell {
    margin-bottom: 2rem;
}

/* Square crop for consistent card heights ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â DS sets height:100% but no ratio */
.bio-card .card-thumbnail__image {
    aspect-ratio: 1 / 1;
}

/* Prevent link underline & inherit text colour */
.bio-card > a {
    text-decoration: none;
    color: inherit;
}

/* Name / position colours inside the card */
.bio-card__description h5 {
    color: #232e3d;
}

.bio-card__description p {
    color: #555;
}

/* ----------------------------------------------------------
   Bio Modal ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â only override z-index (DS handles everything else)
   ---------------------------------------------------------- */

/* Boost above other theme elements; DS default is z-index:99 */
.modal {
    z-index: 9000;
}

/* Name / position colours inside the modal */
.bio-card-content h5 {
    color: #232e3d;
}

.bio-card-content > p:first-of-type {
    color: #0468b1;
}

/* =========================================================
   SITE FOOTER ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ redesigned layout
   ========================================================= */

.site-footer {
    background-color: #ebebeb;
    font-family: inherit;
    overflow: hidden;
}

/* Shared inner container */
.container {
    max-width: 70%;
    margin: 0 auto;
    padding: 0 40px;
}

/* ----------------------------------------------------------
   Top section
   ---------------------------------------------------------- */
.footer-top {
    padding: 60px 0;
    border-bottom: 1px solid #d4d4d4;
}

.footer-top .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 60px;
}

/* Logos column */
.footer-logos-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

/* Content column (tagline + social) */
.footer-content-col {
    min-width: 0;
}

.footer-logo-undp img {
    width: 64px;
    object-fit: contain;
    display: block;
}

.footer-logo-biofin img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-tagline {
    font-size: 16px;
    line-height: 1.65;
    color: #686868;
    margin: 0 0 24px;
    font-weight: 300;
}

/* Social icons */
.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.footer-social-item:hover {
    background-color: #444;
}

.footer-social-item svg {
    display: block;
}

/* Newsletter column */
.footer-newsletter {
    flex: 1 1 auto;
    max-width: 380px;
    margin-left: auto;
}

.footer-newsletter-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111;
    margin: 0 0 16px;
}

.footer-newsletter-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #999;
    margin-bottom: 14px;
}

.footer-newsletter-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #333;
    padding: 8px 0;
    outline: none;
}

.footer-newsletter-input::placeholder {
    color: #999;
}

.footer-newsletter-submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    padding: 8px 0 8px 12px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.footer-newsletter-submit:hover {
    opacity: 0.7;
}

.footer-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.78rem;
    color: #555;
    line-height: 1.4;
    cursor: pointer;
}
footer a {
    background-image: none;
}

input.footer-newsletter-input {
    border: none;
    background: none;
    color: #909090;
    padding: 0;
    font-size: 14px;
}

footer input[type="checkbox"] {
    border-color: #636363;
}

label.footer-newsletter-consent span {
    color: #9E9494;
    font-size: 12px;
    font-weight: 300;
}
.footer-newsletter-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #222;
}

/* ----------------------------------------------------------
   Navigation columns
   ---------------------------------------------------------- */
.footer-nav {
    padding: 48px 0;
    border-bottom: 1px solid #d4d4d4;
}

.footer-nav .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.footer-nav-heading {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4caf50;
    margin: 0 0 16px;
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-list li {
    margin-bottom: 10px;
    padding: 0;
    line-height: 19px;
}

.footer-nav-list li a {
    font-size: 16px;
    color: #686868;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
}

.footer-nav-list li a:hover {
    color: #111;
}

/* ----------------------------------------------------------
   Bottom bar
   ---------------------------------------------------------- */
.footer-bottom {
    padding: 20px 0;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}

.footer-bottom-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}

.footer-bottom-nav li {
    margin: 0;
}

.footer-bottom-nav li a {
    font-size: 0.85rem;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-nav li a:hover {
    color: #111;
}

/* ----------------------------------------------------------
   Responsive
   ---------------------------------------------------------- */
@media (max-width: 900px) {
    .footer-top .container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-newsletter {
        max-width: 100%;
        margin-left: 0;
    }

    .footer-nav .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .site-footer .container {
        padding: 0 20px;
    }

    .footer-nav .container {
        grid-template-columns: 1fr;
    }

    .footer-bottom .container {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================================================
   COUNTRY HEADER redesigned to match design
   ========================================================= */

.country-header {
    background: transparent;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.admin-bar .country-header {
    top: 32px;
}
.country-header .header {
    padding: 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    height: 80px;
    gap: 24px;
}

/* Brand / logos */
.header-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    text-decoration: none;
    min-width: 0;
}

/* UNDP logo ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â .logo img */
.header-brand .logo img {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

/* Biofin logo ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â .site-title img (overrides inline width/height attrs) */
.header-brand .site-title img {
    width: 160px !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    max-width: 100%;
}

/* Legacy selectors kept for compatibility */
.header-logo-undp img {
    width: 56px;
    height: 56px;
    display: block;
    object-fit: contain;
}

.header-logo-biofin img {
    height: 48px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Right side wrapper */
.header-right {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
    overflow: visible;
}

/* Primary nav */
.header-nav {
    display: flex;
    align-items: center;
}

.header-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}
.dropdown-language button:before {
    display: none;
}

.dropdown-language button:after {
    background-color: #404040;
}

section.header a {
    background: none;
}

.header-nav li {
    margin: 0;
}

section.header a:hover {
    background: none;
}
.header-nav-list > li > a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    line-height: 110px;
    transition: color .15s ease;
}

.header-nav-list > li > a:hover {
    color: #0468B1;
}

.header-nav-list > li.current-menu-item > a,
.header-nav-list > li.current-menu-ancestor > a {
    color: #0468B1;
}

/* Controls area */
.header-controls {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 40px;
}

/* Hamburger */
.header-btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #222;
    padding: 0;
    transition: color .15s ease;
}

.header-btn-menu:hover {
    color: #0468B1;
}

/* Vertical divider */
.header-divider {
    display: inline-block;
    width: 1px;
    height: 28px;
    background: #ccc;
    margin: 0 12px;
    vertical-align: middle;
    flex-shrink: 0;
}
.inline-gallery {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.inline-gallery figure {
    flex: 1;
    height: auto;
	margin-bottom: inherit!important;
}

.inline-gallery figure img {
    height: auto;
    object-fit: contain;
}
/* Language switcher */
.country-header .dropdown-language {
    position: relative;
}

.country-header .dropdown-language > button {
    display: flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #222;
    padding: 6px 4px;
    transition: color .15s ease;
    white-space: nowrap;
}

.country-header .dropdown-language > button:hover {
    color: #0468B1;
}

.country-header .dropdown-language ul[role="menu"] {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    list-style: none;
    margin: 0;
    /* padding: 8px 0; */
    min-width: 140px;
    z-index: 200;
}

.country-header .dropdown-language.open ul[role="menu"],
.country-header .dropdown-language > button[aria-expanded="true"] + ul[role="menu"] {
    display: block;
}

.country-header .dropdown-language ul[role="menu"] li a {
    display: block;
    padding: 10px 16px;
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
}

.country-header .dropdown-language ul[role="menu"] li a:hover {
    background: #f5f5f5;
    color: #0468B1;
}

/* Search button */
.header-btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    color: #222;
    padding: 0;
    margin-left: 8px;
    background: none;
    flex-shrink: 0;
}

.header-btn-search:hover {
    background: #f5f5f5;
}

/* Mobile drawer */
.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 999;
}

.country-header.menu-open .mobile-nav {
    display: block;
}

.mobile-nav-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 32px 32px;
}

.mobile-links {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.mobile-links li a {
    display: block;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: color .15s ease;
}

.mobile-links li a:hover {
    color: #0468B1;
}

.mobile-nav-lang span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #888;
    margin-bottom: 10px;
}

.mobile-nav-lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.mobile-nav-lang ul a {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
}

.mobile-nav-lang ul a.active {
    color: #0468B1;
    font-weight: 700;
}

/* Prevent header from creating horizontal scroll */
.country-header,
.country-header .header,
.country-header .container {
    max-width: 100vw;
}

/* ---- 900px: hide primary nav, show hamburger ---- */
@media (max-width: 900px) {
    .header-nav {
        display: none;
    }

    .header-btn-menu {
        display: flex;
    }

    .header-inner {
        height: 68px;
        padding: 0 20px;
    }

    .header-divider {
        display: none;
    }

    .header-brand .site-title img {
        width: 130px !important;
    }
}

/* ---- 600px: shrink logos and controls ---- */
@media (max-width: 600px) {
    .header-brand {
        gap: 10px;
    }

    .header-brand .site-title img {
        width: 110px !important;
    }

    .header-controls {
        gap: 2px;
        margin-left: 4px;
    }

    .country-header .dropdown-language > button {
        font-size: 12px;
        letter-spacing: 0.02em;
        padding: 6px 2px;
    }

    .header-btn-search {
        width: 34px;
        height: 34px;
        margin-left: 4px;
    }

    .header-btn-menu {
        width: 36px;
        height: 36px;
    }
}

/* ---- 480px: small phones ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â collapse lang label to globe icon ---- */
@media (max-width: 480px) {
    .header-brand {
        gap: 8px;
    }

    .header-brand .logo img {
        width: 38px;
        height: 38px;
    }

    .header-brand .site-title img {
        width: 88px !important;
    }

    /* Visually hide label text; button remains accessible via aria-label */
    .country-header .dropdown-language > button {
        font-size: 0;
        letter-spacing: 0;
        padding: 6px;
        width: 32px;
        justify-content: center;
    }

    /* Globe icon stand-in */
    .country-header .dropdown-language > button::before {
        content: "\1F310";
        font-size: 16px;
        display: inline-block;
    }

    .header-btn-search {
        width: 32px;
        height: 32px;
        margin-left: 2px;
    }

    .header-btn-menu {
        width: 34px;
        height: 34px;
    }
}

/* ---- 360px: very small phones ---- */
@media (max-width: 360px) {
    .header-brand .site-title img {
        width: 70px !important;
    }

    .header-brand .logo img {
        width: 32px;
        height: 32px;
    }

    .dropdown-language {
        display: none;
    }
}

/* Hide hamburger on desktop when there's enough room */
@media (min-width: 901px) {
    .header-btn-menu {
        display: flex; /* keep it visible ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ it can open a mega menu */
    }
}

/* Inline JS hook for language dropdown toggle */
.country-header .dropdown-language > button[aria-expanded="true"] + ul[role="menu"] {
    display: block;
}

/* =========================================================
   MEGA MENU
   ========================================================= */

.country-header .header {
    position: relative;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ MEGA MENU ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #1b3f73;
    color: #fff;
    z-index: 997;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .4);
}

.mega-menu.is-visible,
.mega-menu.mobile-open {
    display: block;
}

/* Constrained container */
.mega-menu-container {
    margin: 0 auto;
    padding: 0 40px;
}

/* Top bar: logos | search | close */
.mega-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 32px;
}

.mega-menu-logos {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
}

.mega-logo-undp img {
    height: 122px;
    width: auto;
    margin-top: 0px;
}

.mega-logo-biofin img {
    height: 44px;
    width: auto;
    filter: brightness(0) invert(1);
}

.mega-menu-search {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 700px;
    background: transparent;
    border: none;
    padding: 0;
    gap: 0;
}

.mega-menu-search-input {
    background: rgba(0, 0, 0, .1);
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    flex: 1;
    min-width: 0;
    padding: 10px 16px;
    -webkit-appearance: none;
    appearance: none;
}

.mega-menu-search-input::-webkit-search-decoration,
.mega-menu-search-input::-webkit-search-cancel-button,
.mega-menu-search-input::-webkit-search-results-button,
.mega-menu-search-input::-webkit-search-results-decoration {
    display: none;
}

.mega-menu-search-input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.mega-menu-search-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: color .15s;
}

.mega-menu-search-btn:hover {
    color: #fff;
}

.mega-menu-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .85);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color .15s;
}

.mega-menu-close:hover {
    color: #fff;
}

/* Body: nav left + divider + countries right */
.mega-menu-body {
    display: flex;
    align-items: flex-start;
    padding: 40px 0 48px;
}

/* Left: 3-column nav grid */
.mega-menu-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    flex: 0 0 52%;
}

/* Vertical divider */
.mega-menu-divider {
    width: 1px;
    background: #D9D9D947;
    align-self: stretch;
    flex-shrink: 0;
    margin: 0 48px;
}

/* Right: countries */
.mega-menu-countries {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
}

/* Left Ã¢â‚¬â€œ scrollable countries list */
.mega-countries-list {
    flex: 0 0 300px;
    border-right: 1px solid rgba(255, 255, 255, .12);
    /* padding-right: 32px; */
    display: flex;
    flex-direction: column;
}

.mega-countries-scroll-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 340px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.3) transparent;
}

.mega-countries-scroll-list::-webkit-scrollbar {
    width: 4px;
}

.mega-countries-scroll-list::-webkit-scrollbar-track {
    background: transparent;
}

.mega-countries-scroll-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
}

.mega-countries-scroll-list li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.mega-countries-scroll-list li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    padding: 7px 4px 7px 0;
    line-height: 2.4;
    transition: color .15s, padding-left .15s;
    font-weight: 300;
}

.mega-countries-scroll-list li a:hover,
.mega-countries-scroll-list li.is-active a {
    color: #fff;
}

.mega-countries-scroll-list li.is-active a {
    color: #5DB990;
}

/* Right Ã¢â‚¬â€œ dynamic regions panel */
.mega-regions-grid {
    flex: 1;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.mega-country-regions-panel {
    flex: 1;
    margin-top: 4px;
}

.mega-regions-hint,
.mega-no-regions {
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    margin: 0;
    padding-top: 6px;
    font-style: italic;
}

.mega-country-region-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-country-region-list li {
    display: flex;
}
.mega-country-region-list li {
    margin: 0;
    padding: 0;
}
.mega-country-region-list li a {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .15s, border-color .15s, color .15s;
    font-weight: 300;
}

.mega-country-region-list li a:hover {
    color: #5DB990;
}

/* Desktop: countries show in the side panel, not inline under regions */
.mega-region-countries {
    display: none;
}

.mega-menu-countries .submenu-toggle {
    display: none;
}

.mega-menu-search {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 0 20px;
}

.mega-menu-search .mega-menu-search-input {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}

.mega-col-list li {
    padding: 0;
    margin: 0;
}

.mega-menu-countries span.mega-col-heading {
    color: #fff;
}
/* Shared heading style */
.mega-col-heading {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5DB990;
    text-decoration: none;
    padding-bottom: 12px;
    transition: color .15s;
}

span.mega-col-heading {
    cursor: default;
}

a.mega-col-heading:hover {
    color: #76c442;
}

.mega-col-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-col-list li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    padding: 5px 0;
    line-height: 22px;
    transition: color .15s;
}

.mega-col-list li a:hover {
    color: #fff;
}

/* Countries: 3-column CSS columns */
.mega-col-list--grid {
    columns: 3;
    column-gap: 20px;
}

.mega-col-list--grid li {
    break-inside: avoid;
}

button.kb-tab img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.kb-tab.is-active img {
    filter: brightness(0) invert(1);
}

.kb-tab {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Responsive */
@media (max-width: 1024px) {
    /* .mega-menu-divider,
    .mega-menu-countries {
        display: none;
    }

    .mega-menu-nav {
        flex: 0 0 100%;
    }

    .mega-countries-list,
    .mega-regions-grid {
        display: none;
    } */
}

@media (max-width: 900px) {
    /* Allow mega menu to scroll on mobile */
    .mega-menu {
        overflow-y: auto;
        max-height: 100dvh;
    }

    .mega-menu-container {
        padding: 0 20px;
        max-width: 100%;
    }

    .mega-menu-header {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 0;
    }

    .mega-menu-logos {
        order: 1;
        flex: 1;
    }

    .mega-menu-close {
        order: 2;
    }

    .mega-menu-search {
        order: 3;
        max-width: 100%;
        width: 100%;
    }

    .mega-menu-body {
        flex-direction: column;
        padding: 24px 0;
    }

    .mega-menu-nav {
        grid-template-columns: 1fr;
        gap: 24px 0;
        width: 100%;
    }

    .mega-col-list--grid {
        columns: 2;
    }

    .mega-logo-undp img {
        height: 72px;
    }

    .mega-logo-biofin img {
        height: 32px;
    }
	section#kb-videos {
		padding-left: calc(3.33333% + 1rem);
	}

	section#kb-videos a.cta__link.cta--arrow {
		display: inline;
		margin-right: calc(3.33333% + 1rem);
	}

	.undp-featured-hero article a {
		/* display: flex!important; */
		flex-direction: column;
		grid-template-columns: inherit!important;
	}

	main#primary {}

	.site-main.large-container > .grid-x.grid-view-header, 
	.site-main.large-container nav.breadcrumb.inviewport,
	.grid-container.fluid.grid-view-page .grid-x.grid-view-header,
	.grid-container.fluid.grid-view-page nav.breadcrumb.inviewport{
		padding-left: calc(3.3333% + 1rem);
		padding-right: calc(3.3333% + 1rem);
	}


	.featured-card-container>div.grid-x.grid-margin-x {
		gap: 1.5rem;
		flex-flow: column;
	}

	.featured-card-container>div.grid-x.grid-margin-x > div {
		width: 100%;
		margin: 0;
	}

	.swiper-initialized {
		padding-right: 0;
	}

	.fixed-carousel .slide-content {
		padding-right: 0;
	}

	.container.fluid .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
		padding: 0;
	}

	.container.fluid {}

	.fixed-carousel__title a.cta__link.cta--arrow {
		display: none;
	}
}

@media (max-width: 480px) {
    .mega-menu-container {
        padding: 0 16px;
    }

    .mega-col-list--grid {
        columns: 1;
    }

    .mega-menu-logos {
        gap: 12px;
    }

    .mega-col-heading {
        font-size: 14px;
    }

    .mega-col-list li a {
        font-size: 14px;
    }
}

/* Core Gutenberg Columns block fallback styles */
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap, 2rem);
    align-items: stretch;
    margin-bottom: 1.75rem;
}

.wp-block-columns.is-nowrap {
    flex-wrap: nowrap;
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
}

.wp-block-column:not([style*="flex-basis"]) {
    flex-basis: 0;
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.fixed-carousel--image-right article.slide-content {
    padding-left: 0;
}

.fixed-carousel--image-right .fixed-carousel__image {
    max-width: 45%;
}

/* Full-width image layout for the fixed carousel */
.fixed-carousel--image-fullwidth .swiper-slide {
    flex-direction: column;
    position: relative;
}

.fixed-carousel--image-fullwidth .fixed-carousel__image {
    flex: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fixed-carousel--image-fullwidth .slide-content {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
}

@media (max-width: 47.9375em) {
    .fixed-carousel--image-fullwidth .slide-content {
        padding-left: 1.5rem;
        padding-right: 2rem;
    }
}

/* Same height for all slides (full-width layout only) */
.fixed-carousel--same-height .swiper-slide {
    height: auto;
    position: relative;
}

.fixed-carousel--same-height .swiper-slide::before {
    content: '';
    display: block;
    padding-top: 56.25%; /* 16:9 aspect ratio â€” gives every slide the same height */
}

.fixed-carousel--same-height .swiper-slide .fixed-carousel__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    flex: none;
    object-fit: cover;
}

.fixed-carousel--same-height .swiper-slide .slide-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-direction: column;
        gap: 1.5rem;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
    .knowledge-base-block iframe {
        width: 100%;
    }
    .knowledge-base-block {
        flex-direction: column;
    }
    
    .knowledge-base-block .cell {
        width: 94%;
    }
    
    .entry-content .grid-x {
        flex-direction: column;
    }
    
    .entry-content .grid-margin-x>.cell {
        width: 100%;
    }
    
    section.fixed-carousel {
        width: 100%;
    }
    
    .wp-block-columns, .wp-block-column {
        max-width: 100%;
    }
    
    .fixed-carousel--image-right .fixed-carousel__image {
        max-width: 100%;
        margin-top: 20px;
    }
    
    .fixed-carousel__image {
        max-width: 100%;
    }
    

}
.wp-block-undp-latest-post .feature__card a {
    background: #fff;
}
.knowledge-base-block .publication-youtube-embed {
    width: 100%;
}

.knowledge-base-block .publication-card {
    width: 100%;
    margin-top: 20px;
    margin-left: -25px;
}

.knowledge-base-block .publication-thumbnail__image {
    width: 100%;
    padding: 0;
    align-items: center;
}

.knowledge-base-block .publication-thumbnail__wrapper.publication-thumbnail__wrapper--video {
    width: 100%;
}
.knowledge-base-block iframe {
    width: 100%;
}

div.publication-thumbnail__image:after {
    pointer-events: none;
}
.entry-content iframe, .entry-content img {
    max-width: 100%;
}
.accordion li li {
    border: none;
    cursor: auto;
    overflow: visible;
}

.accordion li ol li {
    list-style: decimal;
}

.accordion li li::marker {
    font-size: 16px;
}

.accordion li ul li {
    list-style: disc;
}
p.footer-newsletter-msg.footer-newsletter-msg--error {
    background: #EF9A9A;
    font-size: 14px;
    padding: 5px 10px;
    color: #B71C1C;
    margin-top: 10px;
}

p.footer-newsletter-msg.footer-newsletter-msg--success {
    background: #C5E1A5;
    font-size: 14px;
    padding: 5px 10px;
    color: #1B5E20;
    margin-top: 10px;
}

/* =====================================================
   MEGA MENU ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ desktop hover two-panel layout
   ===================================================== */

/* Positioning context for full-width panel */
.country-header .header {
    position: relative;
}

.header-nav-list > li.menu-item-has-children {
    position: static;
}

/* Caret arrow */
/* .header-nav-list > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 6px;
    vertical-align: middle;
    transition: transform .2s ease;
} */

.header-nav-list > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.header-nav-list > li.menu-item-has-children:hover > a {
    color: #0468B1;
}

/* Wrapper: full-width absolute panel, flex row */
.mega-panel-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 94%;
    display: flex;
    flex-direction: row;
    background: hsla(0,0%,97%,.9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
    z-index: -1;
    pointer-events: none;
    min-height: 300px;
    padding: 60px;
    width: 65%;
    margin: 0 auto;
    backdrop-filter: blur(18px);
}

.header-nav-list > li.menu-item-has-children > .mega-panel-wrapper.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s;
    pointer-events: auto;
}

/* Left column ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ ul.sub-menu */
.mega-panel-wrapper > ul.sub-menu {
    flex: 0 0 280px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-self: stretch;
}

.mega-panel-wrapper > ul.sub-menu > li {
    margin: 0;
    border-bottom: 1px solid #d4d6d8;
    padding: 0;
}

/* Hide the 3rd-level sub-menu in the left column Ã¢â‚¬â€œ rendered in right panel by JS */
.mega-panel-wrapper > ul.sub-menu > li > ul.sub-menu {
    display: none;
}

.mega-panel-wrapper > ul.sub-menu > li > a {
    display: block;
    padding: 15px 24px;
    font-size: 0.889rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #131111;
    text-decoration: none;
    border-left: 4px solid transparent;
    line-height: 2.4;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.mega-panel-wrapper > ul.sub-menu > li > a:hover,
.mega-panel-wrapper > ul.sub-menu > li.mega-item-active > a {
    background: #0468B1;
    color: #fff;
}

/* Right content panel Ã¢â‚¬â€œ sibling of ul.sub-menu inside wrapper */
.mega-right-panel {
    flex: 1;
    padding: 0 0 0 48px;
    display: flex;
    align-items: flex-start;
}

.mega-right-panel.no-thumbnail {
    padding-right: 48px;
}

/* Sub-sub-menu list in the right panel */
.mega-sub-sub-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mega-sub-sub-list li {
    border-top: 1px solid #dde2e7;
}

.mega-sub-sub-list li:first-child {
    border-top: none;
}

.mega-sub-sub-list li a {
    display: block;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color .15s ease;
}

.mega-sub-sub-list li a:hover {
    color: #0468B1;
}

.mega-right-inner {
    display: flex;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    align-items: start;
}

.mega-right-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-right-image {
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: 2px;
}

.mega-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mega-right-title {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    margin: 0 0 12px;
    display: block;
}

.mega-right-excerpt {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
    margin: 0 0 24px;
}

.mega-right-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0468B1;
    text-decoration: none;
    border-bottom: 2px solid #0468B1;
    padding-bottom: 2px;
    transition: opacity .15s ease;
}

.mega-right-link:hover {
    opacity: .7;
}

/* Hide on mobile ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ hamburger handles it */
@media (max-width: 1024px) {
    .mega-panel-wrapper {
        display: none !important;
    }
    .header-nav-list > li.menu-item-has-children > a::after {
        display: none;
    }
}

.is-mobile .mega-panel-wrapper {
    /* background: rgba(255,255,255,0.3); */
    backdrop-filter: none;
    min-height: fit-content;
}

.is-mobile .mega-panel-wrapper > ul.sub-menu > li > a {
    background: none;
    line-height: 40px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    color: #111;
    padding-left: 25px;
}
.is-mobile .mega-right-panel {
    display: none;
}
.submenu-toggle{
    display: none;
}
.is-mobile .submenu-toggle{
    display: block;
}
.is-mobile a.mega-logo-biofin {
    display: none;
}

.is-mobile .mega-menu-logos {
    flex: 1;
}

.is-mobile form.mega-menu-search {
    order: 2;
    flex: 5;
}
.is-mobile #mega-menu-close {
    font-size: 0;
}

.is-mobile #mega-menu-close::before {
    content: "Ãƒâ€”";
    font-size: 22px;
}
.is-mobile .mega-menu-body {
    display: block;
}
.undp-featured-hero h2 {
    font-size: 38px;
}

.undp-featured-hero h4 {
    font-size: 1.5rem;
    font-weight: 300;
}
.undp-featured-hero h6 {
    font-size: .75rem;
}

.undp-featured-hero p {
    font-weight: 300;
    font-size: 1.125rem;
    margin-bottom: 13px!important;
    color: #333;
}
.undp-featured-hero article a{
    height: 100%;
}

.feature__card-title > div > a.cta__link.cta--arrow, .kb-videos-section .cell.small-4.text-right a.cta__link.cta--arrow, .fixed-carousel__title a.cta__link.cta--arrow {
    border-bottom: solid 2px #C03A1D;
    padding-right: 0;
    padding-bottom: 5px;
}

.feature__card-title > div > a.cta__link.cta--arrow i, .kb-videos-section .cell.small-4.text-right a.cta__link.cta--arrow i, .fixed-carousel__title a.cta__link.cta--arrow i {
    display: none;
}

.fixed-carousel__title {
    margin-bottom: 20px;
}
.header-controls .header-btn-globe:hover {
    color: #286fb7;
}
.fixed-carousel__title a.cta__link.cta--arrow {
    margin-right: -2.75rem;
}
.mb-min-40 {
    margin-bottom: -80px;
}
.large-container .container.fluid {
    max-width: 83%;
}

.featured-card-container .feature__card--portrait.feature__card-image-top .feature__card-description {
    margin-bottom: 0;
}

.featured-card-container .feature__card--portrait.feature__card-image-top .feature__card-description p {
    margin-bottom: 1.5rem;
}
.knowledge-base-block .video-card .publication-card {
    margin-left: 0;
}
.single .entry-content figure img {
    width: revert-layer;
}

.single .entry-content figure a {
    background: none;
}
.fixed-carousel--same-height .swiper-slide .slide-content {
    width: 100%;
    left: 0;
    bottom: 0;
}

.fixed-carousel--same-height .swiper-slide .slide-content:before {}

.fixed-carousel.fixed-carousel--image-fullwidth .slide-content .slide-content-wrap:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: -100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(240, 240, 240, 0) 100%);
}

.fixed-carousel.fixed-carousel--image-fullwidth .slide-content .slide-content-wrap {
    padding: 0 30px;
}

.fixed-carousel.fixed-carousel--image-fullwidth .slide-content .slide-content-wrap > * {
    position: relative;
}

.fixed-carousel.fixed-carousel--image-fullwidth .slide-content .slide-content-wrap h4 {
    margin-bottom: 10px;
}

.fixed-carousel.fixed-carousel--image-fullwidth .slide-content .slide-content-wrap h6 {
    color: #fff;
}
/* Mobile: show hamburger, hide globe. Desktop: show globe, hide hamburger */
.header-btn-menu, .header-btn-globe { background: none; cursor: pointer; border: 0; padding: 6px; display: inline-flex; align-items: center; }
@media (max-width: 1024px) {
    .mega-panel-wrapper {
        display: none !important;
        position: static;
        opacity: 0;
        visibility: hidden;
        transform: none;
        transition: max-height .28s ease, opacity .28s ease, visibility .28s ease;
        width: 100%;
        box-shadow: none;
        background: transparent;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
    }
	
	.header-nav-list > li > a {
		font-size: 12px;
		padding-left: 0;

	}
	.header-controls {
		margin-left: 10px;

	}
	.container {
		max-width: 87%;
	}
    .header-nav-list > li.menu-item-has-children.open .mega-panel-wrapper {
        display: block !important;
        opacity: 1;
        visibility: visible;
        max-height: 1200px;
    }
    .mega-panel-wrapper > ul.sub-menu {
        width: 100%;
    }
    .mega-panel-wrapper > ul.sub-menu > li {
        border-bottom: 1px solid rgba(0,0,0,.08);
    }
    .mega-panel-wrapper > ul.sub-menu > li > a {
        padding: 14px 20px;
        background: #fff;
        color: #111;
    }
    .mega-panel-wrapper > ul.sub-menu > li > ul.sub-menu {
        display: block;
        padding-left: 20px;
    }
    .header-btn-menu { display: inline-flex; }
    .header-controls .header-btn-globe { display: none; }
    .header-nav-mobile-globe { display: none; }
    /* Primary navigation is hidden on mobile by default, toggled via JS */
    #primary-navigation { display: none; }
    #primary-navigation.nav-is-visible { display: block; position: absolute; top: 60px; left: 0; right: 0; background: #fff; z-index: 9999; }
    header.is-mobile .container {
        padding: 0;
    }

    header.is-mobile .container .header-brand {
        padding-left: 40px;
    }

    header.is-mobile .container .header-right {
        padding-right: 40px;
    }

    #primary-navigation.is-mobile ul {
        flex-direction: column;
        align-items: start;
    }

    #primary-navigation.is-mobile ul li a {
        display: block;
        line-height: 65px;
        padding-right: 56px;
    }

    #primary-navigation.is-mobile ul li {
        display: block;
        flex: 1;
        width: 100%;
        position: relative;
    }

    #primary-navigation.is-mobile .menu-item-has-children > ul.sub-menu {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height .28s ease, opacity .28s ease, visibility .28s ease;
        opacity: 0;
        visibility: hidden;
    }

    #primary-navigation.is-mobile .menu-item-has-children.open > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 1200px;
    }

    #primary-navigation.is-mobile .menu-item-has-children > ul.sub-menu li {
        padding-left: 20px;
    }

    #primary-navigation.is-mobile .menu-item-has-children > ul.sub-menu li a {
        padding: 12px 20px;
        display: block;
        line-height: 1.6;
    }

    #primary-navigation.is-mobile .menu-item-has-children > a::after {
        display: none;
    }

    #primary-navigation .submenu-toggle {
        display: none;
    }

    #primary-navigation.is-mobile .menu-item-has-children {
        position: relative;
    }

    #primary-navigation.is-mobile .submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        color: #0468B1;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        right: 36px;
        top: 34px;
        transform: translateY(-50%);
    }

    #primary-navigation.is-mobile .submenu-toggle:after {
        content: '\25B8';
        transform: rotate(90deg);
        transition: transform .2s ease;
    }

    #primary-navigation.is-mobile .menu-item-has-children.open > .submenu-toggle:after {
        transform: rotate(-90deg);
    }

    .header-nav-list > li.menu-item-has-children.open > a {
        color: #0468B1;
    }

    nav#primary-navigation.is-mobile {
        backdrop-filter: blur(18px);
        background: hsla(0, 0%, 97%, .9);
        top: 75px;
        z-index: -1;
        padding-top: 4px;
    }

    #primary-navigation.is-mobile .header-nav-mobile-globe {
        display: flex;
        border-top: 1px solid rgba(0, 0, 0, .08);
        margin-top: 4px;
    }

    #primary-navigation.is-mobile .header-mobile-globe {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 0 40px;
        line-height: 65px;
        color: #222;
        cursor: pointer;
    }

    #primary-navigation.is-mobile .header-mobile-globe:hover,
    #primary-navigation.is-mobile .header-mobile-globe:focus {
        color: #0468B1;
    }

    #primary-navigation.is-mobile .header-mobile-globe-label {
        font-size: 16px;
        font-weight: 600;
    }
    .country-header.is-mobile .header .site-title {
        display: none;
    }

    header.is-mobile .header-brand .logo img {
        height: 80px;
    }

    header.country-header.is-mobile {
        position: fixed;
        width: 100%;
    }

    /* Mega menu: accordion regions Ã¢â€ â€™ countries below each region */
    .mega-menu-countries {
        flex-direction: column;
    }

    .mega-regions-grid {
        display: none !important;
    }

    .mega-countries-list {
        flex: 1 1 auto;
        width: 100%;
        border-right: none;
    }

    .mega-countries-scroll-list {
        max-height: none;
        overflow: visible;
    }

    .mega-countries-scroll-list li.mega-region-has-countries {
        position: relative;
    }

    .mega-countries-scroll-list li.mega-region-has-countries > a {
        padding-right: 48px;
    }

    .mega-menu-countries .submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        color: #5DB990;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 22px;
        transform: translateY(-50%);
        padding: 0;
    }

    .mega-menu-countries .submenu-toggle:after {
        content: '\25B8';
        display: inline-block;
        transform: rotate(0deg);
        transition: transform .2s ease;
    }

    .mega-menu-countries li.mega-region-has-countries.open > .submenu-toggle:after {
        transform: rotate(90deg);
    }

    .mega-region-has-countries:not(.open) > .mega-region-countries {
        display: none;
    }

    .mega-region-countries {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0 0 0 12px;
    }

    .mega-region-has-countries.open > .mega-region-countries {
        display: block;
    }

    .mega-region-countries li {
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .mega-region-countries li:last-child {
        border-bottom: none;
    }

    .mega-region-countries li a {
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, .75);
        text-decoration: none;
        padding: 10px 4px 10px 0;
        line-height: 1.5;
        font-weight: 300;
        transition: color .15s;
    }

    .mega-region-countries li a:hover {
        color: #5DB990;
    }

    .mega-region-has-countries.open > a {
        color: #5DB990;
    }
	.inline-gallery {
		gap: 10px;
		flex-direction: unset;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}

	.container {
		max-width: 90%;
		padding: 0 30px;
	}

	.feature__card a .feature__card-content {
		padding-left: 0;
	}
	.featured-card-container {
		padding: 0 30px;
	}

	.featured-card-container .feature__card-title {
		width: 100%;
		margin: 0;
	}
	.grid-margin-x>.small-12 {
		width: calc(100% - 2rem);
	}
	nav.breadcrumb.inviewport {
		margin-top: 90px;
		padding: 0 1rem;
	}

	.container .featured-card-container {
		padding: 0;
	}
	header.entry-header.undp-page-header {
		padding: 0 30px;
		font-size: 20px;
	}

	h1.entry-title.undp-heading.undp-heading--h2 {
		font-size: 36px;
	}

	.wp-block-columns {
		flex-direction: column;
		padding: 0 30px;
	}
}
@media (min-width: 1025px) {
    .header-btn-menu { display: none; }
    .header-controls .header-btn-globe { display: inline-flex; }
    .header-nav-mobile-globe { display: none !important; }
    /* Ensure primary nav shows normally on desktop */
    #primary-navigation { display: block; position: static; }
    #primary-navigation.nav-is-visible { display: block; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-nav-list > li > a {
    font-size: 12px;
    padding-left: 0;
  }

  .header-controls {
    margin-left: 10px;
  }

  .container {
    max-width: 87%;
  }
	.homepage-hero-full h1 {
    font-size: 66px;

	}
}

@media all and (min-width: 1024px) and (max-width:1350px) {
    .header-brand .site-title img {
        width: 100px!important;
    }

    .header-nav-list > li > a {
        padding-right: 0;
        line-height: 90px;
    }

    .header-btn-globe--label {
        font-size: 12px;
    }

    .country-header .dropdown-language > button {
        font-size: 12px;
    }

    .header-brand .logo img {
        width: 46px;
    }

    .country-header .header {
        height: 90px;
    }

    header.country-header {
        height: 90px;
    }
}
@media (min-width: 48em) {
    .stats-panel {
        min-height: 480px;
    }
}

/* =====================================================
   SCROLL TO TOP BUTTON
   ===================================================== */

.undp-scroll-to-top {
    position: fixed;
    right: 24px;
    bottom: 90px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #0468B1;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, visibility 0s linear .25s, transform .25s ease, background .2s ease;
}

.undp-scroll-to-top:hover,
.undp-scroll-to-top:focus-visible {
    background: #03548f;
    outline: none;
}

.undp-scroll-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s;
}

@media (max-width: 767px) {
    .undp-scroll-to-top {
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
    }
}
