/*!
 * 
 * UNDP Design System 1.4.7
 *
 */
.form-check{align-items:center;display:flex;position:relative}.form-check label{cursor:pointer;font-size:1rem;padding:0 7px}input[type=checkbox]{border-radius:0}input[type=checkbox]:checked{background:url(../images/icon-check.svg) 1px 0 no-repeat}.select-box{color:var(--undpds-color-black);display:flex;flex-direction:column;font-size:var(--undpds-font-size-32);height:52px;max-width:18.5rem;position:relative}.select-box.expanded button:after{transform:translateY(-50%) rotate(-180deg)}.select-box button{background:var(--undpds-color-white);display:flex}.select-box ul{background-color:var(--undpds-color-white);order:1;position:absolute;top:51px;transition:all .4s cubic-bezier(.64,.05,.35,1.05);z-index:20}.select-box ul.active{border-top:0;display:block;overflow-y:auto}.select-box ul::-webkit-scrollbar{background-color:rgba(0,0,0,.3);width:4px}.select-box ul::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.6)}.select-box ul li{display:block;position:relative}.select-box ul li span{display:block;font-size:var(--undpds-font-size-16);margin:0 -1rem;padding:var(--undpds-spacing-05)}.select-box ul li span:hover{background-color:var(--undpds-color-gray-100)}[dir=rtl] .select-box ul{padding:0 var(--undpds-spacing-05)}[dir=rtl] .select-box ul li{padding-right:0}:lang(my) .options-container{top:52px}:lang(my) .select-box button{font-family:var(--undpds-font-family-notosans)}.multi-select{max-width:18.5rem;position:relative}.multi-select.open>button{border-bottom:0}.multi-select.open>button:after{top:50%;transform:translateY(-50%) rotate(-180deg)}.multi-select.open ul{background-color:var(--undpds-color-white);border-top:0;display:block}.multi-select.open ul.fix-height{max-height:18.75rem}.multi-select.open ul ul{border:0;display:none;overflow:hidden;padding:0 0 0 var(--undpds-spacing-08)}.multi-select.open ul li{margin-bottom:0}.multi-select>button{background:var(--undpds-color-white);display:flex;max-width:100%;text-align:left}.multi-select>button span{padding-left:.3125rem}.multi-select ul{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:auto}.multi-select ul>li{list-style:none}.multi-select ul>li .form-check:hover{background-color:var(--undpds-color-gray-100)}.multi-select ul .has-submenu{position:relative}.multi-select ul .has-submenu.open ul{border:0;border-top:1px solid var(--undpds-color-gray-400);display:block;overflow:visible;padding:0 0 0 var(--undpds-spacing-08)}.multi-select ul .has-submenu.open button:after{top:50%;transform:translateY(-50%) rotate(-180deg)}.multi-select ul .has-submenu button{background:var(--undpds-color-white);border:0;cursor:pointer;display:block;font-size:var(--undpds-font-size-16);margin:0 -1rem;padding:var(--undpds-spacing-05);position:relative;text-align:left;width:calc(100% + 2rem)}.multi-select ul .has-submenu button:hover{background-color:var(--undpds-color-gray-100)}.multi-select ul .has-submenu button:after{right:.875rem}.multi-select ul .sub-menu{display:none;list-style:none}.multi-select ul .sub-menu>li{border-top:1px solid var(--undpds-color-gray-400);margin-bottom:0}.multi-select ul .sub-menu>li:first-of-type{border-top:0}.multi-select ul .sub-menu>li>.checkbox-wrapper:hover{background-color:var(--undpds-color-gray-100)}.multi-select ul::-webkit-scrollbar{background-color:rgba(0,0,0,.3);width:4px}.multi-select ul::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.6)}.multi-select ul .form-check{justify-content:space-between;margin:0 -1rem;padding:0 var(--undpds-spacing-05)}.multi-select ul .form-check label{padding:var(--undpds-spacing-05) 0;width:100%}.multi-select ul .form-check input{position:absolute;right:var(--undpds-spacing-05)}:lang(my) .multi-select button,:lang(my) .multi-select ul li{font-family:var(--undpds-font-family-notosans)}[dir=rtl] .multi-select button span{padding-left:0;padding-right:.3125rem}[dir=rtl] .multi-select ul{padding:0 var(--undpds-spacing-05)}[dir=rtl] .multi-select ul li{padding-right:0}[dir=rtl] .multi-select ul .form-check input{left:var(--undpds-spacing-05);right:inherit}[dir=rtl] .multi-select .has-submenu button{text-align:right}[dir=rtl] .multi-select .has-submenu button:after,[dir=rtl] .multi-select.open .radio span{left:var(--undpds-spacing-05);right:inherit}[dir=rtl] .multi-select.open ul ul{padding:0 var(--undpds-spacing-08) 0 0}label{display:block}label.error{color:var(--undpds-color-black);margin-top:0}label.disabled{color:var(--undpds-color-gray-400)}.help{color:var(--undpds-color-gray-500);display:block;font-size:var(--undpds-font-size-14)}.error,.help{margin-bottom:0;margin-top:var(--undpds-spacing-03)}.error{color:var(--undpds-color-red);font-size:var(--undpds-font-size-16)}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],textarea{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:2px solid var(--undpds-color-black);border-radius:0;box-sizing:border-box;display:block;font-family:var(--undpds-font-family-proximanova);font-size:var(--undpds-font-size-16);height:46px;margin-top:var(--undpds-spacing-03);padding:.625rem;width:100%}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:var(--undpds-color-gray-500)}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}input[type=date] input[type=date],input[type=date] input[type=search],input[type=email] input[type=date],input[type=email] input[type=search],input[type=number] input[type=date],input[type=number] input[type=search],input[type=password] input[type=date],input[type=password] input[type=search],input[type=search] input[type=date],input[type=search] input[type=search],input[type=tel] input[type=date],input[type=tel] input[type=search],input[type=text] input[type=date],input[type=text] input[type=search],textarea input[type=date],textarea input[type=search]{padding-left:var(--undpds-spacing-08);position:relative}input[type=date].disabled,input[type=email].disabled,input[type=number].disabled,input[type=password].disabled,input[type=search].disabled,input[type=tel].disabled,input[type=text].disabled,textarea.disabled{background-color:var(--undpds-color-white);border:2px solid var(--undpds-color-gray-400);color:var(--undpds-color-gray-400)}input[type=date].disabled::placeholder,input[type=email].disabled::placeholder,input[type=number].disabled::placeholder,input[type=password].disabled::placeholder,input[type=search].disabled::placeholder,input[type=tel].disabled::placeholder,input[type=text].disabled::placeholder,textarea.disabled::placeholder{color:var(--undpds-color-gray-400)}input[type=date].error,input[type=email].error,input[type=number].error,input[type=password].error,input[type=search].error,input[type=tel].error,input[type=text].error,textarea.error{border:2px solid var(--undpds-color-red)}input[type=date]{appearance:none;background:url(../images/calender-black.svg) no-repeat left 14px bottom 12px;background-color:var(--undpds-color-white);color:var(--undpds-color-gray-500);padding-left:var(--undpds-spacing-08);position:relative}input[type=date].disabled{background-image:url(../images/date-disabled.svg)}input[type=date].empty{color:var(--undpds-color-gray-500)}input[type=date].filled{color:var(--undpds-color-black)}input[type=search]{background:url(../images/search-black.svg) no-repeat left 14px bottom 12px;color:#a9b1b7;padding-left:2.5rem}input[type=search].disabled{background-image:url(../images/search-gray.svg)}.help.disabled{color:var(--undpds-color-gray-400)}textarea{height:auto;max-width:100%;resize:vertical}input[type=date]::-webkit-calendar-picker-indicator{appearance:none;background:transparent;color:transparent;cursor:pointer;height:1rem;margin-inline-start:-1.7rem;opacity:1;position:absolute;width:1rem}[dir=rtl] input[type=date],[dir=rtl] input[type=email],[dir=rtl] input[type=number],[dir=rtl] input[type=password],[dir=rtl] input[type=search],[dir=rtl] input[type=tel],[dir=rtl] input[type=text],[dir=rtl] textarea{direction:rtl}@media(hover:none)and (pointer:coarse){[dir=rtl] input[type=date] input[type=date],[dir=rtl] input[type=email] input[type=date],[dir=rtl] input[type=number] input[type=date],[dir=rtl] input[type=password] input[type=date],[dir=rtl] input[type=search] input[type=date],[dir=rtl] input[type=tel] input[type=date],[dir=rtl] input[type=text] input[type=date],[dir=rtl] textarea input[type=date]{padding-right:var(--undpds-spacing-06)}}[dir=rtl] input[type=date],[dir=rtl] input[type=search]{background:url(../images/calender-black.svg) no-repeat right 14px bottom 12px;background-color:var(--undpds-color-white);padding-left:.635rem;padding-right:var(--undpds-spacing-08);text-align:right}[dir=rtl] input[type=search]{background:url(../images/search-black.svg) no-repeat right 14px bottom 12px}[dir=rtl] input[type=date].disabled{background-image:url(../images/date-disabled.svg)}[dir=rtl] input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:1;color:transparent;height:1rem;left:1;margin-right:.75rem;opacity:1;position:absolute;right:0;text-align:initial;top:1;width:1rem}[dir=rtl] input::-webkit-date-and-time-value{margin-right:0;text-align:right}:lang(my) .error{line-height:1.7}:lang(my) input[type=date],:lang(my) input[type=email],:lang(my) input[type=number],:lang(my) input[type=password],:lang(my) input[type=search],:lang(my) input[type=tel],:lang(my) input[type=text],:lang(my) textarea{font-family:var(--undpds-font-family-notosans)}.sign-up label{color:var(--undpds-color-white);display:block;font-size:var(--undpds-font-size-16);line-height:1.4;margin-bottom:var(--undpds-spacing-04);text-align:left;text-transform:none}@media(min-width:48em){.sign-up label{text-align:right}}.sign-up--field{display:flex;justify-content:flex-end;position:relative}.sign-up--field .input-group{margin-top:0;width:calc(100% - 86px)}@media(min-width:48em){.sign-up--field .input-group{width:calc(100% - 107px)}}.sign-up--field input[type=email]{background-color:transparent;border-color:var(--undpds-color-white);border-radius:0;color:var(--undpds-color-white);height:54px;margin:0;outline:none}.sign-up--field input[type=email]::placeholder{color:var(--undpds-color-white)}.sign-up .form-submit{-webkit-appearance:none;background-color:var(--undpds-color-white);border-radius:0;color:var(--undpds-color-blue-600);height:54px;margin:0;min-width:86px;padding:0;text-transform:uppercase}@media(min-width:48em){.sign-up .form-submit{min-width:107px}}.sign-up.inverted{color:var(--undpds-color-white)}.sign-up.inverted label{color:var(--undpds-color-black)}.sign-up.inverted input[type=email]{background-color:var(--undpds-color-white);border-color:var(--undpds-color-black);color:var(--undpds-color-black)}.sign-up.inverted input[type=email]::placeholder{color:var(--undpds-color-black)}.sign-up.inverted .form-submit{background-color:var(--undpds-color-dark-red);color:var(--undpds-color-white)}[dir=rtl] .sign-up label{text-align:right}[dir=rtl] .sign-up--field{justify-content:flex-start}:lang(my) .sign-up label{line-height:1.7}input[type=radio]{background-color:transparent;border-radius:100%;box-shadow:inset 0 0 0 var(--undpds-color-white)}input[type=radio]:checked{background-color:var(--undpds-color-dark-red);box-shadow:inset 0 0 0 3px var(--undpds-color-white)}.expand-search{align-items:flex-end;display:flex;position:relative}.expand-search input[type=text]{background-color:var(--undpds-color-white);box-sizing:border-box;font-size:var(--undpds-font-size-14);height:2.675rem;padding:0;position:relative;transition:all .2s ease-in-out;width:0}.expand-search input[type=text]:focus{box-shadow:none;outline:none}.expand-search.open input{outline:none;padding-left:.8125rem;padding-right:var(--undpds-spacing-06);width:calc(100% - 1.6875rem);z-index:1}.expand-search button{background:none;height:2.625rem;padding:0 0 1px;width:1.6875rem;z-index:2}.expand-search button img{width:27px}.expand-search button.close-button{border:0;display:none;position:absolute;right:0}.expand-search button.close-button.show{display:block}.expand-search button.close-button img{max-width:30px}[dir=rtl] .expand-search .icon-search-black{left:inherit;right:0}[dir=rtl] .expand-search.open input{padding-left:var(--undpds-spacing-06);padding-right:.8125rem}[dir=rtl] .expand-search .close-button{left:0;right:inherit}.select-default{appearance:none;background:var(--undpds-color-white) url(../images/chevron-down.svg) no-repeat right 22px center;border-radius:0;color:var(--undpds-color-black);display:block}[dir=rtl] .select-default{background-position:left 22px center;padding:var(--undpds-spacing-05) var(--undpds-spacing-05) var(--undpds-spacing-05) var(--undpds-spacing-50);text-align:right}.form-wrapper .text-panel .button{margin-top:var(--undpds-spacing-06)}@media(max-width:47.9375em){.form-wrapper .text-panel .button{margin-top:var(--undpds-spacing-07)}}.form-wrapper h2{margin-bottom:var(--undpds-spacing-08)}@media(max-width:47.9375em){.form-wrapper h2{margin-bottom:var(--undpds-spacing-04)}.form-wrapper p{margin-bottom:var(--undpds-spacing-03)}}.form-wrapper .input-group .input__controls{border-radius:0;margin:.9375rem 0}.form-wrapper .form-photo img{height:100%;object-fit:cover}.form-wrapper .form-photo .stacked-form{height:inherit}.form-wrapper .form-photo .stacked-form h2{margin-bottom:var(--undpds-spacing-05)}@media(max-width:47.9375em){.form-wrapper .form-photo .stacked-form h2{margin-bottom:var(--undpds-spacing-04)}}.form-wrapper .form-photo .stacked-form p{margin-bottom:var(--undpds-spacing-09)}@media(max-width:47.9375em){.form-wrapper .form-photo .stacked-form p{margin-bottom:var(--undpds-spacing-07)}}.form-wrapper .form-photo .stacked-form .button{margin-top:var(--undpds-spacing-09)}@media(max-width:47.9375em){.form-wrapper .form-photo .stacked-form .button{margin-top:var(--undpds-spacing-07)}}.form-wrapper .form-bg{background:var(--undpds-color-gray-100);box-sizing:border-box;padding:var(--undpds-spacing-12) 0}@media(max-width:47.9375em){.form-wrapper .form-bg{padding:var(--undpds-spacing-09) var(--undpds-spacing-06)}.form-wrapper .button{width:100%}}.form-wrapper .wide-form h2{margin-bottom:var(--undpds-spacing-06)}@media(max-width:47.9375em){.form-wrapper .wide-form h2{margin-bottom:var(--undpds-spacing-03)}}.form-wrapper .wide-form .input-group .input__controls{margin:var(--undpds-spacing-04) 0}.form-wrapper .wide-form .button{margin-top:var(--undpds-spacing-09)}@media(max-width:47.9375em){.form-wrapper .wide-form .button{margin-top:var(--undpds-spacing-07)}}.form-wrapper .stacked-form h2{margin-bottom:var(--undpds-spacing-05)}@media(max-width:47.9375em){.form-wrapper .stacked-form h2{margin-bottom:var(--undpds-spacing-04)}}.form-wrapper .stacked-form p{margin-bottom:var(--undpds-spacing-09)}@media(max-width:47.9375em){.form-wrapper .stacked-form p{margin-bottom:var(--undpds-spacing-07)}}.form-wrapper .stacked-form .input-group .input__controls{margin:var(--undpds-spacing-04) 0}.form-wrapper .stacked-form .button{margin-top:var(--undpds-spacing-09)}@media(max-width:47.9375em){.form-wrapper .stacked-form .button{margin-top:var(--undpds-spacing-07)}}.form-wrapper input{margin-top:var(--undpds-spacing-06)}@media print,screen and (min-width:64em){[dir=rtl] .text-panel>:first-child{margin-left:.75rem;margin-right:calc(8.33333% + .75rem)}}:lang(my) .form-wrapper .button{font-family:var(--undpds-font-family-notosans)}.breadcrumb ul{align-items:baseline;display:flex;flex-wrap:wrap;font-size:var(--undpds-font-size-12);padding:0}.breadcrumb ul li{display:inline-block;margin-block:var(--undpds-spacing-04);margin-inline:var(--undpds-spacing-06) 0;padding-inline-start:0;position:relative}.breadcrumb ul li:after{color:var(--undpds-color-dark-red);content:"/";font-weight:700;position:absolute;right:-12px;top:0}.breadcrumb ul li:first-of-type{margin-inline-start:0}.breadcrumb ul li:last-of-type{font-weight:600;letter-spacing:.03em;margin-inline-end:0;max-width:calc(100vw - 2rem);text-transform:uppercase}.breadcrumb ul li:last-of-type:after{display:none}.breadcrumb ul li a{background:none;color:var(--undpds-color-dark-red);font-size:var(--undpds-font-size-12);font-weight:600;letter-spacing:.03em;text-transform:uppercase;transition:opacity .2s ease}.breadcrumb ul li a:hover{color:var(--undpds-color-red)}.breadcrumb.white li a,.breadcrumb.white li a:hover,.breadcrumb.white li:after{color:var(--undpds-color-white)}.breadcrumb.white li a:hover{opacity:.7}.breadcrumb.white li:last-of-type,.breadcrumb.white:last-of-type{color:var(--undpds-color-white)}[dir=rtl] .breadcrumb li:after{left:-14px;right:unset;top:63%;transform:translateY(-63%) rotate(140deg)}:lang(my) .breadcrumb ul li:last-of-type{font-size:var(--undpds-font-size-12)}:lang(ro) .breadcrumb ul li a,:lang(ro) .breadcrumb ul li:last-of-type{font-weight:700}.country-header{height:7.1875rem}@media(max-width:63.9375em){.country-header{height:4.6875rem}}.country-header .header{background-color:var(--undpds-color-gray-100);box-shadow:0 3px 6px rgba(0,0,0,.1);height:unset;min-height:7.1875rem;position:fixed}@media(max-width:63.9375em){.country-header .header{min-height:4.6875rem}}.country-header .header .grid-container.fluid>.grid-margin-x{justify-content:space-between}.country-header .header .site-title{flex-shrink:0;font-size:var(--undpds-font-size-16);font-weight:600;line-height:1.142;margin-block-start:-.25rem;margin-inline-end:1.5rem;padding:.438rem 0}@media(max-width:63.9375em){.country-header .header .site-title{width:calc(100% - 64px)}}@media(min-width:90em){.country-header .header .site-title{font-size:var(--undpds-font-size-20);margin-inline-end:auto;width:auto}}.country-header .header .site-title span:first-of-type:not(:last-of-type){border-bottom:1px solid var(--undpds-color-gray-500);display:inline-block;font-size:var(--undpds-font-size-12);margin:0;padding-block-end:1px}.country-header .header .site-title span:first-of-type:not(:last-of-type) a{color:var(--undpds-color-gray-600)}.country-header .header .site-title span{display:flex;margin-block-start:.3rem}.country-header .header .site-title span a{background:none;font-size:inherit}.country-header .header .top-left{align-items:center;display:flex;order:1}@media(min-width:64em){.country-header .header .top-left:not(.large-9){max-width:14rem;width:auto}}@media(max-width:63.9375em){.country-header .header .top-left:not(.large-9){width:auto}}.country-header .header .top-left.large-9 .site-title{margin-inline-end:1.5rem}.country-header .header .top-left.large-9 .menu{margin:0 auto}@media(max-width:63.9375em){.country-header .header .top-left.large-9 .menu{margin:0 auto}}.country-header .header .top-left .logo{align-items:flex-start;display:flex;height:7.1875rem;margin-inline-end:var(--undpds-spacing-06);position:relative;z-index:2}@media(max-width:63.9375em){.country-header .header .top-left .logo{height:4.6875rem}}@media(max-width:47.9375em){.country-header .header .top-left .logo{margin-inline-end:var(--undpds-spacing-04)}}.country-header .header .top-center{justify-content:center;order:2}.country-header .header .align-content-middle{align-items:center;display:flex;position:relative}.country-header .header .menu{align-items:stretch;align-self:stretch;display:flex;flex-grow:0;flex-shrink:1;margin:0;min-height:7.1875rem}@media(max-width:63.9375em){.country-header .header .menu{display:none}}@media(min-width:64em){.country-header .header .menu{margin:0}}@media(min-width:90em){.country-header .header .menu{margin:0}}.country-header .header .menu>ul{align-items:center;column-gap:0;display:flex;flex-direction:row;justify-content:space-evenly;margin:0 auto;padding-inline:0;position:relative}@media(min-width:90em){.country-header .header .menu>ul{column-gap:0}}.country-header .header .menu>ul>li{align-items:stretch;align-self:stretch;display:flex;justify-content:center;margin:0;padding-inline:0;word-break:keep-all}@media(min-width:90em){.country-header .header .menu>ul>li{margin:0}}.country-header .header .menu>ul>li:first-of-type{margin-inline-start:0}.country-header .header .menu>ul>li>a{align-items:center;display:flex;justify-content:center;padding:0 1.5rem;text-align:center;white-space:nowrap;width:100%}.country-header .header .menu.menu__overflow__container>ul{margin:0 auto}.country-header .header .top-right{align-items:center;display:flex;justify-content:flex-end;order:3}@media(min-width:64em){.country-header .header .top-right{flex:0 1 auto}}@media(min-width:90em){.country-header .header .top-right{box-sizing:border-box}.country-header .header .top-right>:last-child{margin-inline-end:4rem}}.country-header .header .dropdown-language{align-items:center;display:flex;justify-self:flex-end;margin-inline:var(--undpds-spacing-03)}@media(max-width:63.9375em){.country-header .header .dropdown-language{display:none}}.country-header .header .icon-search{margin-inline:var(--undpds-spacing-03);mask:url(../images/search.svg) no-repeat left center}@media(max-width:47.9375em){.country-header .header .icon-search{background:transparent url(../images/search.svg) no-repeat 0}}.country-header .header .icon-globe{margin-inline:var(--undpds-spacing-03);mask:url(../images/globe.svg) no-repeat left center}@media(max-width:63.9375em){.country-header .header .icon-globe{display:none}}.country-header .header .button{display:block;margin-inline:var(--undpds-spacing-03)}@media(max-width:63.9375em){.country-header .header .button{display:none}}.country-header .header .menu,.country-header .header .site-title,.country-header .header .top-right{transition:opacity .3s ease}[dir=rtl] .country-header .top-left .logo{margin-right:0}[dir=rtl] .country-header .top-left .logo img{margin-left:1.5rem;margin-right:0}[dir=rtl] .country-header .site-title{margin-inline-end:0;margin-inline-start:1.5rem}@media(min-width:90em){[dir=rtl] .country-header .site-title{margin-inline-end:0;margin-inline-start:var(--undpds-spacing-07)}[dir=rtl] .country-header .top-right{padding-inline:0}}[dir=rtl] .country-header .menu>ul,[dir=rtl] .country-header .menu>ul>li{padding-inline:0}.global-header{height:7.1875rem}@media(max-width:63.9375em){.global-header{height:4.6875rem}}.global-header .header{height:7.1875rem;position:fixed}@media(max-width:63.9375em){.global-header .header{height:4.6875rem}}.global-header .header .fluid{height:7.1875rem}@media(min-width:90em){.global-header .header .fluid{margin:0 var(--undpds-spacing-70)}}@media(max-width:63.9375em){.global-header .header .fluid{height:4.6875rem}}.global-header .header .top-left{display:flex}@media(min-width:48em){.global-header .header .top-left{margin-bottom:0}}.global-header .header .dropdown-language{align-items:center;display:flex;margin-inline:var(--undpds-spacing-03)}@media(max-width:63.9375em){.global-header .header .dropdown-language{display:none}}.global-header .header .mid-nav{display:flex;height:7.1875rem;justify-content:center;position:relative}@media(max-width:63.9375em){.global-header .header .mid-nav,.global-header .header .mid-nav nav{height:4.6875rem}}.global-header .header .mid-nav ul{align-items:stretch;display:flex;height:100%;left:50%;max-height:7.1875rem;padding-left:3.375rem;position:absolute;top:50%;transform:translateY(-50%);width:50%;z-index:9}@media(min-width:90em){.global-header .header .mid-nav ul{padding-left:4.375rem}}@media(max-width:63.9375em){.global-header .header .mid-nav ul{display:none}}.global-header .header .mid-nav ul:first-of-type{justify-content:right;left:inherit;padding-left:0;padding-right:3.375rem;right:50%}@media(min-width:90em){.global-header .header .mid-nav ul:first-of-type{padding-right:4.375rem}}.global-header .header .mid-nav ul li{align-items:stretch;display:flex;margin:0 1.5rem}@media(min-width:90em){.global-header .header .mid-nav ul li{margin:0 2.1875rem}}.global-header .header .mid-nav ul li a{align-items:center;display:flex}@media(min-width:90em){.global-header .header .mid-nav ul li a{margin-top:0}}.global-header .header .mid-nav .logo{position:relative;z-index:10}@media(min-width:90em){.global-header .header .mid-nav .logo{left:50%;position:fixed;transform:translateX(-50%);z-index:10}}@media(max-width:63.9375em){.global-header .header .mid-nav .logo{height:4.6875rem;margin:0}}.global-header .header .align-content-middle{align-items:center;position:relative}.global-header .header .top-right{display:flex;justify-content:flex-end}@media(min-width:90em){.global-header .header .top-right{margin-bottom:0}}@media(max-width:63.9375em){.global-header .header .top-right{margin-bottom:0}.global-header .header .top-right .icon-globe{display:none}}.global-header .header .icon-globe{margin-inline:var(--undpds-spacing-03);mask:url(../images/globe.svg) no-repeat left center}@media(max-width:63.9375em){.global-header .header .icon-globe{display:none}}.global-header .header .icon-search{margin-inline-end:var(--undpds-spacing-03);mask:url(../images/search.svg) no-repeat left center}@media(max-width:47.9375em){.global-header .header .icon-search{background:transparent url(../images/search.svg) no-repeat 0;mask:inherit}.global-header .header .icon-search:hover{background-color:transparent}}@media(min-width:64em){.global-header .header .icon-search{margin-inline-start:var(--undpds-spacing-03)}}.global-header .header .mid-nav ul,.global-header .header .top-left,.global-header .header .top-right{transition:opacity .3s ease}.global-header .mega-nav-option{top:7.125rem}[dir=rtl] .global-header .mid-nav ul{left:inherit;padding-left:0;padding-right:4.375rem;right:50%}[dir=rtl] .global-header .mid-nav ul li{padding-right:0}[dir=rtl] .global-header .mid-nav ul:first-of-type{justify-content:left;left:50%;padding-left:4.375rem;padding-right:0;right:inherit}.mega-nav-option{box-shadow:0 3px 6px rgba(0,0,0,.16);box-sizing:border-box;display:none;left:50%;max-width:75.5rem;min-height:37.5rem;padding:var(--undpds-spacing-10) 0 0 var(--undpds-spacing-09);position:fixed;transform:translateX(-50%);z-index:8}.mega-nav-option.float-higher{z-index:16}.mega-nav-option.show-mega{display:block}.mega-nav-option .submenu{margin:0;padding:0}.mega-nav-option .submenu li{list-style:none;margin-block-end:0;padding-inline-end:var(--undpds-spacing-09);padding-inline-start:0}.mega-nav-option .submenu li.active a{background:var(--undpds-color-blue-600);color:var(--undpds-color-white)}.mega-nav-option .submenu li.active a .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white)}.mega-nav-option .submenu li.active a .external-link-animated:before{background:var(--undpds-color-white)}.mega-nav-option .submenu li.active a .external-link-animated:after{border-block-start:2px solid var(--undpds-color-white);border-inline-end:2px solid var(--undpds-color-white)}.mega-nav-option .submenu li.active a:hover .external-link-animated:after{transform:translate(5px,-5px)}.mega-nav-option .submenu li.active a:hover .external-link-animated:before{transform:rotate(-45deg) translate(7px)}.mega-nav-option .submenu li:focus{outline:0}.mega-nav-option .submenu li a{background:none;border-block-end:1px solid var(--undpds-color-gray-400);display:flex;font-size:var(--undpds-spacing-05);font-weight:700;padding:var(--undpds-spacing-06);text-transform:uppercase}.mega-nav-option .submenu li a .external-link-animated{margin:2px 0 0 var(--undpds-spacing-05)}.mega-nav-option .submenu li a:hover{background:var(--undpds-color-blue-600);color:var(--undpds-color-white)}.mega-nav-option .sub-menu-content{display:none;min-height:31.25rem}.mega-nav-option .sub-menu-content .sub-sub-menu{display:flex;margin-block-start:var(--undpds-spacing-09)}.mega-nav-option .sub-menu-content .sub-sub-menu ul{margin:0;padding:0;width:50%}.mega-nav-option .sub-menu-content .sub-sub-menu ul li{line-height:0;list-style-type:none;margin-block-end:var(--undpds-spacing-06);text-transform:uppercase}.mega-nav-option .sub-menu-content h3{margin-block-end:var(--undpds-spacing-06)}.mega-nav-option .sub-menu-content .mega-image{box-sizing:border-box;padding-inline-start:var(--undpds-spacing-09)}.mega-nav-option .sub-menu-content .mega-image img{height:100%;object-fit:cover;object-position:top}.mega-nav-option .sub-menu-content.active-content{display:flex}.mega-nav-option .show-on-focus{background:url(../images/times.svg) no-repeat 50%;border:0;color:#000;font-size:0;height:var(--undpds-spacing-08);opacity:.3;position:absolute;right:.625rem;top:.625rem;width:var(--undpds-spacing-08);z-index:9}.mega-nav-option .show-on-focus:focus,.mega-nav-option .show-on-focus:hover{opacity:1}.country-header .mega-nav-option,.global-header .mega-nav-option{animation-fill-mode:backwards}.country-header .mega-nav-option.show-mega,.global-header .mega-nav-option.show-mega{animation:circle-square-transition .3s cubic-bezier(.25,.27,.11,.99) forwards}.country-header .mega-nav-option.show-mega>div,.global-header .mega-nav-option.show-mega>div{animation:transition-opacity .3s .3s forwards}.country-header .mega-nav-option.show-mega-back,.global-header .mega-nav-option.show-mega-back{animation:circle-square-transition-back .3s cubic-bezier(.25,.27,.11,.99) forwards;box-shadow:none;display:block}.country-header .mega-nav-option.show-mega-back>div,.global-header .mega-nav-option.show-mega-back>div{animation-direction:reverse}.country-header .mega-nav-option.no-effect,.global-header .mega-nav-option.no-effect{animation:0s 0s none}.country-header .mega-nav-option.no-effect>div,.global-header .mega-nav-option.no-effect>div{animation:0s 0s none;opacity:1}.country-header .mega-nav-option>div,.global-header .mega-nav-option>div{opacity:0}[dir=rtl] .mega-nav-option{padding:var(--undpds-spacing-10) var(--undpds-spacing-09) 0 0}[dir=rtl] .mega-nav-option .submenu li{padding-left:3rem;padding-right:0}[dir=rtl] .mega-nav-option .submenu li a .external-link-animated{margin:2px var(--undpds-spacing-05) 0 0}[dir=rtl] .mega-nav-option .mega-image{box-sizing:border-box;padding-left:0;padding-right:3rem}@keyframes circle-square-transition{0%{border-radius:50%;height:50px;margin-top:-70px;opacity:.4;width:100px}15%{border-radius:50%;height:150px;margin-top:-70px;opacity:.25;width:180px}30%{border-radius:50%;height:300px;margin-top:-330px;opacity:.5;width:600px}45%{border-radius:45%;height:405px;margin-top:-330px;width:705px}60%{border-radius:0 0 80% 80%/0 0 70% 70%;height:540px;margin-top:-330px;width:900px}75%{border-radius:0 0 50% 50%/0 0 20% 20%;height:600px;margin-top:-330px;max-width:1096px}to{border-radius:0;height:600px;opacity:1}}@keyframes circle-square-transition-back{0%{border-radius:0;height:600px;opacity:1}15%{border-radius:0 0 50% 50%/0 0 20% 20%;height:600px;margin-top:-330px;max-width:1096px}30%{border-radius:0 0 80% 80%/0 0 70% 70%;height:540px;margin-top:-330px;width:900px}45%{border-radius:45%;height:405px;margin-top:-330px;width:705px}60%{border-radius:50%;height:300px;margin-top:-330px;opacity:.5;width:600px}75%{border-radius:50%;height:150px;margin-top:-70px;opacity:.25;width:180px}to{border-radius:50%;height:50px;margin-top:-70px;opacity:.4;width:100px}}@keyframes transition-opacity{0%{opacity:0}to{opacity:1}}.dropdown-menu-wrapper{margin-block-start:7.1875rem}.menu ul{display:flex}.menu ul>li{display:block;position:relative;text-align:center}.menu ul>li ul.submenu{box-shadow:0 3px 6px rgba(0,0,0,.16);display:none;flex-direction:column;inset-block-start:calc(100% - 2rem);inset-inline-start:-1rem;padding-inline:0;position:absolute;width:18rem;z-index:10}.menu ul>li ul.submenu li{display:block;letter-spacing:normal;margin:0;padding:0;position:relative;text-align:left;transition:.2s ease;white-space:wrap;width:100%;word-break:keep-all}.menu ul>li ul.submenu li.edge:focus-within>ul.sub-menu,.menu ul>li ul.submenu li.edge:focus>ul.sub-menu,.menu ul>li ul.submenu li.edge:hover>ul.sub-menu,.menu ul>li ul.submenu li.open.edge>ul.submenu{left:unset;right:100%}.menu ul>li ul.submenu li a{align-items:center;border-bottom:1px solid #d4d6d8;column-gap:1rem;display:flex;font-size:1rem;font-weight:400;justify-content:space-between;letter-spacing:unset;line-height:1.25;padding:1.25rem;text-align:left;text-transform:none;transition:.2s ease;width:auto}.menu ul>li ul.submenu li.has-submenu>a:after{background:url(../images/chevron-right.svg) no-repeat 100%;color:var(--undpds-color-dark-red);content:"";display:flex;height:18px;margin-inline-start:auto;min-width:20px;transition:.2s ease}.menu ul>li ul.submenu li>a:not(.external,.download){padding-inline-end:1.25rem}.menu ul>li ul.submenu li.has-submenu>a.active:after{margin-inline-start:.5rem}.menu ul>li ul.submenu li>a.external .external-link-animated{min-width:.75rem}.menu ul>li ul.submenu li>a.external .download-animated{min-width:1.25rem}.menu ul>li.open>ul.submenu,.menu ul>li:focus-within>ul.submenu,.menu ul>li:focus>ul.submenu,.menu ul>li:hover>ul.submenu{display:flex;position:absolute}.menu ul>li ul.submenu li.open,.menu ul>li ul.submenu li:focus,.menu ul>li ul.submenu li:focus-within,.menu ul>li ul.submenu li:hover{background:var(--undpds-color-blue-600);color:var(--undpds-color-white);transition:.2s ease}.menu ul>li ul.submenu li.open:not(.has-submenu),.menu ul>li ul.submenu li:focus-within:not(.has-submenu),.menu ul>li ul.submenu li:focus:not(.has-submenu),.menu ul>li ul.submenu li:hover:not(.has-submenu){background:var(--undpds-color-gray-400);color:var(--undpds-color-black)}.menu ul>li ul.submenu li.open>ul.submenu,.menu ul>li ul.submenu li:focus-within>ul.submenu,.menu ul>li ul.submenu li:focus>ul.submenu,.menu ul>li ul.submenu li:hover>ul.submenu{display:flex;flex-direction:column;inset-block-start:0;inset-inline-start:100%;position:absolute}.menu ul>li ul.submenu li.open.edge:focus-within>ul.sub-menu,.menu ul>li ul.submenu li.open.edge:focus>ul.sub-menu,.menu ul>li ul.submenu li.open.edge:hover>ul.sub-menu,.menu ul>li ul.submenu li.open.edge>ul.submenu,.menu ul>li ul.submenu li:focus-within.edge:focus-within>ul.sub-menu,.menu ul>li ul.submenu li:focus-within.edge:focus>ul.sub-menu,.menu ul>li ul.submenu li:focus-within.edge:hover>ul.sub-menu,.menu ul>li ul.submenu li:focus-within.edge>ul.submenu,.menu ul>li ul.submenu li:focus.edge:focus-within>ul.sub-menu,.menu ul>li ul.submenu li:focus.edge:focus>ul.sub-menu,.menu ul>li ul.submenu li:focus.edge:hover>ul.sub-menu,.menu ul>li ul.submenu li:focus.edge>ul.submenu,.menu ul>li ul.submenu li:hover.edge:focus-within>ul.sub-menu,.menu ul>li ul.submenu li:hover.edge:focus>ul.sub-menu,.menu ul>li ul.submenu li:hover.edge:hover>ul.sub-menu,.menu ul>li ul.submenu li:hover.edge>ul.submenu{inset-inline-end:100%;inset-inline-start:unset}.menu ul>li ul.submenu li.open>a,.menu ul>li ul.submenu li.open>a.active,.menu ul>li ul.submenu li.open>a:focus,.menu ul>li ul.submenu li.open>a:focus-within,.menu ul>li ul.submenu li.open>a:hover,.menu ul>li ul.submenu li:focus-within>a,.menu ul>li ul.submenu li:focus-within>a.active,.menu ul>li ul.submenu li:focus-within>a:focus,.menu ul>li ul.submenu li:focus-within>a:focus-within,.menu ul>li ul.submenu li:focus-within>a:hover,.menu ul>li ul.submenu li:focus>a,.menu ul>li ul.submenu li:focus>a.active,.menu ul>li ul.submenu li:focus>a:focus,.menu ul>li ul.submenu li:focus>a:focus-within,.menu ul>li ul.submenu li:focus>a:hover,.menu ul>li ul.submenu li:hover>a,.menu ul>li ul.submenu li:hover>a.active,.menu ul>li ul.submenu li:hover>a:focus,.menu ul>li ul.submenu li:hover>a:focus-within,.menu ul>li ul.submenu li:hover>a:hover{color:var(--undpds-color-black)}.menu ul>li ul.submenu li.open.has-submenu>a,.menu ul>li ul.submenu li:focus-within.has-submenu>a,.menu ul>li ul.submenu li:focus.has-submenu>a,.menu ul>li ul.submenu li:hover.has-submenu>a{color:var(--undpds-color-white)}.menu ul>li ul.submenu li.open>a:not(.external,.download),.menu ul>li ul.submenu li:focus-within>a:not(.external,.download),.menu ul>li ul.submenu li:focus>a:not(.external,.download),.menu ul>li ul.submenu li:hover>a:not(.external,.download){padding-inline-end:.75rem}.menu ul>li ul.submenu li.open.has-submenu>a.active:after,.menu ul>li ul.submenu li.open.has-submenu>a:after,.menu ul>li ul.submenu li:focus-within.has-submenu>a.active:after,.menu ul>li ul.submenu li:focus-within.has-submenu>a:after,.menu ul>li ul.submenu li:focus.has-submenu>a.active:after,.menu ul>li ul.submenu li:focus.has-submenu>a:after,.menu ul>li ul.submenu li:hover.has-submenu>a.active:after,.menu ul>li ul.submenu li:hover.has-submenu>a:after{background:url(../images/chevron-right-white.svg) no-repeat 100%;margin-inline-start:.5rem}.menu ul>li ul.submenu li.open>a.external .external-link-animated,.menu ul>li ul.submenu li:focus-within>a.external .external-link-animated,.menu ul>li ul.submenu li:focus>a.external .external-link-animated,.menu ul>li ul.submenu li:hover>a.external .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-dark-red),-4px 0 0 -2px var(--undpds-color-dark-red),-3px 3px 0 -1px var(--undpds-color-dark-red)}.menu ul>li ul.submenu li.open>a.external .external-link-animated:before,.menu ul>li ul.submenu li:focus-within>a.external .external-link-animated:before,.menu ul>li ul.submenu li:focus>a.external .external-link-animated:before,.menu ul>li ul.submenu li:hover>a.external .external-link-animated:before{background-color:var(--undpds-color-dark-red);transition:transform .2s}.menu ul>li ul.submenu li.open>a.external .external-link-animated:after,.menu ul>li ul.submenu li:focus-within>a.external .external-link-animated:after,.menu ul>li ul.submenu li:focus>a.external .external-link-animated:after,.menu ul>li ul.submenu li:hover>a.external .external-link-animated:after{border-block-start:2px solid var(--undpds-color-dark-red);border-inline-end:2px solid var(--undpds-color-dark-red);transition:transform .2s}.menu ul>li ul.submenu li.open>a.download .download-animated:before,.menu ul>li ul.submenu li:focus-within>a.download .download-animated:before,.menu ul>li ul.submenu li:focus>a.download .download-animated:before,.menu ul>li ul.submenu li:hover>a.download .download-animated:before{background-color:var(--undpds-color-dark-red);transition:transform .2s}.menu ul>li ul.submenu li.open>a.download .download-animated i,.menu ul>li ul.submenu li:focus-within>a.download .download-animated i,.menu ul>li ul.submenu li:focus>a.download .download-animated i,.menu ul>li ul.submenu li:hover>a.download .download-animated i{border:2px solid var(--undpds-color-dark-red);border-block-start:0;transition:transform .2s}.menu ul>li ul.submenu li.open>a.download .download-animated:after,.menu ul>li ul.submenu li:focus-within>a.download .download-animated:after,.menu ul>li ul.submenu li:focus>a.download .download-animated:after,.menu ul>li ul.submenu li:hover>a.download .download-animated:after{border-block-end:2px solid var(--undpds-color-dark-red);border-inline-start:2px solid var(--undpds-color-dark-red);transition:transform .2s}[dir=rtl] .menu ul>li ul.submenu li.has-submenu>a:after{background:url(../images/chevron-left.svg) no-repeat 0}[dir=rtl] .menu ul>li ul.submenu li a{text-align:right}[dir=rtl] .menu ul>li ul.submenu li.open>ul.submenu,[dir=rtl] .menu ul>li ul.submenu li:focus-within>ul.submenu,[dir=rtl] .menu ul>li ul.submenu li:focus>ul.submenu,[dir=rtl] .menu ul>li ul.submenu li:hover>ul.submenu{display:block;position:absolute}[dir=rtl] .menu ul>li ul.submenu li.open.has-submenu>a.active:after,[dir=rtl] .menu ul>li ul.submenu li.open.has-submenu>a:after,[dir=rtl] .menu ul>li ul.submenu li:focus-within.has-submenu>a.active:after,[dir=rtl] .menu ul>li ul.submenu li:focus-within.has-submenu>a:after,[dir=rtl] .menu ul>li ul.submenu li:focus.has-submenu>a.active:after,[dir=rtl] .menu ul>li ul.submenu li:focus.has-submenu>a:after,[dir=rtl] .menu ul>li ul.submenu li:hover.has-submenu>a.active:after,[dir=rtl] .menu ul>li ul.submenu li:hover.has-submenu>a:after{background:url(../images/chevron-left-white.svg) no-repeat 0}.menu li>a.external .external-link-animated:after{transform:rotate(0deg) translate(0)}.menu li>a.external .external-link-animated:before{transform:rotate(-45deg) translate(0)}.menu li:hover>a.external .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white)}.menu li:hover>a.external .external-link-animated:after{border-block-start-color:var(--undpds-color-white);border-inline-end-color:var(--undpds-color-white);transform:rotate(0deg) translate(5px,-5px)}.menu li:hover>a.external .external-link-animated:before{background:var(--undpds-color-white);transform:rotate(-45deg) translate(7px)}.menu li:hover>a.download .download-animated i{border-color:var(--undpds-color-white)}.menu li:hover>a.download .download-animated:after{border-block-end-color:var(--undpds-color-white);border-inline-start-color:var(--undpds-color-white);transform:rotate(-45deg) translate(7px,-7px)}.menu li:hover>a.download .download-animated:before{background:var(--undpds-color-white);transform:translateY(-10px)}[dir=rtl] .menu li>a.external .external-link-animated{transform:rotate(270deg)}[dir=rtl] .menu li>a.external .external-link-animated:before{transform:rotate(-45deg) translate(1px,1px)}[dir=rtl] .menu li>a.external .external-link-animated:after{transform:rotate(90deg) translate(-1px,-4px)}[dir=rtl] .menu li:hover>a.external .external-link-animated{transform:rotate(270deg)}[dir=rtl] .menu li:hover>a.external .external-link-animated:before{transform:rotate(-45deg) translate(7px)}[dir=rtl] .menu li:hover>a.external .external-link-animated:after{transform:rotate(90deg) translate(-6px,-8px)}[dir=rtl] .menu li>a.download .download-animated:after{transform:rotate(45deg) translate(0)}[dir=rtl] .menu li:hover>a.download .download-animated:after{transform:rotate(45deg) translate(-7px,-7px)}.menu__overflow__item{line-height:0;order:100;width:2rem}.menu__overflow__item .menu__overflow__toggle{display:block}.menu__overflow__item.hidden .menu__overflow__toggle{display:none}.menu__overflow__toggle{background:transparent;border:none;border-radius:100%;color:var(--undpds-color-red);cursor:pointer;font-size:2rem;height:100%;line-height:0;margin:auto 0;position:relative;text-transform:uppercase;width:auto}.menu__overflow__toggle:after{border-radius:100%;clear:both;content:"...";display:table;font-family:var(--undpds-font-family-proximanova);height:1.25rem;line-height:0;padding-inline:6px;width:1.25rem}.menu__overflow__toggle:hover:after{background:rgba(0,0,0,.05)}.menu__overflow__toggle:active:after{background:rgba(0,0,0,.1);color:#fff}.menu__overflow__toggle span.hidden,.menu__overflow__toggle.hidden{display:none}@media(max-width:63.9375em){.menu__overflow__toggle{display:none}}.menu__overflow__toggle.toggled:before{border:1rem solid transparent;border-block-end-color:var(--undpds-color-gray-200);box-shadow:none;content:"";display:table;height:0;inset-block-end:1px;inset-inline:0;margin:auto;position:absolute;width:0}.menu__overflow__container{background-color:var(--undpds-color-gray-200);box-shadow:0 3px 6px rgba(0,0,0,.1);height:unset;min-height:4.125rem;min-width:100%;order:100;position:relative}@media(max-width:63.9375em){.menu__overflow__container{display:none}}.menu__overflow__container:before{background-color:var(--undpds-color-red);border:1rem solid var(--undpds-color-gray-600);height:1rem;position:absolute;width:1rem;z-index:100}.menu__overflow__container ul{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 auto;max-width:75%;padding:0}.menu__overflow__container ul>li.menu-item ul.submenu{top:calc(100% - 1rem)}.menu__overflow__container ul>li{margin:0;padding:0}.menu__overflow__container ul>li>a{align-items:center;background:none;border:none;color:var(--undpds-color-black);display:flex;font-size:.875rem;height:4.125rem;justify-content:center;padding:0 1rem;text-align:center;text-transform:uppercase}.menu__overflow__container ul>li.edge:focus-within>ul.sub-menu,.menu__overflow__container ul>li.edge:focus>ul.sub-menu,.menu__overflow__container ul>li.edge:hover>ul.sub-menu,.menu__overflow__container ul>li.edge>ul.submenu{left:unset;right:100%}.menu__overflow__container ul>li:hover>a{color:var(--undpds-color-gray-600)}.menu__overflow__container.hidden{display:none}.menu__overflow__container ul.overflow{display:flex;order:12;position:relative;width:100%}.menu__overflow__container ul.overflow>li{display:flex;justify-content:center;position:relative}.menu__overflow__container ul.overflow>li a{gap:1rem;justify-content:space-between}.menu__overflow__container ul.overflow>li ul.submenu{box-shadow:0 3px 6px rgba(0,0,0,.16);display:none;flex-direction:column;inset-block-start:100%;list-style-type:none;margin:0;min-width:17rem;padding:0;position:absolute;z-index:10}.menu__overflow__container ul.overflow>li ul.submenu li{justify-content:flex-start;margin:0;padding:0;position:relative;width:100%}.menu__overflow__container ul.overflow>li ul.submenu li.edge:focus-within>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li.edge:focus>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li.edge:hover>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li.open.edge>ul.submenu{inset-inline:unset 100%}.menu__overflow__container ul.overflow>li ul.submenu li a{background:none;border-bottom:1px solid #d4d6d8;font-size:1rem;font-weight:400;line-height:1.3;min-inline-size:1rem;padding:0 1.25rem;text-align:inherit;text-transform:none;transition:.2s ease;width:auto}.menu__overflow__container ul.overflow>li ul.submenu li.has-submenu>a:after{background:url(../images/chevron-right.svg) no-repeat 0;color:var(--undpds-color-dark-red);content:"";display:flex;height:18px;margin-inline-start:auto;transition:.2s ease;width:1.25rem}.menu__overflow__container ul.overflow>li ul.submenu li .external-link-animated{display:block;min-width:.75rem}.menu__overflow__container ul.overflow>li.open>ul.submenu,.menu__overflow__container ul.overflow>li:focus-within>ul.submenu,.menu__overflow__container ul.overflow>li:focus>ul.submenu,.menu__overflow__container ul.overflow>li:hover>ul.submenu{display:flex;flex-direction:column;position:absolute}.menu__overflow__container ul.overflow>li ul.submenu li.open>ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within>ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu li:focus>ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu li:hover>ul.submenu{display:block;inset-block-start:0;inset-inline-start:100%;position:absolute}.menu__overflow__container ul.overflow>li ul.submenu li.open.edge:focus-within>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li.open.edge:focus>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li.open.edge:hover>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li.open.edge>ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within.edge:focus-within>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within.edge:focus>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within.edge:hover>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within.edge>ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu li:focus.edge:focus-within>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:focus.edge:focus>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:focus.edge:hover>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:focus.edge>ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu li:hover.edge:focus-within>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:hover.edge:focus>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:hover.edge:hover>ul.sub-menu,.menu__overflow__container ul.overflow>li ul.submenu li:hover.edge>ul.submenu{inset-inline-end:100%;inset-inline-start:unset}.menu__overflow__container ul.overflow>li ul.submenu li.open>a,.menu__overflow__container ul.overflow>li ul.submenu li.open>a.active,.menu__overflow__container ul.overflow>li ul.submenu li.open>a:focus,.menu__overflow__container ul.overflow>li ul.submenu li.open>a:focus-within,.menu__overflow__container ul.overflow>li ul.submenu li.open>a:hover,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within>a,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within>a.active,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within>a:focus,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within>a:focus-within,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within>a:hover,.menu__overflow__container ul.overflow>li ul.submenu li:focus>a,.menu__overflow__container ul.overflow>li ul.submenu li:focus>a.active,.menu__overflow__container ul.overflow>li ul.submenu li:focus>a:focus,.menu__overflow__container ul.overflow>li ul.submenu li:focus>a:focus-within,.menu__overflow__container ul.overflow>li ul.submenu li:focus>a:hover,.menu__overflow__container ul.overflow>li ul.submenu li:hover>a,.menu__overflow__container ul.overflow>li ul.submenu li:hover>a.active,.menu__overflow__container ul.overflow>li ul.submenu li:hover>a:focus,.menu__overflow__container ul.overflow>li ul.submenu li:hover>a:focus-within,.menu__overflow__container ul.overflow>li ul.submenu li:hover>a:hover{background:var(--undpds-color-blue-600);color:var(--undpds-color-white);transition:.2s ease}.menu__overflow__container ul.overflow>li ul.submenu li.open.has-submenu>a.active:after,.menu__overflow__container ul.overflow>li ul.submenu li.open.has-submenu>a:after,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within.has-submenu>a.active:after,.menu__overflow__container ul.overflow>li ul.submenu li:focus-within.has-submenu>a:after,.menu__overflow__container ul.overflow>li ul.submenu li:focus.has-submenu>a.active:after,.menu__overflow__container ul.overflow>li ul.submenu li:focus.has-submenu>a:after,.menu__overflow__container ul.overflow>li ul.submenu li:hover.has-submenu>a.active:after,.menu__overflow__container ul.overflow>li ul.submenu li:hover.has-submenu>a:after{background:url(../images/chevron-right-white.svg) no-repeat 0}.menu__overflow__container li>a.external .external-link-animated:after{transform:rotate(0deg) translate(0)}.menu__overflow__container li>a.external .external-link-animated:before{transform:rotate(-45deg) translate(0)}.menu__overflow__container li:hover>a.external .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white)}.menu__overflow__container li:hover>a.external .external-link-animated:after{border-block-start-color:var(--undpds-color-white);border-inline-end-color:var(--undpds-color-white);transform:rotate(0deg) translate(5px,-5px)}.menu__overflow__container li:hover>a.external .external-link-animated:before{background:var(--undpds-color-white);transform:rotate(-45deg) translate(7px)}.menu__overflow__container li:hover>a.download .download-animated i{border-color:var(--undpds-color-white)}.menu__overflow__container li:hover>a.download .download-animated:after{border-block-end-color:var(--undpds-color-white);border-inline-start-color:var(--undpds-color-white);transform:rotate(-45deg) translate(7px,-7px)}.menu__overflow__container li:hover>a.download .download-animated:before{background:var(--undpds-color-white);transform:translateY(-10px)}[dir=rtl] .menu__overflow__container li>a.external .external-link-animated{transform:rotate(270deg)}[dir=rtl] .menu__overflow__container li>a.external .external-link-animated:before{transform:rotate(-45deg) translate(1px,1px)}[dir=rtl] .menu__overflow__container li>a.external .external-link-animated:after{transform:rotate(90deg) translate(-1px,-4px)}[dir=rtl] .menu__overflow__container li:hover>a.external .external-link-animated{transform:rotate(270deg)}[dir=rtl] .menu__overflow__container li:hover>a.external .external-link-animated:before{transform:rotate(-45deg) translate(7px)}[dir=rtl] .menu__overflow__container li:hover>a.external .external-link-animated:after{transform:rotate(90deg) translate(-6px,-8px)}[dir=rtl] .menu__overflow__container li>a.download .download-animated:after{transform:rotate(45deg) translate(0)}[dir=rtl] .menu__overflow__container li:hover>a.download .download-animated:after{transform:rotate(45deg) translate(-7px,-7px)}.mobile-nav{box-sizing:border-box;display:none;height:calc(100vh - 4.6875rem);left:0;margin:0;overflow-y:auto;padding:0 var(--undpds-spacing-06);position:absolute;top:100%;width:100%}.mobile-nav.show{display:block}.mobile-nav .mobile-links{padding:5.625rem 0 3.75rem}.mobile-nav .mobile-links.hide{display:none;pointer-events:none}.mobile-nav .mobile-links ul{border-bottom:1px solid var(--undpds-color-gray-500);margin-bottom:2.25rem;padding:0}.mobile-nav .mobile-links ul li{list-style:none;margin-bottom:0;padding-bottom:2.25rem;padding-left:0;text-transform:uppercase}.mobile-nav .mobile-nav-options a{color:var(--undpds-color-blue-600);margin-bottom:1.58125rem}.mobile-nav .mobile-nav-options a img{margin-right:.625rem}.mobile-nav .mobile-nav-options a.button{color:var(--undpds-color-white);display:flex;margin-inline:0}.mobile-nav .mobile-sub-menu{display:none;padding:2.0625rem 0}.mobile-nav .mobile-sub-menu.show{display:block;height:calc(100vh - 9.1875rem)}.mobile-nav .mobile-sub-menu .sub-heading{margin-bottom:0;padding:2.5625rem 0 2.25rem;text-transform:uppercase}.mobile-nav .mobile-sub-menu .sub-sub-menus{margin:0;padding:0}.mobile-nav .mobile-sub-menu .sub-sub-menus li{list-style:none;margin-bottom:0;padding-left:0}.mobile-nav .mobile-sub-menu .sub-sub-menus li span{font-size:var(--undpds-font-size-16)}.mobile-nav .mobile-sub-menu .sub-sub-menus li ul{margin:0;padding:var(--undpds-spacing-06) 1.6875rem}.mobile-nav .mobile-sub-menu .sub-sub-menus li ul li{margin-bottom:.46875rem}.mobile-nav .mobile-sub-menu .sub-sub-menus li ul li:last-of-type{margin-bottom:0}.mobile-nav .mobile-sub-menu .sub-sub-menus li a{font-size:.875rem;padding:.46875rem 0}.mobile-nav .back-nav{background:none;border:0;padding:0}.mobile-nav .back-nav img{margin-right:.46875rem}.mobile-nav .mob-sub-lang{display:none;padding:2.25rem 0;pointer-events:none}.mobile-nav .mob-sub-lang.show{display:block;pointer-events:all}.mobile-nav .mob-sub-lang .sub-heading{padding:2.25rem 0 1.25rem;text-transform:uppercase}.mobile-nav .mob-sub-lang .sub-sub-lang{margin:var(--undpds-spacing-08) 0 0;padding:0}.mobile-nav .mob-sub-lang .sub-sub-lang li{list-style:none;padding-left:0}.mobile-nav .mob-sub-lang .sub-sub-lang li span{font-size:var(--undpds-font-size-16)}.mobile-nav .mob-sub-lang .sub-sub-lang li ul{margin:0;padding:var(--undpds-spacing-05) 1.6875rem}.mobile-nav .mob-sub-lang .sub-sub-lang li a{font-size:.875rem;padding:.46875rem 0}.mobile-nav .mobile-mega-content{display:none}.mobile-nav .mobile-mega-content.show-content{display:block}.mobile-nav .cta__link.cta--space.no-submenu:after{display:none}.menu-hamburger{background:none;border:0;cursor:pointer;display:none;font-size:0;min-height:1.75rem;position:relative;width:1.375rem;z-index:25}@media(max-width:63.9375em){.menu-hamburger{display:block}}.top-right .menu-hamburger{margin-left:0}.menu-hamburger.is-active .hamburger-line.line-top{transform:translateY(0) rotate(45deg)}.menu-hamburger.is-active .hamburger-line.line-middle{opacity:0;transform:translateX(6.33px)}.menu-hamburger.is-active .hamburger-line.line-bottom{transform:translateY(0) rotate(-45deg)}.menu-hamburger .hamburger-line{background-color:var(--undpds-color-blue-600);display:block;height:.125rem;left:0;margin:auto;position:absolute;right:0;top:var(--undpds-spacing-04);transition:.2s ease-out;width:100%}.menu-hamburger .hamburger-line.line-top{transform:translateY(-6.5px)}.menu-hamburger .hamburger-line.line-bottom{transform:translateY(6.5px)}[dir=rtl] .mobile-nav .mobile-nav-options a img{margin-left:.625rem;margin-right:0}[dir=rtl] .mobile-nav .mob-sub-lang .sub-sub-lang li{padding-right:0}[dir=rtl] .mobile-nav .back-nav img{margin-left:.46875rem;margin-right:0;transform:rotateY(180deg)}[dir=rtl] .mobile-nav .mobile-links ul li,[dir=rtl] .mobile-nav .mobile-sub-menu ul li{padding-right:0}[dir=rtl] .menu-hamburger{margin-left:0}.menu ul{padding:0}.menu ul li{display:inline-block;margin-block:var(--undpds-spacing-04);margin-inline:0 var(--undpds-spacing-60);padding-inline-start:0}.menu ul li a{font-weight:500}.menu ul li:last-of-type{margin-inline-end:0}[dir=rtl] .menu ul li a{margin:0}.pagination ul{align-items:center;display:flex;font-family:var(--undpds-font-family-proximanova);padding-left:0}.pagination ul li{display:flex;font-size:var(--undpds-font-size-16);margin-bottom:0;margin-right:var(--undpds-spacing-06);padding-left:0;position:relative}.pagination ul li a{border-bottom:0;color:var(--undpds-color-black);font-size:var(--undpds-font-size-16);text-decoration:none}.pagination ul li span{margin:0 .375rem}.pagination ul li span:last-of-type{margin-right:0}.pagination ul li:first-of-type,.pagination ul li:last-of-type{cursor:pointer}.pagination ul li:first-of-type a,.pagination ul li:last-of-type a{font-size:0;height:45px;width:45px}.pagination ul li:first-of-type a:before,.pagination ul li:last-of-type a:before{background:url(../images/chevron-left-circle.svg) no-repeat 50%;content:" ";display:block;height:45px;width:45px}.pagination ul li.disabled a:before{opacity:.3}.pagination ul li:last-of-type{margin-right:0}.pagination ul li:last-of-type a:before{background:url(../images/chevron-right-circle.svg) no-repeat 50%}[dir=rtl] .pagination ul{padding-right:0}[dir=rtl] .pagination li{margin-left:var(--undpds-spacing-06);margin-right:0;padding-right:0}[dir=rtl] .pagination li:first-of-type a:before{transform:rotate(180deg)}[dir=rtl] .pagination li:last-of-type{margin-left:0}[dir=rtl] .pagination li:last-of-type a:before{transform:rotate(180deg)}[dir=rtl] .pagination li span:last-of-type{margin-left:0;margin-right:.375rem}.sidebar-accordion{padding:0;position:relative}.sidebar-accordion.show-medium h6{border-bottom:2px solid var(--undpds-color-black)}.sidebar-accordion.show-medium h6:active,.sidebar-accordion.show-medium h6:focus,.sidebar-accordion.show-medium h6:hover{background-color:var(--undpds-color-gray-400)}.sidebar-accordion.show-medium h6:after{transform:translateY(-50%) rotate(-180deg)}.sidebar-accordion.show-medium ul{display:block;padding:0}.sidebar-accordion li,.sidebar-accordion ul{list-style-type:none;margin-bottom:0;padding-left:0}.sidebar-accordion li a:active,.sidebar-accordion li a:focus,.sidebar-accordion li a:hover,.sidebar-accordion ul a:active,.sidebar-accordion ul a:focus,.sidebar-accordion ul a:hover{background-color:var(--undpds-color-gray-400)}.sidebar-accordion h6{background-color:var(--undpds-color-gray-300);cursor:pointer;display:block;margin-bottom:0;padding:var(--undpds-spacing-05);position:relative}@media(min-width:64em){.sidebar-accordion h6{display:none}}.sidebar-accordion ul{display:none;padding:0}@media(min-width:64em){.sidebar-accordion ul{display:block}}.sidebar-accordion ul>.active{border-bottom:none}.sidebar-accordion ul>.active button:after{background:url(../images/chevron-down-white.svg) no-repeat 50%}@media(min-width:64em){.sidebar-accordion ul>.active button:after{background:url(../images/chevron-down-white.svg) no-repeat 50%}}.sidebar-accordion ul>.active>a{background-color:var(--undpds-color-blue-600);color:var(--undpds-color-white)}@media(min-width:64em){.sidebar-accordion ul>.active>a{background-color:var(--undpds-color-blue-600);color:var(--undpds-color-white)}}.sidebar-accordion ul>.active>button:after{top:1.125rem;transform:rotate(-180deg)}@media(min-width:64em){.sidebar-accordion ul>.active>button:after{top:var(--undpds-spacing-06)}}.sidebar-accordion ul>li{background-color:var(--undpds-color-gray-300);position:relative}@media(min-width:64em){.sidebar-accordion ul>li{background-color:transparent;padding:0}}.sidebar-accordion ul>li button{float:right;height:1.25rem;margin-right:1.188rem;margin-top:-2.188rem;width:1.25rem}@media(min-width:64em){.sidebar-accordion ul>li button{margin-top:-2.688rem;top:2.063rem}}.sidebar-accordion ul>li button:after{top:var(--undpds-spacing-06)}@media(min-width:64em){.sidebar-accordion ul>li button:after{top:2.063rem}}.sidebar-accordion ul ul.accordion__panel{display:none;height:auto;padding:0}.sidebar-accordion ul ul.accordion__panel li a{border:none;display:block;font-size:var(--undpds-font-size-14);font-weight:400;padding:var(--undpds-spacing-05) var(--undpds-spacing-06) var(--undpds-spacing-05) var(--undpds-spacing-07)}@media(min-width:64em){.sidebar-accordion ul ul.accordion__panel li a{font-size:var(--undpds-font-size-16);padding-left:var(--undpds-spacing-09)}}.sidebar-accordion ul ul.accordion__panel li:first-of-type a{background-color:transparent;color:var(--undpds-color-black)}.sidebar-accordion ul ul.accordion__panel li:first-of-type a:active,.sidebar-accordion ul ul.accordion__panel li:first-of-type a:focus,.sidebar-accordion ul ul.accordion__panel li:first-of-type a:hover{background-color:var(--undpds-color-gray-400)}.sidebar-accordion ul ul.accordion__panel li:last-of-type a{margin-bottom:0}@media(min-width:64em){.sidebar-accordion.narrow ul.accordion__panel li a{font-size:.875rem;padding-left:var(--undpds-spacing-07)}.sidebar-accordion.narrow ul.accordion__panel li:last-of-type a{margin-bottom:var(--undpds-spacing-08)}.sidebar-accordion.narrow ul>li button:after{top:1.625rem}.sidebar-accordion.narrow li.active button:after{top:1.125rem}}[dir=rtl] .sidebar-accordion h6:after,[dir=rtl] .sidebar-accordion ul li>button:after{left:24px;right:unset}[dir=rtl] .sidebar-accordion li,[dir=rtl] .sidebar-accordion ul{padding-right:0}[dir=rtl] .sidebar-accordion button{float:left;margin-left:var(--undpds-spacing-06);margin-right:0}@media(min-width:64em){[dir=rtl] .sidebar-accordion.narrow ul.accordion__panel li a{padding-left:var(--undpds-spacing-06);padding-right:var(--undpds-spacing-07)}}.accordion{padding:0;position:relative}.accordion li{border-bottom:1px solid #a9b1b7;cursor:pointer;list-style:none;margin-bottom:0;overflow:hidden;padding-left:0;position:relative}.accordion li button{font-size:1.563rem;font-weight:400;letter-spacing:0;line-height:1.15;margin:0 auto;padding:1rem 0 1.5rem;text-align:left;width:100%}.accordion li button:before{background:url(../images/chevron-down.svg) no-repeat 50%;border-top-color:#f3f3f3;content:"";height:1.25rem;margin-left:1.5rem;position:absolute;right:0;top:1.5rem;transition:all .3s ease;width:1.25rem}.accordion li button.accordion--active:before{transform:rotate(-180deg)}.accordion li p:last-of-type{margin-bottom:0}[dir=rtl] .accordion li button{text-align:right}[dir=rtl] .accordion li button:before{left:0;margin-left:0;right:unset}[dir=rtl] .accordion li button.accordion--active{padding-right:0}[dir=rtl] .accordion li button.accordion--active:before{transform:rotate(180deg)}.accordion__panel{display:none;height:auto;padding:2rem}@media(min-width:48em){.accordion__panel{padding:2.5rem}[data-accordion=mobile] .desktop-visible{display:block!important}[data-accordion=mobile] .desktop-event-none{pointer-events:none}}:lang(my) .accordion li button{font-family:var(--undpds-font-family-notosans)}.author-card a{background:none;border-top:2px solid var(--undpds-color-black);display:block;margin-bottom:var(--undpds-spacing-09);padding-top:var(--undpds-spacing-06);word-break:break-word}@media(min-width:48em){.author-card a{margin-bottom:3.75rem}}.author-card a:hover .cta__link:after{transform:translate(70%)}.author-card a:hover .author__img:before{opacity:.75}.author-card p{font-size:var(--undpds-font-size-14);line-height:1.4;margin-bottom:var(--undpds-spacing-06)}@media(min-width:48em){.author-card p{font-size:var(--undpds-font-size-16)}}@media(max-width:47.9375em){.author-card h6{font-size:var(--undpds-font-size-14);line-height:1.2}}[dir=rtl] .author-card a:hover .cta__link:after{transform:translate(-50%) rotate(180deg)}.author-box{margin-bottom:1.5rem;width:100%}.author-box,.author-box a{display:inline-flex}.author-box:hover .author__img:before{opacity:.75}.author__img{margin-right:1.5rem}.author-label{padding-top:.25rem}.author-label h6{margin-bottom:.5rem;text-transform:uppercase}.author-label p{font-size:.875rem;margin-bottom:0}@media(min-width:48em){.author-label p{font-size:1rem}}[dir=rtl] .author-label{padding-left:0}[dir=rtl] .author__img{margin-left:1.5rem;margin-right:0}.chip{align-items:center;background:#f7f7f7;border:none;border-radius:20px;box-shadow:0 1px 2px rgba(0,0,0,.2);display:inline-flex;min-height:1.875rem;padding:.25rem 1rem}.chip:hover{background-color:#edeff0}.chip.chip__cross:before{background:url(../images/times-red.svg) no-repeat 0;content:"";display:inline-flex;height:22px;margin-left:-.25rem;margin-right:.5rem;padding-right:1.375rem;position:relative;top:0;width:auto}[dir=rtl] .chip__cross:before{margin-left:.5rem;margin-right:-.25rem}:lang(my) .chip{align-items:flex-end}:lang(my) .chip__cross{align-items:baseline}:lang(my) .chip__cross:before{top:5px}.button{color:var(--undpds-color-white);cursor:pointer;justify-content:center;padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.button:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}button:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.button.button-primary{background-color:var(--undpds-color-dark-red)}.button.button-primary:hover{background-color:var(--undpds-color-red)}.button.button-primary.button-arrow:after{background:url(../images/chevron-right-black.svg) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-primary.button-arrow:hover:after{transform:translate(70%)}.button.button-primary.button-arrow.disabled:after{background:url(../images/chevron-right-white.svg) no-repeat 0;content:""}.button.button-primary.button-external-link{align-items:baseline}.button.button-primary .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-black),-4px 0 0 -2px var(--undpds-color-black),-3px 3px 0 -1px var(--undpds-color-black);margin-left:1rem}.button.button-primary .external-link-animated:before{background:var(--undpds-color-black)}.button.button-primary .external-link-animated:after{border-right:2px solid var(--undpds-color-black);border-top:2px solid var(--undpds-color-black)}.button.button-primary:hover .external-link-animated:after{transform:translate(5px,-5px)}.button.button-primary:hover .external-link-animated:before{transform:rotate(-45deg) translate(7px)}.button.button-primary.disabled .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-primary.disabled .external-link-animated:before{background:var(--undpds-color-gray-300)}.button.button-primary.disabled .external-link-animated:after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-primary.button-download{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-primary .download-animated{margin-left:1rem}.button.button-primary .download-animated i{border:2px solid var(--undpds-color-black);border-top:0}.button.button-primary .download-animated:after{border-bottom:2px solid var(--undpds-color-black);border-left:2px solid var(--undpds-color-black)}.button.button-primary .download-animated:before{background:var(--undpds-color-black)}.button.button-primary:hover .download-animated:after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-primary:hover .download-animated:before{transform:translateY(-10px)}.button.button-primary.disabled .download-animated i{border:2px solid var(--undpds-color-gray-300);border-top:0}.button.button-primary.disabled .download-animated:after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-primary.disabled .download-animated:before{background:var(--undpds-color-gray-300)}.button.button-secondary{background-color:var(--undpds-color-blue-600)}.button.button-secondary:hover{background-color:var(--undpds-color-blue-400)}.button.button-secondary.button-arrow:after{background:url(../images/chevron-right-white.svg) no-repeat 0;content:"";height:20px;margin-left:var(--undpds-spacing-04);transition:.2s ease;width:13px}.button.button-secondary.button-arrow:hover:after{transform:translate(70%)}.button.button-secondary.button-arrow.disabled:after{background:url(../images/chevron-right-white.svg) no-repeat 0;content:""}.button.button-secondary.button-external-link{align-items:baseline}.button.button-secondary .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-white),-4px 0 0 -2px var(--undpds-color-white),-3px 3px 0 -1px var(--undpds-color-white);margin-left:1rem}.button.button-secondary .external-link-animated:before{background:var(--undpds-color-white)}.button.button-secondary .external-link-animated:after{border-right:2px solid var(--undpds-color-white);border-top:2px solid var(--undpds-color-white)}.button.button-secondary:hover .external-link-animated:after{transform:translate(5px,-5px)}.button.button-secondary:hover .external-link-animated:before{transform:rotate(-45deg) translate(7px)}.button.button-secondary.disabled .external-link-animated{box-shadow:-2px 2px 0 0 var(--undpds-color-gray-300),-4px 0 0 -2px var(--undpds-color-gray-300),-3px 3px 0 -1px var(--undpds-color-gray-300)}.button.button-secondary.disabled .external-link-animated:before{background:var(--undpds-color-gray-300)}.button.button-secondary.disabled .external-link-animated:after{border-right:2px solid var(--undpds-color-gray-300);border-top:2px solid var(--undpds-color-gray-300)}.button.button-secondary.button-download{align-items:baseline;padding:1.25rem var(--undpds-spacing-06)}.button.button-secondary .download-animated{margin-left:1rem}.button.button-secondary .download-animated i{border:2px solid var(--undpds-color-white);border-top:0}.button.button-secondary .download-animated:after{border-bottom:2px solid var(--undpds-color-white);border-left:2px solid var(--undpds-color-white)}.button.button-secondary .download-animated:before{background:var(--undpds-color-white)}.button.button-secondary:hover .download-animated:after{transform:rotate(-45deg) translate(7px,-7px)}.button.button-secondary:hover .download-animated:before{transform:translateY(-10px)}.button.button-secondary.disabled .download-animated i{border:2px solid var(--undpds-color-gray-300);border-top:0}.button.button-secondary.disabled .download-animated:after{border-bottom:2px solid var(--undpds-color-gray-300);border-left:2px solid var(--undpds-color-gray-300)}.button.button-secondary.disabled .download-animated:before{background:var(--undpds-color-gray-300)}.button.disabled{background-color:var(--undpds-color-gray-400);color:var(--undpds-color-gray-300);pointer-events:none}[dir=rtl] .button.button-primary.button-arrow:after,[dir=rtl] .button.button-secondary.button-arrow:after{margin-left:0;margin-right:var(--undpds-spacing-04);transform:rotate(180deg)}[dir=rtl] .button.button-primary.button-arrow:hover:after,[dir=rtl] .button.button-secondary.button-arrow:hover:after{transform:translate(-50%) rotate(180deg)}[dir=rtl] .button.button-primary .download-animated,[dir=rtl] .button.button-primary .external-link-animated,[dir=rtl] .button.button-secondary .download-animated,[dir=rtl] .button.button-secondary .external-link-animated{margin-left:0;margin-right:1rem}.cta__link{color:#000}.cta__link.cta--arrow{padding-left:0;padding-right:1.5rem}.cta__link.cta--space:after{background:url(../images/arrow-left-expand-defaut.svg) no-repeat 0;transition:.2s ease}.cta__link.cta--space:active:after,.cta__link.cta--space:focus:after,.cta__link.cta--space:hover:after{transform:translate(70%)}[dir=rtl] .cta__link{align-items:flex-end}[dir=rtl] .cta__link.cta--space:after{margin-left:0;margin-right:.75rem;transform:rotate(180deg)}[dir=rtl] .cta__link.cta--space:hover:after{transform:translate(-50%) rotate(180deg)}[dir=rtl] .cta__link.cta--arrow{padding-left:1.5rem;padding-right:0}[dir=rtl] .cta__link.cta--arrow i{left:0;right:1.25rem;transform:translate(0) rotate(180deg)}.switch{cursor:pointer;display:flex;flex-direction:column;user-select:none}.switch__track{background-color:#d4d6d8;border:none;border-radius:20px;cursor:pointer;gap:5px;height:1.875rem;position:relative;width:3.75rem}.switch--small .switch__track{height:1.25rem;width:2.5rem}.switch__track:focus{box-shadow:0 0 4px #0468b1;outline:none}.switch__thumb{background-color:#fff;border-radius:50%;height:1.375rem;position:absolute;top:50%;transform:translate(-10%,-50%);transition:left .25s ease;width:1.375rem}.switch--small .switch__thumb{height:.875rem;width:.875rem}.switch--toggled .switch__thumb{left:60%}.switch--untoggled .switch__thumb{left:10%}.switch__icon{align-items:center;display:flex;position:absolute;top:50%;transform:translate(-20%,-50%)}.switch--small .switch__icon{width:.5rem}.switch__label{display:block;font-size:1.25rem;margin-bottom:.5rem}.switch--small .switch__label{font-size:1rem}.switch__value{font-size:1rem;font-weight:400}.switch--toggled .switch__track{background-color:#0468b1}.switch--toggled .switch__icon{background:transparent url(../images/checkmark-regular.svg) no-repeat 0;color:#d4d6d8;height:13px;left:20%;width:13px}.switch--toggled.switch--small .switch__icon{background:transparent url(../images/checkmark-small.svg) no-repeat 0;height:.625rem;width:.625rem}.switch--untoggled .switch__icon{background:transparent url(../images/disabled-x-regular.svg) no-repeat 100%;color:#55606e;height:.625rem;right:15%;width:.625rem}.switch--untoggled.switch--small .switch__icon{background:transparent url(../images/disabled-x-small.svg) no-repeat 100%;width:.5rem}.switch--disabled{cursor:not-allowed}.switch--disabled .switch__track{background-color:#d4d6d8}.switch--disabled .switch__track:focus{box-shadow:none;outline:none}.switch--disabled .switch__thumb{background-color:#a9b1b7}.switch--disabled.switch--toggled.switch--small .switch__icon{background:transparent url(../images/disabled-checkmark-small.svg) no-repeat 0;height:.625rem;width:.625rem}.switch--disabled.switch--toggled .switch__icon{background:transparent url(../images/disabled-checkmark-regular.svg) no-repeat 0;height:13px;width:13px}.switch__wrapper{align-items:center;display:flex;gap:5px}.bio-card{container:biocard/inline-size}.bio-card a{background:var(--undpds-color-gray-200);display:block;transition:.6s ease}.bio-card .card-thumbnail__image{height:100%}.bio-card .card-thumbnail__image img{object-fit:cover}.bio-card:hover .cta--arrow i{width:var(--undpds-spacing-11)}.bio-card:hover .cta--arrow i:before{display:unset}.accent-yellow .bio-card:hover .card-thumbnail__image:before,.accent-yellow .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-yellow .bio-card:hover.yellow .card-thumbnail__image:before,.bio-card:hover .card-thumbnail__image:before,.bio-card:hover.yellow .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}.accent-yellow .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-yellow .bio-card:hover.red .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}.accent-yellow .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-yellow .bio-card:hover.green .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}.accent-yellow .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-yellow .bio-card:hover.blue .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}.accent-red .bio-card:hover .card-thumbnail__image:before,.bio-card:hover.red .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}.accent-red .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-red .bio-card:hover.yellow .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}.accent-red .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-red .bio-card:hover.red .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}.accent-red .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-red .bio-card:hover.green .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}.accent-red .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-red .bio-card:hover.blue .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}.accent-green .bio-card:hover .card-thumbnail__image:before,.bio-card:hover.green .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}.accent-green .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-green .bio-card:hover.yellow .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}.accent-green .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-green .bio-card:hover.red .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}.accent-green .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-green .bio-card:hover.green .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}.accent-blue .bio-card:hover .card-thumbnail__image:before,.accent-green .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-green .bio-card:hover.blue .card-thumbnail__image:before,.bio-card:hover.blue .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}.accent-blue .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-blue .bio-card:hover.yellow .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}.accent-blue .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-blue .bio-card:hover.red .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}.accent-blue .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-blue .bio-card:hover.green .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}.accent-blue .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-blue .bio-card:hover.blue .card-thumbnail__image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}.bio-card .bio-card__content{flex-direction:column;order:2;overflow:hidden;position:relative}@container biocard (min-width: 48em){.bio-card .bio-card__content{display:flex;order:inherit}}.bio-card .bio-card__content .bio-card__description{padding:var(--undpds-spacing-07) var(--undpds-spacing-06) 0}.bio-card .bio-card__content .card-thumbnail__image:before{opacity:0}.bio-card .bio-card__content h5{margin-bottom:var(--undpds-spacing-05)}@container biocard (min-width: 48em){.bio-card .bio-card__content h5{margin-bottom:var(--undpds-spacing-04)}}.bio-card .bio-card__content p{font-size:.875rem;line-height:1.4;margin-bottom:var(--undpds-spacing-07)}@container biocard (min-width: 48em){.bio-card .bio-card__content p{font-size:1rem;margin-bottom:var(--undpds-spacing-06)}}.bio-card .bio-card__content p.small{font-size:.875rem}.bio-card .bio-card__content .cta__link{margin-bottom:0;margin-top:var(--undpds-spacing-06);padding:0 var(--undpds-spacing-06) var(--undpds-spacing-07)}@container biocard (min-width: 48em){.bio-card .bio-card__content .cta__link{margin-top:auto}}.bio-card-wrapper{container:biocardwrapper/inline-size;display:block;height:100%;overflow-y:scroll;overflow-y:auto}@media(min-width:48em){.bio-card-wrapper{display:flex}}.bio-card-wrapper p.small{font-size:1rem}.bio-card-image{width:100%}@container biocardwrapper (min-width: 48em){.bio-card-image{min-width:338px}}.bio-card-image img{width:100%}@container biocard (min-width: 48em){.bio-card-image img{width:auto}}.bio-card-content{padding:var(--undpds-spacing-07) var(--undpds-spacing-06)}@container (min-width: 48em){.bio-card-content{padding:0 var(--undpds-spacing-06) 0}}[dir=rtl] .bio-card:hover .cta--arrow:after{transform:translate(0) rotate(180deg)}.accent-yellow [dir=rtl] .bio-card:hover .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before,.accent-yellow [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before,[dir=rtl] .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before{background:linear-gradient(297deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-red [dir=rtl] .bio-card:hover .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before,.accent-red [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before,[dir=rtl] .bio-card:hover.red .card-thumbnail__image:before{background:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}.accent-green [dir=rtl] .bio-card:hover .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before,.accent-green [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before,[dir=rtl] .bio-card:hover.green .card-thumbnail__image:before{background:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}.accent-blue [dir=rtl] .bio-card:hover .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before,.accent-blue [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before,[dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before{background:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}div.content-card{background-color:var(--undpds-color-white);border-top:2px solid var(--undpds-color-black);height:100%;transition:all .5s;word-break:break-word}div.content-card>a{background:none;box-sizing:border-box;display:block;height:100%;padding-bottom:2.625rem;position:relative}div.content-card h6{margin-bottom:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-06) 1.625rem}div.content-card.card h6{padding-bottom:var(--undpds-spacing-05)}div.content-card .image{position:relative;width:100%}div.content-card .image img{display:block;width:100%}div.content-card .image:before{opacity:0;transition:all .9s}div.content-card p{font-size:var(--undpds-font-size-16);margin:0;padding-top:var(--undpds-spacing-05)}div.content-card.card:hover{background-color:var(--undpds-color-gray-100)}div.content-card.card-emphasize{background-color:var(--undpds-color-light-yellow)}div.content-card.card-emphasize:hover{background-color:var(--undpds-color-yellow)}div.content-card.card-emphasize:hover.red .cta--space:after,div.content-card.card:hover.red .cta--space:after{filter:invert(0) brightness(0)}div.content-card.card-emphasize:hover.red .cta--arrow:after,div.content-card.card:hover.red .cta--arrow:after{background-image:url(../images/arrow-right.svg)}div.content-card.card-emphasize:hover.accent-yellow,div.content-card.card-emphasize:hover.yellow,div.content-card.card:hover.accent-yellow,div.content-card.card:hover.yellow{background-color:var(--undpds-color-yellow)}div.content-card.card-emphasize:hover.accent-red,div.content-card.card-emphasize:hover.red,div.content-card.card:hover.accent-red,div.content-card.card:hover.red{background-color:var(--undpds-color-red)}div.content-card.card-emphasize:hover.accent-green,div.content-card.card-emphasize:hover.green,div.content-card.card:hover.accent-green,div.content-card.card:hover.green{background-color:var(--undpds-color-green)}div.content-card.card-emphasize:hover.accent-blue,div.content-card.card-emphasize:hover.blue,div.content-card.card:hover.accent-blue,div.content-card.card:hover.blue{background-color:var(--undpds-color-azure)}div.content-card.card-emphasize:hover.accent-gray,div.content-card.card-emphasize:hover.gray,div.content-card.card:hover.accent-gray,div.content-card.card:hover.gray{background-color:var(--undpds-color-gray-100)}div.content-card.card-emphasize.accent-yellow,div.content-card.card-emphasize.yellow{background-color:var(--undpds-color-light-yellow)}div.content-card.card-emphasize.accent-red,div.content-card.card-emphasize.red{background-color:var(--undpds-color-light-red)}div.content-card.card-emphasize.accent-green,div.content-card.card-emphasize.green{background-color:var(--undpds-color-light-green)}div.content-card.card-emphasize.accent-blue,div.content-card.card-emphasize.blue{background-color:var(--undpds-color-light-azure)}div.content-card.card-emphasize.accent-gray,div.content-card.card-emphasize.gray,div.content-card:hover{background-color:var(--undpds-color-gray-100)}div.content-card:hover .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}div.content-card:hover .cta--space:after{transform:translate(70%)}div.content-card:hover .cta--arrow i{width:var(--undpds-spacing-11)}div.content-card:hover .cta--arrow i:before{display:unset}div.content-card-wrapper>div{margin-bottom:var(--undpds-spacing-07)}div.content-card .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}div.content-card.accent-yellow .image:before,div.content-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}div.content-card.accent-red .image:before,div.content-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}div.content-card.accent-green .image:before,div.content-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}div.content-card.accent-blue .image:before,div.content-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}div.content-card.accent-gray .image:before,div.content-card.gray .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-yellow div.content-card.card-emphasize,.accent-yellow div.content-card.card-emphasize.accent-yellow,.accent-yellow div.content-card.card-emphasize.yellow{background-color:var(--undpds-color-light-yellow)}.accent-yellow div.content-card.card-emphasize.accent-red,.accent-yellow div.content-card.card-emphasize.red{background-color:var(--undpds-color-light-red)}.accent-yellow div.content-card.card-emphasize.accent-green,.accent-yellow div.content-card.card-emphasize.green{background-color:var(--undpds-color-light-green)}.accent-yellow div.content-card.card-emphasize.accent-blue,.accent-yellow div.content-card.card-emphasize.blue{background-color:var(--undpds-color-light-azure)}.accent-yellow div.content-card.card-emphasize.accent-gray,.accent-yellow div.content-card.card-emphasize.gray{background-color:var(--undpds-color-gray-100)}.accent-red div.content-card.card-emphasize{background-color:var(--undpds-color-light-red)}.accent-red div.content-card.card-emphasize.accent-yellow,.accent-red div.content-card.card-emphasize.yellow{background-color:var(--undpds-color-light-yellow)}.accent-red div.content-card.card-emphasize.accent-red,.accent-red div.content-card.card-emphasize.red{background-color:var(--undpds-color-light-red)}.accent-red div.content-card.card-emphasize.accent-green,.accent-red div.content-card.card-emphasize.green{background-color:var(--undpds-color-light-green)}.accent-red div.content-card.card-emphasize.accent-blue,.accent-red div.content-card.card-emphasize.blue{background-color:var(--undpds-color-light-azure)}.accent-red div.content-card.card-emphasize.accent-gray,.accent-red div.content-card.card-emphasize.gray{background-color:var(--undpds-color-gray-100)}.accent-green div.content-card.card-emphasize{background-color:var(--undpds-color-light-green)}.accent-green div.content-card.card-emphasize.accent-yellow,.accent-green div.content-card.card-emphasize.yellow{background-color:var(--undpds-color-light-yellow)}.accent-green div.content-card.card-emphasize.accent-red,.accent-green div.content-card.card-emphasize.red{background-color:var(--undpds-color-light-red)}.accent-green div.content-card.card-emphasize.accent-green,.accent-green div.content-card.card-emphasize.green{background-color:var(--undpds-color-light-green)}.accent-green div.content-card.card-emphasize.accent-blue,.accent-green div.content-card.card-emphasize.blue{background-color:var(--undpds-color-light-azure)}.accent-green div.content-card.card-emphasize.accent-gray,.accent-green div.content-card.card-emphasize.gray{background-color:var(--undpds-color-gray-100)}.accent-blue div.content-card.card-emphasize{background-color:var(--undpds-color-light-azure)}.accent-blue div.content-card.card-emphasize.accent-yellow,.accent-blue div.content-card.card-emphasize.yellow{background-color:var(--undpds-color-light-yellow)}.accent-blue div.content-card.card-emphasize.accent-red,.accent-blue div.content-card.card-emphasize.red{background-color:var(--undpds-color-light-red)}.accent-blue div.content-card.card-emphasize.accent-green,.accent-blue div.content-card.card-emphasize.green{background-color:var(--undpds-color-light-green)}.accent-blue div.content-card.card-emphasize.accent-blue,.accent-blue div.content-card.card-emphasize.blue{background-color:var(--undpds-color-light-azure)}.accent-blue div.content-card.card-emphasize.accent-gray,.accent-blue div.content-card.card-emphasize.gray,.accent-gray div.content-card.card-emphasize{background-color:var(--undpds-color-gray-100)}.accent-gray div.content-card.card-emphasize.accent-yellow,.accent-gray div.content-card.card-emphasize.yellow{background-color:var(--undpds-color-light-yellow)}.accent-gray div.content-card.card-emphasize.accent-red,.accent-gray div.content-card.card-emphasize.red{background-color:var(--undpds-color-light-red)}.accent-gray div.content-card.card-emphasize.accent-green,.accent-gray div.content-card.card-emphasize.green{background-color:var(--undpds-color-light-green)}.accent-gray div.content-card.card-emphasize.accent-blue,.accent-gray div.content-card.card-emphasize.blue{background-color:var(--undpds-color-light-azure)}.accent-gray div.content-card.card-emphasize.accent-gray,.accent-gray div.content-card.card-emphasize.gray{background-color:var(--undpds-color-gray-100)}.accent-yellow div.content-card .image:before,.accent-yellow div.content-card.accent-yellow .image:before,.accent-yellow div.content-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-yellow div.content-card.accent-red .image:before,.accent-yellow div.content-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-yellow div.content-card.accent-green .image:before,.accent-yellow div.content-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-yellow div.content-card.accent-blue .image:before,.accent-yellow div.content-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-yellow div.content-card.accent-gray .image:before,.accent-yellow div.content-card.gray .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-yellow div.content-card.card:hover{background-color:var(--undpds-color-gray-100)}.accent-yellow div.content-card.card-emphasize:hover,.accent-yellow div.content-card.card-emphasize:hover.accent-yellow,.accent-yellow div.content-card.card-emphasize:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-yellow div.content-card.card-emphasize:hover.accent-red,.accent-yellow div.content-card.card-emphasize:hover.red{background-color:var(--undpds-color-red)}.accent-yellow div.content-card.card-emphasize:hover.accent-green,.accent-yellow div.content-card.card-emphasize:hover.green{background-color:var(--undpds-color-green)}.accent-yellow div.content-card.card-emphasize:hover.accent-blue,.accent-yellow div.content-card.card-emphasize:hover.blue{background-color:var(--undpds-color-azure)}.accent-yellow div.content-card.card-emphasize:hover.accent-gray,.accent-yellow div.content-card.card-emphasize:hover.gray{background-color:var(--undpds-color-gray-100)}.accent-red div.content-card .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-red div.content-card.accent-yellow .image:before,.accent-red div.content-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-red div.content-card.accent-red .image:before,.accent-red div.content-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-red div.content-card.accent-green .image:before,.accent-red div.content-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-red div.content-card.accent-blue .image:before,.accent-red div.content-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-red div.content-card.accent-gray .image:before,.accent-red div.content-card.gray .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-red div.content-card.card:hover{background-color:var(--undpds-color-gray-100)}.accent-red div.content-card.card-emphasize:hover{background-color:var(--undpds-color-red)}.accent-red div.content-card.card-emphasize:hover.accent-yellow,.accent-red div.content-card.card-emphasize:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-red div.content-card.card-emphasize:hover.accent-red,.accent-red div.content-card.card-emphasize:hover.red{background-color:var(--undpds-color-red)}.accent-red div.content-card.card-emphasize:hover.accent-green,.accent-red div.content-card.card-emphasize:hover.green{background-color:var(--undpds-color-green)}.accent-red div.content-card.card-emphasize:hover.accent-blue,.accent-red div.content-card.card-emphasize:hover.blue{background-color:var(--undpds-color-azure)}.accent-red div.content-card.card-emphasize:hover.accent-gray,.accent-red div.content-card.card-emphasize:hover.gray{background-color:var(--undpds-color-gray-100)}.accent-green div.content-card .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-green div.content-card.accent-yellow .image:before,.accent-green div.content-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-green div.content-card.accent-red .image:before,.accent-green div.content-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-green div.content-card.accent-green .image:before,.accent-green div.content-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-green div.content-card.accent-blue .image:before,.accent-green div.content-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-green div.content-card.accent-gray .image:before,.accent-green div.content-card.gray .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-green div.content-card.card:hover{background-color:var(--undpds-color-gray-100)}.accent-green div.content-card.card-emphasize:hover{background-color:var(--undpds-color-green)}.accent-green div.content-card.card-emphasize:hover.accent-yellow,.accent-green div.content-card.card-emphasize:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-green div.content-card.card-emphasize:hover.accent-red,.accent-green div.content-card.card-emphasize:hover.red{background-color:var(--undpds-color-red)}.accent-green div.content-card.card-emphasize:hover.accent-green,.accent-green div.content-card.card-emphasize:hover.green{background-color:var(--undpds-color-green)}.accent-green div.content-card.card-emphasize:hover.accent-blue,.accent-green div.content-card.card-emphasize:hover.blue{background-color:var(--undpds-color-azure)}.accent-green div.content-card.card-emphasize:hover.accent-gray,.accent-green div.content-card.card-emphasize:hover.gray{background-color:var(--undpds-color-gray-100)}.accent-blue div.content-card .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-blue div.content-card.accent-yellow .image:before,.accent-blue div.content-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-blue div.content-card.accent-red .image:before,.accent-blue div.content-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-blue div.content-card.accent-green .image:before,.accent-blue div.content-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-blue div.content-card.accent-blue .image:before,.accent-blue div.content-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-blue div.content-card.accent-gray .image:before,.accent-blue div.content-card.gray .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-blue div.content-card.card:hover{background-color:var(--undpds-color-gray-100)}.accent-blue div.content-card.card-emphasize:hover{background-color:var(--undpds-color-azure)}.accent-blue div.content-card.card-emphasize:hover.accent-yellow,.accent-blue div.content-card.card-emphasize:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-blue div.content-card.card-emphasize:hover.accent-red,.accent-blue div.content-card.card-emphasize:hover.red{background-color:var(--undpds-color-red)}.accent-blue div.content-card.card-emphasize:hover.accent-green,.accent-blue div.content-card.card-emphasize:hover.green{background-color:var(--undpds-color-green)}.accent-blue div.content-card.card-emphasize:hover.accent-blue,.accent-blue div.content-card.card-emphasize:hover.blue{background-color:var(--undpds-color-azure)}.accent-blue div.content-card.card-emphasize:hover.accent-gray,.accent-blue div.content-card.card-emphasize:hover.gray{background-color:var(--undpds-color-gray-100)}.accent-gray div.content-card .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-gray div.content-card.accent-yellow .image:before,.accent-gray div.content-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-gray div.content-card.accent-red .image:before,.accent-gray div.content-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-gray div.content-card.accent-green .image:before,.accent-gray div.content-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-gray div.content-card.accent-blue .image:before,.accent-gray div.content-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-gray div.content-card.accent-gray .image:before,.accent-gray div.content-card.gray .image:before{background:linear-gradient(67.76deg,var(--undpds-color-gray-100),transparent 61.11%)}.accent-gray div.content-card.card-emphasize:hover,.accent-gray div.content-card.card:hover{background-color:var(--undpds-color-gray-100)}.accent-gray div.content-card.card-emphasize:hover.accent-yellow,.accent-gray div.content-card.card-emphasize:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-gray div.content-card.card-emphasize:hover.accent-red,.accent-gray div.content-card.card-emphasize:hover.red{background-color:var(--undpds-color-red)}.accent-gray div.content-card.card-emphasize:hover.accent-green,.accent-gray div.content-card.card-emphasize:hover.green{background-color:var(--undpds-color-green)}.accent-gray div.content-card.card-emphasize:hover.accent-blue,.accent-gray div.content-card.card-emphasize:hover.blue{background-color:var(--undpds-color-azure)}.accent-gray div.content-card.card-emphasize:hover.accent-gray,.accent-gray div.content-card.card-emphasize:hover.gray{background-color:var(--undpds-color-gray-100)}.content-caption{padding:var(--undpds-spacing-05) var(--undpds-spacing-06) var(--undpds-spacing-06)}.content-caption h4,.content-caption h5{margin-bottom:0}.content-caption .cta__link{bottom:var(--undpds-spacing-06);position:absolute}.content-caption_cart{height:100%}.content-caption_cart h5{margin-bottom:var(--undpds-spacing-05)}[dir=rtl] .content-card .image:before{transform:scaleX(-1)}[dir=rtl] .content-card:hover .cta--space:after{transform:translate(-50%) rotate(180deg)}[dir=rtl] .content-card:hover .cta--arrow:after{margin-left:0;margin-right:var(--undpds-spacing-02)}:lang(my) h6{font-size:var(--undpds-font-size-16)}.feature__card{container:featurecard/inline-size;margin-block-end:0}@media(min-width:48em){.feature__card .cta__link.cta--arrow{width:100%}.feature__card .cta__link.cta--arrow i{max-width:var(--undpds-spacing-100)}.feature__card .cta__link.cta--arrow i:after{background-position:100% 0}.feature__card .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.feature__card.accent-yellow .feature__card-slide,.feature__card.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.feature__card.accent-yellow .feature__card-slide:before,.feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-yellow .feature__card.accent-yellow .feature__card-slide,.accent-yellow .feature__card.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-yellow .feature__card.accent-yellow .feature__card-slide:before,.accent-yellow .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-yellow .feature__card.accent-red .feature__card-slide,.accent-yellow .feature__card.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-yellow .feature__card.accent-red .feature__card-slide:before,.accent-yellow .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-yellow .feature__card.accent-green .feature__card-slide,.accent-yellow .feature__card.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-yellow .feature__card.accent-green .feature__card-slide:before,.accent-yellow .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-yellow .feature__card.accent-blue .feature__card-slide,.accent-yellow .feature__card.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-yellow .feature__card.accent-blue .feature__card-slide:before,.accent-yellow .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-yellow .feature__card.accent-gray .feature__card-slide,.accent-yellow .feature__card.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-yellow .feature__card.accent-gray .feature__card-slide:before,.accent-yellow .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.feature__card.accent-red .feature__card-slide,.feature__card.red .feature__card-slide{background:var(--undpds-color-light-red)}.feature__card.accent-red .feature__card-slide:before,.feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-red .feature__card.accent-yellow .feature__card-slide,.accent-red .feature__card.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-red .feature__card.accent-yellow .feature__card-slide:before,.accent-red .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-red .feature__card.accent-red .feature__card-slide,.accent-red .feature__card.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-red .feature__card.accent-red .feature__card-slide:before,.accent-red .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-red .feature__card.accent-green .feature__card-slide,.accent-red .feature__card.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-red .feature__card.accent-green .feature__card-slide:before,.accent-red .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-red .feature__card.accent-blue .feature__card-slide,.accent-red .feature__card.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-red .feature__card.accent-blue .feature__card-slide:before,.accent-red .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-red .feature__card.accent-gray .feature__card-slide,.accent-red .feature__card.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-red .feature__card.accent-gray .feature__card-slide:before,.accent-red .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.feature__card.accent-green .feature__card-slide,.feature__card.green .feature__card-slide{background:var(--undpds-color-light-green)}.feature__card.accent-green .feature__card-slide:before,.feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-green .feature__card.accent-yellow .feature__card-slide,.accent-green .feature__card.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-green .feature__card.accent-yellow .feature__card-slide:before,.accent-green .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-green .feature__card.accent-red .feature__card-slide,.accent-green .feature__card.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-green .feature__card.accent-red .feature__card-slide:before,.accent-green .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-green .feature__card.accent-green .feature__card-slide,.accent-green .feature__card.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-green .feature__card.accent-green .feature__card-slide:before,.accent-green .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-green .feature__card.accent-blue .feature__card-slide,.accent-green .feature__card.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-green .feature__card.accent-blue .feature__card-slide:before,.accent-green .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-green .feature__card.accent-gray .feature__card-slide,.accent-green .feature__card.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-green .feature__card.accent-gray .feature__card-slide:before,.accent-green .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.feature__card.accent-blue .feature__card-slide,.feature__card.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.feature__card.accent-blue .feature__card-slide:before,.feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-blue .feature__card.accent-yellow .feature__card-slide,.accent-blue .feature__card.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-blue .feature__card.accent-yellow .feature__card-slide:before,.accent-blue .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-blue .feature__card.accent-red .feature__card-slide,.accent-blue .feature__card.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-blue .feature__card.accent-red .feature__card-slide:before,.accent-blue .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-blue .feature__card.accent-green .feature__card-slide,.accent-blue .feature__card.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-blue .feature__card.accent-green .feature__card-slide:before,.accent-blue .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-blue .feature__card.accent-blue .feature__card-slide,.accent-blue .feature__card.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-blue .feature__card.accent-blue .feature__card-slide:before,.accent-blue .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-blue .feature__card.accent-gray .feature__card-slide,.accent-blue .feature__card.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-blue .feature__card.accent-gray .feature__card-slide:before,.accent-blue .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.feature__card.accent-gray .feature__card-slide,.feature__card.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.feature__card.accent-gray .feature__card-slide:before,.feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.accent-gray .feature__card.accent-yellow .feature__card-slide,.accent-gray .feature__card.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-gray .feature__card.accent-yellow .feature__card-slide:before,.accent-gray .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-gray .feature__card.accent-red .feature__card-slide,.accent-gray .feature__card.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-gray .feature__card.accent-red .feature__card-slide:before,.accent-gray .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-gray .feature__card.accent-green .feature__card-slide,.accent-gray .feature__card.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-gray .feature__card.accent-green .feature__card-slide:before,.accent-gray .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-gray .feature__card.accent-blue .feature__card-slide,.accent-gray .feature__card.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-gray .feature__card.accent-blue .feature__card-slide:before,.accent-gray .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-gray .feature__card.accent-gray .feature__card-slide,.accent-gray .feature__card.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-gray .feature__card.accent-gray .feature__card-slide:before,.accent-gray .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}}@container featurecard (min-width: 64em){.feature__card .cta__link.cta--arrow i:after{margin-inline-start:var(--undpds-spacing-04);width:.813rem}}.feature__card.red a:hover .cta__link.cta--arrow i:before{background-color:var(--undpds-color-black)}.feature__card.red a:hover .cta__link.cta--arrow i:after{border-color:var(--undpds-color-black)}.feature__card a{background:var(--undpds-color-gray-200);height:100%;overflow:hidden;position:relative}@media(min-width:48em){.feature__card a{display:flex}}.feature__card a:hover .feature__card-slide{transform:translateX(0)}.feature__card a:hover .cta__link.cta--arrow i{width:var(--undpds-spacing-11)}@container featurecard (min-width: 48em){.feature__card a:hover .cta__link.cta--arrow i{width:calc(100% - 6.25rem)}}@container featurecard (min-width: 64em){.feature__card a:hover .cta__link.cta--arrow i{width:calc(100% - 6.25rem)}}.feature__card a:hover .cta__link.cta--arrow i:before{display:unset}.feature__card.without-image .feature__card-slide{z-index:0}.feature__card.without-image .feature__card-slide:before{display:none}.feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-yellow)}.accent-yellow .feature__card.without-image .feature__card-slide,.accent-yellow .feature__card.without-image.accent-yellow .feature__card-slide,.accent-yellow .feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-yellow .feature__card.without-image.accent-red .feature__card-slide,.accent-yellow .feature__card.without-image.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-yellow .feature__card.without-image.accent-green .feature__card-slide,.accent-yellow .feature__card.without-image.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-yellow .feature__card.without-image.accent-blue .feature__card-slide,.accent-yellow .feature__card.without-image.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-yellow .feature__card.without-image.accent-gray .feature__card-slide,.accent-yellow .feature__card.without-image.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-red .feature__card.without-image .feature__card-slide{background:var(--undpds-color-light-red)}.accent-red .feature__card.without-image.accent-yellow .feature__card-slide,.accent-red .feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-red .feature__card.without-image.accent-red .feature__card-slide,.accent-red .feature__card.without-image.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-red .feature__card.without-image.accent-green .feature__card-slide,.accent-red .feature__card.without-image.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-red .feature__card.without-image.accent-blue .feature__card-slide,.accent-red .feature__card.without-image.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-red .feature__card.without-image.accent-gray .feature__card-slide,.accent-red .feature__card.without-image.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-green .feature__card.without-image .feature__card-slide{background:var(--undpds-color-light-green)}.accent-green .feature__card.without-image.accent-yellow .feature__card-slide,.accent-green .feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-green .feature__card.without-image.accent-red .feature__card-slide,.accent-green .feature__card.without-image.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-green .feature__card.without-image.accent-green .feature__card-slide,.accent-green .feature__card.without-image.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-green .feature__card.without-image.accent-blue .feature__card-slide,.accent-green .feature__card.without-image.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-green .feature__card.without-image.accent-gray .feature__card-slide,.accent-green .feature__card.without-image.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-blue .feature__card.without-image .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-blue .feature__card.without-image.accent-yellow .feature__card-slide,.accent-blue .feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-blue .feature__card.without-image.accent-red .feature__card-slide,.accent-blue .feature__card.without-image.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-blue .feature__card.without-image.accent-green .feature__card-slide,.accent-blue .feature__card.without-image.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-blue .feature__card.without-image.accent-blue .feature__card-slide,.accent-blue .feature__card.without-image.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-blue .feature__card.without-image.accent-gray .feature__card-slide,.accent-blue .feature__card.without-image.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-gray .feature__card.without-image .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-gray .feature__card.without-image.accent-yellow .feature__card-slide,.accent-gray .feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-light-yellow)}.accent-gray .feature__card.without-image.accent-red .feature__card-slide,.accent-gray .feature__card.without-image.red .feature__card-slide{background:var(--undpds-color-light-red)}.accent-gray .feature__card.without-image.accent-green .feature__card-slide,.accent-gray .feature__card.without-image.green .feature__card-slide{background:var(--undpds-color-light-green)}.accent-gray .feature__card.without-image.accent-blue .feature__card-slide,.accent-gray .feature__card.without-image.blue .feature__card-slide{background:var(--undpds-color-light-azure)}.accent-gray .feature__card-slide,.accent-gray .feature__card.without-image.accent-gray .feature__card-slide,.accent-gray .feature__card.without-image.gray .feature__card-slide{background:var(--undpds-color-gray-100)}.accent-gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.feature__card-slide{position:relative}@media(min-width:48em){.feature__card-slide{background:var(--undpds-color-light-yellow);display:none;height:100%;position:absolute;transform:translateX(-105%);transition:transform .3s;z-index:0}}@media(min-width:64em){.feature__card-slide{display:inherit}}.feature__card-slide:before{bottom:0;content:""}@media(min-width:48em){.feature__card-slide:before{height:100%;position:absolute}}.feature__card-slide .feature__card-image{background-position:top;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.feature__card-slide .feature__card-image img{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.image .feature__card-slide{z-index:1}.feature__card-content{flex-direction:column;height:auto;padding:var(--undpds-spacing-07) var(--undpds-spacing-06);position:relative;width:auto}@media(min-width:48em){.feature__card-content{display:flex}}.feature__card-content h6{font-size:var(--undpds-font-size-12);font-weight:700;line-height:1.17;margin-bottom:var(--undpds-spacing-06);text-transform:uppercase}@container featurecard (min-width: 48em){.feature__card-content h6{margin-bottom:var(--undpds-spacing-09)}}.feature__card-content .feature__card-description{margin-bottom:var(--undpds-spacing-09)}@container featurecard (min-width: 48em){.feature__card-content .feature__card-description{margin-bottom:4.688rem}}.feature__card-content h4,.feature__card-content h5{margin-bottom:var(--undpds-spacing-06)}@container featurecard (min-width: 48em){.feature__card-content h4,.feature__card-content h5{margin-bottom:var(--undpds-spacing-07)}}.feature__card-content p{font-size:var(--undpds-font-size-14)}@container featurecard (min-width: 48em){.feature__card-content p{font-size:var(--undpds-font-size-20)}}.feature__card-content .cta__link{margin-bottom:0;margin-top:var(--undpds-spacing-08);z-index:2}@container featurecard (min-width: 48em){.feature__card-content .cta__link{margin-top:auto}[dir=rtl] .feature__card .cta__link.cta--arrow{width:100%}[dir=rtl] .feature__card .cta__link.cta--arrow i:after{margin-left:inherit}[dir=rtl] .feature__card.accent-yellow.image .feature__card-slide,[dir=rtl] .feature__card.yellow.image .feature__card-slide{background-color:var(--undpds-color-light-yellow)}[dir=rtl] .feature__card.accent-yellow.image .feature__card-slide:before,[dir=rtl] .feature__card.yellow.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:var(--undpds-color-light-yellow)}.accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.red .feature__card-slide{background-color:var(--undpds-color-light-red)}.accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.green .feature__card-slide{background-color:var(--undpds-color-light-green)}.accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide{background-color:var(--undpds-color-light-azure)}.accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide{background-color:var(--undpds-color-gray-100)}.accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}[dir=rtl] .feature__card.accent-red.image .feature__card-slide,[dir=rtl] .feature__card.red.image .feature__card-slide{background-color:var(--undpds-color-light-red)}[dir=rtl] .feature__card.accent-red.image .feature__card-slide:before,[dir=rtl] .feature__card.red.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-red [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:var(--undpds-color-light-yellow)}.accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-red [dir=rtl] .feature__card.red .feature__card-slide{background-color:var(--undpds-color-light-red)}.accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-red [dir=rtl] .feature__card.green .feature__card-slide{background-color:var(--undpds-color-light-green)}.accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-red [dir=rtl] .feature__card.blue .feature__card-slide{background-color:var(--undpds-color-light-azure)}.accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-red [dir=rtl] .feature__card.gray .feature__card-slide{background-color:var(--undpds-color-gray-100)}.accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}[dir=rtl] .feature__card.accent-green.image .feature__card-slide,[dir=rtl] .feature__card.green.image .feature__card-slide{background-color:var(--undpds-color-light-green)}[dir=rtl] .feature__card.accent-green.image .feature__card-slide:before,[dir=rtl] .feature__card.green.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-green [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:var(--undpds-color-light-yellow)}.accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-green [dir=rtl] .feature__card.red .feature__card-slide{background-color:var(--undpds-color-light-red)}.accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-green [dir=rtl] .feature__card.green .feature__card-slide{background-color:var(--undpds-color-light-green)}.accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-green [dir=rtl] .feature__card.blue .feature__card-slide{background-color:var(--undpds-color-light-azure)}.accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-green [dir=rtl] .feature__card.gray .feature__card-slide{background-color:var(--undpds-color-gray-100)}.accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}[dir=rtl] .feature__card.accent-blue.image .feature__card-slide,[dir=rtl] .feature__card.blue.image .feature__card-slide{background-color:var(--undpds-color-light-azure)}[dir=rtl] .feature__card.accent-blue.image .feature__card-slide:before,[dir=rtl] .feature__card.blue.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:var(--undpds-color-light-yellow)}.accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-blue [dir=rtl] .feature__card.red .feature__card-slide{background-color:var(--undpds-color-light-red)}.accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-blue [dir=rtl] .feature__card.green .feature__card-slide{background-color:var(--undpds-color-light-green)}.accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-blue [dir=rtl] .feature__card.blue .feature__card-slide{background-color:var(--undpds-color-light-azure)}.accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-blue [dir=rtl] .feature__card.gray .feature__card-slide{background-color:var(--undpds-color-gray-100)}.accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}[dir=rtl] .feature__card.accent-gray.image .feature__card-slide,[dir=rtl] .feature__card.gray.image .feature__card-slide{background-color:var(--undpds-color-gray-100)}[dir=rtl] .feature__card.accent-gray.image .feature__card-slide:before,[dir=rtl] .feature__card.gray.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}.accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:var(--undpds-color-light-yellow)}.accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-yellow))}.accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-gray [dir=rtl] .feature__card.red .feature__card-slide{background-color:var(--undpds-color-light-red)}.accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-red))}.accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-gray [dir=rtl] .feature__card.green .feature__card-slide{background-color:var(--undpds-color-light-green)}.accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-green))}.accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-gray [dir=rtl] .feature__card.blue .feature__card-slide{background-color:var(--undpds-color-light-azure)}.accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-light-azure))}.accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-gray [dir=rtl] .feature__card.gray .feature__card-slide{background-color:var(--undpds-color-gray-100)}.accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,var(--undpds-color-gray-100))}}@container featurecard (min-width: 48em){@media(min-width:48em){[dir=rtl] .feature__card .feature__card-slide{transform:translateX(105%)}[dir=rtl] .feature__card .feature__card-slide:hover{transform:translateX(0)}}}@media(min-width:48em){[dir=rtl] .feature__card .feature__card-slide{transform:translateX(105%)}[dir=rtl] .feature__card .feature__card-slide:hover{transform:translateX(0)}}.image-reveal-card{background:var(--undpds-color-white);border:0;container:imagerevealcard/inline-size;display:block;height:100%;overflow:hidden;position:relative}.image-reveal-card>a{background:none}.image-reveal-card .image-reveal-card__content{overflow:hidden;position:relative}.image-reveal-card .image-reveal-card__content img{display:block;height:100%;object-fit:cover;width:100%}.image-reveal-card .image-reveal-card__content h5{margin-bottom:0;padding:var(--undpds-spacing-06) var(--undpds-spacing-06) 0}@container imagerevealcard (min-width: 48em){.image-reveal-card .image-reveal-card__content h5{padding:var(--undpds-spacing-07) var(--undpds-spacing-06) 0}}@media(min-width:64em){.image-reveal-card .image-reveal-card__content h5{background:var(--undpds-color-white);bottom:-1px;box-sizing:border-box;left:0;opacity:0;overflow:hidden;position:absolute;transform:translateY(100%);transition:all .4s cubic-bezier(.64,.05,.35,1.05);transition-delay:.2s;width:100%}}.image-reveal-card .image-reveal-card__content .image{position:relative;width:100%}.image-reveal-card .image-reveal-card__content .image img{display:block;width:100%}.image-reveal-card .image-reveal-card__content .image:before{opacity:0;transition:all .9s}.image-reveal-card .cta__link{margin:var(--undpds-spacing-07) 0 0 var(--undpds-spacing-06);width:100%}@container imagerevealcard (min-width: 64em){.image-reveal-card .cta__link{box-sizing:border-box;margin-left:0;padding-left:var(--undpds-spacing-06)}}@media(min-width:64em){.image-reveal-card:hover .image-reveal-card__content h5{height:auto;opacity:1;transform:translateY(0)}}.image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}.image-reveal-card:hover .cta__link i{width:5rem}.image-reveal-card:hover .cta__link i:before{display:unset}.image-reveal-card:hover .image:before{opacity:.75}.accent-yellow .image-reveal-card:hover .image-reveal-card__content .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.yellow .image:before,.image-reveal-card.accent-yellow .image:before,.image-reveal-card.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card.accent-red .image:before,.image-reveal-card.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card.accent-green .image:before,.image-reveal-card.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.blue .image:before,.image-reveal-card.accent-blue .image:before,.image-reveal-card.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}@media(min-width:48em){.small.image-reveal-card{max-width:13.25rem}.small.image-reveal-card .cta__link{width:100%}}.small.image-reveal-card h5{font-size:var(--undpds-font-size-16)}@media(min-width:48em){.small.image-reveal-card:hover .cta__link.cta--arrow i{margin-left:0;width:var(--undpds-spacing-10)}}[dir=rtl] .image-reveal-card .cta__link{margin-right:0;margin-top:var(--undpds-spacing-07);padding-right:var(--undpds-spacing-06)}@container imagerevealcard (min-width: 48em){[dir=rtl] .image-reveal-card .cta__link{margin-right:0;padding-right:var(--undpds-spacing-06)}}[dir=rtl] .image-reveal-card .image:before{transform:scaleX(-1)}.parallax{position:relative}@media(max-width:47.9375em){.parallax{overflow:hidden}}@media(min-width:48em){.parallax{background-image:linear-gradient(90deg,var(--undpds-color-gray-400) 1px,hsla(210,5%,84%,0) 0);background-size:25%;border-right:1px solid var(--undpds-color-gray-400)}}.parallax__heading{margin-bottom:var(--undpds-spacing-07)}@media(min-width:48em){.parallax__heading{margin-bottom:0;position:absolute;top:15rem}}.parallax__heading h2{margin:0}@media(max-width:47.9375em){.parallax-card{box-sizing:border-box;padding-right:1.25rem}}.parallax .swiper-wrapper{display:flex}@media(min-width:48em){.parallax .swiper-wrapper{display:block;padding-bottom:var(--undpds-spacing-50);padding-top:var(--undpds-spacing-13)}}[dir=rtl] .parallax__heading{margin-left:0;margin-right:8.33333%}@media(max-width:47.9375em){[dir=rtl] .parallax-card{padding-left:1.25rem;padding-right:0}}.stats-card{background-color:var(--undpds-color-gray-200);box-sizing:border-box;overflow-wrap:break-word;padding:var(--undpds-spacing-08);transition:all .3s}@media(max-width:47.9375em){.stats-card{max-width:21.938rem}}.stats-card h3{font-weight:600;margin-bottom:var(--undpds-spacing-08)}@media(min-width:48em){.stats-card h3{margin-bottom:var(--undpds-spacing-11)}}.stats-card h2{color:var(--undpds-color-gray-200);font-family:var(--undpds-font-family-sohnebreit);font-size:var(--undpds-spacing-11);font-weight:700;letter-spacing:.05rem;line-height:1.1;margin-bottom:var(--undpds-spacing-06);text-shadow:-1px -1px 0 var(--undpds-color-black),1px -1px 0 var(--undpds-color-black),-1px 1px 0 var(--undpds-color-black),1px 1px 0 var(--undpds-color-black);transition:all .3s}@supports(-webkit-text-stroke:2px var(--undpds-color-black )){.stats-card h2{text-shadow:none;-webkit-text-stroke:2px var(--undpds-color-black)}}@media(min-width:48em){.stats-card h2{font-size:6.875rem;line-height:1.09;margin-bottom:var(--undpds-spacing-07)}}.stats-card h4{letter-spacing:0;line-height:1.15;margin-bottom:var(--undpds-spacing-03)}@media(min-width:48em){.stats-card h4{margin-bottom:var(--undpds-spacing-05)}}.stats-card p{margin:0}@media(min-width:48em){.stats-card p{font-size:var(--undpds-font-size-25)}}.stats-card.x-large{padding:var(--undpds-spacing-08)}@media(min-width:48em){.stats-card.x-large{max-width:42.75rem;padding:var(--undpds-spacing-12)}}.stats-card.x-large h2{font-size:var(--undpds-spacing-90)}@media(min-width:48em){.stats-card.x-large h2{font-size:7.5rem}}.stats-card.x-large h3{font-size:var(--undpds-spacing-08);font-weight:700}@media(min-width:48em){.stats-card.x-large h3{font-size:3.438rem}}.stats-card.x-large h4{font-weight:600}@media(max-width:47.9375em){.stats-card.x-large h4{font-size:1.875rem}}@media(min-width:48em){.stats-card.large{max-width:28rem;padding:var(--undpds-spacing-12) var(--undpds-spacing-10)}}.stats-card.medium{padding:var(--undpds-spacing-09)}@media(min-width:48em){.stats-card.medium{max-width:var(--undpds-spacing-330)}.stats-card.medium h4{font-weight:600}}.stats-card.medium p{font-size:var(--undpds-font-size-20)}.stats-card.small{max-width:10.625rem;padding:var(--undpds-spacing-06)}@media(min-width:48em){.stats-card.small{max-width:13.25rem;padding:var(--undpds-spacing-07)}}.stats-card.small h2{font-size:var(--undpds-spacing-50);height:var(--undpds-spacing-10);white-space:nowrap}@media(min-width:48em){.stats-card.small h2{font-size:var(--undpds-spacing-70)}}.stats-card.small h4{font-size:var(--undpds-font-size-20)}@media(min-width:48em){.stats-card.small h4{font-size:var(--undpds-font-size-25)}}.stats-card.small p{font-size:var(--undpds-font-size-14);word-break:normal}@media(min-width:48em){.stats-card.small p{font-size:var(--undpds-font-size-16)}}.stats-card:hover{background-color:var(--undpds-color-yellow)}.stats-card:hover h2{color:var(--undpds-color-black)}.stats-card:hover.accent-yellow,.stats-card:hover.yellow{background-color:var(--undpds-color-yellow)}.stats-card:hover.accent-red,.stats-card:hover.red{background-color:var(--undpds-color-red)}.stats-card:hover.accent-green,.stats-card:hover.green{background-color:var(--undpds-color-green)}.stats-card:hover.accent-blue,.stats-card:hover.blue{background-color:var(--undpds-color-azure)}.stats-card.full-width{max-width:none}.accent-yellow div.stats-card:hover,.accent-yellow div.stats-card:hover.accent-yellow,.accent-yellow div.stats-card:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-yellow div.stats-card:hover.accent-red,.accent-yellow div.stats-card:hover.red{background-color:var(--undpds-color-red)}.accent-yellow div.stats-card:hover.accent-green,.accent-yellow div.stats-card:hover.green{background-color:var(--undpds-color-green)}.accent-yellow div.stats-card:hover.accent-blue,.accent-yellow div.stats-card:hover.blue{background-color:var(--undpds-color-azure)}.accent-red div.stats-card:hover{background-color:var(--undpds-color-red)}.accent-red div.stats-card:hover.accent-yellow,.accent-red div.stats-card:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-red div.stats-card:hover.accent-red,.accent-red div.stats-card:hover.red{background-color:var(--undpds-color-red)}.accent-red div.stats-card:hover.accent-green,.accent-red div.stats-card:hover.green{background-color:var(--undpds-color-green)}.accent-red div.stats-card:hover.accent-blue,.accent-red div.stats-card:hover.blue{background-color:var(--undpds-color-azure)}.accent-green div.stats-card:hover{background-color:var(--undpds-color-green)}.accent-green div.stats-card:hover.accent-yellow,.accent-green div.stats-card:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-green div.stats-card:hover.accent-red,.accent-green div.stats-card:hover.red{background-color:var(--undpds-color-red)}.accent-green div.stats-card:hover.accent-green,.accent-green div.stats-card:hover.green{background-color:var(--undpds-color-green)}.accent-blue div.stats-card:hover,.accent-green div.stats-card:hover.accent-blue,.accent-green div.stats-card:hover.blue{background-color:var(--undpds-color-azure)}.accent-blue div.stats-card:hover.accent-yellow,.accent-blue div.stats-card:hover.yellow{background-color:var(--undpds-color-yellow)}.accent-blue div.stats-card:hover.accent-red,.accent-blue div.stats-card:hover.red{background-color:var(--undpds-color-red)}.accent-blue div.stats-card:hover.accent-green,.accent-blue div.stats-card:hover.green{background-color:var(--undpds-color-green)}.accent-blue div.stats-card:hover.accent-blue,.accent-blue div.stats-card:hover.blue{background-color:var(--undpds-color-azure)}:lang(my) div.stats-card h2{font-family:var(--undpds-font-family-notosans)}:lang(be) div.stats-card h2,:lang(bg) div.stats-card h2,:lang(kk) div.stats-card h2,:lang(ky) div.stats-card h2,:lang(mk) div.stats-card h2,:lang(mn) div.stats-card h2,:lang(ru) div.stats-card h2,:lang(sr) div.stats-card h2,:lang(uk) div.stats-card h2{font-family:var(--undpds-font-family-proximanova)}:lang(ro) .stats-card h3,:lang(ro) .stats-card h4{font-weight:700!important}.fixed-carousel{overflow:hidden}.fixed-carousel__image{display:block;object-fit:contain}@media(min-width:48em){.fixed-carousel__image{flex:0 0 18rem;max-width:18rem}}@media(min-width:64em){.fixed-carousel__image{flex:0 0 23.563rem;max-width:23.563rem}}@media(min-width:90em){.fixed-carousel__image{flex:0 0 28rem;max-width:28rem}}@media(max-width:47.9375em){.fixed-carousel__image{max-width:10.625rem}}.fixed-carousel h2{margin-bottom:var(--undpds-spacing-50);margin-top:var(--undpds-spacing-11)}@media(min-width:48em){.fixed-carousel .slide-content{align-content:space-between;display:flex;flex-wrap:wrap;padding-left:3rem;padding-right:1.5rem}}@media(min-width:64em){.fixed-carousel .slide-content{padding-left:8.875rem;padding-right:4rem}}@media(min-width:90em){.fixed-carousel .slide-content{padding-right:6rem}}@media(max-width:47.9375em){.fixed-carousel .slide-content{margin-top:1.5rem;padding-left:1.5rem;padding-right:2rem}}.fixed-carousel .slide-content>div{width:100%}.fixed-carousel .slide-content .button{text-transform:uppercase}@media(max-width:47.9375em){.fixed-carousel .slide-content .button{display:inline-flex}}@media(min-width:48em){.fixed-carousel .slide-content-wrap h4{margin-bottom:2rem}}@media(min-width:64em){.fixed-carousel .slide-content-wrap p{margin-bottom:3.375rem}}@media(max-width:47.9375em){.fixed-carousel .slide-content-wrap p{font-size:.875rem}}@media(min-width:48em){.fixed-carousel__button-wrap{display:inline-flex}}.fixed-carousel .slider-arrows{align-items:center;display:flex;margin-left:2.5rem}@media(min-width:64em){.fixed-carousel .slider-arrows{margin-left:4rem}}.fixed-carousel .slider-arrows [class*=swiper-button-]:first-of-type{margin-right:.75rem}.fixed-carousel .slider-arrows [class*=swiper-button-]:last-of-type{margin-left:.75rem}.fixed-carousel .slider-arrows [class*=swiper-button-] img{vertical-align:bottom;width:2.813rem}@media(min-width:48em){[dir=rtl] .fixed-carousel .slide-content{padding-left:1.5rem;padding-right:3rem}}@media(min-width:64em){[dir=rtl] .fixed-carousel .slide-content{padding-left:4rem;padding-right:8.875rem}}@media(min-width:90em){[dir=rtl] .fixed-carousel .slide-content{padding-left:6rem}}@media(max-width:47.9375em){[dir=rtl] .fixed-carousel .slide-content{padding-left:2rem;padding-right:1.5rem}}[dir=rtl] .fixed-carousel .slider-arrows{margin-left:0;margin-right:2.5rem}@media(min-width:64em){[dir=rtl] .fixed-carousel .slider-arrows{margin-right:4rem}}[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:first-of-type{margin-left:.75rem;margin-right:0}[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:first-of-type img{transform:rotate(180deg)}[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:last-of-type{margin-left:0;margin-right:.75rem}[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:last-of-type img{transform:rotate(-180deg)}.fluid-carousel{overflow:hidden}.fluid-carousel__image{display:block;height:31rem;max-width:55%;object-fit:cover}@media(min-width:64em){.fluid-carousel__image{max-width:65%}}@media(min-width:90em){.fluid-carousel__image{max-width:70%}}@media(max-width:47.9375em){.fluid-carousel__image{height:18rem;max-width:100%;width:auto}}.fluid-carousel .slide-content{box-sizing:border-box;padding-left:var(--undpds-spacing-06)}@media(min-width:48em){.fluid-carousel .slide-content{flex:0 0 45%;max-width:45%;position:relative}}@media(min-width:64em){.fluid-carousel .slide-content{flex:0 0 35%;max-width:35%}}@media(min-width:90em){.fluid-carousel .slide-content{flex:0 0 30%;max-width:30%}}@media(max-width:47.9375em){.fluid-carousel .slide-content{margin-top:1.5rem;padding-left:1.5rem;padding-right:2rem}}@media(min-width:64em){.fluid-carousel .slide-content p{margin-bottom:3rem}}@media(max-width:47.9375em){.fluid-carousel .slide-content p{font-size:.875rem}}.fluid-carousel .slide-content .cta__link{text-transform:uppercase}@media(min-width:48em){.fluid-carousel .slide-content__button-wrap{display:inline-flex}}.fluid-carousel .slider-arrows{bottom:0;position:absolute;right:0}.fluid-carousel .slider-arrows [class*=swiper-button-]:first-of-type{margin-right:.344rem}.fluid-carousel .slider-arrows [class*=swiper-button-]:last-of-type{margin-left:.344rem}.fluid-carousel .slider-arrows [class*=swiper-button-] img{vertical-align:bottom;width:2.813rem}[dir=rtl] .fluid-carousel .slide-content{padding-left:0;padding-right:var(--undpds-spacing-06)}@media(max-width:47.9375em){[dir=rtl] .fluid-carousel .slide-content{padding-right:1.5rem}}[dir=rtl] .fluid-carousel .slider-arrows{left:0;right:auto}[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:first-of-type{margin-left:.344rem;margin-right:0}[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:first-of-type img{transform:rotate(180deg)}[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:last-of-type{margin-left:0;margin-right:.344rem}[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:last-of-type img{transform:rotate(-180deg)}.image-carousel{overflow:hidden}.image-carousel__image{height:30rem;max-width:65%;object-fit:cover;width:auto}@media(min-width:64em){.image-carousel__image{height:38.75rem}}@media(max-width:47.9375em){.image-carousel__image{height:21.875rem;max-width:100%}}.image-carousel .slider-arrows{align-self:flex-end;margin-left:4rem}.image-carousel .slider-arrows [class*=swiper-button-]:first-of-type{margin-right:.75rem}.image-carousel .slider-arrows [class*=swiper-button-]:last-of-type{margin-left:.75rem}.image-carousel .slider-arrows [class*=swiper-button-] img{vertical-align:bottom;width:2.813rem}[dir=rtl] .image-carousel .slider-arrows{margin-left:0;margin-right:4rem}[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:first-of-type{margin-left:.75rem;margin-right:0}[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:first-of-type img{transform:rotate(180deg)}[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:last-of-type{margin-left:0;margin-right:.75rem}[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:last-of-type img{transform:rotate(-180deg)}.lightbox-gallery__left{align-items:center;display:flex}@media(max-width:47.9375em){.lightbox-gallery__left{margin-bottom:.75rem}}.lightbox-gallery__content{padding:0 var(--undpds-spacing-04) var(--undpds-spacing-06)}@media(min-width:48em){.lightbox-gallery__content{margin:auto;max-width:28rem;padding:1.5rem .5rem}}@media(min-width:90em){.lightbox-gallery__content{padding:0}}.lightbox-gallery__content h5{margin-bottom:2rem}@media(max-width:47.9375em){.lightbox-gallery__content h5{margin-bottom:1rem}}.lightbox-gallery__content p{font-size:1rem;margin-bottom:3rem}@media(max-width:47.9375em){.lightbox-gallery__content p{font-size:.875rem;margin-bottom:2rem}}.lightbox-gallery__content .cta__link{text-transform:uppercase}.lightbox-gallery__right{position:relative}.lightbox-gallery__right .lightbox-gallery-images{column-count:2;column-gap:var(--undpds-spacing-04);margin:auto;padding-left:0;width:100%}@media(min-width:90em){.lightbox-gallery__right .lightbox-gallery-images{column-count:3;column-gap:var(--undpds-spacing-06)}}.lightbox-gallery__right .lightbox-gallery-images li{list-style:none;margin-bottom:var(--undpds-spacing-04);padding-left:0;position:relative;width:100%}@media(min-width:90em){.lightbox-gallery__right .lightbox-gallery-images li{margin-bottom:var(--undpds-spacing-06)}}.lightbox-gallery__right .lightbox-gallery-images li a{background-image:none;display:block}.lightbox-gallery__right .lightbox-gallery-images li figure{margin:0}.lightbox-gallery__right .lightbox-gallery-images li:focus,.lightbox-gallery__right .lightbox-gallery-images li:focus-within,.lightbox-gallery__right .lightbox-gallery-images li:hover{outline:0}@media(min-width:90em){.lightbox-gallery__right .lightbox-gallery-images li:focus .image:before,.lightbox-gallery__right .lightbox-gallery-images li:focus-within .image:before,.lightbox-gallery__right .lightbox-gallery-images li:hover .image:before{background-color:var(--undpds-color-black);content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;transition:all .3s ease-in;width:100%;z-index:1}}.lightbox-gallery__right .lightbox-gallery-images li:focus .image__description,.lightbox-gallery__right .lightbox-gallery-images li:focus-within .image__description,.lightbox-gallery__right .lightbox-gallery-images li:hover .image__description{opacity:1;transition:all .3s ease-in}.lightbox-gallery__right .lightbox-gallery-images li .image{line-height:0}@media(min-width:48em){.lightbox-gallery__right .lightbox-gallery-images li .image{overflow:hidden}}@media(min-width:90em){.lightbox-gallery__right .lightbox-gallery-images li .image{min-height:200px}}.lightbox-gallery__right .lightbox-gallery-images li .image img{max-width:100%;padding-bottom:0}@media(min-width:64em){.lightbox-gallery__right .lightbox-gallery-images li .image img{max-width:none;min-height:200px;object-fit:cover}}.lightbox-gallery__right .image__description{bottom:0;display:none;opacity:0;position:absolute;z-index:2}@media(min-width:90em){.lightbox-gallery__right .image__description{display:block}}.lightbox-gallery__right .image__description figcaption{width:auto}@media(min-width:90em){.lightbox-gallery__right .image__description figcaption{border-bottom:0;display:block;margin-top:0;padding:var(--undpds-spacing-07) var(--undpds-spacing-06)}}.lightbox-gallery__right .image__description figcaption p{color:var(--undpds-color-white);margin-bottom:var(--undpds-spacing-05);padding-right:0}@media(min-width:64em){.lightbox-gallery__right .image__description figcaption p+.credits{margin-left:0}}.lightbox-gallery__right .image__description figcaption .credits{border-left:0;color:var(--undpds-color-white);padding-left:0}.lightbox-gallery__right .image__description.caption_on_top{bottom:inherit;height:100%;mask-image:linear-gradient(to bottom,var(--undpds-color-black) 50%,transparent 100%);overflow-y:hidden;top:0}[dir=rtl] .lightbox-gallery__right .lightbox-gallery-images,[dir=rtl] .lightbox-gallery__right .lightbox-gallery-images li{padding-right:0}[dir=rtl] .lightbox-gallery__right .credits{border-right:0;color:var(--undpds-color-white);margin-right:0;padding-right:0}[dir=rtl] .lightbox-gallery__right figcaption p+.credits{border-right:none;margin-right:0;padding-right:0}.goverlay{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsla(0,0%,97%,.8);height:calc(100vh + 1px);top:-1px;will-change:opacity}.glightbox-container,.goverlay{left:0;position:fixed;width:100%}.glightbox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;outline:none;overflow:hidden;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;top:0;-ms-touch-action:none;touch-action:none;z-index:9}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{height:100%;overflow:hidden;position:relative;width:100%;z-index:10}.glightbox-container .gcontainer.frosted-background:before{z-index:0}.glightbox-container .gcontainer .gclose,.glightbox-container .gcontainer .gnext,.glightbox-container .gcontainer .gprev{align-items:center;border:none;-webkit-box-align:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-pack:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;height:45px;justify-content:center;width:45px;z-index:3}.glightbox-container .gcontainer .gclose svg,.glightbox-container .gcontainer .gnext svg,.glightbox-container .gcontainer .gprev svg{display:none}.glightbox-container .gcontainer .gclose.disabled,.glightbox-container .gcontainer .gnext.disabled,.glightbox-container .gcontainer .gprev.disabled{opacity:.1}.glightbox-container .gcontainer .gprev{background:url(../images/chevron-left-circle.svg) no-repeat 0;left:3px;position:absolute;top:47%}@media(min-width:48em){.glightbox-container .gcontainer .gprev{left:20px;top:45%}}@media(min-width:90em){.glightbox-container .gcontainer .gprev{left:40px}}.glightbox-container .gcontainer .gnext{background:url(../images/chevron-right-circle.svg) no-repeat 0;position:absolute;right:3px;top:47%}@media(min-width:48em){.glightbox-container .gcontainer .gnext{right:20px;top:45%}}@media(min-width:90em){.glightbox-container .gcontainer .gnext{right:40px}}.glightbox-container .gcontainer .gclose{background:url(../images/times-circle.svg) no-repeat 0;border:0;cursor:pointer;font-size:0;height:45px;position:absolute;right:19px;top:16px;width:45px}.glightbox-container .gcontainer .gslider{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:100%;left:0;overflow:hidden;position:relative;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.glightbox-container .gcontainer .gslider,.glightbox-container .gcontainer .gslider .gslide{align-items:center;-webkit-box-align:center;-webkit-box-pack:center;-ms-flex-align:center;-ms-flex-pack:center;justify-content:center;width:100%}.glightbox-container .gcontainer .gslider .gslide{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glightbox-container .gcontainer .gslider .gslide.current{opacity:1;position:relative;z-index:9}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content{width:100%}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container{-webkit-box-orient:vertical;-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;-ms-flex-pack:center;height:100vh;margin:auto;max-width:100%;position:relative;width:100%}@media(min-width:48em){.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container{display:inherit;height:auto}}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image{align-items:center;-webkit-box-align:center;-ms-flex-align:center;height:100%;max-height:200px;overflow:hidden}@media(min-width:48em){.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image{display:contents;margin-top:40px;max-height:inherit;width:auto}}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img{display:block;height:100%;margin:auto}@media(min-width:48em){.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img{height:auto;margin-top:1.5rem}}@media(min-width:90em){.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img{max-height:calc(100vh - 150px)}}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}@media(min-width:64em){.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description{position:relative}}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description.description-bottom{margin:0 auto;max-width:100%;max-width:800px!important}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description .gdesc-inner{padding:48px 20px}@media(min-width:64em){.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description .gdesc-inner{padding:32px 20px}}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description p{margin-bottom:12px}.glightbox-container.glightbox-closing .gclose,.glightbox-container.glightbox-closing .gnext,.glightbox-container.glightbox-closing .gprev{opacity:0!important}.glightbox-mobile .glightbox-container .gslide-description{position:absolute;top:calc(50% + 65px)}@media(min-width:48em){.glightbox-mobile .glightbox-container .gslide-description{position:relative}}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc a{font-weight:700}.gfadeIn{-webkit-animation:gfadein .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeout 0s ease;animation:gfadeOut 0s ease}.gslideOutLeft{-webkit-animation:gslideoutleft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideinleft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideoutright .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideinright .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomin .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomout 0s ease;animation:gzoomOut 0s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);visibility:visible}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes gslideInRight{0%{opacity:0;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);visibility:visible}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes gslideOutRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{opacity:0;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}}@keyframes gslideOutRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{opacity:0;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}[dir=rtl] .glightbox-container .gcontainer .gclose{left:19px;right:inherit}.parallax-gallery-left{display:flex}@media(max-width:47.9375em){.parallax-gallery-left{margin-bottom:.75rem}}.parallax-gallery-left.gray{background:var(--undpds-color-gray-200)}.parallax-gallery-right{overflow:hidden;position:relative}@media(max-width:47.9375em){.parallax-gallery-content{padding:1.5rem 1rem}}@media(min-width:48em){.parallax-gallery-content{margin:auto 2.5rem;max-width:28rem}}@media(min-width:64em){.parallax-gallery-content{margin:auto 7.375rem}}.parallax-gallery-content h5{margin-bottom:2rem}@media(max-width:47.9375em){.parallax-gallery-content h5{margin-bottom:1rem}}.parallax-gallery-content p{font-size:1rem;margin-bottom:3rem}@media(max-width:47.9375em){.parallax-gallery-content p{font-size:.875rem;margin-bottom:2rem}}.parallax-gallery-content .cta__link{text-transform:uppercase}.parallax-gallery-container{display:flex;flex-flow:row wrap;justify-content:center;position:relative}.parallax-gallery-images{display:flex;margin:-5.313rem auto}.parallax-gallery-images .column{flex:0 0 calc(50% - 0.5rem);max-width:calc(50% - .5rem)}@media(min-width:48em){.parallax-gallery-images .column:first-of-type{margin-right:.5rem}.parallax-gallery-images .column:last-of-type{margin-left:.5rem}}@media(min-width:64em){.parallax-gallery-images .column{flex:0 0 calc(50% - 0.75rem);max-width:calc(50% - .75rem)}.parallax-gallery-images .column:first-of-type{margin-right:.75rem}.parallax-gallery-images .column:last-of-type{margin-left:.75rem}}@media(max-width:47.9375em){.parallax-gallery-images .column{flex:0 0 calc(50% - 0.375rem);max-width:calc(50% - .375rem)}.parallax-gallery-images .column:first-of-type{margin-right:.375rem}.parallax-gallery-images .column:last-of-type{margin-left:.375rem}}.parallax-gallery-images img{display:block;font-size:0;height:16rem;margin-bottom:1rem;object-fit:cover;width:100%}@media(min-width:64em){.parallax-gallery-images img{height:25.313rem;margin-bottom:1.5rem}}@media(max-width:47.9375em){.parallax-gallery-images img{height:13.875rem;margin-bottom:.75rem}}.parallax-gallery-images img:last-of-type{margin-bottom:0}@media(min-width:48em){[dir=rtl] .parallax-gallery-images .column:first-of-type{margin-left:.5rem;margin-right:0}[dir=rtl] .parallax-gallery-images .column:last-of-type{margin-left:0;margin-right:.5rem}}@media(min-width:64em){[dir=rtl] .parallax-gallery-images .column:first-of-type{margin-left:.75rem;margin-right:0}[dir=rtl] .parallax-gallery-images .column:last-of-type{margin-left:0;margin-right:.75rem}}@media(max-width:47.9375em){[dir=rtl] .parallax-gallery-images .column:first-of-type{margin-left:.375rem;margin-right:0}[dir=rtl] .parallax-gallery-images .column:last-of-type{margin-left:0;margin-right:.375rem}}.homepage-hero-full{position:relative}.homepage-hero-full.expand-to-size .overlay-grey,.homepage-hero-full.expand-to-size>img,.homepage-hero-full.expand-to-size>video{clip-path:inset(0)}.homepage-hero-full h1{margin-bottom:var(--undpds-spacing-08)}.homepage-hero-full h4{margin-bottom:0;padding-bottom:var(--undpds-spacing-10)}.homepage-hero-full .button{margin-bottom:var(--undpds-spacing-06)}@media(min-width:48em){.homepage-hero-full .button{margin-bottom:10.188rem}}@media(max-width:47.9375em){.homepage-hero-full .button{margin-top:var(--undpds-spacing-10)}.homepage-hero-content{padding:0 var(--undpds-spacing-06)}}.homepage-hero-content>div{padding-top:10.438rem;position:relative}@media(min-width:48em){.homepage-hero-content>div{padding-top:13.688rem}.homepage-hero-tall-content,.homepage-hero-wide-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center}}.homepage-hero-tall{word-break:break-word}.homepage-hero-tall-content h1{margin-bottom:var(--undpds-spacing-05)}@media(min-width:48em){.homepage-hero-tall-content h1{margin-bottom:var(--undpds-spacing-08)}}.homepage-hero-tall-content h4{margin-bottom:var(--undpds-spacing-07)}@media(min-width:48em){.homepage-hero-tall-content h4{margin-bottom:var(--undpds-spacing-10)}}.homepage-hero-image{width:100%}@media(max-width:47.9375em){.homepage-hero-image{margin-bottom:2rem;padding-bottom:100%;position:relative;width:100%}}@media(min-width:48em){.homepage-hero-image{height:100%}}.homepage-hero-image picture{display:initial}@media(max-width:47.9375em){.homepage-hero-image img,.homepage-hero-image video{position:absolute}}.homepage-hero-wide{position:relative}@media(min-width:48em){.homepage-hero-wide{border-left:3rem solid var(--undpds-color-gray-300)}}.homepage-hero-wide-content{justify-content:space-between}.homepage-hero-wide h1{margin-bottom:var(--undpds-spacing-05)}@media(min-width:48em){.homepage-hero-wide h1{margin-bottom:var(--undpds-spacing-11);padding-top:4.688rem}}.homepage-hero-wide h3{margin-bottom:var(--undpds-spacing-06)}.homepage-hero-wide h3+h1{padding-top:0}.homepage-hero-wide h5{margin-bottom:var(--undpds-spacing-07)}@media(min-width:48em){.homepage-hero-wide h5{margin-bottom:7.75rem;padding-right:1.625rem}[dir=rtl] .homepage-hero-tall-content{padding-left:1.375rem;padding-right:0}[dir=rtl] .homepage-hero-wide{border-left:0;border-right:3rem solid var(--undpds-color-gray-300)}[dir=rtl] .homepage-hero-wide h5{padding-left:1.625rem;padding-right:0}}.show-small-button{padding-bottom:2rem}.pagehero-full{min-height:642px;overflow:hidden;position:relative;word-break:break-word}.pagehero-full.expand-to-size .overlay-grey{clip-path:inset(0)}.pagehero-full:not(:has(div.overlay-grey)){background-color:var(--undpds-color-gray-200)}@media(min-width:48em){.pagehero-full{min-height:746px}}.pagehero-full img,.pagehero-full video{height:100%;object-fit:cover;padding:0;width:100%}.pagehero-full .pagehero-content{align-items:center;display:flex;height:100%;padding-top:0;position:absolute;top:0}@media(min-width:48em){.pagehero-full .pagehero-content{flex-direction:row;padding-top:0}}.pagehero-full .pagehero-content h4{padding-top:0}.pagehero-full .pagehero-content h2{margin-top:0}@media(min-width:48em){.pagehero-full .content-box{width:65%}}.pagehero-full .breadcrumb{padding-top:var(--undpds-spacing-11);position:relative;z-index:1}@media(max-width:47.9375em){.pagehero-full .breadcrumb{padding-top:var(--undpds-spacing-11);padding-inline:var(--undpds-spacing-06)}}.pagehero-full .breadcrumb ul li{margin-bottom:0}@media(max-width:47.9375em){.pagehero-full img{height:100%;object-fit:cover;padding:0;width:100%}.pagehero-full img.mobile-position-left{object-position:left}.pagehero-full img.mobile-position-center{object-position:center}.pagehero-full img.mobile-position-right{object-position:right}.pagehero-content{height:auto;padding-inline:var(--undpds-spacing-06)}}.pagehero-content h4{margin-bottom:var(--undpds-spacing-03);padding-top:6.313rem}@media(min-width:48em){.pagehero-content h4{padding-top:0}}.pagehero-content h4+h2{margin-top:0}.pagehero-content h2{font-family:var(--undpds-font-family-sohnebreit);font-weight:700;margin-bottom:0;text-transform:uppercase}.pagehero-content .subtitle{font-size:1.563rem;font-weight:400;line-height:1.15;margin-bottom:0;margin-top:1rem}@media(min-width:48em){.pagehero-content .subtitle{font-size:2.188rem}}.pagehero-content a.button{bottom:1.5rem;left:.75rem;position:absolute;right:.75rem}@media(min-width:48em){.pagehero-content a.button{inset:unset;margin-bottom:0;margin-top:3rem;position:relative}}.pagehero-image{width:100%}@media(max-width:47.9375em){.pagehero-image{padding-bottom:100%;position:relative;width:100%}}@media(min-width:48em){.pagehero-image{height:100%}}.pagehero-tall{position:relative}.pagehero-tall .pagehero-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;word-break:break-word}@media(max-width:47.9375em){.pagehero-tall .pagehero-content{height:auto;padding:0 0 var(--undpds-spacing-08)}.pagehero-tall .pagehero-content h4{padding-top:0}}@media(min-width:48em){.pagehero-tall .pagehero-content{padding-bottom:0;padding-right:1.438rem}}.pagehero-tall .pagehero-content a.button{bottom:1.5rem;left:0;position:absolute;right:0}@media(min-width:48em){.pagehero-tall .pagehero-content a.button{display:block;inset:unset;margin-top:1.5rem;position:relative}}.pagehero-tall.no-background .pagehero-content{min-height:650px}.pagehero-tall .hero-placeholder,.pagehero-tall .homepage-hero-image{overflow:hidden}@media(min-width:48em){.pagehero-tall .hero-placeholder,.pagehero-tall .homepage-hero-image{overflow:visible}}.pagehero-tall .hero-placeholder a.button,.pagehero-tall .homepage-hero-image a.button{display:none;margin:2rem 0 1rem}.pagehero-tall .breadcrumb{margin-block:var(--undpds-spacing-11);position:static}@media(min-width:48em){.pagehero-tall .breadcrumb{margin-bottom:0;margin-top:0;position:absolute;top:30px}}@media(min-width:64em){.pagehero-tall .breadcrumb{position:absolute;top:80px}}.pagehero-tall .breadcrumb ul li{margin-bottom:0;margin-top:0}.pagehero-tall.has-cta .homepage-hero-image{margin-bottom:6.5rem}@media(min-width:48em){.pagehero-tall.has-cta .homepage-hero-image{margin-bottom:unset}[dir=rtl] .pagehero-tall .pagehero-content{padding-left:1.438rem;padding-right:0}}:lang(my) .pagehero-content h2{font-family:var(--undpds-font-family-notosans)}:lang(be) .pagehero-content h2,:lang(bg) .pagehero-content h2,:lang(kk) .pagehero-content h2,:lang(ky) .pagehero-content h2,:lang(mk) .pagehero-content h2,:lang(mn) .pagehero-content h2,:lang(ru) .pagehero-content h2,:lang(sr) .pagehero-content h2,:lang(uk) .pagehero-content h2{font-family:var(--undpds-font-family-proximanova)}@media(max-width:47.9375em){.pagehero-cards-items .swiper-wrapper{margin-left:0;margin-right:0}.pagehero-cards-items{overflow:hidden}}@media(min-width:64em){.pagehero-cards-items .pagehero-cards-box{flex:0 0 calc(16.66667% - var(--undpds-spacing-06));max-width:calc(16.66667% - var(--undpds-spacing-06))}.pagehero-cards-items .pagehero-cards-box.large{flex:0 0 calc(25% - var(--undpds-spacing-06));max-width:calc(25% - var(--undpds-spacing-06))}}@media(max-width:47.9375em){.pagehero-cards-items .pagehero-cards-box{margin-left:0}}@media(min-width:48em){.pagehero-cards-box{margin-bottom:var(--undpds-spacing-06)}.pagehero-cards-box.swiper-slide{height:auto;margin-left:0;margin-right:var(--undpds-font-size-20)}}.pagehero-cards-top{justify-content:center;position:relative}.pagehero-cards-top h2{padding-bottom:1.875rem;text-transform:uppercase}@media(min-width:48em){.pagehero-cards-top h2{margin-right:var(--undpds-spacing-04)}}@media(min-width:64em){.pagehero-cards-top h2{padding-bottom:0}}.pagehero-cards-top h3{font-size:var(--undpds-font-size-25);font-weight:700;margin-bottom:var(--undpds-font-size-35);padding-top:var(--undpds-font-size-20)}@media(min-width:64em){.pagehero-cards-top h3{font-size:1.875rem;padding-top:0}}.pagehero-cards-top>:nth-child(2){position:relative}@media(min-width:64em){.pagehero-cards-top>:nth-child(2){margin-left:var(--undpds-spacing-10)}}.pagehero-cards-top>:nth-child(2):before{background-color:var(--undpds-color-dark-red);height:7rem;left:3.5rem;top:-4rem;transform:rotate(90deg);width:3px}@media(min-width:64em){.pagehero-cards-top>:nth-child(2):before{height:80%;left:-60px;top:0;transform:rotate(0)}}.pagehero-cards-subhead{margin-left:0;position:relative}@media(min-width:48em){.pagehero-cards-subhead{margin-left:var(--undpds-spacing-10)}}.pagehero-cards-subhead:before{background:var(--undpds-color-dark-red);height:7rem;left:3.5rem;top:-4rem;transform:rotate(90deg);width:3px}@media(min-width:48em){.pagehero-cards-subhead:before{height:80%;left:-60px;top:0;transform:rotate(0)}}.pagehero-cards .swiper-initialized{padding-right:var(--undpds-spacing-10)}@media(min-width:48em){.pagehero-cards .swiper-initialized{padding-right:var(--undpds-spacing-13)}}.pagehero-cards .swiper-initialized .swiper-scrollbar{padding-right:var(--undpds-spacing-10)}@media(min-width:48em){.pagehero-cards .swiper-initialized .swiper-scrollbar{padding-right:var(--undpds-spacing-13)}}@media(min-width:64em){[dir=rtl] .pagehero-cards-top>:nth-child(2){margin-right:var(--undpds-spacing-10)}}[dir=rtl] .pagehero-cards-top>:nth-child(2):before{right:3.5rem}@media(min-width:64em){[dir=rtl] .pagehero-cards-top>:nth-child(2):before{right:-60px}}@media(min-width:48em){[dir=rtl] .pagehero-cards-top h2{margin-left:var(--undpds-spacing-04);margin-right:0}}[dir=rtl] .pagehero-cards .swiper-initialized{padding-left:var(--undpds-spacing-10);padding-right:0}@media(min-width:48em){[dir=rtl] .pagehero-cards .swiper-initialized{padding-left:var(--undpds-spacing-13)}}[dir=rtl] .pagehero-cards .swiper-initialized .swiper-scrollbar{padding-left:var(--undpds-spacing-10);padding-right:0}@media(min-width:48em){[dir=rtl] .pagehero-cards .swiper-initialized .swiper-scrollbar{padding-left:var(--undpds-spacing-13)}}[dir=rtl] .pagehero-cards .swiper-initialized .swiper-slide-active+.swiper-slide .cta__link i{left:unset;right:var(--undpds-spacing-05)}.dropdown-language{display:inline-block;position:relative}.dropdown-language ul{height:0;left:var(--undpds-spacing-05);overflow:hidden;padding:0;position:absolute;top:calc(100% + 3px);transition:.3s ease-in-out;z-index:9}.dropdown-language ul li{list-style:none;margin-bottom:0;padding-left:0}.dropdown-language ul li a{background:var(--undpds-color-gray-200);border-bottom:1px solid var(--undpds-color-gray-400);box-shadow:0 3px 4px rgba(0,0,0,.1);display:block;padding:var(--undpds-spacing-04) var(--undpds-spacing-05)}.dropdown-language ul li a:active,.dropdown-language ul li a:focus,.dropdown-language ul li a:hover{background-color:var(--undpds-color-gray-400)}.dropdown-language.active button:after{transform:rotate(180deg)}.dropdown-language.active ul{height:auto}.dropdown-language button{align-items:center;background-color:transparent;color:var(--undpds-color-blue-600);cursor:pointer;display:flex;padding:0}.dropdown-language button:before{background-color:var(--undpds-color-blue-600);content:"";height:26px;margin-right:var(--undpds-spacing-03);-webkit-mask:url(../images/language.svg) no-repeat left center;mask:url(../images/language.svg) no-repeat left center;width:25px}@media(max-width:47.9375em){.dropdown-language button:before{background:transparent url(../images/language.svg) no-repeat 0;-webkit-mask:inherit;mask:inherit}}.dropdown-language button:after{background-color:var(--undpds-color-blue-600);content:"";height:10px;margin-left:var(--undpds-spacing-03);-webkit-mask:url(../images/arrow-blue.svg) no-repeat left center;mask:url(../images/arrow-blue.svg) no-repeat left center;transition:transform .2s ease-in-out;width:15px}@media(max-width:47.9375em){.dropdown-language button:after{background:transparent url(../images/arrow-blue.svg) no-repeat 0;-webkit-mask:inherit;mask:inherit}}.dropdown-language button:focus,.dropdown-language button:hover{color:var(--undpds-color-blue-400)}.dropdown-language button:focus:after,.dropdown-language button:focus:before,.dropdown-language button:hover:after,.dropdown-language button:hover:before{filter:brightness(0) saturate(100%) invert(57%) sepia(92%) saturate(1476%) hue-rotate(186deg) brightness(90%) contrast(92%)}.dropdown-language button.white{color:var(--undpds-color-white)}.dropdown-language button.white:focus,.dropdown-language button.white:hover{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)}.dropdown-language button.white:before{background:url(../images/language-white.svg) no-repeat 0}.dropdown-language button.white:after{background:url(../images/arrow-white-down.svg) no-repeat 0}[dir=rtl] .dropdown-language ul{left:unset;padding-right:0;right:16px}[dir=rtl] .dropdown-language ul li{padding-right:0}[dir=rtl] .dropdown-language button:before{margin-left:var(--undpds-spacing-03);margin-right:0;transform:scaleX(-1)}[dir=rtl] .dropdown-language button:after{margin-left:0;margin-right:var(--undpds-spacing-03)}:lang(my) .dropdown-language button{font-family:var(--undpds-font-family-notosans)}.modal{bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .4s ease-in-out;visibility:hidden;z-index:99}@media(min-width:48em){.modal{align-items:center}}.modal-content{background:var(--undpds-color-white);max-width:64rem;padding:var(--undpds-spacing-10) var(--undpds-spacing-04) var(--undpds-spacing-04);position:relative;width:100%}@media(min-width:48em){.modal-content{margin-inline:var(--undpds-spacing-11);max-height:calc(100vh - 291px);padding:var(--undpds-spacing-10)}}.modal-close-button{background:url(../images/times-circle.svg) no-repeat 0;border:0;cursor:pointer;font-size:0;height:45px;position:absolute;right:var(--undpds-spacing-04);top:var(--undpds-spacing-04);width:45px}@media(min-width:48em){.modal-close-button{right:var(--undpds-spacing-05);top:var(--undpds-spacing-05)}}.modal.open{opacity:1;visibility:visible}[dir=rtl] .modal-close-button{left:16px;right:unset}:lang(my) .modal-close-button{font-size:0}.tabs>ul{background-color:#fff;border-bottom:2px solid #edeff0;list-style:none;padding-left:0}@media(min-width:48em){.tabs>ul{padding-left:3rem}}.tabs>ul li{border-bottom:2px solid transparent;cursor:pointer;display:inline-block;font-weight:700;letter-spacing:.03em;margin-bottom:-.125rem;margin-right:1.5rem;margin-top:.75rem;padding-bottom:.5rem;padding-left:0;text-transform:uppercase}.tabs>ul li.is-active{border-bottom:2px solid #d12800}@media(min-width:64em){.tabs>ul li:hover{border-bottom:2px solid #a9b1b7}}.tabs>ul li a{font-size:1rem}.tabs .tabs-content{background-color:#fff}.tabs .tabs-content .tabs-panel{display:none;padding-top:1rem}@media(min-width:48em){.tabs .tabs-content .tabs-panel{padding-top:2.5rem}}.tabs .tabs-content .tabs-panel.is-active{display:inherit}[dir=rtl] .tabs>ul{padding-right:0}@media(min-width:48em){[dir=rtl] .tabs>ul{padding-right:3rem}}[dir=rtl] .tabs>ul li{margin-left:1.5rem;margin-right:0;padding-right:0}.documentation-page .grid-container:not(.full){margin-left:auto;margin-right:auto;max-width:75rem}.documentation-page .grid-container.full{margin-left:auto;margin-right:auto;padding:0 .75rem}@media(min-width:64em){.documentation-page .grid-container.full{padding:0 .25rem}}.documentation-page .vimeo-full-width{padding:56.25% 0 0;position:relative}.documentation-page .vimeo-full-width iframe{height:100%;left:0;position:absolute;top:0;width:100%}.documentation-page h1.title{color:var(--undpds-color-black);margin-bottom:var(--undpds-spacing-07);margin-top:var(--undpds-spacing-10)}.documentation-page h1.title,.documentation-page h1.title div{font-family:var(--undpds-font-family-sohnebreit);font-weight:900}.documentation-page h1.title div{font-size:55px}@media(min-width:64em){.documentation-page h1.title{font-size:55px}}.documentation-page h2,.documentation-page h3,.documentation-page h4,.documentation-page h5,.documentation-page h6{font-family:var(--undpds-font-family-proximanova)}.documentation-page h2{border-block-end:0;font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:var(--undpds-spacing-06)}@media(min-width:48em){.documentation-page h2{font-size:2.813rem}}@media(min-width:64em){.documentation-page h2{font-size:3.438rem}}.documentation-page h3{font-size:1.875rem;font-weight:600;line-height:1.15;margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-08)}@media(min-width:48em){.documentation-page h3{font-size:2.188rem}}.documentation-page h4{font-size:1.563rem;font-weight:400;line-height:1.15}@media(min-width:48em){.documentation-page h4{font-size:2.188rem}}.documentation-page h5{font-size:1.25rem;font-weight:400;line-height:1.15}@media(min-width:48em){.documentation-page h5{font-size:1.563rem}}.documentation-page .subtitle{font-size:1.25rem;line-height:1.5}.documentation-page video{width:100%}.documentation-page hr{border-top:2px solid var(--undpds-color-black);margin-bottom:var(--undpds-spacing-06);margin-top:var(--undpds-spacing-11)}.documentation-page .intro .cell{align-items:center;display:flex}.documentation-page .intro .cell.figma{background:var(--undpds-color-black)}.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.figma p{color:var(--undpds-color-white)}.documentation-page .intro .cell.github{background:var(--undpds-color-gray-300)}.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.github a{background:none;padding-bottom:var(--undpds-spacing-06);padding-top:var(--undpds-spacing-08);text-align:center;width:100%}@media(min-width:64em){.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.github a{padding-bottom:var(--undpds-spacing-07);padding-top:var(--undpds-spacing-09)}}.documentation-page .intro .cell.figma a p,.documentation-page .intro .cell.github a p{font-size:1.25rem}.documentation-page .intro .cell.figma img,.documentation-page .intro .cell.github img{height:100px}.documentation-page .featured-content-cards__wrapper{margin-bottom:var(--undpds-spacing-05);margin-top:var(--undpds-spacing-09)}.documentation-page .featured-content-cards__wrapper .grid-x.grid-margin-x{margin-inline:-.75rem;row-gap:var(--undpds-spacing-06)}.sbdocs{font-family:var(--undpds-font-family-proximanova)}.sbdocs h1,.sbdocs-h1{font-family:var(--undpds-font-family-sohnebreit);font-weight:900}.sbdocs-content p:not(.sbdocs-preview p),.sbdocs-li{font-size:1rem}.sbdocs-content pre code{border-radius:.5rem;color:#555;display:block;font-size:1rem;line-height:1.5rem;padding-block:.25rem;padding-inline:1rem}.sbdocs-content a:not(.sbdocs-preview a){background-image:none;text-decoration:none}.sbdocs-content h4:not(.sbdocs-preview h4){font-weight:600}.sbdocs-content li:not(.sbdocs-preview li),.sbdocs-content td:not(.sbdocs-preview td),.sbdocs-content th:not(.sbdocs-preview th){font-size:1rem}@media(min-width:64em){.pagehero-cards-wrap.swiper-wrapper{flex-wrap:wrap}.pagehero-cards-box{box-shadow:0 1px 0 1px #fff;flex:0 0 calc(25% - 1.5rem);margin-left:.75rem;margin-right:.75rem;margin-top:6rem;max-width:calc(25% - 1.5rem)}.pagehero-cards-box.swiper-slide a{overflow:hidden;transform:translateY(0);transition:all .4s}.pagehero-cards-box.swiper-slide:hover a{overflow:visible;transform:translateY(-3.125rem)}.pagehero-cards-box:hover .pagehero-cards__caption{transform:translateY(calc(-100% + 2.75rem))}.pagehero-cards-box:hover .pagehero-cards__caption p{opacity:1}}.pagehero-cards-box:hover .cta__link{padding:0;width:100%}.pagehero-cards-box:hover .cta__link i{left:1rem;transition:all .4s;transition-delay:.2s;width:5rem}@media(min-width:64em){.pagehero-cards-box:hover .cta__link i{width:30%}}.pagehero-cards-box:hover .cta__link i:before{display:inline-block}.pagehero-cards-box a{display:block;height:100%;position:relative}.pagehero-cards-box img{position:relative;transition:all .4s}.pagehero-cards__caption{background:#fff;box-shadow:0 1px 0 1px #fff;box-sizing:border-box;left:0;padding-top:1.5rem;position:absolute;transform:translateY(0);transition:all .3s;width:100%;z-index:2}.pagehero-cards__caption p{margin:0;opacity:0;transition:all .4s;transition-delay:.3s}.pagehero-cards__caption .cta__link{font-weight:700;margin-top:2rem}.pagehero-cards .swiper-initialized .pagehero-cards__caption{box-shadow:0 1px 0 1px #fff;box-sizing:border-box;opacity:1}.pagehero-cards .swiper-initialized .pagehero-cards__caption,.pagehero-cards .swiper-initialized .pagehero-cards__caption p{transition:all .5s cubic-bezier(.64,.05,.35,1.05);transition-delay:.3s}.pagehero-cards .swiper-initialized .swiper-slide{height:auto;margin-left:0}.pagehero-cards .swiper-initialized .swiper-slide-active .pagehero-cards__caption,.pagehero-cards .swiper-initialized .swiper-slide-active .pagehero-cards__caption p{opacity:1}.pagehero-cards .swiper-initialized .swiper-slide-active .cta__link i:before{display:inline-block}@media(min-width:48em){.pagehero-cards .swiper-initialized .swiper-slide-active+.swiper-slide .pagehero-cards__caption,.pagehero-cards .swiper-initialized .swiper-slide-active+.swiper-slide .pagehero-cards__caption p{opacity:1}.pagehero-cards .swiper-initialized .swiper-slide-active+.swiper-slide .cta__link i:before{display:inline-block}}[dir=rtl] .pagehero-cards-box{text-align:right}[dir=rtl] .pagehero-cards-box.swiper-slide-active .cta__link i,[dir=rtl] .pagehero-cards-box:hover .cta__link i{left:unset;right:1rem}div.download-card{display:inline-block}@media(min-width:48em){div.download-card{min-width:330px}}div.download-card>a{background:none}div.download-card:hover div.publication-thumbnail__image.accent-yellow,div.download-card:hover div.publication-thumbnail__image.yellow:after,div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%);opacity:.75}div.download-card:hover div.publication-thumbnail__image.accent-red,div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%);opacity:.75}div.download-card:hover div.publication-thumbnail__image.accent-green,div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%);opacity:.75}div.download-card:hover div.publication-thumbnail__image.accent-blue,div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%);opacity:.75}div.download-card:hover div.card-thumbnail__image.accent-yellow:before,div.download-card:hover div.card-thumbnail__image.yellow:before,div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%);opacity:.75}div.download-card:hover div.card-thumbnail__image.accent-red:before,div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%);opacity:.75}div.download-card:hover div.card-thumbnail__image.accent-green:before,div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%);opacity:.75}div.download-card:hover div.card-thumbnail__image.accent-blue:before,div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%);opacity:.75}div.download-card:hover .download-animated:after{transform:rotate(-45deg) translate(7px,-7px)}[dir=rtl] div.download-card:hover .download-animated:after{transform:rotate(45deg) translate(-7px,-7px)}div.download-card:hover .download-animated:before{transform:translateY(-10px)}div.download-card:hover .external-link-animated:after{transform:translate(5px,-5px)}[dir=rtl] div.download-card:hover .external-link-animated:after{transform:rotate(90deg) translate(-5px,-5px)}div.download-card:hover .external-link-animated:before{transform:rotate(-45deg) translate(7px)}[dir=rtl] div.download-card .external-link-animated:after{transform:rotate(90deg) translate(0)}div.download-card .description{background:#fafafa;padding:1.5rem}div.download-card .title{margin-bottom:.25rem}div.download-card .format{color:#55606e;margin-bottom:1rem}div.download-card .download{align-items:center;background-image:none;display:flex;font-weight:700;letter-spacing:.03em;text-transform:uppercase}div.download-card .download .download-animated{margin-left:.75rem}div.download-card .download .external-link-animated{margin-bottom:.5rem;margin-left:.75rem}[dir=rtl] div.download-card .download-animated,[dir=rtl] div.download-card .external-link-animated{margin-left:0;margin-right:.75rem}[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] div.download-card:hover div.publication-thumbnail__image.yellow:after,[dir=rtl] div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-yellow:before,[dir=rtl] div.download-card:hover div.card-thumbnail__image.yellow:before,[dir=rtl] div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-red:before,[dir=rtl] div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-green:before,[dir=rtl] div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-blue:before,[dir=rtl] div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.download-card div.download-card__download .download-animated,[dir=rtl] div.download-card div.download-card__download:after{margin-left:0;margin-right:.75rem}.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-yellow,.accent-yellow div.download-card:hover div.publication-thumbnail__image.yellow:after,.accent-yellow div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-red,.accent-yellow div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-green,.accent-yellow div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-blue,.accent-yellow div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-yellow:before,.accent-yellow div.download-card:hover div.card-thumbnail__image.yellow:before,.accent-yellow div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-red:before,.accent-yellow div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-green:before,.accent-yellow div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-blue:before,.accent-yellow div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.yellow:after,[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.accent-yellow:before,[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.yellow:before,[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.accent-yellow:before,[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.yellow:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%);background:linear-gradient(297deg,#6de354,transparent 61.11%);background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-red div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.download-card:hover div.publication-thumbnail__image.accent-yellow,.accent-red div.download-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-red div.download-card:hover div.publication-thumbnail__image.accent-red,.accent-red div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.download-card:hover div.publication-thumbnail__image.accent-green,.accent-red div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-red div.download-card:hover div.publication-thumbnail__image.accent-blue,.accent-red div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-red div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.download-card:hover div.card-thumbnail__image.accent-yellow:before,.accent-red div.download-card:hover div.card-thumbnail__image.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red div.download-card:hover div.card-thumbnail__image.accent-red:before,.accent-red div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.download-card:hover div.card-thumbnail__image.accent-green:before,.accent-red div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red div.download-card:hover div.card-thumbnail__image.accent-blue:before,.accent-red div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-red div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}[dir=rtl] .accent-red div.download-card:hover div.card-thumbnail__image.accent-red:before,[dir=rtl] .accent-red div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%);background:linear-gradient(297deg,#ee402d,transparent 61.11%);background:linear-gradient(297deg,#6de354,transparent 61.11%);background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-green div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.download-card:hover div.publication-thumbnail__image.accent-yellow,.accent-green div.download-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-green div.download-card:hover div.publication-thumbnail__image.accent-red,.accent-green div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-green div.download-card:hover div.publication-thumbnail__image.accent-green,.accent-green div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.download-card:hover div.publication-thumbnail__image.accent-blue,.accent-green div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-green div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.download-card:hover div.card-thumbnail__image.accent-yellow:before,.accent-green div.download-card:hover div.card-thumbnail__image.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green div.download-card:hover div.card-thumbnail__image.accent-red:before,.accent-green div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green div.download-card:hover div.card-thumbnail__image.accent-green:before,.accent-green div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.download-card:hover div.card-thumbnail__image.accent-blue:before,.accent-green div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-green div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}[dir=rtl] .accent-green div.download-card:hover div.card-thumbnail__image.accent-green:before,[dir=rtl] .accent-green div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%);background:linear-gradient(297deg,#ee402d,transparent 61.11%);background:linear-gradient(297deg,#6de354,transparent 61.11%);background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-blue div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-yellow,.accent-blue div.download-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-red,.accent-blue div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-green,.accent-blue div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-blue,.accent-blue div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue div.download-card:hover div.card-thumbnail__image.accent-yellow:before,.accent-blue div.download-card:hover div.card-thumbnail__image.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue div.download-card:hover div.card-thumbnail__image.accent-red:before,.accent-blue div.download-card:hover div.card-thumbnail__image.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue div.download-card:hover div.card-thumbnail__image.accent-green:before,.accent-blue div.download-card:hover div.card-thumbnail__image.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue div.download-card:hover div.card-thumbnail__image.accent-blue:before,.accent-blue div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-blue div.download-card:hover div.card-thumbnail__image:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] .accent-blue div.download-card:hover div.card-thumbnail__image.accent-blue:before,[dir=rtl] .accent-blue div.download-card:hover div.card-thumbnail__image.blue:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%);background:linear-gradient(297deg,#ee402d,transparent 61.11%);background:linear-gradient(297deg,#6de354,transparent 61.11%);background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}div.publication-card{display:inline-block}@media(min-width:48em){div.publication-card{min-width:20.625rem}}div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,div.publication-card:hover div.publication-thumbnail__image.yellow:after,div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%);opacity:.75}div.publication-card:hover div.publication-thumbnail__image.accent-red:after,div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%);opacity:.75}div.publication-card:hover div.publication-thumbnail__image.accent-green:after,div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%);opacity:.75}div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%);opacity:.75}div.publication-card .description{align-items:center;background:#fafafa;padding:1.5rem}div.publication-card .description>div{align-items:center;flex-wrap:unset}div.publication-card .description>div:first-of-type{text-align:left}div.publication-card .description>div>:not(:first-of-type){border-left:.125rem solid #ced0d3;text-align:right}div.publication-card .title{margin-bottom:.25rem}div.publication-card .format{color:#55606e;margin-bottom:1rem}div.publication-card .download{align-items:center;background-image:none;cursor:pointer;display:inline-flex;font-weight:700;letter-spacing:.03em;text-transform:uppercase}div.publication-card .download .download-animated{margin-left:.75rem}div.publication-card .download:hover{color:#55606f}div.publication-card .download:hover .download-animated:after{transform:rotate(-45deg) translate(7px,-7px)}div.publication-card .download:hover .download-animated:before{transform:translateY(-10px)}div.publication-card .readmore{align-items:center;background-image:none;cursor:pointer;display:inline;font-weight:700;letter-spacing:.03em;text-transform:uppercase}div.publication-card .readmore .external-link-animated{display:inline-block;margin-left:.75rem}div.publication-card .readmore:hover{color:#55606f}div.publication-card .readmore:hover .external-link-animated:after{transform:translate(5px,-5px)}div.publication-card .readmore:hover .external-link-animated:before{transform:rotate(-45deg) translate(7px)}[dir=rtl] .publication-card .download .download-animated,[dir=rtl] .publication-card .readmore .external-link-animated{margin-left:0;margin-right:.75rem}[dir=rtl] .publication-card .description>div:first-of-type{text-align:right}[dir=rtl] .publication-card .description>div>:not(:first-of-type){border-left:0;border-right:.125rem solid #ced0d3;text-align:left}.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,.accent-yellow div.publication-card:hover div.publication-thumbnail__image.yellow:after,.accent-yellow div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-red:after,.accent-yellow div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-green:after,.accent-yellow div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,.accent-yellow div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.yellow:after,[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-red div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,.accent-red div.publication-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-red:after,.accent-red div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-green:after,.accent-red div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,.accent-red div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-green div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,.accent-green div.publication-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-red:after,.accent-green div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-green:after,.accent-green div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,.accent-green div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-blue div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,.accent-blue div.publication-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-red:after,.accent-blue div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-green:after,.accent-blue div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,.accent-blue div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after,[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-red:after,[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-green:after,[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-blue:after,[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.stats-panel{align-items:center;background-color:#232e3d;display:flex;justify-content:center;min-height:378px;position:relative;transition:all .3s}@media(min-width:48em){.stats-panel{min-height:787px}}.stats-panel img{object-fit:cover;opacity:0;transition:all .3s}.stats-panel.active img,.stats-panel.active:after,.stats-panel:hover img,.stats-panel:hover:after{opacity:1}.stats-panel.active:after,.stats-panel:hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%);transition:opacity .4s cubic-bezier(.64,.05,.35,1.05)}.stats-panel.active div.stats-card,.stats-panel:hover div.stats-card{color:#232e3d}.stats-panel.active div.stats-card h2,.stats-panel:hover div.stats-card h2{color:#232e3d;text-shadow:-1px -1px 0 #232e3d,1px -1px 0 #232e3d,-1px 1px 0 #232e3d,1px 1px 0 #232e3d}@supports(-webkit-text-stroke:2px #232e3d){.stats-panel.active div.stats-card h2,.stats-panel:hover div.stats-card h2{text-shadow:none;-webkit-text-stroke:transparent}}.stats-panel div.stats-card{color:#fff;max-width:100%;padding:0 1.5rem;width:100%;word-break:unset;z-index:1}.stats-panel div.stats-card,.stats-panel div.stats-card:hover{background-color:transparent}@media(min-width:48em){.stats-panel div.stats-card{padding:0 1rem}}@media(min-width:64em){.stats-panel div.stats-card{padding:0 3rem}}@media(max-width:47.9375em){.stats-panel div.stats-card h4{font-size:2.188rem;margin-bottom:.75rem}}.stats-panel div.stats-card h2{color:#232e3d;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}@media(min-width:48em){.stats-panel div.stats-card h2{font-size:6rem}}@media(min-width:64em){.stats-panel div.stats-card h2{font-size:6.875rem}}@media(max-width:47.9375em){.stats-panel div.stats-card h2{margin-bottom:1rem}}@supports(-webkit-text-stroke:2px #fff){.stats-panel div.stats-card h2{text-shadow:none;-webkit-text-stroke:2px #fff}}.stats-panel div.stats-card p{height:6.25rem}.accent-yellow .stats-panel.accent-yellow:after,.accent-yellow .stats-panel.yellow:after,.accent-yellow .stats-panel:after,.stats-panel.accent-yellow:after,.stats-panel.yellow:after{background:linear-gradient(15deg,#ffeb00)}.accent-yellow .stats-panel.accent-red:after,.accent-yellow .stats-panel.red:after{background:linear-gradient(15deg,#ee402d)}.accent-yellow .stats-panel.accent-green:after,.accent-yellow .stats-panel.green:after{background:linear-gradient(15deg,#6de354)}.accent-yellow .stats-panel.accent-blue:after,.accent-yellow .stats-panel.blue:after{background:linear-gradient(15deg,#60d4f2)}.accent-red .stats-panel:after,.stats-panel.accent-red:after,.stats-panel.red:after{background:linear-gradient(15deg,#ee402d)}.accent-red .stats-panel.accent-yellow:after,.accent-red .stats-panel.yellow:after{background:linear-gradient(15deg,#ffeb00)}.accent-red .stats-panel.accent-red:after,.accent-red .stats-panel.red:after{background:linear-gradient(15deg,#ee402d)}.accent-red .stats-panel.accent-green:after,.accent-red .stats-panel.green:after{background:linear-gradient(15deg,#6de354)}.accent-red .stats-panel.accent-blue:after,.accent-red .stats-panel.blue:after{background:linear-gradient(15deg,#60d4f2)}.accent-green .stats-panel:after,.stats-panel.accent-green:after,.stats-panel.green:after{background:linear-gradient(15deg,#6de354)}.accent-green .stats-panel.accent-yellow:after,.accent-green .stats-panel.yellow:after{background:linear-gradient(15deg,#ffeb00)}.accent-green .stats-panel.accent-red:after,.accent-green .stats-panel.red:after{background:linear-gradient(15deg,#ee402d)}.accent-green .stats-panel.accent-green:after,.accent-green .stats-panel.green:after{background:linear-gradient(15deg,#6de354)}.accent-blue .stats-panel:after,.accent-green .stats-panel.accent-blue:after,.accent-green .stats-panel.blue:after,.stats-panel.accent-blue:after,.stats-panel.blue:after{background:linear-gradient(15deg,#60d4f2)}.accent-blue .stats-panel.accent-yellow:after,.accent-blue .stats-panel.yellow:after{background:linear-gradient(15deg,#ffeb00)}.accent-blue .stats-panel.accent-red:after,.accent-blue .stats-panel.red:after{background:linear-gradient(15deg,#ee402d)}.accent-blue .stats-panel.accent-green:after,.accent-blue .stats-panel.green:after{background:linear-gradient(15deg,#6de354)}.accent-blue .stats-panel.accent-blue:after,.accent-blue .stats-panel.blue:after{background:linear-gradient(15deg,#60d4f2)}[dir=rtl] .stats .stats-panel:hover.accent-blue:after,[dir=rtl] .stats .stats-panel:hover.accent-green:after,[dir=rtl] .stats .stats-panel:hover.accent-red:after,[dir=rtl] .stats .stats-panel:hover.accent-yellow:after,[dir=rtl] .stats .stats-panel:hover.blue:after,[dir=rtl] .stats .stats-panel:hover.green:after,[dir=rtl] .stats .stats-panel:hover.red:after,[dir=rtl] .stats .stats-panel:hover.yellow:after{transform:scaleX(-1)}.tweet-card{-webkit-font-smoothing:antialiased}@media(max-width:47.9375em){.tweet-card{margin-bottom:var(--undpds-spacing-12)}}.tweet-card a{align-items:flex-start;background:none;display:inline-flex;text-decoration:none}.tweet-card a img{border-radius:50%;height:44px;margin-right:var(--undpds-spacing-05);min-width:44px;width:44px}.tweet-card p{margin-bottom:0;word-break:break-word}.tweet-card__header{color:var(--undpds-color-white);font-weight:400}.tweet-card__header--subtitle{font-size:var(--undpds-font-size-14);font-weight:600}.tweet-card__body{border-top:3px solid var(--undpds-color-white);margin-top:var(--undpds-spacing-07);padding:var(--undpds-spacing-06) .313rem 0 0}.tweet-card__body a,.tweet-card__body p,.tweet-card__body time{color:var(--undpds-color-gray-500);font-size:var(--undpds-font-size-14);font-weight:700}.tweet-card__body a,.tweet-card__body p{color:var(--undpds-color-white);font-weight:400}.tweet-card__body time{margin-top:var(--undpds-spacing-05)}.tweet-card__body p{margin-bottom:1.125rem}.tweet-card .cta__link{color:var(--undpds-color-white);font-size:.938rem}.tweet-card .cta__link:hover{color:var(--undpds-color-gray-400)}.tweet-card .cta__link:after{margin-top:-var(--undpds-spacing-01)}[dir=rtl] .tweet-card img{margin-left:var(--undpds-spacing-05);margin-right:0}[dir=rtl] .tweet-card__body{padding:var(--undpds-spacing-06) 0 0 .313rem}:lang(ro) .tweet_card__header--subtitle{font-weight:700}.download-row{background-color:#fff;padding:0 1rem}.download-row:hover{background-color:#fafafa}.download-row__main{align-items:center;border-bottom:1px solid #d4d6d8;display:flex;justify-content:space-between;position:relative}.download-row__main .form-check{position:absolute;right:0}.download-row__data{cursor:pointer;flex-grow:1;font-size:1rem;font-weight:400;line-height:1.25;padding:1rem 2rem 1rem 0;text-transform:inherit}.download-row__data span{color:#a9b1b7;display:block;font-size:1rem;line-height:1.4;margin-top:4px}.download-row .external-link-animated{margin:1rem 0 1.188rem 1rem}[dir=rtl] .download-row__data{padding-left:2rem;padding-right:0}[dir=rtl] .download-row__main .form-check{left:0;right:auto}[dir=rtl] .download-icon,[dir=rtl] .download-row .external-link-animated{margin-left:0}figcaption{border-bottom:2px solid #000;color:#55606e;font-size:1rem}@container (width > 30em){figcaption{display:flex;justify-content:space-between;padding-bottom:2rem}}figcaption .credits{border-top:1px solid #a9b1b7;color:#000;display:flex;flex-shrink:0;flex-wrap:wrap;margin-bottom:1rem;margin-top:1rem;padding-top:1rem}@container (width > 30em){figcaption .credits{border-top:0;display:block;margin-bottom:0;margin-left:0;margin-top:0;padding-left:0;padding-top:0}}figcaption .credits strong{margin-left:.25rem}@container (width > 30em){figcaption .credits strong{margin-left:0}}figcaption p{color:#55606e;margin-bottom:1rem}@container (width > 30em){figcaption p{border:0;margin:0}figcaption p+.credits{border-left:1px solid #a9b1b7;margin-left:2rem;padding-left:2rem}}[dir=rtl] figcaption .credits strong{margin-right:.25rem}@container (width > 30em){[dir=rtl] figcaption p{padding-right:0}[dir=rtl] figcaption .credits{border-left:none;border-right:1px solid #a9b1b7;border-top:0;display:block;margin-left:0;margin-right:2rem;padding-left:0;padding-right:2rem;padding-top:0}[dir=rtl] figcaption .credits strong{margin-right:0}}:lang(my) figcaption .credits,:lang(my) figcaption p{line-height:1.7}.parallax-card{align-items:center}.parallax-card__content>a{display:block}@media(max-width:47.9375em){.parallax-card__content>a{padding:1.5rem 0 0 1.5rem}}@media(min-width:48em){.parallax-card__content>a{padding-right:.75rem}}.parallax-card__content>a:hover .cta__link:after{transform:translate(70%)}.parallax-card__image img{display:block}@media(max-width:47.9375em){.parallax-card__image img{height:17.875rem}}@media(min-width:48em){.parallax-card .cta__link{padding-left:1.5rem}}.parallax-card h3{margin-bottom:1.5rem}@media(min-width:48em){.parallax-card h3{padding-left:1.5rem}}.parallax-card p{font-size:1rem;line-height:1.4;margin-bottom:1.5rem;padding-bottom:1.5rem}@media(min-width:48em){.parallax-card p{border-bottom:2px solid #000;padding:0 0 1.5rem 1.5rem}}.parallax-card.text-left .parallax-card__content{order:-1}@media(min-width:48em){.parallax-card.text-left .parallax-card__content>a{padding-left:.75rem;padding-right:0}.parallax-card.text-left .parallax-card__content .cta__link,.parallax-card.text-left .parallax-card__content h3{padding-left:0;padding-right:1.5rem}.parallax-card.text-left .parallax-card__content p{padding:0 1.5rem 1.5rem 0}.parallax-card.image-right{flex-direction:row-reverse}.parallax-card.image-right .cta__link,.parallax-card.image-right h3{padding-left:0;padding-right:1.5rem}.parallax-card.image-right p{padding:0 1.5rem 1.5rem 0}.parallax-card.image-right .parallax-card__content>a{padding-left:.75rem;padding-right:0}.parallax-card.image-right.text-left .parallax-card__content>a{padding-left:0;padding-right:.75rem}.parallax-card.image-right.text-left .parallax-card__content .cta__link,.parallax-card.image-right.text-left .parallax-card__content h3{padding-left:1.5rem;padding-right:0}.parallax-card.image-right.text-left .parallax-card__content p{padding:0 0 1.5rem 1.5rem}[dir=rtl] .parallax-card h3{padding-left:0;padding-right:1.5rem}[dir=rtl] .parallax-card p{padding:0 1.5rem 1.5rem 0}[dir=rtl] .parallax-card .cta__link{padding-right:1.5rem}[dir=rtl] .parallax-card.image-right .cta__link,[dir=rtl] .parallax-card.image-right h3,[dir=rtl] .parallax-card.text-left .cta__link,[dir=rtl] .parallax-card.text-left h3{padding-left:1.5rem;padding-right:0}[dir=rtl] .parallax-card.image-right p,[dir=rtl] .parallax-card.text-left p{padding:0 0 1.5rem 1.5rem}[dir=rtl] .parallax-card.image-right .parallax-card__content>a,[dir=rtl] .parallax-card.text-left .parallax-card__content>a{padding-left:0;padding-right:.75rem}[dir=rtl] .parallax-card__content>a{padding-left:.75rem;padding-right:0}}@media(max-width:47.9375em){[dir=rtl] .parallax-card__content>a{padding:1.5rem 1.5rem 0 0}}[dir=rtl] .parallax-card__content>a:hover .cta__link:after{transform:translate(-50%) rotate(180deg)}.sdg-card{align-items:center;display:block;font-family:var(--undpds-font-family-sohnebreit);font-weight:700;min-height:210px;padding:2.188rem 1.5rem 1rem;position:relative}@media(min-width:48em){.sdg-card{cursor:url(../images/arrow-right-white.svg),auto;display:flex;min-height:160px;padding:0}}.sdg-card strong{color:#fff;display:inline-block;font-size:2.938rem}@media(min-width:48em){.sdg-card strong{font-size:6.875rem;padding-left:6.313rem}}.sdg-card h4{color:#fff;font-size:1.563rem;letter-spacing:.078rem;margin:1.375rem 0 0;text-transform:uppercase;z-index:1}@media(min-width:48em){.sdg-card h4{font-size:1.875rem;left:18rem;letter-spacing:.094rem;margin:0;position:absolute}.sdg-card-link{cursor:url(../images/arrow-right.svg),auto}}.sdg-card-link h4{color:#000}.sdg-card-link img{height:50px;width:50px}@media(min-width:48em){.sdg-card-link img{height:130px;padding-left:6.313rem;width:130px}}.sdg-card.sdg-color-1{background-color:#e5243b}.sdg-card.sdg-color-1 .sdg-image:before{background-image:linear-gradient(270deg,rgba(228,37,58,0),rgba(228,37,58,0) 10%,#e5243b)}.sdg-card.sdg-color-2{background-color:#dda63a}.sdg-card.sdg-color-2 .sdg-image:before{background-image:linear-gradient(270deg,rgba(222,168,60,0),rgba(222,168,60,0) 80%,#dda63a)}.sdg-card.sdg-color-3{background-color:#4c9f38}.sdg-card.sdg-color-3 .sdg-image:before{background-image:linear-gradient(270deg,rgba(78,159,56,0),rgba(78,159,56,0) 80%,#4c9f38)}.sdg-card.sdg-color-4{background-color:#c5192d}.sdg-card.sdg-color-4 .sdg-image:before{background-image:linear-gradient(270deg,rgba(197,26,45,0),rgba(197,26,45,0) 80%,#c5192d)}.sdg-card.sdg-color-5{background-color:#ff3a21}.sdg-card.sdg-color-5 .sdg-image:before{background-image:linear-gradient(270deg,rgba(255,60,35,0),rgba(255,60,35,0) 80%,#ff3a21)}.sdg-card.sdg-color-6{background-color:#26bde2}.sdg-card.sdg-color-6 .sdg-image:before{background-image:linear-gradient(270deg,rgba(39,189,227,0),rgba(39,189,227,0) 80%,#26bde2)}.sdg-card.sdg-color-7{background-color:#fcc30b}.sdg-card.sdg-color-7 .sdg-image:before{background-image:linear-gradient(270deg,rgba(253,195,10,0),rgba(253,195,10,0) 80%,#fcc30b)}.sdg-card.sdg-color-8{background-color:#a21942}.sdg-card.sdg-color-8 .sdg-image:before{background-image:linear-gradient(270deg,rgba(162,24,67,0),rgba(162,24,67,0) 80%,#a21942)}.sdg-card.sdg-color-9{background-color:#fd6925}.sdg-card.sdg-color-9 .sdg-image:before{background-image:linear-gradient(270deg,rgba(254,105,36,0),rgba(254,105,36,0) 80%,#fd6925)}.sdg-card.sdg-color-10{background-color:#dd1367}.sdg-card.sdg-color-10 .sdg-image:before{background-image:linear-gradient(270deg,rgba(222,21,104,0),rgba(222,21,104,0) 80%,#dd1367)}.sdg-card.sdg-color-11{background-color:#fd9d24}.sdg-card.sdg-color-11 .sdg-image:before{background-image:linear-gradient(270deg,rgba(254,156,37,0),rgba(254,156,37,0) 80%,#fd9d24)}.sdg-card.sdg-color-12{background-color:#bf8b2e}.sdg-card.sdg-color-12 .sdg-image:before{background-image:linear-gradient(270deg,rgba(191,139,46,0),rgba(191,139,46,0) 80%,#bf8b2e)}.sdg-card.sdg-color-13{background-color:#3f7e44}.sdg-card.sdg-color-13 .sdg-image:before{background-image:linear-gradient(270deg,rgba(62,128,69,0),rgba(62,128,69,0) 80%,#3f7e44)}.sdg-card.sdg-color-14{background-color:#0a97d9}.sdg-card.sdg-color-14 .sdg-image:before{background-image:linear-gradient(270deg,rgba(12,152,218,0),rgba(12,152,218,0) 80%,#0a97d9)}.sdg-card.sdg-color-15{background-color:#56c02b}.sdg-card.sdg-color-15 .sdg-image:before{background-image:linear-gradient(270deg,rgba(88,193,44,0),rgba(88,193,44,0) 80%,#56c02b)}.sdg-card.sdg-color-16{background-color:#00689d}.sdg-card.sdg-color-16 .sdg-image:before{background-image:linear-gradient(270deg,rgba(3,104,157,0),rgba(3,104,157,0) 80%,#00689d)}.sdg-card.sdg-color-17{background-color:#19486a}.sdg-card.sdg-color-17 .sdg-image:before{background-image:linear-gradient(270deg,rgba(26,73,107,0),rgba(26,73,107,0) 80%,#19486a)}.sdg-card.color-white{background-color:#fff}.sdg-card:hover .sdg-image img{opacity:.3}.sdg-image{margin-left:auto;max-width:650px;position:relative;width:100%;z-index:0}.sdg-image:before{transition:background-color .5s linear;z-index:1}.sdg-image img{display:none;height:160px;opacity:0;transition:opacity .5s ease;width:100%}@media(min-width:48em){.sdg-image img{display:block}[dir=rtl] .sdg-card{cursor:url(../images/arrow-left-white.svg),auto}[dir=rtl] .sdg-card strong{padding:0 8.75rem 0 0}[dir=rtl] .sdg-card h4{left:unset;right:22rem}[dir=rtl] .sdg-card-link{cursor:url(../images/arrow-left.svg),auto}[dir=rtl] .sdg-card-link img{padding:0 8.75rem 0 0}[dir=rtl] .sdg-image{margin-left:unset;margin-right:auto}[dir=rtl] .sdg-image:before{transform:scaleX(-1)}}:lang(my) .sdg-card h4{font-family:var(--undpds-font-family-notosans)}:lang(be) .sdg-card h4,:lang(bg) .sdg-card h4,:lang(kk) .sdg-card h4,:lang(ky) .sdg-card h4,:lang(mk) .sdg-card h4,:lang(mn) .sdg-card h4,:lang(ru) .sdg-card h4,:lang(sr) .sdg-card h4,:lang(uk) .sdg-card h4{font-family:var(--undpds-font-family-proximanova)}.modal-sdg{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);height:calc(100vh - 7.1875rem);opacity:1;overflow-x:hidden;position:fixed;top:7.1875rem;transition:transform .4s linear;visibility:visible;width:100%;z-index:1}@media(max-width:63.9375em){.modal-sdg{height:calc(100vh - 4.6875rem);top:4.6875rem}}@media(max-width:47.9375em){.modal-sdg{padding-left:.75rem;width:calc(100% - .75rem)}}.modal-sdg .sdg-modal-dialog{height:100%;transition:all .4s ease}@media(min-width:48em){.modal-sdg .modal-header{padding-top:3.75rem}}@media(max-width:47.9375em){.modal-sdg .modal-header{padding:1.25rem 1.25rem 0 0;position:absolute;right:0;z-index:10}}.modal-sdg .modal-header .close{background:url(../images/times-circle.svg) no-repeat 0;border:0;border-radius:50%;cursor:pointer;display:block;height:45px;margin:0 auto;width:45px}.modal-sdg-content{background-color:#fff;box-shadow:-3px 0 6px rgba(0,0,0,.16);height:100%;overflow-y:auto}.modal-sdg .sdg-card-link{display:none}body.sdgmodal-open{overflow:hidden}.sdg-container{overflow-x:hidden;padding:4.375rem .75rem 0;word-break:break-word}@media(min-width:48em){.sdg-container{padding:0 1.5rem 0 2rem}}.sdg-container .heading{margin:0 0 0 1.875rem}@media(min-width:48em){.sdg-container .heading{margin:6rem 0 0 6rem}}.sdg-container .heading h2{font-family:var(--undpds-font-family-sohnebreit);font-weight:700;text-transform:uppercase}.sdg-container .description{margin-top:2.5rem;padding:1rem 1rem 5rem}@media(min-width:48em){.sdg-container .description{margin-top:5rem;padding:4.375rem 3.75rem 5.625rem 6rem}.sdg-container .description p{margin-right:5rem}.sdg-container .description img{height:auto}}@media(max-width:47.9375em){.sdg-container .description>div{flex-direction:column-reverse}.sdg-container .description>div>div:first-of-type{margin-top:1.5rem}}.sdg-container .stats-card:hover h2{color:#fff;text-shadow:none;-webkit-text-stroke:unset}.sdg-container .sdg-content:hover .cta__link,.sdg-container .sdg-content:hover h4,.sdg-container .sdg-content:hover h5,.sdg-container .sdg-content:hover h6,.sdg-container .sdg-content:hover p,.sdg-container .stats-card:hover h4,.sdg-container .stats-card:hover p{color:#fff}.sdg-container .sdg-content:hover .cta__link i:before,.sdg-container .sdg-content:hover h4 i:before,.sdg-container .sdg-content:hover h5 i:before,.sdg-container .sdg-content:hover h6 i:before,.sdg-container .sdg-content:hover p i:before{background-color:#fff}.sdg-container .sdg-content:hover .cta__link i:after,.sdg-container .sdg-content:hover h4 i:after,.sdg-container .sdg-content:hover h5 i:after,.sdg-container .sdg-content:hover h6 i:after,.sdg-container .sdg-content:hover p i:after{border-color:#fff}.sdg-container .sdg-content.color{transition:background-color .5s ease}.sdg-container.sdg-color-1 .heading h2,.sdg-container.sdg-color-1 .heading h3{color:#e5243b}.sdg-container.sdg-color-1 .description,.sdg-container.sdg-color-1 .stats-card:hover{background-color:#e5243b}.sdg-container.sdg-color-1 .sdg-content.color{background-color:#dc9099}.sdg-container.sdg-color-1 .sdg-content:hover{background-color:#e5243b}.sdg-container.sdg-color-1 .image:before{background:linear-gradient(42deg,#e5243b,transparent 80%)}.sdg-container.sdg-color-2 .heading h2,.sdg-container.sdg-color-2 .heading h3{color:#dda63a}.sdg-container.sdg-color-2 .description,.sdg-container.sdg-color-2 .stats-card:hover{background-color:#dda63a}.sdg-container.sdg-color-2 .sdg-content.color{background-color:#d3bb8a}.sdg-container.sdg-color-2 .sdg-content:hover{background-color:#dda63a}.sdg-container.sdg-color-2 .image:before{background:linear-gradient(42deg,#dda63a,transparent 80%)}.sdg-container.sdg-color-3 .heading h2,.sdg-container.sdg-color-3 .heading h3{color:#4c9f38}.sdg-container.sdg-color-3 .description,.sdg-container.sdg-color-3 .stats-card:hover{background-color:#4c9f38}.sdg-container.sdg-color-3 .sdg-content.color{background-color:#9fd092}.sdg-container.sdg-color-3 .sdg-content:hover{background-color:#4c9f38}.sdg-container.sdg-color-3 .image:before{background:linear-gradient(42deg,#4c9f38,transparent 80%)}.sdg-container.sdg-color-4 .heading h2,.sdg-container.sdg-color-4 .heading h3{color:#c5192d}.sdg-container.sdg-color-4 .description,.sdg-container.sdg-color-4 .stats-card:hover{background-color:#c5192d}.sdg-container.sdg-color-4 .sdg-content.color{background-color:#ce8f97}.sdg-container.sdg-color-4 .sdg-content:hover{background-color:#c5192d}.sdg-container.sdg-color-4 .image:before{background:linear-gradient(42deg,#c5192d,transparent 80%)}.sdg-container.sdg-color-5 .heading h2,.sdg-container.sdg-color-5 .heading h3{color:#ff3a21}.sdg-container.sdg-color-5 .description,.sdg-container.sdg-color-5 .stats-card:hover{background-color:#ff3a21}.sdg-container.sdg-color-5 .sdg-content.color{background-color:#ce9890}.sdg-container.sdg-color-5 .sdg-content:hover{background-color:#ff3a21}.sdg-container.sdg-color-5 .image:before{background:linear-gradient(42deg,#ff3a21,transparent 80%)}.sdg-container.sdg-color-6 .heading h2,.sdg-container.sdg-color-6 .heading h3{color:#26bde2}.sdg-container.sdg-color-6 .description,.sdg-container.sdg-color-6 .stats-card:hover{background-color:#26bde2}.sdg-container.sdg-color-6 .sdg-content.color{background-color:#9ac8d3}.sdg-container.sdg-color-6 .sdg-content:hover{background-color:#26bde2}.sdg-container.sdg-color-6 .image:before{background:linear-gradient(42deg,#26bde2,transparent 80%)}.sdg-container.sdg-color-7 .heading h2,.sdg-container.sdg-color-7 .heading h3{color:#fcc30b}.sdg-container.sdg-color-7 .description,.sdg-container.sdg-color-7 .stats-card:hover{background-color:#fcc30b}.sdg-container.sdg-color-7 .sdg-content.color{background-color:#d3c79d}.sdg-container.sdg-color-7 .sdg-content:hover{background-color:#fcc30b}.sdg-container.sdg-color-7 .image:before{background:linear-gradient(42deg,#fcc30b,transparent 80%)}.sdg-container.sdg-color-8 .heading h2,.sdg-container.sdg-color-8 .heading h3{color:#a21942}.sdg-container.sdg-color-8 .description,.sdg-container.sdg-color-8 .stats-card:hover{background-color:#a21942}.sdg-container.sdg-color-8 .sdg-content.color{background-color:#ce94a6}.sdg-container.sdg-color-8 .sdg-content:hover{background-color:#a21942}.sdg-container.sdg-color-8 .image:before{background:linear-gradient(42deg,#a21942,transparent 80%)}.sdg-container.sdg-color-9 .heading h2,.sdg-container.sdg-color-9 .heading h3{color:#fd6925}.sdg-container.sdg-color-9 .description,.sdg-container.sdg-color-9 .stats-card:hover{background-color:#fd6925}.sdg-container.sdg-color-9 .sdg-content.color{background-color:#d2aa98}.sdg-container.sdg-color-9 .sdg-content:hover{background-color:#fd6925}.sdg-container.sdg-color-9 .image:before{background:linear-gradient(42deg,#fd6925,transparent 80%)}.sdg-container.sdg-color-10 .heading h2,.sdg-container.sdg-color-10 .heading h3{color:#dd1367}.sdg-container.sdg-color-10 .description,.sdg-container.sdg-color-10 .stats-card:hover{background-color:#dd1367}.sdg-container.sdg-color-10 .sdg-content.color{background-color:#c994aa}.sdg-container.sdg-color-10 .sdg-content:hover{background-color:#dd1367}.sdg-container.sdg-color-10 .image:before{background:linear-gradient(42deg,#dd1367,transparent 80%)}.sdg-container.sdg-color-11 .heading h2,.sdg-container.sdg-color-11 .heading h3{color:#fd9d24}.sdg-container.sdg-color-11 .description,.sdg-container.sdg-color-11 .stats-card:hover{background-color:#fd9d24}.sdg-container.sdg-color-11 .sdg-content.color{background-color:#c7b094}.sdg-container.sdg-color-11 .sdg-content:hover{background-color:#fd9d24}.sdg-container.sdg-color-11 .image:before{background:linear-gradient(42deg,#fd9d24,transparent 80%)}.sdg-container.sdg-color-12 .heading h2,.sdg-container.sdg-color-12 .heading h3{color:#bf8b2e}.sdg-container.sdg-color-12 .description,.sdg-container.sdg-color-12 .stats-card:hover{background-color:#bf8b2e}.sdg-container.sdg-color-12 .sdg-content.color{background-color:#ceba98}.sdg-container.sdg-color-12 .sdg-content:hover{background-color:#bf8b2e}.sdg-container.sdg-color-12 .image:before{background:linear-gradient(42deg,#bf8b2e,transparent 80%)}.sdg-container.sdg-color-13 .heading h2,.sdg-container.sdg-color-13 .heading h3{color:#3f7e44}.sdg-container.sdg-color-13 .description,.sdg-container.sdg-color-13 .stats-card:hover{background-color:#3f7e44}.sdg-container.sdg-color-13 .sdg-content.color{background-color:#a2d7a6}.sdg-container.sdg-color-13 .sdg-content:hover{background-color:#3f7e44}.sdg-container.sdg-color-13 .image:before{background:linear-gradient(42deg,#3f7e44,transparent 80%)}.sdg-container.sdg-color-14 .heading h2,.sdg-container.sdg-color-14 .heading h3{color:#0a97d9}.sdg-container.sdg-color-14 .description,.sdg-container.sdg-color-14 .stats-card:hover{background-color:#0a97d9}.sdg-container.sdg-color-14 .sdg-content.color{background-color:#a1c6d7}.sdg-container.sdg-color-14 .sdg-content:hover{background-color:#0a97d9}.sdg-container.sdg-color-14 .image:before{background:linear-gradient(42deg,#0a97d9,transparent 80%)}.sdg-container.sdg-color-15 .heading h2,.sdg-container.sdg-color-15 .heading h3{color:#56c02b}.sdg-container.sdg-color-15 .description,.sdg-container.sdg-color-15 .stats-card:hover{background-color:#56c02b}.sdg-container.sdg-color-15 .sdg-content.color{background-color:#abce9e}.sdg-container.sdg-color-15 .sdg-content:hover{background-color:#56c02b}.sdg-container.sdg-color-15 .image:before{background:linear-gradient(42deg,#56c02b,transparent 80%)}.sdg-container.sdg-color-16 .heading h2,.sdg-container.sdg-color-16 .heading h3{color:#00689d}.sdg-container.sdg-color-16 .description,.sdg-container.sdg-color-16 .stats-card:hover{background-color:#00689d}.sdg-container.sdg-color-16 .sdg-content.color{background-color:#748f9d}.sdg-container.sdg-color-16 .sdg-content:hover{background-color:#00689d}.sdg-container.sdg-color-16 .image:before{background:linear-gradient(42deg,#00689d,transparent 80%)}.sdg-container.sdg-color-17 .heading h2,.sdg-container.sdg-color-17 .heading h3{color:#19486a}.sdg-container.sdg-color-17 .description,.sdg-container.sdg-color-17 .stats-card:hover{background-color:#19486a}.sdg-container.sdg-color-17 .sdg-content.color{background-color:#a2c2d8}.sdg-container.sdg-color-17 .sdg-content:hover{background-color:#19486a}.sdg-container.sdg-color-17 .image:before{background:linear-gradient(42deg,#19486a,transparent 80%)}.ndg-container{padding-left:2rem}@media(min-width:48em){.ndg-container .sdg-card strong{padding-left:2rem}.ndg-container .sdg-card h4{left:15rem}}@media(max-width:47.9375em){.ndg-container{padding-bottom:.75rem;padding-left:.75rem}.ndg-container .sdg-card{display:flex;min-height:85px;padding:0 1.5rem;position:relative}.ndg-container .sdg-card strong{font-size:.938rem;margin-right:1rem}.ndg-container .sdg-card h4{font-size:.938rem;margin:0;width:calc(100% - 4rem)}.ndg-container .sdg-card:after{background:url(../images/chevron-right-white.svg) no-repeat 50%;content:"";height:20px;position:absolute;right:1.5rem;width:13px}}.ndg-container .sdg-image{display:none}.bulleted-list{margin:5rem 0 0}@media(min-width:48em){.bulleted-list{margin:6rem 0 0 5rem}}.bulleted-list ul{margin-left:.5rem;padding-top:3.125rem}@media(min-width:48em){.bulleted-list ul{margin-left:0;padding:0}}.bulleted-list ul li{font-size:1.25rem;padding-left:2rem;position:relative}.bulleted-list ul li:not(:last-of-type){margin-bottom:4rem}.sdg-content-cards,.sdg-stats{margin-top:6rem}.sdg-content-cards .content-data{margin-top:1.5rem}.sdg-content-cards .content-data>div{margin-bottom:1.5rem}.sdg-content-cards .button{margin:1.5rem 0 2rem}@media(min-width:48em){.sdg-content-cards .button{margin:5rem 0 4rem}}@media(max-width:47.9375em){[dir=rtl] .modal-sdg{padding-left:0;padding-right:.75rem}}[dir=rtl] .modal-sdg .modal-header{left:0;right:unset}@media(max-width:47.9375em){[dir=rtl] .modal-sdg .modal-header{padding-left:1.25rem;padding-right:0}}@media(min-width:48em){[dir=rtl] .sdg-container{padding:0 2rem 0 1.5rem}[dir=rtl] .sdg-container .description{padding:4.375rem 6rem 5.625rem 3.75rem}[dir=rtl] .sdg-container .description p{margin-left:5rem;margin-right:0}}[dir=rtl] .sdg-container .heading{margin-left:0;margin-right:1.875rem}@media(min-width:48em){[dir=rtl] .sdg-container .heading{margin-left:0;margin-right:6rem}[dir=rtl] .sdg-container .heading h2{padding-left:0;padding-right:1rem}}[dir=rtl] .ndg-container{padding-left:0;padding-right:2rem}@media(min-width:48em){[dir=rtl] .ndg-container .sdg-card strong{padding-left:0;padding-right:2rem}[dir=rtl] .ndg-container .sdg-card h4{left:unset;right:15rem}}@media(max-width:47.9375em){[dir=rtl] .ndg-container{padding-right:.75rem}[dir=rtl] .ndg-container .sdg-card strong{margin-left:1rem;margin-right:0}[dir=rtl] .ndg-container .sdg-card:after{left:1.5rem;right:unset;transform:rotateY(180deg)}}[dir=rtl] .bulleted-list{margin-left:0;margin-right:0}@media(min-width:48em){[dir=rtl] .bulleted-list{margin-left:0;margin-right:5rem}}[dir=rtl] .bulleted-list ul{margin-left:unset;margin-right:.5rem}@media(min-width:48em){[dir=rtl] .bulleted-list ul{margin-right:0;padding-right:0}}[dir=rtl] .bulleted-list ul li{padding-left:0;padding-right:2rem}[dir=rtl] .bulleted-list ul li:before{left:0;right:0}@media(min-width:48em){[dir=rtl] .bulleted-list ul li:before{right:-1rem}}:lang(my) .sdg-container .heading h2{font-family:var(--undpds-font-family-notosans)}:lang(be) .sdg-container .heading h2,:lang(bg) .sdg-container .heading h2,:lang(kk) .sdg-container .heading h2,:lang(ky) .sdg-container .heading h2,:lang(mk) .sdg-container .heading h2,:lang(mn) .sdg-container .heading h2,:lang(ru) .sdg-container .heading h2,:lang(sr) .sdg-container .heading h2,:lang(uk) .sdg-container .heading h2{font-family:var(--undpds-font-family-proximanova)}.sidebar-accordion li>a{border:none;border-bottom:1px solid #a9b1b7;display:block;font-size:1rem;font-weight:700;line-height:1.15;margin-bottom:0;padding:1rem}@media(min-width:48em){.sidebar-accordion li>a{padding:1.5rem}.sidebar-accordion.narrow li>a{padding:1rem}}[dir=rtl] .sidebar-accordion .accordion__panel li>a{padding-left:1.5rem;padding-right:2rem}@media(min-width:48em){[dir=rtl] .sidebar-accordion .accordion__panel li>a{padding-right:3rem}}div.blockquote{background-color:none;padding:2rem 1.5rem}@media(min-width:48em){div.blockquote{padding:5.313rem 6rem}}.accent-yellow div.blockquote{background-color:#ffeb00}.accent-red div.blockquote{background-color:#ee402d}.accent-green div.blockquote{background-color:#6de354}.accent-blue div.blockquote{background-color:#60d4f2}div.blockquote.accent-yellow,div.blockquote.yellow{background-color:#ffeb00}div.blockquote.accent-red,div.blockquote.red{background-color:#ee402d}div.blockquote.accent-green,div.blockquote.green{background-color:#6de354}div.blockquote.accent-blue,div.blockquote.blue{background-color:#60d4f2}div.blockquote.accent-gray,div.blockquote.gray{background-color:#f7f7f7}.cta-block h4{font-weight:600;margin-bottom:var(--undpds-spacing-06)}@media(min-width:64em){.cta-block h4{margin-bottom:var(--undpds-spacing-09)}}.cta-block .cta__link{font-size:var(--undpds-font-size-16);font-weight:700;text-transform:uppercase}.cta-block p{margin-bottom:var(--undpds-spacing-08)}:lang(ro) .cta-block h4{font-weight:700}.heading-big{justify-content:center;opacity:1;padding:9.375rem 0 10.938rem;transition:all .5s;z-index:5}@media(min-width:48em){.heading-big{padding:25rem 0 20rem}}.heading-big h2{color:#fff;margin-bottom:3rem}@media(min-width:48em){.heading-big h2{margin-bottom:0}}.heading-big h4{color:#fff}.heading-big ul{color:#fff;margin-top:2.5rem}.color-blue{background-color:#232e3e;transition:background-color .5s ease}.change-background{opacity:1}:root{--light:$color-white;--blue:#232e3e}body{background:var(--light)}.color-blue{color:#fff}.page-title h2{font-family:var(--undpds-font-family-sohnebreit);font-weight:700;margin-bottom:1.25rem;text-transform:uppercase}.page-title h4{font-weight:400;margin-bottom:var(--undpds-spacing-03)}.page-title.white h2,.page-title.white h4{color:var(--undpds-color-white)}:lang(my) .page-title h2{font-family:var(--undpds-font-family-notosans)}:lang(be) .page-title h2,:lang(bg) .page-title h2,:lang(kk) .page-title h2,:lang(ky) .page-title h2,:lang(mk) .page-title h2,:lang(mn) .page-title h2,:lang(ru) .page-title h2,:lang(sr) .page-title h2,:lang(uk) .page-title h2{font-family:var(--undpds-font-family-proximanova)}.post-wrapper h2{margin-bottom:1rem}.post-wrapper h5{color:#55606e;margin-bottom:3rem}.project-data{border-bottom:1px solid #d4d6d8}@media(min-width:48em){.project-data{border:0}}.project-data__col{display:inline-block;margin-bottom:2rem;width:50%}@media(min-width:48em){.project-data__col{width:100%}}.project-data__label{display:block;font-size:1rem;font-weight:700;letter-spacing:.03em;line-height:1.15;margin-bottom:.25rem}.project-data__text{color:#232e3d}.header__wrapper h2{margin-bottom:1.5rem}.smallcopy__box{margin-bottom:.25rem}.smallcopy__box-locale{margin-bottom:2rem}.smallcopy__box-locale strong{font-size:1rem;letter-spacing:.03em}.smallcopy__box strong{margin-right:.25rem}.tertiary h4{font-weight:600;margin-bottom:var(--undpds-spacing-06)}@media(min-width:48em){.tertiary h4{margin-bottom:var(--undpds-spacing-09)}}.tertiary h5{margin-bottom:var(--undpds-spacing-04)}@media(min-width:48em){.tertiary h5{margin-bottom:var(--undpds-spacing-06)}}:lang(ro) .tertiary h4{font-weight:700}.heading-container{background-color:#232e3e;color:#fff;justify-content:center;overflow:hidden;padding-bottom:6rem;padding-top:6rem}.heading-container h4{margin-top:3.125rem}@media(min-width:48em){.heading-container h4{margin-top:0}}@media(max-width:47.9375em){.heading-container h2,.heading-container h4{padding:0 1.5rem}}.trusted-partnerships__container{padding:3rem 1.5rem 6rem}.trusted-partnerships--header p{margin-top:2.5rem}@media(min-width:48em){.trusted-partnerships--header p{margin-top:5rem}}.trusted-partnerships--header .button-arrow{margin-top:2.5rem}@media(max-width:47.9375em){.trusted-partnerships--header .button-arrow{display:inline-flex}}@media(min-width:48em){.trusted-partnerships--header .button-arrow{margin-top:4rem}}.author-summary{border-top:2px solid var(--undpds-color-black);padding-top:var(--undpds-spacing-07)}@media(min-width:48em){.author-summary{display:flex;justify-content:space-between}}.author-summary-wrapper h4{margin-bottom:2.438rem}.author-summary-left{display:flex}@media(max-width:47.9375em){.author-summary-left{align-items:flex-start;justify-content:space-between}}@media(min-width:48em){.author-summary-left{width:50%}}.author-summary-left .author__img{margin-right:0}@media(max-width:47.9375em){.author-summary-left .author__img.large{height:100%}}@media(min-width:48em){.author-summary-left .author__img.large{height:fit-content;width:40%}}@media(min-width:64em){.author-summary-left .author__img.large{width:var(--undpds-width-180)}}.author-summary-left .author__img:hover.yellow:before{background:none}@media(max-width:47.9375em){.author-summary-right{margin-top:var(--undpds-spacing-04)}}@media(min-width:48em){.author-summary-right{width:40%}}.author-summary-text{margin-left:var(--undpds-spacing-04);margin-top:0}@media(min-width:48em){.author-summary-text{width:calc(100% - 13.875rem)}}@media(min-width:64em){.author-summary-text{margin-left:var(--undpds-spacing-08)}}.author-summary-text h2{hyphens:manual;margin-bottom:var(--undpds-spacing-03);overflow-wrap:break-word}@media(min-width:48em){[dir=rtl] .author-summary-text{margin-left:0;margin-right:var(--undpds-spacing-08)}}.content-data>div{margin-bottom:var(--undpds-spacing-07)}.content-data .cta-container{margin-top:5.75rem}.featured-card-container>div{row-gap:1.5rem}.featured-card-container .feature__card-title{display:block;margin-bottom:2.25rem}@media(min-width:48em){.featured-card-container .feature__card-title{margin-bottom:0;margin-top:var(--undpds-spacing-07)}}.featured-card-container .feature__card--large,.featured-card-container .feature__card--medium{margin-bottom:1.875rem}.featured-card-container .feature__card.without-image .feature__card-image{display:none}.featured-card-container .feature__card.without-image.yellow .feature__card-slide{background:var(--undpds-color-yellow)}@media(max-width:47.9375em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.375rem;margin-right:calc(8.33333% + .375rem)}}@media(min-width:48em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.375rem;margin-right:calc(8.33333% + .875rem)}}@media(min-width:64em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.75rem;margin-right:calc(8.33333% + .75rem)}}.wide-card{border-top:2px solid var(--undpds-color-black)}.wide-card__wrapper{position:relative}@media(max-width:47.9375em){.wide-card__wrapper{display:flex;flex-direction:column-reverse}}.wide-card h6{font-size:var(--undpds-font-size-12);font-weight:700;margin-bottom:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-05) 1.125rem var(--undpds-spacing-05)}@media(min-width:48em){.wide-card h6{padding:var(--undpds-spacing-05) var(--undpds-spacing-06)}.wide-card .button-primary{margin:0 1.5rem}.wide-card__description{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}}.wide-card__description h4{margin:var(--undpds-spacing-05)}@media(min-width:48em){.wide-card__description h4{margin:var(--undpds-spacing-09) var(--undpds-spacing-06) var(--undpds-spacing-07)}}.wide-card__description h4 a{font-size:inherit}.wide-card__description p{margin:var(--undpds-spacing-05) var(--undpds-spacing-05) var(--undpds-spacing-07)}@media(min-width:48em){.wide-card__description p{margin:0 var(--undpds-spacing-06) var(--undpds-spacing-07)}.wide-card__description .button-arrow{margin-left:var(--undpds-spacing-06)}}div.wide-card__image{position:relative}@media(min-width:48em){div.wide-card__image a:before{content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.5s ease;width:100%}}div.wide-card__image img{height:100%;object-fit:cover;width:100%}div.wide-card__image:hover a:before,div.wide-card__image:hover.accent-yellow a:before,div.wide-card__image:hover.yellow a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%);opacity:.75}div.wide-card__image:hover.accent-red a:before,div.wide-card__image:hover.red a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%);opacity:.75}div.wide-card__image:hover.accent-green a:before,div.wide-card__image:hover.green a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%);opacity:.75}div.wide-card__image:hover.accent-blue a:before,div.wide-card__image:hover.blue a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%);opacity:.75}@media(min-width:48em){[dir=rtl] .wide-card__description .button-arrow{margin-left:0;margin-right:var(--undpds-spacing-06)}}[dir=rtl] .wide-card__image:hover a:before,[dir=rtl] .wide-card__image:hover.accent-yellow a:before,[dir=rtl] .wide-card__image:hover.yellow a:before{background-image:linear-gradient(297deg,var(--undpds-color-yellow),transparent 61.11%)}[dir=rtl] .wide-card__image:hover.accent-red a:before,[dir=rtl] .wide-card__image:hover.red a:before{background-image:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}[dir=rtl] .wide-card__image:hover.accent-green a:before,[dir=rtl] .wide-card__image:hover.green a:before{background-image:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}[dir=rtl] .wide-card__image:hover.accent-blue a:before,[dir=rtl] .wide-card__image:hover.blue a:before{background-image:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}.accent-yellow .wide-card__image:hover a:before,.accent-yellow .wide-card__image:hover.accent-yellow a:before,.accent-yellow .wide-card__image:hover.yellow a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-yellow .wide-card__image:hover.accent-red a:before,.accent-yellow .wide-card__image:hover.red a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-yellow .wide-card__image:hover.accent-green a:before,.accent-yellow .wide-card__image:hover.green a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-yellow .wide-card__image:hover.accent-blue a:before,.accent-yellow .wide-card__image:hover.blue a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}[dir=rtl] .accent-yellow .wide-card__image:hover a:before,[dir=rtl] .accent-yellow .wide-card__image:hover.accent-yellow a:before,[dir=rtl] .accent-yellow .wide-card__image:hover.yellow a:before{background-image:linear-gradient(297deg,var(--undpds-color-yellow),transparent 61.11%)}[dir=rtl] .accent-yellow .wide-card__image:hover.accent-red a:before,[dir=rtl] .accent-yellow .wide-card__image:hover.red a:before{background-image:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}[dir=rtl] .accent-yellow .wide-card__image:hover.accent-green a:before,[dir=rtl] .accent-yellow .wide-card__image:hover.green a:before{background-image:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}[dir=rtl] .accent-yellow .wide-card__image:hover.accent-blue a:before,[dir=rtl] .accent-yellow .wide-card__image:hover.blue a:before{background-image:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}.accent-red .wide-card__image:hover a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-red .wide-card__image:hover.accent-yellow a:before,.accent-red .wide-card__image:hover.yellow a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-red .wide-card__image:hover.accent-red a:before,.accent-red .wide-card__image:hover.red a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-red .wide-card__image:hover.accent-green a:before,.accent-red .wide-card__image:hover.green a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-red .wide-card__image:hover.accent-blue a:before,.accent-red .wide-card__image:hover.blue a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}[dir=rtl] .accent-red .wide-card__image:hover a:before{background-image:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}[dir=rtl] .accent-red .wide-card__image:hover.accent-yellow a:before,[dir=rtl] .accent-red .wide-card__image:hover.yellow a:before{background-image:linear-gradient(297deg,var(--undpds-color-yellow),transparent 61.11%)}[dir=rtl] .accent-red .wide-card__image:hover.accent-red a:before,[dir=rtl] .accent-red .wide-card__image:hover.red a:before{background-image:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}[dir=rtl] .accent-red .wide-card__image:hover.accent-green a:before,[dir=rtl] .accent-red .wide-card__image:hover.green a:before{background-image:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}[dir=rtl] .accent-red .wide-card__image:hover.accent-blue a:before,[dir=rtl] .accent-red .wide-card__image:hover.blue a:before{background-image:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}.accent-green .wide-card__image:hover a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-green .wide-card__image:hover.accent-yellow a:before,.accent-green .wide-card__image:hover.yellow a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-green .wide-card__image:hover.accent-red a:before,.accent-green .wide-card__image:hover.red a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-green .wide-card__image:hover.accent-green a:before,.accent-green .wide-card__image:hover.green a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-green .wide-card__image:hover.accent-blue a:before,.accent-green .wide-card__image:hover.blue a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}[dir=rtl] .accent-green .wide-card__image:hover a:before{background-image:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}[dir=rtl] .accent-green .wide-card__image:hover.accent-yellow a:before,[dir=rtl] .accent-green .wide-card__image:hover.yellow a:before{background-image:linear-gradient(297deg,var(--undpds-color-yellow),transparent 61.11%)}[dir=rtl] .accent-green .wide-card__image:hover.accent-red a:before,[dir=rtl] .accent-green .wide-card__image:hover.red a:before{background-image:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}[dir=rtl] .accent-green .wide-card__image:hover.accent-green a:before,[dir=rtl] .accent-green .wide-card__image:hover.green a:before{background-image:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}[dir=rtl] .accent-green .wide-card__image:hover.accent-blue a:before,[dir=rtl] .accent-green .wide-card__image:hover.blue a:before{background-image:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}.accent-blue .wide-card__image:hover a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}.accent-blue .wide-card__image:hover.accent-yellow a:before,.accent-blue .wide-card__image:hover.yellow a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-yellow),transparent 61.11%)}.accent-blue .wide-card__image:hover.accent-red a:before,.accent-blue .wide-card__image:hover.red a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-red),transparent 61.11%)}.accent-blue .wide-card__image:hover.accent-green a:before,.accent-blue .wide-card__image:hover.green a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-green),transparent 61.11%)}.accent-blue .wide-card__image:hover.accent-blue a:before,.accent-blue .wide-card__image:hover.blue a:before{background-image:linear-gradient(67.76deg,var(--undpds-color-azure),transparent 61.11%)}[dir=rtl] .accent-blue .wide-card__image:hover a:before{background-image:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}[dir=rtl] .accent-blue .wide-card__image:hover.accent-yellow a:before,[dir=rtl] .accent-blue .wide-card__image:hover.yellow a:before{background-image:linear-gradient(297deg,var(--undpds-color-yellow),transparent 61.11%)}[dir=rtl] .accent-blue .wide-card__image:hover.accent-red a:before,[dir=rtl] .accent-blue .wide-card__image:hover.red a:before{background-image:linear-gradient(297deg,var(--undpds-color-red),transparent 61.11%)}[dir=rtl] .accent-blue .wide-card__image:hover.accent-green a:before,[dir=rtl] .accent-blue .wide-card__image:hover.green a:before{background-image:linear-gradient(297deg,var(--undpds-color-green),transparent 61.11%)}[dir=rtl] .accent-blue .wide-card__image:hover.accent-blue a:before,[dir=rtl] .accent-blue .wide-card__image:hover.blue a:before{background-image:linear-gradient(297deg,var(--undpds-color-azure),transparent 61.11%)}@media(max-width:47.9375em){.image-reveal-card{margin-top:3.75rem}}.reveal-head{margin-bottom:var(--undpds-spacing-06)}@media(min-width:48em){.reveal-head{margin-bottom:var(--undpds-spacing-08)}}@media(min-width:64em){.our-expertise{background:var(--undpds-color-gray-200)}}.our-expertise .intro{align-items:center;display:flex}.our-expertise .intro>div{margin:var(--undpds-spacing-06)}@media(min-width:64em){.our-expertise .intro>div{margin:var(--undpds-spacing-08)}}.our-expertise .swiper{background:var(--undpds-color-white);overflow:hidden}.our-expertise .swiper .swiper-slide{cursor:grab;display:flex;flex-direction:column;height:auto;min-height:calc(100vh - var(--undpds-header-height-medium))}@media(min-width:90em){.our-expertise .swiper .swiper-slide{min-height:calc(100vh - var(--undpds-header-height-xlarge))}}.our-expertise .swiper .swiper-slide .image{height:40vh;overflow:hidden;position:relative;width:100%}.our-expertise .swiper .swiper-slide .image img{max-height:100%;max-width:100%;min-height:100%;min-width:100%;object-fit:cover}.our-expertise .swiper .swiper-slide .content{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:var(--undpds-spacing-12) var(--undpds-spacing-04)}.our-expertise .swiper .swiper-slide .content p{color:var(--undpds-color-gray-600)}@media(min-width:64em){.our-expertise .swiper .swiper-slide .content{padding:var(--undpds-spacing-12) var(--undpds-spacing-08)}.our-expertise .swiper .swiper-slide .content p{max-width:calc(50vw - 200px);width:75%}}.our-expertise .swiper-initialized{padding-right:0}.our-expertise .stripe{height:var(--undpds-spacing-04);margin-top:var(--undpds-spacing-10);width:100%}@media(min-width:64em){.our-expertise .stripe{bottom:0;height:var(--undpds-spacing-05);position:absolute}}.our-expertise .navigation{bottom:var(--undpds-spacing-07);left:var(--undpds-spacing-04);position:absolute}@media(min-width:64em){.our-expertise .navigation{left:auto;right:var(--undpds-spacing-05)}}.our-expertise .navigation .next,.our-expertise .navigation .prev{background:transparent;border:0;display:inline-block}.our-expertise .navigation .next img,.our-expertise .navigation .prev img{cursor:pointer}.our-expertise .navigation .next.swiper-button-disabled img,.our-expertise .navigation .prev.swiper-button-disabled img{cursor:default}.our-expertise .swiper-tabs{border-bottom:2px solid var(--undpds-color-gray-300);display:flex;inset-inline-start:var(--undpds-spacing-04);position:absolute;top:calc(40vh + var(--undpds-spacing-06))}@media(min-width:64em){.our-expertise .swiper-tabs{inset-inline-start:var(--undpds-spacing-08);margin-inline-end:var(--undpds-spacing-12);top:calc(40vh + var(--undpds-spacing-08))}}.our-expertise .swiper-tabs div{cursor:pointer;font-size:var(--undpds-font-size-14);font-weight:700;margin-inline-end:var(--undpds-spacing-06);position:relative;text-transform:uppercase}.our-expertise .swiper-tabs div:last-of-type{margin-inline-end:0}@media(min-width:64em){.our-expertise .swiper-tabs div{font-size:var(--undpds-font-size-16)}}.our-expertise .swiper-tabs div:after{border-bottom:2px solid var(--undpds-color-gray-300);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;z-index:1}.our-expertise .swiper-tabs div.is-active:after{border-bottom-color:var(--undpds-color-dark-red)}.our-expertise .swiper-counter{bottom:var(--undpds-spacing-08);font-size:var(--undpds-font-size-14);font-weight:700;position:absolute;right:var(--undpds-spacing-04);text-transform:uppercase;white-space:nowrap}@media(min-width:64em){.our-expertise .swiper-counter{bottom:auto;font-size:var(--undpds-font-size-16);right:var(--undpds-spacing-08);top:calc(40vh + var(--undpds-spacing-08))}}[dir=rtl] .our-expertise .swiper-initialized{padding-left:0}[dir=rtl] .our-expertise .navigation{left:var(--undpds-spacing-05);right:auto}[dir=rtl] .our-expertise .swiper-counter{left:var(--undpds-spacing-04);right:auto}@media(min-width:64em){[dir=rtl] .our-expertise .swiper-counter{left:var(--undpds-spacing-08)}}.twitter-panel{background-color:#232e3e;overflow:hidden;padding:var(--undpds-spacing-12) var(--undpds-spacing-06)}.twitter-panel .twitter{background:url(../images/tweet-white.svg) no-repeat bottom;display:block;font-size:0;height:36px;margin-bottom:var(--undpds-spacing-02);width:36px}@media(min-width:48em){.twitter-panel .twitter{margin-bottom:.375rem}}.twitter-panel h2{align-items:flex-end;color:var(--undpds-color-white);display:flex;margin-bottom:var(--undpds-spacing-08)}.twitter-panel a{text-decoration:none}:lang(my) .twitter-panel span{margin-bottom:.875rem}@media(min-width:48em){.footer-items{display:flex;row-gap:3rem}.footer-items .footer-item{flex:0 0 calc(50% - 1.5rem);width:calc(50% - 1.5rem)}}@media(min-width:64em){.footer-items .footer-item{flex:0 0 calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}}@media(min-width:90em){.footer-items .footer-item{flex:0 0 calc(25% - 1.5rem);width:calc(25% - 1.5rem)}}.footer-links{padding-left:0}.footer-links li{list-style:none;margin-bottom:var(--undpds-spacing-04);padding:0;text-align:left}@media(min-width:48em){.footer-links li{text-align:right}}[dir=rtl] .footer-links{padding-right:0}[dir=rtl] .footer-links li{padding:0;text-align:right}@media(min-width:48em){[dir=rtl] .footer-links li{text-align:left}}:lang(my) .footer-links li a{line-height:1.9}.footer-lists{padding-left:0}@media(min-width:48em){.footer-lists{text-align:right}}@media(max-width:47.9375em){.footer-lists{margin:0 var(--undpds-spacing-05) var(--undpds-spacing-07)}}.footer-lists li{list-style:none;margin-bottom:var(--undpds-spacing-04);padding-left:0}@media(min-width:48em){.footer-lists li{display:inline-flex;margin-bottom:1.125rem;margin-left:2.25rem}}[dir=rtl] .footer-lists{padding-right:0}@media(min-width:48em){[dir=rtl] .footer-lists{text-align:left}}[dir=rtl] .footer-lists li{padding-right:0}@media(min-width:48em){[dir=rtl] .footer-lists li{margin-left:0;margin-right:2.25rem}}:lang(my) .footer-lists li a{line-height:1.9}.footer-icons{display:flex;flex-wrap:wrap;padding-left:0}.footer-icons li{list-style:none;margin-bottom:1rem;padding:0}.footer-icons li a{display:block;font-size:0;height:20px;margin-block-end:var(--undpds-spacing-05);margin-inline-start:var(--undpds-spacing-07);width:20px}.footer-icons li a.facebook{background:url(../images/facebook-white.svg) no-repeat bottom}.footer-icons li a.instagram{background:url(../images/instagram-white.svg) no-repeat bottom}.footer-icons li a.linkedin{background:url(../images/linkedin-white.svg) no-repeat bottom}.footer-icons li a.twitter{background:url(../images/twitter-white.svg) no-repeat bottom}.footer-icons li a.twitter-x{background:url(../images/twitter-x-white.svg) no-repeat bottom}.footer-icons li a.youtube{background:url(../images/youtube-white.svg) no-repeat bottom}.footer-icons.inverted li a.facebook{background:url(../images/facebook.svg) no-repeat bottom}.footer-icons.inverted li a.instagram{background:url(../images/instagram.svg) no-repeat bottom}.footer-icons.inverted li a.linkedin{background:url(../images/linkedin.svg) no-repeat bottom}.footer-icons.inverted li a.twitter{background:url(../images/twitter.svg) no-repeat bottom}.footer-icons.inverted li a.twitter-x{background:url(../images/twitter-x.svg) no-repeat bottom}.footer-icons.inverted li a.youtube{background:url(../images/youtube.svg) no-repeat bottom}[dir=rtl] .footer-icons{padding-right:0}.footer-item{position:relative}@media(max-width:47.9375em){.footer-item:after{border-bottom:2px solid var(--undpds-color-gray-400);content:"";position:absolute;width:calc(100% - 1.3rem)}}.footer-item.inverted .footer-heading{color:var(--undpds-color-black)}.footer-item.inverted .footer-heading:before{background:url(../images/chevron-down.svg) no-repeat 50%}.footer-heading{background:transparent;border:0;color:var(--undpds-color-white);display:block;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03rem;line-height:1.15;padding:var(--undpds-spacing-05);position:relative;text-align:left;text-transform:uppercase;width:100%}@media(min-width:48em){.footer-heading{margin-bottom:1.25rem;padding:0;pointer-events:none}}.footer-heading:before{background:url(../images/chevron-down-white.svg) no-repeat 50%;content:"";display:block;float:right;height:20px;transition:.1s ease;width:20px}@media(min-width:48em){.footer-heading:before{display:none}}.footer-heading.active:before{transform:rotate(180deg)}.footer-panel{display:none;padding:0 var(--undpds-spacing-05) var(--undpds-spacing-03)}@media(min-width:48em){.footer-panel{display:block;padding:0}}.footer-panel a{display:block;margin-bottom:var(--undpds-spacing-05)}[dir=rtl] .footer-heading{text-align:right}[dir=rtl] .footer-heading:before{float:left}:lang(my) .footer-panel a{line-height:1.9}.footer-logo{align-items:center;display:flex}.footer-logo a{background:none}.footer-logo h5{color:var(--undpds-color-white);margin:0 var(--undpds-spacing-05)}.footer-logo.inverted h5{color:var(--undpds-color-black)}.footer{background-color:var(--undpds-color-gray-100);background-color:var(--undpds-color-blue-600);color:var(--undpds-color-white);padding:var(--undpds-spacing-09) var(--undpds-spacing-04) var(--undpds-spacing-08)}@media(min-width:48em){.footer{padding:3.25rem 0 var(--undpds-spacing-09)}}@media(max-width:47.9375em){.footer .sign-up{margin-top:var(--undpds-spacing-06)}}.footer p{font-size:var(--undpds-font-size-14);margin:0}@media(min-width:48em){.footer p{font-size:var(--undpds-font-size-16)}}.footer-head{margin-bottom:1.188rem;padding-bottom:var(--undpds-spacing-09)}@media(min-width:48em){.footer-head{margin-bottom:var(--undpds-spacing-09)}}.footer-top{padding-bottom:var(--undpds-spacing-07)}@media(min-width:48em){.footer-top{margin-bottom:var(--undpds-spacing-07);padding-bottom:var(--undpds-spacing-09)}}.footer-bottom{justify-content:space-between}@media(max-width:47.9375em){.footer-bottom{flex-direction:column-reverse}.footer-bottom p{margin:0 var(--undpds-spacing-05) 0}}.footer-copyright{margin:0 var(--undpds-spacing-05)}@media(min-width:48em){.footer-copyright{margin:var(--undpds-spacing-11) 0 0}}.footer-links{margin:var(--undpds-spacing-07) var(--undpds-spacing-05)}@media(min-width:48em){.footer-links{margin:0 0 var(--undpds-spacing-07) 0}}.footer-links_text{margin:0 var(--undpds-spacing-05) var(--undpds-spacing-07)}@media(min-width:48em){.footer-links_text{margin:0 0 var(--undpds-spacing-07) 0}}.footer .footer-icons{margin:0 1.25rem var(--undpds-spacing-07)}@media(min-width:48em){.footer .footer-icons{justify-content:flex-end;margin:0}}.footer.inverted{background-color:var(--undpds-color-gray-100);color:var(--undpds-color-black)}.footer.inverted .footer-head,.footer.inverted .footer-top{border-color:var(--undpds-color-gray-700)}.icons-search{margin:var(--undpds-spacing-07) var(--undpds-spacing-05) 0;text-align:left}@media(min-width:48em){.icons-search{margin:0 0 var(--undpds-spacing-07) 0;text-align:right}}.icons-search span{display:inline-flex}.icons-search .icon-globe{margin-right:var(--undpds-spacing-05)}[dir=rtl] .icons-search{text-align:right}@media(min-width:48em){[dir=rtl] .icons-search{text-align:left}}[dir=rtl] .icons-search .icon-globe{margin-left:var(--undpds-spacing-05);margin-right:0}[dir=rtl] .footer-inner{margin:0 auto}.stats-grid{background-color:#232e3d}.stats-slider .stats-card.small{max-width:100%}.stats-slider .stats-card.small:hover.yellow{background-color:#ffeb00}.stats-slider .stats-card.small:hover.red{background-color:#ee402d}.stats-slider .stats-card.small:hover.green{background-color:#6de354}.stats-slider .stats-card.small:hover.blue{background-color:#60d4f2}.stats-slider .stats-card.small:hover.gray{background-color:#fafafa}@media(min-width:48em){.stats-slider .swiper-scrollbar{padding-right:2.75rem}[dir=rtl] .stats-slider.swiper-initialized .swiper-scrollbar{padding-left:2.75rem}}.post-wrapper{margin-top:var(--undpds-spacing-05)}@media(min-width:48em){.post-wrapper{margin-top:4.563rem}}.project-detail{border-bottom:1px solid var(--undpds-color-gray-400)}.project-detail-4{border-bottom:0}.project-detail h2{border-bottom:2px solid var(--undpds-color-black);margin-bottom:0;padding-bottom:2rem}.project-detail-list>div{margin-top:var(--undpds-spacing-07)}@media(max-width:47.9375em){.project-detail-list>div{border-bottom:1px solid var(--undpds-color-gray-400)}}.project-detail-list>div p{color:var(--undpds-color-gray-700);line-height:2;margin-bottom:2rem}.project-detail-list>div h6{margin-bottom:.25rem}.download-body{display:flex}@media(max-width:47.9375em){.download-body{height:calc(100% - 80px)}}.download-content{width:100%}@media(min-width:48em){.download-content{padding-left:1.5rem;width:calc(100% - 358px)}}.download-content .select-box{margin-bottom:2rem;max-width:100%}.download-content .select-box .selected{min-width:100%}.download-list{max-height:calc(100% - 82px)}@media(min-width:48em){.download-list{max-height:473px;padding-right:1.563rem}}.download-list .download-row.hide{display:none}.download-footer{margin-top:2rem;text-align:right}@media(min-width:48em){.download-footer{padding-right:1.5rem}}.list-language{max-height:100%}@media(min-width:48em){.list-language{max-height:404px}}.modal-download .modal-content{max-width:633px}.modal-download .download-content{padding:0;width:100%}@media(min-width:48em){[dir=rtl] .download-list{padding-left:1.563rem;padding-right:0}[dir=rtl] .download-content{padding-left:0;padding-right:1.5rem}}[dir=rtl] .download-footer{text-align:left}@media(min-width:48em){[dir=rtl] .download-footer{padding-left:1.5rem;padding-right:0}}.sort-filter-search.button{display:none;text-transform:uppercase;width:100%}@media(max-width:47.9375em){.sort-filter-search.button{display:block}}.sort-filter-search.button span{display:none;font-size:1rem}.sort-filter-search.button.close{color:var(--undpds-color-black);font-size:0}.sort-filter-search.button.close,.sort-filter-search.button.close:hover{background-color:var(--undpds-color-gray-300)}.sort-filter-search.button.close span{display:block}@media(max-width:47.9375em){.search-filter{display:none}.search-filter.show-filter{display:block}}.search-filter .expand-search{max-width:296px}.search-filter .select-wrapper .multi-select,.search-filter .selected-chips{padding-top:var(--undpds-spacing-06)}.search-filter .selected-chips{max-width:296px}.search-filter .selected-chips .chip{cursor:pointer;margin:0 .75rem .75rem 0}.search-filter .chip,.search-filter .clear-search-filter{font-size:var(--undpds-font-size-16)}.search-filter .clear-search-filter{background:none;border:0;border-bottom:1px solid var(--undpds-color-red);cursor:pointer;display:none;padding:0}.search-filter .clear-search-filter.show-clear{display:inline-block}.search-filter .active-filter{color:var(--undpds-color-gray-600);display:none;font-family:var(--undpds-font-family-proximanova);font-size:var(--undpds-font-size-16);font-weight:600;padding-top:var(--undpds-spacing-05);text-transform:uppercase}.search-filter .active-filter.show-activefilter{display:block}[dir=rtl] .selected-chips .chip{margin:0 0 var(--undpds-spacing-04) var(--undpds-spacing-04)}:lang(ro) .search-filter .active-filter{font-weight:700}.swiper{box-sizing:border-box;max-width:100%;position:relative}.swiper *{box-sizing:inherit}[class*=swiper-slider-]{box-sizing:border-box;max-width:100%;overflow:hidden;position:relative}.swiper-wrapper{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;padding:0;position:relative;touch-action:pan-y;transform-style:preserve-3d;transition-property:transform;white-space:nowrap;width:100%;will-change:transform}.swiper-slide{box-sizing:border-box;flex-shrink:0;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;user-select:none;white-space:normal;width:100%}.swiper-slide a{-webkit-user-drag:none;user-select:none}.swiper [class*=swiper-button-]{cursor:pointer;display:none;-webkit-touch-callout:none;user-select:none}.swiper [class*=swiper-button-] img,.swiper-arrows [class*=swiper-button-]{cursor:pointer}.swiper-button-disabled{cursor:default;opacity:.5}.swiper-button-disabled img{cursor:default}[dir=rtl] .swiper{direction:rtl}.swiper-scrollbar{background:transparent;cursor:pointer;display:block;height:4px;margin-bottom:var(--undpds-spacing-07);overflow:hidden;position:relative;width:100%}.swiper-scrollbar:after{border-bottom:1px solid var(--undpds-color-black);content:"";height:1px;left:0;position:absolute;top:1px;width:100%;z-index:1}.swiper-scrollbar-drag{background:var(--undpds-color-black);height:100%}.swiper-notification{display:none}.swiper-initialized{padding-right:var(--undpds-spacing-44)}@media(max-width:47.9375em){.swiper-initialized,.swiper-initialized .swiper-scrollbar{padding-right:var(--undpds-spacing-08)}}[dir=rtl] .swiper-initialized{padding-left:var(--undpds-spacing-44);padding-right:0}@media(max-width:47.9375em){[dir=rtl] .swiper-initialized{padding-left:var(--undpds-spacing-08);padding-right:0}}[dir=rtl] .swiper-initialized .swiper-scrollbar{padding-right:0}@media(max-width:47.9375em){[dir=rtl] .swiper-initialized .swiper-scrollbar{padding-left:var(--undpds-spacing-08);padding-right:0}}@media(min-width:48em){.stats-card-slider .swiper-wrapper{display:block}.stats-card-slider .swiper-slide{padding-left:.75rem;padding-right:.75rem;width:auto}}@media(max-width:47.9375em){.stats-card-slider .stats-card.small{max-width:100%;pointer-events:none}.stats-card-slider .swiper-slide-active .stats-card,.stats-card-slider .swiper-slide-active .stats-card.accent-yellow,.stats-card-slider .swiper-slide-active .stats-card.yellow{background-color:#ffeb00}.stats-card-slider .swiper-slide-active .stats-card.accent-red,.stats-card-slider .swiper-slide-active .stats-card.red{background-color:#ee402d}.stats-card-slider .swiper-slide-active .stats-card.accent-green,.stats-card-slider .swiper-slide-active .stats-card.green{background-color:#6de354}.stats-card-slider .swiper-slide-active .stats-card.accent-blue,.stats-card-slider .swiper-slide-active .stats-card.blue{background-color:#60d4f2}.stats-card-slider .swiper-slide-active .stats-card.accent-gray,.stats-card-slider .swiper-slide-active .stats-card.gray{background-color:#fafafa}.stats-card-slider .swiper-slide-active .stats-card h2{color:#000}}.stats-card-slider .stats-card-parallax{margin-bottom:.75rem;min-width:100%;width:-moz-fit-content;width:fit-content}@media(min-width:48em){.stats-card-slider .stats-card-parallax{display:flex;justify-content:center;margin-bottom:1.5rem}}.stats-card-slider .stats-card-parallax:last-of-type{margin-bottom:0}@media(min-width:64em){.stats-card-slider .stats-card.small{box-sizing:border-box;max-width:18.75rem;width:100%}}.stats-card-slider .stats-card:hover,.stats-card-slider .stats-card:hover.accent-yellow,.stats-card-slider .stats-card:hover.yellow{background-color:#ffeb00}.stats-card-slider .stats-card:hover.accent-red,.stats-card-slider .stats-card:hover.red{background-color:#ee402d}.stats-card-slider .stats-card:hover.accent-green,.stats-card-slider .stats-card:hover.green{background-color:#6de354}.stats-card-slider .stats-card:hover.accent-blue,.stats-card-slider .stats-card:hover.blue{background-color:#60d4f2}.stats-card-slider .stats-card:hover.accent-gray,.stats-card-slider .stats-card:hover.gray{background-color:#fafafa}@media(max-width:47.9375em){.stats-card-slider.swiper-initialized,.stats-card-slider.swiper-initialized .swiper-scrollbar{padding-right:4rem}[dir=rtl] .stats-card-slider.swiper-initialized,[dir=rtl] .stats-card-slider.swiper-initialized .swiper-scrollbar{padding-left:4rem;padding-right:0}}.frosted-background{position:relative}.frosted-background:before{background:hsla(0,0%,97%,.9);content:"";height:100%;position:absolute;width:100%;z-index:9}.frosted-background img{display:block;object-fit:cover;opacity:.5}@supports(-webkit-backdrop-filter:none) or (backdrop-filter:none){.frosted-background img{opacity:1}}@keyframes loader-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{animation:loader-animation 2s linear infinite;border-radius:50%;border-top:8px solid var(--undpds-color-blue-600);border:8px solid var(--undpds-color-blue-600);border-top-color:var(--undpds-color-gray-300);height:40px;width:40px}.loader.large{border-width:14px;height:96px;width:96px}@media(min-width:48em){.loader:not(.small){border-width:14px;height:96px;width:96px}}progress{border:2px solid var(--undpds-color-black);border-radius:7px;height:14px;width:50%}progress::-webkit-progress-bar{background-color:var(--undpds-color-white);border-radius:7px}progress::-webkit-progress-value{background-color:var(--undpds-color-black)}progress::-moz-progress-bar{background-color:var(--undpds-color-white)}div.download-card .download,div.download-card .format,div.publication-card .download,div.publication-card .format,div.publication-card .readmore{font-size:var(--undpds-font-size-14);line-height:1.4}@media(min-width:48em){div.download-card .download,div.download-card .format,div.publication-card .download,div.publication-card .format,div.publication-card .readmore{font-size:var(--undpds-font-size-16)}}div.download-card .title,div.publication-card .title,label,label.error{font-size:var(--undpds-font-size-16)}@media(min-width:48em){div.download-card .title,div.publication-card .title,label,label.error{font-size:var(--undpds-font-size-20)}}.homepage-hero-full img,.homepage-hero-full video,.homepage-hero-image img,.homepage-hero-image video,.pagehero-cards-box img,.parallax-card__image img,.sdg-container .description img{height:100%;object-fit:cover;padding:0;width:100%}.footer-icons li a,.sdg-card{border:none}.country-header .header .icon-globe,.country-header .header .icon-search,.global-header .header .icon-globe,.global-header .header .icon-search{background-color:var(--undpds-color-blue-600);border:0;cursor:pointer;display:inline-flex;font-size:0;height:26px;margin-inline-end:var(--undpds-spacing-03);min-width:25px;padding:0;width:25px}@media(max-width:47.9375em){.country-header .header .icon-globe,.country-header .header .icon-search,.global-header .header .icon-globe,.global-header .header .icon-search{margin-inline-end:0;-webkit-mask:inherit;mask:inherit}}.country-header .header .icon-globe:hover,.country-header .header .icon-search:hover,.global-header .header .icon-globe:hover,.global-header .header .icon-search:hover{background-color:var(--undpds-color-blue-400)}.frosted-background:before,.mega-nav-option,.menu ul>li ul.submenu,.menu__overflow__container ul.overflow>li ul.submenu,.mobile-nav,.modal{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsla(0,0%,97%,.9)}.footer-head,.footer-top{align-items:center;border-bottom:1px solid var(--undpds-color-white);justify-content:space-between;margin-bottom:var(--undpds-spacing-07)}.mobile-nav .back-nav,.mobile-nav .mobile-nav-options a{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;text-transform:uppercase}.accordion li button,.button,.cta__link,.sidebar-accordion ul>li button{background:transparent;cursor:pointer;display:block;text-transform:uppercase}.sdg-container .heading h2{font-size:var(--undpds-font-size-25)}@media(min-width:48em){.sdg-container .heading h2{font-size:3.438rem;padding-left:var(--undpds-spacing-05)}}.sdg-container .heading h3{font-size:var(--undpds-font-size-20)}@media(min-width:48em){.sdg-container .heading h3{font-size:2.188rem}}input[type=checkbox],input[type=radio]{appearance:none;border:2px solid var(--undpds-color-dark-red);cursor:pointer;height:16px;margin:0;width:16px}input[type=checkbox]:hover,input[type=radio]:hover{border-color:var(--undpds-color-light-pink)}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}.accordion li button,.button,.cta__link,.sidebar-accordion ul>li button{align-items:center;border:none;display:flex;font-size:var(--undpds-font-size-16);font-weight:700;letter-spacing:.03em;line-height:1}@media(min-width:48em){.accordion li button,.button,.cta__link,.sidebar-accordion ul>li button{display:inline-flex}}.cta__link.cta--space:after{content:"";height:1.188rem;margin-left:var(--undpds-spacing-04);margin-top:2px;width:.813rem}@media(min-width:48em){.cta__link.cta--space:after{margin-top:0}}.feature__card-content,.feature__card-slide,.feature__card-slide:before{left:0;top:0;width:100%}.multi-select ul .has-submenu button:after,.multi-select>button:after,.select-box button:after{background:url(../images/chevron-down.svg) no-repeat 50%;content:"";float:right;height:13px;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:all .2s ease-in-out;width:20px}.homepage-hero-full .overlay-grey,.homepage-hero-full video,.image-reveal-card .image-reveal-card__content .image:before,.pagehero-cards-subhead:before,.pagehero-cards-top>:nth-child(2):before,.pagehero-full .overlay-grey,.pagehero-full video,.sdg-image:before,.stats-panel img,.stats-panel.active:after,.stats-panel:hover:after,div.content-card .image:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.sidebar-accordion h6:after,.sidebar-accordion ul>li button:after{background:url(../images/chevron-down.svg) no-repeat 50%;content:"";height:.813rem;position:absolute;right:1.188rem;top:50%;transform:translateY(-50%);transition:all .3s ease;width:20px}.dropdown-language button,.dropdown-language ul li a{border:none;font-size:var(--undpds-font-size-14);font-weight:600;text-transform:uppercase}.author-box a,.country-header .header .top-left .logo,.cta__link,.footer-icons li a,.footer-links li a,.footer-lists li a,.footer-panel a,.global-header .header .mid-nav .logo,.image-reveal-card,.mobile-nav .mob-sub-lang .sub-sub-lang li a,.mobile-nav .mobile-nav-options a,.mobile-nav .mobile-sub-menu .sub-sub-menus li a,.pagination ul li a,.parallax-card .cta__link,.parallax-card__content>a,.sdg-card,.sidebar-accordion li>a,.sidebar-accordion ul ul.accordion__panel li a,.tabs>ul li a,.wide-card a{background-image:none}.multi-select>button,.select-box button,.select-default{border:2px solid var(--undpds-color-black);color:var(--undpds-color-black);cursor:pointer;font-size:var(--undpds-font-size-16);font-weight:600;line-height:1.125rem;margin:0;padding:var(--undpds-spacing-05) var(--undpds-spacing-50) var(--undpds-spacing-05) var(--undpds-spacing-05);position:relative;text-transform:uppercase;width:100%}.multi-select ul,.select-box ul{border:2px solid var(--undpds-color-black);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;min-height:100px;padding:0 var(--undpds-spacing-05);width:100%}.multi-select ul:focus,.select-box ul:focus{box-shadow:0 0 4px var(--undpds-color-blue-800);outline:0}[dir=rtl] .multi-select button,[dir=rtl] .select-box button{padding-left:3.125rem;padding-right:var(--undpds-spacing-05);text-align:right}[dir=rtl] .multi-select button:after,[dir=rtl] .select-box button:after{left:16px;margin:0;right:auto}.footer-icons li a,.lightbox-gallery__right .lightbox-gallery-images li a,.modal-close-button:hover{animation:none}.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description .gdesc-inner figcaption{opacity:1;transform:translateX(0);visibility:visible}.homepage-hero-full .overlay-grey,.homepage-hero-full>img,.homepage-hero-full>video,.pagehero-full .overlay-grey{clip-path:inset(0 .75rem);transition:clip-path .5s ease}@media(min-width:48em){.homepage-hero-full .overlay-grey,.homepage-hero-full>img,.homepage-hero-full>video,.pagehero-full .overlay-grey{clip-path:inset(0 1.5rem)}}.expand-search button,.expand-search input[type=text]{border:0;border-bottom:1px solid var(--undpds-color-black);border-radius:0;cursor:pointer}.fixed-carousel .slider-arrows [class*=swiper-button-],.fluid-carousel .slider-arrows [class*=swiper-button-],.image-carousel .slider-arrows [class*=swiper-button-]{background:transparent;border:none;cursor:pointer;display:inline-block;height:2.75rem;padding:0;vertical-align:bottom;width:2.75rem}.fixed-carousel .slide-content-wrap h6,.fluid-carousel .slide-content h6,div.content-card h6{color:var(--undpds-color-black);font-size:.75rem;font-weight:700;letter-spacing:.48px;line-height:.84;margin-bottom:var(--undpds-spacing-05);text-transform:uppercase}.fixed-carousel .slide-content-wrap h4,.fluid-carousel .slide-content h4{font-weight:400;margin-bottom:1rem}.fixed-carousel .slide-content-wrap p,.fluid-carousel .slide-content p{font-size:1rem;margin-bottom:1.5rem}.fixed-carousel .swiper-scrollbar,.fluid-carousel .swiper-scrollbar,.image-carousel .swiper-scrollbar{margin-bottom:var(--undpds-spacing-09)}@media(min-width:48em){.fixed-carousel .slider-slide,.fluid-carousel .slider-slide,.image-carousel .slider-slide{display:flex}}.country-header .header,.global-header .header{background-color:var(--undpds-color-gray-100);box-shadow:0 3px 6px rgba(0,0,0,.1);height:7.1875rem;left:0;position:fixed;top:0;width:100%;z-index:9}.accordion,.select-box ul.active,.sidebar-accordion,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],textarea{background-color:var(--undpds-color-white)}.footer-links li a,.footer-lists li a,.footer-panel a{color:var(--undpds-color-white);font-size:var(--undpds-font-size-16);line-height:1.4}.footer-links li a:hover,.footer-lists li a:hover,.footer-panel a:hover{color:var(--undpds-color-blue-100)}.footer-item.inverted .footer-panel a,.footer-links.inverted a,.footer-lists.inverted a{color:var(--undpds-color-black)}.footer-item.inverted .footer-panel a:hover,.footer-links.inverted a:hover,.footer-lists.inverted a:hover{color:var(--undpds-color-gray-600)}.multi-select ul>li,.select-box ul li{border-top:1px solid var(--undpds-color-gray-400);cursor:pointer;margin-bottom:0;padding:0}.fixed-carousel .slide-content-wrap :lang(my) h6,.fluid-carousel .slide-content :lang(my) h6,:lang(my) .fixed-carousel .slide-content-wrap h6,:lang(my) .fluid-carousel .slide-content h6,:lang(my) div.content-card h6,div.content-card :lang(my) h6{font-size:1rem}:lang(my) div.download-card .download,:lang(my) div.download-card .format,:lang(my) div.publication-card .download,:lang(my) div.publication-card .format,:lang(my) div.publication-card .readmore,div.download-card :lang(my) .download,div.download-card :lang(my) .format,div.publication-card :lang(my) .download,div.publication-card :lang(my) .format,div.publication-card :lang(my) .readmore{font-size:var(--undpds-font-size-12);line-height:1.7}@media(min-width:48em){:lang(my) div.download-card .download,:lang(my) div.download-card .format,:lang(my) div.publication-card .download,:lang(my) div.publication-card .format,:lang(my) div.publication-card .readmore,div.download-card :lang(my) .download,div.download-card :lang(my) .format,div.publication-card :lang(my) .download,div.publication-card :lang(my) .format,div.publication-card :lang(my) .readmore{font-size:var(--undpds-font-size-14)}}:lang(my) div.download-card .title,:lang(my) div.publication-card .title,:lang(my) label,div.download-card :lang(my) .title,div.publication-card :lang(my) .title{font-size:var(--undpds-font-size-14)}@media(min-width:48em){:lang(my) div.download-card .title,:lang(my) div.publication-card .title,:lang(my) label,div.download-card :lang(my) .title,div.publication-card :lang(my) .title{font-size:var(--undpds-font-size-16)}}.accordion li :lang(my) button,.sidebar-accordion ul>li :lang(my) button,:lang(my) .accordion li button,:lang(my) .button,:lang(my) .cta__link,:lang(my) .sidebar-accordion ul>li button{font-size:var(--undpds-font-size-14)}.country-header .header .top-left .logo img,.global-header .header .mid-nav .logo img{min-width:60px;transition:all .4s cubic-bezier(.64,.05,.35,1.05)}@media(min-width:64em){.country-header .header .top-left .logo img,.global-header .header .mid-nav .logo img{height:calc(var(--undpds-header-height-xlarge) + 7px)}.country-header .header .top-left .logo img.scrolled,.global-header .header .mid-nav .logo img.scrolled{height:var(--undpds-header-height-xlarge)}}@media(max-width:63.9375em){.country-header .header .top-left .logo img,.global-header .header .mid-nav .logo img{height:calc(var(--undpds-header-height-medium) + 7px);min-width:40px}.country-header .header .top-left .logo img.scrolled,.global-header .header .mid-nav .logo img.scrolled{height:var(--undpds-header-height-medium)}}.cta__link.cta--arrow i:after,.cta__link.cta--arrow i:before{box-sizing:border-box;content:"";display:block;position:absolute}.cta__link.cta--arrow i{box-sizing:border-box;display:block;height:var(--undpds-spacing-05);left:1.25rem;position:relative;transition:width .3s;width:0}.cta__link.cta--arrow i:before{background-color:var(--undpds-color-red);display:none;height:2px;right:0;top:7px;width:100%}.cta__link.cta--arrow i:after{border-right:2px solid var(--undpds-color-red);border-top:2px solid var(--undpds-color-red);height:var(--undpds-spacing-04);right:0;top:2px;transform:rotate(45deg);width:var(--undpds-spacing-04)}.cta__link.cta--arrow:hover i{width:var(--undpds-spacing-11)}.cta__link.cta--arrow:hover i:before{display:unset}.bio-card-wrapper,.download-list,.modal-content{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--undpds-color-black) transparent;scrollbar-width:thin}.bio-card-wrapper::-webkit-scrollbar,.download-list::-webkit-scrollbar,.modal-content::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.bio-card-wrapper::-webkit-scrollbar-track,.download-list::-webkit-scrollbar-track,.modal-content::-webkit-scrollbar-track{background:var(--undpds-color-black);background-clip:padding-box;border:2px solid var(--undpds-color-white)}.bio-card-wrapper::-webkit-scrollbar-corner,.download-list::-webkit-scrollbar-corner,.modal-content::-webkit-scrollbar-corner{display:none}.bio-card-wrapper::-webkit-scrollbar-thumb,.download-list::-webkit-scrollbar-thumb,.modal-content::-webkit-scrollbar-thumb{background:var(--undpds-color-black)}.scrollbar-horizontal-wrapper{float:left;line-height:normal;max-width:var(--undpds-width-600);width:100%}@supports(scrollbar-width:thin){.scrollbar-horizontal-wrapper{box-shadow:inset 0 -4px 0 0 #fff,inset 0 -5px 0 0 #000}}.scrollbar-data{visibility:hidden;width:1000px}.scrollbar-vertical-wrapper{height:70vh;position:relative;width:65px}@supports(scrollbar-width:thin){.scrollbar-vertical-wrapper{box-shadow:inset -4px 0 0 0 #fff,inset -5px 0 0 0 #000}}.scrollbar-data__vertical{min-height:100vh}[dir=rtl] .scrollbar-horizontal-wrapper,[dir=rtl] .scrollbar-vertical-wrapper{float:right}