lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.container{width:100%}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}@font-face{font-display:swap;font-family:OrbikularLight;font-style:normal;font-weight:400;src:url(/assets/front/fonts/Orbikular-Light.woff2) format("woff2"),url(/assets/front/fonts/Orbikular-Light.woff) format("woff")}@font-face{font-display:swap;font-family:OrbikularExtraLightItalic;font-style:normal;font-weight:400;src:url(/assets/front/fonts/Orbikular-ExtraLightItalic.woff2) format("woff2"),url(/assets/front/fonts/Orbikular-ExtraLightItalic.woff) format("woff")}@-webkit-keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCircle{to{stroke-dashoffset:0}}@-webkit-keyframes fade{to{opacity:1}}@keyframes fade{to{opacity:1}}@-webkit-keyframes fadeTransparent{to{opacity:.3}}@keyframes fadeTransparent{to{opacity:.3}}@-webkit-keyframes show{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes show{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.algolia-select{display:inline-block;position:relative}.algolia-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border-bottom:1px dashed;color:#529da5;font-family:OrbikularExtraLightItalic,serif;overflow:hidden;padding:0 2.5rem .5rem 0;position:relative;text-overflow:ellipsis;width:100%}@media screen and (min-width:1024px){.algolia-select select{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;pointer-events:none;position:absolute;width:1px}}.algolia-select select option{width:100%}.algolia-select__icon-wrapper{align-items:center;display:flex;height:100%;pointer-events:none;position:absolute;right:0;top:0;z-index:5}.algolia-select__opener{border-bottom:1px dashed;color:#529da5;cursor:pointer;display:none;font-family:OrbikularExtraLightItalic,serif;padding:0 2.5rem .5rem 0;width:100%}@media screen and (min-width:1024px){.algolia-select__opener{display:inline-block}}.algolia-select__panel{background-color:#fbfaf4;box-shadow:5px 6px 8px 0 rgba(0,0,0,.1);left:0;min-width:100%;opacity:0;overflow:auto;padding:0 1rem 1rem 0;pointer-events:none;position:absolute;top:4.25rem;transition:opacity .4s ease-in-out;visibility:hidden;white-space:nowrap;z-index:10}.algolia-select__option{color:#529da5;cursor:pointer;font-family:OrbikularExtraLightItalic,serif;letter-spacing:-2px;padding:.5rem 0;transition:color .4s ease-in-out}.algolia-select__option:first-child{padding-top:0}.algolia-select__option:last-child{padding-bottom:0}.algolia-select__option.has-focus{color:#002e38}.algolia-select__option.is-selected{left:0;position:absolute;top:0;visibility:hidden}.algolia-select.is-open .algolia-select__panel{opacity:1;pointer-events:auto;visibility:visible}.algolia-select.is-open .icon{transform:scaleY(-1)}.video{padding-top:56.5%;position:relative}@media screen and (max-width:767px){.video-wrap{margin-left:-2rem;margin-right:-2rem}}.video .cld-video-player{height:100%;left:0;position:absolute;top:0;width:100%}.video__overlay{align-items:flex-end;background-position:50%;background-size:cover;bottom:0;color:#fff;display:flex;left:0;position:absolute;right:0;top:0;transition:visibility .4s ease-in-out,opacity .4s ease-in-out}.video__overlay--no-text{align-items:center;justify-content:center}.video__overlay.is-hidden{opacity:0;visibility:hidden}.video__overlay:hover{cursor:pointer}.video__overlay:before{background:linear-gradient(180deg,rgba(0,46,56,0),#001216);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.video__overlay-inner{align-content:center;height:100%;text-align:center;width:100%}.video__overlay-inner .video__play{margin-inline:auto}.video__play{background:#529da5;border-radius:50%;height:4rem;overflow:hidden;position:relative;transition:background-color .4s ease-in-out;width:4rem}.video__play:before{background-color:#6df3d8;border-radius:50%;content:"";filter:blur(20px);height:100%;opacity:55%;position:absolute;right:1.25rem;top:1.25rem;width:100%}@media screen and (max-width:767px){.video__play svg{height:auto;width:.9375rem}}@media screen and (min-width:768px){.video__play{height:6.25rem;width:6.25rem}}.video iframe,.video video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:767px){.video .title{font-size:1.5rem}}lite-youtube{align-items:center;display:flex;max-width:none}lite-youtube:before{display:none}.modals{height:100%;left:0;pointer-events:none;position:fixed;top:0;z-index:200}.modal{background:rgba(0,46,56,.6);display:flex;height:100%;justify-content:flex-end;pointer-events:auto;position:absolute;transition:opacity .3s cubic-bezier(.215,.61,.355,1),visibility .3s cubic-bezier(.215,.61,.355,1);width:100vw}.modal .fluid-grid{pointer-events:none}@media screen and (min-width:768px){.modal .fluid-grid{margin:0 3rem 0 0}}@media screen and (min-width:1024px){.modal .fluid-grid{margin-right:6.25rem}}.modal__inner{background-color:#fff;height:100vh;height:calc(var(--vh, 1vh)*100);height:-webkit-fill-available;margin:0 -2rem;padding:0 2rem;pointer-events:all;position:relative;z-index:1}@media screen and (min-width:768px){.modal__inner{margin:0 -3rem;padding:0 3rem}}@media screen and (min-width:1024px){.modal__inner{margin:0;padding:0}}.modal__inner:before{background-color:#fff;bottom:0;content:"";position:absolute;right:0;top:0;transform:translateX(100%);width:6.25rem}@media screen and (max-width:1023px){.modal__inner:before{display:none}}.modal__title{font-size:2.25rem;font-weight:300;letter-spacing:-1px;line-height:1}@media screen and (min-width:768px){.modal__title{font-size:3.5rem;letter-spacing:-2px}}.modal__wrap{height:100vh;margin:0 -2rem;max-height:100vh;max-height:calc(var(--vh, 1vh)*100);max-height:-webkit-fill-available;overflow:auto}@media screen and (min-width:768px){.modal__wrap{margin:0 -3rem}}@media screen and (min-width:1024px){.modal__wrap{margin-left:0;margin-right:-6.25rem}}.modal__wrap-inner{padding:3.5rem 2rem 2rem;z-index:2}@media screen and (min-width:768px){.modal__wrap-inner{padding:5rem 3rem 2rem}}@media screen and (min-width:1024px){.modal__wrap-inner{padding:5rem 6.25rem 2rem 14%}}.modal__close{border-radius:50%;position:absolute;right:2rem;top:1.5rem;transition:opacity .4s ease-in-out;z-index:3}.modal__close:hover{opacity:.6}.modal__close:focus{outline:none}@media screen and (min-width:1024px){.modal__close{right:-4.75rem}}@media screen and (max-width:767px){.modal__close svg{height:2.5rem;width:2.5rem}}.modal.is-hidden{opacity:0;visibility:hidden}.modal.is-hidden,.modal.is-hidden .modal__inner{pointer-events:none}.hero{color:#fff;min-height:33.75rem;padding:6.5625rem 0 2.5rem}@media screen and (min-width:768px){.hero{min-height:100vh}}.hero--cream{color:#002e38}.hero--cream:after,.hero--cream:before{display:none}.hero--cream:not(.is-contact){margin-bottom:-2rem}@media screen and (min-width:768px){.hero--cream:not(.is-contact){margin-bottom:-5rem}}@media screen and (min-width:1024px)and (min-height:940px){.hero{min-height:58.75rem}}@media screen and (min-width:768px){.hero{padding:8.75rem 0 5rem}}.hero:before{bottom:0;height:18.75rem;left:0;width:18.75rem}@media screen and (max-width:767px){.hero:before{display:none}}@media screen and (min-width:1600px){.hero:before{left:auto;right:calc(50vw + 800px);transform:translateX(100%)}}.hero:after{bottom:0;height:20rem;right:0;width:17.5rem}@media screen and (min-width:768px){.hero:after{height:35.375rem;width:34.375rem}}@media screen and (min-width:1600px){.hero:after{left:calc(50vw + 800px);right:auto;transform:translateX(-100%)}}@media screen and (min-width:1024px){.hero__chapo{padding-right:15%}.hero__chapo-news{padding-right:40%}}.hero__scroll{border:1px solid #fff;border-radius:2.5rem;bottom:4rem;color:#fff;position:absolute;right:calc(2.5rem + var(--scrollbar-width));transition:background-color .4s ease-in-out;z-index:3}.hero__scroll svg{fill:currentColor;stroke:currentColor;transition:fill .4s ease-in-out,stroke .4s ease-in-out}.hero__scroll:hover{background-color:#fff;color:#002e38}.hero__scroll--dark{border-color:#002e38;color:#002e38}.hero__scroll--dark:hover{background-color:#002e38;color:#fff}.hero__scroll--prune{border-color:#312244;color:#312244}.hero__scroll--prune:hover{background-color:#312244;color:#fff}@media screen and (max-width:767px){.hero__scroll{display:none}}.hero__deco{pointer-events:none;position:absolute;z-index:2}.hero__deco svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (min-width:768px){.hero__deco path:not(.stroke){-webkit-animation:fade .4s ease-in-out forwards;animation:fade .4s ease-in-out forwards;opacity:0}}.hero__deco--stars-circle{height:17.5rem;right:-9rem;top:-2rem;width:17.8125rem}@media screen and (min-width:768px){.hero__deco--stars-circle{height:29.75rem;right:-11rem;top:0;width:30.125rem}.hero__deco--stars-circle .stars-filled:nth-last-child(1n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--stars-circle .stars-filled:nth-last-child(2n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--stars-circle .stars-filled:nth-last-child(3n){-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--stars-circle .stars-filled:nth-last-child(4n){-webkit-animation-delay:.8s;animation-delay:.8s}.hero__deco--stars-circle .stars-filled:nth-last-child(5n){-webkit-animation-delay:1s;animation-delay:1s}.hero__deco--stars-circle .stars-filled:nth-last-child(6n){-webkit-animation-delay:1.2s;animation-delay:1.2s}.hero__deco--stars-circle .stars-stroke{stroke-dasharray:370;stroke-dashoffset:370;-webkit-animation:drawCircle 1s ease-in-out forwards;animation:drawCircle 1s ease-in-out forwards}.hero__deco--stars-circle .stars-stroke:nth-child(odd){-webkit-animation-delay:.3s;animation-delay:.3s}}@media screen and (min-width:1280px){.hero__deco--stars-circle{right:0}}.hero__deco--stars{height:32.125rem;right:-2rem;top:-16.5rem;width:17.75rem}@media screen and (min-width:768px){.hero__deco--stars{height:56.5625rem;right:-7rem;top:-25.5rem;width:31.25rem}.hero__deco--stars path:nth-child(1n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--stars path:nth-child(2n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--stars path:nth-child(3n){-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--stars path:nth-child(4n){-webkit-animation-delay:.8s;animation-delay:.8s}}@media screen and (min-width:1024px){.hero__deco--stars{bottom:-2.5rem;height:auto;right:0;top:-6.75rem;width:34%}}@media screen and (max-width:767px){.hero__deco--news{height:25.3125rem;max-width:none;right:-22.5rem;top:-4.5rem;width:37.5rem}}@media screen and (min-width:768px){.hero__deco--news{height:36.875rem;max-height:calc(100% + 5rem);right:-8.125rem;top:0}.hero__deco--news .star:nth-child(1n){-webkit-animation-delay:.1s;animation-delay:.1s}.hero__deco--news .star:nth-child(2n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--news .star:nth-child(3n){-webkit-animation-delay:.3s;animation-delay:.3s}.hero__deco--news .star:nth-child(4n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--news .star:nth-child(5n){-webkit-animation-delay:.5s;animation-delay:.5s}.hero__deco--news .star:nth-child(6n){-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--news .circle{stroke-dasharray:550;stroke-dashoffset:550;-webkit-animation:drawCircle 1s ease-in-out forwards;animation:drawCircle 1s ease-in-out forwards}.hero__deco--news .circle:nth-child(odd){-webkit-animation-delay:.3s;animation-delay:.3s}}@media screen and (min-width:1280px){.hero__deco--news{height:44.0625rem;right:-11rem}}.hero__deco--single-star{height:20rem;right:-9rem;top:-4.5rem;width:20rem}@media screen and (min-width:768px){.hero__deco--single-star{height:34.375rem;right:-16.5rem;width:34.375rem}}@media screen and (min-width:1024px){.hero__deco--single-star{height:89%;right:0;top:-7.5rem;width:43%}}.hero__deco--triple-stars-vert{height:25rem;right:-9rem;top:-5rem;width:auto}@media screen and (min-width:768px){.hero__deco--triple-stars-vert{height:37.5rem;right:-14rem}.hero__deco--triple-stars-vert path:first-child{-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--triple-stars-vert path:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--triple-stars-vert path:last-child{-webkit-animation-delay:.4s;animation-delay:.4s}}@media screen and (min-width:1024px){.hero__deco--triple-stars-vert{height:86%;right:0;top:0;width:39.5%}}.hero__deco--triple-stars-hor{height:25.625rem;right:-17rem;top:-4.5rem;width:30rem}@media screen and (min-width:768px){.hero__deco--triple-stars-hor{height:37.375rem;width:43.75rem}.hero__deco--triple-stars-hor path:first-child,.hero__deco--triple-stars-hor path:nth-child(2){-webkit-animation:fadeTransparent .4s ease-in-out forwards;animation:fadeTransparent .4s ease-in-out forwards}.hero__deco--triple-stars-hor path:nth-last-child(1n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--triple-stars-hor path:nth-last-child(2n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--triple-stars-hor path:nth-last-child(3n){-webkit-animation-delay:.6s;animation-delay:.6s}}@media screen and (min-width:1024px){.hero__deco--triple-stars-hor{bottom:0;height:auto;right:-6.25rem;top:-2.5rem;width:56%}}.hero__deco--geometric{bottom:-2.5rem;height:34.375rem;right:-2rem;width:19.375rem}@media screen and (min-width:768px){.hero__deco--geometric{bottom:-5rem;height:55rem;right:-3rem;width:31.25rem}}@media screen and (min-width:1024px){.hero__deco--geometric{bottom:-5rem;height:auto;right:-6.25rem;top:-1.25rem;width:65%}}.hero--green{background-image:linear-gradient(137deg,#002e38 21%,#599ba9 171%,#312244 0,#599ba9 0)}.hero--green:after,.hero--green:before{background-color:#529da5;opacity:.15}@media screen and (max-width:1023px){.hero--green .hero__deco--geometric{bottom:auto;height:auto;right:-22rem;top:7.5rem;width:50rem}}@media screen and (max-width:767px){.hero--green .hero__deco--geometric{right:-15rem;top:3.5rem;width:32.375rem}}.hero--purple{background-color:#312244}.hero--purple:after,.hero--purple:before{background-color:#dcd2dc;opacity:.1}@media screen and (max-width:767px){.filters{height:2.625rem}}.filters__toggle{align-items:center;background-color:#f5f4ec;border-radius:2.375rem;display:flex;font-family:OrbikularLight,serif;font-size:.875rem;justify-content:space-between;padding:.75rem 1.5rem;position:relative;transition:color .4s ease-in-out,background-color .4s ease-in-out;width:15.625rem;z-index:3}@media screen and (min-width:768px){.filters__toggle{font-size:1.125rem}}.filters__toggle svg{stroke:currentColor;margin-left:1rem}.filters__toggle.is-active svg{transform:scaleY(-1)}.filters__toggle:not(.is-active):hover{background-color:#002e38;color:#f5f4ec}.filters__mobile-wrap{display:inline-block;position:relative;z-index:3}@media screen and (max-width:767px){.filters__mobile-wrap.is-fixed{-webkit-animation:slideIn .4s ease-in-out forwards;animation:slideIn .4s ease-in-out forwards;background-color:#fbfaf4;box-shadow:0 6px 8px 0 rgba(0,0,0,.1);left:0;padding:.875rem 2rem 1.125rem;position:fixed;right:0;top:5rem;transform:translateY(-100%);z-index:19}.filters__mobile-wrap.is-fixed .filters__toggle{width:100%}}.filters__dropdown{opacity:0;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;visibility:hidden}.filters__dropdown.is-active{opacity:1;visibility:visible}@-webkit-keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.ais-RefinementList{background-color:#f5f4ec;border-radius:0 0 1rem 1rem;box-shadow:0 6px 8px 0 rgba(0,0,0,.1);font-family:OrbikularLight,serif;font-size:.875rem;left:0;padding:1.25rem 1.5rem;position:absolute;right:0;top:1.5rem;z-index:-1}@media screen and (max-width:767px){.is-fixed .ais-RefinementList{left:50%;top:2.5rem;transform:translateX(-50%);width:calc(100% - 4rem)}}@media screen and (min-width:768px){.ais-RefinementList{border-radius:0 0 2.375rem 2.375rem;font-size:1.125rem;top:2rem}}.ais-RefinementList-label{position:relative}.ais-RefinementList-label input{left:0;opacity:0;position:absolute;top:0}.ais-RefinementList-labelText{cursor:pointer;display:block;padding-left:1.5rem;position:relative}.ais-RefinementList-labelText:after,.ais-RefinementList-labelText:before{content:"";position:absolute}.ais-RefinementList-labelText:before{border:1px solid #002e38;border-radius:.25rem;height:1rem;left:0;top:2px;transition:border .4s ease-in-out;width:1rem}.ais-RefinementList-labelText:after{background-color:#002e38;border-radius:2px;height:.5rem;left:.25rem;opacity:0;top:.375rem;transition:opacity .4s ease-in-out;width:.5rem}input:checked+.ais-RefinementList-labelText:after{opacity:1}.ais-RefinementList-count{display:none}.ais-RefinementList-item:not(:last-child){margin-bottom:.5rem}.contributions-list__item{margin-bottom:3px;width:100%}@media screen and (min-width:768px)and (max-width:1023px){.contributions-list__item{width:calc(50% - 1.5px)}.contributions-list__item:not(:nth-child(2n+2)){margin-right:3px}}@media screen and (min-width:1024px)and (max-width:1279px){.contributions-list__item{width:calc(33.33% - 2px)}.contributions-list__item:not(:nth-child(3n+3)){margin-right:3px}}@media screen and (min-width:1280px){.contributions-list__item{width:calc(25% - 2.25px)}.contributions-list__item:not(:nth-child(4n+4)){margin-right:3px}}.contribution{overflow:visible;position:relative}.contribution:after{display:none}.contribution:before{background-color:#d0e6e2;height:11.75rem;opacity:.7;right:0;top:-3rem;width:11.75rem;z-index:-1}@media screen and (min-width:768px){.contribution:before{height:14.625rem;right:5rem;width:14.625rem}}.contribution__info{font-size:1.25rem;margin-top:.5rem}@media screen and (min-width:768px){.contribution__info{margin-top:2rem}.contribution__info:nth-child(2n){width:10.9375rem}.contribution__info:nth-child(odd){width:calc(100% - 12rem)}}@media screen and (max-width:767px){.contribution__website{position:relative;top:-6px}}.contribution-modal-video{margin:0;max-width:100%;padding-inline:32px}@media screen and (min-width:768px){.contribution-modal-video{padding:0}}.push{display:flex;height:15rem;width:100%;z-index:1}@media screen and (min-width:768px){.push{overflow:visible;width:calc(50% - .5px)}}@media screen and (min-width:1024px){.push{height:21.25rem}}.push:after,.push:before{opacity:.4;transition:opacity .4s ease-in-out}.push:before{background-color:#d0e6e2;bottom:0;height:10rem;left:0;width:10.4375rem}@media screen and (min-width:1024px){.push:before{height:13.375rem;width:20.25rem}}.push:after{background-color:#d0e6e2;height:8rem;right:0;top:0;width:12.375rem}@media screen and (min-width:1024px){.push:after{height:12.75rem;width:15.75rem}}.push--talents .push__illu{height:100%;right:0;top:0;width:auto}.push--contact:after,.push--contact:before{background-color:#dcd2dc}.push--contact .push__illu{right:-6.8rem;top:3.75rem;width:20rem}@media screen and (min-width:1024px){.push--contact .push__illu{max-width:72%;right:-9.5rem;top:2.25rem;width:auto}}.push--contact .push__title{width:71%}.push--commitments:after,.push--commitments:before{background-color:#dcd2dc;opacity:.1}.push--commitments .push__illu{bottom:0;height:9.375rem;right:0;width:auto}@media screen and (min-width:1024px){.push--commitments .push__illu{height:16.875rem}}.push--commitments .push__title span{color:#a178b7}.push--commitments .push__bg{background-color:#312244}.push--vision:after,.push--vision:before{opacity:.1}.push--vision:after{height:19.375rem;width:20.3125rem}.push--vision .push__bg{background-color:#002e38}.push--vision .push__illu{right:2.5rem;top:50%;transform:translateY(-50%);width:9.375rem}@media screen and (min-width:1024px){.push--vision .push__illu{width:18.5rem}}.push--contributions .push__illu{right:4.875rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:1023px){.push--contributions .push__illu{height:auto;right:1.25rem;width:11.25rem}}.push--contributions .push__bg{background-color:#fbfaf4}.push--funds .push__illu{right:1.75rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:1023px){.push--funds .push__illu{height:auto;right:0;width:12.5rem}}.push--funds:after{bottom:0;top:auto}.push__inner{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 2rem 2rem;position:relative;width:100%;z-index:2}@media screen and (min-width:1024px){.push__inner{padding:2.5rem 3rem}}.push__bg{background-color:#f5f4ec;bottom:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (min-width:1024px){.push__bg{width:50vw}}.push__bg--left{right:0}.push__bg--right{left:0}.push__title{font-size:1.75rem;font-weight:300;letter-spacing:-2px;line-height:1;width:53%}.push__title span{font-size:2rem}@media screen and (min-width:1024px){.push__title{font-size:3rem}.push__title span{font-size:3.5rem}}.push__title--white{color:#fff}.push__title--white span{color:#d0e6e2}.push__title--prune{color:#312244}.push__title--prune span{color:#a178b7}.push__arrow{stroke:#002e38;stroke-width:1.5px;transition:transform .4s ease-in-out}.push__arrow--white{stroke:#fff}.push__arrow--prune{stroke:#312244}@media screen and (max-width:1023px){.push__arrow{height:1.5rem;width:1.5rem}}.push__illu{position:absolute;z-index:-1}.push-wrap{margin:0 -2rem}@media screen and (min-width:768px){.push-wrap{margin:0 -3rem}}@media screen and (min-width:1280px){.push-wrap{margin:0 -6.25rem}}.push:hover .push__arrow{transform:translate(.5rem,.5rem)}.contribution-card{background-color:#f5f4ec;display:block;height:0;padding-top:100%;position:relative;width:100%}.contribution-card__logo{filter:grayscale(1) contrast(.5) brightness(1);height:100%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;width:100%}.contribution-card__logo-wrap{align-items:center;display:flex;height:6.25rem;max-width:11.25rem;position:relative;width:100%}@media screen and (max-width:767px){.contribution-card__logo-wrap{flex-grow:1}}@media screen and (min-width:768px){.contribution-card__logo-wrap{margin-top:22%}}.contribution-card__inner{align-items:center;bottom:1.5rem;display:flex;flex-direction:column;justify-content:space-between;left:0;padding:0 1rem;position:absolute;right:0;top:0}@media screen and (min-width:768px){.contribution-card__inner{padding:0 2rem}}.contribution-card__tag{align-items:center;background-color:#d0e6e2;border-radius:.875rem;display:inline-flex;font-family:OrbikularLight,serif;font-size:.9375rem;letter-spacing:-.5px;margin-top:1.25rem;padding:.25rem .625rem}.contribution-card__tag svg{fill:#002e38;flex-shrink:0;margin-right:5px}

/*# sourceMappingURL=styles-contributions-list.922717fd0a642f5f08e8.css.map*/