.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}:root{--brandColor: #c5a454;--brandColorDark: #92722a;--brandColorR: 197, 164, 84;--brandColorRed: #e02a36;--brandColorGrey: #f2f2f2;--brandColor2: #e8c190;--brandColor2R: 232, 193, 144;--brandColor3: #f9f5eb;--brandColor3R: 249, 245, 235;--brandGray: #485468;--brandGrayR: 72, 84, 104;--inputBG: 217, 217, 217;--brandRed: #dc3232;--white: #fff;--whiteR: 255, 255, 255;--black: #000;--blackR: 0, 0, 0;--bgColor: #fff;--bgColorR: 255, 255, 255;--text: #000;--fontFamily: "Inter", "Noto Kufi", sans-serif;--fontFamilyHeader: "Inter", "Noto Kufi", sans-serif;--fontSize: 1rem;--ease: cubic-bezier(.23, .48, .26, .94);--elastic: cubic-bezier(.47, 1.64, .38, .87);--gfs: 30;--gap: 1.5rem;--gapBig: 4rem;--swiper-theme-color: #c5a454}@media only screen and (min-width: 1600px){:root{--gapBig: 5vw}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){:root{--gapBig: 3rem}}@media only screen and (max-width: 1024px){:root{--gapBig: 2.5rem}}@media only screen and (max-width: 980px){:root{--gap: 1.2rem;--gapBig: 1.5rem}}@media only screen and (max-width: 767px){:root{--gap: 1rem;--gapBig: 1.2rem}}.wizard{display:block;width:100%;overflow:hidden}.wizard a{outline:0}.wizard ul{list-style:none!important;padding:0;margin:0}.wizard ul>li{display:block;padding:0}.wizard .steps{display:flex}.wizard .steps ul{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:95%;margin-inline:auto;position:relative}@media only screen and (max-width: 767px){.wizard .steps ul{max-width:100%}}.wizard .steps ul:has(>li:nth-child(2).current):after{width:33.333%}.wizard .steps ul:has(>li:nth-child(3).current):after{width:66.6666%}.wizard .steps ul:before{content:"";height:2px;top:1.4rem;width:67%;left:50%;transform:translate(-50%);background:#c3c6cb;position:absolute}.wizard .steps ul:after{content:"";height:2px;top:1.4rem;width:0%;background:var(--brandColorDark);position:absolute;transition:all .4s var(--ease);left:16.6665%}[dir=rtl] .wizard .steps ul:after{left:auto;right:16.6665%}.wizard .steps ul li{flex:1;position:relative;z-index:15}.wizard .steps .current-info,.wizard .steps .number{display:none}.wizard .steps a{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;gap:.8rem;padding-top:.5rem}.wizard .steps a span{font-size:1.25rem;font-weight:600}@media only screen and (max-width: 980px){.wizard .steps a span{font-size:1.1rem}}@media only screen and (max-width: 767px){.wizard .steps a span{font-size:.85rem}}.wizard .steps i{color:var(--black);aspect-ratio:1;font-style:normal;font-size:13px;line-height:100%;width:1.8rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px transparent,0 0 0 10px var(--white);border-radius:50%;transition:all .4s var(--ease);position:relative;overflow:hidden}@media only screen and (max-width: 767px){.wizard .steps i{font-size:11px;width:1.5rem}}.wizard .steps i:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--brandColorDark);transform:scale(0);z-index:-2}.wizard .steps i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--white);border:1px solid #e2e8f0;z-index:-1}.wizard .steps .done i,.wizard .steps .current i{box-shadow:0 0 0 5px #f2eccf,0 0 0 10px var(--white);color:var(--white)}.wizard .steps .done i:before,.wizard .steps .current i:before{transform:scale(1)}.wizard .steps .done i:after,.wizard .steps .current i:after{transform:scale(0);border-color:transparent}.wizard>.content{padding-top:3rem}@media only screen and (max-width: 767px){.wizard>.content{padding-top:2rem}}.wizard>.content>.title{display:none}.wizard>.content>.body{display:none}.wizard>.content>.body.current{display:block}.wizard>.actions{padding-top:2rem;position:relative;display:block;text-align:right;width:100%}.wizard>.actions>ul{display:flex;align-items:center;gap:1rem;justify-content:end}.wizard>.actions>ul>li:first-child a{background:transparent;color:var(--brandColor);border-color:var(--brandColor)}.wizard>.actions a{background:var(--brandColor);color:var(--white);display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;line-height:100%;border-radius:.5rem;transition:all .4s var(--ease);border:2px solid transparent}.wizard>.actions a i{display:flex;width:8px}.wizard>.actions a i svg{width:100%;height:auto;transform:scale(1)}[dir=rtl] .wizard>.actions a i svg{transform:scaleX(-1)}.wizard>.actions a:hover{opacity:.7}.wizard>.actions .disabled{display:none}.tabcontrol{display:block;width:100%;overflow:hidden}.tabcontrol a{outline:0}.tabcontrol ul{list-style:none!important;padding:0;margin:0}.tabcontrol ul>li{display:block;padding:0}.tabcontrol>.steps{position:relative;display:block;width:100%}.tabcontrol>.steps .current-info{position:absolute;left:-999em}.tabcontrol>.steps>ul{position:relative;margin:6px 0 0;top:1px;z-index:1}.tabcontrol>.steps>ul>li{float:left;margin:5px 2px 0 0;padding:1px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}.tabcontrol>.steps>ul>li:hover{background:#edecec;border:1px solid #bbb;padding:0}.tabcontrol>.steps>ul>li>a{color:#5f5f5f;display:inline-block;border:0 none;margin:0;padding:10px 30px;text-decoration:none}.tabcontrol>.steps>ul>li>a:hover{text-decoration:none}.tabcontrol>.steps>ul>li.current{background:#fff;border:1px solid #bbb;border-bottom:0 none;padding:0 0 1px;margin-top:0}.tabcontrol>.steps>ul>li.current>a{padding:15px 30px 10px}.tabcontrol>.content{position:relative;display:inline-block;width:100%;height:35em;overflow:hidden;border-top:1px solid #bbb;padding-top:20px}.tabcontrol>.content>.title{position:absolute;left:-999em}.tabcontrol>.content>.body{float:left;position:absolute;width:95%;height:95%;padding:2.5%}.tabcontrol>.content>.body ul{list-style:disc!important}.tabcontrol>.content>.body ul>li{display:list-item}.wizard.vertical>.steps{display:inline;float:left;width:30%}.wizard.vertical>.steps>ul>li{float:none;width:100%}.wizard.vertical>.content{display:inline;float:left;margin:0 2.5% .5em;width:65%}.wizard.vertical>.actions{display:inline;float:right;margin:0 2.5%;width:95%}.wizard.vertical>.actions>ul>li{margin:0 0 0 1em}.datepicker{width:-moz-min-content;width:min-content;font-size:.9rem}@media only screen and (max-width: 767px){.datepicker{font-size:1rem}}.datepicker:not(.active){display:none}.datepicker .days{display:flex;flex-direction:column;flex:auto}.datepicker .days-of-week{display:flex}.datepicker .week-numbers{display:flex;flex-direction:column;flex:0 0 9.6774193548%}.datepicker .weeks{display:flex;flex-direction:column;align-items:stretch;flex:auto}.datepicker span{display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .15s ease-in-out}.datepicker .dow{height:1.5rem;font-size:.875rem;font-weight:500}@media only screen and (max-width: 767px){.datepicker .dow{font-size:1.05rem}}.datepicker .week{flex:auto;color:#b8b8b8;font-size:.75rem}.datepicker-dropdown{position:absolute;z-index:20;padding-top:4px}.datepicker-dropdown.datepicker-orient-top{padding-top:0;padding-bottom:4px}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a}.datepicker-picker{display:flex;flex-direction:column;border-radius:4px;background-color:#fff}.datepicker-main{flex:auto;padding:2px}.datepicker-footer{box-shadow:inset 0 1px 1px #0a0a0a1a;background-color:#f5f5f5}.datepicker-footer .datepicker-controls button{flex:auto;margin:calc(.375rem - 1px) .375rem;border-radius:2px;font-size:.75rem}.datepicker-title{box-shadow:inset 0 -1px 1px #0a0a0a1a;background-color:#f5f5f5;padding:.375rem .75rem;text-align:center;font-weight:700}.datepicker-controls{display:flex}.datepicker-controls button{display:inline-flex;position:relative;align-items:center;justify-content:center;margin:0;border:none;border-radius:4px;box-shadow:none;background-color:#fff;cursor:pointer;padding:calc(.375em - 1px) .75em;height:2.25em;vertical-align:top;text-align:center;line-height:1.5;white-space:nowrap;color:var(--black);font-size:.94rem;transition:all .3s ease-in-out}@media only screen and (max-width: 767px){.datepicker-controls button{font-size:1.1rem}}.datepicker-controls button:hover{color:var(--brandColor)}.datepicker-controls button:focus{color:var(--brandColor)}.datepicker-controls button:focus:not(:active){box-shadow:0 0 0 .125em #3273dc40}.datepicker-controls button:active{border-color:#474747;color:#363636}.datepicker-controls button[disabled]{cursor:not-allowed}.datepicker-controls .view-switch{flex:auto}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-header .datepicker-controls button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls button:active{background-color:#f2f2f2}.datepicker-controls button:focus,.datepicker-controls button:active{outline:none}.datepicker-controls .prev-button,.datepicker-controls .next-button{padding-right:.375rem;padding-left:.375rem;flex:0 0 14.2857142857%}.datepicker-controls .prev-button.disabled,.datepicker-controls .next-button.disabled{visibility:hidden}.datepicker-view,.datepicker-grid{display:flex}.datepicker-view{align-items:stretch;width:15.75rem}@media only screen and (max-width: 767px){.datepicker-view{width:18rem}}.datepicker-grid{flex-wrap:wrap;flex:auto}.datepicker-cell,.datepicker .days .dow{flex-basis:14.2857142857%}.datepicker-cell{height:2.25rem}.datepicker-cell:not(.day){flex-basis:25%;height:4.5rem}.datepicker-cell:not(.disabled):hover{background-color:rgba(var(--brandColorR),.1);cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e9e9e9}.datepicker-cell.disabled{color:#dcdcdc}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){border-radius:0;background-color:#f5f5f5}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00ccad}.datepicker-cell.range-start:not(.range-end){border-radius:4px 0 0 4px}.datepicker-cell.range-end:not(.range-start){border-radius:0 4px 4px 0}.datepicker-cell.range{border-radius:0;background-color:rgba(var(--brandColorR),.2)}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:rgba(var(--brandColorR),.2)}.datepicker-cell.range.disabled{color:#c6c6c6}.datepicker-cell.range.focused{background-color:#d1d1d1}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:var(--brandColor);color:#fff;font-weight:600}.datepicker-cell.prev:not(.disabled),.datepicker-cell.next:not(.disabled){color:#7a7a7a}.datepicker-cell.prev.selected,.datepicker-cell.next.selected{color:#e6e6e6}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b8b8b8;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#b3b3b3}.datepicker-input.in-edit{border-color:#276bda}.datepicker-input.in-edit:focus,.datepicker-input.in-edit:active{box-shadow:0 0 .25em .25em #276bda33}.page-section{padding:13vh 0;position:relative;z-index:10}@media only screen and (min-width: 1600px){.page-section{padding:7.5rem 0}}@media only screen and (max-width: 1024px){.page-section{padding:5vh 0}}@media only screen and (max-width: 980px){.page-section{padding:70px 0}}@media only screen and (max-width: 767px){.page-section{padding:50px 0}}.banner-section{min-height:60vh;width:100%;position:relative}@media only screen and (max-width: 1024px){.banner-section{min-height:35vh}}@media only screen and (max-width: 980px){.banner-section{min-height:45vh}}.banner-section .page-title{position:absolute;bottom:10%;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--white);text-align:center;gap:2rem}@media only screen and (max-width: 980px){.banner-section .page-title{gap:1.5rem}}@media only screen and (max-width: 767px){.banner-section .page-title{gap:1rem}}.banner-section .page-title h1{font-size:calc(140 / var(--gfs) * 1rem);line-height:110%;margin:0;font-weight:600}@media screen and (min-width: 1600px){.banner-section .page-title h1{font-size:calc(150 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.banner-section .page-title h1{font-size:calc(125 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.banner-section .page-title h1{font-size:calc(125 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.banner-section .page-title h1{font-size:calc(105 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.banner-section .page-title h1{font-size:calc(65 / var(--gfs) * 1rem)}}[dir=rtl] .banner-section .page-title h1{line-height:130%}.banner-section .banner-image{position:absolute;width:100%;height:100%;z-index:-1}.banner-section .banner-image picture{height:100%}.banner-section .banner-image picture img{height:100%;object-fit:cover}.banner-section .banner-image:before{content:"";position:absolute;width:100%;height:50%;background:linear-gradient(to top,#000000,transparent);bottom:0;top:auto;left:0;z-index:1}.banner-section .breadcrumb{display:flex;flex-wrap:wrap;gap:1rem}@media only screen and (max-width: 767px){.banner-section .breadcrumb{font-size:.8rem;gap:.5rem}}.banner-section .breadcrumb a,.banner-section .breadcrumb span{color:var(--white)}.banner-section .breadcrumb span{position:relative}.banner-section .breadcrumb span:after{content:"";position:absolute;width:1rem;height:2px;background-color:var(--brandColor);top:calc(100% + 2px);inset-inline-start:0}.banner-section .breadcrumb a{position:relative;margin-inline-end:1.5rem}@media only screen and (max-width: 767px){.banner-section .breadcrumb a{margin-inline-end:1rem}}.banner-section .breadcrumb a:after{content:"";position:absolute;inset-inline-end:-1.5rem;top:0;bottom:0;height:auto;background-size:contain;background-repeat:no-repeat;background-position:center;width:.5rem;background-image:url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4002 0.484375L5.59375 4.67792L1.4002 8.87147' stroke='%23C3C6CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media only screen and (max-width: 767px){.banner-section .breadcrumb a:after{inset-inline-end:-1rem;width:.45rem}}.banner-section .breadcrumb .current{color:var(--brandColor)}html[dir=rtl] .banner-section .breadcrumb a:after{transform:scaleX(-1)}.initiatives-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media screen and (min-width: 1600px){.initiatives-wrapper{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 1024px){.initiatives-wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.initiatives-wrapper{grid-template-columns:100%}}.initiatives-wrapper .initiative-box{border:1px solid rgba(var(--blackR),1);padding:3rem 2.5rem;border-radius:1rem;transition:all .5s;text-align:center}@media only screen and (max-width: 767px){.initiatives-wrapper .initiative-box{padding:2rem 1.5rem}}.initiatives-wrapper .initiative-box:hover .imgBox{transform:scale(1.05)}.initiatives-wrapper .initiative-box:hover .no{-webkit-text-stroke:2px var(--white)}.initiatives-wrapper .initiative-box .imgBox{position:relative;aspect-ratio:387/140;margin-bottom:1rem;transition:all .4s var(--ease)}@media only screen and (max-width: 767px){.initiatives-wrapper .initiative-box .imgBox{margin-bottom:.5rem}}.initiatives-wrapper .initiative-box .imgBox img{object-fit:contain}.initiatives-wrapper .initiative-box .no{font-size:5rem;color:transparent;-webkit-text-stroke:2px var(--black);font-weight:700;clip-path:inset(0 0 40% 0);line-height:1}.initiatives-wrapper .initiative-box h3{margin:0;margin-bottom:1.5rem;font-weight:500;font-size:calc(50 / var(--gfs) * 1rem);line-height:180%;line-height:120%}@media only screen and (min-width: 1600px){.initiatives-wrapper .initiative-box h3{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.initiatives-wrapper .initiative-box h3{font-size:calc(46 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.initiatives-wrapper .initiative-box h3{font-size:calc(45 / var(--gfs) * 1rem);line-height:150%}}@media only screen and (max-width: 767px){.initiatives-wrapper .initiative-box h3{font-size:calc(40 / var(--gfs) * 1rem)}}@media screen and (min-width: 1600px){.initiatives-wrapper .initiative-box h3{font-size:calc(40 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.initiatives-wrapper .initiative-box h3{margin-bottom:1rem}}.side-bar-content{display:grid;grid-template-columns:1fr 25rem;gap:3rem}@media only screen and (max-width: 1024px){.side-bar-content{grid-template-columns:100%;gap:2rem}}@media only screen and (max-width: 980px){.side-bar-content{gap:1.5rem}}@media only screen and (max-width: 767px){.side-bar-content{gap:1rem}}.news-details .news-title{margin-bottom:2rem}.news-details .news-title .news-date{font-size:.8rem;color:rgba(var(--blackR),.7)}@media only screen and (max-width: 1024px){.news-details .news-title .section-title{line-height:130%;font-size:calc(70 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.news-details .news-title .section-title{font-size:calc(48 / var(--gfs) * 1rem)}}.news-details .news-content img{width:100%;border-radius:12px;max-height:25rem;object-fit:cover;object-position:top;margin:2rem 0}.news-details .toolbox{border-bottom:1px solid rgba(var(--blackR),.4);padding-bottom:2rem}@media only screen and (max-width: 980px){.news-details .toolbox{padding-bottom:1.5rem}}.news-details .toolbox ul{display:flex;gap:1.2rem;list-style:none;margin:0;padding:0}.news-details .toolbox ul a{width:1.8rem;height:auto;display:flex;transition:all .4s var(--ease)}@media only screen and (max-width: 980px){.news-details .toolbox ul a{width:1.5rem}}.news-details .toolbox ul a svg{width:100%;height:auto;aspect-ratio:32/28}.news-details .toolbox ul a:hover{transform:scale(1.1)}.news-details .news-boxes{display:flex;flex-direction:column;gap:1.5rem}.news-details .news-boxes .date{margin:0;opacity:.6;font-size:.8rem}.news-details .news-boxes h3{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-weight:600;font-size:calc(31 / var(--gfs) * 1rem);line-height:125%}@media only screen and (min-width: 1600px){.news-details .news-boxes h3{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.news-details .news-boxes h3{font-size:calc(31 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.news-details .news-boxes h3{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.news-details .news-boxes h3{font-size:calc(32 / var(--gfs) * 1rem)}}.news-details .news-boxes .news{display:flex;gap:1rem;align-items:start}.news-details .news-boxes .news .desc{display:flex;flex-direction:column;gap:.2rem}.news-details .news-boxes .desc{flex:1}.news-details .news-boxes .img{width:6rem;aspect-ratio:1.2/1;position:relative}.news-details .news-boxes .img picture,.news-details .news-boxes .img img{width:100%;height:100%;object-fit:cover;border-radius:12px;position:absolute;left:0;top:0}.leadership-wrapper{display:flex;flex-direction:column;gap:6rem}.leadership-wrapper .section-title{margin-bottom:1rem;text-align:start}.leadership-wrapper .box-wrapper{display:grid;grid-template-columns:40% 1fr;gap:4rem;align-items:flex-start}.leadership-wrapper .box-wrapper .box{position:sticky;top:var(--header-height)}@media only screen and (max-width: 767px){.leadership-wrapper .box-wrapper .box{position:relative;margin-bottom:2rem}}@media only screen and (max-width: 767px){.leadership-wrapper .box-wrapper{grid-template-columns:1fr}}.leadership-wrapper picture{border-radius:1rem;overflow:hidden;position:relative;padding-top:110%}.leadership-wrapper picture img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:top}.leadership-wrapper .text-wrapper h3{font-size:3.5rem}@media only screen and (max-width: 767px){.leadership-wrapper .text-wrapper h3{font-size:2rem}}.leadership-wrapper .text-wrapper h3,.leadership-wrapper .text-wrapper h4{margin:0;margin-bottom:.5rem;font-weight:600}.leadership-wrapper .text-wrapper h4{color:var(--brandColor);font-size:1.8rem}@media only screen and (max-width: 767px){.leadership-wrapper .text-wrapper h4{font-size:1.2rem}}.agenda-box{display:grid;width:100%;grid-template-columns:38% 1fr;gap:4rem}@media screen and (min-width: 1600px){.agenda-box{grid-template-columns:28% 1fr}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.agenda-box{grid-template-columns:30% 1fr;gap:3rem}}@media only screen and (max-width: 1024px){.agenda-box{gap:2.5rem}}@media only screen and (max-width: 980px){.agenda-box{grid-template-columns:30% 1fr;gap:1.5rem}}@media only screen and (max-width: 767px){.agenda-box{grid-template-columns:1fr}}.agenda-box img{border-radius:1rem}@media only screen and (min-width: 1280px){.youth-milestones .container{width:95.75%;margin-inline-start:4.25%;overflow:hidden}.youth-milestones .tool-box{margin-inline-end:4.25%}.youth-milestones .milestones{width:95.75%;overflow:visible}.youth-milestones .milestones .swiper{overflow:visible}}.quotes-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.quotes-wrapper{gap:3rem}}@media only screen and (max-width: 1024px){.quotes-wrapper{gap:2.5rem}}@media only screen and (max-width: 980px){.quotes-wrapper{grid-template-columns:100%;gap:1.5rem}}.quotes-wrapper .blockquote{padding-bottom:0;margin-bottom:0}.quotes-wrapper img{border-radius:1rem}.milestonesSwiper .img{position:relative;width:65%;border-radius:1rem;overflow:hidden;height:100%;margin:auto}.milestonesSwiper .img:after{content:"";position:absolute;width:100%;height:50%;background:linear-gradient(to top,#000000,transparent);bottom:0;left:0;z-index:1}.milestonesSwiper .img .year{position:absolute;left:0;right:0;margin:auto;display:flex;justify-content:center;font-size:2rem;bottom:.5rem;color:var(--white);z-index:2}.milestonesSwiper picture{position:relative;padding-top:143%}.milestonesSwiper picture img{position:absolute;object-position:top;width:100%;margin:auto;height:100%;object-fit:cover;top:0;left:0;right:0}.milestonesSwiper .desc{width:65%;margin:auto;text-align:center;font-weight:500}.milestonesSwiper .line{width:100%;height:2px;background-color:var(--brandColor);margin:2rem 0;position:relative}.milestonesSwiper .line:after,.milestonesSwiper .line:before{content:"";position:absolute;width:1.5rem;height:1.5rem;background-color:var(--brandColor);left:0;right:0;margin:auto;transform:translateY(-50%);top:50%;border-radius:50%}.milestonesSwiper .line:before{width:2rem;height:2rem;opacity:.5}.agenda-2023-section .section-title{width:50%;text-align:start}@media only screen and (max-width: 1024px){.agenda-2023-section .section-title{width:100%}}@media only screen and (max-width: 767px){.agenda-2023-section .text.xl p{margin-bottom:0}}.agenda-2023-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media only screen and (max-width: 1024px){.agenda-2023-wrapper{grid-template-columns:1fr;gap:1rem}}.agenda-2023-wrapper .section-title{text-align:start}.agenda-count-sildes{padding:4rem 0}@media only screen and (max-width: 767px){.agenda-count-sildes{padding-block:2rem}}.agenda-count-sildes:after,.agenda-count-sildes:before{content:"";position:absolute;width:100%;height:1px;background-color:var(--brandColor);left:0;top:0}.agenda-count-sildes:before{top:auto;bottom:0}.agenda-count-sildes .count h2{text-align:center;font-size:13rem;margin:0;color:rgba(var(--brandColorR),.1);line-height:1;-webkit-text-stroke:3px var(--brandColor);font-weight:700;transform-style:preserve-3d;will-change:transform}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.agenda-count-sildes .count h2{font-size:10rem}}@media only screen and (max-width: 1024px){.agenda-count-sildes .count h2{font-size:9rem;-webkit-text-stroke:2px var(--brandColor)}}@media only screen and (max-width: 767px){.agenda-count-sildes .count h2{font-size:18vw;-webkit-text-stroke:1px var(--brandColor)}}.agenda-count-sildes .text{text-align:center;margin:auto;line-height:130%}@media only screen and (max-width: 767px){.agenda-count-sildes .text{font-size:1rem;line-height:120%}}.agenda-count-sildes .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:80%;margin-inline:auto}@media only screen and (max-width: 767px){.agenda-count-sildes .swiper-wrapper{gap:.5rem;max-width:100%}}.agenda-goals{padding:6rem;display:grid;grid-template-columns:40% 1fr;border-radius:1rem;align-items:center;height:calc(85vh - var(--header-height));position:relative}@media only screen and (max-width: 1024px){.agenda-goals{grid-template-columns:100%;gap:2rem;padding:2rem;height:auto}}@media only screen and (max-width: 767px){.agenda-goals{padding:1.5rem}}.agenda-goals.bg-brand{background:linear-gradient(203.95deg,rgba(248,246,236,.5) -7.36%,rgba(229,218,174,.5) 109.02%)}.agenda-goals:after{content:"";position:absolute;left:0;width:100%;height:50%;pointer-events:none;bottom:0;background:linear-gradient(transparent,rgba(229,218,174,.5));background:linear-gradient(transparent,#f2edd6);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}@media only screen and (max-width: 1024px){.agenda-goals:after{display:none}}.agenda-goals .scrolling-content{position:relative;transform:translateY(0);transition:transform .1s linear}.agenda-goals .scrolling-content .text{font-weight:600;line-height:140%}.agenda-goals .scrolling-content .row{display:flex;flex-direction:column;gap:1.8rem;position:relative;padding-bottom:5rem}@media only screen and (max-width: 1024px){.agenda-goals .scrolling-content .row{padding-bottom:0}}@media only screen and (max-width: 767px){.agenda-goals .scrolling-content .row{gap:1rem}}.agenda-goals .scrolling-content .box{display:flex;flex-direction:column;gap:.2rem;position:relative;padding-bottom:1.8rem}@media only screen and (max-width: 767px){.agenda-goals .scrolling-content .box{padding-bottom:1rem}}.agenda-goals .scrolling-content .box:has(.iconBox){display:grid;grid-template-columns:auto 1fr;gap:.2rem 1.2rem}@media only screen and (max-width: 767px){.agenda-goals .scrolling-content .box:has(.iconBox){gap:.2rem .8rem}}.agenda-goals .scrolling-content .box .iconBox{width:3rem;grid-row:1/3}@media only screen and (max-width: 1024px){.agenda-goals .scrolling-content .box .iconBox{width:2.5rem}}@media only screen and (max-width: 767px){.agenda-goals .scrolling-content .box .iconBox{width:2rem}}.agenda-goals .scrolling-content .box .iconBox img{width:100%;height:auto;aspect-ratio:3/2.7;object-fit:contain}.agenda-goals .scrolling-content .box:last-child:after{display:none}.agenda-goals .scrolling-content .box:after{content:"";position:absolute;bottom:0rem;height:1px;width:100%;left:0;background-color:var(--brandColor)}.agenda-goals .scrolling-content .box h3{color:var(--brandColor);font-weight:500;margin:0;font-size:calc(50 / var(--gfs) * 1rem);line-height:180%;line-height:120%}@media only screen and (min-width: 1600px){.agenda-goals .scrolling-content .box h3{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.agenda-goals .scrolling-content .box h3{font-size:calc(46 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.agenda-goals .scrolling-content .box h3{font-size:calc(45 / var(--gfs) * 1rem);line-height:150%}}@media only screen and (max-width: 767px){.agenda-goals .scrolling-content .box h3{font-size:calc(40 / var(--gfs) * 1rem)}}.agenda-goals .scrolling-content .box p{margin:0;font-weight:500}.agenda-goals .box-frame{width:70%;margin:auto;display:flex;flex-direction:column;height:100%}.agenda-goals .text-box{padding:0 3rem;padding-inline-end:8.5%;position:relative;inset-inline-end:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width: 1024px){.agenda-goals .text-box{position:relative;width:100%;padding:0;padding-inline-end:0}}.agenda-goals .text-box .text-wrapper{width:100%;margin:auto;flex:1;overflow:hidden;position:relative;height:100%;align-items:start;display:flex}@media only screen and (max-width: 1024px){.agenda-goals .text-box .text-wrapper{display:block}}.agenda-goals .text-box .scrolling-content{position:relative;transform:translateY(0);transition:transform .1s linear}.agenda-goals .text-box .scrolling-content .text{font-weight:600;line-height:140%}@media only screen and (max-width: 767px){.focus-section .tool-box{display:contents}}@media only screen and (max-width: 767px){.focus-section .container{display:flex;flex-direction:column}.focus-section .container .section-title{order:1}.focus-section .container .focus-wrapper{order:2}.focus-section .container .slider-nav{order:3;margin-top:1rem;justify-content:center}.focus-section .container .focus-pagination{display:none}}@media only screen and (max-width: 767px){.targets-section .tool-box{display:contents}}@media only screen and (max-width: 767px){.targets-section .container{display:flex;flex-direction:column}.targets-section .container .section-title{order:1}.targets-section .container .targets-wrapper{margin-top:1rem;order:2}.targets-section .container .slider-nav{order:3;margin-top:1rem;justify-content:center}.targets-section .container .target-pagination{display:none}}.focus-wrapper .focus-swiper .focus-slide{border-radius:1rem;padding:4rem 2.5rem;height:auto}@media only screen and (max-width: 767px){.focus-wrapper .focus-swiper .focus-slide{padding:2rem 1.5rem}}.focus-wrapper .focus-swiper .focus-slide h3{margin:0}.focus-wrapper .focus-swiper .focus-slide p{margin:.5rem 0}.focus-wrapper .focus-swiper .focus-slide:nth-child(odd){background-color:var(--brandColor)}.focus-wrapper .focus-swiper .focus-slide:nth-child(2n){background-color:#60646c;color:var(--white)}.focus-wrapper .focus-swiper .focus-slide:nth-child(2n) ul{list-style-image:url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42383 9.42383L1.92383 16.9238C1.71248 17.1352 1.42584 17.2539 1.12695 17.2539C0.828065 17.2539 0.541421 17.1352 0.330076 16.9238C0.118732 16.7125 2.22687e-09 16.4258 0 16.127C-2.22687e-09 15.8281 0.118732 15.5414 0.330076 15.3301L7.03414 8.62789L0.331952 1.92383C0.227305 1.81918 0.144294 1.69495 0.0876589 1.55822C0.0310243 1.42149 0.00187469 1.27494 0.00187469 1.12695C0.00187468 0.978958 0.0310243 0.832414 0.0876589 0.695686C0.144294 0.558958 0.227305 0.434724 0.331952 0.330077C0.436599 0.225429 0.560833 0.142419 0.697561 0.0857842C0.834289 0.0291496 0.980833 -1.10264e-09 1.12883 0C1.27682 1.10264e-09 1.42336 0.0291496 1.56009 0.0857842C1.69682 0.142419 1.82105 0.225429 1.9257 0.330077L9.4257 7.83008C9.53046 7.93472 9.61353 8.05901 9.67015 8.19582C9.72677 8.33263 9.75583 8.47927 9.75565 8.62734C9.75548 8.77541 9.72608 8.92198 9.66914 9.05866C9.61219 9.19534 9.52883 9.31943 9.42383 9.42383Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A")}[dir=rtl] .focus-wrapper .focus-swiper .focus-slide:nth-child(2n) ul{list-style-image:url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.332031 9.42383L7.83203 16.9238C8.04338 17.1352 8.33002 17.2539 8.62891 17.2539C8.92779 17.2539 9.21444 17.1352 9.42578 16.9238C9.63713 16.7125 9.75586 16.4258 9.75586 16.127C9.75586 15.8281 9.63713 15.5414 9.42578 15.3301L2.72172 8.62789L9.42391 1.92383C9.52855 1.81918 9.61157 1.69495 9.6682 1.55822C9.72484 1.42149 9.75398 1.27494 9.75398 1.12695C9.75398 0.978958 9.72484 0.832414 9.6682 0.695686C9.61157 0.558958 9.52855 0.434724 9.42391 0.330077C9.31926 0.225429 9.19503 0.142419 9.0583 0.0857842C8.92157 0.0291496 8.77503 -1.10264e-09 8.62703 0C8.47904 1.10264e-09 8.3325 0.0291496 8.19577 0.0857842C8.05904 0.142419 7.9348 0.225429 7.83016 0.330077L0.330157 7.83008C0.225401 7.93472 0.142329 8.05901 0.0857086 8.19582C0.029089 8.33263 3.33786e-05 8.47927 0.000206947 8.62734C0.00038147 8.77541 0.0297823 8.92198 0.0867243 9.05866C0.143666 9.19534 0.227029 9.31943 0.332031 9.42383Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A")}.focus-wrapper .focus-swiper .focus-slide ul{display:flex;gap:1rem;flex-direction:column;list-style:none;padding:0;margin:0;margin-top:2rem;list-style-image:url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.42383 9.42383L1.92383 16.9238C1.71248 17.1352 1.42584 17.2539 1.12695 17.2539C0.828065 17.2539 0.541421 17.1352 0.330076 16.9238C0.118732 16.7125 2.22687e-09 16.4258 0 16.127C-2.22687e-09 15.8281 0.118732 15.5414 0.330076 15.3301L7.03414 8.62789L0.331952 1.92383C0.227305 1.81918 0.144294 1.69495 0.0876589 1.55822C0.0310243 1.42149 0.00187469 1.27494 0.00187469 1.12695C0.00187468 0.978958 0.0310243 0.832414 0.0876589 0.695686C0.144294 0.558958 0.227305 0.434724 0.331952 0.330077C0.436599 0.225429 0.560833 0.142419 0.697561 0.0857842C0.834289 0.0291496 0.980833 -1.10264e-09 1.12883 0C1.27682 1.10264e-09 1.42336 0.0291496 1.56009 0.0857842C1.69682 0.142419 1.82105 0.225429 1.9257 0.330077L9.4257 7.83008C9.53046 7.93472 9.61353 8.05901 9.67015 8.19582C9.72677 8.33263 9.75583 8.47927 9.75565 8.62734C9.75548 8.77541 9.72608 8.92198 9.66914 9.05866C9.61219 9.19534 9.52883 9.31943 9.42383 9.42383Z' fill='%230E0F12'/%3E%3C/svg%3E%0A");list-style-position:inside}[dir=rtl] .focus-wrapper .focus-swiper .focus-slide ul{list-style-image:url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.332031 9.42383L7.83203 16.9238C8.04338 17.1352 8.33002 17.2539 8.62891 17.2539C8.92779 17.2539 9.21444 17.1352 9.42578 16.9238C9.63713 16.7125 9.75586 16.4258 9.75586 16.127C9.75586 15.8281 9.63713 15.5414 9.42578 15.3301L2.72172 8.62789L9.42391 1.92383C9.52855 1.81918 9.61157 1.69495 9.6682 1.55822C9.72484 1.42149 9.75398 1.27494 9.75398 1.12695C9.75398 0.978958 9.72484 0.832414 9.6682 0.695686C9.61157 0.558958 9.52855 0.434724 9.42391 0.330077C9.31926 0.225429 9.19503 0.142419 9.0583 0.0857842C8.92157 0.0291496 8.77503 -1.10264e-09 8.62703 0C8.47904 1.10264e-09 8.3325 0.0291496 8.19577 0.0857842C8.05904 0.142419 7.9348 0.225429 7.83016 0.330077L0.330157 7.83008C0.225401 7.93472 0.142329 8.05901 0.0857086 8.19582C0.029089 8.33263 3.33786e-05 8.47927 0.000206947 8.62734C0.00038147 8.77541 0.0297823 8.92198 0.0867243 9.05866C0.143666 9.19534 0.227029 9.31943 0.332031 9.42383Z' fill='%230E0F12'/%3E%3C/svg%3E%0A")}.focus-wrapper .focus-swiper .focus-slide ul li{position:relative}.focus-wrapper .focus-pagination{position:relative;width:10rem;margin:auto;right:0;margin-top:2rem}.tool-box{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){.tool-box{flex-direction:column;margin-bottom:2rem}}.slider-nav{display:flex}.slider-nav .next,.slider-nav .prev{width:3rem;aspect-ratio:1/1;background-color:var(--brandColor);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='34' height='27' viewBox='0 0 34 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8836 0.57674C12.0578 0.396305 12.2663 0.252384 12.4968 0.153375C12.7273 0.0543661 12.9752 0.00225108 13.226 7.13293e-05C13.4768 -0.00210842 13.7256 0.0456902 13.9578 0.140679C14.1899 0.235668 14.4009 0.375944 14.5783 0.553323C14.7556 0.730702 14.8959 0.941631 14.9909 1.1738C15.0859 1.40597 15.1337 1.65474 15.1315 1.90558C15.1293 2.15642 15.0772 2.40432 14.9782 2.6348C14.8792 2.86529 14.7353 3.07375 14.5548 3.24802L6.44465 11.3582H32.1108C32.6119 11.3582 33.0924 11.5572 33.4467 11.9115C33.801 12.2658 34 12.7463 34 13.2474C34 13.7484 33.801 14.2289 33.4467 14.5832C33.0924 14.9375 32.6119 15.1365 32.1108 15.1365H6.44465L14.5548 23.2467C14.899 23.603 15.0894 24.0802 15.0851 24.5755C15.0808 25.0709 14.8821 25.5447 14.5318 25.895C14.1816 26.2452 13.7077 26.4439 13.2124 26.4482C12.7171 26.4525 12.2399 26.2621 11.8836 25.918L0.548573 14.583C0.194408 14.2287 -0.00454712 13.7483 -0.00454712 13.2474C-0.00454712 12.7464 0.194408 12.266 0.548573 11.9117L11.8836 0.57674Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:center center;background-size:50%}@media only screen and (max-width: 767px){.slider-nav .next,.slider-nav .prev{width:2.2rem;background-size:42%}}.support-grid{display:grid;grid-template-columns:30% 1fr;gap:6rem}.support-grid .title-left{display:flex;align-items:center}@media only screen and (max-width: 1024px){.support-grid{grid-template-columns:100%;gap:2rem}}@media only screen and (max-width: 767px){.support-grid{gap:1rem}}.support-grid .box-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media only screen and (max-width: 980px){.support-grid .box-wrap{grid-template-columns:100%;gap:.8rem}}.support-grid .box-wrap .box{padding:1.2rem 1.2rem 4rem;border-radius:1rem}@media only screen and (max-width: 1024px){.support-grid .box-wrap .box{padding:1.5rem}}@media only screen and (max-width: 767px){.support-grid .box-wrap .box{padding:1rem}}.support-grid .box-wrap .box h4{margin:0}.support-grid .box-wrap .box .text p{margin:.4rem 0}.support-grid .box-wrap .box:nth-child(odd){background-color:var(--brandColor)}.support-grid .box-wrap .box:nth-child(2n){background-color:var(--white)}@media only screen and (max-width: 767px){.title-box{text-align:center;margin-bottom:1rem}}.title-box .section-title{margin-bottom:1rem}.title-box p{font-weight:600;margin:0;font-size:1.3rem}.targets-wrapper{margin-top:2rem}.targets-wrapper .icon{display:flex}.targets-wrapper .icon svg{width:4.5rem;height:auto}@media only screen and (max-width: 980px){.targets-wrapper .icon svg{width:4rem}}@media only screen and (max-width: 980px){.targets-wrapper .icon svg{width:3.5rem}}.targets-wrapper .target-slide{padding:2rem;border:1px solid var(--black);border-radius:1rem;display:flex;flex-direction:column;gap:3rem;height:auto;align-items:start}@media only screen and (min-width: 1600px){.targets-wrapper .target-slide{gap:4rem;padding:3rem}}@media only screen and (max-width: 980px){.targets-wrapper .target-slide{padding:1.5rem}}@media only screen and (max-width: 767px){.targets-wrapper .target-slide{gap:2rem}}.targets-wrapper .target-pagination{position:relative;width:10rem;margin:auto;right:0;margin-top:2rem}.expand-wrapper{display:grid;align-items:center;grid-template-columns:40% 1fr;gap:3rem;border-radius:1rem;overflow:hidden;background:linear-gradient(203.95deg,rgba(248,246,236,.5) -7.36%,rgba(229,218,174,.5) 109.02%)}@media only screen and (max-width: 1024px){.expand-wrapper{gap:2rem}}@media only screen and (max-width: 980px){.expand-wrapper{gap:1.8rem}}@media only screen and (max-width: 767px){.expand-wrapper{grid-template-columns:1fr;gap:2rem}}.expand-wrapper .img-wrapper{position:relative;padding-top:100%;border-radius:1rem;overflow:hidden;align-self:center}.expand-wrapper .img-wrapper img{position:absolute;height:100%;width:100%;top:0;left:0;object-fit:cover}.expand-wrapper .text-wrapper{padding:2rem;padding-inline-start:0}@media only screen and (max-width: 767px){.expand-wrapper .text-wrapper{padding:1.5rem;padding-top:0}}.expand-wrapper .text-wrapper h3{margin:0;font-weight:500;font-size:calc(65 / var(--gfs) * 1rem);line-height:120%;margin-bottom:1rem}@media only screen and (min-width: 1600px){.expand-wrapper .text-wrapper h3{font-size:calc(70 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.expand-wrapper .text-wrapper h3{font-size:calc(60 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.expand-wrapper .text-wrapper h3{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.expand-wrapper .text-wrapper h3{font-size:calc(60 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.expand-wrapper .text-wrapper h3{font-size:calc(45 / var(--gfs) * 1rem)}}[dir=rtl] .expand-wrapper .text-wrapper h3{line-height:130%}.organisations-structure{width:100%}.organisations-structure svg{width:100%;height:auto}.organisations-structure.desktop,.organisations-structure.mobile{display:none}@media only screen and (min-width: 768px){.organisations-structure.desktop{display:inline-flex}}@media only screen and (max-width: 767px){.organisations-structure.mobile{display:inline-flex}}.initiative-details{display:grid;align-items:start;grid-template-columns:35% 1fr;gap:4rem}@media only screen and (max-width: 1024px){.initiative-details{gap:2.5rem}}@media only screen and (max-width: 980px){.initiative-details{gap:2rem}}@media only screen and (max-width: 767px){.initiative-details{grid-template-columns:100%;gap:1.5rem}}.initiative-details .img-wrapper{border:1px solid var(--black);border-radius:1rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1}@media only screen and (max-width: 767px){.initiative-details .img-wrapper{aspect-ratio:3/2}}.initiative-details .img-wrapper picture{width:70%}.initiative-details .img-wrapper img{width:100%;aspect-ratio:3/2}.initiative-details .button-wrapper{display:inline-flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}@media only screen and (max-width: 767px){.initiative-details .button-wrapper{gap:.5rem}}.media-wrapper .folder-lines{background-color:var(--black);opacity:.2;width:80%;margin:auto;height:2px;position:relative;margin-top:-.5rem}.media-wrapper .folder-lines:after{width:60%;position:absolute;content:"";top:.5rem;height:100%;background-color:var(--black);margin:auto;left:20%}.about-box{display:grid;width:100%;grid-template-columns:38% 1fr;gap:5rem}@media only screen and (max-width: 1024px){.about-box{gap:3rem}}@media only screen and (max-width: 980px){.about-box{grid-template-columns:1fr;gap:2rem}}@media only screen and (max-width: 767px){.about-box{gap:1.5rem}}.about-box img{border-radius:1rem;max-height:600px;object-fit:cover}.vision-mission-wrapper{display:grid;gap:5rem}@media only screen and (max-width: 980px){.vision-mission-wrapper{gap:2rem}}.vision-mission-wrapper .vision-mission-box{display:grid;gap:6rem;grid-template-columns:1fr 1fr}@media only screen and (max-width: 980px){.vision-mission-wrapper .vision-mission-box{text-align:center}}.vision-mission-wrapper .vision-mission-box .text p:last-child{margin-bottom:0}@media only screen and (max-width: 980px){.vision-mission-wrapper .vision-mission-box{gap:2rem;grid-template-columns:1fr}}.vision-mission-wrapper .vision-mission-box .header{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:1.5rem}@media only screen and (max-width: 767px){.vision-mission-wrapper .vision-mission-box .header{gap:.8rem}}.vision-mission-wrapper .vision-mission-box .header .icon{align-items:center;display:flex}@media only screen and (max-width: 980px){.vision-mission-wrapper .vision-mission-box .header{margin-bottom:.5rem;justify-content:center}}.vision-mission-wrapper .vision-mission-box .header .section-title{margin-bottom:0}.vision-mission-wrapper .vision-mission-box .header svg{width:3rem;height:auto;aspect-ratio:1}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.vision-mission-wrapper .vision-mission-box .header svg{width:2.5rem}}@media only screen and (max-width: 1024px){.vision-mission-wrapper .vision-mission-box .header svg{width:2.5rem}}@media only screen and (max-width: 767px){.vision-mission-wrapper .vision-mission-box .header svg{width:1.8rem}}.vision-mission-wrapper picture{position:relative;padding-top:52%;width:100%;border-radius:1rem;overflow:hidden}.vision-mission-wrapper picture img{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}.gov-box{display:grid;grid-template-columns:1fr 1fr;gap:6rem}@media only screen and (max-width: 980px){.gov-box{grid-template-columns:1fr;gap:2rem}}.gov-box .text p:last-child{margin-bottom:0}.joinFormWrap{max-width:1000px;margin-inline:auto}.aboutWrap{display:grid;grid-template-columns:35% 1fr;gap:4rem;align-items:start}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.aboutWrap{gap:3rem}}@media only screen and (max-width: 1024px){.aboutWrap{gap:3rem;grid-template-columns:30% 1fr}}@media only screen and (max-width: 980px){.aboutWrap{gap:1.5rem}}@media only screen and (max-width: 767px){.aboutWrap{grid-template-columns:100%}}.aboutWrap .imgBox{border-radius:1.2rem;overflow:hidden}@media only screen and (max-width: 980px){.aboutWrap .imgBox{border-radius:1rem}}@media only screen and (min-width: 768px){.aboutWrap .imgBox{position:sticky;top:calc(var(--header-height) + 1rem)}}.aboutWrap .contentBox:has(>.box){display:flex;flex-direction:column;gap:4rem}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.aboutWrap .contentBox:has(>.box){gap:2rem}}@media only screen and (max-width: 1024px){.aboutWrap .contentBox:has(>.box){gap:2rem}}.aboutWrap .contentBox .section-title{margin-bottom:1rem}.policiesWrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media only screen and (max-width: 1024px){.policiesWrap{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 980px){.policiesWrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.policiesWrap{grid-template-columns:100%;gap:.5rem}}.poItem .inner{height:100%;display:flex;flex-direction:column;padding:1.8rem 1.2rem;border:1px solid #e1e3e5;border-radius:1rem;color:#232528;gap:.4rem}.poItem .inner:has(.shareBox){padding-bottom:1rem}@media only screen and (max-width: 767px){.poItem .inner:has(.shareBox){padding-bottom:.5rem}}@media only screen and (max-width: 767px){.poItem .inner{padding:1.2rem 1rem}}.poItem .t{font-size:calc(33 / var(--gfs) * 1rem);font-weight:600;line-height:130%}.poItem .dec{font-size:calc(27 / var(--gfs) * 1rem);line-height:130%}.poItem .text{line-height:150%;margin-top:.2rem}.poItem .d{color:#797e86;font-size:calc(25 / var(--gfs) * 1rem)}.poItem .shareBox{display:flex;flex-wrap:wrap;gap:.2rem}.poItem .shareBox .icon{display:flex;align-items:center;justify-content:center;width:2.5rem;aspect-ratio:1;position:relative;cursor:pointer}.poItem .shareBox .icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--brandColorR),.2);z-index:-1;border-radius:50%;transform:scale(0);transition:all .4s var(--ease)}.poItem .shareBox .icon svg{width:55%;height:auto;aspect-ratio:1}@media (hover: hover) and (pointer: fine){.poItem .shareBox .icon:hover:before{transform:scale(1)}}.poItem .toolBox{display:flex;align-items:end;justify-content:space-between;flex:1;margin-top:1.5rem}.poItem .toolBox:has(.shareBox){align-items:center}@media only screen and (max-width: 767px){.poItem .toolBox{margin-top:1rem}}.mTopGap{margin-top:5rem}@media only screen and (max-width: 767px){.mTopGap{margin-top:2.5rem}}.mTopGapSmall{margin-top:2rem}@media only screen and (max-width: 767px){.mTopGapSmall{margin-top:1.5rem}}.councilsWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media only screen and (min-width: 1600px){.councilsWrap{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 1024px){.councilsWrap{gap:1rem}}@media only screen and (max-width: 980px){.councilsWrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.councilsWrap{grid-template-columns:100%;gap:.8rem}}.councilsWrap.style1{grid-template-columns:repeat(4,1fr);gap:1rem}@media only screen and (max-width: 1024px){.councilsWrap.style1{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 767px){.councilsWrap.style1{grid-template-columns:100%;gap:.8rem}}.councilsWrap.style1 .coItem .t{font-size:calc(55 / var(--gfs) * 1rem);line-height:130%;line-height:120%;color:var(--black)}@media only screen and (min-width: 1600px){.councilsWrap.style1 .coItem .t{font-size:calc(65 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.councilsWrap.style1 .coItem .t{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.councilsWrap.style1 .coItem .t{font-size:calc(43 / var(--gfs) * 1rem)}}@media only screen and (max-width: 980px){.councilsWrap.style1 .coItem .t{font-size:calc(37 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.councilsWrap.style1 .coItem .t{font-size:calc(37 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.councilsWrap.style1 .coItem .t{font-size:calc(45 / var(--gfs) * 1rem);aspect-ratio:inherit}}@media only screen and (max-width: 767px){.councilsWrap.style1 .coItem .more{margin-bottom:1.5rem}}.councilsWrap.style1 .coItem .inner{align-items:center;border:none;background:rgba(var(--brandColorR),.3)}.councilsWrap.style1 .coItem:nth-child(2n) .inner{background:rgba(14,15,18,.1)}.coItem .inner{height:100%;display:flex;flex-direction:column;text-align:center;padding:2rem;border:1px solid var(--black);border-radius:1rem}.coItem .t{font-size:calc(65 / var(--gfs) * 1rem);font-weight:600;line-height:130%;color:var(--brandColor);aspect-ratio:230/140;display:flex;justify-content:center;align-items:center;width:100%}@media only screen and (min-width: 1600px){.coItem .t{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.coItem .t{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.coItem .t{aspect-ratio:230/100}}.coItem .metaBox{padding-top:2rem;border-top:1px solid var(--black);display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media only screen and (max-width: 1024px){.coItem .metaBox{gap:1rem}}.coItem .m{font-weight:600;flex:1;display:flex;flex-direction:column;gap:.2rem}@media only screen and (max-width: 767px){.coItem .m{gap:.5rem}}.coItem .v{font-size:calc(60 / var(--gfs) * 1rem);line-height:90%}@media only screen and (min-width: 1600px){.coItem .v{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.coItem .v{font-size:calc(50 / var(--gfs) * 1rem)}}.coItem .d{font-size:calc(30 / var(--gfs) * 1rem);line-height:120%}@media only screen and (max-width: 1024px){.coItem .d{font-size:calc(27 / var(--gfs) * 1rem)}}.hubWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 1.5rem}@media only screen and (min-width: 1600px){.hubWrap{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 1024px){.hubWrap{gap:2rem 1rem}}@media only screen and (max-width: 980px){.hubWrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.hubWrap{grid-template-columns:100%;gap:1.5rem}}.hubItem .inner{display:flex;flex-direction:column;gap:.8rem}@media only screen and (max-width: 767px){.hubItem .inner{gap:.5rem}}@media (hover: hover) and (pointer: fine){.hubItem .inner:hover .imgBox img{transform:scale(1.1)}}.hubItem .imgBox{border-radius:1.3rem;overflow:hidden;position:relative}@media only screen and (max-width: 767px){.hubItem .imgBox{border-radius:1rem}}.hubItem .imgBox img{aspect-ratio:478/280;transition:all .4s var(--ease)}.hubItem .pinLocation{position:absolute;bottom:1rem;right:1rem;width:2.8rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:15;color:var(--white);background:var(--brandColor);transition:all .4s var(--ease)}[dir=rtl] .hubItem .pinLocation{right:auto;left:1rem}@media only screen and (max-width: 767px){.hubItem .pinLocation{width:2.5rem}}@media (hover: hover) and (pointer: fine){.hubItem .pinLocation:hover{transform:scale(1.1)}}.hubItem .pinLocation svg{width:42%;height:auto}.hubItem .contentBox{display:flex;flex-direction:column;gap:.3rem}@media only screen and (max-width: 767px){.hubItem .contentBox{gap:.15rem}}.hubItem .t{font-size:calc(35 / var(--gfs) * 1rem);font-weight:600;line-height:130%}@media only screen and (min-width: 1600px){.hubItem .t{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.hubItem .t{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.hubItem .t{font-size:calc(35 / var(--gfs) * 1rem)}}.hubItem .metaBox{display:grid;grid-template-columns:18px 1fr;gap:.3rem;align-items:center;font-size:calc(27 / var(--gfs) * 1rem);font-weight:500}@media only screen and (min-width: 1600px){.hubItem .metaBox{font-size:calc(24 / var(--gfs) * 1rem)}}.hubItem .metaBox .i{display:flex;align-items:center;justify-content:center;color:var(--brandColor)}.hubItem .metaBox .i svg{width:100%;height:auto}[data-theme=sharePopup]{background:var(--brandColor);border-radius:2rem}[data-theme=sharePopup] .tippy-arrow{color:var(--brandColor)}[data-theme=sharePopup] .tippy-content{padding-inline:.5rem}[data-theme=sharePopup] .tippy-content ul{list-style:none;padding:0;margin:0;display:flex;gap:.2rem}[data-theme=sharePopup] .tippy-content .link{display:flex;align-items:center;justify-content:center;width:2.5rem;aspect-ratio:1;position:relative;cursor:pointer;color:var(--white)}@media only screen and (max-width: 767px){[data-theme=sharePopup] .tippy-content .link{width:2.2rem}}[data-theme=sharePopup] .tippy-content .link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--blackR),.2);z-index:-1;border-radius:50%;transform:scale(0);transition:all .4s var(--ease)}[data-theme=sharePopup] .tippy-content .link svg{width:55%;height:auto;aspect-ratio:3/2.7}@media (hover: hover) and (pointer: fine){[data-theme=sharePopup] .tippy-content .link:hover:before{transform:scale(1)}}.membersList{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem}@media only screen and (min-width: 1600px){.membersList{grid-template-columns:repeat(5,1fr);gap:2rem 1rem}}@media only screen and (max-width: 1024px){.membersList{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 980px){.membersList{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.membersList{gap:1.5rem .5rem}}@media only screen and (max-width: 330px){.membersList{grid-template-columns:100%;gap:1.5rem}}.mbItem .inner{height:100%;display:flex;flex-direction:column;text-align:center;align-items:center;gap:.5rem}@media (hover: hover) and (pointer: fine){.mbItem .inner:hover .imgBox img{transform:scale(1.1)}}.mbItem .t{font-size:calc(38 / var(--gfs) * 1rem);font-weight:600;line-height:130%;width:100%}@media only screen and (min-width: 1600px){.mbItem .t{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.mbItem .t{font-size:calc(40 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.mbItem .t{font-size:calc(30 / var(--gfs) * 1rem)}}@media only screen and (max-width: 330px){.mbItem .t{font-size:calc(36 / var(--gfs) * 1rem)}}.mbItem .more{margin-top:.25rem}.mbItem .imgBox{position:relative;border-radius:1.2rem;overflow:hidden;width:100%}@media only screen and (max-width: 767px){.mbItem .imgBox{border-radius:.8rem}}.mbItem .imgBox img{aspect-ratio:346/372;object-fit:cover;transition:all .4s var(--ease)}.youthMembersGrid{padding-top:1rem;--g: 13vh;display:grid;gap:var(--g)}@media only screen and (min-width: 1600px){.youthMembersGrid{--g: 7.5rem}}@media only screen and (max-width: 1024px){.youthMembersGrid{--g: 5vh}}@media only screen and (max-width: 980px){.youthMembersGrid{--g: 70px}}@media only screen and (max-width: 767px){.youthMembersGrid{--g: 50px}}.yBox .cTabNav{margin-bottom:1rem}@media only screen and (max-width: 767px){.yBox .cTabNav{margin-bottom:.5rem}}.galleryWrap{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width: 1024px){.galleryWrap{gap:1rem}}@media only screen and (max-width: 767px){.galleryWrap{grid-template-columns:repeat(2,1fr);gap:.5rem}}.gaItem .inner{display:flex}@media (hover: hover) and (pointer: fine){.gaItem .inner:hover img{transform:scale(1.1)}}.gaItem .imgBox{width:100%;border-radius:1rem;overflow:hidden}@media only screen and (max-width: 767px){.gaItem .imgBox{border-radius:.5rem}}.gaItem img{aspect-ratio:478/345;object-fit:cover;transition:all .4s var(--ease)}.siteMap ul{margin:0;list-style:none;padding:0}.siteMap a{display:inline-flex;position:relative;padding-block:.3rem;font-weight:600;line-height:110%}.siteMap a:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--black);transform:scaleX(0);transition:transform .4s var(--ease);transform-origin:right}[dir=rtl] .siteMap a:before{transform-origin:left}.siteMap a .count{position:absolute;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding-inline:.3rem;background:var(--brandColor);color:var(--white);right:0;top:0;transform:translate(100%) translateY(-50%);font-size:11px;font-weight:300;line-height:80%;border-radius:50%}[dir=rtl] .siteMap a .count{right:auto;left:0}[dir=rtl] .siteMap a .count{transform:translate(-100%) translateY(-50%)}@media only screen and (max-width: 330px){.siteMap a .count{font-size:9px}}@media (hover: hover) and (pointer: fine){.siteMap a:hover:before{transform:scaleX(1);transform-origin:left}[dir=rtl] .siteMap a:hover:before{transform-origin:right}}.siteMap>ul{display:grid;gap:4rem 2rem;grid-template-columns:repeat(4,1fr);overflow:hidden;padding-top:1.2rem}@media only screen and (max-width: 1024px){.siteMap>ul{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 980px){.siteMap>ul{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.siteMap>ul{gap:2rem 1rem}}@media only screen and (max-width: 330px){.siteMap>ul{grid-template-columns:100%}}.siteMap>ul>li{position:relative}.siteMap>ul>li:after{content:"";position:absolute;left:0;bottom:-2rem;width:calc(100% + 2rem);height:1px;background:var(--brandColor)}@media only screen and (max-width: 767px){.siteMap>ul>li:after{bottom:-1rem}}.siteMap>ul>li>a{font-size:calc(45 / var(--gfs) * 1rem);line-height:110%}@media only screen and (max-width: 767px){.siteMap>ul>li>a{font-size:calc(33 / var(--gfs) * 1rem)}}.siteMap>ul ul{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}@media only screen and (max-width: 767px){.siteMap>ul ul{gap:.2rem}}.siteMap>ul ul a{font-size:calc(30 / var(--gfs) * 1rem)}@media only screen and (max-width: 767px){.siteMap>ul ul a{font-size:calc(27 / var(--gfs) * 1rem)}}.misionWrap{display:grid;align-items:start;grid-template-columns:repeat(2,1fr);gap:6rem}@media only screen and (min-width: 1600px){.misionWrap{gap:8rem}}@media only screen and (max-width: 1024px){.misionWrap{gap:3rem}}@media only screen and (max-width: 980px){.misionWrap{grid-template-columns:100%;gap:2rem}}@media only screen and (max-width: 767px){.misionWrap{gap:1.5rem}}.misionWrap .box{display:flex;flex-direction:column;gap:1rem}.tbox{--i: 3.5rem;display:grid;grid-template-columns:var(--i) 1fr;gap:1.4rem;align-items:center;font-size:calc(100 / var(--gfs) * 1rem);line-height:110%;font-weight:600}@media only screen and (min-width: 1600px){.tbox{font-size:calc(110 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.tbox{font-size:calc(90 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.tbox{font-size:calc(80 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.tbox{font-size:calc(60 / var(--gfs) * 1rem)}}[dir=rtl] .tbox{line-height:130%}@media only screen and (max-width: 1024px){.tbox{--i: 3rem;gap:1rem}}@media only screen and (max-width: 767px){.tbox{--i: 2.3rem;gap:.8rem}}.tbox .iconBox{display:flex;place-content:center}.tbox .iconBox svg{width:100%;height:auto}.govWrap{padding:8rem 8vw;border-radius:1.25rem;background:linear-gradient(204deg,rgba(248,246,236,.5) -7.36%,rgba(229,218,174,.5) 109.02%);display:grid;align-items:center;grid-template-columns:40% 1fr;gap:9rem}@media only screen and (min-width: 1600px){.govWrap{gap:8rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.govWrap{padding-block:5rem}}@media only screen and (max-width: 1024px){.govWrap{gap:4rem;padding-block:5rem}}@media only screen and (max-width: 980px){.govWrap{grid-template-columns:100%;gap:2rem}}@media only screen and (max-width: 767px){.govWrap{gap:1rem;padding:2rem 1.5rem;border-radius:1rem}}.govWrap .section-title{margin:0;line-height:130%}.keyWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.keyWrap{gap:1rem}}@media only screen and (max-width: 1024px){.keyWrap{grid-template-columns:100%;gap:.5rem}}.keyItem:nth-child(2n) .inner:before{background:#0e0f12}.keyItem .inner{position:relative;display:flex;flex-direction:column;gap:3rem;height:100%;padding:2rem}@media only screen and (max-width: 1024px){.keyItem .inner{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center}}@media only screen and (max-width: 767px){.keyItem .inner{padding:1.5rem;align-items:start;gap:1rem}}.keyItem .inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--brandColor);z-index:-1;opacity:.1;border-radius:1rem}.keyItem .iconBox{width:4rem}@media only screen and (min-width: 1600px){.keyItem .iconBox{width:4.5rem}}@media only screen and (max-width: 980px){.keyItem .iconBox{width:3.5rem}}.keyItem .iconBox img{width:100%;height:auto;aspect-ratio:1}.strategicWrap{display:grid;grid-template-columns:42% 1fr;gap:7rem;align-items:start}@media only screen and (min-width: 1600px){.strategicWrap{grid-template-columns:38% 1fr;gap:8rem}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.strategicWrap{gap:5rem}}@media only screen and (max-width: 1024px){.strategicWrap{gap:3rem}}@media only screen and (max-width: 980px){.strategicWrap{gap:2rem;grid-template-columns:100%}}@media only screen and (max-width: 767px){.strategicWrap{gap:1.5rem}}.strategicWrap .imgBox{position:relative;border-radius:1.5rem;overflow:hidden}@media only screen and (max-width: 980px){.strategicWrap .imgBox{max-width:450px}}@media only screen and (max-width: 767px){.strategicWrap .imgBox{border-radius:1rem}}.organizationalWrap{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem 6rem;overflow:hidden;padding-top:1rem}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.organizationalWrap{column-gap:4rem}}@media only screen and (max-width: 1024px){.organizationalWrap{gap:4rem}}@media only screen and (max-width: 980px){.organizationalWrap{grid-template-columns:100%;gap:3rem}}.ogItem{position:relative;display:grid;grid-template-columns:5rem 1fr;align-items:center;gap:.5rem}@media only screen and (max-width: 980px){.ogItem{gap:.2rem;align-items:start;grid-template-columns:4rem 1fr}}@media only screen and (max-width: 767px){.ogItem{grid-template-columns:3rem 1fr}}.ogItem:before{content:"";position:absolute;left:0;width:100%;height:1px;bottom:-2.5rem;background:var(--brandColor)}@media only screen and (max-width: 1024px){.ogItem:before{bottom:-2rem}}@media only screen and (max-width: 980px){.ogItem:before{bottom:-1.5rem}}.ogItem .num{color:var(--brandColor);font-weight:500;font-size:3rem;line-height:90%}@media only screen and (max-width: 1024px){.ogItem .num{font-size:2.8rem}}@media only screen and (max-width: 980px){.ogItem .num{font-size:2.4rem}}@media only screen and (max-width: 767px){.ogItem .num{font-size:1.8rem}}.ogItem .t{font-size:calc(42 / var(--gfs) * 1rem);line-height:160%;font-weight:600;line-height:120%;margin-bottom:.5rem}@media only screen and (min-width: 1600px){.ogItem .t{font-size:calc(44 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.ogItem .t{font-size:calc(39 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.ogItem .t{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.ogItem .t{font-size:calc(33 / var(--gfs) * 1rem)}}.searchBannerSection{display:flex;align-items:center}.searchBannerSection .banner-image img{filter:blur(20px)}.searchBannerSection .form-v3{max-width:800px;margin-inline:auto}.searchBannerSection .form-v3 input[type=text]:not(.browser-default){border:none;height:4rem;padding-inline:2rem 0}@media only screen and (max-width: 767px){.searchBannerSection .form-v3 input[type=text]:not(.browser-default){height:3rem;padding-inline:1.5rem 0}}.searchBannerSection .form-v3 .inputBox{display:grid;grid-template-columns:1fr auto;background:var(--white);border-radius:10px;gap:1rem}.searchBannerSection .form-v3 button{background:transparent;border:none;outline:none;height:4rem;display:flex;align-items:center;justify-content:center;padding:0;margin:0;aspect-ratio:1;color:var(--brandColor);cursor:pointer}@media only screen and (max-width: 767px){.searchBannerSection .form-v3 button{height:3rem}}.searchBannerSection .form-v3 button svg{width:40%;height:auto;transition:all .4s var(--ease)}@media (hover: hover) and (pointer: fine){.searchBannerSection .form-v3 button:hover svg{transform:scale(1.1)}}@media only screen and (max-width: 767px){.searchSection .section-title{font-size:calc(40 / var(--gfs) * 1rem)}}.searchResultsList{display:flex;flex-direction:column;gap:.5rem}.noResults{background:#f4f4f5;padding:2rem;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:1.5rem;color:#969696;grid-column:-1/1}@media only screen and (max-width: 980px){.noResults{padding:1.5rem;border-radius:1rem}}@media only screen and (max-width: 767px){.noResults{padding:1rem;border-radius:.8rem}}.slItem .inner{padding:2rem;background:#f4f4f5;display:flex;flex-direction:column;gap:.2rem;border-radius:1.5rem}@media only screen and (max-width: 980px){.slItem .inner{padding:1.5rem;border-radius:1rem}}@media only screen and (max-width: 767px){.slItem .inner{padding:1rem;border-radius:.8rem}}.slItem .t{font-size:calc(42 / var(--gfs) * 1rem);line-height:160%;font-weight:600;line-height:130%;margin-bottom:.5rem}@media only screen and (min-width: 1600px){.slItem .t{font-size:calc(44 / var(--gfs) * 1rem)}}@media only screen and (min-width: 1025px) and (max-width: 1370px) and (min-height: 500px) and (max-height: 670px){.slItem .t{font-size:calc(39 / var(--gfs) * 1rem)}}@media only screen and (max-width: 1024px){.slItem .t{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.slItem .t{font-size:calc(33 / var(--gfs) * 1rem)}}@media only screen and (max-width: 767px){.slItem .t{line-height:140%}}.slItem .text .highlight{color:var(--brandColor);text-decoration:underline;text-underline-offset:4px}.slItem .text .highlight b{font-weight:500}.projects-grid{display:flex;gap:1rem;margin-bottom:2rem}.projects-grid .projectSwiper{width:100%}.projects-grid .projectSwiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(9,1fr);gap:1rem}@media only screen and (max-width: 1024px){.projects-grid .projectSwiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(5,1fr)}}@media only screen and (max-width: 767px){.projects-grid .projectSwiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(3,1fr)}}.projects-grid .projectSwiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:auto}.projects-grid .project{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.projects-grid .project .project-label{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;border:2px solid transparent;border-radius:10px;transition:.3s;padding:15px;border:1px solid #CACACA;padding:2rem 1rem;border-radius:1rem;width:100%;height:100%}@media only screen and (max-width: 767px){.projects-grid .project .project-label{padding:1rem}}.projects-grid .project .project-checkbox:checked+.project-label{border-color:var(--brandColor);background-color:#c5a45414;box-shadow:0 0 8px #c5a45466}.projects-grid .project svg,.projects-grid .project img{width:2rem;height:2rem;object-fit:contain}.projects-grid .project .desc{text-align:center}.projects-grid .project .desc h4{font-size:.8rem;font-weight:300;margin:.7rem 0}@media only screen and (max-width: 767px){.projects-grid .project .desc h4{margin:.5rem 0}}.projectsWrap{grid-template-columns:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.projectsWrap .count{grid-column:1/-1;display:flex;justify-content:flex-end;opacity:.5}.projectsWrap span.page-link.first{display:none}.projectsWrap .t h3{font-size:calc(33 / var(--gfs) * 1rem);margin:.2rem 0}.projectsWrap .subt h2{margin:0}.projectsWrap .subt h5{font-size:calc(33 / var(--gfs) * .9rem);font-weight:400;margin:0;opacity:.5}.projectsWrap .desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:start}.projectsWrap .desc p{margin-top:0;text-align:start}@media only screen and (max-width: 1024px){.projectsWrap{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 980px){.projectsWrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){.projectsWrap{grid-template-columns:100%;gap:.5rem}}.projectsWrap .toolBox a{font-size:.8rem;padding:.3rem .5rem}.projectsWrap .toolBox a.tag{background-color:#d9d9d999;border-radius:2rem}.projectsWrap .img-wrapper{margin-bottom:3rem}.projectsWrap .img-wrapper picture img{width:70%;height:9rem;margin:auto;object-fit:contain}.project-popup-wrapper{max-width:80%;margin:auto;max-width:1100px}.project-popup-wrapper .slider-wrapper .swiper{border:1px solid var(--black);border-radius:1rem}.project-popup-wrapper .details{margin-top:3rem}.project-popup-wrapper .swiper-pagination{position:static;display:flex;justify-content:center}.project-popup-wrapper .targetNav{position:absolute;display:flex;gap:6rem;top:0;left:0;right:0;justify-content:center}.project-popup-wrapper .navbox{position:relative}.project-popup-wrapper .navbox .next,.project-popup-wrapper .navbox .prev{cursor:pointer}.project-popupbox{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media only screen and (max-width: 767px){.project-popupbox{grid-template-columns:1fr}}.project-popupbox .swiper-slide{height:auto}.project-popupbox .img-wrapper{height:100%}.project-popupbox .img-wrapper picture,.project-popupbox .img-wrapper img{height:100%;width:100%;object-fit:cover}.project-popupbox .slider-wrapper{overflow:hidden}.project-popupbox .desc span{display:flex}.project-popupbox .desc h3{margin-top:0;margin-bottom:1rem}.project-popupbox .desc ul{list-style:none;display:flex;flex-direction:column;gap:1.5rem;padding:0;margin:0}.project-popupbox .desc ul li{position:relative;gap:1rem;display:flex;align-items:center}.project-popupbox .desc ul li span{position:relative}.project-popupbox .desc ul li span:not(.icon):after{content:"";position:absolute;width:1px;height:50%;inset-inline-start:calc(100% + 5px);top:50%;background-color:var(--text);transform:translateY(-50%)}.project-popupbox .desc ul li span:last-child:after{display:none}.project-popupbox .desc ul li:after{position:absolute;content:"";width:100%;height:1px;top:calc(100% + 5px);background-color:var(--black);left:0;opacity:.2}.project-popupbox .desc ul li svg,.project-popupbox .desc ul li img{width:1rem}.initiative-tab .tab-header input[type=checkbox]:checked+label{background-color:rgba(var(--brandColorR),.3);color:var(--brandColorDark);border:none}.initiative-tab .tab-header a{height:100%}.initiative-tab .searchBox{display:grid;grid-auto-flow:column;align-items:center;gap:.5rem}.initiative-tab .searchBox .banner-image img{filter:blur(20px)}.initiative-tab .searchBox .form-v3{max-width:800px;margin-inline:auto}.initiative-tab .searchBox .form-v3 .inputBox{gap:0!important}.initiative-tab .searchBox .form-v3 .inputBox input{max-width:11rem}.initiative-tab .searchBox .form-v3 .inputBox button{background:rgba(var(--inputBG),.2)}.initiative-tab .searchBox .form-v3 input[type=text]:not(.browser-default){border:none;height:3rem;padding-inline:1rem 0;background:rgba(var(--inputBG),.2)}@media only screen and (max-width: 767px){.initiative-tab .searchBox .form-v3 input[type=text]:not(.browser-default){height:3rem;padding-inline:1.5rem 0}}.initiative-tab .searchBox .form-v3 .inputBox{display:grid;grid-template-columns:1fr auto;background:var(--white);border-radius:10px;gap:1rem}.initiative-tab .searchBox .form-v3 button{background:transparent;border:none;outline:none;height:3rem;display:flex;align-items:center;justify-content:center;padding:0;margin:0;aspect-ratio:1;color:var(--brandColor);cursor:pointer}@media only screen and (max-width: 767px){.initiative-tab .searchBox .form-v3 button{height:3rem}}.initiative-tab .searchBox .form-v3 button svg{width:40%;height:auto;transition:all .4s var(--ease)}@media (hover: hover) and (pointer: fine){.initiative-tab .searchBox .form-v3 button:hover svg{transform:scale(1.1)}}.initiative-tab .tab-wrapper .tab-header{align-items:center;margin-bottom:2rem}.initiative-tab .tab-wrapper .tab-header a{white-space:nowrap}.initiative-tab .tab-wrapper .tab-header ul{flex-wrap:wrap;gap:1rem 0}@media only screen and (max-width: 767px){.initiative-tab .tab-wrapper .tab-header ul{gap:1.2rem 1rem;justify-content:center}}.initiative-tab .tab-wrapper .tab-header ul li label{padding:.5rem .6rem}.initiative-tab .tab-wrapper .tab-header ul li.active label{background-color:rgba(var(--brandColorR),.3);color:var(--brandColorDark);border:none}@media only screen and (max-width: 767px){.initiative-tab .tab-wrapper .tab-header ul li label{border:1px solid #CACACA}}html[dir=rtl] .project-popup-wrapper .navbox .next,html[dir=rtl] .project-popup-wrapper .navbox .prev{transform:scaleX(-1)}
