@import"https://fonts.googleapis.com/css2?family=Diphylleia&family=Mulish&family=Poppins&display=swap";.header{align-items:center;background-color:#fff;box-shadow:0 0 10px #00000017;display:flex;font-size:1.7rem;height:auto;justify-content:space-between;left:0;padding:25px 40px 25px 50px;position:fixed;top:0;width:100%;z-index:10}.ham__icon{display:none}#logo{font-size:var(--text-l);font-family:var(--font-logo);font-weight:var(--text-bolder)}.menu{display:flex;align-items:center;justify-content:center;gap:2rem}.menu__item{list-style:none;font-family:var(--font-secondary);font-weight:var(--text-bold);font-size:var(--text-s);text-transform:uppercase;transition:all .2s ease-in-out;cursor:pointer;outline:none}.menu__item:hover>a{color:var(--text-accent)}.menu__item>a{text-decoration:none;color:var(--font-secondary);position:relative}.menu__item:last-child>a:before{content:"";position:absolute;bottom:-5px;width:100%;height:3px;background:var(--text-accent)}@media screen and (max-width: 992px){.header{justify-content:center}.menu{position:fixed;top:0;left:0;z-index:2;width:100%;flex-direction:column;height:100dvh;background:var(--bg-lighter);justify-content:flex-start;padding-top:11rem;padding-right:3rem;transition:.5s ease;transform:translate(-100%)}.menu.active{transform:translate(0)}.menu__item{display:flex;justify-content:center;width:100%;border-left:0;padding:1rem;border-top-right-radius:50px;border-bottom-right-radius:50px}.menu__item:last-child>a:before{display:none}.ham__icon{display:flex;flex-direction:column;width:30px;cursor:pointer;gap:4px;position:fixed;left:20px;top:38px;z-index:4}.ham__icon span{background:var(--text-secondary);border-radius:10px;height:3px;width:7px;transition:.4s cubic-bezier(.68,-.6,.32,1.6)}.ham__icon span:nth-of-type(1){width:50%}.ham__icon span:nth-of-type(2){width:100%}.ham__icon span:nth-of-type(3){width:75%}.ham__icon input[type=checkbox]{display:none}.ham__icon input[type=checkbox]:checked~span:nth-of-type(1){transform-origin:bottom;transform:rotate(45deg)translate(3px,-1px)}.ham__icon input[type=checkbox]:checked~span:nth-of-type(2){transform-origin:top;transform:rotate(-45deg)}.ham__icon input[type=checkbox]:checked~span:nth-of-type(3){transform-origin:bottom;width:50%;transform:translate(14px,-2px) rotate(45deg)}}.hero{max-width:1440px;width:100%;margin:15rem auto 0;padding:0 4rem}.hero__container{display:flex;align-items:center;gap:10rem;justify-content:center;position:relative}.hero__text{display:flex;flex-direction:column;max-width:65rem;position:relative}.hero__title{display:flex;flex-wrap:wrap}.hero__text h1{color:var(--text-secondary);font-size:5.5rem;line-height:1.2;margin-bottom:2rem;margin-top:2rem;font-family:var(--font-secondary);display:inline}.hero__text p{color:var(--text-primary);font-family:Mulish,sans-serif;font-size:1.8rem;font-weight:500;line-height:1.6}.hero__text .social__icons{cursor:pointer;display:flex;gap:1.3rem;margin:2.5rem 0}.hero__text img{height:6rem;position:absolute;right:24rem;top:8.7rem;width:6rem}.hero__image{animation:morph 8s ease-in-out infinite;background-image:url(/assets/hero-img-qlqimhvW.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:3px solid #2d2e32;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;height:38rem;position:relative;transition:all 1s ease-in-out;width:38rem}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@media screen and (max-width: 1008px){.hero__text h1{font-size:5rem}.hero__text img{right:21rem;top:8rem}}@media screen and (max-width: 992px){.hero__text h1{font-size:4.5rem}.hero__text img{right:19rem;top:7rem}}@media screen and (max-width: 992px){.hero__container{flex-direction:column;gap:3rem;height:auto}.hero__text{order:1;text-align:center;max-width:51rem}.hero__text img{right:8rem}.hero__image{max-width:30rem;max-height:30rem}.social__icons{justify-content:center}}@media screen and (max-width: 768px){.hero__text h1{font-size:4.2rem}.hero__text img{right:8rem}}@media screen and (max-width: 576px){.hero__text h1{font-size:3.3rem}.hero__text img{height:4rem;width:4rem;right:9rem;top:6.2rem}}@media screen and (max-width: 500px){.hero__text h1{font-size:3.2rem}.hero__text{max-width:35rem}.hero__text img{height:4rem;width:4rem;right:5rem;top:5.8rem}}@media screen and (max-width: 420px){.hero__text h1{font-size:2.5rem}.hero__text p{font-size:1.3rem}.hero__text{max-width:35rem}.hero__text img{height:3.5rem;width:3.5rem;right:4.5rem;top:4.8rem}}@media screen and (max-width: 360px){.hero__text img{right:3rem}}*{padding:0;margin:0;box-sizing:border-box}:root{--font-logo: "Diphylleia", serif;--font-primary: "Mulish", sans-serif;--font-secondary: "Poppins", sans-serif;--text-s: 17px;--text-m: 20px;--text-l: 25px;--text-xl: 55px;--text-normal: 500;--text-bold: 600;--text-bolder: 700;--text-primary: #767676;--text-secondary: #000;--text-accent: #645CBA;--text-white: #fff;--bg-light: #f9f9f9;--bg-lighter: #fff}html{font-size:62.5%}body{background:var(--bg-light)}
