#loading{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:99999;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#f5fff7;transition:opacity .5s cubic-bezier(.6,.14,0,1)}#loading.hide{opacity:0}#loading.hide,#loading.hide *{pointer-events:none!important}@font-face{font-family:Proxima Nova;font-display:swap;src:url(../fonts/Proxima-Nova-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Proxima Nova;font-display:swap;src:url(../fonts/Proxima-Nova-Semibold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Sohne Breit;font-display:swap;src:url(../fonts/Sohne-Breit.woff2) format("woff2");font-weight:700;font-style:normal}body{font-size:16rem;line-height:1;font-weight:400}.super,.h1,.h2{font-family:Sohne Breit,sans-serif;font-weight:700;line-height:1;margin:0}.super{font-size:100rem}.h1{font-size:64rem}.h2{font-size:32rem}@media (max-width: 1024px){body{font-size:12px}.super{font-size:64px}.h1{font-size:48px}.h2{font-size:28px}}:root{--margin: 20rem;--gap: 8rem;--column: calc((var(--rvw) * 100 - var(--margin) * 2 - var(--gap) * 23) / 24)}@media (max-width: 1024px){:root{--margin: 8px;--gap: 10px}}#grid{width:100%;height:100%;position:fixed;left:0;top:0;padding:0 var(--margin);box-sizing:border-box;z-index:9999;display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:auto;gap:var(--gap);pointer-events:none}#grid div{background:#f003}#grid:not(.show){display:none}.smart-text .line{display:block;font-weight:inherit;will-change:transform}.smart-text .text{display:inline-block;white-space:nowrap;font-weight:inherit}.smart-text .word{display:inline-block}.smart-text .word:not(:last-child).right-space{padding-right:.2em}.smart-text .word:not(:first-child).left-space{padding-left:.2em}.rich-text p{margin:0}.rich-text p:not(:last-child){margin-bottom:1em}.rich-text a{position:relative;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;font-weight:500}.rich-text a:hover{animation:lineLoop-animation 3s linear infinite}.rich-text a:not(:hover):after{transform:scaleX(.2)}#custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;display:flex;align-items:center;justify-content:center;padding:8rem 20rem;font-size:16rem;font-weight:600;line-height:1;will-change:transform}#custom-cursor #custom-cursor-bg,#custom-cursor #custom-cursor-circle,#custom-cursor #custom-cursor-text{transition:opacity 1s cubic-bezier(.19,1,.22,1),transform 1s cubic-bezier(.19,1,.22,1)}#custom-cursor #custom-cursor-bg,#custom-cursor #custom-cursor-circle{position:absolute;top:0;left:0;z-index:0;background:#c0c2e5}#custom-cursor #custom-cursor-bg{width:100%;height:100%;border-radius:8rem;border:.5px solid #434463}#custom-cursor #custom-cursor-circle{width:100rem;height:100rem;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}#custom-cursor #custom-cursor-text{position:relative;z-index:1;max-width:100rem;text-align:center}#custom-cursor:not(.is-circle) #custom-cursor-circle{opacity:0;transform:translate(-50%,-50%) scale(0)}#custom-cursor.is-circle{font-weight:400;font-size:14rem}#custom-cursor.is-circle #custom-cursor-bg{opacity:0;transform:scale(0)}#custom-cursor:not(.show) #custom-cursor-bg,#custom-cursor:not(.show) #custom-cursor-circle,#custom-cursor:not(.show) #custom-cursor-text{opacity:0;transform:scale(0)}#custom-cursor:not(.show) #custom-cursor-circle{transform:translate(-50%,-50%) scale(0)}html[data-touch=true] #custom-cursor{display:none}#nav{width:100%;position:fixed;top:0;left:0;z-index:99;box-sizing:border-box;padding:0 var(--margin);display:flex;justify-content:space-between;align-items:center}#nav-left,#nav-right{display:flex;align-items:center;gap:var(--gap);z-index:99}#nav-right{background-color:#d1d2f580;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:4rem;padding:6rem 15rem;box-sizing:border-box;position:relative;top:-6rem}#nav-left a{width:60px;height:auto;display:inline-flex}#nav-left a img{width:100%;height:auto}#nav .hashtag{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:Sohne Breit,sans-serif;font-size:20rem;transition:ease .3s;opacity:0}#nav .hashtag.show{opacity:1}@media (max-width: 970px){#nav .hashtag{display:none}}@media (max-width: 740px){#nav{padding:0 var(--margin)}#nav-left a{width:35rem}#nav-right{gap:0}#nav .hashtag{display:none}}#footer{box-sizing:border-box;width:100%;margin-top:12.5rem;display:flex;padding:26rem var(--margin);padding-top:126rem;gap:var(--gap);justify-content:space-between;align-items:center;position:relative;z-index:9;font-size:14rem;color:#696969;transition:ease-out .03s;opacity:0;pointer-events:none}#footer.show{opacity:1}#footer.show a{pointer-events:auto}#footer:before{content:"";width:100%;height:calc(100% - 100rem);position:absolute;bottom:0;left:0;z-index:1;pointer-events:auto;background:#dadadf}#footer:after{content:"";width:calc(100% - 2 * var(--margin));height:1px;background:currentColor;position:absolute;top:100rem;left:var(--margin);z-index:1}#footer-left,#footer-mid,#footer-right{z-index:9}#footer-mid{text-decoration:underline;font-weight:700}#footer-left,#footer-right{width:305rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 890px){#footer{flex-direction:column;align-items:center;gap:24px;padding-top:226px}#footer:before{height:calc(100% - 200px)}#footer:after{top:200px}#footer-left,#footer-right{width:100%;justify-content:center}#footer-mid{gap:24px}#footer-right{gap:20px}}#p{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999}#p:not(.show){pointer-events:none}html[data-touch=true] #p{display:none}#popup{width:100%;height:100dvh;position:fixed;z-index:9999;color:#f5fff7;box-sizing:border-box;overflow:hidden}#popup #popup-window{width:calc(100% - var(--margin) * 2);height:calc(100% - var(--margin) * 2);margin-left:var(--margin);margin-top:var(--margin);display:flex;gap:var(--gap);align-items:flex-start;box-sizing:border-box;padding:80rem calc(var(--column) * 2 + var(--gap));padding-right:0;overflow-y:auto;overscroll-behavior:contain;border-radius:20rem;background:var(--gradient);scrollbar-color:transparent;scrollbar-width:none;transition:transform 1s cubic-bezier(.19,1,.22,1);will-change:transform;position:relative}#popup #popup-window::-webkit-scrollbar,#popup #popup-window::scrollbar{display:none;width:0}#popup #popup-close{width:64rem;height:64rem;position:fixed;top:calc(24rem + var(--margin));right:calc(24rem + var(--margin));z-index:9;cursor:pointer;display:flex;align-items:center;justify-content:center;will-change:transform;transition:transform .5s cubic-bezier(.6,.14,0,1) .5s}#popup #popup-close:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;background:currentColor;border-radius:50%;transition:transform 1s cubic-bezier(.19,1,.22,1) .1s}#popup #popup-close svg{width:13rem;height:13rem;color:var(--color);fill:currentColor;z-index:1;transition:transform 1s cubic-bezier(.19,1,.22,1)}#popup #popup-close:hover:before{transform:scale(.9)}#popup #popup-close:hover svg{transform:scale(1.1)}#popup #popup-image{width:50%;height:auto;position:absolute;left:0;top:0;pointer-events:none;opacity:.1;z-index:0}#popup #popup-left{width:calc(var(--column) * 11 + var(--gap) * 10);z-index:1}#popup #popup-left #popup-number{display:block;font-size:128rem;line-height:1;margin-bottom:80rem}#popup #popup-left #popup-number small{font-size:50%}#popup #popup-left #popup-title{max-width:480rem;display:block}#popup #popup-left .popup-dyk{margin-left:calc(var(--column) * 2 + var(--gap) * 1)}#popup #popup-right{width:calc(var(--column) * 10 + var(--gap) * 9);padding-top:min(360rem,30vh)}#popup #popup-right #popup-content{max-width:400rem;font-size:20rem}#popup #popup-right #popup-content a{position:relative;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;font-weight:500}#popup #popup-right #popup-content a:hover{animation:lineLoop-animation 3s linear infinite}#popup #popup-right #popup-footer{margin-top:40rem}#popup #popup-right #popup-next{display:inline-flex;align-items:center;position:relative;padding:10rem 20rem;line-height:1;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none}#popup #popup-right #popup-next:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;background:#f5fff7;border-radius:12rem;transition:transform 1s cubic-bezier(.19,1,.22,1)}#popup #popup-right #popup-next span,#popup #popup-right #popup-next svg{position:relative;z-index:1;color:var(--color)}#popup #popup-right #popup-next svg{width:25rem;height:auto;fill:currentColor;margin-left:10rem;overflow:visible}#popup #popup-right #popup-next svg g{transform-box:fill-box;transform-origin:100% 100%;will-change:transform;transition:transform 1s cubic-bezier(.19,1,.22,1)}#popup #popup-right #popup-next svg g path:last-child{fill:#f5fff7}#popup #popup-right #popup-next svg g:nth-child(3){transition-delay:.1s}#popup #popup-right #popup-next svg g:nth-child(2){transition-delay:.05s;transform:rotate(20deg)}#popup #popup-right #popup-next svg g:nth-child(1){transition-delay:0s;transform:rotate(40deg)}html[data-touch=false] #popup #popup-right #popup-next:hover:before{transform:scaleX(.95)}html[data-touch=false] #popup #popup-right #popup-next:hover svg g:nth-child(3){transform:rotate(360deg) scale(.6) translateY(-40%) translate(-30%)}html[data-touch=false] #popup #popup-right #popup-next:hover svg g:nth-child(2){transform:rotate(380deg) scale(.6) translateY(-40%) translate(-30%)}html[data-touch=false] #popup #popup-right #popup-next:hover svg g:nth-child(1){transform:rotate(400deg) scale(.6) translateY(-40%) translate(-30%)}#popup #popup-right #popup-share{margin-left:40rem;display:inline-flex;align-items:center}#popup #popup-right #popup-share span{margin-right:12rem}#popup #popup-right #popup-share #popup-share-items{display:flex;align-items:center;gap:16rem}#popup #popup-right #popup-share #popup-share-items .item{width:24rem;height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity 1s cubic-bezier(.19,1,.22,1)}#popup #popup-right #popup-share #popup-share-items .item svg{width:100%;height:auto;fill:currentColor;transition:transform 1s cubic-bezier(.19,1,.22,1)}#popup #popup-right #popup-share #popup-share-items .item:hover{opacity:.7}#popup #popup-right #popup-share #popup-share-items .item:hover svg{transform:scale(.8)}#popup #popup-right .popup-dyk{display:none}#popup .popup-dyk{margin-top:90rem}#popup .popup-dyk .popup-dyk-title{display:block;font-size:20rem;margin-bottom:16rem}#popup .popup-dyk .popup-dyk-content{max-width:270rem}#popup .popup-dyk .popup-dyk-content a{position:relative;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 1px,0 1px;font-weight:500}#popup .popup-dyk .popup-dyk-content a:hover{animation:lineLoop-animation 3s linear infinite}#popup.no-dyk .popup-dyk{display:none!important}#popup.light{color:#38241c}#popup.light #popup-right #popup-next:before{background:#38241c}#popup.light #popup-right #popup-next svg g path:last-child{fill:#38241c}#popup:not(.show),#popup:not(.show) *{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}#popup:not(.show) #popup-window{transform:translateY(calc(100% + var(--margin) * 2))}#popup:not(.show) #popup-close{transform:scale(0);transition-delay:0s;transition-timing-function:cubic-bezier(.19,1,.22,1)}@media (max-width: 1024px){#popup #popup-window{padding:30px 24px 60px;flex-direction:column}#popup #popup-close{top:20rem;right:20rem}#popup #popup-left,#popup #popup-right{width:100%;padding:0}#popup #popup-image{width:100%}#popup #popup-left{margin-bottom:60rem}#popup #popup-left #popup-number{font-size:80rem;line-height:.8;margin-bottom:60rem}#popup #popup-left #popup-number small{font-size:.38em}#popup #popup-left .popup-dyk{display:none}#popup #popup-right{padding-top:0}#popup #popup-right #popup-content{font-size:18rem}#popup #popup-right #popup-footer{display:flex;flex-direction:column;align-items:flex-start;margin-top:40px}#popup #popup-right #popup-next{margin-bottom:20rem;font-size:18px;font-weight:600}#popup #popup-right #popup-share{margin-left:0;font-size:16px}#popup #popup-right .popup-dyk{display:block;margin-top:48px}#popup .popup-dyk p{margin:0;font-size:16px}}.dropdown-language{display:inline-block;position:relative}.dropdown-language button{font-size:14px;font-weight:600;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;font-family:inherit;background-color:transparent;color:#434463;cursor:pointer;display:flex;align-items:center;gap:8px;padding:0}.dropdown-language ul{height:0;left:1rem;overflow:hidden;margin:0;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:#f7f7f7;border-bottom:1px solid #d4d6d8;box-shadow:0 3px 4px #0000001a;display:block;padding:12px 16px;font-size:14px;font-weight:600;text-transform:uppercase}.dropdown-language.active ul{height:auto}.dropdown-language.active .arrow-down{transform:rotate(180deg)}.dropdown-language:not(.active) ul{pointer-events:none!important}@media (max-width: 740px){.dropdown-language button span{display:none}.dropdown-language ul{left:auto;right:0}}.download-button{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px;margin-right:26px;text-transform:uppercase}.download-button .icon{display:flex;align-items:center;flex-direction:column;transform:translateY(-2px)}.download-button svg.arrow{transition:all .3s;transform:translateY(1px)}.download-button:hover svg.arrow{transform:translateY(-5px)}@media (max-width: 740px){.download-button{text-align:right}.download-button span{max-width:100px}}*{font-smooth:almays;text-shadow:0px 0px 1px transparent;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}@-moz-document url-prefix(){body{font-weight:lighter!important}}body,html{height:auto;margin:0;padding:0;font-family:Proxima Nova,sans-serif}html{font-size:.0732064422vw;background:#f5fff7;color:#434463}html.is-leaving,html.is-leaving *{pointer-events:none!important}html.is-leaving body{opacity:0}html:not(.intro-done){overflow:hidden!important}@media (max-width: 1024px){html{font-size:1px}}body{transition:opacity .5s cubic-bezier(.19,1,.22,1)}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.flex{display:flex}button{background:transparent;border:none;cursor:pointer;padding:0;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit}a{color:inherit;text-decoration:none}.no-transition,.no-transition *{transition:none!important}.no-animation,.no-animation *{animation:none!important}.no-events,.no-events *{pointer-events:none!important}.no-transform,.no-transform *{transform:none!important}.full-width{width:100vw}.size-auto{width:auto!important;height:auto!important}.width-auto{width:auto!important}.overflow-hidden{overflow:hidden!important}.hide-donor .core-donors-badge,.hide-donor .core-donors-badge.active{opacity:0!important;pointer-events:none!important}.core-donors .content{width:576px!important;overflow:hidden!important}.core-donors h2{max-width:480px!important;font-size:44px!important;font-family:Sohne Breit,sans-serif!important;font-weight:900!important;color:#000!important;margin:32px auto!important}@media (max-width: 1400px){.core-donors h2{margin:26px auto!important;max-width:100%!important;font-size:34px!important}}.core-donors p{font-size:14px!important;margin-block-end:2em!important;color:#000!important}.core-donors .cta__link{text-transform:uppercase!important;font-weight:800!important;color:#000!important;font-size:16px!important;display:flex}.core-donors .cta__link:after{content:"";height:1.188em;margin-left:12px;margin-top:2px;width:.813em;background:url(https://undp.github.io/design-system/images/arrow-left-expand-defaut.svg) no-repeat 0;transition:.2s ease}.core-donors .cta__link:hover:after{transform:translate(70%)}@keyframes lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 1px,0 1px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 1px,100% 1px}}html{background:linear-gradient(180deg,#d0d2f6 1.44%,#dbdbdb 95.48%)}#header{width:100%;height:100vh;overflow-x:clip;position:sticky;top:0;left:0}#header .circle-button{width:100rem;height:100rem;display:flex;justify-content:center;align-items:center;font-size:14rem;font-weight:700;position:relative;cursor:pointer}#header .circle-button:before{content:"";position:absolute;width:100%;height:100%;z-index:0;border-radius:50%;background:currentColor;transition:transform 1s cubic-bezier(.19,1,.22,1)}#header .circle-button span{color:#f5fff7;position:relative;z-index:1}#header .circle-button:hover:before{transform:scale(1.1)}#header #intro{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;transition:opacity 1s cubic-bezier(.19,1,.22,1),transform 1s cubic-bezier(.19,1,.22,1)}#header #intro .slide{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:opacity 1s cubic-bezier(.19,1,.22,1)}#header #intro .slide:nth-child(1) #intro-title{display:inline-flex;transition:transform 1s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1)}#header #intro .slide:nth-child(1) #intro-title span{display:inline-block}#header #intro .slide:nth-child(1) #intro-title span:nth-child(2){margin-left:.35em}#header #intro .slide:nth-child(1):not(.active) #intro-title{transform:scale(.5);opacity:0}#header #intro .slide:nth-child(2) #intro-subtitle{max-width:880rem;margin:0 auto}#header #intro .slide:nth-child(2) #intro-subtitle .word .letter{opacity:.1}#header #intro .slide:nth-child(3) #intro-description{max-width:440rem;margin:0 auto;margin-bottom:24rem;font-weight:400;font-size:24rem}#header #intro .slide:not(.active){opacity:0;pointer-events:none}#header #card-placeholder,#header #card-completed{position:absolute;bottom:260rem;left:50%;transform:translate(-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}#header #card-placeholder figure,#header #card-completed figure{width:min(268rem,30vh);aspect-ratio:268/380;background:#f5fff7;border-radius:20rem;opacity:.15;z-index:0;margin:0;transition:opacity 1.5s cubic-bezier(.6,.14,0,1),transform 1.5s cubic-bezier(.6,.14,0,1)}#header #card-placeholder #card-placeholder-content,#header #card-placeholder #card-completed-content,#header #card-completed #card-placeholder-content,#header #card-completed #card-completed-content{width:80vw;position:absolute;left:50%;top:50%;z-index:1;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}#header #card-placeholder p,#header #card-completed p{margin:0;margin-bottom:40rem;max-width:330rem}#header #card-placeholder p .line .text,#header #card-completed p .line .text{will-change:transform;transition:opacity 1.5s cubic-bezier(.19,1,.22,1),transform 1.5s cubic-bezier(.19,1,.22,1)}#header #card-placeholder strong,#header #card-completed strong{display:block;font-size:14rem;transition:opacity 1.5s cubic-bezier(.19,1,.22,1),transform 1.5s cubic-bezier(.19,1,.22,1)}#header #card-placeholder p{margin-bottom:0!important}#header #card-placeholder figure{transition-delay:1s}#header #card-placeholder p .line:nth-child(1) .text{transition-delay:1.1s}#header #card-placeholder p .line:nth-child(2) .text{transition-delay:1.2s}#header #card-placeholder p .line:nth-child(3) .text{transition-delay:1.3s}#header #card-placeholder p .line:nth-child(4) .text{transition-delay:1.4s}#header #card-placeholder p .line:nth-child(5) .text{transition-delay:1.5s}#header #card-placeholder p .line:nth-child(6) .text{transition-delay:1.6s}#header #card-placeholder p .line:nth-child(7) .text{transition-delay:1.7s}#header #card-placeholder p .line:nth-child(8) .text{transition-delay:1.8s}#header #card-placeholder p .line:nth-child(9) .text{transition-delay:1.9s}#header #card-placeholder p .line:nth-child(10) .text{transition-delay:2s}#header #card-placeholder strong{transition-delay:1s}#header #card-completed strong{max-width:550rem;margin-bottom:24rem;transition-delay:0s}#header #card-completed p{max-width:440rem;margin:0}#header #card-completed p .line:nth-child(1) .text{transition-delay:.3s}#header #card-completed p .line:nth-child(2) .text{transition-delay:.4s}#header #card-completed p .line:nth-child(3) .text{transition-delay:.5s}#header #card-completed p .line:nth-child(4) .text{transition-delay:.6s}#header #card-completed p .line:nth-child(5) .text{transition-delay:.7s}#header #card-completed p .line:nth-child(6) .text{transition-delay:.8s}#header #card-completed p .line:nth-child(7) .text{transition-delay:.9s}#header #card-completed p .line:nth-child(8) .text{transition-delay:1s}#header #card-completed p .line:nth-child(9) .text{transition-delay:1.1s}#header #card-completed p .line:nth-child(10) .text{transition-delay:1.2s}#header #card-completed #card-completed-button{position:absolute;top:calc(100% - 50rem);left:calc(50% - 50rem);transition-delay:.5s}#header #cards-titles{width:100%;height:100%;position:absolute;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1;mix-blend-mode:soft-light;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none}#header #cards-titles .title{width:100%;max-width:1210rem;position:absolute;top:calc(50% - 50rem);left:50%;transform:translate(-50%,-50%);opacity:.05}#header #cards-titles .title .line .text{transition:opacity 1s cubic-bezier(.19,1,.22,1),transform 1s cubic-bezier(.19,1,.22,1);will-change:transform}#header #cards-titles .title.large{font-size:50rem}#header #cards-titles .title:not(.active):not(.selected),#header #cards-titles .title.disabled{pointer-events:none}#header #cards-titles .title:not(.active):not(.selected) .line .text,#header #cards-titles .title.disabled .line .text{opacity:0;transform:translateY(100%)}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(1) .text,#header #cards-titles .title.disabled .line .text:nth-child(1) .text{transition-delay:.1s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(2) .text,#header #cards-titles .title.disabled .line .text:nth-child(2) .text{transition-delay:.2s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(3) .text,#header #cards-titles .title.disabled .line .text:nth-child(3) .text{transition-delay:.3s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(4) .text,#header #cards-titles .title.disabled .line .text:nth-child(4) .text{transition-delay:.4s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(5) .text,#header #cards-titles .title.disabled .line .text:nth-child(5) .text{transition-delay:.5s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(6) .text,#header #cards-titles .title.disabled .line .text:nth-child(6) .text{transition-delay:.6s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(7) .text,#header #cards-titles .title.disabled .line .text:nth-child(7) .text{transition-delay:.7s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(8) .text,#header #cards-titles .title.disabled .line .text:nth-child(8) .text{transition-delay:.8s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(9) .text,#header #cards-titles .title.disabled .line .text:nth-child(9) .text{transition-delay:.9s}#header #cards-titles .title:not(.active):not(.selected) .line .text:nth-child(10) .text,#header #cards-titles .title.disabled .line .text:nth-child(10) .text{transition-delay:1s}#header #cards-titles .title.active .line:nth-child(1) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(1) .text{transition-delay:.6s}#header #cards-titles .title.active .line:nth-child(2) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(2) .text{transition-delay:.7s}#header #cards-titles .title.active .line:nth-child(3) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(3) .text{transition-delay:.8s}#header #cards-titles .title.active .line:nth-child(4) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(4) .text{transition-delay:.9s}#header #cards-titles .title.active .line:nth-child(5) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(5) .text{transition-delay:1s}#header #cards-titles .title.active .line:nth-child(6) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(6) .text{transition-delay:1.1s}#header #cards-titles .title.active .line:nth-child(7) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(7) .text{transition-delay:1.2s}#header #cards-titles .title.active .line:nth-child(8) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(8) .text{transition-delay:1.3s}#header #cards-titles .title.active .line:nth-child(9) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(9) .text{transition-delay:1.4s}#header #cards-titles .title.active .line:nth-child(10) .text,#header #cards-titles .title.selected:not(.disabled) .line:nth-child(10) .text{transition-delay:1.5s}#header #cards-centered{width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;pointer-events:none;perspective:100vw;overflow-x:clip}#header #cards-centered #cards-centered-container{width:100%;height:100%;bottom:0;left:0;perspective:100vw}#header #cards-centered .card-centered{width:min(300rem,35vh);aspect-ratio:300/400;position:absolute;color:#f5fff7;pointer-events:auto;cursor:pointer}#header #cards-centered .card-centered .face{width:100%;height:100%;padding:30rem 20rem;box-sizing:border-box;position:absolute;top:0;left:0;border-radius:20rem;background:var(--gradient);display:flex;flex-direction:column;justify-content:space-between;backface-visibility:hidden;overflow:clip;clip-path:url(#)}#header #cards-centered .card-centered .back{transform:rotateY(180deg)}#header #cards-centered .card-centered small{line-height:.8;font-size:min(80rem,10vh);font-family:Sohne Breit,sans-serif}#header #cards-centered .card-centered .card-image{width:100%;height:auto;position:absolute;right:0;top:0;transform-origin:100% 0%;transform:scale(.6);backface-visibility:hidden}#header #cards-centered .card-centered p{margin:0;font-family:Sohne Breit,sans-serif;font-size:min(16rem,1.9vh);font-weight:600;backface-visibility:hidden}#header #cards-centered .card-centered.light{color:#38241c}#header #read-more{display:inline-flex;position:absolute;right:10%;bottom:50vh;z-index:99;transition:opacity 1s cubic-bezier(.19,1,.22,1);text-align:center}#header #read-more:before{background:#c4c4de}#header #read-more span{color:currentColor;font-weight:400}#header #cards{width:100%;position:absolute;bottom:0;left:0;z-index:2;-webkit-user-select:none;user-select:none;overflow-x:clip;transition:opacity 1s cubic-bezier(.19,1,.22,1) .8s}#header #cards #cards-content{display:inline-flex}#header #cards .card{width:164rem;color:#f5fff7;position:relative;top:140rem;transition:transform 1s cubic-bezier(.6,.14,0,1)}#header #cards .card .card-container,#header #cards .card .card-inner{width:100%;height:auto;will-change:transform}#header #cards .card .card-inner{aspect-ratio:164/220;padding:20rem;box-sizing:border-box;border-radius:18rem;position:relative;background:var(--color);overflow:clip;clip-path:url(#)}#header #cards .card .card-inner:before,#header #cards .card .card-inner:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;border-radius:18rem;pointer-events:none;box-sizing:border-box;transition:opacity 1s cubic-bezier(.19,1,.22,1)}#header #cards .card .card-inner:before{background:linear-gradient(180deg,#d0d2f6 1.44%,#cfd1f5 12.85%,#cecff2 22.75%,#caccee 31.32%,#c6c8e9 38.74%,#c1c3e3 45.18%,#bcbddc 50.83%,#b6b7d4 55.86%,#afb0cb 60.46%,#a8a9c2 64.8%,#a1a1b9 69.07%,#999ab0 73.43%,#9293a7 78.08%,#8b8c9e 83.18%,#858596 88.92%,#7f7f8e 95.48%);border:1px solid #B8B9D1;opacity:0}#header #cards .card .card-inner:after{background:var(--gradient)}#header #cards .card .card-inner small,#header #cards .card .card-inner .card-image{z-index:2;position:relative}#header #cards .card .card-inner small{font-size:18rem;font-family:Sohne Breit,sans-serif}#header #cards .card .card-inner .card-image{width:100%;height:auto;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:opacity 1s cubic-bezier(.19,1,.22,1)}#header #cards .card:not(:last-child){margin-right:-40rem}#header #cards .card.light{color:#38241c}#header #cards .card.hover{transform:translateY(-50%) rotate(-8deg);cursor:pointer}#header #cards .card.ghost{color:#434463!important}#header #cards .card.ghost .card-inner{background:transparent}#header #cards .card.ghost .card-inner:before{opacity:1}#header #cards .card.ghost .card-inner:after{opacity:0}#header #cards .card.ghost .card-inner .card-image{opacity:.2}#header #cards:not(.show-illustrations) .card .card-inner:after{opacity:0}#header #cards:not(.show-illustrations) .card .card-inner .card-image{opacity:0}#header:not(.playing) #card-placeholder,#header.all-ghost #card-placeholder{pointer-events:none}#header:not(.playing) #card-placeholder figure,#header.all-ghost #card-placeholder figure{transform:translateY(160rem);opacity:0}#header:not(.playing) #card-placeholder p .line .text,#header.all-ghost #card-placeholder p .line .text{transform:translateY(80rem);opacity:0}#header:not(.playing) #card-placeholder strong,#header.all-ghost #card-placeholder strong{transform:translateY(80rem);opacity:0}#header:not(.playing) #cards-titles .title,#header.all-ghost #cards-titles .title{pointer-events:none}#header:not(.playing) #cards-titles .title .line .text,#header.all-ghost #cards-titles .title .line .text{opacity:0;transform:translateY(100%)}#header:not(.playing) #cards-titles .title .line .text:nth-child(1) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(1) .text{transition-delay:.1s}#header:not(.playing) #cards-titles .title .line .text:nth-child(2) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(2) .text{transition-delay:.2s}#header:not(.playing) #cards-titles .title .line .text:nth-child(3) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(3) .text{transition-delay:.3s}#header:not(.playing) #cards-titles .title .line .text:nth-child(4) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(4) .text{transition-delay:.4s}#header:not(.playing) #cards-titles .title .line .text:nth-child(5) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(5) .text{transition-delay:.5s}#header:not(.playing) #cards-titles .title .line .text:nth-child(6) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(6) .text{transition-delay:.6s}#header:not(.playing) #cards-titles .title .line .text:nth-child(7) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(7) .text{transition-delay:.7s}#header:not(.playing) #cards-titles .title .line .text:nth-child(8) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(8) .text{transition-delay:.8s}#header:not(.playing) #cards-titles .title .line .text:nth-child(9) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(9) .text{transition-delay:.9s}#header:not(.playing) #cards-titles .title .line .text:nth-child(10) .text,#header.all-ghost #cards-titles .title .line .text:nth-child(10) .text{transition-delay:1s}#header:not(.playing) #cards,#header:not(.playing) #cards *,#header.all-ghost #cards,#header.all-ghost #cards *{pointer-events:none!important}#header:not(.playing) #cards,#header:not(.playing) #cards *{pointer-events:none!important}#header.playing #intro{opacity:0;transform:scale(.95)}#header.playing #intro,#header.playing #intro *{pointer-events:none!important}#header.is-hover:not(.all-ghost) #cards-titles .title.active,#header.is-hover:not(.all-ghost) #cards-titles .title.selected:not(.disabled),#header.is-selected:not(.all-ghost) #cards-titles .title.active,#header.is-selected:not(.all-ghost) #cards-titles .title.selected:not(.disabled){pointer-events:auto}#header.is-hover:not(.all-ghost) #card-placeholder,#header.is-selected:not(.all-ghost) #card-placeholder{pointer-events:none}#header.is-hover:not(.all-ghost) #card-placeholder figure,#header.is-hover:not(.all-ghost) #card-placeholder p .line .text,#header.is-hover:not(.all-ghost) #card-placeholder strong,#header.is-selected:not(.all-ghost) #card-placeholder figure,#header.is-selected:not(.all-ghost) #card-placeholder p .line .text,#header.is-selected:not(.all-ghost) #card-placeholder strong{transition-delay:0s}#header.is-hover:not(.all-ghost) #card-placeholder figure,#header.is-selected:not(.all-ghost) #card-placeholder figure{transform:translateY(160rem);opacity:0}#header.is-hover:not(.all-ghost) #card-placeholder p .line .text,#header.is-selected:not(.all-ghost) #card-placeholder p .line .text{transform:translateY(80rem);opacity:0}#header.is-hover:not(.all-ghost) #card-placeholder strong,#header.is-selected:not(.all-ghost) #card-placeholder strong{transform:translateY(80rem);opacity:0}#header.popup-open #cards{opacity:0;transition-delay:0s}#header.popup-open #cards,#header.popup-open #cards *{pointer-events:none!important}#header:not(.is-selected) #read-more,#header.all-ghost #read-more{opacity:0;pointer-events:none}#header:not(.all-ghost) #card-completed,#header:not(.all-ghost) #card-completed *{pointer-events:none!important}#header:not(.all-ghost) #card-completed figure,#header:not(.all-ghost) #card-completed p .line .text,#header:not(.all-ghost) #card-completed strong,#header:not(.all-ghost) #card-completed #card-completed-button{transition-delay:0s}#header:not(.all-ghost) #card-completed strong,#header:not(.all-ghost) #card-completed p .text,#header:not(.all-ghost) #card-completed #card-completed-button{transform:translateY(80rem);opacity:0}#header:not(.all-ghost) #card-completed figure{transform:translateY(160rem);opacity:0}@media (max-width: 1024px){#header{height:var(--start-vh)}#header #intro .slide:nth-child(1) #intro-title{display:flex;flex-direction:column}#header #intro .slide:nth-child(1) #intro-title span:nth-child(2){margin-left:0}#header #intro .slide:nth-child(2) #intro-subtitle{width:90%;max-width:600rem}#header #intro .slide:nth-child(3) #intro-description{font-size:20rem;max-width:300rem}#header #cards-titles .title{width:calc(100% - 80px);max-width:700rem}}@media (max-width: 1024px) and (min-height: 900px){#header #card-placeholder,#header #card-completed{bottom:calc(var(--start-vh) * .5 - min(270px,var(--start-vh) * .25) * 1.0526315789 / 2)}#header #read-more{display:inline-flex;bottom:180rem;left:50%;right:auto;transform:translate(-50%)}#header:not(.is-selected) #read-more{opacity:0;pointer-events:none}}@media (max-width: 740px){#header #card-placeholder,#header #card-completed{bottom:calc(170px + var(--start-vh) * .15)}#header #card-placeholder figure,#header #card-completed figure{width:min(270px,var(--start-vh) * .25)}#header #card-placeholder p,#header #card-completed p{font-size:18px;max-width:300px}#header #card-placeholder strong,#header #card-completed strong{font-size:20px}#header #read-more{display:inline-flex;right:auto;bottom:180rem;left:50%;transform:translate(-50%)}#header #card-completed p{font-size:16px}#header #cards-titles{display:none}#header #cards-centered{top:calc(var(--start-vh) * -.05);box-sizing:border-box}#header #cards-centered .card-centered{width:min(240px,var(--start-vh) * .3)}#header #cards-centered .card-centered .face{padding:16px}#header #cards-centered .card-centered p{font-size:min(14px,var(--start-vh) * 1.7)}#header #cards .card{width:130px;top:20px}#header #cards .card:not(:last-child){margin-right:-30px}#header:not(.is-selected) #read-more{opacity:0;pointer-events:none}}@media (max-width: 580px){#header #intro .slide:nth-child(2) #intro-subtitle{max-width:300px}html[lang=fr] #header #intro .slide:nth-child(2) #intro-subtitle{font-size:38.4px}html[lang=es] #header #intro .slide:nth-child(2) #intro-subtitle{font-size:38.4px}#header #card-placeholder,#header #card-completed{bottom:calc(130px + var(--start-vh) * .15)}#header #card-placeholder figure,#header #card-completed figure{width:min(270px,var(--start-vh) * .34)}#header #card-completed strong{max-width:250px}}@media (max-height: 760px) and (max-width: 580px){#header #cards-centered{top:-60px}#header #cards-centered .card-centered p{font-size:min(12px,var(--start-vh) * 1.7)}}
