@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.navbar{align-items:center;background-color:#fff;border-bottom:1px solid hsla(0,0%,48%,.3);display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:400;height:80px;padding:var(--page-padding);position:fixed;right:0;top:0;width:100%;z-index:5}.navbar a{color:#494949}.navbar a:hover{color:red}.navbar__logo{flex:1 1}.navbar__menu{align-items:center;display:flex;flex:1 1;flex-direction:row;height:100%;justify-content:space-between;width:70%}menu li{transition:var(--transition)}@media screen and (max-width:1024px){.navbar__menu{flex:2 1}}@media screen and (max-width:600px){.navbar__menu{align-items:center;background-color:#7fff00;display:none}.navbar{border-bottom:none;height:10vh}}.header{background-color:#fff;color:#000;flex-direction:column;height:90vh;margin-top:80px;padding:var(--page-padding);position:relative;width:100%}.header,.header__button{align-items:center;display:flex;gap:10px;justify-content:center}.header__button{cursor:pointer;flex-direction:row;padding-top:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header__button a{align-items:center;display:flex;flex-direction:row}.header__button img{border-radius:100%;opacity:1;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.header__button img:hover{opacity:.8}.header h1,.header p{text-align:center;z-index:2}.header p{font-family:Poppins,sans-serif;font-size:1.25rem;line-height:normal;width:70vw}.header h1{font-family:Gilroy-Bold,sans-serif;font-size:var(--header-title)}.header__img{height:100%;object-fit:cover;width:100%}.header__content{align-items:center;display:flex;flex-direction:column;width:74vw}.cta{background:linear-gradient(40.44deg,#278372 -15.44%,#9ed1c7 176.19%);border-radius:50px;color:#fff;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;height:50px;margin-top:15px;width:180px}.header a{z-index:3}@media screen and (max-width:1024px){.header h1,.header p{text-align:left}}@media screen and (max-width:600px){.header h1{font-size:3.2rem}.header__content{align-items:flex-start;width:100%}.header__content p{width:100%}}@media screen and (max-width:500px){.header h1{font-size:2.7rem;line-height:48px}.header{height:80vh;padding:0 20px}.header p{font-size:16px}.header__button{justify-content:flex-start;padding-top:0}.header__button img{border-radius:100%;opacity:1;-webkit-transform:rotate(0);transform:rotate(0)}.header__content{align-items:flex-start;gap:15px;margin-top:12vh;width:100%}.header__content p{width:100%}}.benefits{align-items:center;color:#000;display:flex;flex-direction:column;gap:50px;justify-content:space-between;padding:0 10vw;width:100%}.benefits h5{color:#7a7a7a;font-size:16px;font-weight:500}.benefits h2,.benefits h5{text-align:center;width:100%}.benefits h2{font-size:56px;line-height:52px}.benefits__header{align-items:flex-start;justify-content:flex-start;margin-bottom:20px}.benefits__header,.benefits__main{display:flex;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.benefits__main{gap:70px;justify-content:space-between;padding-bottom:110px}.benefits__main>div{display:flex;flex-direction:row;gap:70px}.benefits__main img{height:90%;position:absolute;right:50%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.benefits__main h3{font-size:24px;font-weight:500;line-height:25px}.benefits__main .benefit{border-left:2px solid #dddee3;color:#000;padding-left:16px;width:550px}.benefits__main .benefit p{font-size:16px;line-height:24px;text-align:left}.benefits__main .benefit:hover{border-left:4px solid #000}@media screen and (max-width:600px){.benefits{padding:0 20px}.benefits h5{text-align:center;width:100%}.benefits h2{font-size:32px;line-height:36px;text-align:center}.benefits__main>div{display:flex;flex-direction:column}.benefits .benefit{width:80vw}}.services{background-color:#000;display:flex;flex-direction:column;font-size:18px;padding:80px 5vw}.services h2{color:#fff;font-size:56px}@media screen and (max-width:600px){.services{padding:80px 20px}}.service{cursor:pointer;flex-direction:column;font-family:Poppins,sans-serif;gap:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:40px 0}.service,.service>div{display:flex;width:100%}.service>div{align-items:center;flex-direction:row;justify-content:space-between}.service>div img{background-color:transparent;color:#fff;height:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.service__title{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:24px;font-weight:500;justify-content:space-between;text-align:left;width:100%}.service__explanation{display:flex;flex-direction:column}.service__explanation__description{color:#fff;font-weight:300;text-align:left}.service img{background-color:#fff;border-radius:100%;height:35px;width:auto}button{background-color:transparent}@media screen and (max-width:600px){.service{padding:35px 0}.service__explanation{font-size:16px}}@font-face{font-family:Gilroy-Bold;src:url(/static/media/Gilroy-Bold.bf181b073b4773f45c8e.ttf)}*{border:none;box-sizing:border-box;list-style:none;margin:0;outline:none;padding:0;text-decoration:none}:root{--color-bg:#fff;--color-primary:red;--transition:all 400ms ease;--container-width-lg:75%;--container-width-md:86%;--container-width-sm:90%;--border-radius:0 0 30px 30px;--font-super:80px;--font-big:56px;--header-title:80px;--page-padding:0 5vw}html{font-size:16px;scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-weight:400;text-align:left}a{color:#000;transition:all .4s ease;transition:var(--transition)}a:hover{color:red}p{font-size:18px;-webkit-hyphens:none;hyphens:none;line-height:1.3;text-align:justify}h2{color:#1b1b1b;font-size:30px}h3{margin-bottom:20px}.btn{background-color:#000;border-radius:.4rem;color:#fff;cursor:pointer;display:none;padding:.75rem 1.2rem;transition:all .4s ease;transition:var(--transition);width:-webkit-max-content;width:max-content}.btn:hover{background:#8b8b8b;border-color:transparent;color:#fff;color:var(--color-bg)}.icon{font-size:30px;height:30px;margin-bottom:10px}@media screen and (max-width:600px){.h2{text-align:center}}.footer{background-color:#940000;color:#fff;display:flex;flex-direction:column;gap:40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:40px 5vw;width:100%}.footer__rights{padding-bottom:15px;width:100%}.footer__rights p{text-align:left}.footer__contact{display:flex;flex-direction:row;gap:150px}.footer .info,.footer .social-media{display:flex;flex-direction:column;gap:10px}.footer .info__options,.footer .social-media__options{display:flex;flex-direction:column;gap:8px}.footer h4{font-size:16px;font-weight:bolder}.footer p{font-size:14px;font-weight:400}@media screen and (max-width:600px){.footer{padding:40px 20px}.footer__contact{display:flex;flex-direction:column;gap:30px}}
/*# sourceMappingURL=main.cf6ca485.css.map*/