@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;text-decoration:none;color:#000;background-color:transparent;box-sizing:border-box;padding:0;border:none;outline:none;margin:0;list-style-type:none;scroll-behavior:smooth;scroll-margin-block:3rem}body{background-color:#f6f8ff;overflow-x:hidden;overflow-y:auto}body .hero{position:relative;display:flex;flex-direction:column;width:100dvw;background-color:#86a1c41f}body .hero .bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}body .hero .navbar{display:flex;justify-content:space-between;align-items:center;width:100%;height:120px;padding-inline:1rem}body .hero .navbar .nav-section{display:flex;align-items:center;gap:8rem}body .hero .navbar .nav-section .logo-link{display:flex;width:98px;height:98px;z-index:10}body .hero .navbar .nav-section .logo-link .logo{width:100%;height:100%}body .hero .navbar .nav-section .nav-links{display:flex;align-items:center;gap:2rem}body .hero .navbar .nav-section .hamburger-trigger{position:relative;display:none;width:40px;height:40px;padding:8px 5px;border-radius:8px;cursor:pointer;z-index:10}body .hero .navbar .nav-section .hamburger-trigger .hamburger-line{position:absolute;left:50%;display:block;width:80%;height:4px;background-color:#1a3f70;border-radius:4px;transform:translate(-50%) translateY(-50%);transition:all .3s ease-in-out}body .hero .navbar .nav-section .hamburger-trigger .hamburger-line:nth-child(1){top:25%}body .hero .navbar .nav-section .hamburger-trigger .hamburger-line:nth-child(3){bottom:15%}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(1){top:50%;width:75%}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(3){bottom:40%;width:75%}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(2){opacity:0}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}body .hero .navbar .nav-section .hamburger-trigger.active .hamburger-line:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)}body .hero .navbar .cta-section{display:flex;align-items:center;gap:1rem}body .hero .navbar .cta-section .lang-dropdown{position:relative;width:-moz-fit-content;width:fit-content;margin-right:1rem}body .hero .navbar .cta-section .lang-dropdown .dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer}body .hero .navbar .cta-section .lang-dropdown .dropdown-trigger svg:first-child{width:42px;height:42px}body .hero .navbar .cta-section .lang-dropdown .dropdown-items{position:absolute;top:120%;left:0;display:none;flex-direction:column;gap:.5rem;background-color:#f6f8ff;padding:.2rem;border-radius:5px;z-index:5}body .hero .navbar .cta-section .lang-dropdown .dropdown-items.active{display:flex}body .hero .navbar .cta-section .lang-dropdown .dropdown-items .dropdown-item:hover{background-color:#86a1c41f}body .hero .navbar .cta-section .lang-dropdown .dropdown-items .dropdown-item .dropdown-option{display:flex;align-items:center;gap:.8rem;padding-block:.5rem;padding-left:1rem;padding-right:4rem}body .hero .navbar .cta-section .lang-dropdown .dropdown-items .dropdown-item .dropdown-option>svg{width:32px;height:32px}body .hero .navbar .cta-section .button.btn-primary{background-color:#0d2b50;border-color:#0d2b50;color:#fff}body .hero .navbar .cta-section .button.btn-secondary{background-color:transparent;border-color:#0d2b50;color:#0d2b50}body .hero .navbar .cta-section .button:has(svg){display:none;align-items:center;justify-content:center;gap:.5rem;border-color:#1a3f70;color:#1a3f70}body .hero .sidenav{position:fixed;top:0;bottom:0;left:120%;display:flex;justify-content:space-between;flex-direction:column;gap:2rem;width:100dvw;height:100dvh;background-color:#fff;padding:1rem;z-index:5;transition:.3s all ease-out;overflow:hidden}body .hero .sidenav.active{left:0}body .hero .sidenav .navbar-placeholder{width:100%;height:80px}body .hero .sidenav .translations-section{flex:1;display:flex;flex-direction:column;gap:2rem}body .hero .sidenav .translations-section .translation-list{display:flex;flex-direction:column;gap:1rem}body .hero .sidenav .translations-section .translation-list .sidenav-option{display:flex;align-items:center;gap:.5rem}body .hero .sidenav .translations-section .translation-list .sidenav-option>svg{width:32px;height:32px}body .hero .sidenav .auth-options{display:flex;flex-direction:column;gap:1rem}body .hero .sidenav .auth-options .button{width:100%}body .hero .sidenav .auth-options .button:has(svg){display:none;align-items:center;justify-content:center;gap:.5rem;border-color:#1a3f70;color:#1a3f70}body .hero .hero-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-inline:1rem;padding-block:5rem}body .hero .hero-wrapper .hero-slogon{width:60%;font-weight:700;font-size:72px;text-transform:uppercase;margin-block:1.5rem;text-align:center}body .hero .hero-wrapper .hero-slogon span{font-weight:700;font-size:72px;line-height:80px;letter-spacing:0%;text-transform:uppercase}body .hero .hero-wrapper .hero-slogon span:nth-child(2),body .hero .hero-wrapper .hero-slogon span:nth-child(4){color:#1a3f70}body .hero .hero-wrapper .paragraph{font-size:22px;width:60%;margin-bottom:4rem;text-align:center}body .page-contents{display:flex;flex-direction:column;align-items:center;gap:6rem;margin-block:4rem}body .page-contents .how-to-create-a-pitch{display:grid;place-items:center;gap:4rem;width:100%;padding-inline:1rem}body .page-contents .how-to-create-a-pitch .section-content{width:80%;aspect-ratio:16/9;border-radius:1rem;background-color:#86a1c41f}body .page-contents .investors-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;width:100%;height:110dvh;min-height:-moz-fit-content;min-height:fit-content;background-color:#0d2b50;clip-path:polygon(0% 0%,100% 0,100% 75%,0 100%,0% 100%);padding-top:1rem;padding-bottom:17rem;padding-inline:1rem}body .page-contents .investors-section .paragraph{max-width:92ch;text-align:center}body .page-contents .investors-section .investors-list{display:flex;justify-content:center;align-items:center;gap:2rem;width:100%;min-height:-moz-fit-content;min-height:fit-content;max-width:1280px;margin-block:3rem}body .page-contents .investors-section .investors-list .user-card-icon{width:1.2rem;height:1.2rem}body .page-contents .investors-section .investors-list .user-card-text-black{display:flex;align-items:center;gap:.2rem;font-size:1.25rem;line-height:1.375;font-weight:600;color:#6c757d;margin:0}body .page-contents .investors-section .investors-list .user-card-text-black span{font-size:1.25rem!important;line-height:1.375!important;font-weight:600!important;color:#6c757d!important;margin:0!important}body .page-contents .investors-section .investors-list .user-card{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:2rem;width:100%;height:564px;max-width:28rem;background-color:#fff;padding:2rem 1rem;border-radius:1rem;overflow:hidden;transition:all .3s ease-out}body .page-contents .investors-section .investors-list .user-card:hover{cursor:pointer;transform:translateY(-.5rem);box-shadow:0 .5rem 1rem #0000004d}body .page-contents .investors-section .investors-list .user-card .user-card-header{display:flex;flex-direction:row;gap:.5rem;justify-content:start;align-items:center}body .page-contents .investors-section .investors-list .user-card .user-card-header .user-profile-pic{width:4rem;height:4rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}body .page-contents .investors-section .investors-list .user-card .user-card-header .user-header-info .user-header-title-wrapper{display:flex;flex-wrap:nowrap;align-items:start}body .page-contents .investors-section .investors-list .user-card .user-card-header .user-header-info .user-header-title-wrapper .user-header-title{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:calc(1.275rem + .3vw);font-weight:600;line-height:1.375;color:#1a3f70}body .page-contents .investors-section .investors-list .user-card .user-card-region{display:flex;flex-direction:row;align-items:center;gap:.5rem}body .page-contents .investors-section .investors-list .user-card-role-group{display:flex;flex-direction:column}body .page-contents .investors-section .investors-list .user-card-role-group span{font-weight:400;line-height:1.6;color:#495057}body .page-contents .subscriptions{display:grid;place-items:center;gap:8rem;padding-inline:1rem}body .page-contents .subscriptions .section-header{gap:1.5rem}body .page-contents .subscriptions .section-header .section-title{color:#1a3f70}body .page-contents .subscriptions .subscription-options{display:flex;gap:2rem;width:100%;max-width:1440px}body .page-contents .subscriptions .subscription-options .subscription-option{width:100%;height:100%;background-color:#fff;padding:2rem;border-radius:2rem}body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(2){translate:0 -3%;box-shadow:0 0 36px #0000002c}body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(1),body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(3){border:2px solid #d9d9d9}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-name{color:#000;font-weight:700;font-size:24px;line-height:32px;letter-spacing:0%;margin-bottom:3rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-price{color:#1a3f70;font-weight:400;font-size:68px;line-height:72px;letter-spacing:0%;margin-bottom:2rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-price span{color:#1a3f70;font-weight:500;font-size:68px;line-height:72px;letter-spacing:0%}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-price span.time-period{color:#737373;font-weight:400;font-size:24px;line-height:32px;letter-spacing:0%}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-desc{color:#737373;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%;margin-bottom:2rem}body .page-contents .subscriptions .subscription-options .subscription-option .button{width:100%;margin-bottom:3rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-perks-list{display:flex;flex-direction:column;gap:1rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-perks-list .perk{display:flex;align-items:center;gap:.5rem}body .page-contents .subscriptions .subscription-options .subscription-option .subscription-perks-list .perk .perk-text{color:#737373;font-weight:500;font-size:18px;line-height:26px;letter-spacing:0%;vertical-align:middle}body .footer{display:flex;flex-direction:column;gap:2rem;padding-inline:1rem;margin-top:4rem;margin-bottom:1rem}body .footer .footer-contents{display:flex;justify-content:space-between;gap:5rem}body .footer .footer-contents .footer-section{display:flex;flex-direction:column;gap:1rem}body .footer .footer-contents .footer-section:first-child{max-width:400px}body .footer .footer-contents .footer-section .company-logo{width:100px;height:100px;translate:-1rem 0}body .footer .footer-contents .footer-section .company-info{color:#737373;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%}body .footer .footer-contents .footer-section .partners{display:flex;justify-content:space-between;gap:1rem}body .footer .footer-contents .footer-section .partners .partner-link{display:grid;place-items:center}body .footer .footer-contents .footer-section .partners .partner-logo{width:80px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}body .footer .footer-contents .footer-section .footer-section-title{font-weight:700;font-size:24px;line-height:32px;letter-spacing:0%}body .footer .footer-contents .footer-section .paragraph{line-height:42px}body .footer .footer-contents .footer-section .paragraph:hover{font-weight:500}body .footer .footer-separator{width:100%;height:3px;border-radius:6px;background-color:#d9d9d9}body .footer .footer-footer{display:flex;justify-content:space-between;align-items:center}body .footer .footer-footer .social-section{display:flex;align-items:center;gap:1.5rem;width:400px}body .footer .footer-footer .social-section .social-media-handle .social-media-icon{width:2rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}body .footer .footer-footer .copyrights span{font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%}body .footer .footer-footer .copyrights .footer-link{font-weight:700;font-size:18px;line-height:26px;letter-spacing:0%}body .footer .footer-footer .payment-options{width:400px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.container{margin:0 auto}.container.sm{max-width:1440px}.container.md{max-width:1620px}.container.lg{max-width:1680px}.link{font-size:18px;font-weight:400;color:#000;transition:all .2s ease-in-out;cursor:pointer}.link:hover{font-weight:500}.button{display:block;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;text-align:center;font-weight:500;line-height:26px;padding:.6rem 1.5rem;border-width:2px;border-style:solid;border-radius:.5rem;cursor:pointer}.button span{text-align:center;font-weight:500;line-height:26px}.button.btn-primary,.button.btn-primary span{background-color:#1a3f70;border-color:#1a3f70;color:#fff}.button.btn-primary.special{position:relative;border-radius:4rem;border-bottom-right-radius:0}.button.btn-primary.special:hover .circle{width:84%;border-radius:4rem;border-bottom-right-radius:0}.button.btn-primary.special .circle{top:50%;left:8%;transform:translateY(-50%);width:25px;height:25px;border-radius:100%;position:absolute;background-color:#ffffff1f;transition:all .2s}.button.btn-primary.shadow-border{position:relative}.button.btn-primary.shadow-border:hover:after{top:0;right:0}.button.btn-primary.shadow-border:after{position:absolute;bottom:-6px;right:-6px;display:block;content:" ";width:100%;height:100%;border:2px solid #1a3f70;border-radius:.5rem;transition:all .2s ease-out}.button.btn-outline{background-color:transparent;border-color:#1a3f70;color:#1a3f70}.section-highlight{max-width:-moz-fit-content;max-width:fit-content;font-weight:700;font-size:20px;line-height:28px;letter-spacing:0%;text-transform:uppercase;color:#1a3f70;background-color:#86a1c43d;padding:.5rem .8rem;border-radius:.3rem}.section-highlight.secondary{color:#fff;background-color:transparent}.section-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.section-title{color:#1a3f70;font-weight:700;font-size:60px;line-height:68px;letter-spacing:0%;text-transform:uppercase}.section-title.white{color:#fff}.paragraph{color:#737373;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0%;transition:all .2s}.paragraph.white{color:#fff}@media screen and (max-width: 1080px){body .hero .navbar .nav-section .nav-links{display:none}body .hero .hero-wrapper .hero-slogon{width:100%}}@media screen and (max-width: 768px){body .hero .bg-pattern{-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}body .hero .navbar{height:-moz-fit-content;height:fit-content}body .hero .navbar .nav-section{width:100%;justify-content:space-between;padding:1rem}body .hero .navbar .nav-section .logo-link{width:80px;height:80px}body .hero .navbar .nav-section .hamburger-trigger{display:block}body .hero .navbar .cta-section .lang-dropdown,body .hero .navbar .cta-section .button{display:none}body .hero .hero-wrapper{padding-block:1rem;align-items:start}body .hero .hero-wrapper .hero-slogon{width:100%;margin-block:1rem;font-size:38px;line-height:150%;text-align:left}body .hero .hero-wrapper .hero-slogon span{font-size:38px;line-height:150%}body .hero .hero-wrapper .paragraph{width:100%;margin-bottom:4rem;text-align:left;line-height:150%}body .page-contents{gap:6rem;margin-block:6rem}body .page-contents .how-to-create-a-pitch{gap:3rem;max-width:100dvh}body .page-contents .how-to-create-a-pitch .section-content{width:100%}body .page-contents .investors-section{gap:.8rem;height:-moz-fit-content;height:fit-content;clip-path:none;padding-bottom:1rem;padding-inline:1rem}body .page-contents .investors-section .paragraph{text-align:justify}body .page-contents .investors-section .investors-list{flex-direction:column}body .page-contents .subscriptions{display:grid;place-items:center;gap:4rem;width:100dvw;padding-inline:1rem}body .page-contents .subscriptions .section-header{gap:.8rem}body .page-contents .subscriptions .section-header .section-title,body .page-contents .subscriptions .section-header .paragraph{text-align:justify}body .page-contents .subscriptions .subscription-options{flex-direction:column}body .page-contents .subscriptions .subscription-options .subscription-option{border:2px solid #d9d9d9}body .page-contents .subscriptions .subscription-options .subscription-option:nth-child(2){translate:0 0;box-shadow:none}body .footer{padding:1rem}body .footer .footer-contents{flex-direction:column;align-items:center;gap:2rem}body .footer .footer-contents .footer-section{align-items:center;gap:.5rem}body .footer .footer-contents .footer-section:first-child{max-width:none}body .footer .footer-contents .footer-section .company-logo{width:80px;height:80px}body .footer .footer-contents .footer-section .partners{width:100%}body .footer .footer-contents .footer-section .partners .partner-logo{width:60px}body .footer .footer-contents .footer-section .footer-section-title{font-weight:600}body .footer .footer-footer{flex-direction:column;align-items:center;gap:2rem}body .footer .footer-footer .social-section{justify-content:space-evenly;width:100%}body .footer .footer-footer .copyrights{display:flex;flex-direction:column;align-items:center}body .footer .footer-footer .payment-options{width:100%}.section-title{font-size:32px;line-height:44px;letter-spacing:0%;text-transform:uppercase}.section-highlight{font-size:18px;line-height:24px}}
