@import"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";@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}75%{transform:scale(1.025)}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background-color:#e7e7e7}body[data-theme=dark]{background-color:#070707}html{scroll-behavior:smooth}html ::-webkit-scrollbar{height:.5rem;width:.5rem}html ::-webkit-scrollbar-thumb{background:#018eff;border-radius:4rem}html ::-webkit-scrollbar-track{background:transparent}::selection{background-color:#018eff;color:#f6f6f6}.heading--primary{font-size:2rem;transition:all .3s ease-in-out}@media only screen and (max-width: 1280px){.heading--primary{font-size:1.5rem}}.heading--primary[data-effect=true]:hover{color:#06f}.heading--primary[data-theme=light]{color:#212121}.heading--primary[data-theme=dark]{color:#f6f6f6}.heading--secondary{font-size:1.25rem;font-weight:500}@media only screen and (max-width: 768px){.heading--secondary{font-size:1rem}}.heading--secondary[data-theme=dark]{color:#e7e7e7}.heading--secondary--gray{color:#b0b0b0}.heading--text{font-size:1rem}@media only screen and (max-width: 768px){.heading--text{font-size:.875rem}}.heading--text[data-theme=dark]{color:#b0b0b0}.heading--text[data-theme=light]{color:#5d5d5d}.banner{background-blend-mode:darken;background-size:cover;background-repeat:no-repeat;background-position:center;align-items:start;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:90vh;padding:12rem 8rem;width:100%}@media only screen and (max-width: 1028px){.banner{padding:10rem 6rem}}@media only screen and (max-width: 768px){.banner{margin-top:6rem;min-height:75vh;padding:2rem}}@media only screen and (max-width: 480px){.banner{margin-top:4rem;min-height:75vh;padding:2rem}}.banner__button-box{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.125rem solid transparent;border-radius:.5rem;color:#f6f6f6;cursor:pointer;font-size:1.25rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}@media only screen and (max-width: 768px){.button{font-size:1rem;padding:.75rem 1.5rem}}@media only screen and (max-width: 480px){.button{width:100%}}.button:hover{transform:translateY(-.5rem)}.button:focus{transform:translateY(-.25rem)}.button--primary[data-theme=light]{background-color:#018eff;box-shadow:.25rem 0 1rem #018eff3d}.button--primary[data-theme=light]:hover{background-color:#06f;box-shadow:.25rem 0 1rem #018eff7a}.button--primary[data-theme=light]:focus{background-color:#004cff;box-shadow:.25rem 0 1rem #018eff52}.button--primary[data-theme=dark]{background-color:#003cac;box-shadow:.25rem 0 1rem #d1d1d11f}.button--primary[data-theme=dark]:hover{background-color:#004cff;box-shadow:.25rem 0 1rem #d1d1d13d}.button--primary[data-theme=dark]:focus{background-color:#004cff;box-shadow:.25rem 0 1rem #d1d1d129}.button--secondary{background-color:transparent;border-color:#f6f6f6;box-shadow:.25rem 0 1rem #f6f6f61f}.button--secondary:hover{background-color:#30b5ff;border-color:#30b5ff;box-shadow:.25rem 0 1rem #f6f6f63d}.button--secondary:focus{background-color:#018eff;border-color:#018eff;box-shadow:.25rem 0 1rem #f6f6f629}.card{border-radius:.5rem;display:flex;gap:1rem;flex-direction:column;padding:2rem;place-self:normal;transition:all .3s ease-in-out;width:20rem}@media only screen and (max-width: 768px){.card{gap:.5rem;padding:1.5rem;width:100%}}.card:hover{transform:scale(1.05)}.card[data-theme=light]{background-color:#f6f6f6;box-shadow:.25rem 0 1rem #0707073d}.card[data-theme=light]:hover{box-shadow:.25rem 0 1rem #0707077a}.card[data-theme=dark]{background-color:#212121;box-shadow:.25rem 0 1rem #f6f6f629}.card[data-theme=dark]:hover{box-shadow:.25rem 0 1rem #f6f6f63d}.card>header{display:flex;flex-direction:column;gap:1rem}.card__image-box{align-items:center;background-color:#d0edff;border-radius:.25rem;display:flex;height:3rem;justify-content:center;-webkit-user-select:none;user-select:none;width:3rem}@media only screen and (max-width: 768px){.card__image-box{height:2.5rem;width:2.5rem}}.card__image-box>img{height:1.5rem;width:1.5rem}.card__content{display:flex;max-width:100%;word-break:break-word}.footer{display:flex;flex-direction:column;gap:4rem;padding:8rem 4rem 0}@media only screen and (max-width: 1280px){.footer{padding:4rem 6rem 0}}@media only screen and (max-width: 768px){.footer{gap:2rem;padding:4rem 2rem 0}}@media only screen and (max-width: 480px){.footer{padding:2rem 1rem 0}}@media only screen and (max-width: 1280px){.footer>.logo{justify-content:center}}.footer[data-theme=light]{background-image:linear-gradient(to right bottom,#042567,#018eff)}.footer[data-theme=dark]{background-image:linear-gradient(to right bottom,#042567,#070707)}.footer__content{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between}@media only screen and (max-width: 1028px){.footer__content{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);gap:2rem}}@media only screen and (max-width: 480px){.footer__content{grid-template-columns:1fr;grid-template-rows:auto}}.footer__content>:first-child{grid-column:span 2;grid-row:2/2;text-align:center}@media only screen and (max-width: 480px){.footer__content>:first-child{grid-column:1/2;grid-row:3/3;text-align:start}}.footer__content__container{max-width:22rem}@media only screen and (max-width: 1028px){.footer__content__container{max-width:100%}}.footer__content__container>.heading--secondary{margin-bottom:1rem}.footer__content__social{align-items:center;border-radius:50%;border:.125rem solid #f6f6f6;display:flex;justify-content:center;padding:1rem;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}@media only screen and (max-width: 768px){.footer__content__social{padding:.75rem}.footer__content__social>img{height:1.5rem;width:1.5rem}}.footer__content__social:hover{background-color:#06f;border-color:#f6f6f6;transform:scale(1.05)}.footer__content__social-box{align-items:center;display:flex;gap:2rem;margin-top:2rem}@media only screen and (max-width: 1028px){.footer__content__social-box{margin-top:1rem;justify-content:center}}@media only screen and (max-width: 480px){.footer__content__social-box{margin-top:2rem}}.footer__content__list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.footer__content__list>a,.footer__content__list>a:visited{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;text-decoration:none}.footer__copy{align-items:center;border-top:.0625rem solid #b0b0b0;display:flex;justify-content:center;margin-top:2rem;padding:3rem 0 4rem;text-align:center;-webkit-user-select:none;user-select:none}@media only screen and (max-width: 1028px){.footer__copy{margin-top:0}}@media only screen and (max-width: 768px){.footer__copy{padding:2rem 0}}.logo{align-items:center;display:flex;gap:1rem;-webkit-user-select:none;user-select:none}@media only screen and (max-width: 1280px){.logo{gap:.5rem}}@media only screen and (max-width: 1280px){.logo__image{height:3.5rem;width:auto}}@media only screen and (max-width: 480px){.logo__image{height:2.5rem;width:auto}}@media only screen and (max-width: 1280px){.logo__title{font-size:1.25rem}}@media only screen and (max-width: 480px){.logo__title{font-size:1rem}}.logo__title--light{color:#070707}.logo__title--dark{color:#f6f6f6}.navbar{align-items:center;display:flex;justify-content:space-between;padding:1rem 2rem}@media only screen and (max-width: 1028px){.navbar{flex-direction:column;gap:1rem}}@media only screen and (max-width: 480px){.navbar{padding:1rem .5rem}}.navbar[data-theme=light]{background-color:#f6f6f6}.navbar[data-theme=dark]{background-color:#070707}.navbar__logo{align-items:center;display:flex;justify-content:center;gap:2rem}@media only screen and (max-width: 480px){.navbar__logo{gap:.5rem;width:100%}}.navbar__logo__theme{display:flex}.navbar__list{display:flex;gap:3rem;list-style:none}@media only screen and (max-width: 1280px){.navbar__list{gap:2rem}}@media only screen and (max-width: 768px){.navbar__list{flex-wrap:wrap;justify-content:center;gap:1rem 3rem}}@media only screen and (max-width: 480px){.navbar__list{display:none}}.navbar__list__theme{cursor:pointer;-webkit-user-select:none;user-select:none}.navbar__list__theme[data-theme=light]{color:#212121}.navbar__list__theme[data-theme=dark]{color:#f6f6f6}.navbar__list__theme-box{align-items:center;display:flex;justify-content:center;-webkit-user-select:none;user-select:none}.navbar__list>a,.navbar__list>a:visited{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;text-decoration:none}.navbar__list__item{cursor:pointer;font-size:1.25rem;font-weight:500;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}@media only screen and (max-width: 1280px){.navbar__list__item{font-size:1.125rem}}@media only screen and (max-width: 768px){.navbar__list__item{font-size:1rem}}.navbar__list__item[data-theme=light]{color:#4f4f4f}.navbar__list__item[data-theme=light]:hover{color:#3d3d3d}.navbar__list__item[data-theme=dark]{color:#d1d1d1}.navbar__list__item[data-theme=dark]:hover{color:#e7e7e7}header.navbar{position:fixed;top:0;transition:transform .3s ease-in-out;width:100%;z-index:1}header.navbar.hidden{transform:translateY(-100%)}footer.footer{margin-top:8rem}@media only screen and (max-width: 768px){footer.footer{margin-top:6rem}}.section{display:flex;gap:4rem;flex-direction:column;width:100%}@media only screen and (max-width: 1280px){.section{gap:2rem}}.section>header{align-items:center;display:flex;gap:.5rem;flex-direction:column;justify-content:center;text-align:center}@media only screen and (max-width: 768px){.section>header{padding:0 1rem}}.section__content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:0 2rem}@media only screen and (max-width: 768px){.section__content{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);padding:0 1rem}.section__content:has(:nth-child(3):nth-last-child(1))>:nth-child(3){grid-column:span 2}}@media only screen and (max-width: 480px){.section__content{grid-template-columns:1fr}.section__content:has(:nth-child(3):nth-last-child(1))>:nth-child(3){grid-column:1/2}}.section--figured{align-items:center;display:flex;justify-content:center;gap:6rem;padding:0 2rem}@media only screen and (max-width: 1280px){.section--figured{gap:2rem}}@media only screen and (max-width: 480px){.section--figured{padding:0 1rem}}.section--figured__left{display:flex;flex-direction:column;gap:3rem}@media only screen and (max-width: 480px){.section--figured__left{gap:2rem}}.section--figured__left>header{display:flex;flex-direction:column;gap:1rem;max-width:45rem}.section--figured__image{animation:pulse 3s ease-in-out infinite;border-radius:.5rem}@media only screen and (max-width: 1280px){.section--figured__image{width:20rem}}@media only screen and (max-width: 768px){.section--figured__image{display:none}}.section--figured__image[data-theme=light]{box-shadow:.25rem 0 1rem #07070752}.section--figured__image[data-theme=dark]{box-shadow:.25rem 0 1rem #f6f6f61f}.section--figured__list{display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:1.5rem}.section--figured__list[data-theme=light]>span>li{color:#212121}.section--figured__list[data-theme=dark]>span>li{color:#f6f6f6}.section--figured__list__item{list-style:none}.section--figured__list__item-box{align-items:center;display:flex;gap:1rem}.section--figured__list__item-box>img{height:1.5rem;width:1.5rem}.home__content{display:flex;flex-direction:column;gap:8rem}@media only screen and (max-width: 768px){.home__content{gap:6rem}}
