@charset "UTF-8";@font-face{font-family:Poppins;font-weight:300;font-display:swap;src:local("Poppins Light"),url(/assets/font/poppins/Poppins-Light.ttf)}@font-face{font-family:Poppins;font-weight:400;font-display:swap;src:local("Poppins Regular"),url(/assets/font/poppins/Poppins-Regular.ttf)}@font-face{font-family:Poppins;font-weight:500;font-display:swap;src:local("Poppins Medium"),url(/assets/font/poppins/Poppins-Medium.ttf)}@font-face{font-family:Poppins;font-weight:600;font-display:swap;src:local("Poppins SemiBold"),url(/assets/font/poppins/Poppins-SemiBold.ttf)}@font-face{font-family:Poppins;font-weight:700;font-display:swap;src:local("Poppins Bold"),url(/assets/font/poppins/Poppins-Bold.ttf)}body{font-family:Poppins;font-size:62.5%;background-color:#13261b}html{scroll-behavior:smooth}.block{display:block}html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button;-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0;font:inherit}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{max-width:75ch;text-wrap:pretty}ul,ol{list-style:none}img,video{max-width:100%;height:auto}iframe{border:0}table{border-spacing:0;border-collapse:collapse}a{display:block;color:#fff;text-decoration:none;background-color:transparent}img{max-width:100%;height:auto;font-style:italic;vertical-align:middle;border-style:none}button{padding:0;font:inherit;color:inherit;background:none;border:none;outline:none}.fade-in{opacity:0}.fade-in-animation{animation:fadeIn 1.2s ease-in both}@keyframes fadeIn{to{opacity:1}}.fade-out{opacity:1}.fade-out-animation{animation:fadeOut 1.2s ease-in both}@keyframes fadeOut{to{opacity:0}}.fade-in-up{transform:translateY(32px);opacity:0}.fade-in-up-animation{animation:fadeInUp 1.2s ease-in-out both}@keyframes fadeInUp{to{transform:translateY(0);opacity:1}}.fade-in-down{transform:translateY(-32px);opacity:0}.fade-in-down-animation{animation:fadeInDown 1.2s ease-in-out both}@keyframes fadeInDown{to{transform:translateY(0);opacity:1}}.fade-in-left{transform:translate(-32px);opacity:0}.fade-in-left-animation{animation:fadeInLeft 1.2s ease-in-out both}@keyframes fadeInLeft{to{transform:translate(0);opacity:1}}.fade-in-right{transform:translate(32px);opacity:0}.fade-in-right-animation{animation:fadeInRight 1.2s ease-in-out both}@keyframes fadeInRight{to{transform:translate(0);opacity:1}}.slide-in-up{transform:translateY(32px)}.slide-in-up-animation{animation:slideInUp 1.2s ease-in-out both}@keyframes slideInUp{to{transform:translateY(0)}}.slide-in-down{transform:translateY(32px)}.slide-in-down-animation{animation:slideInDown 1.2s ease-in-out both}@keyframes slideInDown{to{transform:translateY(0)}}.slide-in-left{transform:translate(-32px)}.slide-in-left-animation{animation:slideInLeft 1.2s ease-in-out both}@keyframes slideInLeft{to{transform:translate(0)}}.slide-in-right{transform:translate(32px)}.slide-in-right-animation{animation:slideInRight 1.2s ease-in-out both}@keyframes slideInRight{to{transform:translate(0)}}.zoom-in{transform:scale(.5);opacity:0}.zoom-in-animation{animation:zoomIn 1.2s ease-out both}@keyframes zoomIn{to{transform:scale(1);opacity:1}}.zoom-out{transform:scale(1);opacity:1}.zoom-out-animation{animation:zoomOut 1.2s ease-out both}@keyframes zoomOut{to{transform:scale(.5);opacity:0}}.pulse-fade-in{transform:scale(.9);opacity:0}.pulse-fade-in-animation{animation:pulseFadeIn 1.2s ease-out both}@keyframes pulseFadeIn{50%{transform:scale(1.05);opacity:.5}to{transform:scale(1);opacity:1}}.flip-in-x{transform:scaleX(-1)}.flip-in-x-animation{animation:flipInX 1.2s ease-out both}@keyframes flipInX{0%{transform:rotateY(90deg);opacity:0}to{transform:rotateY(0);opacity:1}}.flip-in-y{transform:scaleX(-1)}.flip-in-y-animation{animation:flipInY 1.2s ease-out both}@keyframes flipInY{0%{transform:rotateX(90deg);opacity:0}to{transform:rotateX(0);opacity:1}}.twister-in-down{transform-origin:0 100%;transform:scale(0) rotate(360deg) translateY(-100%);opacity:0}.twister-in-down-animation{animation:twisterInDown 1.2s ease-out both}@keyframes twisterInDown{30%{transform-origin:0 100%;transform:scale(0) rotate(360deg) translateY(-100%)}to{transform-origin:100% 100%;transform:scale(1) rotate(0) translateY(0);opacity:1}}.fade-in-stroke{fill-opacity:0;stroke-dasharray:1300;stroke-dashoffset:1300}.fade-in-stroke-animation{animation:fadeInStroke 2s ease-in forwards}@keyframes fadeInStroke{70%{fill-opacity:0}to{fill-opacity:1;stroke-dasharray:0;stroke-dashoffset:0;stroke-width:1}}.heart-beat{transform:scale(1)}.heart-beat-animation{animation:1s heartBeat ease-in-out both}@keyframes heartBeat{14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.tada{transform:scale(1)}.tada-animation{animation:tada 1s ease-in-out both}@keyframes tada{0%{transform:scale(1)}10%{transform:scale(.9) rotate(-3deg)}20%{transform:scale(.9) rotate(-3deg)}30%{transform:scale(1.1) rotate(3deg)}40%{transform:scale(1.1) rotate(-3deg)}50%{transform:scale(1.1) rotate(3deg)}60%{transform:scale(1.1) rotate(-3deg)}70%{transform:scale(1.1) rotate(3deg)}80%{transform:scale(1.1) rotate(-3deg)}90%{transform:scale(1.1) rotate(3deg)}to{transform:scale(1) rotate(0)}}.float{transform:translateY(0)}.float-animation{animation:float 1s ease-in-out both}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.jiggle{transform:translateY(0)}.jiggle-animation{animation:jiggle .5s ease-in-out both}@keyframes jiggle{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}.sink{transform:translateY(0)}.sink-animation{animation:sink 1s ease-in-out both}@keyframes sink{0%{transform:translateY(-10px)}50%{transform:translateY(0)}to{transform:translateY(-10px)}}.slide-rotate-in{transform:translate(-20px) rotate(-90deg);opacity:0}.slide-rotate-in-animation{animation:slideRotateIn .6s ease-out both}@keyframes slideRotateIn{0%{transform:translate(-20px) rotate(-90deg);opacity:0}to{transform:translate(0) rotate(0);opacity:1}}.slide-rotate-out{transform:translateY(0)}.slide-rotate-out-animation{animation:slideRotateOut .6s ease-out both}@keyframes slideRotateOut{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(20px) rotate(90deg);opacity:0}}.swing-drop-in{transform:rotate(-30deg) translateY(-50px);opacity:0}.swing-drop-in-animation{animation:swingDropIn .6s ease-out both}@keyframes swingDropIn{0%{transform:rotate(-30deg) translateY(-50px);opacity:0}to{transform:rotate(0) translateY(0);opacity:1}}.footer__container{display:flex;flex-direction:column;align-items:center;gap:40px;background-color:#00000038}@media screen and (min-width:1280px){.footer__container{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:40px 200px;align-items:center}}.footer__container-copyright{display:flex;align-items:center;flex-direction:column;padding:50px 10px}.footer__container-text{display:flex;align-items:center;flex-direction:column}.footer__logo{padding-top:60px;width:200px;height:auto}@media screen and (min-width:1280px){.footer__logo{width:200px;height:auto}}.footer__container-social{display:flex;flex-direction:row;gap:20px;padding-top:20px}.footer__container-menu-info{max-width:500px}.footer__container-link-info{color:#fff;font-size:18px;padding:10px}.footer__illustration{align-items:center;align-content:center;display:flex;flex-direction:column}.footer__container-menu{display:flex;gap:40px;flex-direction:column;padding-top:40px;padding-bottom:40px;align-self:center}.footer__container-item{text-align:center}@media screen and (min-width:1280px){.footer__container-item{text-align:left}}.footer__container-link{font-size:16px;color:#fff;font-weight:300}.footer__subtitle{padding-top:60px;color:#fff;font-size:16px;font-weight:600}@media screen and (min-width:1280px){.footer__subtitle{text-align:left;align-items:left;align-self:flex-start}}.footer__parraph{color:#fff;text-align:center;padding-top:20px;font-size:16px;display:flex;gap:10px;flex-direction:column;font-weight:300}@media screen and (min-width:1280px){.footer__parraph{text-align:left;align-items:left}}.footer__copyright{color:#ffffff85;font-size:14px;position:relative;width:100%;padding-top:10px;text-align:center}.footer__copyright:before{content:"";position:absolute;width:90%;height:1px;background-color:#ffffff85;top:0;left:50%;transform:translate(-50%);transition:width .5s}@media screen and (min-width:1280px){.footer__copyright{font-size:14px}}.hero-banner{position:absolute;left:0;right:0;bottom:0;width:100%;max-width:100%;z-index:10;background-color:#e5e2d8;color:#00512f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -12px 32px #0000001f;padding:18px 16px}.hero-banner__items{display:flex;width:100%;max-width:100%;flex-direction:column;align-items:center;justify-content:center;gap:14px}@media screen and (min-width:768px){.hero-banner__items{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px 24px}}@media screen and (min-width:1280px){.hero-banner__items{flex-wrap:nowrap;gap:0 28px}}.hero-banner__item{display:inline-flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;line-height:1.35;white-space:normal;text-align:center;max-width:38ch}.hero-banner__item:before{content:"•";color:#528477;font-weight:800;line-height:1.1}@media screen and (min-width:768px){.hero-banner__item{text-align:left;max-width:none}}@media screen and (min-width:1280px){.hero-banner__item{white-space:nowrap}}.hero__container-description{padding-bottom:140px}@media screen and (min-width:768px){.hero__container-description{padding-bottom:120px}}@media screen and (min-width:1280px){.hero__container-description{padding-bottom:0}}.navbar{width:100%;position:fixed;top:0;left:0;z-index:100;transition:background-color .5s ease;height:72px;display:flex;align-items:center}.navbar__container{width:100%;display:flex;height:100%;padding:0 32px;justify-content:space-between;align-items:center;margin:auto}@media screen and (min-width:768px){.navbar__container{padding:0 48px}}@media screen and (min-width:1280px){.navbar__container{padding:0 70px}}.navbar__logo{width:150px;height:auto}.navbar__container-menu-links{display:flex;align-items:center;gap:24px;flex:1;justify-content:flex-end;min-width:0}.navbar__container-menu{display:flex;gap:28px;position:absolute;width:100%;height:100vh;background-color:#015532e3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-direction:column;align-items:center;top:0;left:0;z-index:50;padding-top:100px;transform:translate(100%);transition:transform .5s}@media screen and (min-width:1280px){.navbar__container-menu{position:relative;transform:translate(0);width:auto;height:auto;padding:0;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;flex-direction:row;align-items:center;flex-shrink:0;white-space:nowrap}}.navbar__container-menu--active{transform:translate(0)}.navbar__container-item{display:flex;align-items:center;justify-content:center;position:relative;width:100%;flex-shrink:0}.navbar__container-item:before{content:"";position:absolute;width:80%;height:2px;background-color:#ffffff4e;bottom:-16px;left:50%;transform:translate(-50%);transition:width .5s}.navbar__container-item:nth-child(4):before{display:none}@media screen and (min-width:1280px){.navbar__container-item{width:auto}.navbar__container-item:before{display:none}}.navbar__container-link{color:#fff;font-size:12px;gap:6px;display:flex;align-items:center;white-space:nowrap}.navbar__link-icon{fill:#fff}@media screen and (min-width:1280px){.navbar__link-icon{display:none}}.navbar__button-contact{background-color:#528477;color:#000;font-weight:500;border-radius:999px;padding:14px 34px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:none;flex-shrink:0;white-space:nowrap}@media screen and (min-width:1280px){.navbar__button-contact{display:inline-flex;align-items:center;justify-content:center;margin-left:12px}}.navbar__burger-menu-icon{fill:#fff}.navbar__button-burger-menu{cursor:pointer}@media screen and (min-width:1280px){.navbar__button-burger-menu{opacity:0;visibility:hidden;position:absolute}}.navbar--scroll{background-color:#01553284;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar__close-icon{fill:#fff}.navbar__button-close-container{padding:12px;background-color:#e4e3d959;border-radius:16px;margin-top:80px}@media screen and (min-width:1280px){.navbar__button-close-container{display:none}}.navbar__button-close{cursor:pointer}.hero{position:relative;overflow:hidden;--banner-h: 168px;padding-bottom:var(--banner-h)}@media screen and (min-width:768px){.hero{--banner-h: 120px}}@media screen and (min-width:1280px){.hero{--banner-h: 86px}}.hero-banner{position:absolute;bottom:0;left:50%!important;transform:translate(-50%)!important;width:100%;max-width:100%;z-index:10;background-color:#e5e2d8;color:#00512f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -12px 32px #0000001f;padding:18px 16px}@media screen and (min-width:768px){.hero-banner{padding:18px 48px}}@media screen and (min-width:1280px){.hero-banner{padding:20px 70px}}.hero-banner__items{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:14px;align-items:center}@media screen and (min-width:768px){.hero-banner__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px}}@media screen and (min-width:1280px){.hero-banner__items{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 28px}}.hero-banner__items{display:flex;width:100%;max-width:1280px;margin:0 auto;flex-direction:column;gap:14px;align-items:center;justify-content:center}@media screen and (min-width:768px){.hero-banner__items{flex-direction:row;flex-wrap:wrap;gap:16px 24px;justify-content:center}}@media screen and (min-width:1280px){.hero-banner__items{flex-direction:row;flex-wrap:nowrap;gap:0 28px;justify-content:center;align-items:center}}.hero__content{width:100%;margin:auto;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:1280px){.hero__content{justify-content:center;height:100vh;margin-top:0}}.hero__image{position:absolute;width:100%;height:100vh;top:0;left:0;object-fit:cover;z-index:-1;opacity:0;visibility:hidden}.hero__container-description{display:flex;align-items:center;width:100%;flex-direction:column;gap:32px;height:100vh;justify-content:center;padding-top:40px}@media screen and (min-width:1280px){.hero__container-description{align-items:flex-start;margin-left:80px}}.hero__container{display:flex;align-items:center;width:100%;flex-direction:column;gap:32px;height:80vh;justify-content:space-between}@media screen and (min-width:1280px){.hero__container{flex-direction:row;gap:72px}}.hero__title{font-size:28px;font-weight:400;color:#fff;text-align:center;padding-top:80px}@media screen and (min-width:768px){.hero__title{font-size:48px}}@media screen and (min-width:1280px){.hero__title{font-size:60px;text-align:start}}.hero__description{font-size:12px;font-weight:200;color:#fff;line-height:1.5;text-align:center}@media screen and (min-width:768px){.hero__description{font-size:18px;width:550px}}@media screen and (min-width:1280px){.hero__description{font-size:23px;text-align:start;width:720px}}.hero__container-icon{border-radius:999px;border:1px solid white;padding:6px}.hero__icon{fill:#fff;display:flex}.hero__container-social{display:flex;flex-direction:row;gap:20px;padding-bottom:0;margin-bottom:10px}.hero__icon-arrow{width:32px;fill:#fff;display:flex;cursor:pointer}.hero__container-arrow{border-radius:999px;border:1px solid white;padding:12px;background-color:#fff3;backdrop-filter:blur(10px);position:relative;bottom:150px;cursor:pointer}@media screen and (min-width:768px){.hero__container-arrow{flex-direction:column;bottom:140px;padding:16px}}@media screen and (min-width:1280px){.hero__container-arrow{flex-direction:column;padding:24px;bottom:100px}}.hero__space{height:46px;display:block}@media screen and (min-width:1280px){.hero__space{opacity:0;visibility:hidden;position:absolute}}.hero__illustration-arrow{transition:transform .3s ease-in-out}.hero__illustration-arrow.rotated{transform:rotate(180deg)}.hero__image--active{opacity:.5;visibility:visible;transition:opacity 1s,visibility 1s}.about-us{background-color:#528477;padding:80px 32px;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-us__container-title{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:0 40px}@media screen and (min-width:1024px){.about-us__container-title{flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}}.about-us__logo{width:100px;height:auto}.about-us__title{font-size:28px;color:#fff;font-weight:400;text-align:center}@media screen and (min-width:1024px){.about-us__title{font-size:36px;text-align:left}}@media screen and (min-width:1280px){.about-us__title{font-size:48px}}.about-us__container{display:flex;flex-direction:column;gap:32px;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto}@media screen and (min-width:1024px){.about-us__container{align-items:stretch;margin-top:80px}}.about-us__container-button{margin-top:42px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}@media screen and (min-width:1024px){.about-us__container-button{justify-content:flex-start}}.about-us__button{color:#fff;font-size:16px;padding:14px 24px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;transition:background .4s ease,color .4s ease,transform .3s ease,box-shadow .3s ease}.about-us__button:hover{background:#ffffff26;transform:translateY(-2px)}.about-us__button:active{transform:scale(.95)}.about-us__button.is-active{border:none;color:#fff;background:linear-gradient(135deg,#00512f,#0b7a4b);box-shadow:0 8px 24px #00000040,inset 0 1px #ffffff40;transform:translateY(-2px)}.about-us__content{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}@media(min-width:900px){.about-us__content{grid-template-columns:.95fr 1.05fr}}.about-us__media{position:relative;top:auto;width:100%;height:260px;border-radius:18px;overflow:hidden;background:#ffffff38;z-index:0}@media(min-width:900px){.about-us__media{position:sticky;top:120px;height:520px;z-index:1}}.about-us__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.about-us__image--active{opacity:1;visibility:visible}.about-us__description{color:#fff;font-size:14px;font-weight:300;line-height:1.7;text-align:center;white-space:pre-line;position:relative;z-index:2}@media screen and (min-width:1024px){.about-us__description{text-align:left;font-size:18px}}@media screen and (min-width:1280px){.about-us__description{font-size:20px;line-height:1.8}}.about-us__description{transition:opacity .3s ease,transform .3s ease}.fade-out{opacity:0;transform:translateY(-10px);visibility:hidden}.fade-in{opacity:1;transform:translateY(0);visibility:visible}.about-us__button-contact{background-color:#9c6546;color:#fff;border-radius:999px;padding:16px 44px;font-size:12px}.help{background-color:#132617;padding:72px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}@media screen and (min-width:768px){.help{padding:80px 32px;gap:32px}}@media screen and (min-width:1024px){.help{padding:80px;gap:40px;align-items:flex-start}}.help__title{width:100%;margin:0;color:#fff;font-size:32px;text-align:center}@media screen and (min-width:1024px){.help__title{text-align:left;font-size:36px;max-width:720px}}@media screen and (min-width:1280px){.help__title{font-size:48px;max-width:820px}}.help__title-color{color:#7fab60;font-size:18px;text-decoration:underline}.help__intro{width:100%;margin:0;color:#ffffffc7;font-size:14px;line-height:1.7;text-align:center}@media screen and (min-width:768px){.help__intro{font-size:15px;max-width:900px}}@media screen and (min-width:1024px){.help__intro{text-align:left;font-size:16px;max-width:980px}}@media screen and (min-width:1280px){.help__intro{font-size:16px;max-width:1100px}}.help__container-articles{width:100%;padding-top:12px;display:grid;grid-template-columns:1fr;gap:18px}@media screen and (min-width:768px){.help__container-articles{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;padding-top:18px}}@media screen and (min-width:1024px){.help__container-articles{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 26px;padding-top:24px}}@media screen and (min-width:1280px){.help__container-articles{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 32px}}.help__card{width:100%;display:flex;align-items:flex-start;gap:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px}@media screen and (min-width:768px){.help__card{padding:20px;gap:18px}}@media screen and (min-width:1280px){.help__card{padding:22px;gap:20px}}.help__container-icon{background-color:#e5e2d8;border-radius:999px;padding:14px;display:flex;flex:0 0 auto}@media screen and (min-width:1280px){.help__container-icon{padding:16px}}.help__icon{fill:#131b26}.help__container-text{padding:0;width:100%;max-width:none}.help__subtitle{color:#fff;font-size:18px;font-weight:700;text-align:left;margin:0}@media screen and (min-width:768px){.help__subtitle{font-size:20px}}@media screen and (min-width:1280px){.help__subtitle{font-size:22px}}.help__description{margin:10px 0 0;font-size:13px;font-weight:300;color:#ffffffb8;text-align:left;line-height:1.7;max-width:none}.help__icon-arrow{cursor:pointer;border-radius:999px;padding:8px;border:1px solid rgba(255,255,255,.65);fill:#fff;margin-left:auto;align-self:center;transform:rotate(90deg);transition:background-color .25s ease,transform .25s ease}.help__icon-arrow:hover{background-color:#ffffff1f;transform:rotate(90deg) scale(1.05)}.help__icon-arrow:active{transform:rotate(90deg) scale(.95)}@media screen and (min-width:1280px){.help__icon-arrow{padding:10px}}.help__transition{transition:transform .5s}.help__icon-arrow--active{transform:rotate(-180deg)}.help__extra-text-container{width:100%;box-sizing:border-box;color:#fff;background-color:#96939359;border-radius:12px;font-size:14px;margin-top:0;opacity:0;max-height:0;transition:max-height .5s ease,margin-top .5s ease,opacity .5s ease;overflow:hidden}.help__extra-text-container--active{opacity:1;max-height:900px;margin-top:12px}.help__extra-text-container-format{padding:16px}@media screen and (min-width:1280px){.help__extra-text-container-format{padding:20px}}.projects{background-color:#e5e2d8;padding:60px 24px;width:100%}@media screen and (min-width:1024px){.projects{padding:60px 48px}}@media screen and (min-width:1280px){.projects{padding:60px 80px}}.projects__title{font-size:36px;color:#01000f;font-weight:400;text-align:center}@media screen and (min-width:1024px){.projects__title{font-size:30px}}@media screen and (min-width:1280px){.projects__title{font-size:48px}}.projects__container{display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:40px}.projects__container-cards{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:28px}@media screen and (min-width:1024px){.projects__container-cards{flex-direction:row;justify-content:center;align-items:flex-start;width:100%;gap:40px}}.projects__card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:300px;width:100%;gap:14px}.projects__image{max-width:150px;width:100%;height:auto;border-radius:20px}.projects__image-logo{width:min(320px,90%);height:auto;margin-top:0;display:block}@media screen and (min-width:1280px){.projects__image-logo{width:min(420px,100%)}}.projects__container-text{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.projects__description{font-size:14px;color:#6d6969;font-weight:200;line-height:1.5;padding:0 12px;text-align:center}@media screen and (min-width:1024px){.projects__description{font-size:16px;padding:0 10px}}@media screen and (min-width:1280px){.projects__description{font-size:18px}}.projects__subtitle{font-size:12px;color:#6d6969;font-weight:200;padding:20px 0 40px;text-align:center;line-height:1.5}@media screen and (min-width:1280px){.projects__subtitle{font-size:18px}}.contact-us__container{padding-top:80px}.contact-us__container-form{background-color:#47775661;border-radius:40px;margin:20px;padding:40px 0;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:1280px){.contact-us__container-form{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:0 20px}}.contact-us__logo{width:100px;height:auto}@media screen and (min-width:1280px){.contact-us__logo{opacity:0;visibility:hidden;position:absolute}}.contact-us__logo-form{opacity:0;visibility:hidden;position:absolute;width:50px;height:auto}@media screen and (min-width:1280px){.contact-us__logo-form{opacity:1;visibility:visible;position:relative}}.contact-us__title{padding-top:40px;color:#e5e2d8;font-size:36px;text-align:center;align-self:flex-start;width:100%;padding-bottom:20px}@media screen and (min-width:1280px){.contact-us__title{text-align:left;padding:40px 40px 0;font-size:50px}}.contact-us__subtitle{color:#e5e2d8;font-size:24px;text-align:center;align-self:flex-start;width:100%;padding-bottom:20px}@media screen and (min-width:1280px){.contact-us__subtitle{text-align:left;padding:20px 40px 0}}.contact-us__input-container{display:flex;flex-direction:column;gap:20px;width:100%;position:relative;padding:20px}@media screen and (min-width:1280px){.contact-us__input-container{padding:80px 40px 40px;align-items:flex-end}}.contact-us__container-text{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%}@media screen and (min-width:1280px){.contact-us__container-text{align-items:flex-start;align-self:center}}.contact-us__image{width:100%;height:200px;object-fit:cover;padding:20px}@media screen and (min-width:1280px){.contact-us__image{height:100%;width:320px;padding:0}}.contact-us__input{border:#E5E2D8 2px solid;color:#e5e2d8}.contact-us__input::placeholder{color:#e5e2d8}.contact-us__input{background-color:transparent;border-radius:46px;padding:26px 16px;font-size:12px;width:100%}.contact-us__button{background-color:#e5e2d8;color:#131b26;border-radius:46px;padding:26px 16px;font-size:12px;width:100%}.contact-us__input-message{resize:none;height:150px;border:#E5E2D8 2px solid;color:#e5e2d8}.contact-us__input-message::placeholder{color:#e5e2d8}.contact-us__input-message{background-color:transparent;border-radius:46px;padding:26px 16px;font-size:12px;width:100%}.contact-us__main-message{width:100%;display:flex;justify-content:space-between;align-items:center}.contact-us__message{background-color:#fbc9ca;color:#82171a;padding:15px 10px;border-radius:30px;font-size:12px;opacity:0;visibility:hidden}.contact-us__message--active{opacity:1;visibility:visible}.contact-us__message--success{background-color:#b9f8cf;color:#17542b}.loader{height:80px;aspect-ratio:1;display:grid}.loader:before,.loader:after{content:"";--c:no-repeat linear-gradient(#fff 0 0);background:var(--c),var(--c);background-size:25% 50%;animation:l5 1.5s infinite linear}.loader:after{transform:scale(-1)}@keyframes l5{0%,5%{background-position:33.4% 100%,66.6% 100%}25%{background-position:33.4% 100%,100% 0}50%{background-position:0 0,100% 0}75%{background-position:0 0,66.6% 100%}95%,to{background-position:33.4% 100%,66.6% 100%}}.contact-us__loader-container{display:flex;justify-content:center;align-items:center;width:90%;height:90%;position:absolute;top:50%;left:50%;background-color:#0007;z-index:9999;border-radius:20px;box-shadow:#0007 0 0 60px 60px;transform:translate(-50%,-50%);opacity:0;visibility:hidden}.contact-us__loader--active{opacity:1;visibility:visible}.recycling{position:relative;background:#fff;padding:72px 24px;overflow:hidden}@media screen and (min-width:1024px){.recycling{padding:80px 48px}}@media screen and (min-width:1280px){.recycling{padding:90px 80px}}.recycling:before{content:"";position:absolute;inset:auto -30% -40%;height:420px;background:radial-gradient(ellipse at center,rgba(85,133,119,.35),rgba(85,133,119,.15),rgba(85,133,119,.05),transparent 70%);filter:blur(40px);z-index:0;pointer-events:none}.recycling__container{max-width:1200px;margin:0 auto}.recycling__title{font-size:28px;color:#000;font-weight:400;text-align:center;padding-bottom:20px}@media screen and (min-width:1024px){.recycling__title{font-size:36px}}@media screen and (min-width:1280px){.recycling__title{font-size:48px}}.reciclaje__separator{display:block;width:100vw;max-width:100vw;z-index:1;height:auto;position:relative;left:50%;transform:translate(-50%);margin-bottom:-4px;pointer-events:none}.recycling__intro{max-width:980px;margin:0 auto 56px;text-align:center;line-height:1.7;font-size:14px;color:#4b4b4b}@media screen and (min-width:1024px){.recycling__intro{font-size:15px}}@media screen and (min-width:1280px){.recycling__intro{font-size:16px;margin-bottom:64px}}.recycling__grid{display:grid;grid-template-columns:1fr;gap:34px;z-index:1}@media screen and (min-width:1024px){.recycling__grid{grid-template-columns:1fr 1fr;gap:44px 80px}}@media screen and (min-width:1280px){.recycling__grid{gap:56px 120px}}.recycling__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}.recycling__icon-wrap{width:74px;height:74px;border-radius:999px;display:grid;place-items:center;border:2px solid rgba(0,81,47,.25)}.recycling__emoji{font-size:24px;color:#0b3f2a}.recycling__icon{width:42px;height:42px;fill:#0b3f2a}.recycling__text{max-width:420px;font-size:15px;line-height:1.5;color:#2d2d2d}@media screen and (min-width:1280px){.recycling__text{font-size:16px}}.values{position:relative;padding:80px 24px;background:#fff;overflow:hidden;margin-top:-180px}@media screen and (min-width:1024px){.values{padding:90px 48px;margin-top:-250px}}@media screen and (min-width:1280px){.values{padding:110px 80px;margin-top:-350px}}.values:before,.values:after{content:"";position:absolute;width:520px;height:520px;border-radius:999px;filter:blur(60px);opacity:.32;pointer-events:none}.values:before{top:-220px;left:-220px;background:radial-gradient(circle,#7fab60 0%,transparent 60%)}.values:after{bottom:-260px;right:-260px;background:radial-gradient(circle,#0b3f2a 0%,transparent 60%);opacity:.18}.values__container{position:relative;max-width:1180px;margin:0 auto}.values__header{text-align:center;margin-bottom:42px}@media screen and (min-width:1024px){.values__header{margin-bottom:54px}}.values__kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 40px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.06em;color:#0b3f2a;background:#7fab6024;border:1px solid rgba(127,171,96,.25)}.values__title{margin-top:14px;margin-bottom:0;font-size:28px;font-weight:400;line-height:1.1;color:#0f0f0f}@media screen and (min-width:1024px){.values__title{font-size:36px}}@media screen and (min-width:1280px){.values__title{font-size:48px}}.values__subtitle{margin:16px auto 0;max-width:860px;font-size:14px;font-weight:400;line-height:1.7;color:#4b4b4b}@media screen and (min-width:1024px){.values__subtitle{font-size:15px}}@media screen and (min-width:1280px){.values__subtitle{font-size:16px}}.values__grid{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:768px){.values__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media screen and (min-width:1024px){.values__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}.values__card{padding:22px 18px;border-radius:18px;background:#e5e2d859;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 26px #0000000f;transition:transform .22s ease,box-shadow .22s ease,background .22s ease;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width:1024px){.values__card{padding:26px 20px;align-items:flex-start;text-align:left}}.values__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0000001a;background:#e5e2d88c}.values__icon-wrap{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#7fab6029;border:1px solid rgba(127,171,96,.28);margin-bottom:14px}@media screen and (min-width:1024px){.values__icon-wrap{margin-bottom:16px}}.values__emoji{font-size:28px;line-height:1}.values__card-title{font-size:16px;font-weight:700;color:#0f0f0f}@media screen and (min-width:1280px){.values__card-title{font-size:17px}}.values__card-desc{margin-top:8px;font-size:13px;font-weight:400;line-height:1.6;color:#5a5a5a}@media screen and (min-width:1280px){.values__card-desc{font-size:14px}}.location{padding:88px 16px;background-color:#f4f3ec}.location__container{max-width:1280px;margin:0 auto}.location__header{text-align:center;margin-bottom:44px}.location__title{font-size:40px;font-weight:600;color:#00512f;margin:0}.location__subtitle{margin:14px auto 0;max-width:820px;padding:0 8px;font-size:18px;line-height:1.5;color:#3f4f48;text-wrap:balance;hyphens:auto}.location__content{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:960px){.location__content{grid-template-columns:1.25fr 1fr;gap:40px;align-items:start}}.location__map{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px #00000026;height:320px}@media(min-width:600px){.location__map{height:420px}}@media(min-width:960px){.location__map{height:520px}}.location__map iframe{width:100%;height:100%;border:0}.location__info{display:flex;flex-direction:column;gap:22px}.location__block{padding:16px;border-radius:14px;background:#ffffff8c;border:1px solid rgba(0,0,0,.06);backdrop-filter:blur(6px)}.location__block h3{margin:0 0 10px;font-size:20px;font-weight:600;color:#00512f;display:flex;align-items:center;gap:10px}.location__block p,.location__block li{margin:0;font-size:16px;color:#2f3e38;line-height:1.6}.location__block p{white-space:pre-line}.location__block ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.location__block a{color:#00512f;text-decoration:none;font-weight:500}.location__block a:hover{text-decoration:underline}.functions{background:#132617;padding:72px 0;overflow:hidden}.functions__track{display:flex;gap:20px;width:max-content;animation:scroll-left 40s linear infinite}.functions__track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.functions__card{min-width:320px;max-width:320px;display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:16px;background:#fff;box-shadow:0 10px 26px #0000002e;transition:transform .35s ease}.functions__card:hover{transform:translateY(-4px)}@media screen and (min-width:1280px){.functions__card{min-width:360px;max-width:360px}}.functions__emoji{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-size:22px;background:#5284772e}.functions__content{display:flex;flex-direction:column;gap:4px}.functions__card-title{margin:0;font-size:16px;font-weight:700;color:#131b26}.functions__card-desc{margin:0;font-size:13px;line-height:1.5;color:#131b26bf}.recuperamos{position:relative;width:100%;background:#fff;margin-top:-180px}@media screen and (min-width:1024px){.recuperamos{margin-top:-250px}}@media screen and (min-width:1280px){.recuperamos{margin-top:-350px}}.recuperamos:before{content:"";position:absolute;inset:0 0 auto;height:160px;background:#fff;z-index:0}@media screen and (min-width:1024px){.recuperamos:before{height:220px}}@media screen and (min-width:1280px){.recuperamos:before{height:260px}}.recuperamos__hero{position:relative;z-index:1;padding:72px 24px 64px;overflow:hidden;background:linear-gradient(180deg,#fff 0% 50%,#13261708 58%,#1326171a,#13261738,#1326176b 82%,#132617b8 92%,#132617)}@media screen and (min-width:1024px){.recuperamos__hero{padding:96px 80px 80px}}@media screen and (min-width:1280px){.recuperamos__hero{padding:110px 110px 90px}}.recuperamos__hero-overlay{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 28% 28%,#7fab601a,#7fab600d 34%,#fff0 64%)}.recuperamos__container{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto}.recuperamos__header{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}@media screen and (min-width:1024px){.recuperamos__header{align-items:flex-start;text-align:left;max-width:980px}}.recuperamos__title{margin:0;color:#2f6f54;line-height:.98;letter-spacing:-.03em;font-size:clamp(40px,5.6vw,60px)}.recuperamos__intro{margin:0;max-width:980px;color:#131b26c2;font-size:14px;line-height:1.75}@media screen and (min-width:1024px){.recuperamos__intro{font-size:16px}}.recuperamos__body{background:#132617;padding:56px 24px 90px;margin-top:-2px}@media screen and (min-width:1024px){.recuperamos__body{padding:72px 80px 120px;margin-top:-2px}}.recuperamos__stack{display:flex;flex-direction:column;gap:34px}@media screen and (min-width:1024px){.recuperamos__stack{gap:56px}}.recuperamos__row{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}@media screen and (min-width:1024px){.recuperamos__row{grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}}@media screen and (min-width:1024px){.recuperamos__row.is-reverse{grid-template-columns:.9fr 1.1fr}.recuperamos__row.is-reverse .recuperamos__media{order:2}.recuperamos__row.is-reverse .recuperamos__text{order:1}}.recuperamos__media{width:100%;border-radius:18px;overflow:hidden;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 44px #00000047}.recuperamos__media img{width:100%;height:320px;object-fit:cover;display:block}@media screen and (min-width:1024px){.recuperamos__media img{height:380px}}@media screen and (min-width:1280px){.recuperamos__media img{height:420px}}.recuperamos__text{display:flex;flex-direction:column;gap:10px;padding:4px 2px}@media screen and (min-width:1024px){.recuperamos__text{padding:8px 10px}}.recuperamos__h3{margin:0;letter-spacing:-.02em;line-height:1.12;color:#fffffff5;font-size:clamp(20px,2.2vw,32px)}.recuperamos__p{margin:0;line-height:1.8;color:#ffffffc7;font-size:14px}@media screen and (min-width:1024px){.recuperamos__p{font-size:16px}}.about-us__enter[data-astro-cid-moroag5i]{opacity:0;transform:translateY(18px);filter:blur(6px);transition:opacity .65s ease,transform .65s ease,filter .65s ease;will-change:opacity,transform,filter}.about-us__enter--title[data-astro-cid-moroag5i]{transition-delay:.05s}.about-us__enter--buttons[data-astro-cid-moroag5i]{transition-delay:.12s}.about-us__enter--media[data-astro-cid-moroag5i]{transition-delay:.18s}.about-us__enter--text[data-astro-cid-moroag5i]{transition-delay:.26s}.about-us__enter[data-astro-cid-moroag5i].is-in{opacity:1;transform:translateY(0);filter:blur(0)}@media(prefers-reduced-motion:reduce){.about-us__enter[data-astro-cid-moroag5i]{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}
