@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}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:#89ffc200}@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-info{display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width:1280px){.footer__container-info{display:flex;flex-direction:column;align-items:left;text-align:left}}.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;bottom:0;left:50%;transform:translate(-50%);width:100vw;max-width:100vw;z-index:10;align-items:center;justify-content:center;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{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{position:fixed;top:0;left:0;width:100%;z-index:100;padding:22px 18px;transition:padding .25s ease}.navbar__container{width:min(1320px,100%);height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:999px;padding:10px 14px;background:#000000d1;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 18px 40px #0000002e}.navbar__logo-link{display:flex;align-items:center;gap:10px;text-decoration:none}.navbar__logo{width:140px;height:auto}.navbar__menu{list-style:none;margin:0;padding:0}.navbar__menu--desktop{display:none}@media screen and (min-width:1280px){.navbar__menu--desktop{display:flex;align-items:center;gap:34px}}.navbar__link{color:#ffffffd1;text-decoration:none;font-size:16px;font-weight:500;letter-spacing:.2px;transition:color .2s ease}.navbar__link:hover{color:#fffffffa}.navbar__actions{display:flex;align-items:center;gap:10px}.navbar__button-contact{display:none;text-decoration:none;background-color:#57b65fc2;color:#ffffffad;font-weight:600;font-size:12px;padding:12px 18px;border-radius:999px;box-shadow:0 10px 22px #52847740;transition:transform .2s ease,box-shadow .2s ease}.navbar__button-contact:hover{transform:translateY(-1px);box-shadow:0 14px 26px #5284774d}@media screen and (min-width:1280px){.navbar__button-contact{display:inline-flex;align-items:center;justify-content:center}}.navbar__button-burger{appearance:none;border:0;background:transparent;cursor:pointer;width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#43ff5354;border:1px solid rgba(255,255,255,.16)}@media screen and (min-width:1280px){.navbar__button-burger{display:none}}.navbar__burger-icon{fill:#ffffffeb}.navbar--scroll{padding-top:10px;padding-bottom:10px}.navbar--scroll .navbar__container{background:#000000e0;border-color:#ffffff2e;box-shadow:0 16px 38px #00000038}.navbar__overlay{position:fixed;inset:0;z-index:120;display:none;align-items:stretch;justify-content:flex-end;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar__overlay--active{display:flex}.navbar__overlay-panel{width:min(420px,86%);height:100%;padding:22px 18px;background:#0a120cd9;border-left:1px solid rgba(255,255,255,.1);box-shadow:-20px 0 40px #0000004d;display:flex;flex-direction:column;gap:18px}.navbar__button-close{appearance:none;border:0;background:#57b65fc2;border:1px solid rgba(255,255,255,.14);border-radius:14px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-top:10px}.navbar__close-icon{fill:#ffffffeb}.navbar__menu--mobile{display:flex;flex-direction:column;gap:14px;margin-top:10px}.navbar__link--mobile{display:inline-flex;align-items:center;gap:10px;padding:14px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffeb;font-size:14px}.navbar__link-icon{fill:#ffffffeb}.navbar__button-contact--mobile{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;padding:14px 18px;font-size:13px}.hero{padding-top:72px;position:relative;overflow:hidden;min-height:100vh;background:radial-gradient(1200px 600px at 50% 20%,rgba(120,255,160,.1),transparent 60%),radial-gradient(900px 500px at 10% 40%,rgba(120,255,160,.08),transparent 55%),#f6f7fb}@media screen and (min-width:1024px){.hero{padding:60px 22px 22px}}@media screen and (min-width:768px){.hero{padding:60px 22px 22px}}.hero__image{position:absolute;inset:0;width:100%;height:100vh;object-fit:cover;z-index:0;opacity:0;visibility:hidden;filter:saturate(1.1) contrast(1.05)}.hero__image--active{opacity:.12;visibility:visible;transition:opacity 1s,visibility 1s}.hero__content{position:relative;z-index:2;display:flex;justify-content:center;min-height:100vh;padding:24px 16px}@media screen and (min-width:1280px){.hero__content{padding:40px 24px}}.hero__container{width:min(1180px,100%);display:flex;align-items:center}.hero__card{width:100%;border-radius:22px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 60px #0000001f,0 2px #0000000a;border:1px solid rgba(0,0,0,.06);overflow:hidden;padding:18px}@media screen and (min-width:768px){.hero__card{padding:22px;border-radius:26px}}.hero__card-body{display:grid;grid-template-columns:1fr;gap:18px;align-items:center}@media screen and (min-width:1280px){.hero__card-body{grid-template-columns:1.1fr .8fr .45fr;gap:26px;padding:10px}}.hero__left{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}@media screen and (min-width:1280px){.hero__left{align-items:flex-start;text-align:left}}.hero__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;background:#0000000a;border:1px solid rgba(0,0,0,.06);font-size:12px;color:#000000ad}.hero__badge-dot{width:10px;height:10px;border-radius:999px;background:#32d26f;box-shadow:0 0 0 4px #32d26f2e}.block{display:block}.hero__title{font-size:30px;font-weight:800;color:#0b0b0f;line-height:1.05;letter-spacing:-.6px}@media screen and (min-width:768px){.hero__title{font-size:44px}}@media screen and (min-width:1280px){.hero__title{font-size:52px;max-width:560px}}.hero__description{font-size:13px;font-weight:400;color:#0000009e;line-height:1.6}@media screen and (min-width:768px){.hero__description{font-size:16px;max-width:560px}}.hero__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}@media screen and (min-width:1280px){.hero__actions{justify-content:flex-start}}.hero__btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.hero__btn:hover{transform:translateY(-1px)}.hero__btn--primary{background:#32d26f;color:#0b0b0f;box-shadow:0 10px 18px #32d26f40}.hero__btn--primary:hover{box-shadow:0 14px 24px #32d26f4d}.hero__btn--ghost{background:#00000008;color:#000000c7;border-color:#00000014}.hero__social{display:flex;gap:12px}.hero__social-item{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:8px;background:#fffc;box-shadow:0 8px 18px #00000014}.hero__icon{fill:#000000c7;display:flex}.hero__typing{width:100%;display:flex;justify-content:center}@media screen and (min-width:1280px){.hero__typing{justify-content:flex-start}}.hero__center{display:flex;justify-content:center;align-items:center}.hero__person{width:min(340px,80%);max-height:360px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(0,0,0,.18))}@media screen and (min-width:1280px){.hero__person{width:360px;max-height:420px}}.hero__right{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media screen and (min-width:1280px){.hero__right{grid-template-columns:1fr;justify-items:end;gap:14px}}.hero__stat{border-radius:18px;background:#ffffffe6;border:1px solid rgba(0,0,0,.06);box-shadow:0 14px 30px #0000001a;padding:12px 14px;min-width:140px;text-align:center}@media screen and (min-width:1280px){.hero__stat{text-align:right}}.hero__stars{font-size:14px;line-height:1;margin-bottom:8px;color:#32d26f}.hero__stat-title{font-size:18px;font-weight:800;color:#0b0b0f}.hero__stat-sub{font-size:12px;color:#00000094;margin-top:4px}.about-us{background-color:#13261b;padding:90px 20px;display:flex;flex-direction:column;align-items:center}.about-us__container-title{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:28px;align-items:center;justify-content:center;padding:0 10px}@media(min-width:768px){.about-us__container-title{flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}}.about-us__logo{width:200px;height:auto}.about-us__title{font-weight:600;font-size:28px;color:#fff;font-weight:400;text-align:center}@media(min-width:768px){.about-us__title{font-weight:600;font-size:36px;text-align:left}}@media(min-width:1024px){.about-us__title{font-weight:600;font-size:48px}}.about-us__content{width:100%;max-width:1200px;margin-top:70px;display:flex;flex-direction:column;gap:38px;align-items:center}@media(min-width:1024px){.about-us__content{flex-direction:row;align-items:flex-start;gap:70px}}.about-us__image-wrapper{width:100%;display:flex;justify-content:center}@media(min-width:1024px){.about-us__image-wrapper{width:38%;justify-content:flex-start;position:sticky;top:110px}}.about-us__image{width:100%;max-width:420px;height:auto;border-radius:24px;object-fit:cover;box-shadow:0 38px 80px #00000073,0 18px 40px #00000059}.about-us__card{width:100%;max-width:760px;border-radius:26px;padding:26px 22px;background:#ffffff1a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:inset 0 0 0 1px #ffffff1a,0 40px 90px #00000038,0 14px 30px #00000024}@media(min-width:768px){.about-us__card{padding:34px}}.about-us__badge{display:inline-block;background:#0a1916b3;border:1px solid rgba(255,255,255,.12);color:#fff;letter-spacing:.08em;font-weight:700;font-size:16px;padding:12px 16px;border-radius:14px;margin-bottom:22px}.about-us__sections{position:relative;display:flex;flex-direction:column;gap:28px;padding-left:18px;transition:opacity .25s ease,transform .25s ease}.about-us__sections:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:#96c8788c;border-radius:2px}.about-us__section{position:relative;padding-left:18px}.about-us__section:before{content:"";position:absolute;left:-10px;top:16px;width:10px;height:10px;border-radius:999px;background:#96c878f2;box-shadow:0 0 0 6px #96c8782e}.about-us__section-title{margin:0;letter-spacing:.06em;text-transform:uppercase;color:#9ad06c;font-size:34px;line-height:1}@media(min-width:768px){.about-us__section-title{font-size:42px}}.about-us__section-text{margin:14px 0 0;color:#ffffffeb;font-size:16px;line-height:1.75}@media(min-width:768px){.about-us__section-text{font-size:17px}}.about-us__container-button{margin-top:26px;display:flex;gap:12px;flex-wrap:wrap}.about-us__button{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#ffffffeb;padding:12px 16px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .15s ease,background-color .2s ease,border-color .2s ease}.about-us__button:hover{background:#9ad06c1f;border-color:#9ad06c59}.about-us__button:active{transform:scale(.98)}.fade-out{opacity:0;transform:translateY(-8px);visibility:hidden}.fade-in{opacity:1;transform:translateY(0);visibility:visible}.about-us__section{transition:opacity .35s ease,transform .35s ease}.about-us__section--hidden{opacity:0;transform:translateY(-8px);pointer-events:none;position:absolute;visibility:hidden}.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-weight:600}.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__emoji{font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.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}}.contact-us__container{padding-top:80px;width:100%}.contact-us__container-form{width:min(1100px,100%);margin:20px auto;padding:26px 18px;background:#47775640;border:1px solid rgba(255,255,255,.08);border-radius:28px;display:flex;flex-direction:column;gap:18px;align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}@media screen and (min-width:768px){.contact-us__container-form{padding:30px 24px}}@media screen and (min-width:1280px){.contact-us__container-form{padding:34px 28px;flex-direction:row;align-items:stretch;gap:28px}}.contact-us__logo{width:170px;height:auto}@media screen and (min-width:1280px){.contact-us__logo{display:none}}.contact-us__logo-form{width:140px;height:auto;opacity:0;visibility:hidden}@media screen and (min-width:1280px){.contact-us__logo-form{opacity:1;visibility:visible}}.contact-us__container-text{width:100%;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1280px){.contact-us__container-text{width:42%;justify-content:center}}.contact-us__image{width:100%;height:220px;object-fit:cover;border-radius:18px;box-shadow:0 22px 55px #0000002e,0 10px 25px #0000001f}@media screen and (min-width:768px){.contact-us__image{height:260px}}@media screen and (min-width:1280px){.contact-us__image{height:100%;min-height:520px}}.contact-us__input-container{width:100%;position:relative;display:flex;flex-direction:column;gap:14px;padding:12px 0}@media screen and (min-width:1280px){.contact-us__input-container{width:58%;padding:0;justify-content:center}}.contact-us__main-message{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.contact-us__message{background-color:#fbc9ca;color:#82171a;padding:12px 14px;border-radius:999px;font-size:12px;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease;transform:translateY(-6px)}.contact-us__message--active{opacity:1;visibility:visible;transform:translateY(0)}.contact-us__message--success{background-color:#b9f8cf;color:#17542b}.contact-us__field{position:relative;border-radius:46px;padding:2px;background:linear-gradient(135deg,#7fab608c,#e5e2d82e,#7fab6059);opacity:.95;transition:transform .2s ease,opacity .2s ease}.contact-us__field:focus-within{opacity:1;transform:translateY(-1px)}.contact-us__input,.contact-us__input-message{width:100%;border:none;outline:none;color:#e5e2d8;background:#131b2640;border-radius:44px;padding:18px 16px;font-size:13px}.contact-us__input::placeholder,.contact-us__input-message::placeholder{color:#e5e2d8cc}.contact-us__input,.contact-us__input-message{transition:background-color .2s ease}.contact-us__input:focus,.contact-us__input-message:focus{background:#131b2652}.contact-us__input-message{resize:none;height:140px;border-radius:28px;padding-top:16px}.contact-us__field:has(.contact-us__input-message){border-radius:28px}.contact-us__field:has(.contact-us__input-message) .contact-us__input-message{border-radius:26px}.contact-us__button{width:100%;border:none;cursor:pointer;border-radius:46px;padding:18px 16px;font-size:13px;font-weight:700;background:linear-gradient(135deg,#e5e2d8,#e5e2d8d9);color:#131b26;transition:transform .2s ease,filter .2s ease}.contact-us__button:hover{filter:brightness(1.02);transform:translateY(-1px)}.contact-us__button:active{transform:scale(.98)}.contact-us__loader-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;inset:0;background-color:#00000073;z-index:9999;border-radius:20px;box-shadow:#00000059 0 0 60px 30px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.contact-us__loader--active{opacity:1;visibility:visible}.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%}}.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;padding-top:20px}.recycling__title{font-size:28px;color:#000;font-weight:600;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}}.recycling__title-color{font-size:28px;color:#16502f;font-weight:400;text-align:center;padding-bottom:20px}@media screen and (min-width:1024px){.recycling__title-color{font-size:36px}}@media screen and (min-width:1280px){.recycling__title-color{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__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}}.recycling__image-wrap{width:100%;max-width:980px;margin:0 auto;border-radius:22px;overflow:hidden;box-shadow:0 28px 70px #0000001f,0 10px 25px #00000014}.recycling__image{width:100%;height:220px;display:block;object-fit:cover}@media screen and (min-width:768px){.recycling__image{height:280px}}@media screen and (min-width:1024px){.recycling__image{height:340px}}@media screen and (min-width:1280px){.recycling__image{height:420px}}.values{position:relative;padding:80px 24px;background:#fff;overflow:hidden}@media screen and (min-width:1024px){.values{padding:90px 48px}}@media screen and (min-width:1280px){.values{padding:110px 80px}}.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}.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{font-weight:600;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;font-weight:600}}@media screen and (min-width:1280px){.values__title{font-weight:600;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}}.visit{width:100%;padding:120px 16px 80px}@media screen and (min-width:768px){.visit{padding:140px 24px 90px}}@media screen and (min-width:1280px){.visit{padding:160px 32px 100px}}.visit__card{width:min(1800px,100%);margin:0 auto;background:#ffffffeb;border:1px solid rgba(10,20,15,.08);border-radius:28px;box-shadow:0 40px 90px #0000001a,0 8px 20px #0000000f;padding:28px 18px}@media screen and (min-width:768px){.visit__card{padding:36px 28px;border-radius:32px}}@media screen and (min-width:1280px){.visit__card{padding:44px}}.visit__header{margin-bottom:22px}@media screen and (min-width:768px){.visit__header{margin-bottom:28px}}.visit__title{font-weight:600;font-size:36px;line-height:1.05;letter-spacing:-.02em;margin:0;color:#0a0f0c}@media screen and (min-width:768px){.visit__title{font-size:44px}}@media screen and (min-width:1280px){.visit__title{font-size:52px}}.visit__intro{margin:14px 0 0;color:#0a0f0cb8;font-size:15px;line-height:1.7;max-width:72ch}@media screen and (min-width:768px){.visit__intro{font-size:16px}}.visit__grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}@media screen and (min-width:768px){.visit__grid{gap:22px}}@media screen and (min-width:1280px){.visit__grid{grid-template-columns:1.05fr .95fr;gap:28px}}.visit__left{padding:16px;border-radius:22px;background:#f5f7f6b3;border:1px solid rgba(10,20,15,.06)}@media screen and (min-width:768px){.visit__left{padding:18px}}@media screen and (min-width:1280px){.visit__left{padding:22px}}.visit__subtitle{margin:0 0 14px;font-size:30px;letter-spacing:-.01em;color:#1f8f4b}.visit__contact{list-style:none;padding:0;margin:0;display:grid;gap:12px}.visit__contact-item{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start;padding:12px;border-radius:16px;background:#ffffffbf;border:1px solid rgba(10,20,15,.06)}.visit__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#1f8f4b1f;color:#1f8f4b;font-size:18px}.visit__contact-text{margin:0;color:#0a0f0cc7;font-size:14px;line-height:1.6}@media screen and (min-width:768px){.visit__contact-text{font-size:15px}}.visit__link{color:#0a0f0cdb;text-decoration:none;border-bottom:1px dashed rgba(31,143,75,.45)}.visit__link:hover{color:#1f8f4b;border-bottom-color:#1f8f4bcc}.visit__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.visit__btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;border:1px solid transparent;transition:transform .15s ease,background-color .2s ease,border-color .2s ease}.visit__btn:active{transform:scale(.98)}.visit__btn--primary{background:#2fd06c;color:#0a0f0c;box-shadow:0 16px 30px #2fd06c40}.visit__btn--primary:hover{background:#28c864}.visit__btn--ghost{background:#ffffffb3;color:#0a0f0ce6;border-color:#0a140f1f}.visit__btn--ghost:hover{border-color:#1f8f4b59}.visit__right{display:grid;gap:14px}.visit__photo{border-radius:22px;overflow:hidden;border:1px solid rgba(10,20,15,.08);background:#f5f7f6a6;min-height:220px}.visit__photo img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:16/10}.visit__stats{display:grid;grid-template-columns:1fr;gap:10px}@media screen and (min-width:768px){.visit__stats{grid-template-columns:1fr 1fr}}@media screen and (min-width:1280px){.visit__stats{grid-template-columns:1fr}}.visit__stat{border-radius:18px;background:#ffffffbf;border:1px solid rgba(10,20,15,.06);padding:14px 16px;text-align:center}.visit__stat-value{margin:0;font-size:22px;font-weight:900;color:#0a0f0c}.visit__stat-label{margin:4px 0 0;font-size:13px;color:#0a0f0c9e}.reco{margin-top:22px;padding-top:18px;border-top:1px solid rgba(10,20,15,.08)}.reco__title{margin:0 0 14px;font-size:26px;letter-spacing:-.01em;color:#0a0f0c}@media screen and (min-width:768px){.reco__title{font-size:30px}}.reco__grid{display:grid;grid-template-columns:1fr;gap:12px}@media screen and (min-width:768px){.reco__grid{grid-template-columns:1fr 1fr;gap:14px}}@media screen and (min-width:1280px){.reco__grid{grid-template-columns:repeat(4,1fr);gap:16px}}.reco__item{background:#f5f7f6b3;border:1px solid rgba(10,20,15,.06);border-radius:22px;padding:16px;display:grid;gap:10px;align-content:start;min-height:130px}.reco__badge{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#1f8f4b1f;color:#1f8f4b;font-size:18px}.reco__text{margin:0;color:#0a0f0cc7;font-size:14px;line-height:1.55}.reco__foot{margin:14px 0 0;color:#0a0f0cad;font-size:14px;line-height:1.7}.visit__stat{align-items:center;display:flex;gap:12px}
