@import"https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap";body{font-family:Montserrat,sans-serif;font-size:1.6rem;color:#fff}body,h1{font-weight:400}h1{font-size:5rem}h2{font-size:3rem;font-weight:300}h3{font-size:2.5rem;font-weight:700}h4{font-size:2rem;font-weight:200}h5{font-weight:700}h5,p{font-size:1.6rem}p{font-weight:400}.investant-net-span{color:#e81cff;font-weight:700}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:75%}body{box-sizing:border-box}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.grecaptcha-badge{visibility:hidden}.no-scroll{overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-back{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes home-hero-piece-float-1{0%{transform:translate(0)}20%{transform:translate(3%,4.5%)}40%{transform:translate(-3%,1.5%)}60%{transform:translate(3%,4.5%)}80%{transform:translateY(4.5%)}to{transform:translate(0)}}@keyframes home-hero-piece-float-2{0%{transform:translateX(0) translateY(0)}20%{transform:translateX(5%) translateY(4%)}40%{transform:translateX(5%) translateY(6%)}60%{transform:translateX(0) translateY(6%)}80%{transform:translateX(-5%) translateY(4%)}to{transform:translateX(0) translateY(0)}}@keyframes home-hero-twinkle-animation-1{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes home-hero-twinkle-animation-2{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes login-form-background-animation{0%{background-position:0}to{background-position:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-left.visible{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-right.visible{opacity:1;transform:translateX(0)}.fade-in-delay-1{transition-delay:.2s}.fade-in-delay-2{transition-delay:.4s}.fade-in-delay-3{transition-delay:.6s}.fade-in-delay-4{transition-delay:.8s}@media(prefers-reduced-motion:reduce){.fade-in,.fade-in-left,.fade-in-right{transition:none;opacity:1;transform:none}}.alert-banner{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;padding:5px;background-color:#40c9ff}.alert-banner .alert-banner-text{position:relative;display:inline-block;text-align:center}.alert-banner .alert-banner-text h3{font-size:larger}.alert-banner .alert-banner-text a{color:#e81cff;text-decoration:none}.alert-banner .alert-banner-exit{position:absolute;right:10px;width:20px;height:20px;cursor:pointer}.alert-banner .alert-banner-exit:hover{animation:spin 1s ease}.alert-banner .alert-banner-exit:not(:hover){animation:spin-back 1s ease}.alert-banner .alert-banner-exit img{width:100%;height:100%}@media screen and (max-width:1199px){.alert-banner{display:none}}.header{height:auto;background-color:#1b0053;z-index:1}.header,.header .desktop-menu{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.header .desktop-menu{max-width:1600px;height:65px;flex-direction:row}.header .desktop-menu .NavBar-Investant-Logo-Container{position:relative;display:flex;width:auto;height:100%;margin:0 auto 0 0;padding:4px 0}.header .desktop-menu .NavBar-Investant-Logo-Container a:hover{opacity:1}.header .desktop-menu .NavBar-Investant-Logo-Container .NavBar-Investant-Sign-In-Button{border:none;font:inherit;display:flex;align-self:center;justify-content:center;align-items:center;height:auto;padding:5px 15px;margin-left:5px;border-radius:5px;background-color:rgba(232,28,255,.9);color:#fff;white-space:nowrap;cursor:pointer}.header .desktop-menu .NavBar-Investant-Logo-Container .NavBar-Investant-Sign-In-Button p{font-size:16px;font-weight:600}.header .desktop-menu .NavBar-Investant-Logo-Container img{width:auto;height:100%}.header .desktop-menu .NavBar-Navigation-Links{position:relative;display:flex;flex-direction:row;margin:0 auto}.header .desktop-menu .NavBar-Navigation-Links ul{display:flex;flex-direction:row;align-items:center;list-style:none}.header .desktop-menu .NavBar-Navigation-Links ul li>a{position:relative;font-size:18px;font-weight:600}.header .desktop-menu .NavBar-Navigation-Links ul li.focused>a:after{pointer-events:none;content:"";position:absolute;left:50%;bottom:-4px;transform:translateX(-50%);width:100%;height:4px;background-color:#fff;border-radius:5px}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown{position:relative;display:flex}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown a .NavBar-Navigation-Links-Products-Dropdown-Arrow{position:absolute;margin-top:3px;margin-left:4px}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown .NavBar-Navigation-Links-Products-Dropdown-Content{display:flex;flex-direction:column;position:absolute;top:25px;background-color:rgba(0,0,0,.6);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);border-radius:10px;margin-top:10px;margin-left:10px;overflow:hidden;transition:max-height .75s ease-in-out,opacity .5s ease-in-out;max-height:0;opacity:0;white-space:nowrap}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown .NavBar-Navigation-Links-Products-Dropdown-Content li{display:flex;flex-direction:column;width:100%;text-decoration:none;transition:transform .2s ease-in-out}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown .NavBar-Navigation-Links-Products-Dropdown-Content li:hover{transform:scale(1.01)}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown .NavBar-Navigation-Links-Products-Dropdown-Content li a{padding:5px;color:#fff;transition:color .2s ease-in-out;font-size:16px;font-weight:lighter}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown .NavBar-Navigation-Links-Products-Dropdown-Content li a:hover{color:#e81cff;opacity:1}.header .desktop-menu .NavBar-Navigation-Links ul .NavBar-Navigation-Links-Products-Dropdown:hover .NavBar-Navigation-Links-Products-Dropdown-Content{max-height:500px;opacity:1}.header .desktop-menu .NavBar-Media-Links{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 0 0 auto}.header .desktop-menu .NavBar-Media-Links .NavBar-Media-Links-XLogo{transform-origin:35px 17.5px}.header .desktop-menu .NavBar-Media-Links .NavBar-Media-Links-XLogo:hover{animation:spin 1s ease;transform:scale(1)}.header .desktop-menu .NavBar-Media-Links .NavBar-Media-Links-XLogo:not(:hover){animation:spin-back 1s ease}.header .desktop-menu .NavBar-Media-Links ul{display:flex;flex-direction:row;justify-content:center;align-items:center;list-style:none}.header .desktop-menu .NavBar-Media-Links ul li,.header .desktop-menu .NavBar-Media-Links ul li a{display:flex;width:-moz-fit-content;width:fit-content;height:auto}.header .desktop-menu .NavBar-Media-Links ul li a{align-items:center}.header .desktop-menu a{text-decoration:none;align-items:center;font-size:2rem;margin:0 18px;color:#fff;white-space:nowrap;transition:color .2s ease-in-out}.header .desktop-menu a:hover{opacity:.5}.header .mobile-top-banner{display:none;width:100%;height:55px;align-items:center;justify-content:space-between;padding:2px 10px 0 5px}.header .mobile-top-banner .mobile-menu-logo{padding-top:2px}.header .mobile-top-banner .mobile-menu-logo img:hover{animation:spin 1s ease;transform:scale(1)}.header .mobile-top-banner .mobile-menu-logo img:not(:hover){animation:spin-back 1s ease}.header .mobile-top-banner .mobile-menu-sign-in-user{margin:0 10px 0 auto;padding-bottom:4px}.header .mobile-top-banner .mobile-menu-sign-in-user a{text-decoration:none}.header .mobile-top-banner .mobile-menu-sign-in-user .NavBar-Investant-Sign-Up-Button{border:none;font:inherit;display:flex;align-self:center;justify-content:center;align-items:center;height:auto;padding:5px 15px;margin-left:5px;border-radius:5px;background-color:rgba(232,28,255,.9);color:#fff;white-space:nowrap;cursor:pointer;transition:transform .2s ease-in-out}.header .mobile-top-banner .mobile-menu-sign-in-user .NavBar-Investant-Sign-Up-Button:hover{transform:scale(1.02)}.header .mobile-top-banner .mobile-menu-sign-in-user .NavBar-Investant-Sign-Up-Button p{font-size:16px;font-weight:600}.header .mobile-top-banner .mobile-menu-open{position:relative;width:40px;height:30px;margin-bottom:5px;cursor:pointer}.mobile-menu-container{position:-webkit-sticky;position:sticky;z-index:99;top:0;left:0;display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;margin-top:-100vh;background-color:rgba(0,0,0,.5);animation:fadeIn .4s ease-in-out}.mobile-menu-container .mobile-menu{position:relative;flex-direction:column;justify-content:center;width:250px;background-color:#1b0053;padding:15px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.5)}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container a{text-decoration:none}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container .mobile-menu-logout-user{display:flex;margin:0 auto 0 0;border:none;font:inherit;background-color:transparent;color:#fff;opacity:.7;cursor:pointer}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container .mobile-menu-logout-user p{font-size:16px}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container .mobile-menu-close{display:flex;width:-moz-fit-content;width:fit-content;margin:0 0 0 auto;cursor:pointer}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container .mobile-menu-close:hover{animation:spin 1s ease}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container .mobile-menu-close:not(:hover){animation:spin-back 1s ease}.mobile-menu-container .mobile-menu .mobile-menu-logout-close-container .mobile-menu-close img{width:22px;height:22px}.mobile-menu-container .mobile-menu .mobile-menu-navigation{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.mobile-menu-container .mobile-menu .mobile-menu-navigation .NavBar-Navigation-Links-Products-Dropdown-Content{display:flex;flex-direction:column;height:0;padding-top:5px;overflow:hidden;transition:height .4s ease-in-out}.mobile-menu-container .mobile-menu .mobile-menu-navigation .NavBar-Navigation-Links-Products-Dropdown-Content li{padding-bottom:0;transition:transform .2s ease-in-out}.mobile-menu-container .mobile-menu .mobile-menu-navigation .NavBar-Navigation-Links-Products-Dropdown-Content li:hover{transform:scale(1.02)}.mobile-menu-container .mobile-menu .mobile-menu-navigation .NavBar-Navigation-Links-Products-Dropdown-Content li a{text-align:left;color:#d3d3d3;transition:color .2s ease-in-out;font-size:18px;font-weight:600;transition:color .1s ease-in-out}.mobile-menu-container .mobile-menu .mobile-menu-navigation .NavBar-Navigation-Links-Products-Dropdown-Content li a:hover{color:#e81cff}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul{list-style:none;text-align:center}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul .mobile-menu-navigation-products{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:transform .2s ease-in-out;cursor:pointer}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul .mobile-menu-navigation-products .NavBar-Navigation-Links-Products-Dropdown-Arrow{display:flex;padding-top:2px;padding-left:4px}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul .mobile-menu-navigation-products .NavBar-Navigation-Links-Products-Dropdown-Arrow img{rotate:0deg;transition:rotate .4s ease}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul li{padding-bottom:10px}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul li a{text-decoration:none;color:#fff;font-weight:700;transition:transform .2s ease-in-out}.mobile-menu-container .mobile-menu .mobile-menu-navigation ul li a:hover{transform:scale(1.04)}.mobile-menu-container .mobile-menu .mobile-menu-media-links{display:flex;justify-content:center}.mobile-menu-container .mobile-menu .mobile-menu-media-links ul{display:flex;flex-direction:row;list-style:none}.mobile-menu-container .mobile-menu .mobile-menu-media-links ul li{padding:0 7px;transition:transform .1s ease-in-out}.mobile-menu-container .mobile-menu .mobile-menu-media-links ul li:hover{transform:scale(1.05)}.mobile-menu-fade-out{animation:fadeOut .4s ease-in-out}.logout-confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(30,30,40,.7);z-index:9999;display:flex;align-items:center;justify-content:center}.logout-confirm-modal{background:#2d64a9;color:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.25);padding:1.5rem;min-width:280px;max-width:90vw;text-align:center}.logout-confirm-modal h3{margin-top:0;color:#e81cff;font-size:1.3rem;font-weight:700}.logout-confirm-modal p{margin:1rem 0 1.5rem;color:#fff}.logout-confirm-modal-buttons{display:flex;gap:1rem;justify-content:center}.logout-confirm-btn{background:#e81cff;color:#fff;border:none;border-radius:5px;padding:.5rem 1.2rem;font-weight:600;font-size:1.2rem;cursor:pointer;transition:background .2s}.logout-confirm-btn:hover{background:#d000e8}.logout-cancel-btn{background:transparent;color:#fff;border:1px solid #fff;border-radius:5px;padding:.5rem 1.2rem;font-weight:600;font-size:1.2rem;cursor:pointer}@media(max-width:600px){.logout-confirm-modal{min-width:90vw;padding:1rem .5rem}.logout-confirm-modal-buttons{flex-direction:column;gap:.7rem}}@media screen and (max-width:1199px){.header{display:flex;align-items:flex-start}.header .desktop-menu{display:none}.header .mobile-top-banner{display:flex}}.footer{position:relative;display:flex;flex-direction:column;background-color:#1b0053;justify-content:center;align-items:center;padding:20px}.footer .footer-body{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:1600px}.footer .footer-body .footer-body-link-forest{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;max-width:60%}.footer .footer-body .footer-body-link-forest .footer-body-link-tree{display:flex;flex-direction:column;align-items:flex-start;width:max-content;text-align:left;padding:0 15px}.footer .footer-body .footer-body-link-forest .footer-body-link-tree .footer-body-link-tree-root{position:relative;margin-bottom:8px;width:100%;color:#fff}.footer .footer-body .footer-body-link-forest .footer-body-link-tree .footer-body-link-tree-root h4{font-size:22px;font-weight:700}.footer .footer-body .footer-body-link-forest .footer-body-link-tree .footer-body-link-tree-root h4:after{position:absolute;bottom:-2px;left:0;width:100%;content:"";border-bottom:1px solid #fff}.footer .footer-body .footer-body-link-forest .footer-body-link-tree a{color:#fff;text-decoration:none;font-size:16px;padding:2px 0;transition:color .2s ease-in-out}.footer .footer-body .footer-body-link-forest .footer-body-link-tree a:hover{color:#e81cff}.footer .footer-body .footer-join-newsletter-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:40%;padding:0 20px}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-text-container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:flex-start;text-align:left;color:#fff}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-text-container .footer-join-newsletter-section-title .footer-join-newsletter-section-title-span{color:#e81cff}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-text-container .footer-join-newsletter-section-title h2{font-size:32px;font-weight:600;font-family:sans-serif}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container{display:flex;flex-direction:column;width:100%}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container{display:flex;flex-direction:row;align-items:center;width:100%}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container a{text-decoration:none}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-email-box{width:100%;margin-right:20px;border:1px solid #fff;background-color:transparent;padding:10px 15px;font-size:16px;color:#fff;border-radius:5px;transition:border-color .3s ease-in-out}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-email-box::placeholder{color:#fff;opacity:.7}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-email-box:focus{outline:none;border-color:#e81cff}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-button{border:none;background:none;font:inherit;display:flex;background-color:#fff;padding:10px 15px;justify-content:center;align-items:center;border-radius:5px;white-space:nowrap;color:#000;cursor:pointer}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-button h4{font-size:16px;font-weight:700}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-description{display:flex;width:100%;padding:10px 0;text-align:left;color:#fff}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-description p{font-size:14px;font-family:sans-serif}.footer .footer-baseline{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;width:100%;height:55px}.footer .footer-baseline .footer-logo{display:flex;overflow:hidden;margin-bottom:-5px}.footer .footer-baseline .footer-logo img{height:55px;width:auto;animation:spin 15s linear infinite}.footer .footer-baseline .footer-copyright{font-size:14px;color:#fff;position:absolute;right:20px}@media screen and (max-width:1199px){.footer{padding:10px}.footer .footer-body{flex-direction:column;align-items:center}.footer .footer-body .footer-body-link-forest{width:70%;max-width:none;justify-content:flex-start}.footer .footer-body .footer-join-newsletter-section{padding:10px;width:70%;max-width:none}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-text-container .footer-join-newsletter-section-title h2{font-size:26px}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container{flex-direction:column}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-email-box{margin:10px 0}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-button{width:100%}.footer .footer-baseline{justify-content:space-between}.footer .footer-baseline .footer-logo img{height:50px}.footer .footer-baseline .footer-copyright{right:10px}}@media screen and (max-width:767px){.footer{padding:10px}.footer .footer-body{flex-direction:column;align-items:center}.footer .footer-body .footer-body-link-forest{width:100%;max-width:none;justify-content:flex-start}.footer .footer-body .footer-body-link-forest .footer-body-link-tree{padding:0 5px}.footer .footer-body .footer-body-link-forest .footer-body-link-tree .footer-body-link-tree-root h4{font-size:18px}.footer .footer-body .footer-body-link-forest .footer-body-link-tree a{font-size:14px}.footer .footer-body .footer-join-newsletter-section{padding:10px;width:100%;max-width:none}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-text-container .footer-join-newsletter-section-title h2{font-size:24px}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container{flex-direction:column}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-email-box{margin:10px 0}.footer .footer-body .footer-join-newsletter-section .footer-join-newsletter-section-sign-up-container .footer-join-newsletter-section-sign-up-input-container .footer-join-newsletter-section-sign-up-button{width:100%}.footer .footer-baseline{justify-content:space-between}.footer .footer-baseline .footer-logo img{height:50px}.footer .footer-baseline .footer-copyright{right:10px}}.investant-rent-vs-buy-calculator{position:relative;display:flex;flex-direction:column}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section{position:relative;display:flex;justify-content:center;align-items:stretch;width:100%;padding:40px 80px;background-color:#f1faff}@media screen and (min-width:768px)and (max-width:1199px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section{padding:0 40px 40px}}@media screen and (max-width:767px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section{padding:0 20px 30px}}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container{display:flex;flex-direction:row;width:100%;max-width:1600px;background-color:#fff;border-radius:10px;box-shadow:0 10px 20px rgba(27,0,83,.1);overflow:hidden}@media screen and (max-width:767px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container{flex-direction:column}}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper{display:flex;flex-direction:column;width:35%;padding:30px 0 0 30px;background-color:#fff}@media screen and (min-width:768px)and (max-width:1199px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper{padding:15px}}@media screen and (max-width:767px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper{width:100%;padding:10px}}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper h2{color:#1b0053;font-size:28px;font-weight:600;margin-bottom:20px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form{display:flex;flex-direction:column;justify-content:space-between;max-height:725px;overflow-y:scroll;overflow-x:hidden;scroll-behavior:smooth;margin-top:20px;padding-right:10px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group{width:100%;margin-bottom:10px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group label{display:block;margin-bottom:10px;color:#1b0053;font-weight:500;font-size:18px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;margin-left:10px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch{position:relative;display:flex;width:120px;height:30px;justify-content:space-between;border-radius:40px;border:1px solid #1b0053;font-weight:700;transition:background-color .3s ease;cursor:pointer}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch .toggle-label{flex:1 1;text-align:center;line-height:30px;color:#1b0053;font-size:12px;transition:color .3s ease}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch .toggle-slider{width:55px;height:24px;background-color:#1b0053;border-radius:30px;position:absolute;top:2px;left:3px;transition:all .3s ease}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch .toggle-label:last-child,.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch.active .toggle-label:first-child{color:#1b0053}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch.active .toggle-slider{left:calc(100% - 58px);background-color:#1b0053}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .input-wrapper{position:relative;background-color:#fff;border-radius:5px;box-shadow:0 4px 8px rgba(27,0,83,.1);transition:transform .3s ease-in-out}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .input-wrapper:hover{transform:translateY(-3px)}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .input-wrapper .dollar-sign{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#1b0053;font-size:18px;font-weight:500;pointer-events:none}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .input-wrapper input{width:100%;height:50px;padding:10px 15px 10px 30px;border:2px solid transparent;border-radius:5px;font-size:18px;background-color:transparent;transition:border-color .3s ease-in-out}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group .input-wrapper input:focus{outline:none;border-color:#e81cff}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group input:not(.input-wrapper input){width:100%;height:50px;padding:10px 15px;border:2px solid transparent;border-radius:5px;font-size:18px;background-color:#fff;box-shadow:0 4px 8px rgba(27,0,83,.1);transition:transform .3s ease-in-out,border-color .3s ease-in-out}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group input:not(.input-wrapper input):hover{transform:translateY(-4px)}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-calculator-wrapper .calculator-form .input-group input:not(.input-wrapper input):focus{outline:none;border-color:#e81cff}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper{position:relative;display:flex;flex-direction:column;width:65%}@media screen and (max-width:767px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper{width:100%}}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper{display:flex;flex-direction:column;width:100%;padding:30px;background-color:#fff}@media screen and (min-width:768px)and (max-width:1199px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper{padding:15px}}@media screen and (max-width:767px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper{width:100%;padding:10px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .rent-vs-buy-graph-wrapper{display:none}}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper h2{color:#1b0053;font-size:28px;font-weight:600;margin-bottom:20px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-results{margin-bottom:30px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-results h4{color:#1b0053;font-size:18px;margin-bottom:15px;font-weight:700}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-results .result-amount{font-size:36px;font-weight:700;color:#e81cff}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-results .result-amount-decimal{font-size:22px;color:#e81cff}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights{display:flex;flex-direction:column;justify-content:space-between;margin-top:-20px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights a{text-decoration:none}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights .insight-item{background-color:#fff;border-radius:5px;width:100%;padding:15px;margin-bottom:10px;box-shadow:0 4px 8px rgba(27,0,83,.1);transition:transform .3s ease-in-out}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights .insight-item:hover{transform:translateY(-4px)}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights .insight-item .insight-item-span{font-size:22px;color:#e81cff;font-weight:700;padding-left:10px;margin-bottom:-2px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights .insight-item .insight-item-decimal-span{font-size:16px;color:#e81cff;font-weight:700}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights .insight-item h4{color:#1b0053;font-size:18px;margin-bottom:10px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .investant-rent-vs-buy-insight-wrapper .calculator-insights .insight-item p{color:#000;font-size:16px}.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .rent-vs-buy-graph-wrapper{display:flex;justify-content:center;align-items:center;width:100%;max-height:60%;padding:20px;margin-bottom:10px}@media screen and (min-width:768px)and (max-width:1199px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .rent-vs-buy-graph-wrapper{padding:15px}}@media screen and (max-width:767px){.investant-rent-vs-buy-calculator .investant-rent-vs-buy-calculator-section .investant-rent-vs-buy-calculator-container .investant-rent-vs-buy-results-wrapper .rent-vs-buy-graph-wrapper{padding:10px;margin:0 auto}}.investant-savings-calculator{position:relative;display:flex;flex-direction:column}.investant-savings-calculator .investant-savings-calculator-section{position:relative;display:flex;justify-content:center;align-items:stretch;width:100%;padding:40px 80px;background-color:#f1faff}@media screen and (min-width:768px)and (max-width:1199px){.investant-savings-calculator .investant-savings-calculator-section{padding:20px 40px 40px}}@media screen and (max-width:767px){.investant-savings-calculator .investant-savings-calculator-section{padding:20px 20px 30px}}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container{display:flex;flex-direction:row;width:100%;max-width:1600px;background-color:#fff;border-radius:10px;box-shadow:0 10px 20px rgba(27,0,83,.1);overflow:hidden}@media screen and (max-width:767px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container{flex-direction:column}}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper{display:flex;flex-direction:column;width:35%;padding:30px;background-color:#fff}@media screen and (min-width:768px)and (max-width:1199px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper{padding:15px}}@media screen and (max-width:767px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper{width:100%;padding:10px}}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper h2{color:#1b0053;font-size:28px;font-weight:600;margin-bottom:20px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form{display:flex;flex-direction:column;justify-content:space-between}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group{width:100%;margin-bottom:10px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group label{display:block;margin-bottom:10px;color:#1b0053;font-weight:500;font-size:18px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;margin-left:10px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch{position:relative;display:flex;width:120px;height:30px;justify-content:space-between;border-radius:40px;border:1px solid #1b0053;font-weight:700;transition:background-color .3s ease;cursor:pointer}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch .toggle-label{flex:1 1;text-align:center;line-height:30px;color:#1b0053;font-size:12px;transition:color .3s ease}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch .toggle-slider{width:55px;height:24px;background-color:#1b0053;border-radius:30px;position:absolute;top:2px;left:3px;transition:all .3s ease}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch .toggle-label:last-child,.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch.active .toggle-label:first-child{color:#1b0053}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .toggle-interest-switch-container .toggle-switch.active .toggle-slider{left:calc(100% - 58px);background-color:#1b0053}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .input-wrapper{position:relative;background-color:#fff;border-radius:5px;box-shadow:0 4px 8px rgba(27,0,83,.1);transition:transform .3s ease-in-out}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .input-wrapper:hover{transform:translateY(-3px)}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .input-wrapper .dollar-sign{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#1b0053;font-size:18px;font-weight:500;pointer-events:none}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .input-wrapper input{width:100%;height:50px;padding:10px 15px 10px 30px;border:2px solid transparent;border-radius:5px;font-size:18px;background-color:transparent;transition:border-color .3s ease-in-out}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group .input-wrapper input:focus{outline:none;border-color:#e81cff}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group input:not(.input-wrapper input){width:100%;height:50px;padding:10px 15px;border:2px solid transparent;border-radius:5px;font-size:18px;background-color:#fff;box-shadow:0 4px 8px rgba(27,0,83,.1);transition:transform .3s ease-in-out,border-color .3s ease-in-out}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group input:not(.input-wrapper input):hover{transform:translateY(-4px)}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-wrapper .calculator-form .input-group input:not(.input-wrapper input):focus{outline:none;border-color:#e81cff}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper{display:flex;flex-direction:column;width:35%;padding:30px;background-color:#fff}@media screen and (min-width:768px)and (max-width:1199px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper{padding:15px}}@media screen and (max-width:767px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper{width:100%;padding:10px}}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper h2{color:#1b0053;font-size:28px;font-weight:600;margin-bottom:20px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-results{margin-bottom:30px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-results h4{color:#1b0053;font-size:18px;margin-bottom:15px;font-weight:700}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-results .result-amount{padding-left:20px;font-size:36px;font-weight:700;color:#e81cff}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-results .result-amount-decimal{font-size:22px;color:#e81cff}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights{display:flex;flex-direction:column;justify-content:space-between}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights a{text-decoration:none}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights .insight-item{background-color:#fff;border-radius:5px;width:100%;padding:15px;margin-bottom:10px;box-shadow:0 4px 8px rgba(27,0,83,.1);transition:transform .3s ease-in-out}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights .insight-item:hover{transform:translateY(-4px)}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights .insight-item .insight-item-span{font-size:22px;color:#e81cff;font-weight:700;padding-left:10px;margin-bottom:-2px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights .insight-item .insight-item-decimal-span{font-size:16px;color:#e81cff;font-weight:700}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights .insight-item h4{color:#1b0053;font-size:18px;margin-bottom:10px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .investant-savings-calculator-insight-wrapper .calculator-insights .insight-item p{color:#000;font-size:16px}.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .savings-graph-wrapper{display:flex;justify-content:center;align-items:center;width:30%;padding:20px;margin-bottom:10px}@media screen and (min-width:768px)and (max-width:1199px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .savings-graph-wrapper{width:35%;padding:15px}}@media screen and (max-width:767px){.investant-savings-calculator .investant-savings-calculator-section .investant-savings-calculator-container .savings-graph-wrapper{width:100%;padding:10px;margin:0 auto}}.interactive-game-mockup{width:100%;max-width:700px;background:rgba(27,0,83,.2);border:2px solid #2d64a9;border-radius:16px;padding:20px;box-shadow:0 8px 32px rgba(27,0,83,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:floaty 6s ease-in-out infinite}.interactive-game-mockup:hover{box-shadow:0 12px 40px 0 rgba(232,28,255,.18),0 2px 8px 0 rgba(64,201,255,.1);transform:scale(1.012) rotate(.5deg);transition:box-shadow .3s,transform .3s}.interactive-game-mockup .game-interface{display:flex;flex-direction:column;gap:18px}.interactive-game-mockup .game-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(90deg,rgba(45,100,169,.5) 60%,rgba(27,0,83,.5));border:1.5px solid #1b0053;border-radius:12px}.interactive-game-mockup .game-header .avatar-placeholder{animation:bouncey 2.8s cubic-bezier(.4,1.4,.6,1) infinite;box-shadow:0 0 12px 2px rgba(64,201,255,.18);transition:box-shadow .2s}.interactive-game-mockup .game-header .avatar-placeholder:hover{box-shadow:0 0 24px 4px #e81cff;animation:none}.interactive-game-mockup .game-header .username-placeholder{animation:blink 1.5s infinite alternate}.interactive-game-mockup .game-header .coin-icon{animation:shimmer 2.2s linear infinite}.interactive-game-mockup .game-header .user-info{display:flex;align-items:center;gap:12px}.interactive-game-mockup .game-header .user-info .avatar-placeholder{width:40px;height:40px;background:#40c9ff;opacity:.5;border:2px solid #e81cff;border-radius:50%}.interactive-game-mockup .game-header .user-info .user-details{display:flex;flex-direction:column;gap:4px}.interactive-game-mockup .game-header .user-info .user-details .username-placeholder{width:80px;height:12px;background:#e81cff;opacity:.5;border-radius:4px}.interactive-game-mockup .game-header .user-info .user-details .level-placeholder{width:60px;height:10px;background:#40c9ff;opacity:.5;border-radius:4px}.interactive-game-mockup .game-header .score-info{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.interactive-game-mockup .game-header .score-info .coins-display{display:flex;align-items:center;gap:6px}.interactive-game-mockup .game-header .score-info .coins-display .coin-icon{width:20px;height:20px;background:#00ff94;opacity:.5;border-radius:50%}.interactive-game-mockup .game-header .score-info .coins-display .coin-amount{width:45px;height:12px;background:#e81cff;opacity:.5;border-radius:4px}.interactive-game-mockup .game-header .score-info .xp-bar{width:100px;height:8px;background:#f1f1f1;border:1px solid #40c9ff;border-radius:4px;position:relative}.interactive-game-mockup .game-header .score-info .xp-bar .xp-progress{width:65%;height:100%;background:#40c9ff;opacity:.7;border-radius:3px}.interactive-game-mockup .challenge-container{display:flex;flex-direction:column;gap:16px;padding:16px;background:rgba(45,100,169,.5);border:1.5px solid #1b0053;border-radius:12px;transition:transform .25s cubic-bezier(.4,1.4,.6,1)}.interactive-game-mockup .challenge-container:hover{transform:translateY(-4px) scale(1.018) rotate(-.5deg);box-shadow:0 4px 18px 0 rgba(232,28,255,.13)}.interactive-game-mockup .challenge-container .challenge-title{display:flex;justify-content:space-between;align-items:center}.interactive-game-mockup .challenge-container .challenge-title .title-text{width:180px;height:16px;background:#1b0053;opacity:.4;border-radius:4px}.interactive-game-mockup .challenge-container .challenge-title .difficulty-badge{width:60px;height:20px;background:#e81cff;opacity:.5;border:1.5px solid #e81cff;border-radius:10px}.interactive-game-mockup .challenge-container .scenario-card{display:flex;gap:16px;padding:16px;background:hsla(0,0%,100%,.1);border:1.5px solid #2d64a9;border-radius:8px;transition:transform .18s cubic-bezier(.4,1.4,.6,1)}.interactive-game-mockup .challenge-container .scenario-card:hover{transform:scale(1.04) rotate(1deg);box-shadow:0 2px 10px 0 rgba(64,201,255,.1)}.interactive-game-mockup .challenge-container .scenario-card .scenario-text{flex:1 1;display:flex;flex-direction:column;gap:8px}.interactive-game-mockup .challenge-container .scenario-card .scenario-text .text-line{height:12px;background:#1b0053;opacity:.3;border-radius:4px}.interactive-game-mockup .challenge-container .scenario-card .scenario-text .text-line.long{width:100%}.interactive-game-mockup .challenge-container .scenario-card .scenario-text .text-line.medium{width:75%}.interactive-game-mockup .challenge-container .scenario-card .scenario-text .text-line.short{width:50%}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual{flex:0 0 120px;display:flex;justify-content:center;align-items:center}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder{width:100px;height:80px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars{display:flex;align-items:flex-end;gap:4px;height:60px}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars .bar{flex:1 1;background:#40c9ff;opacity:.75;border:1px solid #1b0053;border-radius:2px 2px 0 0;transition:transform .18s,box-shadow .18s}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars .bar:hover{transform:scaleY(1.18);box-shadow:0 2px 8px 0 rgba(232,28,255,.18);animation:bar-bounce .4s cubic-bezier(.4,1.4,.6,1)}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars .bar.bar1{height:30%}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars .bar.bar2{height:60%}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars .bar.bar3{height:85%}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-bars .bar.bar4{height:45%}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-labels{display:flex;gap:4px}.interactive-game-mockup .challenge-container .scenario-card .scenario-visual .chart-placeholder .chart-labels .label{flex:1 1;height:8px;background:#e81cff;opacity:.75;border-radius:2px}.interactive-game-mockup .challenge-container .answer-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.interactive-game-mockup .challenge-container .answer-options .option-card{display:flex;align-items:center;gap:12px;padding:12px;background:rgba(27,0,83,.07);border:1px solid #1b0053;border-radius:8px;transition:all .2s ease}.interactive-game-mockup .challenge-container .answer-options .option-card.highlighted{background:rgba(232,28,255,.13);border-color:#e81cff;animation:pulse-glow 1.2s infinite alternate}.interactive-game-mockup .challenge-container .answer-options .option-card .option-letter{width:24px;height:24px;background:#40c9ff;opacity:.18;border:1.5px solid #1b0053;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#1b0053;box-shadow:0 0 6px 1px rgba(64,201,255,.1);transition:box-shadow .18s,background .18s}.interactive-game-mockup .challenge-container .answer-options .option-card .option-letter:hover{background:#e81cff;color:#fff;box-shadow:0 0 12px 2px #e81cff}.interactive-game-mockup .challenge-container .answer-options .option-card .option-text{flex:1 1;height:12px;background:#1b0053;opacity:.1;border-radius:4px}.interactive-game-mockup .challenge-container .answer-options .option-card.highlighted .option-letter{background:#e81cff;opacity:.18;border-color:#e81cff;color:#2d64a9}.interactive-game-mockup .challenge-container .action-buttons{display:flex;justify-content:center;gap:12px;margin-top:8px}.interactive-game-mockup .challenge-container .action-buttons .button-primary,.interactive-game-mockup .challenge-container .action-buttons .button-secondary{padding:10px 24px;border-radius:2px;display:flex;align-items:center;justify-content:center}.interactive-game-mockup .challenge-container .action-buttons .button-primary .button-text,.interactive-game-mockup .challenge-container .action-buttons .button-secondary .button-text{width:60px;height:12px;background:hsla(0,0%,47%,.5);border-radius:4px;animation:blink 2.2s infinite alternate}.interactive-game-mockup .challenge-container .action-buttons .button-secondary{background:rgba(27,0,83,.1);border:1px solid #1b0053;transition:transform .18s,box-shadow .18s}.interactive-game-mockup .challenge-container .action-buttons .button-secondary:hover{transform:scale(1.08) rotate(-2deg);box-shadow:0 2px 8px 0 rgba(27,0,83,.18)}.interactive-game-mockup .challenge-container .action-buttons .button-primary{background:rgba(232,28,255,.18);border:1px solid #e81cff;transition:transform .18s,box-shadow .18s}.interactive-game-mockup .challenge-container .action-buttons .button-primary .button-text{background:#e81cff;opacity:.18}.interactive-game-mockup .challenge-container .action-buttons .button-primary:hover{transform:scale(1.08) rotate(2deg);box-shadow:0 2px 8px 0 rgba(232,28,255,.18)}.interactive-game-mockup .progress-panel{padding:16px;background:rgba(45,100,169,.5);border:1.5px solid #1b0053;border-radius:12px;display:flex;flex-direction:column;gap:12px}.interactive-game-mockup .progress-panel .panel-title{width:100px;height:14px;background:#1b0053;opacity:.18;border-radius:4px}.interactive-game-mockup .progress-panel .progress-items{display:flex;flex-direction:column;gap:8px}.interactive-game-mockup .progress-panel .progress-items .progress-item{display:flex;align-items:center;gap:8px}.interactive-game-mockup .progress-panel .progress-items .progress-item .progress-dot{width:12px;height:12px;border-radius:50%;border:1px solid #1b0053;background:#f1f1f1;animation:pulse 2.2s infinite alternate;box-shadow:0 0 6px 1px rgba(27,0,83,.1)}.interactive-game-mockup .progress-panel .progress-items .progress-item .progress-label{width:80px;height:10px;background:#1b0053;opacity:.1;border-radius:4px}.interactive-game-mockup .progress-panel .progress-items .progress-item.completed .progress-dot{background:#40c9ff;opacity:.25;border-color:#40c9ff;animation:pulse-glow 1.5s infinite alternate}.interactive-game-mockup .progress-panel .progress-items .progress-item.active .progress-dot{background:#e81cff;opacity:.25;border-color:#e81cff;box-shadow:0 0 0 2px rgba(232,28,255,.18);animation:blink 1.1s infinite alternate}.interactive-game-mockup .progress-panel .achievement-badge{display:flex;align-items:center;gap:8px;padding:8px;background:rgba(232,28,255,.1);border:1.5px solid #e81cff;border-radius:6px;margin-top:8px}.interactive-game-mockup .progress-panel .achievement-badge .badge-icon{width:20px;height:20px;background:#e81cff;opacity:.18;border:1.5px solid #1b0053;border-radius:4px;animation:shimmer 2.5s linear infinite;box-shadow:0 0 8px 1px rgba(232,28,255,.1)}.interactive-game-mockup .progress-panel .achievement-badge .badge-text{width:70px;height:10px;background:#1b0053;opacity:.1;border-radius:4px}@media screen and (max-width:768px){.interactive-game-mockup{padding:16px}.interactive-game-mockup .game-header{flex-direction:column;gap:12px;align-items:flex-start}.interactive-game-mockup .game-header .score-info{align-items:flex-start}.interactive-game-mockup .scenario-card{flex-direction:column;gap:12px}.interactive-game-mockup .scenario-card .scenario-visual{flex:none;align-self:center}.interactive-game-mockup .answer-options{grid-template-columns:1fr}.interactive-game-mockup .action-buttons{flex-direction:column;align-items:stretch}}.automated-analytics-mockup{width:100%;max-width:700px;background:rgba(27,0,83,.13);border:2px solid #2d64a9;border-radius:16px;padding:20px;box-shadow:0 8px 32px rgba(27,0,83,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:floaty 5s ease-in-out infinite}.automated-analytics-mockup:hover{box-shadow:0 12px 40px 0 rgba(232,28,255,.18),0 2px 8px 0 rgba(64,201,255,.1);transform:scale(1.012) rotate(-.5deg);transition:box-shadow .3s,transform .3s}.automated-analytics-mockup .analytics-interface{display:flex;flex-direction:column;gap:16px}.automated-analytics-mockup .analytics-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 18px;background:linear-gradient(90deg,rgba(45,100,169,.92) 60%,rgba(27,0,83,.92));border:1.5px solid #1b0053;border-radius:12px}.automated-analytics-mockup .analytics-header .stat-card{position:relative;overflow:visible}.automated-analytics-mockup .analytics-header .stat-card:after{content:"";position:absolute;top:-8px;right:-8px;width:10px;height:10px;border-radius:50%;background:#40c9ff;opacity:.7;box-shadow:0 0 8px 2px #40c9ff;animation:blink 1.2s infinite alternate}.automated-analytics-mockup .analytics-header .stat-card:nth-child(2):after{background:#e81cff;box-shadow:0 0 8px 2px #e81cff;animation-delay:.6s}.automated-analytics-mockup .analytics-header .stat-card:nth-child(3):after{background:#1b0053;box-shadow:0 0 8px 2px #1b0053;animation-delay:.3s}.automated-analytics-mockup .analytics-header .dashboard-title{display:flex;flex-direction:column;gap:6px}.automated-analytics-mockup .analytics-header .dashboard-title .title-placeholder{width:140px;height:16px;background:#e81cff;opacity:.18;border-radius:4px}.automated-analytics-mockup .analytics-header .dashboard-title .subtitle-placeholder{width:100px;height:10px;background:#40c9ff;opacity:.15;border-radius:3px}.automated-analytics-mockup .analytics-header .overview-stats{display:flex;gap:16px}.automated-analytics-mockup .analytics-header .overview-stats .stat-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:hsla(0,0%,100%,.1);border:1px solid rgba(232,28,255,.3);border-radius:8px;min-width:60px}.automated-analytics-mockup .analytics-header .overview-stats .stat-card .stat-value{width:32px;height:18px;background:#e81cff;opacity:.25;border-radius:4px}.automated-analytics-mockup .analytics-header .overview-stats .stat-card .stat-label{width:45px;height:8px;background:#40c9ff;opacity:.15;border-radius:2px}.automated-analytics-mockup .analytics-content{display:flex;gap:16px}.automated-analytics-mockup .analytics-content .insights-panel{flex:1 1 45%;display:flex;flex-direction:column;gap:12px;padding:16px;background:rgba(45,100,169,.1);border:1.5px solid #1b0053;border-radius:12px;transition:transform .25s cubic-bezier(.4,1.4,.6,1)}.automated-analytics-mockup .analytics-content .insights-panel:hover{transform:translateY(-4px) scale(1.015) rotate(-.5deg);box-shadow:0 4px 18px 0 rgba(64,201,255,.13)}.automated-analytics-mockup .analytics-content .insights-panel .panel-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid rgba(27,0,83,.3)}.automated-analytics-mockup .analytics-content .insights-panel .panel-header .panel-title{width:90px;height:14px;background:#1b0053;opacity:.18;border-radius:3px}.automated-analytics-mockup .analytics-content .insights-panel .panel-header .refresh-indicator{display:flex;align-items:center;gap:4px}.automated-analytics-mockup .analytics-content .insights-panel .panel-header .refresh-indicator .refresh-dot{width:8px;height:8px;background:#40c9ff;border-radius:50%;opacity:.6;animation:pulse 2s infinite}.automated-analytics-mockup .analytics-content .insights-panel .panel-header .refresh-indicator .refresh-text{width:30px;height:6px;background:#40c9ff;opacity:.12;border-radius:2px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights{display:flex;flex-direction:column;gap:10px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;border:1.5px solid;transition:transform .18s cubic-bezier(.4,1.4,.6,1)}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item:hover{transform:scale(1.04) rotate(-1deg);box-shadow:0 2px 10px 0 rgba(232,28,255,.1)}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.positive{background:rgba(64,201,255,.08);border-color:#40c9ff}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.neutral{background:rgba(27,0,83,.08);border-color:#1b0053}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-icon{width:20px;height:20px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px 1px rgba(64,201,255,.1);animation:pulse-glow 2.2s infinite alternate}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.positive .insight-icon{background:#40c9ff;opacity:.4}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.neutral .insight-icon{background:#1b0053;opacity:.4}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-content{flex:1 1;display:flex;flex-direction:column;gap:4px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-content .insight-text{border-radius:2px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-content .insight-text.large{height:10px;width:85%}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-content .insight-text.small{height:8px;width:60%}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.positive .insight-content .insight-text{background:#40c9ff;opacity:.12}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.neutral .insight-content .insight-text{background:#1b0053;opacity:.12}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-metric{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-metric .metric-value{width:28px;height:12px;border-radius:3px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-metric .metric-trend{width:16px;height:6px;border-radius:3px}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-metric .metric-trend.up{background:#40c9ff;opacity:.4}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item .insight-metric .metric-trend.stable{background:#1b0053;opacity:.3}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.positive .insight-metric .metric-value{background:#40c9ff;opacity:.2}.automated-analytics-mockup .analytics-content .insights-panel .key-insights .insight-item.neutral .insight-metric .metric-value{background:#1b0053;opacity:.2}.automated-analytics-mockup .analytics-content .progress-visualization{flex:1 1 55%;display:flex;flex-direction:column;gap:12px;padding:16px;background:rgba(45,100,169,.5);border:1.5px solid #1b0053;border-radius:12px;transition:transform .25s cubic-bezier(.4,1.4,.6,1)}.automated-analytics-mockup .analytics-content .progress-visualization:hover{transform:translateY(-4px) scale(1.018) rotate(.5deg);box-shadow:0 4px 18px 0 rgba(232,28,255,.13)}.automated-analytics-mockup .analytics-content .progress-visualization .chart-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid rgba(45,100,169,.2)}.automated-analytics-mockup .analytics-content .progress-visualization .chart-header .chart-title{width:120px;height:14px;background:#2d64a9;opacity:.15;border-radius:3px}.automated-analytics-mockup .analytics-content .progress-visualization .chart-header .time-filter{display:flex;gap:6px}.automated-analytics-mockup .analytics-content .progress-visualization .chart-header .time-filter .filter-option{width:24px;height:18px;border-radius:4px;border:1px solid #1b0053}.automated-analytics-mockup .analytics-content .progress-visualization .chart-header .time-filter .filter-option.active{background:#e81cff;opacity:.2;border-color:#e81cff}.automated-analytics-mockup .analytics-content .progress-visualization .chart-header .time-filter .filter-option:not(.active){background:transparent;opacity:.3}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart{display:flex;gap:8px;height:140px}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;width:25px;padding:8px 0}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-y-axis .y-label{width:20px;height:6px;background:#1b0053;opacity:.1;border-radius:2px}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area{flex:1 1;position:relative;display:flex;align-items:flex-end;gap:4px;padding:8px 0;animation:floaty 7s ease-in-out infinite}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .trendline-svg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;pointer-events:none}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .trendline-svg .trend-point{transition:transform .18s,filter .18s}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .trendline-svg .trend-point:hover{transform:scale(1.25);filter:drop-shadow(0 0 8px #E81CFF)}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .trendline-svg .trend-path{stroke:#e81cff;stroke-width:1.5;opacity:.7;filter:drop-shadow(0 1px 2px rgba(232,28,255,.3))}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .trendline-svg .trend-point{fill:#40c9ff;opacity:.8;stroke:#fff;stroke-width:.5}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .trendline-svg .trend-point.active{fill:#e81cff;opacity:1;stroke-width:1;filter:drop-shadow(0 0 3px rgba(232,28,255,.6))}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars{display:flex;align-items:flex-end;gap:3px;width:100%;height:100%;z-index:1}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars .progress-bar{flex:1 1;background:linear-gradient(180deg,#40c9ff,rgba(64,201,255,.6) 50%,rgba(232,28,255,.4));opacity:.3;border-radius:2px 2px 0 0;border:.5px solid rgba(27,0,83,.2);min-height:15%;transition:all .3s ease;position:relative}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars .progress-bar:hover{opacity:.5;transform:scaleY(1.05);box-shadow:0 2px 8px rgba(64,201,255,.3);animation:bar-bounce .4s cubic-bezier(.4,1.4,.6,1)}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars .progress-bar:before{content:"";position:absolute;top:0;left:0;right:0;height:30%;background:linear-gradient(180deg,hsla(0,0%,100%,.4),transparent);border-radius:2px 2px 0 0}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars .progress-bar:nth-child(3n){opacity:.35}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars .progress-bar:nth-child(4n){opacity:.25}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart .chart-area .chart-bars .progress-bar:nth-child(5n){opacity:.4}.automated-analytics-mockup .action-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:rgba(232,28,255,.08);border:1.5px solid #e81cff;border-radius:8px}.automated-analytics-mockup .action-bar .ai-badge{animation:wobble 3.2s ease-in-out infinite}.automated-analytics-mockup .action-bar .control-button{transition:transform .18s,box-shadow .18s}.automated-analytics-mockup .action-bar .control-button:hover{transform:scale(1.08) rotate(-2deg);box-shadow:0 2px 8px 0 rgba(27,0,83,.18)}.automated-analytics-mockup .action-bar .automated-insights{display:flex;align-items:center;gap:12px}.automated-analytics-mockup .action-bar .automated-insights .ai-badge{display:flex;align-items:center;gap:6px;padding:4px 8px;background:rgba(64,201,255,.15);border:1px solid #40c9ff;border-radius:10px}.automated-analytics-mockup .action-bar .automated-insights .ai-badge .ai-icon{width:12px;height:12px;background:#40c9ff;opacity:.5;border-radius:2px}.automated-analytics-mockup .action-bar .automated-insights .ai-badge .ai-label{width:20px;height:6px;background:#40c9ff;opacity:.15;border-radius:2px}.automated-analytics-mockup .action-bar .automated-insights .next-recommendation{display:flex;align-items:center;gap:8px}.automated-analytics-mockup .action-bar .automated-insights .next-recommendation .recommendation-text{width:140px;height:10px;background:#e81cff;opacity:.12;border-radius:3px}.automated-analytics-mockup .action-bar .automated-insights .next-recommendation .recommendation-action{width:60px;height:16px;background:#e81cff;opacity:.18;border-radius:8px}.automated-analytics-mockup .action-bar .export-controls{display:flex;gap:8px}.automated-analytics-mockup .action-bar .export-controls .control-button{width:50px;height:20px;border-radius:6px;border:1.5px solid #1b0053;background:rgba(27,0,83,.1)}.automated-analytics-mockup .action-bar .export-controls .control-button.primary{background:rgba(232,28,255,.15);border-color:#e81cff}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.3}}@keyframes floaty{0%{transform:translateY(0)}20%{transform:translateY(-3px) rotate(-.5deg)}50%{transform:translateY(3px) rotate(.5deg)}80%{transform:translateY(-2px) rotate(-.5deg)}to{transform:translateY(0)}}@keyframes blink{0%,to{opacity:.7;box-shadow:0 0 8px 2px #40c9ff}50%{opacity:.2;box-shadow:0 0 2px 1px #40c9ff}}@keyframes pulse-glow{0%{box-shadow:0 0 8px 1px #40c9ff}50%{box-shadow:0 0 16px 3px #e81cff}to{box-shadow:0 0 8px 1px #40c9ff}}@keyframes bar-bounce{0%{transform:scaleY(1)}30%{transform:scaleY(1.18)}60%{transform:scaleY(.92)}to{transform:scaleY(1.05)}}@keyframes wobble{0%{transform:rotate(-2deg) scale(1)}20%{transform:rotate(2deg) scale(1.05)}50%{transform:rotate(-2deg) scale(1.08)}80%{transform:rotate(2deg) scale(1.03)}to{transform:rotate(-2deg) scale(1)}}@media screen and (max-width:768px){.automated-analytics-mockup{padding:16px}.automated-analytics-mockup .analytics-header{flex-direction:column;gap:12px;align-items:flex-start}.automated-analytics-mockup .analytics-header .overview-stats{width:100%;justify-content:space-between}.automated-analytics-mockup .analytics-content{flex-direction:column;gap:12px}.automated-analytics-mockup .analytics-content .insights-panel,.automated-analytics-mockup .analytics-content .progress-visualization{flex:none}.automated-analytics-mockup .analytics-content .progress-visualization .progress-chart{height:100px}.automated-analytics-mockup .action-bar{flex-direction:column;gap:12px;align-items:stretch}.automated-analytics-mockup .action-bar .automated-insights,.automated-analytics-mockup .action-bar .export-controls{justify-content:center}}@media screen and (max-width:480px){.automated-analytics-mockup .analytics-header .overview-stats{flex-direction:column;gap:8px;width:100%}.automated-analytics-mockup .analytics-header .overview-stats .stat-card{width:100%;flex-direction:row;justify-content:space-between}.automated-analytics-mockup .progress-visualization .chart-header{flex-direction:column;gap:8px;align-items:flex-start}}.default-layout{width:100%;height:100%}.homepage{position:relative;display:flex;flex-direction:column}.homepage .homepage-hero-section{position:relative;display:flex;flex-direction:row;width:100%;align-items:center;overflow:hidden;background-color:#1b0053}.homepage .homepage-hero-section .blogpage-title-section{position:relative;display:flex;flex-direction:column;width:60%;height:100%;padding:0 0 0 80px}@media screen and (min-width:1760px){.homepage .homepage-hero-section .blogpage-title-section{padding:0 0 0 calc((100% - 1600px)/2)}}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container{position:relative;display:flex;flex-direction:column;width:100%;height:50%;color:#fff}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title .blogpage-title-section-title-span{color:#e81cff;font-weight:bolder;animation:fadeIn 2.5s ease-in}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title h1{font-size:44px;line-height:100%;padding-bottom:5px}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle{padding:5px 0}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle .blogpage-title-section-subtitle-span{color:#e81cff;font-weight:700}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle p{font-size:20px;font-family:sans-serif}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section{position:relative;display:flex;flex-direction:column;width:75%;height:50%;color:#fff}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container{display:flex;flex-direction:column;width:100%}@media screen and (min-width:400px)and (max-width:1199px){.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container{width:25rem}}@media screen and (max-width:400px){.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container{width:100%}}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container{display:flex;flex-direction:row;width:100%;padding-top:10px}@media screen and (max-width:1199px){.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container{flex-direction:column}}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container a{text-decoration:none}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box{width:100%;border:2px solid #fff;background-color:transparent;padding:10px 15px;margin-right:10px;font-size:16px;color:#fff;border-radius:5px;transition:border-color .3s ease-in-out}@media screen and (max-width:1199px){.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box{margin-right:0}}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box::placeholder{color:#fff;opacity:.7}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box:focus{outline:none;border-color:#e81cff}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-button{border:2px solid #fff;background:none;font:inherit;display:flex;background-color:#fff;padding:10px 15px;justify-content:center;align-items:center;border-radius:5px;white-space:nowrap;color:#000;cursor:pointer}@media screen and (max-width:1199px){.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-button{width:100%;margin-top:5px}}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-button h4{font-size:16px;font-weight:700}.homepage .homepage-hero-section .homepage-hero-section-image-container{position:relative;width:40%;height:100%;margin:auto 0 -2px auto;aspect-ratio:549.52/326.98;animation:fadeIn .5s ease-in}.homepage .homepage-hero-section .homepage-hero-section-image-container img{transform:translateX(4px) translateY(4px)}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-1{position:absolute;top:4%;left:8%;width:13%;padding-top:13%;will-change:transform;animation:home-hero-piece-float-2 12s ease-in-out infinite}@-moz-document url-prefix(){.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-1{animation:none}}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-2{position:absolute;top:29%;left:11%;width:4%;padding-top:4%;animation:home-hero-twinkle-animation-2 3.8s infinite}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-3{position:absolute;top:22%;left:18%;width:9%;padding-top:9%;will-change:transform;animation:home-hero-piece-float-1 16s ease-in-out infinite}@-moz-document url-prefix(){.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-3{animation:none}}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-4{position:absolute;top:15%;left:28%;width:4%;padding-top:4%;animation:home-hero-twinkle-animation-1 3.5s infinite}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-5{position:absolute;top:15%;left:33%;width:9%;padding-top:9%;will-change:transform;animation:home-hero-piece-float-1 15s ease-in-out infinite}@-moz-document url-prefix(){.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-5{animation:none}}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-6{position:absolute;top:36%;left:28%;width:9%;padding-top:9%;will-change:transform;animation:home-hero-piece-float-2 13s ease-in-out infinite}@-moz-document url-prefix(){.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-6{animation:none}}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-7{position:absolute;top:32%;left:26%;width:4%;padding-top:4%;animation:home-hero-twinkle-animation-2 4s infinite}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-8{position:absolute;top:35%;left:35%;width:4%;padding-top:4%;animation:home-hero-twinkle-animation-2 3.5s infinite}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-9{position:absolute;top:45%;left:38%;width:4%;padding-top:4%;animation:home-hero-twinkle-animation-1 3.7s infinite}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-10{position:absolute;top:52%;left:27%;width:4%;padding-top:4%;animation:home-hero-twinkle-animation-2 3s infinite}.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-11{position:absolute;top:36%;left:9%;width:13%;padding-top:13%;will-change:transform;animation:home-hero-piece-float-1 12s ease-in-out infinite}@-moz-document url-prefix(){.homepage .homepage-hero-section .homepage-hero-section-image-container .homepage-hero-section-hero-piece-11{animation:none}}.homepage .homepage-investor-roadmap-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 80px;background-color:#f1faff}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-title-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1600px;padding:20px 0 0;background-color:#f1faff;color:#000;text-align:center}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-title-container .homepage-investor-roadmap-section-title .homepage-investor-roadmap-section-title-span{color:#e81cff}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-title-container .homepage-investor-roadmap-section-title h1{font-size:40px;font-weight:600}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-title-container .homepage-investor-roadmap-section-subtitle{padding-top:15px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-title-container .homepage-investor-roadmap-section-subtitle p{font-size:20px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;max-width:1600px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:40px 0}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:60%;padding:10px;color:#000;border:2px solid #000;border-radius:10px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-step-button{display:flex;padding:10px 15px;margin-top:20px;justify-content:center;align-items:center;border-radius:5px;background-color:#1b0053;color:#fff;white-space:nowrap;text-decoration:none;transition:background-color .2s ease-in-out}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-step-button:hover{background-color:#e81cff}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-step-button h4{font-size:16px;font-weight:600}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-step-button:before{content:"";position:absolute;left:-2px;bottom:0;background-color:#f1faff;width:10px;height:55%}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-step-button:after{content:"";position:absolute;top:-2px;right:0;background-color:#f1faff;width:75%;height:10px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-commentary-images-container{display:flex;flex-direction:row;justify-content:flex-start;margin-top:15px;width:100%}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-commentary-images-container .homepage-investor-roadmap-section-roadmap-commentary-image{display:flex;margin:0 40px 0 0;width:75px;height:75px;border-radius:50%;overflow:hidden;transition:transform .2s ease-in-out}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-commentary-images-container .homepage-investor-roadmap-section-roadmap-commentary-image:hover{transform:scale(1.03)}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-commentary-images-container .homepage-investor-roadmap-section-roadmap-commentary-image img{width:100%;height:100%;object-fit:cover}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary:before{content:"";position:absolute;right:-2px;top:0;background-color:#f1faff;width:10px;height:55%}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary:after{content:"";position:absolute;bottom:-2px;left:0;background-color:#f1faff;width:75%;height:10px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-step-icon-container{display:flex;justify-content:center;width:40%;padding:10px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-step-icon-container .homepage-investor-roadmap-section-step-icon{display:flex;aspect-ratio:1/1;width:100%;max-width:300px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-step-icon-container .homepage-investor-roadmap-section-step-icon img{width:100%;height:100%}.homepage .homepage-featured-blog-posts-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 80px;background-color:#f1faff}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container{display:flex;flex-direction:column;width:100%;max-width:1600px;justify-content:center;align-items:center;padding:0 0 40px;color:#000}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container .homepage-featured-blog-posts-section-title{text-align:center}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container .homepage-featured-blog-posts-section-title h1{font-size:40px;font-weight:600;font-family:sans-serif}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container .homepage-featured-blog-posts-section-subtitle{padding-top:20px;text-align:center}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container .homepage-featured-blog-posts-section-subtitle p{font-size:20px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container{display:flex;flex-direction:row;width:100%;max-width:1600px;justify-content:center}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container{display:flex;flex-direction:column;width:50%;padding:0 20px 0 0;text-align:left}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container a{text-decoration:none}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-header-container{padding:0 0 15px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-header-container h3{font-family:sans-serif;font-size:26px;font-weight:600;color:#000}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-image-container{display:flex;justify-content:flex-start;width:inherit;height:inherit;border-radius:10px;overflow:hidden}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container{padding:15px 0 0}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h3{font-size:30px;font-weight:600;color:#000;padding:0 0 5px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h4{font-family:sans-serif;font-size:20px;color:#000;padding:5px 0}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h4 a{color:#000}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container p{font-size:18px;font-style:italic;color:#242323}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container:hover+.homepage-featured-blog-posts-section-top-post-image-container,.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container:hover .homepage-featured-blog-posts-section-top-post-image-container img{transform:scale(1.04)}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container{display:flex;flex-direction:column;width:50%;padding:0 0 0 20px;text-align:left}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container a{text-decoration:none}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-header-container{padding:0 0 15px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-header-container .homepage-featured-blog-posts-section-other-posts-header-span{color:#e81cff}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-header-container h3{font-family:sans-serif;font-size:26px;font-weight:600;color:#000}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame{position:relative;display:flex;flex-direction:column;border:2px solid #000;border-radius:10px;padding:5px 0}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row{display:flex;flex-direction:row;width:100%;align-items:flex-start;padding:10px 0}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-identifier{display:flex;justify-content:center;width:40px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-identifier h4{font-size:32px;color:#e81cff}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description{display:flex;flex-direction:column;width:100%}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h3{font-size:30px;font-weight:600}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h3 a{color:#000}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h3 a:hover{color:#2d64a9}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h4{font-family:sans-serif;font-size:20px;color:#000;padding:5px 0}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h4 a{color:#000}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description p{font-size:18px;font-style:italic;color:#242323}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row:before{content:"";position:absolute;left:-2px;bottom:0;background-color:#f1faff;width:10px;height:65%}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row:after{content:"";position:absolute;top:-2px;right:0;background-color:#f1faff;width:65%;height:10px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame:before{content:"";position:absolute;right:-2px;top:0;background-color:#f1faff;width:10px;height:65%}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame:after{content:"";position:absolute;bottom:-2px;left:0;background-color:#f1faff;width:65%;height:10px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-blogpage-button{background:none;font:inherit;display:flex;padding:10px 15px;justify-content:center;align-items:center;border:1px solid #000;border-radius:5px;white-space:nowrap;cursor:pointer}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-blogpage-button h4{font-size:16px;font-weight:600}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-blogpage-button a{text-decoration:none;color:#000}.homepage .homepage-join-newsletter-section{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;padding:40px 80px;background-color:#242323}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container{display:flex;flex-direction:column;width:60%;max-width:960px;justify-content:center;align-items:flex-start;text-align:left;color:#fff}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container .homepage-join-newsletter-section-title .homepage-join-newsletter-section-title-span{color:#e81cff}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container .homepage-join-newsletter-section-title h2{font-size:40px;font-weight:600;font-family:sans-serif}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container{display:flex;flex-direction:column;width:40%;max-width:640px}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container{display:flex;flex-direction:row;align-items:center;width:100%}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container a{text-decoration:none}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-email-box{width:100%;margin-right:20px;border:1px solid #fff;background-color:transparent;padding:10px 15px;font-size:16px;color:#fff;border-radius:5px;transition:border-color .3s ease-in-out}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-email-box::placeholder{color:#fff;opacity:.7}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-email-box:focus{outline:none;border-color:#e81cff}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-button{border:none;background:none;font:inherit;display:flex;background-color:#fff;padding:10px 15px;justify-content:center;align-items:center;border-radius:5px;white-space:nowrap;color:#000;cursor:pointer}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-button h4{font-size:16px;font-weight:700}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-description{display:flex;width:100%;padding:10px 0;text-align:left;color:#fff}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-description p{font-size:14px;font-family:sans-serif}@media screen and (min-width:768px)and (max-width:1199px){.homepage .homepage-hero-section{width:100%}.homepage .homepage-hero-section .blogpage-title-section{width:50%;padding:0 0 20px 40px}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container{width:100%}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title h1{font-size:36px}.homepage .homepage-hero-section .homepage-hero-section-image-container{width:50%;max-width:none}.homepage .homepage-investor-roadmap-section{padding:0 20px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;max-width:1600px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary{width:65%}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-step-icon-container{width:35%}.homepage .homepage-featured-blog-posts-section{padding:40px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container .homepage-featured-blog-posts-section-title h1{font-size:36px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h3{font-size:24px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h4{font-size:18px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container p{font-size:16px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row{padding:0 0 10px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-identifier h4{font-size:26px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h3{font-size:24px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h4{font-size:18px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description p{font-size:16px}.homepage .homepage-join-newsletter-section{padding:40px}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container{width:50%;max-width:none;padding-right:20px}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container .homepage-join-newsletter-section-title h2{font-size:34px}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container{width:50%;max-width:none;padding-left:20px}}@media screen and (max-width:767px){.homepage .homepage-hero-section{flex-direction:column;width:100%}.homepage .homepage-hero-section .blogpage-title-section{width:100%;padding:0 20px}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container{width:100%}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title h1{padding-top:10px;font-size:32px;line-height:120%}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle{display:none}.homepage .homepage-hero-section .blogpage-title-section .blogpage-title-join-newsletter-section{width:100%}.homepage .homepage-hero-section .homepage-hero-section-image-container{width:100%;max-width:none}.homepage .homepage-investor-roadmap-section{padding:0 20px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;max-width:1600px}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step{flex-direction:column-reverse;margin:20px 0}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step.reversed{flex-direction:column}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary{width:100%}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-step-button{align-self:center}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-commentary-images-container{width:100%;justify-content:space-between}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-roadmap-step-commentary .homepage-investor-roadmap-section-roadmap-commentary-images-container .homepage-investor-roadmap-section-roadmap-commentary-image{margin:0}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-step-icon-container{width:100%}.homepage .homepage-investor-roadmap-section .homepage-investor-roadmap-section-roadmap-container .homepage-investor-roadmap-section-roadmap-step .homepage-investor-roadmap-section-step-icon-container .homepage-investor-roadmap-section-step-icon{max-width:200px;margin-bottom:10px}.homepage .homepage-featured-blog-posts-section{padding:20px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container{padding:0 0 20px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-title-container .homepage-featured-blog-posts-section-title h1{font-size:34px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container{flex-direction:column}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container{padding:0 0 20px;width:100%}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h3{font-size:24px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container h4{font-size:18px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-top-post-container .homepage-featured-blog-posts-section-top-post-description-container p{font-size:16px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container{padding:0 0 20px;width:100%}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row{padding:0 0 10px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-identifier h4{font-size:26px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h3{font-size:22px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description h4{font-size:18px}.homepage .homepage-featured-blog-posts-section .homepage-featured-blog-posts-section-posts-container .homepage-featured-blog-posts-section-other-posts-container .homepage-featured-blog-posts-section-other-posts-border-frame .homepage-featured-blog-posts-section-other-posts-row .homepage-featured-blog-posts-section-other-posts-row-description p{font-size:16px}.homepage .homepage-join-newsletter-section{padding:20px;flex-direction:column}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container{width:100%;max-width:none}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-text-container .homepage-join-newsletter-section-title h2{font-size:34px}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container{width:100%;max-width:none;padding:0}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container{flex-direction:column}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-email-box{margin:10px 0}.homepage .homepage-join-newsletter-section .homepage-join-newsletter-section-sign-up-container .homepage-join-newsletter-section-sign-up-input-container .homepage-join-newsletter-section-sign-up-button{width:100%;border-radius:5px}}.landing-page{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;background:linear-gradient(135deg,#1b0053,#2d64a9 55%,#e81cff 110%);animation:fadeIn .5s ease-in;color:#fff}.landing-page .placeholder-wireframe{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;background:repeating-linear-gradient(45deg,hsla(0,0%,100%,.08) 0 10px,hsla(0,0%,100%,.02) 10px 20px);border:2px dashed hsla(0,0%,100%,.35);border-radius:12px;font-size:14px;padding:25px;letter-spacing:.5px;line-height:140%;color:#fff}.landing-page .landing-button{position:relative;display:inline-flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;padding:12px 24px;margin:5px 12px 5px 0;text-decoration:none;border-radius:5px;border:2px solid #fff;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.landing-page .landing-button:hover{transform:translateY(-2px)}.landing-page .landing-button.primary{background-color:#e81cff;border-color:#e81cff;color:#000}.landing-page .landing-button.primary:hover{background-color:#fff;border-color:#fff}.landing-page .landing-button.ghost{background:transparent;color:#fff}.landing-page .landing-button.ghost:hover{background-color:hsla(0,0%,100%,.15)}.landing-page .section-header{width:100%;max-width:1400px;margin:0 0 40px;text-align:left}.landing-page .section-header h2{font-size:40px;font-weight:700;line-height:100%}.landing-page .section-header .tagline{margin-top:8px;font-size:18px;max-width:650px;color:#f1f1f1;font-weight:700}@media screen and (max-width:767px){.landing-page .section-header h2{font-size:34px}.landing-page .section-header .tagline{font-size:16px}}.landing-page .accent{color:#e81cff;font-weight:700}.landing-page .landing-page-hero{position:relative;display:flex;flex-direction:row;align-items:stretch;width:100%;padding:120px 80px 80px;min-height:520px;gap:60px}@media screen and (min-width:1560px){.landing-page .landing-page-hero{padding-left:calc((100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}@media screen and (max-width:1199px){.landing-page .landing-page-hero{padding:100px 40px 60px}}@media screen and (max-width:899px){.landing-page .landing-page-hero{flex-direction:column;gap:40px;padding:100px 20px 60px}}.landing-page .landing-page-hero .landing-page-hero-text{flex:1 1 55%;display:flex;flex-direction:column;justify-content:center}.landing-page .landing-page-hero .landing-page-hero-text h1{font-size:56px;font-weight:700;line-height:95%;letter-spacing:-1px;margin:0 0 20px}.landing-page .landing-page-hero .landing-page-hero-text .subtitle{font-size:20px;font-weight:400;line-height:150%;max-width:640px;color:#f1f1f1}.landing-page .landing-page-hero .landing-page-hero-text .hero-cta-row{margin-top:30px;display:flex;flex-wrap:wrap}@media screen and (max-width:1199px){.landing-page .landing-page-hero .landing-page-hero-text h1{font-size:48px}.landing-page .landing-page-hero .landing-page-hero-text .subtitle{font-size:18px}}@media screen and (max-width:767px){.landing-page .landing-page-hero .landing-page-hero-text h1{font-size:42px}.landing-page .landing-page-hero .landing-page-hero-text .subtitle{font-size:18px}}@media screen and (max-width:479px){.landing-page .landing-page-hero .landing-page-hero-text h1{font-size:36px}.landing-page .landing-page-hero .landing-page-hero-text .subtitle{font-size:16px}}.landing-page .landing-page-hero .landing-page-hero-visual{flex:1 1 45%;min-height:320px;animation:floaty 7s ease-in-out infinite}.landing-page .landing-page-problem-section{position:relative;display:flex;flex-direction:column;padding:80px 80px 40px;background:#f1faff;color:#000}@media screen and (min-width:1560px){.landing-page .landing-page-problem-section{padding-left:calc((100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}@media screen and (max-width:1199px){.landing-page .landing-page-problem-section{padding:60px 40px 30px}}@media screen and (max-width:767px){.landing-page .landing-page-problem-section{padding:50px 20px 20px}}.landing-page .landing-page-problem-section .problem-content{display:flex;flex-direction:row;gap:60px}@media screen and (max-width:999px){.landing-page .landing-page-problem-section .problem-content{flex-direction:column;gap:40px}}.landing-page .landing-page-problem-section .problem-points{flex:1 1 55%;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:25px;gap:25px}.landing-page .landing-page-problem-section .problem-point{background:#fff;border:2px solid #e8edf5;border-radius:10px;padding:18px 18px 20px;box-shadow:0 4px 8px rgba(0,0,0,.06)}.landing-page .landing-page-problem-section .problem-point h3{font-size:18px;font-weight:600;margin:0 0 10px;color:#1b0053}.landing-page .landing-page-problem-section .problem-point p{font-size:15px;line-height:150%}.landing-page .landing-page-problem-section .problem-visual{flex:1 1 45%;min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;padding:0}.landing-page .landing-page-problem-section .landing-infographic{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.landing-page .landing-page-problem-section .infographic-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:22px;gap:22px;width:100%;max-width:700px;margin:0 auto 8px}.landing-page .landing-page-problem-section .infographic-stat-card{background:#2d64a9;border:1.5px solid #e8edf5;border-radius:12px;box-shadow:0 1.5px 6px rgba(27,0,83,.06);padding:24px 16px 18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:110px;transition:box-shadow .14s,transform .14s;outline:none;cursor:default}.landing-page .landing-page-problem-section .infographic-stat-card:focus,.landing-page .landing-page-problem-section .infographic-stat-card:hover{box-shadow:0 4px 16px rgba(232,28,255,.1),0 1.5px 6px rgba(27,0,83,.08);transform:translateY(-2px) scale(1.02)}.landing-page .landing-page-problem-section .stat-value{font-size:2.3rem;font-weight:800;color:#fff;margin-bottom:8px;text-align:left;letter-spacing:-1px}.landing-page .landing-page-problem-section .stat-label{font-size:1.04rem;color:#fff;text-align:left;font-weight:500;line-height:1.35}.landing-page .landing-page-problem-section .infographic-source{width:100%;margin-top:8px;font-size:.98rem;color:#1b0053;text-align:left}.landing-page .landing-page-problem-section .infographic-source a{color:#e81cff;text-decoration:underline;font-weight:600}.landing-page .landing-page-problem-section .infographic-source a:focus,.landing-page .landing-page-problem-section .infographic-source a:hover{color:#2d64a9}.landing-page .landing-page-solution-section{position:relative;display:flex;flex-direction:column;padding:90px 80px 40px}@media screen and (min-width:1560px){.landing-page .landing-page-solution-section{padding-left:calc((100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}@media screen and (max-width:1199px){.landing-page .landing-page-solution-section{padding:70px 40px 30px}}@media screen and (max-width:767px){.landing-page .landing-page-solution-section{padding:60px 20px 20px}}.landing-page .landing-page-solution-section .section-header{text-align:left}.landing-page .landing-page-solution-section .section-header h2{color:#fff}.landing-page .landing-page-solution-section .section-header .tagline{color:#40c9ff}.landing-page .landing-page-solution-section .solution-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-top:10px}.landing-page .landing-page-solution-section .solution-item{position:relative;display:flex;flex-direction:column;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.15);padding:20px 20px 24px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.landing-page .landing-page-solution-section .solution-item h3{margin:0 0 10px;font-size:18px;font-weight:600;color:#e81cff}.landing-page .landing-page-solution-section .solution-item p{font-size:15px;line-height:150%;color:#f1f1f1}.landing-page .landing-page-solution-section .solution-item:hover{border-color:#e81cff}.landing-page .landing-page-showcase-section{position:relative;display:flex;flex-direction:column;width:100%;padding:20px 80px 40px}@media screen and (min-width:1560px){.landing-page .landing-page-showcase-section{padding-left:calc((100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}@media screen and (max-width:1199px){.landing-page .landing-page-showcase-section{padding:20px 40px}}@media screen and (max-width:767px){.landing-page .landing-page-showcase-section{padding:20px}}.landing-page .landing-page-showcase-section .section-header{margin-bottom:40px}.landing-page .landing-page-showcase-section .section-header h2{color:#fff}.landing-page .landing-page-showcase-section .section-header .tagline{color:#40c9ff}.landing-page .landing-page-showcase-section .showcase-mockups-vertical{display:flex;flex-direction:column;width:100%;gap:38px}.landing-page .landing-page-showcase-section .showcase-mockup-card{border-radius:22px;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start;min-height:400px;transition:box-shadow .18s,transform .18s;outline:none;cursor:default;background:none}.landing-page .landing-page-showcase-section .showcase-mockup-horizontal{flex-direction:row;align-items:stretch;background:none;min-height:340px;gap:40px}.landing-page .landing-page-showcase-section .showcase-mockup-visual{flex:1 1 55%;display:flex;align-items:center;justify-content:flex-end;min-width:0}.landing-page .landing-page-showcase-section .showcase-caption-large{flex:1 1 45%;display:flex;align-items:center;justify-content:flex-start;font-size:2.1rem;font-weight:700;color:#f1f1f1;margin-top:0;max-width:600px;line-height:1.25;padding-left:0;text-align:left}.landing-page .landing-page-showcase-section .showcase-mockup-img{width:100%;min-height:260px;max-width:700px;display:flex;align-items:center;justify-content:flex-start;font-size:1.18rem;color:#fff;background:repeating-linear-gradient(45deg,hsla(0,0%,100%,.08) 0 10px,hsla(0,0%,100%,.02) 10px 20px);border:2px dashed hsla(0,0%,100%,.22);border-radius:14px;text-align:left;padding:38px 18px}.landing-page .landing-page-showcase-section .showcase-mockup-img-large{min-height:320px;font-size:1.22rem}@media screen and (max-width:999px){.landing-page .landing-page-showcase-section .showcase-mockup-horizontal{flex-direction:column;gap:18px}.landing-page .landing-page-showcase-section .showcase-caption-large{font-size:1.3rem;font-weight:600;margin-top:12px;max-width:100%;padding-left:0}}.landing-page .landing-page-roadmap{position:relative;display:flex;flex-direction:column;padding:90px 80px 60px;background:#f1faff;color:#000}@media screen and (min-width:1560px){.landing-page .landing-page-roadmap{padding-left:calc((100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}@media screen and (max-width:1199px){.landing-page .landing-page-roadmap{padding:70px 40px 45px}}@media screen and (max-width:767px){.landing-page .landing-page-roadmap{padding:60px 20px 40px}}.landing-page .landing-page-roadmap .roadmap-timeline{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:28px;gap:28px;margin-top:10px}.landing-page .landing-page-roadmap .roadmap-item{background:#fff;border:2px solid #e8edf5;border-radius:12px;padding:18px 18px 22px;position:relative;box-shadow:0 4px 12px rgba(27,0,83,.08);transition:transform .22s cubic-bezier(.4,.2,.2,1),box-shadow .22s cubic-bezier(.4,.2,.2,1)}.landing-page .landing-page-roadmap .roadmap-item h4{margin:6px 0 8px;font-size:18px;font-weight:600;color:#1b0053}.landing-page .landing-page-roadmap .roadmap-item p{font-size:14px;line-height:145%}.landing-page .landing-page-roadmap .roadmap-item .roadmap-date{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.5px;background:#e81cff;color:#000;padding:4px 10px;border-radius:40px}.landing-page .landing-page-roadmap .roadmap-item:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 16px 32px rgba(27,0,83,.18),0 2px 8px rgba(232,28,255,.1);z-index:2}.landing-page .landing-page-roadmap .roadmap-cta-button{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:12px}.landing-page .landing-page-cta-section{position:relative;display:flex;width:100%;padding:100px 80px 120px;background:linear-gradient(135deg,#e81cff,#820ea9 60%,#1b0053 110%)}@media screen and (min-width:1560px){.landing-page .landing-page-cta-section{padding-left:calc((100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}@media screen and (max-width:1199px){.landing-page .landing-page-cta-section{padding:80px 40px 100px}}@media screen and (max-width:767px){.landing-page .landing-page-cta-section{padding:70px 20px 90px}}.landing-page .landing-page-cta-section .cta-card{width:100%;max-width:820px;margin:0 auto;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);border-radius:14px;padding:50px 55px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-page .landing-page-cta-section .cta-card h2{margin:0 0 20px;font-size:42px;font-weight:700;line-height:100%}.landing-page .landing-page-cta-section .cta-card p{font-size:18px;line-height:155%;color:#f1f1f1;margin:0 0 30px}@media screen and (max-width:767px){.landing-page .landing-page-cta-section .cta-card{padding:40px 30px}.landing-page .landing-page-cta-section .cta-card h2{font-size:36px}.landing-page .landing-page-cta-section .cta-card p{font-size:16px}}.productspage{position:relative;display:flex;flex-direction:column}.productspage .productspage-title-section{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-image:url(https://res.cloudinary.com/dnmr13rcg/image/upload/f_auto,q_auto/small_investant_man_in_chair_night_work_stock_photo_4fd472ba26);background-size:cover;background-position-x:center;background-position-y:50%}.productspage .productspage-title-section .productspage-title-section-text-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(22,11,44,.75);color:#fff}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title{max-width:1200px;text-align:center;padding:10px 80px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title .productspage-title-section-title-span{color:#e81cff;font-weight:700}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title h1{font-size:60px;font-weight:600;line-height:100%}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle{max-width:1200px;text-align:center;padding:10px 80px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle .productspage-title-section-subtitle-span{color:#e81cff;font-weight:700}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle p{font-size:20px;font-family:sans-serif}.productspage .productspage-papertrade-section{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:100px 80px;background-color:#f1faff}.productspage .productspage-papertrade-section .productspage-papertrade-section-image-container{position:relative;display:flex;justify-content:flex-start;width:50%;height:auto;max-width:800px;padding:0 20px 0 0;overflow:hidden}.productspage .productspage-papertrade-section .productspage-papertrade-section-image-container img{width:100%;height:100%;border-radius:10px;object-fit:cover}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container{display:flex;flex-direction:column;width:50%;max-width:800px;padding:0 0 0 20px;justify-content:center;align-items:center;text-align:left;color:#000}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-title{width:100%}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-title .productspage-papertrade-section-title-span{color:#e81cff}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-title h2{font-size:36px;font-weight:600}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtitle{width:100%;padding:20px 0}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtitle p{font-size:20px;font-family:sans-serif}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container{display:flex;flex-direction:row;justify-content:space-between;width:100%}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element{display:flex;flex-direction:column;align-items:flex-start;width:46%}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-image-container{width:75px;height:75px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-image-container img{width:100%;height:100%}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0 0}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container h4{font-size:26px;font-weight:700;padding-bottom:10px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container p{font-size:20px;font-family:sans-serif}.productspage .productspage-financial-planner-section{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:100px 80px;background-color:#1b0053}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container{display:flex;flex-direction:column;padding:0 20px 0 0;width:50%;max-width:800px;justify-content:center;align-items:center;color:#fff;text-align:left}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-title{width:100%}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-title .productspage-financial-planner-section-title-span{color:#e81cff}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-title h2{font-size:36px;font-weight:600}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtitle{width:100%;padding:20px 0}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtitle p{font-size:20px;font-family:sans-serif}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container{display:flex;flex-direction:row;justify-content:space-between;width:100%}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element{display:flex;flex-direction:column;align-items:flex-start;width:46%}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-image-container{width:75px;height:75px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-image-container img{width:100%;height:100%}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0 0}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container h4{font-size:26px;font-weight:700;padding-bottom:10px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container p{font-size:20px;font-family:sans-serif}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-image-container{position:relative;display:flex;justify-content:flex-end;width:50%;height:auto;max-width:800px;padding:0 0 0 20px;overflow:hidden}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-image-container img{width:100%;height:100%;border-radius:10px;object-fit:cover}.productspage .productspage-financial-calculator-section{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:100px 80px;background-color:#f1faff}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-image-container{position:relative;display:flex;justify-content:flex-start;width:50%;height:auto;max-width:800px;padding:0 20px 0 0;overflow:hidden}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-image-container img{width:100%;height:100%;border-radius:10px;object-fit:cover}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container{display:flex;flex-direction:column;padding:0 0 0 20px;width:50%;max-width:800px;justify-content:center;align-items:center;text-align:left;color:#000}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-title{width:100%}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-title .productspage-financial-calculator-section-title-span{color:#e81cff}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-title h2{font-size:36px;font-weight:600}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-subtitle{width:100%;padding:20px 0}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-subtitle p{font-size:20px;font-family:sans-serif}.productspage .productspage-create-new-account-section{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:flex-start;padding:40px 80px;background-color:#242323}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container{display:flex;flex-direction:column;width:60%;max-width:960px;justify-content:center;align-items:flex-start;text-align:left;color:#fff}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container .productspage-create-new-account-section-title h2{font-size:40px;font-weight:600;font-family:sans-serif}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container .productspage-create-new-account-section-subtitle{padding:20px 0}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container .productspage-create-new-account-section-subtitle p{font-size:14px;font-family:sans-serif}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container{display:flex;flex-direction:row;width:40%;height:100%;max-width:640px;justify-content:right;align-items:center;padding:10px 0}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container a{text-decoration:none}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container .productspage-create-new-account-section-sign-up-button{background:none;font:inherit;display:flex;background-color:#fff;padding:10px 15px;justify-content:center;align-items:center;white-space:nowrap;color:#000;border:1px solid #fff;border-radius:5px;cursor:pointer}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container .productspage-create-new-account-section-sign-up-button h4{font-size:16px;font-weight:700}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container .productspage-create-new-account-section-learn-more-button{display:flex;padding:10px 15px;margin-left:10px;justify-content:center;align-items:center;white-space:nowrap;border:1px solid #e81cff;border-radius:5px;color:#e81cff;text-decoration:none;cursor:pointer}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container .productspage-create-new-account-section-learn-more-button h4{font-size:16px;font-weight:600}@media screen and (min-width:768px)and (max-width:1199px){.productspage .productspage-title-section .productspage-title-section-text-container{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title{padding:10px 40px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title h1{font-size:44px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle{padding:10px 40px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle p{font-size:18px}.productspage .productspage-papertrade-section{padding:40px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-title h2{font-size:30px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtitle p{font-size:18px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container h4{font-size:24px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container p{font-size:18px}.productspage .productspage-financial-planner-section{padding:40px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-title h2{font-size:30px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtitle p{font-size:18px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container h4{font-size:24px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container p{font-size:18px}.productspage .productspage-financial-calculator-section{padding:40px}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-title h2{font-size:30px}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-subtitle p{font-size:18px}.productspage .productspage-create-new-account-section{flex-direction:column;padding:40px}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container{width:100%;max-width:none}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container .productspage-create-new-account-section-title h2{font-size:34px;font-weight:600}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container{width:100%;max-width:none;justify-content:left}}@media screen and (max-width:767px){.productspage .productspage-title-section{height:300px}.productspage .productspage-title-section .productspage-title-section-text-container{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title{padding:10px 20px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-title h1{font-size:28px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle{padding:10px 20px}.productspage .productspage-title-section .productspage-title-section-text-container .productspage-title-section-subtitle p{font-size:16px}.productspage .productspage-papertrade-section{flex-direction:column-reverse;padding:20px}.productspage .productspage-papertrade-section .productspage-papertrade-section-image-container,.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container{width:100%;padding:0}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-title h2{font-size:30px;font-weight:600}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtitle p{font-size:18px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container{flex-direction:column}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element{width:100%}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container{padding:20px 0}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container h4{font-size:24px}.productspage .productspage-papertrade-section .productspage-papertrade-section-text-container .productspage-papertrade-section-subtext-container .productspage-papertrade-section-subtext-element .productspage-papertrade-section-subtext-element-text-container p{font-size:18px}.productspage .productspage-financial-planner-section{flex-direction:column;padding:20px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-image-container{width:100%;padding:0}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-image-container img{width:100%}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container{width:100%;max-width:none;padding:0}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-title h2{font-size:30px;font-weight:600}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtitle p{font-size:18px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container{flex-direction:column}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element{width:100%}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container{padding:20px 0}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container h4{font-size:24px}.productspage .productspage-financial-planner-section .productspage-financial-planner-section-text-container .productspage-financial-planner-section-subtext-container .productspage-financial-planner-section-subtext-element .productspage-financial-planner-section-subtext-element-text-container p{font-size:18px}.productspage .productspage-financial-calculator-section{flex-direction:column-reverse;padding:20px}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-image-container{width:100%;padding:0}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-image-container img{width:100%}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container{width:100%;padding:0}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-title h2{font-size:30px;font-weight:600}.productspage .productspage-financial-calculator-section .productspage-financial-calculator-section-text-container .productspage-financial-calculator-section-subtitle p{font-size:18px}.productspage .productspage-create-new-account-section{flex-direction:column;padding:20px}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container{width:100%;max-width:none}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-text-container .productspage-create-new-account-section-title h2{font-size:34px;font-weight:600}.productspage .productspage-create-new-account-section .productspage-create-new-account-section-buttons-container{width:100%;max-width:none;justify-content:left}}.toolspage{position:relative;display:flex;flex-direction:column}.toolspage .toolspage-title-section{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-image:url(https://res.cloudinary.com/dnmr13rcg/image/upload/f_auto,q_auto/small_man_plays_chess_with_robot_16882f0e0d);background-size:cover;background-position-x:center;background-position-y:75%}.toolspage .toolspage-title-section .toolspage-title-section-text-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(22,11,44,.75);color:#fff}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title{max-width:1200px;text-align:center;padding:10px 80px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title .toolspage-title-section-title-span{color:#e81cff;font-weight:700}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title h1{font-size:60px;font-weight:600;line-height:100%}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle{max-width:1200px;text-align:center;padding:10px 80px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle .toolspage-title-section-subtitle-span{color:#e81cff;font-weight:700}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle p{font-size:20px;font-family:sans-serif}@media screen and (min-width:768px)and (max-width:1199px){.toolspage .toolspage-title-section{height:300px}.toolspage .toolspage-title-section .toolspage-title-section-text-container{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title{padding:10px 40px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title h1{font-size:50px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle{padding:10px 40px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle p{font-size:18px}}@media screen and (max-width:767px){.toolspage .toolspage-title-section{height:300px}.toolspage .toolspage-title-section .toolspage-title-section-text-container{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title{padding:10px 20px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-title h1{font-size:28px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle{padding:10px 20px}.toolspage .toolspage-title-section .toolspage-title-section-text-container .toolspage-title-section-subtitle p{font-size:16px}}.blogpage{position:relative;display:flex;flex-direction:column;align-items:center;background-color:#f1faff}.blogpage .blogpage-title-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.blogpage .blogpage-title-section .blogpage-title-section-text-container{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:50%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(22,11,44,.6);color:#fff}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title{max-width:1200px;text-align:center;padding:10px 80px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title .blogpage-title-section-title-span{color:#e81cff;font-weight:700}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title h1{font-size:60px;font-weight:600;line-height:100%}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle{max-width:1200px;text-align:center;padding:10px 80px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle .blogpage-title-section-subtitle-span{color:#e81cff;font-weight:700}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle p{font-size:20px;font-family:sans-serif}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:50%;padding:0 80px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(22,11,44,.6);color:#fff}@media screen and (min-width:768px)and (max-width:1199px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section{padding:0 40px}}@media screen and (max-width:768px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section{padding:0 20px}}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container{display:flex;flex-direction:column;width:35%}@media screen and (min-width:400px)and (max-width:1199px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container{width:25rem}}@media screen and (max-width:400px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container{width:100%}}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container{display:flex;flex-direction:row;align-items:center;width:100%;padding-top:10px}@media screen and (max-width:1199px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container{flex-direction:column}}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container a{text-decoration:none}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box{width:100%;border:1px solid #fff;background-color:transparent;padding:10px 15px;margin-right:10px;font-size:16px;color:#fff;border-radius:5px;transition:border-color .3s ease-in-out}@media screen and (max-width:1199px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box{margin-right:0}}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box::placeholder{color:#fff;opacity:.7}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-email-box:focus{outline:none;border-color:#e81cff}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-button{border:none;background:none;font:inherit;display:flex;background-color:#fff;padding:10px 15px;justify-content:center;align-items:center;border-radius:5px;white-space:nowrap;color:#000;cursor:pointer}@media screen and (max-width:1199px){.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-button{width:100%;margin-top:5px}}.blogpage .blogpage-title-section .blogpage-title-join-newsletter-section .blogpage-title-join-newsletter-section-sign-up-container .blogpage-title-join-newsletter-section-sign-up-input-container .blogpage-title-join-newsletter-section-sign-up-button h4{font-size:16px;font-weight:700}.blogpage .blogpage-main-body-wrapper{position:relative;display:flex;flex-direction:row;justify-content:center;width:100%;padding:40px 80px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:75%;max-width:1200px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section{position:relative;display:flex;width:100%;justify-content:center;align-items:center;padding:0 0 20px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section a{text-decoration:none}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper{position:relative;display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 10px 20px rgba(27,0,83,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(27,0,83,.2)}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-image-container{width:50%;aspect-ratio:16/9;overflow:hidden}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-image-container img{width:100%;height:100%;object-fit:cover;border-top-right-radius:10px;border-bottom-right-radius:10px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container{display:flex;flex-direction:column;width:50%;height:100%;align-self:flex-start;justify-content:flex-start;align-items:flex-start;text-align:left;padding:20px;color:#000}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-title{display:flex;width:100%;color:#1b0053;padding-bottom:15px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-title h1{font-size:34px;font-weight:700}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-description{display:flex;width:100%;padding-bottom:15px;color:#000}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-read-length{display:flex;width:100%;color:#000}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-read-length p{font-style:italic}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;align-items:flex-start}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post{position:relative;display:flex;flex-direction:column;width:calc(33% - 10px);max-width:1600px;text-align:left;justify-content:center;margin-bottom:20px;background-color:#fff;border-radius:10px;box-shadow:0 8px 16px rgba(27,0,83,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post a{text-decoration:none}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(27,0,83,.2)}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-image-container{aspect-ratio:16/9;width:100%;overflow:hidden}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-image-container img{object-fit:cover;width:100%;height:100%}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-text-container{display:flex;flex-direction:column;width:100%;padding:15px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-text-container .blogpage-blog-post-description-container{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:-moz-fit-content;height:fit-content;line-height:1.25;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-text-container .blogpage-blog-post-read-length{font-style:italic}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-text-container h2{color:#1b0053;font-size:24px;font-weight:600;padding-bottom:10px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post .blogpage-blog-post-text-container p{color:#000}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper.not-even-three .blogpage-blog-post-list:after{content:"";flex-grow:1;max-width:calc(33% - 10px)}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .load-more-button{display:block;margin:20px auto 0;padding:10px 20px;background-color:#1b0053;color:#fff;border:none;border-radius:5px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .load-more-button:hover{background-color:#e81cff}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section{display:flex;justify-content:center;align-items:flex-start;width:25%;max-width:400px;height:inherit;padding-left:20px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container{position:-webkit-sticky;position:sticky;top:40px;display:flex;width:100%;border:2px solid #1b0053;border-radius:10px;overflow:hidden;background-color:#f8f8ff;box-shadow:0 4px 6px rgba(0,0,0,.1)}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content{padding:20px;color:#000}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content h3{font-size:24px;color:#1b0053;margin-bottom:10px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content p{font-size:16px;margin-bottom:15px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content ul{list-style-type:none;padding-left:0;margin-bottom:20px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content ul li{font-size:14px;margin-bottom:8px;padding-left:20px;position:relative}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content ul li:before{content:"✓";color:#e81cff;position:absolute;left:0}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content .blogpage-investant-product-button{display:flex;justify-content:center;align-items:center;margin-top:20px;padding:10px 20px;background-color:#1b0053;color:#fff;text-decoration:none;font-size:16px;font-weight:600;white-space:nowrap;transition:background-color .2s ease-in-out;border-radius:10px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content .blogpage-investant-product-button:hover{background-color:#e81cff}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content .blogpage-investant-product-footer{font-size:12px;color:#1b0053;margin-top:15px;font-style:italic}@media screen and (min-width:768px)and (max-width:1199px){.blogpage .blogpage-title-section{height:300px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title{padding:10px 40px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title h1{font-size:50px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle{padding:10px 40px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle p{font-size:18px}.blogpage .blogpage-main-body-wrapper{padding:40px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-title h1{font-size:28px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post{width:calc(50% - 10px)}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content h3{font-size:22px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content p{font-size:14px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content .blogpage-investant-product-button{padding:10px;font-size:14px}}@media screen and (max-width:767px){.blogpage .blogpage-title-section{height:300px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title{padding:10px 20px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-title h1{font-size:32px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle{padding:10px 20px}.blogpage .blogpage-title-section .blogpage-title-section-text-container .blogpage-title-section-subtitle p{font-size:18px}.blogpage .blogpage-main-body-wrapper{flex-direction:column-reverse;max-height:none;padding:20px}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper{width:100%}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper{flex-direction:column}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-image-container{width:100%}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-image-container img{border-bottom-right-radius:0}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container{width:100%}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-featured-post-section .blogpage-featured-post-section-content-wrapper .blogpage-featured-post-section-text-container .blogpage-featured-post-section-title h1{font-size:24px;font-weight:600}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper{padding-bottom:0}.blogpage .blogpage-main-body-wrapper .blogpage-post-content-wrapper .blogpage-blog-posts-wrapper .blogpage-blog-post-list .blogpage-blog-post{width:100%}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section{position:relative;width:100%;max-width:none;height:-moz-fit-content;height:fit-content;padding:0 0 20px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content h3{font-size:22px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content p{font-size:14px}.blogpage .blogpage-main-body-wrapper .blogpage-sidebar-section .blogpage-investant-product-container .blogpage-investant-product-content .blogpage-investant-product-button{padding:10px;font-size:14px}}.blogpost-header-container{width:100%;background-color:#1b0053}.blogpost-header{margin:0 auto;padding:3rem 2rem;color:#fff}@media screen and (min-width:1199px){.blogpost-header{max-width:1200px}}.blogpost-header-content{max-width:700px;padding:0 2rem}.blogpost-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.blogpost-meta{display:flex;align-items:center;font-size:1rem;margin-bottom:.5rem}.blogpost-author:after{content:"•";margin:0 .5rem}.blogpost-date{font-style:italic}.blogpost-read-time{font-size:.9rem;font-style:italic}.blogpost-content-wrapper{display:flex;justify-content:center;max-width:1200px;margin:-2rem auto 0;padding:0 2rem}.blogpost-container{position:relative;flex:1 1;max-width:800px;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(27,0,83,.1)}.blogpost-sidebar{width:300px;margin-left:2rem}@media screen and (min-width:1199px){.blogpost-sidebar{display:block}}.blogpost-sidebar-content{position:-webkit-sticky;position:sticky;top:2rem}@media screen and (max-width:1199px){.blogpost-sidebar-content .blogpost-sidebar{display:block;padding:1rem;margin-left:0;margin-top:2rem;width:100%}}.blogpost-author-buy-me-a-coffee-container{width:100%;border:2px solid #1b0053;border-radius:10px;overflow:hidden;background-color:#f8f8ff;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:20px;position:relative}.blogpost-author-buy-me-a-coffee-container:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:3px;background-color:#40c9ff}.blogpost-author-buy-me-a-coffee-container iframe{width:calc(100% + 40px);height:300px;border:none;margin-left:-14px;margin-top:-30px}.blogpost-investant-product-container{display:flex;width:100%;border:2px solid #1b0053;border-radius:10px;overflow:hidden;background-color:#f8f8ff;box-shadow:0 4px 6px rgba(0,0,0,.1)}.blogpost-investant-product-content{padding:20px;color:#000}.blogpost-investant-product-content h3{font-size:24px;color:#1b0053;margin-bottom:10px}.blogpost-investant-product-content p{font-size:16px;margin-bottom:15px}.blogpost-investant-product-content ul{list-style-type:none;padding-left:0;margin-bottom:20px}.blogpost-investant-product-content ul li{font-size:14px;margin-bottom:8px;padding-left:20px;position:relative}.blogpost-investant-product-content ul li:before{content:"✓";color:#e81cff;position:absolute;left:0}.blogpost-investant-product-content .blogpost-investant-product-button{display:flex;justify-content:center;align-items:center;margin-top:20px;padding:10px 20px;background-color:#1b0053;color:#fff;text-decoration:none;font-size:16px;font-weight:600;white-space:nowrap;transition:background-color .2s ease-in-out;border-radius:10px}.blogpost-investant-product-content .blogpost-investant-product-button:hover{background-color:#e81cff}.blogpost-investant-product-content .blogpost-investant-product-footer{font-size:12px;color:#1b0053;margin-top:15px;font-style:italic}.blogpost-image{width:100%;height:auto;border-radius:10px;margin-bottom:2rem}.blogpost-body{font-size:1.1rem;line-height:1.7;color:#000;text-align:justify}.blogpost-body h2,.blogpost-body h3,.blogpost-body h4{color:#1b0053;margin-top:2rem;margin-bottom:1rem;line-height:3.5rem;text-align:left}.blogpost-body p{margin-bottom:1.5rem}.blogpost-body a{color:#e81cff;text-decoration:none;transition:color .3s ease}.blogpost-body a:hover{color:#d000e8}.blogpost-body img{max-width:100%;height:auto;border-radius:10px;margin:1.5rem 0}.blogpost-body blockquote{border-left:4px solid #40c9ff;padding-left:1rem;font-style:italic;color:rgba(0,0,0,.8);margin:1.8em 0;font-size:1.5rem}.blogpost-body ol,.blogpost-body ul{margin-bottom:1.5rem;padding-left:1.5rem;font-size:1.5rem}.blogpost-body .youtube-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin-bottom:1.5rem}.blogpost-body .youtube-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.adjacent-posts{display:flex;justify-content:space-between;align-items:flex-start;max-width:800px;margin:0 auto;padding:2rem}@media screen and (min-width:1199px){.adjacent-posts{max-width:1200px;justify-content:flex-start}}.adjacent-posts a{text-decoration:none}.adjacent-posts .adjacent-post{display:flex;flex-direction:column;margin:0 1rem;max-width:400px;border-radius:10px;box-shadow:0 10px 30px rgba(27,0,83,.1);overflow:hidden}@media screen and (min-width:1199px){.adjacent-posts .adjacent-post{max-width:390px}}.adjacent-posts .adjacent-post .adjacent-post-text-container{display:flex;flex-direction:column;width:100%;padding:15px}.adjacent-posts .adjacent-post .adjacent-post-text-container .adjacent-post-description-container{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:-moz-fit-content;height:fit-content;line-height:1.25;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px}.adjacent-posts .adjacent-post .adjacent-post-text-container .adjacent-post-read-length{font-style:italic}.adjacent-posts .adjacent-post .adjacent-post-text-container h2{color:#1b0053;font-size:24px;font-weight:600;padding-bottom:10px}.adjacent-posts .adjacent-post .adjacent-post-text-container p{color:#000}.adjacent-posts .adjacent-post img{width:100%;height:auto}@media screen and (max-width:768px){.blogpost-content-wrapper{flex-direction:column;margin-top:0;padding:0}.blogpost-container{max-width:100%;padding:1rem}.blogpost-header{padding:2rem 1rem}.blogpost-header-content{padding:1rem}.blogpost-title{font-size:2rem}.blogpost-sidebar{display:block;padding:1rem;margin-left:0;margin-top:2rem;width:100%}.blogpost-body{font-size:1rem;text-align:left}.adjacent-posts{flex-direction:column;padding:2rem}.adjacent-posts .adjacent-post{margin:1rem 0;max-width:none}}.about-us-page{position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.about-us-page .about-us-page-title-section{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-image:url(https://res.cloudinary.com/dnmr13rcg/image/upload/f_auto,q_auto/small_man_plays_chess_with_robot_16882f0e0d);background-size:cover;background-position-x:center;background-position-y:75%}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(22,11,44,.75);color:#fff}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title{max-width:1200px;text-align:center;padding:10px 80px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title .about-us-page-title-section-title-span{color:#e81cff;font-weight:700}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title h1{font-size:60px;font-weight:600;line-height:100%}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle{max-width:1200px;text-align:center;padding:10px 80px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle .about-us-page-title-section-subtitle-span{color:#e81cff;font-weight:700}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle p{font-size:20px;font-family:sans-serif}.about-us-page .about-us-page-company-description-section{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:40px 80px;background-color:#fff}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container{display:flex;flex-direction:column;padding:0 20px 0 0;width:50%;max-width:600px;justify-content:center;align-items:flex-start;text-align:left;color:#000}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-title{width:100%}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-title .about-us-page-company-description-section-title-span{color:#2d64a9}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-title h2{font-size:40px;font-weight:600;line-height:100%}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-subtitle{width:100%;padding:20px 0}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-subtitle .about-us-page-company-description-section-subtitle-span{color:#e81cff;font-weight:700}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-subtitle p{font-size:20px;font-family:sans-serif}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-button{display:flex;padding:10px 15px;justify-content:center;align-items:center;border-radius:5px;background-color:#1b0053;color:#fff;white-space:nowrap;text-decoration:none;transition:background-color .2s ease-in-out}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-button:hover{background-color:#e81cff}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-button h4{font-size:16px;font-weight:600}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-image-container{position:relative;display:flex;justify-content:flex-start;width:50%;height:auto;max-width:600px;padding:0 0 0 20px;overflow:hidden}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-image-container img{width:100%;height:100%;border-radius:10px;object-fit:cover}.about-us-page .about-us-page-meet-the-team-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-title{display:flex;justify-content:center;align-items:center;padding:20px 0;width:100%;background-color:#1b0053;color:#fff;text-align:center}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-title h2{font-size:40px;font-weight:700}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;padding:20px 80px;background-color:#fff}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-photo-container{position:relative;display:flex;justify-content:center;width:40%;height:auto;max-width:480px;padding:20px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-photo-container img{width:200px;height:200px;object-fit:cover;border-radius:20px;box-shadow:5px 5px 5px rgba(22,11,44,.75);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-photo-container img:hover{transform:scale(1.01);box-shadow:7px 7px 7px rgba(22,11,44,.75)}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-linkedin-icon{display:inline-flex;align-items:center;margin-left:4px;transition:filter .18s}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-linkedin-icon img{width:28px;height:28px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-linkedin-icon:focus,.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-linkedin-icon:hover{filter:brightness(1.2) drop-shadow(0 2px 6px #E81CFF)}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container{display:flex;flex-direction:column;padding:0 0 0 20px;width:60%;max-width:720px;justify-content:center;align-items:center;text-align:left;color:#000}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-name{width:100%}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-name .about-us-page-meet-the-team-section-team-member-name-span{color:#2d64a9}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-name h3{font-size:34px;font-weight:600}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-description{width:100%;padding:20px 0}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-description .about-us-page-meet-the-team-section-team-member-description-span{color:#e81cff;font-weight:700}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-description p{font-size:20px;font-family:sans-serif}@media screen and (min-width:768px)and (max-width:1199px){.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title{padding:10px 40px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title h1{font-size:50px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle{padding:10px 40px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle p{font-size:18px}.about-us-page .about-us-page-company-description-section{padding:40px}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-title h2{font-size:32px}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-subtitle p{font-size:18px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member{padding:20px 40px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-photo-container{width:30%;max-width:360px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container{width:70%;max-width:840px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-description p{font-size:18px}}@media screen and (max-width:767px){.about-us-page .about-us-page-title-section{height:300px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title{padding:10px 20px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-title h1{font-size:28px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle{padding:10px 20px}.about-us-page .about-us-page-title-section .about-us-page-title-section-text-container .about-us-page-title-section-subtitle p{font-size:16px}.about-us-page .about-us-page-company-description-section{flex-direction:column;padding:40px 20px}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container{width:100%;padding:0}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-title{width:100%}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-title h2{font-size:32px}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-text-container .about-us-page-company-description-section-subtitle p{font-size:18px}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-image-container{width:100%;padding:0}.about-us-page .about-us-page-company-description-section .about-us-page-company-description-section-button{margin-bottom:20px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-title h2{font-size:32px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member{flex-direction:column;padding:20px 20px 0}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-photo-container{width:100%;max-width:1200px}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container{width:100%;max-width:1200px;padding:0}.about-us-page .about-us-page-meet-the-team-section .about-us-page-meet-the-team-section-team-member .about-us-page-meet-the-team-section-team-member-text-container .about-us-page-meet-the-team-section-team-member-description p{font-size:18px}}.login-form-wrapper{min-height:calc(100svh - 65px);background-image:linear-gradient(45deg,#1b0053,#2d64a9);background-size:140%;animation:login-form-background-animation 30s infinite alternate}.login-form-wrapper,.login-form-wrapper .login-form-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.login-form-wrapper .login-form-container{position:relative;padding:40px;border-radius:10px;box-shadow:5px 8px 5px 0 rgba(0,0,0,.2);width:400px;height:auto;color:#fff;background-color:#2d64a9}.login-form-wrapper .login-form-container .login-form-contact-us{position:absolute;top:-20px;display:flex;justify-content:flex-end;align-items:center;width:100%;text-align:right;opacity:.7;transition:opacity .2s ease-in-out}.login-form-wrapper .login-form-container .login-form-contact-us span{font-size:14px;color:#fff}.login-form-wrapper .login-form-container .login-form-contact-us span a{color:#e81cff;text-decoration:none;font-weight:700}.login-form-wrapper .login-form-container .login-form-contact-us:hover{opacity:1}.login-form-wrapper .login-form-container .login-form-title{position:absolute;top:20px;left:40px}.login-form-wrapper .login-form-container .login-form-title h1{font-size:32px;font-weight:700}.login-form-wrapper .login-form-container .login-form{margin-top:40px;margin-bottom:40px}.login-form-wrapper .login-form-container .login-form,.login-form-wrapper .login-form-container .login-form .login-form-row{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-label{width:100%;text-align:left}.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-input{position:relative;display:flex;width:100%;padding:10px;margin-bottom:20px;border-radius:5px;border:2px solid #fff;background-color:transparent;color:#fff;font-size:16px;transition:border-color .3s}.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-input:focus{outline:none;border-color:#e81cff}.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-input::placeholder{color:#fff;opacity:.7}.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-input:-webkit-autofill,.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-input:-webkit-autofill:focus,.login-form-wrapper .login-form-container .login-form .login-form-row .login-form-row-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px rgba(45,100,169,.85)}.login-form-wrapper .login-form-container .login-form .login-form-error-message{width:100%;color:#fc0;margin-bottom:20px;font-size:16px;line-height:130%}.login-form-wrapper .login-form-container .login-form .login-form-info-message{width:100%;color:#40c9ff;margin-bottom:20px;font-size:16px;line-height:130%}.login-form-wrapper .login-form-container .login-form .login-form-submit-button{border:none;font:inherit;display:flex;justify-content:center;align-items:center;height:auto;padding:5px 15px;margin:0 auto 0 0;border-radius:5px;background-color:rgba(232,28,255,.9);color:#fff;white-space:nowrap;cursor:pointer;transition:opacity .3s ease-in-out}.login-form-wrapper .login-form-container .login-form .login-form-submit-button:hover{opacity:.9}.login-form-wrapper .login-form-container .login-form .login-form-submit-button p{font-size:16px;font-weight:600}.login-form-wrapper .login-form-container .login-form-footer{position:absolute;bottom:20px;left:40px}.login-form-wrapper .login-form-container .login-form-footer p{font-size:16px}.login-form-wrapper .login-form-container .login-form-footer .login-form-toggle-switch-container{display:flex;flex-direction:column;border:none;background-color:transparent}.login-form-wrapper .login-form-container .login-form-footer .login-form-toggle-switch-container a{text-decoration:none}.login-form-wrapper .login-form-container .login-form-footer .login-form-toggle-switch-container .login-form-toggle-label{padding-right:5px;font-family:sans-serif;font-size:16px;font-weight:700;color:#fc0;transition:opacity .4s ease;cursor:pointer}.login-form-wrapper .login-form-container a{text-decoration:none}.login-form-wrapper .login-form-container .login-form-forgot-password{position:absolute;right:40px;bottom:20px;display:flex}.login-form-wrapper .login-form-container .login-form-forgot-password p{font-size:14px;color:#fff;opacity:.5}.login-form-wrapper .login-page-google-recaptcha-disclaimer-tag{position:relative;display:flex;margin-top:15px;padding:10px 40px;border-radius:10px;width:400px;background-color:rgba(0,0,0,.075)}.login-form-wrapper .login-page-google-recaptcha-disclaimer-tag p{font-family:sans-serif;font-size:14px;color:gray}.login-form-wrapper .login-page-google-recaptcha-disclaimer-tag a{text-decoration:none;color:#2d64a9}@media screen and (max-width:1199px){.login-form-wrapper{min-height:calc(100svh - 65px)}.login-form-wrapper .login-form-container{padding:30px 20px;width:350px}.login-form-wrapper .login-form-container .login-form-title{left:20px}.login-form-wrapper .login-form-container .login-form-title h1{font-size:28px}.login-form-wrapper .login-form-container .login-form-footer{left:20px}.login-form-wrapper .login-form-container .login-form-forgot-password{right:20px}.login-form-wrapper .login-page-google-recaptcha-disclaimer-tag{width:350px;padding:10px 20px}}.creating-account-overlay{position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;background:rgba(10,20,40,.85);transition:opacity .3s}.creating-account-content,.creating-account-overlay{display:flex;align-items:center;justify-content:center}.creating-account-content{flex-direction:column}.creating-account-logo{width:90px;height:90px;margin-bottom:24px;animation:spin 2.5s linear infinite}.creating-account-text{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:.04em;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.18)}.account-page-container{position:relative;display:flex;flex-direction:row;width:100%;height:100%;min-height:calc(100svh - 65px);justify-content:center;align-items:center;background-image:linear-gradient(45deg,#1b0053,#2d64a9);background-size:140%;animation:login-form-background-animation 30s infinite alternate}.account-page-container .sidebar-toggle-button{display:none;position:absolute;top:10px;left:10px;z-index:2;background:#1b0053;border:none;padding:10px;border-radius:10px;color:#fff;cursor:pointer}.account-page-container .sidebar-toggle-button .sidebar-toggle-button-arrow img{transition:rotate .3s ease-in-out}.account-page-container .account-page-sidebar-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-self:stretch;width:250px;background-color:#1b0053;box-shadow:5px 8px 5px 0 rgba(0,0,0,.2)}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container{position:absolute;top:40px;left:40px;display:flex;flex-direction:column;flex-wrap:nowrap;width:auto;height:auto;text-align:left;color:#fff}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container h2{display:flex;font-size:30px;font-weight:700;color:#e81cff;padding:0 0 20px;margin-left:-2px}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container .account-page-sidebar-section-button{transition:transform .2s ease-in-out;padding:0 0 10px;border:none;font:inherit;background-color:transparent;text-align:left;cursor:pointer}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container .account-page-sidebar-section-button:hover{transform:scale(1.02)}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container .account-page-sidebar-section-button p{font-size:18px;color:#fff}.account-page-container .account-page-forms-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 250px);min-height:inherit}.account-page-container .account-page-forms-section .account-page-form-container{display:flex;flex-direction:column;padding:20px 40px;width:600px;height:auto;background-color:#2d64a9;border-radius:10px;box-shadow:5px 8px 5px 0 rgba(0,0,0,.2);color:#fff;margin-top:65px}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-title{width:100%}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-title h1{font-size:30px;font-weight:700}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body{position:relative;display:flex;flex-direction:column;width:100%}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row{position:relative;display:flex;flex-direction:column;width:100%;padding:5px 0}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-label{width:100%;text-align:left}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-input{position:relative;display:flex;width:100%;padding:10px;margin-bottom:5px;border-radius:5px;border:2px solid #fff;background-color:transparent;color:#fff;font-size:16px;font-family:montserrat;transition:border-color .3s}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-input:focus{outline:none;border-color:#e81cff}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-input::placeholder{color:#fff;opacity:.7}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-input:-webkit-autofill,.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-input:-webkit-autofill:focus,.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px rgba(45,100,169,.85)}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-button{border:none;font:inherit;display:flex;justify-content:center;align-items:center;height:auto;padding:5px 15px;margin:0 auto 0 0;border-radius:5px;background-color:rgba(232,28,255,.9);color:#fff;white-space:nowrap;cursor:pointer;transition:opacity .3s ease-in-out}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-button:hover{opacity:.9}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-buttonalternate{background-color:#000}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-button p{font-size:16px;font-weight:600}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-error-message{width:100%;color:#fc0;margin-bottom:20px;font-size:16px;line-height:130%}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-info-message{width:100%;color:#40c9ff;margin-bottom:20px;font-size:16px;line-height:130%}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row .account-page-form-body-row-span{color:#40c9ff;font-weight:700}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row p{font-size:20px}.account-page-container .account-page-google-recaptcha-disclaimer-tag{position:relative;display:flex;margin-top:15px;margin-bottom:15px;padding:10px 40px;border-radius:10px;width:600px;background-color:rgba(0,0,0,.075)}.account-page-container .account-page-google-recaptcha-disclaimer-tag p{font-family:sans-serif;font-size:14px;color:gray}.account-page-container .account-page-google-recaptcha-disclaimer-tag a{text-decoration:none;color:#2d64a9}@media screen and (max-width:1199px){.account-page-container{min-height:calc(100svh - 65px)}.account-page-container .sidebar-toggle-button{display:flex}.account-page-container .account-page-sidebar-section{position:absolute;top:0;left:0;height:100%;width:250px;transform:translateX(-100%);transition:transform .3s ease-in-out;box-shadow:0 0 0 0 rgba(0,0,0,.2);z-index:1}.account-page-container .account-page-sidebar-section.open{transform:translateX(0)}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container{position:absolute;top:50px;left:40px;display:flex;flex-direction:column;flex-wrap:nowrap;width:auto;height:auto;text-align:left;color:#fff}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container h2{display:flex;font-size:30px;font-weight:700;color:#e81cff;padding:0 0 20px;margin-left:-2px}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container .account-page-sidebar-section-button{transition:transform .2s ease-in-out;padding:0 0 10px;border:none;font:inherit;background-color:transparent;text-align:left;cursor:pointer}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container .account-page-sidebar-section-button:hover{transform:scale(1.02)}.account-page-container .account-page-sidebar-section .account-page-sidebar-section-text-container .account-page-sidebar-section-button p{font-size:18px;color:#fff}.account-page-container .account-page-forms-section{width:100%}.account-page-container .account-page-forms-section .account-page-form-container{padding:20px;width:350px}.account-page-container .account-page-forms-section .account-page-form-container .account-page-form-body .account-page-form-body-row p{font-size:18px}.account-page-container .account-page-google-recaptcha-disclaimer-tag{padding:10px 20px;width:350px}.account-page-container .account-page-google-recaptcha-disclaimer-tag p{font-size:12px}}