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}}.accordion__content{height:0;overflow:hidden;position:relative;transition:height .4s ease-in-out}.accordion__content.has-overflow{overflow:visible}.hero-hp{color:#fff;display:flex;position:relative}@media screen and (min-width:768px)and (max-width:1023px){.hero-hp{min-height:100vh}}@media screen and (min-width:1024px){.hero-hp{min-height:51vw}}@media screen and (min-width:1500px){.hero-hp{min-height:calc(100vh - 3.5rem)}}.hero-hp:before{background-image:linear-gradient(180deg,#181818,rgba(31,31,31,0));content:"";height:6rem;left:0;position:absolute;right:0;top:0;z-index:2}.hero-hp:after{background:url(/assets/front/hero-hp-shape-mobile.svg);background-size:cover;content:"";inset:0;position:absolute}@media screen and (min-width:1024px){.hero-hp:after{background-image:url(/assets/front/hero-hp-shape.svg)}}.hero-hp__bg{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.hero-hp__inner{padding:74vw 0 1.5rem;position:relative;z-index:1}@media screen and (min-width:768px){.hero-hp__inner{padding:68vw 0 4rem}}@media screen and (min-width:1024px){.hero-hp__inner{padding:11.5rem 0 7rem}}@media screen and (min-width:1280px){.hero-hp__inner{padding:14.5rem 0 9.125rem}}@media screen and (max-width:767px){.hero-hp__content{padding:0 2.5rem}}@media screen and (min-width:768px)and (max-width:1279px){.hero-hp__content{padding-left:3rem}}.hero-hp__title{font-size:3rem;font-weight:600;letter-spacing:-1px;line-height:.94}@media screen and (min-width:768px){.hero-hp__title{font-size:5rem;letter-spacing:-.25rem}}@media screen and (min-width:1280px){.hero-hp__title{font-size:6rem}}@media screen and (min-width:1440px){.hero-hp__title{max-width:85%}}.hero-hp__chapo{font-size:1.25rem;line-height:1.58;max-width:23.75rem}@media screen and (min-width:768px){.hero-hp__chapo{font-size:1.25rem}}.hero-hp__circle{align-items:center;background-color:rgba(243,114,50,.3);border-radius:50%;display:flex;font-size:1rem;font-weight:800;height:5.875rem;justify-content:center;letter-spacing:1.5px;position:absolute;transform:rotate(-90deg) translate(1rem,-74px);width:5.875rem;z-index:-1}@media screen and (min-width:768px){.hero-hp__circle{font-size:1.25rem;height:8.75rem;transform:rotate(-90deg) translate(1.5rem,-104px);width:8.75rem}}.hero-hp__figures{background-color:#5b51b2;border-radius:50%;height:11.75rem;overflow:hidden;position:relative;text-align:center;width:11.75rem}@media screen and (max-width:767px){.hero-hp__figures{margin-left:auto;margin-top:1rem}}@media screen and (min-width:768px){.hero-hp__figures{bottom:2rem;height:16.25rem;position:absolute;right:0;width:16.25rem}}@media screen and (min-width:1280px){.hero-hp__figures{right:-5.5rem}}.hero-hp__figures-title{font-size:2rem;font-weight:700;letter-spacing:-1.5px;line-height:1}.hero-hp__figures-title span{font-size:1.5rem}@media screen and (min-width:768px){.hero-hp__figures-title{font-size:3rem}.hero-hp__figures-title span{font-size:2rem}}.hero-hp__figures-desc{line-height:1.33}@media screen and (max-width:767px){.hero-hp__figures-desc{font-size:.875rem}}.hero-hp__figures-nav{bottom:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:2}@media screen and (min-width:768px){.hero-hp__figures-nav{bottom:1.5rem}}@media screen and (max-width:767px){.hero-hp__figures .icon{height:2rem}}.hero-hp .swiper-button-prev{transform:scaleX(-1)}.hero-hp .swiper-button:hover{fill:#f37232}.hero-hp .swiper-pagination-bullet{background-color:#fff;border-radius:50%;display:block;height:.1875rem;transition:width .2s ease-in-out;width:.1875rem}.hero-hp .swiper-pagination-bullet:not(:last-child){margin-right:.25rem}@media screen and (min-width:768px){.hero-hp .swiper-pagination-bullet{height:.25rem;width:.25rem}.hero-hp .swiper-pagination-bullet:not(:last-child){margin-right:.375rem}}.hero-hp .swiper-pagination-bullet-active{background-color:#f37232;border-radius:2px;width:.5rem}@media screen and (min-width:768px){.hero-hp .swiper-pagination-bullet-active{width:.75rem}}.hero-hp .swiper-button-disabled{opacity:.3}@media screen and (max-width:767px){.hero-hp .swiper-button svg{height:auto;width:.75rem}}.card-common{background-color:#fff;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.15);display:flex;min-height:30rem;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1280px){.card-common{min-height:33.75rem}}.card-common--L{min-height:30rem}@media screen and (min-width:1280px){.card-common--L{min-height:28.25rem}}.card-common__wrap{display:flex;flex-direction:column;width:100%}.card-common__tags{display:flex;flex-wrap:wrap;gap:.5rem;left:1.25rem;position:absolute;right:1.25rem;top:1.25rem;z-index:2}.card-common__tags--picto{padding-right:8.75rem}.card-common__date{align-items:center;display:flex;font-size:.8125rem;margin-bottom:1rem}.card-common__inner{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:0 1.5rem 1.5rem}@media screen and (min-width:1280px){.card-common__inner:not(.card-common__inner--S){padding:0 2rem 1.5rem}}.card-common__pic{-webkit-mask-size:cover}.card-common__pic--publi-L{-webkit-mask-image:url(/assets/front/masks/publi-card.svg)}@media screen and (min-width:1024px){.card-common__pic--publi-L{-webkit-mask-image:url(/assets/front/masks/publi-card-L.svg)}}.card-common__pic--publi{-webkit-mask-image:url(/assets/front/masks/publi-card.svg)}.card-common__pic--news{-webkit-mask-image:url(/assets/front/masks/news-card-mobile.svg)}@media screen and (min-width:768px){.card-common__pic--news{-webkit-mask-image:url(/assets/front/masks/news-card.svg)}}@media screen and (min-width:1280px){.card-common__pic--news-S{-webkit-mask-image:url(/assets/front/masks/news-card-small.svg)}}@media screen and (min-width:1024px){.card-common__pic--news-L{-webkit-mask-image:url(/assets/front/masks/news-card-big.svg)}}.card-common__pic img{transition:transform .4s ease-in-out}.card-common__action{background-color:#f37232;border-radius:50%;bottom:1.5rem;height:2.5rem;position:absolute;right:1.5rem;transition:background-color .4s ease-in-out;width:2.5rem}.card-common__action:hover{background-color:#f58853}.card-common__action--violet{background-color:#4f469c}.card-common__action--violet:hover{background-color:#6c63bb}.card-common:hover .card-common__pic img{transform:scale(1.025)}.card-photo{background-color:#fff;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;padding:.75rem;position:relative;width:100%}.card-photo .cta-arrow{text-align:left}.card-photo .tag{margin-bottom:.25rem;margin-right:.5rem}.card-photo .tag:last-child{margin-right:0}.card-photo__inner{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem .25rem .75rem}.card-photo__pic img{border-radius:.375rem}.card-photo__action{background-color:#f37232;border-radius:50%;bottom:1.5rem;height:2.5rem;position:absolute;right:1.5rem;transition:background-color .4s ease-in-out;width:2.5rem}.card-photo__action:hover{background-color:#f58853}.card-photo__action--violet{background-color:#4f469c}.card-photo__action--violet:hover{background-color:#6c63bb}.card-publi--practical-guide{background-color:#312b69}.card-publi--thematic-brochure{background-color:#f37232}.card-publi--picto .card-common__wrap{padding-top:8.125rem}.card-publi--picto.card-common--L .card-common__wrap{padding-top:6.5625rem}@media screen and (min-width:1024px){.card-publi--picto .title-card--XL{padding-right:6rem}}.card-publi__chapo{font-size:.9375rem;line-height:1.6}.card-publi__picto{height:9.375rem;overflow:hidden;position:absolute;right:0;top:0;transition:transform .4s ease-in-out;width:9.375rem;z-index:1}.card-publi__picto:before{background-color:#4f469c;border-radius:50%;bottom:0;content:"";height:12.5rem;left:0;position:absolute;width:12.5rem;z-index:-1}.card-publi__picto--orange:before{background-color:hsla(20,91%,92%,.2)}.card-publi:hover .card-publi__picto{transform:scale(1.1)}.card-news-event--event{background-color:#4f469c}.card-news-event__top{border-radius:8px;margin:.75rem .75rem 0;overflow:hidden;padding-bottom:.75rem;position:relative}@media screen and (min-width:768px){.card-news-event__top{padding-bottom:1.75rem}}.card-news-event__top--article{padding-bottom:0}@media screen and (min-width:1024px){.card-news-event__top--L{padding-bottom:0}}@media screen and (min-width:1280px){.card-news-event__top--S{margin:0 0 .75rem}}.card-news-event__location{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.9375rem;font-weight:700}.card-news-event__location svg{position:relative;top:2px}.card-news-event__date{align-items:center;background-color:#5d53b4;border:.25rem solid #4f469c;border-radius:50%;bottom:0;color:#fff;display:flex;flex-direction:column;font-size:1.25rem;font-weight:800;height:6rem;justify-content:center;left:1rem;letter-spacing:-.5px;line-height:1;position:absolute;width:6rem}.card-news-event__date .year{font-size:.9375rem;font-weight:400}@media screen and (min-width:768px){.card-news-event__date{font-size:1.5rem;height:7.5rem;width:7.5rem}.card-news-event__date .year{font-size:1.125rem;font-weight:400}}@media screen and (min-width:1280px){.card-news-event__date--S{font-size:1.25rem;height:6rem;width:6rem}.card-news-event__date--S .year{font-size:.9375rem}}@media screen and (min-width:1024px){.card-news-event__date--L{bottom:1.5rem;font-size:1.625rem;height:8.625rem;width:8.625rem}.card-news-event__date--L .year{font-size:1.25rem}}.card-video{align-items:flex-start;border-radius:.625rem;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:28.75rem;overflow:hidden;padding:1.25rem 1.25rem 2rem;position:relative}@media screen and (max-width:767px){.card-video{min-height:31.25rem}}@media screen and (min-width:1280px){.card-video{min-height:33.75rem}}.card-video:after{background-image:linear-gradient(0deg,rgba(25,25,25,.8),rgba(25,25,25,0));content:"";inset:0;position:absolute;z-index:-1}.card-video__bg{inset:0;position:absolute;transition:transform .4s ease-in-out;z-index:-1}.card-video__inner{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.card-video__inner{inset:0;padding:1.25rem 1.25rem 2rem;position:absolute}}@media screen and (max-width:767px){.card-video--landscape{align-items:stretch;flex-direction:row}}@media screen and (min-width:768px){.card-video--landscape{min-height:0;padding-top:51%}}.card-video--bonus{box-shadow:0 0 8px 0 rgba(0,0,0,.2);padding:2rem 1.25rem}.card-video--bonus:after{display:none}@media screen and (min-width:1024px)and (max-width:1279px){.card-video--bonus .title--M-bis{font-size:2rem}}@media screen and (min-width:1280px){.card-video--bonus{padding:2rem 2rem 1.5rem}}.card-video--bonus:hover .cta:before{background-color:#f58853}.card-video--bonus .title span{color:#f37232}.card-video--bonus .cta{font-size:1rem;z-index:1}.card-video--bonus .cta:before{background-color:#f37232;border-radius:50%;bottom:0;content:"";height:18.75rem;position:absolute;right:0;transform:translate(37%,65%);transition:.4s ease-in-out;width:22.75rem;z-index:-1}.card-video--bonus .picto{background-color:#312b69;border-radius:50%;height:3rem;width:3rem}.card-video .video__play{flex-shrink:0;height:4.9375rem;margin:0 1rem 0 -2.25rem;width:4.9375rem}.card-video .video__play svg{margin-right:-.5rem}@media screen and (max-width:1279px){.card-video .video__play svg{height:auto;width:1.375rem}}@media screen and (min-width:1280px){.card-video .video__play{height:6.5rem;margin:0 1rem 0 -2.25rem;width:6.5rem}}.card-video .description{font-size:1rem;line-height:1.1;margin-bottom:.75rem}@media screen and (min-width:768px){.card-video .description{font-size:1.25rem}}.card-video .localisation{font-size:.9375rem}.card-video:hover .card-video__bg{transform:scale(1.025)}.card-video:hover .video__play{background-color:#f58853}.social-banner{padding-top:4.25rem}.social-banner__social{background-color:#fff;border-radius:50%;height:3.5rem;transition:background-color .4s ease-in-out;width:3.5rem}@media screen and (max-width:767px){.social-banner__social svg{height:1.375rem;width:auto}}@media screen and (min-width:768px){.social-banner__social{height:4.5rem;width:4.5rem}}.social-banner__social:hover{background-color:#4f469c}.social-banner__social:hover svg{color:#fff}.social-banner__big{margin-bottom:6.875rem;margin-top:-4.25rem}@media screen and (max-width:767px){.social-banner__big{height:11.875rem;margin-bottom:5.625rem;width:11.875rem}}.social-banner__small{left:6.5rem;position:absolute;top:5rem}@media screen and (max-width:767px){.social-banner__small{height:8.4375rem;top:3.5rem;width:8.4375rem}}@media screen and (min-width:1024px)and (max-width:1279px){.social-banner__right{padding-left:2rem}}.modals{height:100%;left:0;pointer-events:none;position:fixed;top:0;z-index:999}.modal{background:rgba(49,43,105,.6);display:flex;height:100%;pointer-events:auto;position:absolute;transition:opacity .3s cubic-bezier(.215,.61,.355,1);width:100vw}.modal__inner{background-color:#fff;max-height:90%;max-width:90vw;position:relative}.modal__close-button{position:absolute;right:1.5rem;top:1.5rem;transition:opacity .3s cubic-bezier(.215,.61,.355,1)}@media screen and (min-width:1024px){.modal__close-button{right:2rem;top:2rem}}@media screen and (min-width:1280px){.modal__close-button:hover{opacity:.6}}.modal__close-icon{height:1.25rem;width:1.25rem}@media screen and (min-width:1024px){.modal__close-icon{height:1.5rem;width:1.5rem}}.modal.is-hidden{opacity:0;pointer-events:none}.modal.center{align-items:center;justify-content:center}.modal.aside-modal .modal__inner{height:100%;max-height:100%;max-width:100%;overflow:auto;position:absolute;right:0;top:0;transition:transform .3s ease-out;width:100%}@media screen and (min-width:1024px){.modal.aside-modal .modal__inner{max-width:76.25rem;width:84%}.modal.aside-modal .modal__inner--photo{max-width:44rem;width:50%}}.modal.aside-modal.is-hidden .modal__inner{transform:translateX(100%)}@media screen and (min-width:1280px){.modal--filters{justify-content:flex-end;padding-right:7.5rem}.modal--filters .fluid-grid{margin:0}}.modal__side{background-color:#fff;height:100vh;height:calc(var(--vh, 1vh)*100);margin:0 -2rem;max-height:-webkit-fill-available;overflow:auto;padding:2rem;pointer-events:all;transition:transform .4s ease-in-out}@media screen and (min-width:768px){.modal__side{margin-left:0;padding:4rem 2rem 3rem 20%}}@media screen and (min-width:1280px){.modal__side{margin-right:-7.5rem;padding-right:7.5rem}}.is-hidden .modal__side{pointer-events:none;transform:translateX(100%)}.is-hidden .modal__close-button{pointer-events:none}.modal--portrait-video{background-color:transparent}.modal--portrait-video .menu-modal__ui{position:fixed;right:1.5rem;top:1.5rem}@media screen and (min-width:1024px){.modal--portrait-video .menu-modal__ui{right:2rem;top:2rem}}.modal--portrait-video .col-12{border-radius:.5rem}.slice{margin-bottom:4rem}@media screen and (min-width:768px){.slice{margin-bottom:6rem}}.slice--push:last-child{margin-bottom:0}.slice--padding+.slice--padding{margin-top:-4rem}@media screen and (min-width:768px){.slice--padding+.slice--padding{margin-top:-6rem}}@media screen and (min-width:1280px){.push-publi-news .push-publi-news__item{display:flex;height:auto;width:calc(50% - 1rem)}.push-publi-news .push-publi-news__news{justify-content:space-between}}.push-publi-news .swiper-slide{display:flex;height:auto}@media screen and (min-width:768px)and (max-width:1279px){.push-publi-news .swiper-container{margin:-.5rem -2rem 0 -.5rem;overflow:hidden;padding:.5rem 2rem .5rem .5rem}}.missions__title{color:#e1e1e1;font-size:2.5rem;font-weight:700;letter-spacing:-2.5px;line-height:1;padding-left:1rem;position:relative;transition:color .4s ease-in-out}@media screen and (min-width:768px){.missions__title{font-size:4rem;padding-left:3rem}}@media screen and (min-width:1280px){.missions__title{font-size:5rem}}.missions__title h3{pointer-events:none}.missions__title-point{color:#f37232;font-size:0;height:.5rem;left:0;position:absolute;top:.9375rem;transition:color .4s ease-in-out;width:.5rem}@media screen and (min-width:768px){.missions__title-point{height:1rem;top:1.75rem;width:1rem}}@media screen and (min-width:1280px){.missions__title-point{top:2.5rem}}.missions__title-point:before{background-color:#f37232;border-radius:50%;content:"";height:100%;left:50%;position:absolute;top:100%;transform:translate(-50%,-50%);transition:transform .4s ease-in-out;width:100%;z-index:-1}@media screen and (min-width:768px){.missions__title-point:before{top:60%}}.missions__title.is-active{color:#f37232}@media screen and (max-width:767px){.missions__title.is-active{padding-left:2.5rem}}.missions__title.is-active .missions__title-point{color:#fff;font-size:1.125rem;left:.625rem}@media screen and (min-width:768px){.missions__title.is-active .missions__title-point{font-size:1.25rem;left:.4375rem}}.missions__title.is-active .missions__title-point:before{transform:translate(-50%,-50%) scale(3.5)}@media screen and (min-width:768px){.missions__title.is-active .missions__title-point:before{transform:translate(-50%,-50%) scale(2)}}.missions__title:hover{color:#f37232}@media screen and (min-width:768px){.missions__desc{width:83%}}@media screen and (max-width:767px){.missions__desc{font-size:1rem}}.missions__more{background-color:#f1f0f9;border-radius:.5rem;margin-top:2rem;overflow:hidden;padding:1rem 1.5rem;position:relative;z-index:1}@media screen and (min-width:768px){.missions__more{margin-top:3rem;padding:1.5rem 2rem}}.missions__more:before{background-color:#e9e7fc;border-radius:50%;content:"";height:132%;left:0;position:absolute;top:50%;transform:translate(-60%,-50%);width:12.5rem;z-index:-1}.missions__more-item:not(:last-child){margin-bottom:1rem}.missions__pic-wrap{border-radius:50%;margin-left:-30%;overflow:hidden;position:relative;width:130%}@media screen and (max-width:767px){.missions__pic-wrap{max-width:28.75rem}}@media screen and (min-width:768px){.missions__pic-wrap{margin-left:-14%;width:37.5rem}}@media screen and (min-width:1024px){.missions__pic-wrap{margin-left:-42%;width:130%}}.missions__pic-wrap img{left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease-in-out}.missions__pic-wrap img.is-active{opacity:1;position:relative}.fed-testimonies .quote{left:2rem;position:absolute;top:7rem}@media screen and (min-width:768px){.fed-testimonies .quote{left:3.5rem;top:11rem}}.fed-testimonies__right{background-color:#b3d17d;color:#4f469c;position:relative}.fed-testimonies__item{line-height:1.4;padding:1.5rem 2rem 0}@media screen and (min-width:768px){.fed-testimonies__item{padding-top:3rem}}@media screen and (min-width:1366px){.fed-testimonies__item{padding:3rem 3.5rem 0}}@media screen and (max-width:1023px){.fed-testimonies__side-title{margin:3rem 0}}@media screen and (min-width:1024px){.fed-testimonies__side-title{left:-18%;position:absolute;top:0;transform:rotate(-90deg) translate(-100%);transform-origin:0 0;z-index:1}}@media screen and (min-width:1280px){.fed-testimonies__side-title{left:-22%}}.fed-testimonies__logo-wrap{flex-shrink:0;height:5.5rem;margin:1rem;max-width:12.5rem}.fed-testimonies__logo-wrap img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.fed-testimonies__pic{border-radius:50%;flex-shrink:0;height:7.5rem;margin-left:-1rem;position:relative;transform:translateX(2.5rem);width:7.5rem}.fed-testimonies__pic img{border-radius:50%}@media screen and (min-width:768px){.fed-testimonies__pic{height:11.375rem;width:11.375rem}}@media screen and (min-width:1440px){.fed-testimonies__pic{margin-left:-2.5rem}}.fed-testimonies__bottom{padding:1.5rem 2rem 2rem}@media screen and (min-width:768px){.fed-testimonies__bottom{padding:2rem 2rem 2.5rem}}@media screen and (min-width:1366px){.fed-testimonies__bottom{padding-left:3.5rem;padding-right:3.5rem}}.fed-testimonies .swiper-slide-active .fed-testimonies__pic{transform:none}.fed-testimonies .swiper-button-prev{transform:scaleX(-1)}.fed-testimonies .swiper-button-lock{display:none}.fed-testimonies .swiper-slide{display:flex;height:auto}.fed-testimonies .swiper-button:hover svg{fill:#f37232}.fed-testimonies .swiper-button-disabled{opacity:.3}@media screen and (min-width:768px){.focus-job__desc{width:81%}}.focus-job__square{background-color:#4f469c;color:#fff;margin-left:-2rem;overflow:hidden;padding:2rem;position:relative;width:calc(100% + 2rem);z-index:1}@media screen and (min-width:768px){.focus-job__square{max-width:27.1875rem;padding:3.25rem 2rem}}@media screen and (min-width:1280px){.focus-job__square{margin-left:-7.5rem;padding-left:7.5rem;width:calc(100% + 120px)}}.focus-job__square:before{background-color:#5b51b2;border-radius:50%;content:"";height:15.625rem;left:-5rem;position:absolute;top:-6rem;width:15.625rem;z-index:-1}.focus-job__center{position:relative}.focus-job__center:before{background-color:#fdf0ea;border-radius:50%;content:"";height:25.625rem;position:absolute;right:-2rem;top:-15rem;transform:translateX(30%);width:25.625rem;z-index:-1}@media screen and (min-width:768px){.focus-job__center:before{height:29.25rem;right:-50%;top:-.75rem;transform:translate(50%,-50%);width:29.25rem}}@media screen and (min-width:1024px){.focus-job__center:before{right:-1rem;top:-.75rem;transform:translateX(50%)}}.slice--text .suptitle{font-size:1rem;letter-spacing:1.5px}.slice--text .suptitle:after{background-color:rgba(25,25,25,.2);border-radius:50%;content:"";height:12.5rem;left:0;position:absolute;top:0;transform:translate(-37%,-10%);width:12.5rem;z-index:-1}@media screen and (min-width:1024px){.slice--text .suptitle{font-size:1.25rem;text-align:center;transform:translate(-75%,-15%)}.slice--text .suptitle span{align-items:center;display:flex;height:17.1875rem;justify-content:center;transform:rotate(-90deg);width:17.1875rem}.slice--text .suptitle:after{height:17.1875rem;left:50%;top:50%;transform:translate(-50%,-50%);width:17.1875rem}}.slice--text--blue .suptitle{color:#f37232}.slice--text--blue .suptitle:after{background-color:#f1f0f9}.slice--text--orange .suptitle{color:#4f469c}.slice--text--orange .suptitle:after{background-color:#fdf0ea}.slice--text--dark{background-color:#312b69;color:#fff;overflow:hidden;padding:2.5rem 0}.slice--text--dark .suptitle{color:#f37232}.slice--text--dark .suptitle:after{background-color:#4f469c}.slice--text--dark:after{background-color:#f37232;border-radius:50%;content:"";height:13.125rem;pointer-events:none;position:absolute;right:0;top:0;transform:translate(30%,-20%);width:13.125rem;z-index:0}@media screen and (min-width:1024px){.slice--text--dark{padding:5rem 0}}.slice--text-picture .visual__wrapper{max-width:inherit;right:0;transform:translate(-13%);width:115%}@media screen and (max-width:767px){.slice--text-picture .visual__wrapper{margin-bottom:calc(10vw - .4rem)}}@media screen and (max-width:1023px){.slice--text-picture .visual__wrapper{max-width:36.25rem}}@media screen and (min-width:1024px){.slice--text-picture .visual__wrapper{transform:translate(-21%);width:126%}}.slice--text-picture .visual__wrapper:before{background-color:#f1f0f9;border-radius:50%;content:"";height:9.25rem;position:absolute;right:0;top:0;width:9.25rem;z-index:0}@media screen and (min-width:1024px){.slice--text-picture .visual__wrapper:before{height:14.375rem;transform:translate(15%);width:14.375rem}}.slice--text-picture .visual__wrapper .deco{background-color:#312b69;height:4.125rem;right:0;transform:translateX(-70%);width:4.125rem}.slice--text-picture .visual__wrapper .deco:after{background-color:#f37232;border-radius:50%;content:"";height:1.0625rem;position:absolute;right:0;top:0;transform:translateY(-100%);width:1.0625rem}@media screen and (min-width:1024px){.slice--text-picture .visual__wrapper .deco{height:6.375rem;width:6.375rem}.slice--text-picture .visual__wrapper .deco:after{height:1.625rem;width:1.625rem}}.slice--text-picture .visual--secondary{border:.5rem solid #fff;right:0;transform:translate(.5rem,25%);width:45%}@media screen and (min-width:768px){.slice--text-picture .visual--secondary{width:40%}}@media screen and (min-width:1024px){.slice--text-picture .visual--secondary{border:1rem solid #fff;transform:translate(20%,25%)}}.slice--text-picture--right .visual__wrapper{left:0;right:auto;transform:translate(0)}@media screen and (max-width:1023px){.slice--text-picture--right .visual__wrapper{margin-left:auto;margin-right:-4rem}}.slice--text-picture--right .visual__wrapper:before{left:0;right:auto}@media screen and (min-width:1024px){.slice--text-picture--right .visual__wrapper:before{transform:translate(-15%)}}.slice--text-picture--right .visual__wrapper .visual--secondary{left:0;right:auto;transform:translate(-.5rem,25%)}@media screen and (min-width:1024px){.slice--text-picture--right .visual__wrapper .visual--secondary{transform:translate(-20%,25%)}}.slice--text-picture--right .visual__wrapper .deco{left:0;right:auto;transform:translateX(70%)}.slice--text-picture--right .visual__wrapper .deco:after{left:0;right:auto}.slice--text-picture--orange .visual__wrapper:before{background-color:#fde3d6}.slice--text-picture--orange .deco{background-color:#f37232!important}.slice--text-picture--orange .deco:after{background-color:#312b69!important}.video{padding-top:56.5%;position:relative}.video .cld-video-player{height:100%;left:0;position:absolute;top:0;width:100%}.video__wrapper{border-radius:.5rem;overflow:hidden}.video__overlay{background-position:50%;background-size:cover;border-radius:.5rem;bottom:0;left:0;position:absolute;right:0;top:0;transition:visibility .4s ease-in-out,opacity .4s ease-in-out}.lyt-activated .video__overlay,.video__overlay.is-hidden{opacity:0;visibility:hidden}.video__overlay:hover{cursor:pointer}.video__overlay:before{background-image:linear-gradient(0deg,rgba(25,25,25,.8),rgba(25,25,25,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0}.video__play{background-color:#f37232;border-radius:50%;height:6rem;margin-left:-1.875rem;transition:background-color .4s ease-in-out;width:6rem}.video__play .icon{color:#fff;height:1.75rem;width:1.5rem}@media screen and (min-width:1024px){.video__play{height:9.75rem;margin-left:-4.5rem;width:9.75rem}.video__play .icon{height:2.375rem;transition:color .4s ease-in-out;width:2rem}}.video iframe,.video video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video:hover .video__play{background-color:#fff}.video:hover .video__play .icon{color:#f37232}@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}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-wrapper{transform:translateZ(0)}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}

/*# sourceMappingURL=styles-hp.c3567506c8d349e200b6.css.map*/