#header{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-evenly;width:100%;background-color:#f5f5f5;z-index:2;gap:3rem;padding:10rem clamp(2rem,5vw,5rem) 4rem;min-height:70vh;min-height:70dvh}#header .title-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:clamp(300px,60%,650px)}#header .title{font-size:clamp(2rem,5vw,3rem);line-height:calc(clamp(2rem,5vw,3rem) + .3rem);font-weight:700;text-align:left;color:#228ea9;margin:1rem 0 1.25rem 0;width:100%}#header img{width:clamp(300px,40%,500px);max-height:60dvh;object-fit:contain}#header .description{font-size:clamp(.9rem,2vw,1.1rem);line-height:calc(clamp(.9rem,2vw,1.1rem) + .6rem);font-weight:400;text-align:left;color:#1a1a1a;margin:1.25rem 0 3rem;width:100%}@media only screen and (max-width: 1100px){#header{flex-direction:column;padding:7rem clamp(2rem,5vw,5rem) 4rem;gap:1rem}#header img{order:1;width:clamp(300px,80%,400px)}#header .title-container{order:2;width:100%;align-items:center;justify-content:center}}@media only screen and (max-width: 576px){#header{padding:9rem clamp(2rem,5vw,5rem) 2.5rem}#header img{width:100%}}#section-1{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:5rem clamp(2rem,5vw,5rem) 2rem;z-index:2;overflow:hidden}#section-1 .title{font-size:clamp(1.6rem,4vw,2.1rem);line-height:calc(clamp(1.6rem,4vw,2.1rem) + .3rem);font-weight:700;text-align:left;color:#1a1a1a;margin:.5rem 0 1.25rem 0}#section-1 .subtitle{font-size:clamp(1rem,2vw,1.4rem);line-height:calc(clamp(1rem,3vw,1.4rem) + .5rem);font-weight:400;text-align:left;color:#3d3d3d;margin:0;width:100%;max-width:1000px}#section-1 .values{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-evenly;gap:1.5rem;flex-wrap:wrap;margin:3rem auto;max-width:1200px}#section-1 .value{position:relative;width:200px;overflow:hidden;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1.5rem;flex-shrink:0;gap:1.5rem}#section-1 .value .value-illustration{width:150px;height:150px;object-fit:cover;padding:1rem}#section-1 .value .value-name{font-size:1.2rem;line-height:1.2rem;font-weight:600;text-align:center;text-transform:uppercase;color:#1a1a1a;margin:0;letter-spacing:1px}@media only screen and (max-width: 1160px){#section-1 .value{width:calc(50% - 1.5rem);max-width:unset}}@media only screen and (max-width: 576px){#section-1 .value{width:100%;max-width:unset}}#counters{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:min(50vh,500px);min-height:min(50dvh,500px);padding:4.5rem clamp(2rem,5vw,5rem);z-index:2;overflow:hidden;flex-wrap:wrap;background-color:#228ea9}#counters::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("../../assets/imgs/pattern-black.png");background-repeat:repeat;background-size:500px;z-index:-1;opacity:.05;filter:invert(1);background-attachment:fixed}#counters .title{font-size:clamp(1.7rem,4vw,2.1rem);line-height:calc(clamp(1.7rem,4vw,2.1rem) + .3rem);font-weight:700;text-align:center;color:#fff;margin:0 0 4rem 0;width:100%;flex-basis:100%}#counters .counters-container{display:grid;gap:2rem;width:100%;justify-items:center;grid-template-columns:repeat(5, 1fr)}#counters .counters-container .counter{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-width:180px;gap:.75rem;background-color:rgba(37,153,182,.5);padding:1.25rem;border-radius:1rem;border:2px dashed rgba(255,255,255,.1)}#counters .counters-container .counter .counter-value{font-size:clamp(2rem,4vw,3rem);line-height:calc(clamp(2rem,4vw,3rem) + .3rem);font-weight:700;text-align:center;color:#fff;margin:0;width:100%}#counters .counters-container .counter .counter-name{font-size:1rem;line-height:1.2rem;font-weight:500;text-align:center;color:#fff;margin:auto 0;text-transform:uppercase;width:100%}@media(max-width: 1100px){#counters .counters-container{grid-template-columns:repeat(6, 1fr);gap:1rem}#counters .counters-container .counter:nth-child(1){grid-column:1/4}#counters .counters-container .counter:nth-child(2){grid-column:4/7}#counters .counters-container .counter:nth-child(3),#counters .counters-container .counter:nth-child(4),#counters .counters-container .counter:nth-child(5){grid-column:span 2}}@media(max-width: 768px){#counters .counters-container{grid-template-columns:repeat(2, 1fr);gap:1rem}#counters .counters-container .counter:nth-child(1),#counters .counters-container .counter:nth-child(2),#counters .counters-container .counter:nth-child(3),#counters .counters-container .counter:nth-child(4){grid-column:span 1}#counters .counters-container .counter:nth-child(5){grid-column:1/-1}}@media(max-width: 576px){#counters .counters-container{grid-template-columns:1fr;gap:1rem}#counters .counters-container .counter{grid-column:1;min-width:auto}}@media(max-width: 576px){#counters .title{margin:0 0 2.5rem 0}}#team{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:5rem clamp(2rem,5vw,5rem) 4rem;z-index:2;overflow:hidden}#team .title{font-size:clamp(1.6rem,4vw,2.1rem);line-height:calc(clamp(1.6rem,4vw,2.1rem) + .3rem);font-weight:600;text-align:left;color:#1a1a1a;margin:.5rem 0 1.25rem 0}#team .title .highlight{color:#228ea9;font-weight:700}#team .subtitle{font-size:clamp(1rem,2vw,1.4rem);line-height:calc(clamp(1rem,3vw,1.4rem) + .5rem);font-weight:400;text-align:left;color:#3d3d3d;margin:0;width:100%;max-width:1000px}#team .team-container{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-around;gap:1.5rem;flex-wrap:wrap;margin:3rem 0 0;max-width:1300px}#team .person{position:relative;min-width:170px;max-width:270px;overflow:hidden;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;flex-shrink:0;transition:all .3s ease-in-out}#team .person .p-picture{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 0 1rem 0;background-color:#f5f5f5}#team .person .p-name{font-size:1.2rem;line-height:1.4rem;font-weight:600;text-align:center;color:#1a1a1a;margin:0;width:100%}#team .person .p-role{font-size:.9rem;line-height:1.2rem;font-weight:400;text-align:center;color:#1a1a1a;margin:0;width:100%}#team .person:hover{background-color:#f5f5f5}#team .person.highlight{background-color:rgba(34,142,169,.07)}#team .person.highlight .p-name{color:#228ea9}#team .person.highlight .p-role{color:#228ea9}#team .person.highlight:hover{background-color:rgba(34,142,169,.15)}@media only screen and (max-width: 576px){#team .team-container{gap:.5rem}#team .person{min-width:unset;max-width:unset;width:calc(50% - .5rem)}}@media only screen and (max-width: 350px){#team .team-container{gap:.5rem}#team .person{width:100%}}#future{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:5rem clamp(2rem,5vw,5rem) 6rem;z-index:2;overflow:hidden}#future:before{content:"";position:absolute;top:0;left:calc(clamp(2rem,5vw,5rem)*.7);width:calc(100% - 2*clamp(2rem,5vw,5rem)*.7);height:2px;background-image:linear-gradient(to right, rgba(26, 26, 26, 0.1) 50%, rgba(255, 255, 255, 0) 0%);background-position:bottom;background-size:10px 2px;background-repeat:repeat-x}#future .title{font-size:clamp(1.6rem,4vw,2.1rem);line-height:calc(clamp(1.6rem,4vw,2.1rem) + .3rem);font-weight:600;text-align:left;color:#1a1a1a;margin:.5rem 0 1.25rem 0}#future .title .highlight{color:#9bbd75;font-weight:700}#future .subtitle{font-size:clamp(1rem,2vw,1.4rem);line-height:calc(clamp(1rem,3vw,1.4rem) + .5rem);font-weight:400;text-align:left;color:#3d3d3d;margin:0;width:100%;max-width:1000px}@media only screen and (max-width: 1160px){#future .value{width:calc(50% - 1.5rem);max-width:unset}}@media only screen and (max-width: 576px){#future .value{width:100%;max-width:unset}}/*# sourceMappingURL=about.min.css.map */