@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");@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{opacity:0;animation:fadeIn 1.3s ease-out forwards}.fade-in-up{opacity:0;animation:fadeInUp 1.3s cubic-bezier(.22,1,.36,1) forwards}.fade-in-scale{opacity:0;animation:fadeInScale 1.5s cubic-bezier(.22,1,.36,1) forwards}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.5s}.delay-3{animation-delay:.8s}.delay-4{animation-delay:1.1s}.delay-5{animation-delay:1.4s}html.dark-mode{--background:#323444;--foreground:#ededed}:root,html:not(.dark-mode){--background:#f3f6ff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#323444;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Poppins;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;color:var(--foreground);padding:15px 25px;background-color:var(--background);box-shadow:0 2px 8px rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease}.MainHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.logo-link{text-decoration:none;cursor:pointer;transition:opacity .2s ease}.logo-link:hover{opacity:.8}.logo-text{font-weight:600;font-size:1.3rem;letter-spacing:.5px}html.dark-mode header{border-bottom:1px solid hsla(0,0%,100%,.1);box-shadow:0 2px 8px rgba(0,0,0,.2)}footer{border-top:.5px solid #000;box-shadow:2px 0 4px rgba(0,0,0,.1);color:#000;padding:10px 20px;text-align:center}.FooterContent{justify-content:space-between}.FooterContent,.mainScreen{display:flex;flex-direction:row}.mainScreen{align-items:center;justify-content:center;gap:3vw;height:calc(100vh - 55px)}.responsive-image{width:25vw;height:25vw;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.8);border-radius:50%;object-fit:cover}.IntroText span{font-size:3vw}.IntroText p{font-size:.8vw}.Buttons{padding-top:1vw;gap:20px}.Buttons,.ButtonsContent{display:flex;flex-direction:row}.ButtonsContent{padding:1vw;border-radius:50px;cursor:pointer;border:0;background-color:#fff;color:var(--foreground);box-shadow:0 0 8px rgb(0 0 0/5%);letter-spacing:1.5px;font-size:1vw;transition:all .5s ease;align-items:center;gap:10px}.ButtonsContent:hover{box-shadow:0 7px 29px 0 #5d18dc}.ButtonsContent:active,.ButtonsContent:hover{letter-spacing:3px;background-color:#5d18dc;color:#fff}.ButtonsContent:active{box-shadow:0 0 0 0 #5d18dc;transform:translateY(10px);transition:.1s}html.dark-mode .ButtonsContent{background-color:#3a3d4f;color:#ededed;box-shadow:0 0 8px hsla(0,0%,100%,.1)}html.dark-mode .ButtonsContent:hover{background-color:#5d18dc;box-shadow:0 7px 29px rgba(93,24,220,.4)}@media (max-width:1100px){.responsive-image{width:40vw;height:40vw;margin-bottom:-5vw}.mainScreen{display:flex;flex-direction:column;align-items:center}.IntroText{margin:10vw}.IntroText span{font-size:7vw}.IntroText p{font-size:3vw}.Buttons{width:100%;max-width:350px;margin:0 auto;flex-direction:column;align-items:stretch;gap:15px}.ButtonsContent{width:100%;min-width:unset;box-sizing:border-box;text-align:center;justify-content:center;padding:12px 0;font-size:3vw}}