:root{--noir: #000000;--blanc: #ffffff;--main: #21272A;--cream: #F3F9EB;--green: #39646B;--green_alt: #8DC045;--dark: #204146;--dark_green: #7BA2A8;--soft: #DFEDEF;--custom_ease: cubic-bezier(0.37, 0.75, 0, 1)}*{margin:0px;padding:0px;border:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased}img{border:none;display:block;outline:none;max-width:100%;height:auto}a{text-decoration:none;outline:none;border:none}ul,li{list-style-type:none}textarea{resize:vertical}header,footer,nav,section,article{display:block;position:relative}html{font-size:11px;overflow-y:auto}body{line-height:normal;width:100%;height:auto;overflow:hidden}h1,h2,h3,h4,h5,h6{font-weight:normal}input,textarea,select,option{outline:none !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}html{scroll-behavior:smooth}@media only screen and (max-width: 767px){html{font-size:8px}}*::selection{background:var(--green);color:var(--blanc)}*::-moz-selection{background:var(--green)}*::-webkit-selection{background:var(--green)}body{color:var(--main);font-family:"Open Sans",sans-serif;font-optical-sizing:auto;font-size:1.4rem;font-weight:600;font-style:normal;line-height:1.6}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}.container--small{max-width:1090px}.container--xsmall{max-width:850px}.container--full{max-width:unset;padding:0}.exergue{margin:0 0 32px 0;font-size:1.6rem;font-weight:600}.label{opacity:.5;color:var(--main);font-size:1.2rem}.list{display:flex;gap:20px;margin:0 0 32px 0}@media only screen and (max-width: 1024px){.list{flex-wrap:wrap}}.list__item{display:flex;gap:10px}@media only screen and (max-width: 1024px){.list__item{width:100%}}.list__item svg{display:block;width:auto;height:18px;margin:2px 0 0 0}.nav{padding:12px 0;background:var(--cream)}@media only screen and (min-width: 1024px){.nav{padding:32px 0}}.nav__burger{display:block;position:relative;z-index:4;padding:8px;background:rgba(0,0,0,0);cursor:pointer}.nav__burger span{display:block;width:20px;height:2px;margin:4px 0;background:var(--green);transition:opacity .3s ease-out,transform .45s var(--custom_ease)}.nav__burger span:nth-child(3){margin-top:-6px}@media only screen and (min-width: 1024px){.nav__burger{display:none}}.nav__container{display:flex;align-items:center;justify-content:space-between;gap:20px}.nav__cta{flex:0 0 auto;font-size:1.6rem !important}@media only screen and (max-width: 1024px){.nav__cta{position:fixed !important;z-index:4;bottom:32px;left:20px;transform:translate(0, 200%);transition:transform .85s var(--custom_ease) .1s}}.nav__cta .cta__label,.nav__cta .cta__hover{padding:14px 28px}.nav__logo{display:block;position:relative;z-index:4}.nav__logo svg,.nav__logo img{display:block;width:auto;height:78px;margin-left:-8px}@media only screen and (max-width: 1024px){.nav__wrapper{position:fixed;z-index:3;top:0;left:0;width:100%;height:100%;padding:102px 20px 90px 20px;transform:translate(100%, 0);transition:transform .85s var(--custom_ease);background:var(--cream)}}.nav.js-open .nav__burger span:nth-child(1),.nav.js-open .nav__burger span:nth-child(4){opacity:0}.nav.js-open .nav__burger span:nth-child(2){transform:rotate(45deg)}.nav.js-open .nav__burger span:nth-child(3){transform:rotate(-45deg)}.nav.js-open .nav__cta,.nav.js-open .nav__wrapper{transform:translate(0, 0)}@media only screen and (min-width: 1024px){.menu{display:flex;gap:8px}}.menu__link{display:block;padding:8px;color:var(--green);font-size:1.6rem;font-weight:600}.footer{padding:48px 0;background:var(--green);color:var(--blanc)}.footer__container{padding:48px 0 0 0}.footer__container:first-child{padding:0 0 48px 0;border-bottom:1px solid var(--dark_green)}@media only screen and (min-width: 1024px){.footer__container{display:flex;align-items:center;justify-content:space-between}}.footer__link{color:var(--blanc);font-family:"Roboto",sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4}@media only screen and (max-width: 1024px){.footer__menu{margin-left:-8px}}.footer__menu .menu__link{color:var(--blanc);font-family:"Roboto",sans-serif}.footer__social{display:flex;gap:16px}.footer__socialItem{display:block;padding:2px}.footer__socialItem svg{display:block;width:auto;height:24px}.footer__logo{display:block}@media only screen and (max-width: 1024px){.footer__logo{margin:0 0 24px 0}}.footer__logo svg{display:block;margin-left:-18px}.footer__logo svg path{fill:var(--blanc)}.cta{display:block;position:relative;width:fit-content;border-radius:8px;background:var(--green);color:var(--soft);font-family:"Roboto",sans-serif;font-size:1.8rem;font-weight:500;line-height:1;overflow:hidden;cursor:pointer}.cta::before{content:"";position:absolute;z-index:1;top:0;left:50%;width:18px;height:18px;border-radius:50%;transform:translate(-50%, -50%);transition:transform 1.2s var(--custom_ease);background:var(--green_alt)}.cta__label,.cta__hover{display:flex;position:relative;z-index:2;align-items:center;gap:8px;padding:19px 38px;line-height:24px}.cta__label{position:relative;transition:transform .65s var(--custom_ease)}.cta svg{display:block;width:auto;height:24px}@media only screen and (min-width: 1024px){.cta:hover::before{transform:translate(-50%, -50%) scale(30)}}.cta--alt{transition:color .3s ease-out;background:var(--green_alt);color:var(--dark)}.cta--alt::before{background:var(--green)}@media only screen and (min-width: 1024px){.cta--alt:hover{color:var(--blanc)}}.cta--light{transition:color .3s ease-out;background:var(--soft);color:var(--dark)}.cta--light::before{background:var(--green)}@media only screen and (min-width: 1024px){.cta--light:hover{color:var(--blanc)}}.title{font-family:"League Spartan",sans-serif}.title--h1{margin:0 0 48px 0;font-size:6.4rem;font-weight:600;line-height:1}.title--h2{margin:0 0 16px 0;color:var(--green);font-size:4.8rem;font-weight:600;line-height:1}.title--h2+[class*=subtitle]{margin-top:-16px}.subtitle{margin:0 0 8px;color:var(--gren_alt);font-family:"League Spartan",sans-serif;font-size:2rem;line-height:1.4;text-transform:uppercase}.popin{display:flex;position:fixed;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;z-index:10}.popin__content{width:90%;max-width:460px;padding:37px 43px;border-radius:20px;background:var(--blanc)}.popin__overlay{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(5px);cursor:pointer}.popin:not(.js-visible){display:none}.form__checkbox{display:block;position:relative;width:100%;padding:0 0 0 44px;color:rgba(46,46,45,.5019607843);font-size:1.4rem;cursor:pointer}.form__checkbox::before{content:"";position:absolute;top:50%;left:0;width:24px;height:24px;border:1px solid var(--green);border-radius:8px;transform:translate(0, -50%);box-sizing:border-box}.form__checkbox::after{content:"";position:absolute;top:50%;left:2px;width:20px;height:20px;border-radius:8px;transform:translate(0, -50%);background:var(--green_alt) url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 3L4.5 8.5L2 6%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") center center no-repeat;opacity:0;box-sizing:border-box}.form [type=checkbox]{transform:translate(12px, 25px)}.form [type=checkbox]:checked+.form__checkbox::after{opacity:1}.form__fieldset{margin:0 0 44px 0}.form__label{display:block;width:100%;margin:24px 0 8px 0;font-size:1.2rem;font-weight:400}.form__label+.form__input{margin:0}.form__line{display:flex;gap:6px}.form__line .form__input{margin:0}.form__input{display:block;width:100%;margin:24px 0 0 0;padding:8px 16px;border-radius:8px;background:rgba(46,46,45,.0509803922);font-family:inherit;font-weight:600;line-height:36px}.form__input::placeholder{font-weight:inherit}.form__input--select{flex:0 0 144px;font-weight:400;appearance:none;background:rgba(46,46,45,.0509803922) url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6667 5.66669L8.00004 10.3334L3.33337 5.66669%27 stroke=%27%2339646B%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") top 18px right 18px;background-repeat:no-repeat}.form__input--select+.form__input{flex:1 0 auto;width:auto}.form__submit{display:block;width:100%;margin:44px 0 0 0;padding:17px 16px;border-radius:12px;background:var(--green_alt);color:var(--blanc);font-family:inherit;font-size:2rem;line-height:1;cursor:pointer}.form__success{display:none;position:absolute;z-index:1;top:50%;left:50%;width:80%;max-width:332px;padding:43px 23px;border-radius:16px;transform:translate(-50%, -50%);background:var(--green);color:var(--blanc);text-align:center}.form__successDeco{display:block;margin:0 auto 16px}.form__title{margin:0 0 40px 0;color:var(--green);font-family:"League Spartan",sans-serif;font-size:2.4rem;font-weight:600;line-height:1}.form [name=pr_hp]{display:none}.push{padding:80px 0;background:var(--soft)}.push__container{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.push__contentText{font-size:1.2rem;font-weight:400;line-height:1.4}.push__contentTitle{margin:0 0 2px 0;font-weight:700;line-height:1.4}.push__icon{display:flex;align-items:center;justify-content:center;flex:0 0 52px;height:52px;border-radius:50%;background:var(--green_alt)}.push__icon svg path{fill:var(--blanc)}.push__item{display:flex;align-items:center;gap:16px;width:100%;padding:16px;border-radius:16px;background:var(--blanc)}@media only screen and (min-width: 1024px){.push__item{width:calc(25% - 18px)}}.table{padding:80px 0}.table__array{padding:32px;border-radius:16px;background:rgba(46,46,45,.0509803922);color:var(--green)}.table__array:not(:last-child){margin:0 0 48px 0}.table__arrayCell{display:flex;flex-wrap:wrap;align-items:center;row-gap:0px;column-gap:16px;width:20.8333333333%;min-width:150px;font-size:1.7rem}.table__arrayCell:first-child{width:45.8333333333%}.table__arrayCell:not(:first-child){justify-content:center}.table__arrayCell span{display:block;padding:4px 8px;border-radius:8px;background:color-mix(in srgb, var(--green_alt) 40%, transparent);color:var(--green);font-size:1.2rem;line-height:1}@media only screen and (max-width: 1024px){.table__arrayContent{overflow-x:auto}}@media only screen and (min-width: 1024px){.table__arrayHeader{display:flex;gap:16px}}.table__arrayRow{display:flex;margin:16px 0 0 0;padding:8px 0}.table__arrayRow:not(:last-child){border-bottom:1px solid var(--dark_green)}.table__arrayRow--header{font-weight:700}.table__arrayRow:not(.table__arrayRow--header) .table__arrayCell:not(:first-child){font-weight:800}@media only screen and (max-width: 1024px){.table__arrayRow{width:fit-content;min-width:100%}}.table__arrayTag{width:fit-content;padding:4px 8px;border-radius:8px;background:var(--blanc);font-size:1.6rem;line-height:1.7}.table__arrayTitle{font-size:2.2rem;text-transform:uppercase}.table__container{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin:48px 0}.table__cta{margin-right:auto;margin-left:auto}.table__cta svg{height:14px}.table__item{width:100%;padding:32px 16px;border-radius:16px;background:var(--soft);color:var(--dark);text-align:center}@media only screen and (min-width: 1024px){.table__item{width:calc(33.3333333333% - 16px)}}.table__itemLabel{margin:6px 0 0 0;font-size:1.4rem;font-weight:400;line-height:1}.table__itemText{font-family:"League Spartan",sans-serif;font-size:2rem;font-weight:700;line-height:1.2}.table__itemTitle{text-transform:uppercase}.table__item--cream{background:var(--cream)}.table__item--cream .table__itemLabel{color:var(--green_alt)}.table__item--outline{border:1px solid var(--dark_green);background:rgba(0,0,0,0)}.table__item--outline .table__itemLabel{color:var(--dark_green)}.table__title{text-align:center}.table__subtitle{color:var(--green_alt);font-size:2.2rem;font-weight:600;line-height:1;text-align:center}.step{padding:80px 0}.step__container{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin:48px 0 0 0}.step__item{width:100%;padding:32px;border-radius:16px;background:var(--soft);color:var(--dark);text-align:center}@media only screen and (min-width: 1024px){.step__item{width:calc(33.3333333333% - 16px)}}.step__itemCount{width:48px;height:48px;margin:0 auto 16px auto;border-radius:50%;background:var(--blanc);text-align:center;color:var(--green);font-size:2.2rem;line-height:48px}.step__itemTitle{margin:0 0 12px 0;font-family:"League Spartan",sans-serif;font-size:2.4rem;font-weight:600}.step__title{text-align:center}.step__subtitle{color:var(--green_alt);font-size:2.2rem;font-weight:600;line-height:1;text-align:center}.eligibility{padding:80px 0;background:var(--soft)}.eligibility__link{display:flex;margin:48px 0 0 0;padding:18px 32px;border-radius:8px;background:var(--blanc);color:var(--green)}@media only screen and (max-width: 1024px){.eligibility__link{flex-wrap:wrap;text-align:center}}.eligibility__linkTarget{display:flex;position:relative;align-items:center;gap:10px;margin-left:auto;padding-left:32px;border-left:1px solid var(--green);font-weight:700}.eligibility__linkTarget::after{content:"";position:absolute;bottom:0;left:32px;width:calc(100% - 66px);height:1px;background:var(--green)}@media only screen and (max-width: 1024px){.eligibility__linkTarget{justify-content:center;width:100%;margin:12px 0 0 0;padding:12px 0 0 0;border-top:1px solid var(--green);border-left:0}.eligibility__linkTarget::after{content:none}}.eligibility__list{display:flex;flex-wrap:wrap;gap:16px;margin:48px 0 0 0}.eligibility__listItem{display:flex;align-items:center;width:100%;gap:16px;color:var(--green);font-size:1.6rem;font-weight:700}@media only screen and (min-width: 1024px){.eligibility__listItem{width:calc(50% - 8px)}}.eligibility__listItem svg{display:flex;flex:0 0 24px;height:auto}.eligibility__title,.eligibility__text{text-align:center}.eligibility__text{color:var(--dark_green);font-size:2.2rem;line-height:1.2}.category{padding:80px 0}.category__cat{margin:0 0 24px 0;text-transform:uppercase}.category__container{display:flex;flex-wrap:wrap;gap:24px;margin:48px 0}.category__containerCol{width:100%;padding:32px;border-radius:16px;color:var(--dark);text-align:center}@media only screen and (min-width: 1024px){.category__containerCol{width:calc(50% - 12px)}}.category__containerCol--soft{background:var(--soft)}.category__containerCol--soft .category__label{color:var(--green)}.category__containerCol--cream{background:var(--cream)}.category__containerCol--cream .category__label{color:var(--green_alt)}.category__containerCol--outline{border:1px solid var(--dark_green)}.category__content{text-transform:uppercase}.category__cta{margin:48px auto 0 auto}.category__info{text-align:center;font-size:.9em}.category__label{margin:24px 0 0 0;font-size:1.4rem;font-weight:400;line-height:1}.category__title,.category__text{text-align:center}.category__tag{display:block;width:fit-content;margin:16px auto;padding:4px 8px;border-radius:8px;background:color-mix(in srgb, var(--green_alt) 40%, transparent);color:var(--green);font-size:1.2rem;line-height:1}.category__text{color:var(--green_alt);font-size:2.2rem;line-height:1.2}.logo{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;padding:80px;background:var(--soft)}@media only screen and (min-width: 1024px){.logo{gap:80px}}.logo__item{width:auto;height:80px;padding:8px 16px;border-radius:16px;background:var(--blanc)}.content{padding:80px 0}.content__container{display:flex;align-items:center;flex-wrap:wrap;gap:33px;margin:80px 0 0 0}.content__containerCol{width:100%}@media only screen and (min-width: 1024px){.content__containerCol{width:calc(33.3333333333% - 22px)}}.content__containerCol img{width:100%;border-radius:16px;aspect-ratio:458/416;object-fit:cover}.content__containerCol h3{margin:32px 0 16px;color:var(--dark_green);font-size:2rem;font-weight:700;text-transform:uppercase}.content__containerCol h3:first-child{margin-top:0}.content__title,.content__subtitle{text-align:center}.faq{padding:80px 0;background:var(--soft)}.faq__item{border-radius:8px;background:var(--blanc);color:var(--green);overflow:hidden}.faq__item:not(:first-child){margin:22px 0 0 0}.faq__itemContent{padding:16px 32px}.faq__itemTitle{display:block;position:relative;width:100%;padding:16px 62px 16px 32px;background:rgba(0,0,0,0);color:inherit;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.6;text-align:left;cursor:pointer}.faq__itemTitle::before,.faq__itemTitle::after{content:"";position:absolute;top:50%;right:32px;width:20px;height:2px;border-radius:2px;transform:translate(0, -50%);background:var(--dark)}.faq__itemTitle::after{transform:translate(0, -50%) rotate(90deg);transition:transform .65s var(--custom_ease)}.faq__itemWrapper{height:0;overflow:hidden}.faq__item--open .faq__itemTitle::after{transform:translate(0, -50%)}.faq__title{margin-bottom:48px;text-align:center}.test{padding:80px 0}.test__container{display:flex}@media only screen and (max-width: 1024px){.test__container{flex-wrap:wrap;gap:24px}}.test__containerCol{flex:1 0 100%}@media only screen and (min-width: 1024px){.test__containerCol{flex:0 0 auto}.test__containerCol:first-child{flex:1 0 auto}}.test__tag{display:flex;flex-wrap:wrap;gap:16px}.test__tagItem{display:block;padding:4px 8px;border-radius:8px;background:color-mix(in srgb, var(--green_alt) 40%, transparent);color:var(--green);font-size:1.2rem;line-height:1}.landing .header{position:relative;padding:80px 0 15px;color:var(--soft);text-align:center}.landing .header::before{content:"";position:absolute;z-index:-1;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;background:var(--green);opacity:.6}.landing .header__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin:72px auto 40px}.landing .header__image{position:absolute;z-index:-2;top:0;left:50%;transform:translateX(-50%);width:100vw;max-width:unset;height:100%;object-fit:cover}.landing .header__label{color:var(--blanc);font-family:"League Spartan",sans-serif;font-size:3.2rem;font-weight:600}.landing .header__subtitle{color:var(--green_alt)}.landing .header__title{color:var(--blanc)}.landing .header .list{justify-content:center}.landing .header .label{color:var(--blanc)}.landing .figure{position:relative}.landing .figure__image{width:100%;height:auto;aspect-ratio:1440/800;object-fit:cover}.landing .figure__mask{position:absolute;z-index:1;top:0;left:0;width:100%;height:auto}.page .header{padding:80px 0 0 0}.page .article{padding:0 0 80px 0}.page .article p,.page .article ul,.page .article ol{margin:0 0 12px 0}.page .article ul{padding:0 0 0 24px}.page .article ul li{list-style-type:disc}.page .article ol{padding:0 0 0 24px}.page .article ol li{list-style-type:decimal}.page .article a:not(.cta){color:var(--green);text-decoration:underline}.page .article h2{margin:0 0 16px 0;color:var(--green);font-size:4.8rem;font-weight:600;line-height:1}.page .article h3{margin:32px 0 16px;color:var(--dark_green);font-size:2rem;font-weight:700;text-transform:uppercase}
