@charset "UTF-8";:root{--font-family-text:"lato",sans-serif;--font-family-title:"ff-cocon-pro",sans-serif;--font-weight-text:400;--font-style-text:normal;--color-green-acrac:#93c024;--color-lightblue-acrac:#19b7ab;--color-fuchsia-acrac:#e5077b;--color-orange-acrac:#f68f02;--color-white-acrac:#fff;--color-white-opacity-acrac:hsla(0,0%,100%,.8);--color-black-acrac:#000;--color-lightgrey-acrac:#f0f0f0;--font-paragraph-size:clamp(0.875rem,0.3vw + 0.8rem,0.95rem);--line-height-paragraph:1.5;--font-header-size:clamp(0.75rem,0.3vw + 0.7rem,0.85rem);--font-header-one-size:clamp(1.5rem,2.5vw + 1rem,2rem);--font-header-two-size:clamp(1.3rem,2vw + 0.8rem,1.75rem);--font-header-three-size:clamp(1.15rem,1.5vw + 0.7rem,1.5rem);--font-header-four-size:clamp(1.05rem,1.25vw + 0.6rem,1.35rem);--font-header-five-size:clamp(0.95rem,1vw + 0.55rem,1.2rem);--font-header-six-size:clamp(0.875rem,0.75vw + 0.5rem,1rem)}[data-theme=dark]{--font-family-text:"lato",sans-serif;--font-family-title:"ff-cocon-pro",sans-serif;--font-weight-text:400;--font-style-text:normal;--color-green-acrac:#93c024;--color-lightblue-acrac:#19b7ab;--color-fuchsia-acrac:#e5077b;--color-orange-acrac:#f68f02;--color-white-acrac:#1b1e3d;--color-white-opacity-acrac:rgba(27,30,61,.8);--color-black-acrac:#bbb;--color-lightgrey-acrac:#252525;--font-paragraph-size:clamp(0.875rem,0.3vw + 0.8rem,0.95rem);--line-height-paragraph:1.5;--font-header-size:clamp(0.75rem,0.3vw + 0.7rem,0.85rem);--font-header-one-size:clamp(1.5rem,2.5vw + 1rem,2rem);--font-header-two-size:clamp(1.3rem,2vw + 0.8rem,1.75rem);--font-header-three-size:clamp(1.15rem,1.5vw + 0.7rem,1.5rem);--font-header-four-size:clamp(1.05rem,1.25vw + 0.6rem,1.35rem);--font-header-five-size:clamp(0.95rem,1vw + 0.55rem,1.2rem);--font-header-six-size:clamp(0.875rem,0.75vw + 0.5rem,1rem)}.navbar{background-color:var(--color-white-acrac);box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);-webkit-box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);-moz-box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);padding-block:.5rem;padding-inline:1rem;position:sticky;top:0;z-index:99}.navbar .max-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1040px}.navbar .max-nav .menu-links{background:var(--color-lightblue-acrac);display:block;height:100%;left:0;overflow:hidden;padding-top:4rem;position:fixed;top:84px;transform:translateX(-200vw);transition:all .3s ease;width:100vw;z-index:90}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav .menu-links{align-items:center;background-color:transparent;display:flex;flex-direction:row;height:unset;justify-content:space-around;left:unset;overflow:unset;padding-top:unset;position:unset;top:unset;transform:unset;transition:all .3s ease;width:unset;z-index:unset}}@media screen and (min-width:1025px){.navbar .max-nav .menu-links{align-items:center;background-color:transparent;display:flex;flex-direction:row;height:unset;justify-content:space-around;left:unset;overflow:unset;padding-top:unset;position:unset;top:unset;transform:unset;transition:all .3s ease;width:unset;z-index:unset}}.navbar .max-nav .menu-links .menu-item{align-items:center;display:flex;flex-direction:column;font-weight:700;padding:1rem}@media screen and (min-width:576px) and (max-width:768px){.navbar .max-nav .menu-links .menu-item{padding:2rem}}@media screen and (min-width:769px) and (max-width:811px){.navbar .max-nav .menu-links .menu-item{padding:2rem}}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav .menu-links .menu-item{padding:1rem}}@media screen and (min-width:1025px){.navbar .max-nav .menu-links .menu-item{padding:1rem}}.navbar .max-nav .menu-links .menu-item a{color:var(--color-white-acrac);font-family:var(--font-family-title);font-size:clamp(1.5rem,2.56vw + .9rem,2.5rem);font-weight:700;transition:all .3s ease}.navbar .max-nav .menu-links .menu-item a:hover{color:var(--color-fuchsia-acrac)}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav .menu-links .menu-item a{color:var(--color-lightblue-acrac);font-size:1.25rem}}@media screen and (min-width:1025px){.navbar .max-nav .menu-links .menu-item a{color:var(--color-lightblue-acrac);font-size:1.25rem}}.navbar .max-nav a img{height:auto;transition:width .3s ease;width:50%}.navbar .shrink .menu-links .menu-item a{font-size:1rem}.navbar .shrink a img{height:auto;width:25%}.navbar .nav-burger{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:812px) and (max-width:1024px){.navbar .nav-burger{display:none}}@media screen and (min-width:1025px){.navbar .nav-burger{display:none}}.navbar .nav-burger span{margin:2px;transition:.4s}.navbar .nav-burger span:first-child{background-color:var(--color-orange-acrac);border-radius:10px 0 10px 0;height:4px;width:30px}.navbar .nav-burger span:nth-child(2){background-color:var(--color-fuchsia-acrac);border-radius:10px 0 10px 0;height:4px;width:30px}.navbar .nav-burger span:nth-child(3){background-color:var(--color-green-acrac);border-radius:10px 0 10px 0;height:4px;width:30px}@keyframes slide{to{transform:translateX(-10px)}}.navbar .nav-burger-close span:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar .nav-burger-close span:nth-child(2){opacity:0}.navbar .nav-burger-close span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar .menu-links-slide{transform:translateX(0)!important;transition:all .6s ease}.footer{background-color:var(--color-lightblue-acrac)}.footer .max-footer{align-items:flex-start;display:flex;flex-direction:column;margin:0 auto;max-width:1040px;position:relative}.footer .max-footer .boy{left:0;position:absolute;top:-7.6rem}.footer .max-footer .wrapper-row{padding:1rem;width:100%}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto}}.footer .max-footer .wrapper-row .social{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .social h4{color:var(--color-white-acrac);margin-bottom:.5rem}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .wrapper-row .social{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .wrapper-row .social{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .wrapper-row .social{margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .wrapper-row .social{margin:0 auto}}.footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact h4{color:var(--color-white-acrac);margin-bottom:.5rem}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .wrapper-row .contact{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .wrapper-row .contact{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .wrapper-row .contact{margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .wrapper-row .contact{margin:0 auto}}.footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .contact .container img{margin-right:6px}.footer .max-footer .wrapper-row .contact .container .adress{align-items:center;color:var(--color-white-acrac);display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .contact .container .phone{align-items:center;color:var(--color-white-acrac);display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact .container .phone img{margin-right:6px}.footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.footer .max-footer .wrapper-row .contact .container .email img{margin-right:6px}.footer .max-footer .wrapper-row .contact .container .email a{color:var(--color-white-acrac)}.footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.footer .max-footer .wrapper-row .privacy h4{color:var(--color-white-acrac);margin-bottom:.5rem}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .wrapper-row .privacy{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .wrapper-row .privacy{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .wrapper-row .privacy{margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .wrapper-row .privacy{margin:0 auto}}.footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}.footer .max-footer .wrapper-row .privacy .container a{color:var(--color-white-acrac);margin-bottom:8px;transition:color .3s ease}.footer .max-footer .wrapper-row .privacy .container a:hover{color:var(--color-fuchsia-acrac)}.footer .max-footer .wrapper-row #theme{margin-bottom:1rem}.footer .max-footer .wrapper-row #theme,.footer .max-footer .wrapper-row #theme .theme-toggle{align-items:flex-start;display:flex;flex-direction:column}@media screen and (min-width:576px) and (max-width:768px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:1025px){.footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}.footer .max-footer .wrapper-row #theme .theme-toggle h4{color:var(--color-white-acrac);margin-bottom:.5rem}.footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]{display:none}.footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]:checked+.switch{background-color:var(--color-darkgray,#333)}.footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]:checked+.switch .slider{transform:translateX(24px)}.footer .max-footer .wrapper-row #theme .theme-toggle .switch{background-color:var(--color-lightgrey-acrac);border-radius:15px;cursor:pointer;height:26px;position:relative;transition:background-color .3s;width:50px}.footer .max-footer .wrapper-row #theme .theme-toggle .switch .slider{background-color:transparent;border-radius:50%;height:20px;left:3px;position:absolute;top:0;transition:transform .3s;width:20px}.footer .max-footer .wrapper-footer{padding:1rem;width:100%}.footer .max-footer .wrapper-footer .container{align-items:baseline;display:flex;flex-direction:row;justify-content:space-between}.footer .max-footer .wrapper-footer .container img{width:25%}.footer .max-footer .wrapper-footer .container p{color:var(--color-white-acrac);margin-bottom:8px}.footer .webmaster{align-items:center;background-color:var(--color-fuchsia-acrac);display:flex;flex-direction:row;justify-content:center;padding:1rem}.footer .webmaster p{color:var(--color-white-acrac);font-size:12px;margin-right:1rem}.footer .webmaster img{height:auto;width:20px}.page-newsletter{margin:0 auto 8rem!important}.page-newsletter h1{color:var(--color-lightblue-acrac);padding-top:2rem}.section-newsletter{margin:8rem auto;padding-inline:1rem;padding-bottom:1rem;position:relative;width:100%}.section-newsletter p{color:var(--color-black-acrac)}@media screen and (min-width:576px) and (max-width:768px){.section-newsletter{margin:12rem auto;padding-inline:4rem}}@media screen and (min-width:769px) and (max-width:811px){.section-newsletter{margin:12rem auto;padding-inline:4rem}}@media screen and (min-width:812px) and (max-width:1024px){.section-newsletter{margin:12rem auto;padding-inline:6rem}}@media screen and (min-width:1025px){.section-newsletter{margin:12rem auto;padding-inline:6rem}}.section-newsletter .girl{position:absolute;right:1rem;top:-6.5rem;transition:1s}@media screen and (min-width:576px) and (max-width:768px){.section-newsletter .girl{right:1.5rem}}@media screen and (min-width:769px) and (max-width:811px){.section-newsletter .girl{right:1.5rem}}@media screen and (min-width:812px) and (max-width:1024px){.section-newsletter .girl{right:4rem}}@media screen and (min-width:1025px){.section-newsletter .girl{right:4rem}}.section-newsletter .captcha{color:orange;font-family:var(--font-family-text);font-size:12px;margin:1rem auto}.section-newsletter .wrapper-form{background-color:var(--color-orange-acrac);border-radius:4px;margin:2rem 0;padding:1rem}.section-newsletter .wrapper-form h2{color:var(--color-white-acrac);text-align:center}.section-newsletter .wrapper-form p{color:var(--color-white-acrac);font-family:var(--font-family-text);text-align:left}.section-newsletter .tnp-field-surname{color:var(--color-white-acrac);font-family:var(--font-family-text);font-size:var(---font-paragraph-size)}.section-newsletter .tnp-field-surname label{display:none}.section-newsletter .tnp-field-surname .tnp-surname{border-radius:4px}.section-newsletter .tnp-field-email{color:var(--color-white-acrac);font-family:var(--font-family-text);font-size:var(---font-paragraph-size)}.section-newsletter .tnp-field-email label{display:none}.section-newsletter .tnp-field-email .tnp-email{border-radius:4px}.section-newsletter .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:var(---font-paragraph-size)}.section-newsletter .tnp-privacy-field label a{color:var(--color-white-acrac)}.section-newsletter .tnp-privacy-field label .tnp-privacy{accent-color:var(--color-fuchsia-acrac)}.section-newsletter .tnp-field-button{margin:0 auto}.section-newsletter .tnp-field-button .tnp-submit{background-color:var(--color-fuchsia-acrac);border-radius:4px;cursor:pointer;font-family:var(--font-family-title);transition:background-color .3s ease}.section-newsletter .tnp-field-button .tnp-submit:hover{background-color:var(--color-lightblue-acrac)}.section-newsletter .tnp-unsubscribe .tnp-submit{background-color:transparent!important;background:transparent!important;border:none;border-bottom:1px solid var(--color-white-acrac);color:var(--color-white-acrac);cursor:pointer;padding:.5rem}.section-newsletter .tnp-reactivate{margin:1rem 0}.section-newsletter .tnp-reactivate .tnp-submit{background-color:var(--color-fuchsia-acrac);border:none;border-radius:4px;color:var(--color-white-acrac);cursor:pointer;padding:1rem}.movegirl{transform:translatex(-4rem)}@media screen and (min-width:576px) and (max-width:768px){.movegirl{transform:translatex(-12rem)}}@media screen and (min-width:769px) and (max-width:811px){.movegirl{transform:translatex(-12rem)}}@media screen and (min-width:812px) and (max-width:1024px){.movegirl{transform:translatex(-12rem)}}@media screen and (min-width:1025px){.movegirl{transform:translatex(-12rem)}}.wrapper-form-front{margin:2rem 0}.wrapper-form-front .tnp-subscription{color:var(--color-white-acrac);font-family:var(--font-family-text)}.wrapper-form-front .tnp-field-email label{display:none}.wrapper-form-front .tnp-field-email .tnp-email{border-radius:4px}.wrapper-form-front .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-size:12px}.wrapper-form-front .tnp-privacy-field label .tnp-privacy{accent-color:var(--color-fuchsia-acrac)}.wrapper-form-front .tnp-field-button{margin:0 auto}.wrapper-form-front .tnp-field-button .tnp-submit{background-color:var(--color-fuchsia-acrac);border-radius:4px;cursor:pointer}.wrapper-form-front .tnp-reactivate{margin:1rem 0}.wrapper-form-front .tnp-reactivate .tnp-submit{background-color:var(--color-fuchsia-acrac);border:none;border-radius:4px;color:var(--color-white-acrac);cursor:pointer;padding:1rem}.wrapper-legal{margin:0 1rem 8rem;padding-bottom:1rem}.wrapper-legal h1{font-size:clamp(1.5rem,3.529vw + .794rem,3rem);padding-top:2rem}.wrapper-legal h1,.wrapper-legal h2{color:var(--color-black-acrac);font-family:var(--font-family-title)}.wrapper-legal h2{font-size:24px}.wrapper-legal h3{color:var(--color-black-acrac);font-family:var(--font-family-title);margin:1rem 0}.wrapper-legal p{color:var(--color-black-acrac);font-family:var(--font-family-text);font-size:clamp(.75rem,.32vw + .675rem,.875rem);text-align:left}.wrapper-privacy{margin:0 1rem 8rem;padding-bottom:1rem}.wrapper-privacy h1{font-size:clamp(1.5rem,3.529vw + .794rem,3rem);padding-top:2rem}.wrapper-privacy h1,.wrapper-privacy h2{color:var(--color-black-acrac);font-family:var(--font-family-title)}.wrapper-privacy h2{font-size:clamp(.875rem,.278vw + .819rem,1rem)}.wrapper-privacy h3{color:var(--color-black-acrac);font-family:var(--font-family-title);margin:1rem 0}.wrapper-privacy p{color:var(--color-black-acrac);font-family:var(--font-family-text);font-size:clamp(.75rem,.32vw + .675rem,.875rem);text-align:left}.all-news{margin:0 1rem 8rem;padding-bottom:1rem}.all-news .expired{opacity:.2}.all-news h1{color:var(--color-lightblue-acrac);padding-top:2rem;text-align:center}.all-news .wrapper-cards-news{margin:1rem}@media screen and (min-width:576px) and (max-width:768px){.all-news .wrapper-cards-news{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px) and (max-width:811px){.all-news .wrapper-cards-news{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:812px) and (max-width:1024px){.all-news .wrapper-cards-news{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.all-news .wrapper-cards-news{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}}.all-news .wrapper-cards-news .card-new{align-items:center;background-color:var(--color-white-acrac);border-radius:6px;display:flex;flex-direction:column;margin-block:1rem;padding:.6rem;transition:box-shadow .3s ease,transform .3s ease-out}.all-news .wrapper-cards-news .card-new:hover{box-shadow:0 6px 15px rgba(0,0,0,.2);transform:translateY(-6px)}.all-news .wrapper-cards-news .card-new img{border-radius:6px 6px 0 0;-o-object-fit:cover;object-fit:cover;width:100%}.all-news .wrapper-cards-news .card-new .content{padding:.75rem}.all-news .wrapper-cards-news .card-new .content h4{color:var(--color-black-acrac);font-size:1.1rem;margin-block:.5rem}.all-news .wrapper-cards-news .card-new .content p{color:var(--color-black-acrac);font-size:.95rem;line-height:1.4}.all-news .wrapper-cards-news .card-new .content .read-more{color:var(--color-fuchsia-acrac);font-size:.85rem;font-weight:700;text-transform:uppercase;transition:color .3s ease}.all-news .wrapper-cards-news .card-new .content .read-more:hover{color:var(--color-orange-acrac)}.all-news .tool-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin:2rem 0}.all-news .tool-pagination .pages{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.all-news .tool-pagination .pages li .page-number{background-color:var(--color-lightgrey-acrac);border-radius:4px;color:var(--color-black-acrac);cursor:pointer;display:inline-block;font-family:var(--font-family-text);font-size:.95rem;height:2.2rem;line-height:2.2rem;min-width:2.2rem;text-align:center;transition:background-color .3s ease,color .3s ease}.all-news .tool-pagination .pages li .page-number:hover{background-color:var(--color-orange-acrac);color:var(--color-white-acrac)}.all-news .tool-pagination .pages li .page-number.current{background-color:var(--color-lightblue-acrac);color:var(--color-white-acrac);font-weight:700}.all-news .tool-pagination .next,.all-news .tool-pagination .prev{background-color:var(--color-lightgrey-acrac);border-radius:4px;color:var(--color-black-acrac);display:inline-block;font-family:var(--font-family-text);font-size:.95rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}.all-news .tool-pagination .next:hover,.all-news .tool-pagination .prev:hover{background-color:var(--color-orange-acrac);color:var(--color-white-acrac)}.wrapper-single{display:flex;flex-direction:column;margin:0 1rem 8rem;max-width:800px}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single{margin:0 auto 8rem}}@media screen and (min-width:1025px){.wrapper-single{margin:0 auto 8rem}}.wrapper-single h1{color:var(--color-lightblue-acrac);line-height:1.2;padding-top:2rem}.wrapper-single .category{color:var(--color-lightblue-acrac);font-size:var(--font-header-size);margin:.5rem 0}.wrapper-single .hero-img{margin:1rem 0}.wrapper-single .hero-img img{border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);height:auto;width:100%}.wrapper-single .publish-share{align-items:flex-start;display:flex;flex-direction:column}.wrapper-single .publish-share p{color:var(--color-black-acrac);font-size:var(--font-paragraph-size)}.wrapper-single .publish-share .sharelinks{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0;width:100%}@media screen and (min-width:576px) and (max-width:768px){.wrapper-single .publish-share .sharelinks{width:50%}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-single .publish-share .sharelinks{width:50%}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single .publish-share .sharelinks{width:50%}}@media screen and (min-width:1025px){.wrapper-single .publish-share .sharelinks{width:50%}}.wrapper-single .publish-share .sharelinks .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.wrapper-single .publish-share .sharelinks .shareby .copy-btn img,.wrapper-single .publish-share .sharelinks .shareby a img{height:auto;width:20px}.wrapper-single .publish-share .sharelinks .shareby .copy-btn{background-color:transparent;border:none;cursor:pointer;transition:transform .2s ease}.wrapper-single .publish-share .sharelinks .shareby .copy-btn:hover{transform:scale(1.1)}.wrapper-single .outdated{background-color:var(--color-orange-acrac);border-radius:6px;color:var(--color-white-acrac);font-weight:700;padding:1rem;text-align:center}.wrapper-single .content{margin-top:2rem}.wrapper-single .content strong{font-weight:700}.wrapper-single .content h2{color:var(--color-lightblue-acrac);margin-bottom:.4rem}.wrapper-single .content p{color:var(--color-black-acrac);font-size:var(--font-paragraph-size);line-height:1.6;margin-bottom:.5rem;text-align:left}.wrapper-single .content ul{margin-bottom:1rem}.wrapper-single .content ul li{color:var(--color-black-acrac);margin:.3rem}.wrapper-single .content ul li:before{color:var(--color-lightblue-acrac);content:"•";margin-right:.4rem}.wrapper-single .content img{border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .wp-block-file{margin-block:1rem}.wrapper-single .content .wp-block-file:before{background-image:url(/themes/acrac/assets/imgs/icons/acrac/scissors.png);background-repeat:no-repeat;background-size:20px 20px;content:"";display:inline-block;height:20px;margin-right:6px;width:20px}.wrapper-single .content .wp-block-image img{height:auto;max-width:100%}.wrapper-single .content .wp-block-gallery{display:flex;flex-wrap:wrap;gap:10px}.wrapper-single .content embed,.wrapper-single .content iframe,.wrapper-single .content video{display:block;height:auto;margin:20px auto;max-width:100%}.wrapper-single .content .tnp-subscription-posts{background-color:var(--color-orange-acrac);border-radius:6px}@media screen and (min-width:576px) and (max-width:768px){.wrapper-single .content .tnp-subscription-posts{margin-inline:2rem;padding:1rem}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-single .content .tnp-subscription-posts{margin-inline:2rem;padding:1rem}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single .content .tnp-subscription-posts{margin-inline:4rem;padding:1rem}}@media screen and (min-width:1025px){.wrapper-single .content .tnp-subscription-posts{margin-inline:4rem;padding:1rem}}.wrapper-single .content .tnp-subscription-posts h2{color:var(--color-white-acrac);margin-bottom:1rem;text-align:center}.wrapper-single .content .tnp-subscription-posts p{color:var(--color-white-acrac);font-family:var(--font-family-text);text-align:left}@media screen and (min-width:576px) and (max-width:768px){.wrapper-single .content .tnp-subscription-posts p{text-align:center}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-single .content .tnp-subscription-posts p{text-align:center}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single .content .tnp-subscription-posts p{text-align:center}}@media screen and (min-width:1025px){.wrapper-single .content .tnp-subscription-posts p{text-align:center}}.wrapper-single .content .tnp-subscription-posts .tnp-subscription{font-family:var(--font-family-text);margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-email,.wrapper-single .content .tnp-subscription-posts .tnp-field-surname{color:var(--color-white-acrac);font-family:var(--font-family-text)}.wrapper-single .content .tnp-subscription-posts .tnp-field-email label,.wrapper-single .content .tnp-subscription-posts .tnp-field-surname label{display:none}.wrapper-single .content .tnp-subscription-posts .tnp-field-email input,.wrapper-single .content .tnp-subscription-posts .tnp-field-surname input{border-radius:4px}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label{align-items:center;display:flex;flex-direction:row;font-family:var(--font-family-text);font-size:clamp(.875rem,.294vw + .816rem,1rem)}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label a{color:var(--color-white-acrac)}.wrapper-single .content .tnp-subscription-posts .tnp-privacy-field label .tnp-privacy{accent-color:var(--color-fuchsia-acrac)}.wrapper-single .content .tnp-subscription-posts .tnp-field-button{margin:0 auto}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit{background-color:var(--color-fuchsia-acrac);border-radius:4px;cursor:pointer;font-family:var(--font-family-title);transition:background-color .3s ease,transform .2s ease}.wrapper-single .content .tnp-subscription-posts .tnp-field-button .tnp-submit:hover{background-color:var(--color-lightblue-acrac);transform:translateY(-2px)}.wrapper-single .subscribe h2{color:var(--color-green-acrac);margin-bottom:1rem}.wrapper-single .subscribe a{background-color:var(--color-fuchsia-acrac);border-radius:4px;color:var(--color-white-acrac);font-weight:700;padding:.5rem 1rem;transition:background-color .3s ease,transform .2s ease}.wrapper-single .subscribe a:hover{background-color:var(--color-orange-acrac);transform:translateY(-2px)}.wrapper-single .goodtoknow{margin-block:2rem}.wrapper-single .goodtoknow .header{align-items:baseline;display:flex;flex-direction:row}.wrapper-single .goodtoknow .header h2{color:var(--color-lightblue-acrac);margin-bottom:.4rem}.wrapper-single .goodtoknow .header img{margin-right:6px}.wrapper-single .goodtoknow ul{margin-bottom:1rem}.wrapper-single .goodtoknow ul li{color:var(--color-black-acrac);margin:.3rem}.wrapper-single .goodtoknow ul li:before{color:var(--color-lightblue-acrac);content:"•";margin-right:.4rem}.wrapper-single .lecture{align-items:center;display:flex;flex-direction:column;margin:2rem 0}@media screen and (min-width:576px) and (max-width:768px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}@media screen and (min-width:1025px){.wrapper-single .lecture{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}}.wrapper-single .lecture .next-lecture,.wrapper-single .lecture .prev-lecture{align-items:center;display:flex;flex-direction:column;margin:1rem auto;width:100%}.wrapper-single .lecture .next-lecture h2,.wrapper-single .lecture .prev-lecture h2{color:var(--color-black-acrac);margin-bottom:1rem}.wrapper-single .lecture .next-lecture .container,.wrapper-single .lecture .prev-lecture .container{align-items:flex-start;background-color:var(--color-lightblue-acrac);border-radius:6px;color:var(--color-white-acrac);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;max-width:500px;padding:.6rem;transition:background-color .3s ease;width:100%}.wrapper-single .lecture .next-lecture .container:hover,.wrapper-single .lecture .prev-lecture .container:hover{background-color:var(--color-orange-acrac)}.wrapper-single .lecture .next-lecture .container .container-left img,.wrapper-single .lecture .prev-lecture .container .container-left img{border-radius:4px;height:auto;-o-object-fit:cover;object-fit:cover;width:25%}.contact-section{align-items:center;display:flex;flex-direction:column;margin:0 1rem 8rem;padding-bottom:1rem}.contact-section h1{color:var(--color-lightblue-acrac);font-family:var(--font-family-title);padding-top:2rem;text-align:center}.contact-section p{color:var(--color-black-acrac);font-family:var(--font-family-text);margin:1rem 0;max-width:700px;text-align:center}.contact-section .split{background-image:url(/themes/acrac/assets/imgs/hero/paperplane.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;width:100%}.contact-section .split .container{background:hsla(0,0%,100%,.9);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:2rem auto;max-width:700px;padding:2rem;width:100%}.contact-section .split .container .wpcf7 .wpcf7-form{display:flex;flex-direction:column;gap:1rem}.contact-section .split .container .wpcf7 .wpcf7-form p{margin:0}.contact-section .split .container .wpcf7 .wpcf7-form p label{display:block;font-family:var(--font-family-text);font-weight:700;margin-bottom:.25rem}.contact-section .split .container .wpcf7 .wpcf7-form p span input,.contact-section .split .container .wpcf7 .wpcf7-form p span textarea{border:1px solid var(--color-lightgrey-acrac);border-radius:4px;font-family:var(--font-family-text);font-size:1rem;padding:.75rem;width:100%}.contact-section .split .container .wpcf7 .wpcf7-form p span textarea{min-height:150px;resize:vertical}.contact-section .split .container .wpcf7 .wpcf7-form p .wpcf7-submit{background-color:var(--color-lightblue-acrac);border:none;border-radius:4px;color:var(--color-white-acrac);cursor:pointer;font-family:var(--font-family-text);font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease}.contact-section .split .container .wpcf7 .wpcf7-form p .wpcf7-submit:hover{background-color:var(--color-orange-acrac)}.contact-section .split .container .wpcf7 .wpcf7-form .wpcf7-response-output{background-color:var(--color-black-acrac);border-radius:4px;color:var(--color-white-acrac);font-family:var(--font-family-text);font-size:clamp(.75rem,.32vw + .675rem,.875rem);margin-top:1rem;padding:.5rem}.wrapper-faq-docs{margin:0 1rem 8rem;padding-bottom:1rem}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-faq-docs{margin:0 auto 8rem;max-width:800px}}@media screen and (min-width:1025px){.wrapper-faq-docs{margin:0 auto 8rem;max-width:800px}}.wrapper-faq-docs h1{color:var(--color-lightblue-acrac);padding-top:2rem}.wrapper-faq-docs p{color:var(--color-black-acrac)}.wrapper-faq-docs .wrapper-faq,.wrapper-faq-docs .wrapper-faq .container-faq{margin-block:2rem}.wrapper-faq-docs .wrapper-faq .container-faq h4{border-bottom:1px solid var(--color-lightgrey-acrac);color:var(--color-black-acrac);cursor:pointer;padding-bottom:.5rem;transition:border-bottom .4s ease}.wrapper-faq-docs .wrapper-faq .container-faq h4:hover{border-bottom:1px solid var(--color-fuchsia-acrac)}.wrapper-faq-docs .wrapper-faq .container-faq .hide{display:none}.wrapper-faq-docs .wrapper-faq .container-faq .visible{animation:visible .3s ease .3s forwards;color:var(--color-black-acrac);display:block;opacity:0}@keyframes visible{to{opacity:1}}.wrapper-faq-docs .wrapper-docs .content{margin-block:1rem}.wrapper-faq-docs .wrapper-docs .content h4{color:var(--color-black-acrac);margin-bottom:1rem}.wrapper-faq-docs .wrapper-docs .content .wp-block-file{margin-block:1rem;text-transform:uppercase}.wrapper-faq-docs .wrapper-docs .content .wp-block-file:before{background-image:url(/themes/acrac/assets/imgs/icons/acrac/scissors.png);background-repeat:no-repeat;background-size:20px 20px;content:"";display:inline-block;height:20px;margin-right:6px;width:20px}.wrapper-activites{margin:0 1rem 10rem}.wrapper-activites h1{padding-top:2rem}.wrapper-activites h1,.wrapper-activites h2{color:var(--color-lightblue-acrac)}.wrapper-activites .container{margin-block:2rem}@media screen and (min-width:576px) and (max-width:768px){.wrapper-activites .container{align-items:baseline;display:flex;flex-direction:row;gap:1rem}}@media screen and (min-width:769px) and (max-width:811px){.wrapper-activites .container{align-items:baseline;display:flex;flex-direction:row;gap:1rem}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-activites .container{align-items:baseline;display:flex;flex-direction:row;gap:1rem}}@media screen and (min-width:1025px){.wrapper-activites .container{align-items:baseline;display:flex;flex-direction:row;gap:1rem}}.wrapper-activites .container .periscolaire{align-items:flex-start;display:flex;flex-direction:column}.wrapper-activites .container .periscolaire p{color:var(--color-black-acrac);margin-block:1rem}.wrapper-activites .container .periscolaire img{border-radius:4px;-o-object-fit:cover;object-fit:cover;width:100%}.wrapper-activites .container .periscolaire a{background-color:var(--color-green-acrac);border-radius:4px;color:var(--color-white-acrac);font-family:var(--font-family-title);margin-top:1rem;padding:.5rem 1rem;text-transform:capitalize;transition:background-color .3s ease}.wrapper-activites .container .periscolaire a:hover{background-color:var(--color-lightblue-acrac)}.wrapper-activites .container .extrascolaire{align-items:flex-start;display:flex;flex-direction:column;margin-block:2rem}.wrapper-activites .container .extrascolaire p{color:var(--color-black-acrac);margin-block:1rem}.wrapper-activites .container .extrascolaire img{border-radius:4px;-o-object-fit:cover;object-fit:cover;width:100%}.wrapper-activites .container .extrascolaire a{background-color:var(--color-orange-acrac);border-radius:4px;color:var(--color-white-acrac);font-family:var(--font-family-title);margin-top:1rem;padding:.5rem 1rem;text-transform:capitalize;transition:background-color .3s ease}.wrapper-activites .container .extrascolaire a:hover{background-color:var(--color-lightblue-acrac)}.wrapper-lequipe{margin:0 1rem 8rem}.wrapper-lequipe h1{color:var(--color-lightblue-acrac);font-family:var(--font-family-title);padding-top:2rem}.wrapper-lequipe .content{margin-block:1rem;padding-bottom:1rem}.wrapper-lequipe .content img{height:auto;width:100%}.wrapper-lequipe .content p{color:var(--color-black-acrac);margin-block:1rem}.introuvable-section{align-items:center;display:flex;flex-direction:column;margin:0 1rem 8rem}.introuvable-section h1{color:var(--color-lightblue-acrac);font-family:var(--font-family-title);padding-top:2rem}.introuvable-section p{color:var(--color-black-acrac);font-family:var(--font-family-text);margin-top:1rem;text-align:left}@media screen and (min-width:576px) and (max-width:768px){.introuvable-section .searchform{width:80%}}@media screen and (min-width:769px) and (max-width:811px){.introuvable-section .searchform{width:60%}}@media screen and (min-width:812px) and (max-width:1024px){.introuvable-section .searchform{width:60%}}@media screen and (min-width:1025px){.introuvable-section .searchform{width:60%}}.introuvable-section .searchform .search-form{margin:2rem;width:100%}.introuvable-section .searchform .search-form label input{accent-color:var(--color-lightblue-acrac);border-radius:4px;padding:1rem}@media screen and (min-width:576px) and (max-width:768px){.introuvable-section .searchform .search-form label input{width:80%}}@media screen and (min-width:769px) and (max-width:811px){.introuvable-section .searchform .search-form label input{width:60%}}@media screen and (min-width:812px) and (max-width:1024px){.introuvable-section .searchform .search-form label input{width:60%}}@media screen and (min-width:1025px){.introuvable-section .searchform .search-form label input{width:60%}}.introuvable-section .searchform .search-form .search-submit{background-color:transparent;background-color:var(--color-fuchsia-acrac);border:none;border-radius:4px;color:var(--color-white-acrac);cursor:pointer;font-family:var(--font-family-title);font-weight:700;padding:1rem;transition:background-color .3s ease}.introuvable-section .searchform .search-form .search-submit:hover{background-color:var(--color-orange-acrac)}.results-search-section{align-items:center;display:flex;flex-direction:column;margin:0 1rem 8rem;padding-bottom:1rem}.results-search-section h1{color:var(--color-lightblue-acrac);font-family:var(--font-family-title);padding-top:2rem}.results-search-section p{color:var(--color-black-acrac)}.results-search-section .no-result{font-family:var(--font-family-text);margin-top:2rem}.results-search-section .search-results{margin-top:2rem;width:100%}.results-search-section .search-results .search-result-item{align-items:center;display:flex;flex-direction:column;margin:1rem auto;width:100%}.results-search-section .search-results .search-result-item h2{font-family:var(--font-family-title);margin-bottom:1rem}.results-search-section .search-results .search-result-item .container{align-items:flex-start;background-color:var(--color-lightblue-acrac);border-radius:4px;color:var(--color-white-acrac);display:flex;flex-direction:row;justify-content:space-between;max-width:500px;padding:.4rem;width:100%}.results-search-section .search-results .search-result-item .container .containr-left h3{font-family:var(--font-family-title)}.results-search-section .search-results .search-result-item .container .containr-left img{border-radius:4px;height:auto;width:25%}.section-inscriptions{margin:0 1rem 8rem;padding-bottom:1rem}.section-inscriptions h1{color:var(--color-lightblue-acrac);padding-top:2rem}.section-inscriptions .content{margin-block:1rem}.section-inscriptions .content h2{color:var(--color-lightblue-acrac);margin-bottom:1rem}.section-inscriptions .content p{color:var(--color-black-acrac)}.section-inscriptions .content .wp-block-separator{color:var(--color-fuchsia-acrac);margin-block:2rem}.section-inscriptions .content .wp-block-file{margin-block:1rem;text-transform:uppercase}.section-inscriptions .content .wp-block-file:before{background-image:url(/themes/acrac/assets/imgs/icons/acrac/scissors.png);background-repeat:no-repeat;background-size:20px 20px;content:"";display:inline-block;height:20px;margin-right:6px;width:20px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--color-white-acrac);font-family:var(--font-family-text);transition:background-color .3s ease,color .3s ease}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{font-size:var(--font-paragraph-size);text-decoration:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}h1{font-size:var(--font-header-one-size)}h1,h2{font-family:var(--font-family-title)}h2{font-size:var(--font-header-two-size)}h3{font-size:var(--font-header-three-size)}h3,h4{font-family:var(--font-family-title)}h4{font-size:var(--font-header-four-size)}h5{font-size:var(--font-header-five-size)}h5,h6{font-family:var(--font-family-title)}h6{font-size:var(--font-header-six-size)}p{font-family:var(--font-family-text);font-size:var(--font-paragraph-size);line-height:var(--line-height-paragraph)}.main-wrapper{margin:0 auto;max-width:1040px}@media screen and (min-width:1025px){.main-wrapper{background-color:var(--color-white-acrac)}}.main-wrapper .section-hero{position:relative}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero{max-height:unset}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero{max-height:unset}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero{max-height:unset}}@media screen and (min-width:1025px){.main-wrapper .section-hero{max-height:unset}}.main-wrapper .section-hero h1{display:flex;flex-direction:column;margin-bottom:1rem}.main-wrapper .section-hero h1 span:first-child{color:var(--color-green-acrac)}.main-wrapper .section-hero h1 span:nth-child(2){color:var(--color-fuchsia-acrac)}.main-wrapper .section-hero h1 span:nth-child(3){color:var(--color-orange-acrac)}.main-wrapper .section-hero .mediumtolarge{display:none}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero .mediumtolarge{display:block;width:100%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero .mediumtolarge{display:block;width:100%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero .mediumtolarge{display:block;width:100%}}@media screen and (min-width:1025px){.main-wrapper .section-hero .mediumtolarge{display:block;width:100%}}.main-wrapper .section-hero .tosmall{height:auto;opacity:.6;position:absolute;right:0;top:-3.5rem;width:60%;z-index:-1}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero .tosmall{display:none}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero .tosmall{display:none}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero .tosmall{display:none}}@media screen and (min-width:1025px){.main-wrapper .section-hero .tosmall{display:none}}.main-wrapper .section-hero .container{margin-block-start:1rem;padding-inline-start:1rem;width:60%}.main-wrapper .section-hero .container p{color:var(--color-black-acrac)}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero .container{background-color:var(--color-white-opacity-acrac);border-radius:0 50% 50% 0;height:100%;left:0;margin-block-start:unset;position:absolute;top:0;width:50%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero .container{background-color:var(--color-white-opacity-acrac);border-radius:0 50% 50% 0;height:100%;left:0;margin-block-start:unset;position:absolute;top:0;width:50%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero .container{background-color:var(--color-white-opacity-acrac);border-radius:0 50% 50% 0;height:100%;left:0;margin-block-start:unset;position:absolute;top:0;width:50%}}@media screen and (min-width:1025px){.main-wrapper .section-hero .container{background-color:var(--color-white-opacity-acrac);border-radius:0 50% 50% 0;height:100%;left:0;margin-block-start:unset;position:absolute;top:0;width:50%}}.main-wrapper .section-hero .container .wrapper-button{align-items:center;display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero .container .wrapper-button{flex-direction:row}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero .container .wrapper-button{flex-direction:row}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero .container .wrapper-button{width:50%}}@media screen and (min-width:1025px){.main-wrapper .section-hero .container .wrapper-button{width:50%}}.main-wrapper .section-hero .container .wrapper-button a{background-color:var(--color-fuchsia-acrac);border-radius:4px;color:var(--color-white-acrac);display:block;font-family:var(--font-family-title);margin-bottom:1rem;padding:.5rem;text-align:center;text-transform:capitalize;transition:background-color .3s ease;width:100%}.main-wrapper .section-hero .container .wrapper-button a:hover{background-color:var(--color-orange-acrac)}.main-wrapper .section-hero .container .wrapper-button a:nth-child(2){background-color:var(--color-green-acrac)}.main-wrapper .section-hero .container .wrapper-button a:nth-child(2):hover{background-color:var(--color-orange-acrac)}.main-wrapper .section-values{background:var(--color-lightblue-acrac);display:grid;grid-template-columns:repeat(2,1fr);margin:3rem auto}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-values{margin:unset;padding:1rem}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-values{margin:unset;padding:1rem}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-values{margin:unset;padding:1rem}}@media screen and (min-width:1025px){.main-wrapper .section-values{margin:unset;padding:1rem}}.main-wrapper .section-values .card-value{align-items:center;display:flex;flex-direction:column;padding:1rem}.main-wrapper .section-values .card-value h4{margin-block:.5rem}.main-wrapper .section-values .card-value:nth-child(3){grid-column:span 2;margin:0 auto;max-width:400px}.main-wrapper .section-values p{color:var(--color-white-acrac)}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-values p{text-align:center}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-values p{text-align:center}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-values p{text-align:center}}@media screen and (min-width:1025px){.main-wrapper .section-values p{text-align:center}}.main-wrapper .section-activities{align-items:center;display:flex;flex-direction:column;margin:4rem 1rem;position:relative}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-activities{align-items:flex-start;display:flex;flex-direction:row}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-activities{align-items:flex-start;display:flex;flex-direction:row}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-activities{align-items:flex-start;display:flex;flex-direction:row}}@media screen and (min-width:1025px){.main-wrapper .section-activities{align-items:flex-start;display:flex;flex-direction:row}}.main-wrapper .section-activities:before{background-color:var(--color-green-acrac);border-radius:50%;content:"";height:250px;left:31%;position:absolute;top:20%;transform:translate(-31%,-40%);width:250px;z-index:-1}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-activities:before{content:none}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-activities:before{content:none}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-activities:before{content:none}}@media screen and (min-width:1025px){.main-wrapper .section-activities:before{content:none}}.main-wrapper .section-activities img{clip-path:circle(35% at 50% 50%);-webkit-clip-path:circle(30% at 50% 50%);height:auto;width:100%}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-activities img{clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);height:auto;width:60%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-activities img{clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);height:auto;width:60%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-activities img{clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);height:auto;width:60%}}@media screen and (min-width:1025px){.main-wrapper .section-activities img{clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);height:auto;width:60%}}.main-wrapper .section-activities .container{margin-top:4rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-activities .container{margin-top:unset;width:50%}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-activities .container{margin-top:unset;width:50%}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-activities .container{margin-top:unset;width:50%}}@media screen and (min-width:1025px){.main-wrapper .section-activities .container{margin-top:unset;width:50%}}.main-wrapper .section-activities .container h1{color:var(--color-black-acrac);text-align:center;text-transform:capitalize}.main-wrapper .section-activities .container p{color:var(--color-black-acrac);margin-block:1rem}.main-wrapper .section-activities .container a{background-color:var(--color-fuchsia-acrac);border-radius:4px;color:var(--color-white-acrac);display:block;font-family:var(--font-family-title);margin-bottom:1rem;padding:.5rem;text-align:center;text-transform:capitalize;transition:background-color .3s ease;width:100%}.main-wrapper .section-activities .container a:hover{background-color:var(--color-orange-acrac)}.main-wrapper .section-news{align-items:center;background-color:var(--color-lightblue-acrac);display:flex;flex-direction:column;justify-content:space-around}.main-wrapper .section-news h1{color:var(--color-white-acrac);padding-block-start:1rem}.main-wrapper .section-news .wrapper-cards-news{margin:1rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-news .wrapper-cards-news{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-news .wrapper-cards-news{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-news .wrapper-cards-news{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.main-wrapper .section-news .wrapper-cards-news{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}}.main-wrapper .section-news .wrapper-cards-news .card-new{align-items:center;background-color:var(--color-white-acrac);border-radius:4px;display:flex;flex-direction:column;justify-content:space-around;margin-block:1rem;padding:.4rem;transition:box-shadow .3s ease,transform .3s ease-out}.main-wrapper .section-news .wrapper-cards-news .card-new:hover{box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);-webkit-box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);-moz-box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);transform:translate3d(0,-1rem,0)}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-news .wrapper-cards-news .card-new:nth-child(3){grid-column:span 2;margin:0 auto;max-width:350px}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-news .wrapper-cards-news .card-new:nth-child(3){grid-column:span 2;margin:0 auto;max-width:350px}}.main-wrapper .section-news .wrapper-cards-news .card-new img{border-radius:4px;height:200px;-o-object-fit:contain;object-fit:contain;width:100%}.main-wrapper .section-news .wrapper-cards-news .card-new .content h4{color:var(--color-black-acrac);margin-top:.5rem}.main-wrapper .section-news .wrapper-cards-news .card-new .content p{color:var(--color-black-acrac);margin-block:.5rem}.main-wrapper .section-news .wrapper-cards-news .card-new .content .read-more{color:var(--color-fuchsia-acrac);font-weight:700}.main-wrapper .section-news .all-news-button{background-color:var(--color-fuchsia-acrac);border-radius:4px;color:var(--color-white-acrac);display:block;font-family:var(--font-family-title);margin-block:2rem;padding:.5rem;text-align:center;text-transform:capitalize;transition:background-color .3s ease}.main-wrapper .section-news .all-news-button:hover{background-color:var(--color-orange-acrac)}.main-wrapper .section-reviews{margin:4rem 1rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-reviews{margin:6rem 1rem}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-reviews{margin:6rem 1rem}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-reviews{margin:8rem 1rem}}@media screen and (min-width:1025px){.main-wrapper .section-reviews{margin:8rem 1rem}}.main-wrapper .section-reviews h1{color:var(--color-fuchsia-acrac);margin-bottom:1rem}.main-wrapper .section-reviews p{color:var(--color-black-acrac)}.main-wrapper .section-reviews .reviews-slider{margin-block:3rem}.main-wrapper .section-reviews .reviews-slider .card-review{background-color:var(--color-green-acrac);border-radius:4px;display:block!important;height:100%;margin:0 auto;padding:1.5rem;width:90%!important}.main-wrapper .section-reviews .reviews-slider .card-review p{color:var(--color-white-acrac);margin-block:1rem}.main-wrapper .section-reviews .reviews-slider .card-review span{float:right;font-family:var(--font-family-title);font-size:var(--font-paragraph-size)}.main-wrapper .section-reviews .reviews-slider .card-review img{display:none;height:auto;width:20%;z-index:1}.main-wrapper .section-partners{margin:4rem 1rem}.main-wrapper .section-partners h1{color:var(--color-green-acrac);margin-bottom:.5rem}.main-wrapper .section-partners .container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.modal .modal-center{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal .modal-center .modal-content{background:var(--color-white-acrac);border-radius:4px;max-width:500px;padding:2rem;position:relative;text-align:center}.modal .modal-center .modal-content img{max-width:80%}@media screen and (min-width:576px) and (max-width:768px){.modal .modal-center .modal-content img{max-width:100%}}@media screen and (min-width:769px) and (max-width:811px){.modal .modal-center .modal-content img{max-width:100%}}@media screen and (min-width:812px) and (max-width:1024px){.modal .modal-center .modal-content img{max-width:100%}}@media screen and (min-width:1025px){.modal .modal-center .modal-content img{max-width:100%}}.modal .modal-center .modal-content .close-modal{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.modal .modal-center .modal-content .modal-cta{background:var(--color-fuchsia-acrac);border-radius:8px;color:var(--color-white-acrac);display:inline-block;margin-top:1rem;padding:.75rem 1.25rem;text-decoration:none}
