.login-wrapper,.register-wrapper{display:grid}@media (width >= 75em){.login-wrapper,.register-wrapper{grid-template-columns:1.5fr 1fr}}.form-container{color:#fff;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem;border-radius:8px;max-width:100%;margin-top:5vh}@media (width >= 50em){.form-container{max-width:80%;padding-bottom:30rem}}@media (width >= 75em){.form-container{align-items:stretch;max-width:100%;padding-bottom:0;margin-top:10vh}}.form-container h1{color:#000;font-size:var(--fs-2)}.form-container h2{color:#000;opacity:50%;font-weight:300;font-size:var(--fs-6);padding-bottom:1rem}.form-input{width:90%;padding:10px;margin:10px 0;border:none;border-bottom:2px solid black;box-sizing:border-box}.form-button{margin-right:3rem;padding:.5rem 3rem;background-color:var(--main-orange);color:#fff;border:none;border-radius:1rem;cursor:pointer;transition:opacity .2s ease-in-out;font-size:var(--fs-5)}.form-button:hover{opacity:50%}.logo-container{background-color:var(--main-green);height:100vh;display:none;justify-content:center}@media (width >=75em){.logo-container{display:flex}}#logo{max-height:100vh;padding:5rem}.login-controls{display:flex;justify-content:space-between;flex-direction:column;gap:1rem}@media (width >= 75em){.login-controls{flex-direction:row;align-items:center;gap:0rem}}.forgot-pass{color:gray}.forgot-pass a{color:var(--main-pink);padding-left:.5rem}.back-link{color:gray;text-decoration:underline;margin-top:1rem}.error-message{color:var(--main-pink);font-size:.9rem;margin-top:5px}.home-wrapper,.about-wrapper{max-width:100rem;margin-inline:auto;padding:0;background-color:var(--white);padding-bottom:0rem}main{display:flex}.main-intro{margin-top:0}@media (width >= 50em){.main-intro{margin-top:5em}}@media (width >= 75em){.main-intro{margin-top:0}}.topnav_menu{background-color:var(--white);position:fixed;top:0;right:0;bottom:0;left:0;padding:1rem;display:flex;flex-direction:column;align-items:center;translate:0 -100vh;transition:translate .5s ease-in-out;z-index:2}nav ul{padding:0;margin:0;list-style:none;gap:1rem;font-size:var(--fs-5);font-weight:700}nav a{color:var(--blue-black);text-decoration:none;height:100%;display:block;align-items:center;padding:.5rem;border-radius:.5rem}nav{background-color:var(--white);padding:.5rem}.site-title{padding:0;width:8%;height:8%;padding-left:1.5rem;padding-top:1rem;font-size:var(--fs-4);color:var(--blue-black);font-family:Englebert,serif;font-weight:600;font-style:normal}#largest{color:var(--main-pink)}@media (width >= 50em){nav{padding-bottom:2rem;font-size:var(--fs-4)}.menu-button-burger{position:absolute;top:2rem;right:1rem}.site-title{font-size:var(--fs-4);padding-left:2rem;padding-top:2rem}}@media (width >= 75em){nav{padding-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:sticky;top:0;z-index:3;font-size:var(--fs-2)}nav a{font-size:var(--fs-6);font-weight:400}.menu-button,.menu-button-open,.menu-button-burger{display:none;max-width:0px}.topnav_menu{z-index:1;background-color:transparent;position:relative;top:0;right:0;bottom:0;left:0;padding:1rem;display:flex;flex-direction:row;align-items:center;translate:0 0;transition:translate 0 ease-in-out}.site-title{font-size:var(--fs-4);padding-top:1rem;padding-left:3rem}}.menu-button,.menu-button-open{position:absolute;top:1rem;right:.75rem;width:2em;height:2em;cursor:pointer;transition:all 1s ease-in-out;display:flex;justify-content:center;align-items:center;z-index:3}.menu-button-burger{width:1.4em;height:.25em;background-color:var(--blue-black);border-radius:5px;transition:all .3s ease-in-out}.menu-button-burger:before{content:"";position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;width:1.4em;height:.25em;background:var(--blue-black);border-radius:5px;transition:all .3s ease-in-out;transform:translateY(.5em)}.menu-button-burger:after{content:"";position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;width:1.4em;height:.25em;background:var(--blue-black);border-radius:5px;transition:all .3s ease-in-out;transform:translateY(-.5em)}.menu-button-open+.topnav_menu{translate:0 0}.menu-button-open .menu-button-burger{transform:translate(-50px);background:transparent}.menu-button-open .menu-button-burger:before{transform:rotate(45deg) translate(35px,-35px)}.menu-button-open .menu-button-burger:after{transform:rotate(-45deg) translate(35px,35px)}nav li a:not(.active):hover{background-color:var(--main-purple);color:#fff}nav li a.active{opacity:50%}.hero .main-intro{padding-top:0rem;padding-left:1rem;position:relative;padding-bottom:.75rem;display:flex;flex-direction:column;justify-content:center;align-content:center}.hero .main-intro h1{padding-top:1rem;top:0%;font-size:var(--fs-3);color:#000}.hero .main-intro p{padding-left:.5rem;padding-top:.25rem;font-size:var(--fs-7);max-width:20rem}.hero-buttons{display:flex;justify-content:center;padding-bottom:7rem;z-index:1}.hero-buttons button{padding:1rem 5rem;border-radius:1rem;background-color:var(--main-purple);color:var(--white);font-size:var(--fs-6);font-weight:700;border:none;z-index:1}.hero-buttons button:hover{opacity:50%}@media (width >= 50em){.hero .main-intro{padding-top:1rem}.hero .main-intro h1{font-size:var(--fs-1);text-align:center}#hero-caption{font-size:var(--fs-5)}.hero .main-intro p{font-size:var(--fs-4);align-self:center;text-align:center;max-width:40rem}.hero-buttons button{padding:1rem 7rem;border-radius:1rem;cursor:pointer;font-size:var(--fs-4)}}@media (width >= 75em){.hero{display:grid;grid-template-columns:repeat(2,1fr)}.hero .main-intro{padding-top:1rem}.hero .main-intro h1{font-size:var(--fs-1);padding-left:2rem;text-align:left}.hero .main-intro p{font-size:var(--fs-4);max-width:46rem;text-align:left;padding-left:2rem}.hero-buttons{justify-content:flex-start;padding-left:3rem}}.hero-decor{max-width:100vw;position:relative;height:auto}.hexagon{position:absolute;top:15rem;left:30%;transform:translate(-50%,-50%);width:250px}.hexagon svg{fill:var(--main-orange);height:400px;transform:rotate(-45deg);overflow:hidden;display:none}#phonebook{position:absolute;color:#fff;left:50%;top:0rem;font-size:2.5rem;transform:translate(-360%,345%);display:none}@media (width >= 50em){#phonebook{display:block;transform:translate(-360%,345%)}}@media (width >= 75em){#phonebook{transform:translate(380%,-767%)}}#atom{position:absolute;color:#fff;left:50%;top:0rem;font-size:1.5rem;display:none}@media (width >= 50em){#atom{display:block;font-size:2.5rem;transform:translate(370%,880%)}}@media (width >= 75em){#atom{transform:translate(1339%,-140%)}}#phonemockup{position:absolute;top:20rem;left:50%;transform:translate(-50%,-50%);width:550px}@media (width >= 75em){.hexagon{top:0;transform:translate(200%,-80%)}#phonemockup{top:0;transform:translate(05%,-65%);width:650px}}.custom-shape-divider-bottom-1735592836 svg{width:calc(142% + 1.3px);height:116px}@media (width >= 50em){.custom-shape-divider-bottom-1735592836 svg{height:170px}}@media (width >= 75em){.custom-shape-divider-bottom-1735592836 svg{height:275px}}.custom-shape-divider-bottom-1735592836{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-bottom-1735592836 .shape-fill{fill:var(--main-green)}.method-1-wrapper{justify-content:center;border:3rem}.method-1-wrapper h2{font-size:var(--fs-2);color:var(black)}.feature-wrapper{padding:5% 8%;padding-top:40rem;background-color:var(--main-green)}@media (width >= 75em){.feature-wrapper{padding-top:8em}}.feature{display:flex;flex-direction:column;align-items:center}.feature h2{color:var(--white);font-size:var(--fs-4);-webkit-text-stroke-width:2px;-webkit-text-stroke-color:transparent}.feature .cards{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem;margin-top:2.5rem}@media (width >= 50em){.feature .cards{grid-template-columns:repeat(2,1fr)}}@media (width >= 75em){.feature .cards{grid-template-columns:repeat(3,1fr);gap:7em}}.feature .cards .card{height:20em;width:22rem;display:flex;align-items:center;flex-direction:column}.card h4{color:var(--white);font-size:1.3rem}.card p{color:var(--white);opacity:50%;text-align:center;width:100%;margin:.8rem}.card svg{color:var(--white);font-size:var(--fs-1);padding-bottom:1rem}#more{align-self:center;color:var(--white)}.stats-wrapper{background-color:var(--main-purple);color:var(--white);display:flex;justify-content:space-around;padding-top:3rem;padding-bottom:3rem;flex-direction:column;gap:3em}@media (width >= 50em){.stats-wrapper{flex-direction:row}}.stats-card{display:flex;flex-direction:column;align-items:center}.stats-card h3{font-size:var(--fs-2)}.contrib-wrapper{padding-top:15rem;height:25rem;position:relative;background-color:var(--opacity-green)}.custom-shape-divider-top-1736620445{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:translateY(-.2rem)}.custom-shape-divider-top-1736620445 svg{position:relative;display:block;width:calc(173% + 1.3px);height:116px}@media (width >= 50em){.custom-shape-divider-top-1736620445 svg{height:170px}}@media (width >= 75em){.custom-shape-divider-top-1736620445 svg{height:275px}}.custom-shape-divider-top-1736620445 .shape-fill{fill:#8dbd61}footer{display:flex;flex-wrap:wrap;margin-top:auto;background-color:var(--main-pink);padding:60px 10%;position:relative}footer ul{list-style:none}.footer-col{width:25%;display:flex;flex-direction:column;align-items:center}.footer-col h3,.footer-col h3 a{position:relative;margin-bottom:0rem;font-weight:400;font-size:var(--fs-3);color:var(--white);font-weight:700;max-width:9rem}.footer-col h4{position:relative;margin-bottom:1rem;font-weight:400;font-size:var(--fs-5);color:var(--white);font-weight:700;opacity:50%}footer ul li:not(:last-child){margin-bottom:.5rem}footer ul li a{display:block;font-size:var(--fs-6);color:var(--white)}@media (max-width: 75em){.footer-col{width:50%;margin-bottom:30px;text-align:center}}@media (max-width: 50em){.footer-col{width:100%;margin-bottom:30px;text-align:center}}.notfound{text-align:center;padding-top:5rem;color:var(--white)}.notfound-wrapper{background-color:var(--main-green)}.notfound-wrapper p{text-align:center}.notfound-wrapper .backtohome{text-align:center;padding-bottom:20rem}.backtohome a{color:var(--main-purple);text-decoration:underline}body{margin:0;overflow-x:hidden}.custom-shape-divider-top-1735619707{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:translateY(-1rem) rotate(180deg)}.custom-shape-divider-top-1735619707 svg{position:relative;display:block;width:calc(184% + 1.3px);height:230px}.custom-shape-divider-top-1735619707 .shape-fill{fill:#8dbd61}.learn-nav{display:flex;justify-content:space-between;padding:1rem}.category-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.5rem 1rem 1rem;-ms-overflow-style:none;scrollbar-width:none;width:100%;max-width:100%}.category-lists{display:flex;flex-direction:row;padding:0rem;list-style:none;gap:1.5rem}.category-lists li{white-space:nowrap;text-align:center;padding:0rem;display:inline-flex;justify-content:center;align-items:center}.category-wrapper::-webkit-scrollbar{display:none}.category-lists a{padding:.5rem 1rem;border-radius:1.5rem;background-color:#fff;border:.1rem solid black}.category-lists a:not(.active):hover{color:#fff;opacity:50%}.category-lists a.active{color:#fff}.category-lists .yellow,.yellow a{border-color:var(--main-orange);color:var(--main-orange)}.category-lists .yellow a:hover,.category-lists .yellow a.active{background-color:var(--main-orange)}.category-lists .purple,.purple a{border-color:var(--main-purple);color:var(--main-purple)}.category-lists .purple a:hover,.category-lists .purple a.active{background-color:var(--main-purple)}.category-lists .green,.green a{border-color:var(--main-green);color:var(--main-green)}.category-lists .green a:hover,.category-lists .green a.active{background-color:var(--main-green)}.category-lists .pink,.pink a{border-color:var(--main-pink);color:var(--main-pink)}.category-lists .pink a:hover,.category-lists .pink a.active{background-color:var(--main-pink)}.learn-title{width:0%;padding-top:.3rem;padding-left:1.5rem;font-size:var(--fs-4);font-weight:700;color:var(--blue-black)}.learn-wrapper{background-color:var(--white);max-width:100rem;margin-inline:auto;justify-items:center;align-content:center}.greeting-wrapper{padding:0rem 0rem 0rem 2.5rem}.greeting-wrapper h2{font-size:var(--fs-4)}@media (width >= 50em){.greeting-wrapper h2{font-size:var(--fs-2)}}@media (width >= 75em){.greeting-wrapper h2{font-size:var(--fs-1)}}.stats-display{font-size:var(--fs-6);opacity:50%;padding:1rem;padding-top:0;padding-left:2.5rem}.category-div{padding:.5rem 0rem 0rem .5rem;display:flex;justify-content:space-between}.categories{padding-left:2rem;font-weight:400;z-index:1;display:flex}.category-div a{color:var(--black);text-decoration:underline;z-index:1}.decks-wrapper{padding:1rem 2rem 2rem}.lesson-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;grid-auto-rows:1fr;align-content:center}@media (width >= 35em){.lesson-cards{grid-template-columns:repeat(3,1fr)}}@media (width >= 50em){.lesson-cards{grid-template-columns:repeat(4,1fr)}}@media (width >= 62em){.lesson-cards{grid-template-columns:repeat(5,1fr)}}@media (width >= 75em){.lesson-cards{grid-template-columns:repeat(6,1fr)}}.lesson-card{border-radius:15px;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:9rem;height:9rem;text-align:center;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}@media (width >= 50em){.lesson-card{max-width:11rem;height:11rem}}@media (width >= 75em){.lesson-card{max-width:13rem;height:13rem}}.lesson-card.yellow{border:.3rem solid var(--main-orange);background-color:var(--opacity-orange)}.lesson-card.yellow h3{color:var(--main-orange)}.lesson-card.purple{border:.3rem solid var(--main-purple);background-color:var(--opacity-purple)}.lesson-card.purple h3{color:var(--main-purple)}.lesson-card.green{border:.3rem solid var(--main-green);background-color:var(--opacity-green)}.lesson-card.green h3{color:var(--main-green)}.lesson-card.pink{border:.3rem solid var(--main-pink);background-color:var(--opacity-pink)}.lesson-card.pink h3{color:var(--main-pink)}.lesson-card h3{padding-top:0rem;text-decoration:none;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-items:end;font-size:var(--fs-7);color:#fff;margin-top:1rem}a{text-decoration:none}.lesson-card img{max-width:100%;aspect-ratio:1;object-fit:contain;margin:0 auto;background-color:#fff;padding:1rem;border-radius:1rem}.lesson-card.green img{border:.3rem solid var(--main-green)}.lesson-card.pink img{border:.3rem solid var(--main-pink)}.lesson-card.yellow img{border:.3rem solid var(--main-orange)}.lesson-card.purple img{border:.3rem solid var(--main-purple)}.lessonstart{padding-left:2.5rem}.nolessons{padding-bottom:10rem}@media (width >= 75em){.lesson-card img{max-width:90%}}.coming-soon{opacity:50%;cursor:not-allowed}.contact-wrapper{display:flex;padding:2rem;padding-top:0;justify-content:center}@media (width < 75em){.contact-wrapper{padding-bottom:0}}.contact-form{display:flex;justify-content:center;padding:2rem;background-color:var(--main-green);position:relative;border-radius:.3rem;border:none;min-width:100vw}@media (width >= 75em){.contact-form{min-width:40vw}}.contact-form h2{color:#fff}.contact-form-form{display:flex;flex-direction:column;align-content:center;justify-content:center;gap:1rem}@media (width >= 50em){.contact-form-form{min-width:50vw}}.input-box label{color:#fff;opacity:50%;font-size:var(--fs-7);padding:.3rem}.input-box input{padding:.5rem;border-radius:.3rem;border:none}.input-box textarea{padding:.5rem;min-height:15rem;border-radius:.3rem;border:none}@media (width >= 75em){.input-box textarea{min-height:20rem}}.contact-form-form .input-box{display:flex;flex-direction:column}.contact-form-form button{padding:.7rem;border-radius:.3rem;border:none;background-color:var(--main-purple);color:#fff;cursor:pointer}.lesson-wrapper{width:100%;max-width:100vw;height:110vh;margin-inline:auto;background-color:var(--off-white);min-height:100vh}.flip-card{background-color:transparent;width:auto;border:1px solid #f1f1f1;perspective:1500px;margin-left:3rem;text-align:center;margin-left:2rem;margin-right:2rem;margin-top:3rem;height:30rem}@media (width >= 50em){.flip-card{margin-top:2rem;margin-right:10rem;margin-left:10rem;height:30rem}}@media (width >= 75em){.flip-card{margin-top:3rem;margin-right:0rem;margin-left:10rem;height:75vh;min-width:50vw;max-width:50vw}}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .5s;transform-style:preserve-3d}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-top:4rem solid var(--main-green);border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-items:center}.flip-card-front{background-color:var(--white);color:#000}.flip-card-back{background-color:var(--white);color:var(--blue-black);transform:rotateY(180deg)}.flip-card-front h3,.flip-card-back h3{transform:translateY(-3rem);font-size:var(--fs-3);color:var(--white)}.flip-card-front h4,.flip-card-back h4{font-size:var(--fs-7);color:var(--blue-black);padding-bottom:.7rem}@media (width >= 50em){.flip-card-front h4,.flip-card-back h4{font-size:var(--fs-6)}}.flip-card-front img,.flip-card-back img{max-width:100%;max-height:60%;object-fit:contain}.custom-shape-divider-bottom-1735696808{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg);translate:0px 7rem}@media (width >= 50em){.custom-shape-divider-bottom-1735696808{translate:0px 7.5rem}}@media (width >= 75em){.custom-shape-divider-bottom-1735696808{translate:0px 7rem}}.custom-shape-divider-bottom-1735696808 svg{position:relative;display:block;width:calc(100% + 1.3px);height:150px}.custom-shape-divider-bottom-1735696808 .shape-fill{fill:#f4708e}@media (max-width: 767px){.custom-shape-divider-bottom-1735696808 svg{width:calc(127% + 1.3px);height:125px}}.lesson-caption{display:none}.lesson-controls{display:flex;justify-content:space-between;justify-content:center;padding:1.5rem;gap:1rem;z-index:1}@media (width >=50em){.lesson-controls{padding:1.5rem;margin-left:7rem;margin-right:7rem;margin-bottom:1rem;padding-bottom:0}}@media (width >= 75em){.lesson-controls{padding:5rem 5rem 0rem;flex-direction:column}}.lesson-controls button{border-radius:250px;border:none;font-size:var(--fs-4);padding:1.5rem 1.75rem;z-index:1}@media (width >= 50em){.lesson-controls button{padding-right:3rem;padding-left:3rem;padding:2.75rem;font-size:var(--fs-3)}}@media (width >= 75em){.lesson-controls button{padding-right:3.5rem;padding:2.5rem;font-size:var(--fs-2)}}.correct-button{background-color:var(--main-green);color:#fff;box-shadow:#0000001a 0 4px 12px}.new-button{background-color:var(--main-green);color:#fff;box-shadow:#0000001a 0 4px 12px;cursor:pointer;transition:opacity .3s ease}.new-button.cooldown{opacity:.5;cursor:not-allowed}.incorrect-button{background-color:var(--main-pink);color:#fff;box-shadow:#0000001a 0 4px 12px}.flashcontrol-wrapper{padding-bottom:20rem}@media (width >= 75em){.flashcontrol-wrapper{display:flex;gap:0rem}}.lesson-decor{position:relative}.mission-wrapper{padding-left:18rem;padding-right:18rem;display:grid;grid-template-columns:repeat(2,1fr)}.mission-title{text-align:center}.mission-wrapper img{height:30rem}.resources-wrapper{background-color:var(--white)}.resources-wrapper h1{background-color:var(--main-green);text-align:center;padding:2.5rem 1rem;color:#fff;font-size:var(--fs-2)}.resource-cards{display:flex;justify-content:space-around;align-items:center;padding-top:2rem;padding-bottom:10rem;flex-direction:column;gap:3rem}@media (width >= 75em){.resource-cards{flex-direction:row;gap:0rem}}.resource-card{background-color:var(--main-orange);color:var(--main-purple);font-size:7rem;display:flex;flex-direction:column;border-radius:1rem;padding:3rem}.resource-card h2{color:var(--white);padding-bottom:1rem;font-size:var(--fs-4)}.contribute-page-wrapper{background-color:var(--main-green)}.contribute-page-wrapper h1{padding-top:3rem;font-size:var(--fs-2);padding-bottom:3rem;text-align:center;color:#fff}.contribute-descriptions{display:grid;grid-template-columns:repeat(1,1fr);gap:5rem;padding:5rem 10rem;background-color:#fff;justify-content:center}@media (width >= 75em){.contribute-descriptions{grid-template-columns:repeat(3,1fr);gap:2rem}}.contribute-description{display:flex;flex-direction:column;max-width:75vw;text-align:center}@media (width >= 50em){.contribute-description{flex-direction:column;text-align:center;max-width:50vw}}.contribute-description h2{padding-top:1rem;padding-bottom:.75rem;color:var(--main-pink)}.contribute-more{background-color:#fff;text-align:center}.contribute-more h1{color:var(--main-orange);padding-bottom:.5rem}.contribute-more h2{color:var(--main-pink);padding-bottom:3rem}.contribute-more h2 a{color:var(--main-pink);text-decoration:underline}.construction-wrapper{text-align:center;max-height:100vh;min-height:100vh;background-color:var(--main-green);color:#fff}.construction-wrapper h1{padding-top:5rem}:root{--color-teal-500: #12ddbbff;--color-teal-200: #71eed9ff;--color-green-300: #66f3adff;--color-green-400: #41e593ff;--color-green-700: #058646ff;--color-gray-600: #2a3136ff;--color-gray-900: #0b1114ff;--gradient-green: linear-gradient(#12ddbbff, #41e593ff);--main-green: #8dbd61;--opacity-green: rgb(198, 222, 176);--main-purple: #70459e;--opacity-purple: rgb(184, 162, 207);--main-pink: #f4708e;--opacity-pink: rgb(250, 184, 199);--main-orange: #ffb644;--opacity-orange: rgb(255, 219, 162);--white: #fff;--off-white: #edf1f8;--black: #000;--blue-black: #212529;--fs-1: 3.5rem;--fs-2: 2.5rem;--fs-3: 2rem;--fs-4: 1.5rem;--fs-5: 1.125rem;--fs-6: 1rem;--fs-7: .75rem;--fs-8: .5rem }*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Helvetica,sans-serif}body{background-color:#fff;margin:0}h1,h2,h3{margin:0}img{display:block;max-width:100%;height:auto}
