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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}:root{--light:#EBF2F7;--dark:#223362;--primary:#00509C;--accent:#139EDA;--black:#1B1C1D;--grey:#EAEDF2}.bg-light{background-color:var(--light)}.bg-grey{background-color:var(--grey)}.accent{color:var(--accent)}@media screen and (min-width:900px){.v-margin{margin:5rem auto!important}.b-margin{margin:0 auto 5rem auto!important}.mobile{display:none!important}}@media screen and (max-width:899px){.desktop{display:none!important}.v-margin{margin:2rem auto!important}.b-margin{margin:0 auto 2rem auto!important}}body{font-family:'Open Sans Condensed__subset','Open Sans Condensed',sans-serif;font-size:13px}.h1,h1{text-transform:uppercase;font-size:2.5rem;font-weight:700;color:var(--dark);line-height:1.25;margin-bottom:1rem}.h2,h2{font-size:2.5rem;color:var(--dark);line-height:1.25;margin-bottom:1rem}.h3,h3{font-size:1.75rem;line-height:1.65;color:var(--dark);margin-bottom:1.5rem;font-weight:700}.h3:not(:first-child),h3:not(:first-child){margin-top:2.5rem}p.lead{font-weight:700;font-size:1.9rem;color:var(--accent);line-height:1.5;margin-bottom:1.5rem}p.strong,strong{font-weight:700}p{font-size:1.5rem;line-height:1.65;color:var(--dark)}p:not(:last-child){margin-bottom:1.5rem}li{margin-bottom:1.5rem}a{color:inherit}.container,.section{width:94vw;margin-left:auto;margin-right:auto}.section{margin-top:1rem;margin-bottom:1rem;padding:1.75rem 0}.grid{display:grid;gap:2rem;position:relative}@media screen and (max-width:899px){.grid{grid-template-columns:repeat(4,1fr)}.grid>*{grid-column:1/5}.advanced{grid-column:2/5!important}}@media screen and (min-width:900px){.container,.section{max-width:min(84vw,1400px)}.section{padding:3.5rem 0}.grid{grid-template-columns:repeat(12,1fr);gap:3rem;grid-template-rows:auto}.col-1-4{grid-column:1/4;grid-row:1/2}.col-1-5{grid-column:1/5;grid-row:1/2}.col-1-6{grid-column:1/6;grid-row:1/2}.col-6-10{grid-column:6/10;grid-row:1/2}.col-6-9{grid-column:6/9;grid-row:1/2}.col-9-13{grid-column:9/13;grid-row:1/2}.col-10-13{grid-column:10/13;grid-row:1/2}.col-6-13{grid-column:6/13;grid-row:1/2}.col-1-7{grid-column:1/7;grid-row:1/2}.col-7-13{grid-column:7/13;grid-row:1/2}}.navbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.navbar__container{background-color:var(--light)}.navbar__brand,.navbar__icon,.navbar__item,.navbar__lang{font-size:1.25rem;line-height:1;text-decoration:none;color:var(--dark)}.navbar__brand{line-height:0;padding:.5rem 0}.navbar__menu{display:flex}@media screen and (max-width:899px){.navbar__container{position:sticky;top:0;z-index:100}.navbar__icon{padding:1rem 0 1rem 1rem}.navbar__menu{display:none}.navbar__close{display:none;font-size:2.5rem;line-height:.5}.navbar--open .navbar__close{display:block}.navbar--open .navbar__hamburger{display:none}.navbar--open .navbar__menu{display:flex;flex-direction:column;width:100vw;height:calc(100vh - 52px);background:linear-gradient(to bottom,var(--primary),var(--light));margin:0 -3vw 0 -3vw}.navbar__item{background-color:rgba(255,255,255,.1);border-radius:.25rem;color:#fff;margin:1rem 1rem 0 1rem;padding:1rem;text-align:center}.navbar__item--active{background-color:var(--light);color:var(--primary)}.navbar__lang{background-color:rgba(255,255,255,.1);border-radius:.25rem;color:#fff;margin:1rem 1rem 0 1rem;padding:1rem;text-align:center;width:30%;align-self:flex-end}}@media screen and (min-width:900px){.navbar{align-items:stretch}.navbar__icon{display:none}.navbar__item,.navbar__lang{padding:0 1rem;display:flex;align-items:center;justify-content:center}.navbar__item{border-right:1px solid var(--accent)}.navbar__item:not(.navbar__item--active):hover{background-color:var(--grey)}.navbar__item--active{background-color:var(--accent);color:#fff}.navbar__lang{padding-left:1rem}}.footer{background-color:var(--dark);padding:5rem 0}.footer__grid{display:grid;gap:2rem;grid-template-columns:1fr}.footer__strong{color:var(--light);font-size:1.3rem;line-height:1.3;font-weight:700;margin-bottom:1rem}.footer__title:not(:first-child){margin-top:1rem}.footer__text{color:var(--light);font-size:1.3rem;line-height:1.3}.footer__frame{padding-bottom:1rem;border-bottom:1px solid var(--light);margin-bottom:1rem;display:flex;justify-content:center;align-items:center;height:75px}@media screen and (min-width:900px){.footer__grid{gap:3rem;grid-template-columns:repeat(4,1fr)}}.picture{width:100%;height:100%;line-height:0}.image{width:100%;height:100%;object-fit:cover;border-radius:.25rem;overflow:hidden;border:2px solid var(--light)}.image--contain{object-fit:contain}.button,button{text-align:center;background-color:var(--accent);color:#fff;padding:.75rem 1.5rem;border-radius:.25rem;transition:backgroundColor .15s ease-out;display:inline-block;font-weight:700;text-decoration:none;cursor:pointer;font-size:1.5rem;margin-top:2rem}.button:not(:last-child),button:not(:last-child){margin-bottom:2rem}.button:hover,button:hover{background-color:var(--primary)}.button:active,button:active{background-color:var(--dark)}.button__logo{background-color:#fff;display:block;border-radius:.25rem;margin:1rem auto 0 auto}@media screen and (min-width:900px){.button:not(:last-child),button:not(:last-child){margin-bottom:3rem}.button,button{margin-top:0}}.hero{align-items:center;padding-bottom:0}.hero__image{text-align:center}.hero__image-el{max-width:250px;height:auto}.lenigola{display:grid;grid-template-columns:1fr;font-weight:700;font-size:2rem;margin-bottom:-1rem;background:linear-gradient(to top,#f49628 0,#f49628 50%,#e84e1b 100%);text-decoration:none;box-shadow:inset 0 0 10px rgba(0,0,0,.1);position:relative}.lenigola::before{content:"";z-index:20;position:absolute;height:10px;width:100%;top:0;background:linear-gradient(to bottom,rgba(0,0,0,.07),transparent)}.lenigola::after{content:"";z-index:20;position:absolute;height:10px;width:100%;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.07),transparent)}.lenigola__layer{position:absolute;inset:0;background-color:rgba(0,0,0,.12);opacity:0;transition:all .17s ease-out}.lenigola:hover .lenigola__layer{opacity:1}.lenigola:active .lenigola__layer,.lenigola:focus .lenigola__layer{opacity:1}.lenigola__claim{color:#fff;display:flex;padding:2.5rem 1rem;position:relative}.lenigola__cta{margin:5px;color:#f49628;background-color:#fff;display:flex;padding:2.5rem 1rem;position:relative;justify-content:space-around;align-items:center}.lenigola__logo{margin-top:1rem;height:40px;width:auto;transition:transform .17s ease-out;position:relative}.lenigola:hover .lenigola__logo{transform:scale(1.07)}.lenigola__arrow{opacity:.5;transition:opacity .17s ease-out}.lenigola:hover .lenigola__arrow{opacity:1}@media screen and (min-width:900px){.lenigola{grid-template-columns:2fr 3fr}.lenigola__claim{justify-content:center;align-items:center}.lenigola__cta{padding:5rem 9rem;margin:0;text-align:center}}.banner{margin-top:-1rem}.banner__image{width:100%;height:100%;object-fit:cover;object-position:left}@media screen and (min-width:900px){.banner{position:relative;padding:5rem 0}.banner+div .section{margin-top:0}.banner__picture{position:absolute;inset:0;width:100%;height:100%;line-height:0}}.video{width:100%;box-shadow:0 10px 50px rgba(0,0,0,.27);aspect-ratio:16/9}