@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.error-messages small,.form-field-error small{font-family:Poppins,sans-serif;font-weight:400;color:#c80000}.wait-list-modal-container{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background-color:#0000001a;z-index:999}.wait-list-modal{width:clamp(380px,20vw,100%);background-color:#fff;border-radius:12px;padding:24px}.wait-list-modal__header{border-bottom:1px solid #e8e5f4;display:flex;gap:12px;align-items:flex-start;padding-bottom:12px}.wait-list-modal__header h3{color:#160323;font-family:Chillax-Medium,sans-serif;font-weight:500;font-size:24px}.wait-list-modal__header__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.wait-list-modal__header__close{flex-shrink:0;background:transparent;border:0;padding:0;line-height:0;cursor:pointer}.wait-list-modal__content{margin-top:20px}.wait-list-modal__content form{display:flex;flex-direction:column}.wait-list-modal__content label p{color:#444;font-family:Chillax-Medium,sans-serif}.wait-list-modal__content label input{background-color:#fafafd;color:#444;border:1px solid #c6bee3;outline:none;padding:.5rem 1rem;width:100%;margin-top:3px;border-radius:8px}.wait-list-modal__content label input::placeholder{font-family:Poppins,sans-serif;font-weight:400;font-style:italic;color:#727272;font-size:.875rem}.wait-list-modal__content label input:focus{border:1px solid #3c0061;background-color:#fff}.wait-list-modal__content__note{color:#767676;font-size:.688rem;font-family:Poppins,sans-serif;margin-top:.2rem}.wait-list-modal__content__handle{display:flex;justify-content:space-between}.wait-list-modal__content__handle>span:last-of-type{font-size:.875rem;color:#767676;font-family:Chillax-Regular,sans-serif}.wait-list-modal__content__submit{background-color:#3c0061;border-radius:8px;text-align:center;color:#fff;font-family:Chillax-Medium,sans-serif;padding:14px 0;border:0;position:relative}.wait-list-modal__content__cancel{color:#3c0061;font-family:Chillax-Medium,sans-serif;background-color:transparent;border:0;width:max-content}.wait-list-modal__content .disabled-input{background-color:#fbfbfb;border:1px solid rgba(198,190,227,0);color:#868686;cursor:not-allowed}.wait-list-modal__content .target-disabled{opacity:.5;cursor:not-allowed}.submit-button-wrapper{border-top:1px solid #e8e5f4;padding-top:14px;margin-top:.5rem;display:flex;align-items:center}.submit-button-wrapper>*{flex-basis:50%}.submit-button-wrapper>div{text-align:center}.form-field-error{min-height:1.5rem}.form-field-error small{font-size:.688rem;min-height:1.5rem}.error-messages{height:0;min-height:0;overflow:hidden}.error-messages[data-is-error=true]{height:auto;min-height:34px}.error-messages small{padding:.375rem 1rem;font-size:.875rem;background:#c800000f;border-radius:6px;display:grid;grid-template-columns:1fr 9fr;align-items:center;min-height:34px}.tooltip-container{position:relative;display:inline-block}.custom-tooltip{display:none;position:absolute;top:100%;left:-135px;margin-top:6px;background-color:#d6d6d6;color:#444;padding:5px 10px;border-radius:8px;box-shadow:0 2px 6px #0000001a;white-space:nowrap;z-index:1000;align-items:center}.tooltip-container:hover .custom-tooltip{display:flex}html ::-webkit-scrollbar,body ::-webkit-scrollbar{width:8px;height:auto}@media(max-width:767px){html ::-webkit-scrollbar,body ::-webkit-scrollbar{width:4px}}html ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:8px}html ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track{background-color:#f4f4f4;border-radius:8px}@-moz-document url-prefix(){html .scroller,body .scroller{scrollbar-width:thin;scrollbar-color:#aaaaaa}}.info-note{background-color:#eae4d9}.info-note__note{max-width:1000px;margin:0 auto;padding:2.5rem 1.5rem}.info-note__note p,.info-note__note a{color:#330320;font-weight:500;font-size:20px;font-family:Poppins,sans-serif}@media(max-width:767px){.info-note__note p,.info-note__note a{font-size:1rem;font-weight:400}}.info-note__note a{text-decoration:none;color:#2076d3}.info-note__note p:last-of-type{margin-top:24px}.info-note__note span>a{color:#fd5201;text-decoration:none;-webkit-user-select:none;user-select:none}.spinning-loader{display:inline-block;position:absolute;left:.5em;border:2px solid white;border-top:2px solid #fd5201;border-radius:50%;width:25px;height:25px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-container{background-color:#3c0061}.header-container__inner{padding:1.25rem 1.5rem;max-width:1260px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-container__mobile{display:none}@media(max-width:1050px){.header-container__mobile{display:contents}}.header-container__desktop{display:contents}@media(max-width:1050px){.header-container__desktop{display:none}}.header-container .logo{display:flex;align-items:center}.header-container .logo>a{display:flex}.header-container .logo img{padding-right:20px}.header-container .logo h4{padding-left:20px;color:#fff;font-weight:500;font-size:16px;font-family:Chillax-medium,sans-serif}.header-container .desktop-links{display:flex;gap:1rem;align-items:center}.header-container .desktop-links>a,.header-container .desktop-links .menu-link{text-decoration:none;font-family:Chillax-Medium,sans-serif;font-size:16px;color:#fff;padding:.5rem .75rem;border-radius:8px}.header-container .desktop-links .active-background{background-color:#fff;color:#3c0061}.header-container .desktop-links .menu-link{position:relative;display:inline-block}.header-container .desktop-links .menu-link>button.menu-link__text{background:none;border:0;padding:0;margin:0;color:inherit;font:inherit;cursor:pointer;display:inline-flex;align-items:center}.header-container .desktop-links .menu-link[data-is-active-dropdown-link=true]{background-color:#fff;color:#3c0061}.header-container .desktop-links .menu-link[data-is-active-dropdown-link=true] .menu-link__text svg path{fill:#3c0061}.header-container .desktop-links .menu-link>div{position:absolute;left:50%;transform:translate(-50%);z-index:99;padding-top:2rem;min-width:100%}.header-container .desktop-links .menu-link>div>div{margin-top:-1rem;border:2px solid #e7e7e7;background-color:#fff;border-radius:8px;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.25rem;width:max-content;min-width:100%;max-height:clamp(200px,88vh,646px);overflow-y:auto}.header-container .desktop-links .menu-link>div>div>a{font-weight:400;color:#444;font-family:Poppins,sans-serif;text-decoration:none;padding:.25rem .625rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.header-container .desktop-links .menu-link>div>div>a:hover{background-color:#f6f5fb}.header-container .desktop-links .menu-link .active-dropdown{background-color:#f6f5fb}.header-container .desktop-links .whitepaper{border-radius:8px;border:2px solid #fff}.header-container .desktop-links svg{margin-left:8px}.header-container .desktop-links .active-li{color:#3c0061;background-color:#fff}.header-container .desktop-links .active-li .mbl-li{background-color:#444}.header-container .desktop-links .active-li .mbl-li svg{transform:rotate(180deg)}.header-container .desktop-links .active-li .menu-link__text svg{transform:rotate(180deg)}.header-container .desktop-links .active-li .menu-link__text svg path{fill:#3c0061}.waitlist-alert-container{background:#eae4d9}.waitlist-alert-container__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding:12px 1.5rem;align-items:center}@media(max-width:767px){.waitlist-alert-container__inner{flex-direction:column}}.waitlist-alert-container__mbl{display:flex;align-items:center;gap:18px}.waitlist-alert-container .cross-icon{display:flex;cursor:pointer}@media(max-width:767px){.waitlist-alert-container .cross-icon{display:flex;cursor:pointer}}.waitlist-alert-container .wait-list-text{font-size:14px;font-family:Chillax-Medium,sans-serif;color:#160323}@media(max-width:767px){.waitlist-alert-container .wait-list-text{text-align:center;font-size:14px}}.waitlist-alert-container .spinner{display:inline-block;width:16px;height:16px;border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.waitlist-alert-container .waitlist-btn-container{display:flex;gap:15px!important}.waitlist-alert-container .waitlist-total{display:flex;width:"80px";padding:4px 12px;background:#fff;border-radius:6px;font-family:Chillax-Medium,sans-serif;font-size:14px;color:#fff;align-items:center;gap:5.5px}@media(max-width:767px){.waitlist-alert-container .waitlist-total{width:100%;justify-content:center;margin-top:8px;font-size:14px}}.waitlist-alert-container .waitlist-total span{display:flex;color:#2f2e2e}.waitlist-alert-container .waitlist-button{display:flex;padding:4px 12px;background:#330320;border-radius:6px;font-family:Chillax-Medium,sans-serif;font-size:14px;color:#fff;align-items:center;gap:5.5px}@media(max-width:767px){.waitlist-alert-container .waitlist-button{width:100%;justify-content:center;margin-top:8px;font-size:14px}}.waitlist-alert-container .waitlist-button span{display:flex}.sidebar-container{background-color:#0006;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility 0s linear .2s}.sidebar-container.is-open{visibility:visible;opacity:1;transition:opacity .2s ease}.sidebar-container .mobile-links{width:60%;margin-left:auto;font-family:Chillax-Medium,sans-serif;padding:4.5rem 24px 20px;background-color:#fff;pointer-events:all;display:flex;flex-direction:column;gap:1.5rem;height:100vh;overflow:auto;position:relative}.sidebar-container .mobile-links>a,.sidebar-container .mobile-links>div{text-decoration:none;padding:8px 12px;font-weight:500;font-size:16px;color:#3c0061;border-radius:8px}.sidebar-container .mobile-links .dropdown-menu>div{display:flex;margin-top:.9rem;flex-direction:column;padding:12px 8px;border-radius:8px}.sidebar-container .mobile-links .dropdown-menu>div>a{font-weight:400;color:#444;font-family:Poppins,sans-serif;text-decoration:none;padding:8px 12px;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.sidebar-container .mobile-links .whitepaper-mbl{border-radius:8px;border:2px solid #3c0061;text-align:center}.sidebar-container .mbl-li{display:flex;align-items:center;justify-content:space-between;border:0;background:none;padding:0;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.sidebar-container .active-li .mbl-li svg{transform:rotate(180deg)}.sidebar-container .active-mbl-link{background-color:#f6f5fb;color:#3c0061!important}.toggle-sidebar{position:relative;z-index:1000;background:transparent;border:0;padding:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.toggle-sidebar__bars{position:relative;display:block;width:24px;height:17px}.toggle-sidebar__bar{position:absolute;left:0;height:1px;background:#fff;transition:transform .22s ease,opacity .18s ease,top .22s ease,width .22s ease}.toggle-sidebar__bar:nth-child(1){top:0;width:100%}.toggle-sidebar__bar:nth-child(2){top:8px;width:100%}.toggle-sidebar__bar:nth-child(3){top:16px;width:70%}.toggle-sidebar[aria-expanded=true] .toggle-sidebar__bar{background:#3c0061}.toggle-sidebar[aria-expanded=true] .toggle-sidebar__bar:nth-child(1){top:8px;transform:rotate(45deg)}.toggle-sidebar[aria-expanded=true] .toggle-sidebar__bar:nth-child(2){opacity:0}.toggle-sidebar[aria-expanded=true] .toggle-sidebar__bar:nth-child(3){top:8px;width:100%;transform:rotate(-45deg)}.footer-container{background-color:#330320}.footer-container__inner{padding:0 1.5rem;max-width:1200px;margin:0 auto}@media(max-width:1080px){.footer-container__inner{padding:0}}.footer-container .footer-links{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2);padding:2.5rem 4rem 4.688rem}@media(max-width:1080px){.footer-container .footer-links{padding:0}}.footer-container .footer-links .logo{padding-top:2.5rem}.footer-container .footer-links .links{display:flex;gap:4rem}.footer-container .footer-links .links .footer-divs-group{display:contents}.footer-container .footer-links .links .footer-divs h5{font-weight:500;font-size:20px;color:#fff;font-family:Chillax-medium;min-width:max-content}.footer-container .footer-links .links .footer-divs div{padding-top:.875rem;display:flex;flex-direction:column;gap:.5rem}.footer-container .footer-links .links .footer-divs div a{text-decoration:none;font-family:Chillax-Regular,sans-serif;font-size:16px;color:#fff;font-weight:400;min-width:max-content}.footer-container .copyright{padding:20px 0}.footer-container .copyright p{color:#fff;font-weight:400;font-size:16px;font-family:Poppins}.footer-container .footer-join-discord{border:1px solid;border-color:#5c354d;border-radius:8px;padding:.75rem 1.5rem 1.5rem;text-align:center;transition:.3s border-color linear;text-decoration:none;display:flex;flex-direction:column;gap:1.5rem;height:max-content;align-items:center}.footer-container .footer-join-discord:hover{border-color:#fff}@media(max-width:330px){.footer-container .footer-join-discord{padding:.75rem 1rem 1.25rem}}.footer-container .footer-join-discord>span:first-of-type{color:#fff;font-family:Chillax-Medium,sans-serif;font-size:1.25rem;min-width:max-content}@media(max-width:1080px){.footer-container{padding:3.125rem 2.5rem}.footer-container .footer-links{display:block}.footer-container .footer-links .logo{display:flex;justify-content:center;align-items:center;padding:0}.footer-container .footer-links .links{display:flex;justify-content:unset;flex-direction:column;gap:2.5rem;padding:4rem 0 .625rem}.footer-container .footer-links .links .footer-join-discord{padding:.75rem .75rem 1.25rem;margin:0 1.5rem;width:7.25rem;height:7.75rem}.footer-container .footer-links .links .footer-divs-group{display:block;margin:0 1.5rem}.footer-container .footer-links .links .footer-divs{margin:20px 0}}@media(max-width:1080px)and (max-width:425px){.footer-container .footer-links .links .footer-divs a{word-break:break-word}}@media(max-width:1080px){.footer-container .footer-links .links .footer-divs:first-of-type{margin:0 0 20px}}.contactus-container{max-width:620px;margin:55px auto 75px;border-radius:16px;padding:20px 24px;border:2px solid #f6f5fb;box-shadow:0 2px 6px #3c006114}.contactus-container .fields-required{font-family:Poppins,sans-serif}.contactus-container .form-head{padding:10px 0;margin-bottom:12px;display:flex;border-bottom:1px solid #f6f5fb;font-family:Chillax-medium}.contactus-container .form-head svg{margin-right:10px}.contactus-container .form-head h1{font-weight:500;font-size:18px;line-height:25px;color:#160323}.contactus-container .form-body{padding:0 40px}.contactus-container .form-body label{display:inline-block;margin-bottom:6px;font-weight:500;font-size:16px;color:#444;font-family:Chillax-medium}.form-footer{display:flex;justify-content:space-between;padding:20px 0 0;border-top:1px solid #f6f5fb;-webkit-user-select:none;user-select:none}@media(max-width:767px){.form-footer{display:flex;justify-content:space-between;padding:16px 0 0;border-top:1px solid #f6f5fb;margin-top:15px}}.form-footer .footer-button{width:30%}@media(max-width:767px){.form-footer .footer-button{width:50%}}.form-footer .footer-button .back-button{display:flex;align-items:center;gap:12px}.form-footer .footer-button button{font-family:Chillax-Regular,sans-serif;font-weight:500;font-size:16px}.form-footer .footer-button button img{margin-right:10px;line-height:50%;vertical-align:middle}.form-footer .footer-button .continue{width:100%}.form-footer .footer-button .custom-transparent{width:100%;height:100%;border:0;font-family:Chillax-Medium,sans-serif;font-weight:500;background:transparent;color:#3c0061}@media(max-width:767px){.contactus-container{width:90%;margin:24px 24px 32px;padding:20px 18px}.contactus-container .form-body{padding:10px 0}.contactus-container .form-head{padding-top:0}}.report-abuse{padding:20px 1.5rem;max-width:1000px;margin:0 auto}.report-abuse .report-top h1{color:#3c0061;font-weight:500;font-size:64px;font-family:Chillax-medium}.report-abuse .report-top p{font-weight:400;font-size:16px;color:#767676;font-family:Poppins,sans-serif}.report-abuse .report-form-container{max-width:620px;margin:45px auto;border-radius:16px;padding:20px 24px;border:2px solid #f6f5fb;box-shadow:0 2px 6px #3c006114}.report-abuse .report-form-container .fields-required{font-family:Poppins,sans-serif}.report-abuse .report-form-container .form-head{padding:10px 0;display:flex;align-items:center;border-bottom:1px solid #f6f5fb;font-family:Chillax-medium}.report-abuse .report-form-container .form-head svg{margin-right:10px}.report-abuse .report-form-container .form-head span{font-weight:500;font-size:18px;color:#160323}.report-abuse .report-form-container .form-body{padding:10px 40px}.report-abuse .report-form-container .form-body label{display:inline-block;margin-bottom:5px;font-weight:500;font-size:16px;color:#444;font-family:Chillax-medium}.report-abuse .report-form-container .form-body .custom-dropdown{font-style:italic;font-weight:400;font-size:16px;color:#727272;border:2px solid #C6BEE3;cursor:pointer}.report-abuse .report-form-container .form-body .custom-dropdown .dropdown-options{top:52px;padding:1rem}.report-abuse .report-form-container .form-body .custom-dropdown li:nth-child(1){padding:0 0 1rem}.report-abuse .report-form-container .form-body .custom-dropdown li:nth-child(2){padding:1rem 0}.report-abuse .report-form-container .form-body .custom-dropdown li:nth-child(3){padding:1rem 0 0}@media(max-width:767px){.report-abuse{padding:18px 24px 34px}.report-abuse .report-top h1{font-size:32px;padding-bottom:18px}.report-abuse .report-form-container{width:100%;margin:0;padding:20px 18px}.report-abuse .report-form-container .form-head{padding-top:0}.report-abuse .report-form-container .fields-required{margin-top:12px;margin-bottom:10px}.report-abuse .report-form-container .form-body{padding:10px 0}}.dmca-container{padding:20px 1rem 40px;max-width:1000px;margin:0 auto;font-family:Chillax-medium}.dmca-container .dmca-top h1{color:#3c0061;font-weight:500;font-size:64px;margin-bottom:0}.dmca-container .dmca-top h3{color:#3c0061;font-weight:500;font-size:32px;margin:8px 0 16px}.dmca-container .dmca-top p{font-weight:400;font-size:16px;color:#767676;font-family:Poppins,sans-serif}.dmca-container .dmca-form-container{max-width:620px;margin:30px auto 20px;border-radius:12px;border:2px solid #f6f5fb;box-shadow:0 2px 6px #3c006114;padding:20px 24px}.dmca-container .dmca-form-container .fields-required{font-family:Poppins,sans-serif;margin-top:12px}.dmca-container .dmca-form-container .form-head{padding:10px 0;display:flex;align-items:center;border-bottom:1px solid #f6f5fb}.dmca-container .dmca-form-container .form-head span{font-weight:500;font-size:18px;color:#3c0061;color:#160323}.dmca-container .dmca-form-container .form-head .page-span{font-weight:400;font-size:16px;font-family:Chillax-regular;margin-left:12px}.dmca-container .dmca-form-container .form-head img{margin-right:10px}.dmca-container .dmca-form-container .body-container{margin:0}.dmca-container .dmca-form-container .body-container p{font-weight:400;font-size:16px;color:#767676;font-family:Poppins;margin-bottom:1rem}.dmca-container .dmca-form-container .body-container .form-body{padding:10px 24px}.dmca-container .dmca-form-container .body-container .form-body label{display:inline-block;margin-bottom:6px;font-weight:500;font-size:16px;color:#444;font-family:Chillax-medium}.dmca-container .dmca-form-container .body-container .form-body.original-work{border-bottom:1px solid #E8E5F4;padding-bottom:1rem}.dmca-container .dmca-form-container .body-container .form-body.signature{padding-left:0}.dmca-container .dmca-form-container .body-container .checkbox-container{margin-bottom:1rem}.dmca-container .dmca-form-container .body-container .checkbox-container p{font-weight:600;font-size:16px;color:#444;font-family:Chillax-medium,sans-serif}.dmca-container .dmca-form-container .body-container .checkbox-container .checkbox-div{gap:1rem}.dmca-container .dmca-form-container .body-container .checkbox-container .checkbox-div p{font-weight:400;font-family:Poppins,sans-serif;margin:0}.dmca-container .dmca-form-container .body-container .paragraph-div p{font-weight:400;font-size:16px;font-style:italic;color:#444}.dmca-container .dmca-form-container .body-container .paragraph-bold p{font-weight:600;font-size:16px;color:#444}.dmca-container .dmca-form-container .body-container .paragraph-light{font-weight:400;font-size:14px;color:#767676;margin:0}@media(max-width:767px){.dmca-container{padding:20px 24px}.dmca-container .dmca-top{margin-bottom:30px}.dmca-container .dmca-top h1{font-size:32px}.dmca-container .dmca-top h3{font-size:20px;margin-bottom:16px;margin-top:8px}.dmca-container .dmca-form-container{width:100%;margin-top:32px;padding:20px 18px}.dmca-container .dmca-form-container p{margin:20px 0}.dmca-container .dmca-form-container .form-head{padding-top:0}.dmca-container .dmca-form-container hr{margin:20px 0}.dmca-container .dmca-form-container .body-container p{margin:20px 0 15px}.dmca-container .dmca-form-container .body-container .checkbox-container p{margin:20px 0 7px;line-height:24px}.dmca-container .dmca-form-container .body-container .checkbox-container .checkbox-div{padding:8px 8px 8px 11px;border:1px solid #f6f5fb;border-radius:8px;gap:6px;align-items:start}.dmca-container .dmca-form-container .body-container .checkbox-container .checkbox-div input{margin-top:7px}.dmca-container .dmca-form-container .body-container .checkbox-container .checkbox-div p{margin:0}.dmca-container .dmca-form-container .body-container .paragraph-div p,.dmca-container .dmca-form-container .body-container .paragraph-bold p{margin:20px 0}.dmca-container .dmca-form-container .body-container .paragraph-light p{margin:6px 0 20px}.dmca-container .dmca-form-container .form-body{padding:5px 0!important}}@media(max-width:767px){.sr-only-mobile{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;padding:.5rem 1rem;border:2px solid #3c0061}.what-is-sonata-page__content p,.what-is-sonata-page__content blockquote p,.what-is-sonata-page__content ol,.what-is-sonata-page__content ul,.what-is-sonata-page .hero-section-what-is,.what-is-sonata-page .content-section-what-is,.what-is-sonata-page .faq-item-container-what-is__button,.blogs-page__container,.blogs-page__content .p-description,.blogs-page__grid .blog-card__author-info .blog-author-info span,.post-heading__top>p,.post-heading__author-info .blog-author-info span,.blog-basic-page p,.blog-basic-page .related-posts h3,.post-bottom a,.related-blogs .related-blog-title,.toc-wrapper p,.toc-wrapper ol,.toc-wrapper ul,.toc-sub-heading,.basic-page__content p,.basic-page__content blockquote p,.basic-page__content ol,.basic-page__content ul,.faq-item-container__button,.press-releases__content .press-release h2,.press-releases__content .press-release p,.third-gen-social-media__content p,.third-gen-social-media__content ol,.third-gen-social-media__content ul,.what-is-sonata-page__content h4,.basic-page__content h4{font-family:Poppins,sans-serif;font-weight:400;color:#444;max-width:1046px;margin:1rem auto 0;padding:0 1.5rem;word-break:break-word}.what-is-sonata-page__content h3,.basic-page__content h3,.third-gen-social-media__content h3{font-weight:500;font-family:Chillax-medium,sans-serif;font-size:1.125rem;color:#160323;max-width:1000px;margin:1rem auto 0;padding:0 1.5rem}.blogs-page__grid .blog-card__content .blog-title,.post-heading__bottom h1,.blog-basic-page .related-posts a,.policy-subtitle h3,.effective-date time{font-size:1.5rem;font-family:Chillax-Regular,sans-serif;font-weight:400}@media(max-width:767px){.blogs-page__grid .blog-card__content .blog-title,.post-heading__bottom h1,.blog-basic-page .related-posts a,.policy-subtitle h3,.effective-date time{font-size:1.25rem}}.p-table{max-width:1000px;margin:2rem auto 2.5rem;padding:0 1.5rem;overflow-x:auto}@media(max-width:767px){.p-table{margin:2rem 1.5rem 2.5rem;padding:0}}.what-is-sonata-page__content table,.basic-page__content table{border-collapse:collapse;border:1px solid #444444;margin-bottom:1rem}.what-is-sonata-page__content table td,.basic-page__content table td,.what-is-sonata-page__content table th,.basic-page__content table th{font-family:Poppins,sans-serif;color:#444;border:2px solid #444444;padding:.5rem;vertical-align:top}.what-is-sonata-page__content table th,.basic-page__content table th{font-weight:600;font-size:1.125rem}@media(max-width:767px){.what-is-sonata-page__content table th,.basic-page__content table th{font-size:.875rem}}.what-is-sonata-page__content table td,.basic-page__content table td{font-weight:400;font-size:1rem}@media(max-width:767px){.what-is-sonata-page__content table td,.basic-page__content table td{font-size:.75rem}}.what-is-sonata-page__content h4,.basic-page__content h4{font-size:1rem;font-weight:600}.p-title{max-width:1000px;margin:2.5rem auto 0;padding:0 1.5rem;font-weight:500;font-size:4rem;color:#3c0061;font-family:Chillax-medium,sans-serif}@media(max-width:767px){.p-title{font-size:2rem;margin:2rem auto 0}}.effective-date{max-width:1000px;margin:1.25rem auto 0;padding:0 1.5rem}.effective-date time{color:#160323}@media(max-width:767px){.effective-date time{font-size:1.125rem}}.policy-subtitle{max-width:1000px;margin:1.25rem auto 0;padding:0 1.5rem}.policy-subtitle h3{color:#767676}@media(max-width:767px){.policy-subtitle h3{font-size:1.125rem}}.download-pdf{display:flex;justify-content:space-between;align-items:center}@media(max-width:767px){.download-pdf{flex-direction:column;gap:1rem;justify-content:unset;align-items:flex-start}}.p-heading h2,.p-heading h3{max-width:inherit;background:#fafafd;color:#3c0061;font-weight:500;font-family:Chillax-medium,sans-serif;padding:.625rem 2.5rem .625rem 2rem;font-size:1.25rem;border-radius:0 8px 8px 0;width:max-content;border-left:4px solid #3c0061}@media(max-width:767px){.p-heading h2,.p-heading h3{font-size:1.125rem;width:auto}}.p-heading{max-width:1070px;margin:2.5rem auto 0;padding:0 1.5rem 0 0;display:flex;align-items:center}@media(max-width:767px){.p-heading{padding:0 1.5rem 0 0;align-items:flex-start}}@media(max-width:1080px){.p-heading{padding:0 1.5rem 0 0;flex-direction:column;align-items:flex-start}}@media(max-width:579px){.p-heading{padding:0 1.5rem 0 0;flex-direction:column;align-items:flex-start}}.p-table-of-contents{max-width:1000px;margin:1rem auto 0;padding:0 1.5rem;display:flex;flex-direction:column;gap:.625rem}.p-table-of-contents a{font-family:Poppins,sans-serif;font-weight:600;font-size:1.125rem;text-decoration:none;color:#444!important;border:2px solid #3c0061;border-radius:8px;background-color:#fafafd;padding:.375rem 1.5rem;display:flex;align-items:center;justify-content:space-between;max-width:500px;-webkit-user-select:none;user-select:none}@media(max-width:767px){.p-table-of-contents a{font-size:1rem}}.downloading-pdf{max-width:1000px;margin:1rem auto 0;padding:0 1.5rem}.downloading-pdf div{margin-left:auto;margin-right:auto;font-family:Poppins,sans-serif;font-weight:500;color:#160323;font-size:1.25rem;width:max-content;position:relative}.downloading-pdf div .spinning-loader{top:5px;left:-1.25em;transform:translate(40%);border:2px solid #ccc5e6;border-top:2px solid #fd5201;width:1.25rem;height:1.25rem}.pdf-download-btn{padding:.5rem 1rem;background:transparent;color:#3c0061;border:2px solid #3c0061;font-family:Chillax-Medium,sans-serif;font-weight:500;border-radius:8px;font-size:1rem}@media(max-width:767px){.pdf-download-btn{width:100%}}.clone-comp .p-title{font-size:4rem;margin:2.5rem auto 0}.clone-comp .effective-date time{font-size:1.5rem}.clone-comp .p-heading{padding:0 1.5rem}.clone-comp .p-heading h2,.clone-comp .p-heading h3{width:max-content;font-size:1.25rem}.clone-comp .p-table{overflow:unset;transform:translate(-4rem) scale(.8);margin-top:-5rem;margin-bottom:-7rem}.clone-comp table th{font-size:1.125rem}.clone-comp table td{font-size:1rem}.preview__early-access>span,.home-page-heading>span{display:inline-block;position:relative}.preview__early-access>span:after,.home-page-heading>span:after{position:absolute;content:"";background-color:#fd5201;border-radius:8px;height:5px;bottom:0;right:0;left:0}@media(max-width:1080px){.preview__early-access>span:after,.home-page-heading>span:after{height:3px}}.p-subtitle{font-weight:500;font-family:Chillax-medium,sans-serif;color:#160323;font-size:1.5rem}.third-gen-social-media{min-height:100vh}.third-gen-social-media__title{background-color:#330320}.third-gen-social-media__title h1{color:#fd5201;padding:4.688rem 1.5rem 2rem;font-weight:500;font-size:2.5rem;font-family:Chillax-medium,sans-serif;max-width:1000px;margin:0 auto 1.125rem}@media(max-width:767px){.third-gen-social-media__title h1{font-size:24px;padding:2.4rem 1.5rem 1.5rem}}.third-gen-social-media__content p{font-size:1rem}.third-gen-social-media__content h2{color:#3c0061;font-weight:500;max-width:630px;font-size:2rem;font-family:Chillax-medium,sans-serif;display:grid;grid-template-columns:1fr 9fr;align-items:center}@media(max-width:767px){.third-gen-social-media__content h2{font-size:1.25rem}}.third-gen-social-media__content h3{font-size:1.5rem}@media(max-width:767px){.third-gen-social-media__content h3{font-size:1.25rem;margin-top:0}}.third-gen-social-media__content ol,.third-gen-social-media__content ul{font-size:1rem}.third-gen-social-media__content ol li,.third-gen-social-media__content ul li{margin-left:1.5rem}.third-gen-social-media__content ol li ul,.third-gen-social-media__content ul li ul{margin-top:0}.third-gen-social-media__generation{display:grid;grid-auto-flow:column;grid-template-columns:2fr 1fr;max-width:980px;border-radius:12px;background:#f6f5fb;margin:2.5rem auto 0}@media(max-width:767px){.third-gen-social-media__generation{grid-auto-flow:row;grid-template-columns:unset;margin:2.5rem 1.5rem 0}}.third-gen-social-media__generation>div:first-of-type{padding:1.5rem;border-radius:12px;background:#d9d4ed}.third-gen-social-media__generation>div:first-of-type p{font-size:1.25rem;color:#160323;max-width:unset;margin:2rem 0 0;padding:0}@media(max-width:767px){.third-gen-social-media__generation>div:first-of-type p{font-size:1rem}}.third-gen-social-media__generation>div:last-of-type{display:flex;justify-content:center;border-radius:12px;align-items:center;padding:3rem 0}.third-gen-social-media__social-responsibility{max-width:980px;margin:2.5rem auto 0;padding:1.5rem 2.5rem 6.25rem;border-radius:12px;background:#3c0061}@media(max-width:767px){.third-gen-social-media__social-responsibility{margin:2.5rem 1.5rem 0;padding:1.5rem 1.5rem 6.25rem}}.third-gen-social-media__social-responsibility h2{color:#fd5201}.third-gen-social-media__social-responsibility p{font-size:1.5rem;color:#fff;padding:0}@media(max-width:767px){.third-gen-social-media__social-responsibility p{font-size:1rem}}.third-gen-social-media__points{max-width:1030px;margin:1.8rem auto 0;padding:0 1.5rem}.third-gen-social-media__points p,.third-gen-social-media__points div{max-width:unset;margin:1.25rem 0 0;background-color:#f6f5fb;border-radius:8px;display:flex;gap:.375rem;padding:.625rem}.third-gen-social-media__points p strong,.third-gen-social-media__points div strong{font-weight:500;color:#fd5201;font-style:normal;display:flex;justify-content:center;align-items:center;background-color:#3c0061;border-radius:8px;min-width:2rem;margin:-.625rem .1rem -.625rem -.625rem}.third-gen-social-media__points div{display:block;position:relative}.third-gen-social-media__points div strong{height:100%}.third-gen-social-media__points div p{margin:0;background-color:unset;border:unset;display:block;padding:0}.third-gen-social-media__points div p:first-child{position:absolute;height:100%}.third-gen-social-media__points div p:nth-child(2){margin-left:1.8rem}.third-gen-social-media__points div ul{margin-top:0;padding-left:2rem}@media(max-width:767px){.third-gen-social-media .gen-img--discovery{width:155px;height:172px}.third-gen-social-media .gen-img--attention{width:169px;height:224px}.third-gen-social-media .gen-img--opposition{width:194px;height:180px}.third-gen-social-media .gen-icon{width:32px;height:32px}.third-gen-social-media .gen-icon--small{width:26px;height:26px}}.third-gen-social-media__references{background-color:#fbfbfb;padding:3rem 0 4rem;margin-top:5rem}@media(max-width:767px){.third-gen-social-media__references{padding:2rem 0 2.5rem}}.third-gen-social-media__references strong{font-weight:400;min-width:1.5rem;text-align:right}.third-gen-social-media__references p{display:flex;gap:.375rem}.third-gen-social-media__references a{display:block;font-style:italic;color:#0081e6}.whitepaper-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.whitepaper-container .heading-box{display:flex;justify-content:space-between;align-items:center;margin-top:40px}@media(max-width:370px){.whitepaper-container .heading-box{flex-direction:column;align-items:self-start;gap:12px}}.whitepaper-container .heading-box h1{font-family:Chillax-medium;font-weight:500;font-size:40px;line-height:56px;color:#3c0061}.whitepaper-container .heading-box .download-btn{padding:8px 16px;border:2px solid #3c0061;border-radius:8px;font-family:Chillax-medium;font-weight:500;font-size:16px;line-height:22px;color:#3c0061}.whitepaper-container .pdf-box{margin:24px 0 70px;min-height:800px;display:flex;flex-direction:column}.whitepaper-container .pdf-box .pdf-items{display:flex;justify-content:flex-end;margin-bottom:20px}.whitepaper-container .pdf-box .pdf-items .fullscreen{cursor:pointer}.whitepaper-container .pdf-box .pdf-items .fullscreen svg{cursor:pointer}.whitepaper-container .pdf-box .cover-container{display:flex;align-items:center;justify-content:center}.whitepaper-container .pdf-box .cover-container .cover{padding:0 100px}.whitepaper-container .pdf-box svg{cursor:pointer}.whitepaper-container .pdf-box .pdf-pages-container{display:flex;justify-content:center}@media(max-width:767px){.whitepaper-container .pdf-box .pdf-pages-container{min-height:400px}}.whitepaper-container .pdf-box .pdf-pages-container .pdf-pages{display:flex;justify-content:center;gap:20px}.whitepaper-container .pdf-box .pdf-nav{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:64px}.whitepaper-container .pdf-box .pdf-nav .pdf-current{display:flex;gap:8px;align-items:center;font-family:Poppins;font-weight:500;font-size:24px;line-height:36px;color:#767676}.whitepaper-container .pdf-box .pdf-nav .pdf-current div:last-of-type{font-weight:400}@media(max-width:1000px){.whitepaper-container{padding:0 24px}.whitepaper-container .heading-box h1{font-size:24px;line-height:32px}.whitepaper-container .heading-box .download-btn{font-size:14px;white-space:nowrap}.whitepaper-container .pdf-box .cover-container .cover{padding:0 6px}.whitepaper-container .pdf-box .pdf-nav{gap:16px}.whitepaper-container .pdf-box .pdf-nav .pdf-current{font-size:16px}}.data-loader{position:absolute;z-index:999}.no-investor:after,.no-investor{background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}.outer-container{width:auto}.based-in-container-2 .home-page-para{max-width:700px}.based-in-container .home-page-para{max-width:732px}.inner-container{max-width:1153.31px;margin:0 auto;position:relative}@media(max-width:1080px){.inner-container{padding:0 1.5rem;max-width:520px}}.inner-container__grid{display:grid;grid-auto-flow:column;align-items:center;gap:1rem;padding:5.5rem 0}@media(max-width:1160px){.inner-container__grid{padding:3.5rem 2rem}}.inner-container__grid>svg,.inner-container__grid>img{margin-left:auto;margin-right:auto}@media(max-width:1080px){.inner-container__grid>svg,.inner-container__grid>img{margin:1.25rem auto 0;display:block;max-width:280px}}.inner-container__grid[data-is-grid-layout="3/1"]{grid-template-columns:3fr 1fr}.inner-container__grid[data-is-grid-layout="2/1"]{grid-template-columns:2fr 1fr}.inner-container__grid[data-is-grid-layout="1/1"]{grid-template-columns:1fr 1fr}.inner-container__grid[data-is-grid-layout=auto]{grid-template-columns:auto}@media(max-width:1080px){.inner-container__grid{padding:2rem 0;display:block}}.home-page-heading{font-weight:500;font-size:2rem;font-family:Chillax-Medium,sans-serif}@media(max-width:1080px){.home-page-heading{font-size:1.563rem}}.social-media-without-robots{background-color:#fff!important;position:relative!important}@media(max-width:1080px){.social-media-without-robots{height:100%}}.social-media-without-robots__list{display:flex;align-items:center;gap:15px;margin:15px 0}.social-media-without-robots__icon{width:24px;height:24px}.social-media-without-robots__text{font-family:Poppins,sans-serif;font-weight:500;font-style:Medium;font-size:20px;color:#160323}.social-media-without-robots .team-build-img-robot-wrapper{column-count:2;column-gap:50px;display:contents}@media(max-width:1080px){.social-media-without-robots .team-build-img-robot-wrapper{display:flex;flex-direction:column;align-items:center}}.social-media-without-robots .team-build-img-robot-wrapper .team-build-svg-robot{float:right;Width:470.31px;Height:385.11px;shape-outside:url(/assets/social-media-without-robots-Cfic66Jp.png);shape-margin:5rem;margin:1% 0 0;right:0;position:sticky}@media(max-width:1080px){.social-media-without-robots .team-build-img-robot-wrapper .team-build-svg-robot{width:100%;max-width:470.31px;height:auto}}.social-media-without-censorship .social-media-without-censorship-wrapper{column-count:2;column-gap:50px;display:contents}@media(max-width:1080px){.social-media-without-censorship .social-media-without-censorship-wrapper{display:flex;flex-direction:column-reverse;align-items:center}}.social-media-without-censorship .social-media-without-censorship-wrapper__image{float:right;Width:348px;Height:358px;shape-outside:url(/assets/social-meida-with-out-lcmA920m.png);shape-margin:5rem;margin:1% .6% 0 0;right:0;position:sticky}.who-are-we-sonata .who-we-are-sonata-wrapper{column-count:2;column-gap:50px;display:contents}@media(max-width:1080px){.who-are-we-sonata .who-we-are-sonata-wrapper{display:flex;flex-direction:column-reverse;align-items:center}}.who-are-we-sonata .who-we-are-sonata-wrapper__image{float:right;width:210.3px;height:200px;shape-outside:url(/assets/who-we-are-sonata-CPcMK2kM.png);shape-margin:20px;margin:11.5% 6rem 0 0;right:0;position:sticky}@media(max-width:1080px){.who-are-we-sonata .who-we-are-sonata-wrapper__image{margin:0}}@media(max-width:767px){.who-are-we-sonata .who-we-are-sonata-wrapper__image{margin:0}}.stance-on-ai .stance-on-ai-wrapper{column-count:2;column-gap:50px;display:contents}@media(max-width:1080px){.stance-on-ai .stance-on-ai-wrapper{display:flex;flex-direction:column;align-items:center}}.stance-on-ai .stance-on-ai-wrapper__image{float:right;width:200px;height:200px;shape-outside:url(/assets/hugeicons_ai-network-DYvMsfHM.png);shape-margin:20px;margin:6.5% 8rem 0 0;right:0;position:sticky}.join-btn{margin-top:25px;width:231;height:44;padding:10px 12px 10px 20px;gap:12px;opacity:1;color:#fff;border-radius:8px;background:#3c0061;font-family:Chillax-Medium,sans-serif;font-size:20px;font-weight:500;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;width:fit-content}.join-btn:hover,.join-btn:focus,.join-btn:visited{color:#fff;text-decoration:none}.protecting-human-creativity{background-color:#fff!important}.protecting-human{font-size:25px}.colorful-levels blockquote:nth-of-type(1) strong{color:#1fd000}.colorful-levels blockquote:nth-of-type(2) strong{color:#218710}.colorful-levels blockquote:nth-of-type(3) strong{color:#0a95d6}.colorful-levels blockquote:nth-of-type(4) strong{color:#fc8800}.colorful-levels blockquote:nth-of-type(n+5) strong{color:#c80000}.home-page-para{font-family:Poppins,sans-serif;font-weight:400;font-size:20px;margin-top:1.5rem}@media(max-width:1080px){.home-page-para{margin-top:1rem;font-size:1rem}}.home-page-para[data-is-attr=bold]{font-weight:500}.home-page-para[data-is-attr=list2] li{display:flex;align-items:start;gap:12px;margin:12px 0}.home-page-para[data-is-attr=list2] li p{color:#160323;font-family:Poppins,sans-serif;font-weight:500;font-style:Medium;font-size:20px;margin:0}.home-page-para[data-is-attr=list]{margin-top:.75rem;list-style-position:inside}@media(max-width:1080px){.home-page-para[data-is-attr=list]{margin-top:.5rem}}.home-page-para[data-is-attr=styled]{max-width:1000px;border-radius:.75rem;padding:.75rem 1.25rem;margin:auto;font-size:1.125rem;margin-top:.75rem;display:grid;align-items:center;justify-content:flex-start;grid-auto-flow:column;grid-template-columns:auto auto;gap:1rem}@media(max-width:1080px){.home-page-para[data-is-attr=styled]{font-size:.938rem}}.home-page-para[data-is-attr=styled]:first-of-type{margin-top:1.25rem}.home-page-para a{text-decoration:none;font-weight:600}.home-page-link{margin-top:1.5rem;padding:.625rem 1rem;border-radius:.5rem;background:#fff;font-family:Chillax-Medium,sans-serif;font-weight:500;font-size:1.25rem;color:#3c0061;text-decoration:none;display:flex;width:max-content;align-items:center;justify-content:center}@media(max-width:1080px){.home-page-link{margin-top:1.25rem;width:100%;font-size:1rem}}.home-page-link-router{margin-top:1.5rem;padding:.625rem 1rem;border-radius:.5rem;background:#3c0061;font-family:Chillax-Medium,sans-serif;font-weight:500;font-size:20px;color:#fff;text-decoration:none;width:max-content;justify-content:center;border:none;display:flex;align-items:center;gap:12px}@media(max-width:1080px){.home-page-link-router{margin-top:1.25rem;width:100%;font-size:1rem}}.hero-section{max-width:1153.31px;margin:0 auto;flex:1;width:100%;display:flex;align-items:center;justify-content:center;padding:0}@media(max-width:1080px){.hero-section{padding:2rem 1.5rem;max-width:520px}}.hero-section__inner{padding:0;width:100%}.hero-section__image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media(max-width:1080px){.hero-section__image{margin-top:1.25rem}}.hero-section__image img{position:absolute;right:-26%;max-width:500px}@media(min-width:1081px)and (max-width:1271px){.hero-section__image img{right:-14%}}@media(max-width:1080px){.hero-section__image img{position:static;width:100%;max-width:100%}}@media(max-width:1080px){.hero-section__intro>svg{width:44px;height:44px}}.hero-section__intro__social--desktop{display:block}@media(max-width:1080px){.hero-section__intro__social--desktop{display:none}}.hero-section__intro__social--mobile{display:none}@media(max-width:1080px){.hero-section__intro__social--mobile{display:block}}.hero-section__intro__lower{margin-top:1.875rem;line-height:1}@media(max-width:1080px){.hero-section__intro__lower{margin-top:1.25rem}}@media(max-width:425px){.hero-section__intro__lower{margin-top:1rem}}.hero-section__intro__heading{font-size:56px;font-family:Chillax-Medium,sans-serif;color:#3c0061}@media(max-width:1080px){.hero-section__intro__heading{font-size:1.563rem}}@media(max-width:425px){.hero-section__intro__heading{line-height:1.3}}.hero-section__intro__sub-heading{font-size:28px;font-family:Poppins,sans-serif;margin-top:2rem;font-weight:500;color:#160323}@media(max-width:1080px){.hero-section__intro__sub-heading{font-size:.813rem;margin-top:1.125rem}}@media(max-width:425px){.hero-section__intro__sub-heading{line-height:1.8;margin-top:1rem}}.hero-section__intro__sub-heading>span{position:relative;display:inline-block}.hero-section__intro__sub-heading>span:after{position:absolute;content:"";height:5px;bottom:-.378em;right:8px;left:-8px;background:#fd5201;border-radius:.5rem;transform:translate(.5rem)}@media(max-width:1080px){.hero-section__intro__sub-heading>span:after{height:3px;transform:unset;border-radius:5px}}@media(max-width:425px){.hero-section__intro__sub-heading>span:after{bottom:1px}}.hero-section__intro__icons{display:none;align-items:center;gap:1rem;margin-top:1.875rem;justify-content:flex-start}.hero-section__intro__icons>div{padding:.75rem;display:flex}@media(max-width:1080px){.hero-section__intro__icons>div{padding:.5rem}}@media(max-width:1080px){.hero-section__intro__icons{margin:0;gap:.5rem;justify-content:center}}.hero-section__intro__invite{margin-top:1.25rem;font-size:1.25rem;font-family:Poppins,sans-serif;font-weight:500;color:#767676;display:none}@media(max-width:1080px){.hero-section__intro__invite{font-size:.813rem;margin-top:.75rem;text-align:center}}.hero-section__intro__based-in-tag{background:#c6bee33d;display:flex;align-items:center;justify-content:center;gap:.375rem;border-radius:200px;font-size:1rem;font-family:Chillax-Medium,sans-serif;color:#3c0061;margin-top:2.5rem;width:max-content;padding:.375rem .5rem;text-decoration:none}@media(max-width:1080px){.hero-section__intro__based-in-tag{margin:1.5rem auto 0;font-size:.875rem}}.no-investor{background-size:contain;background-position:right;background-image:url(/assets/no-investor-BAq3hwhF.png)}.no-investor:after{content:"";background-image:url(/assets/linear-bg-small-C22qW9Wh.png);width:100%;position:absolute;height:100%;top:0;left:0}@media(max-width:1080px){.no-investor:after{background-image:url(/assets/linear-investor-small-B-u501-G.png)}}.no-investor__inner{position:relative;z-index:9;padding-bottom:6.25rem}@media(max-width:1080px){.no-investor__inner{padding-bottom:11rem}}.no-investor__inner .home-page-heading,.no-investor__inner .home-page-para,.no-investor__inner .home-page-heading a,.no-investor__inner .home-page-para a{color:#fff}.discord{background-color:#5865f2}.discord__wrapper{position:relative;padding:4.25rem}@media(max-width:1080px){.discord__wrapper{padding:4.25rem 0}}.discord__wrapper>svg{position:absolute;right:2.75em;top:50%;transform:translateY(-50%)}@media(max-width:1080px){.discord__wrapper>svg{display:none}}.discord__join{border:2px solid #fff;color:#fff;font-size:1.25rem;font-family:Chillax-Medium,sans-serif;border-radius:8px;text-decoration:none;padding:.5rem .75rem;max-width:346px;display:grid;align-items:center;grid-template-columns:auto auto;gap:1.9rem;transition:.3s background-color linear;width:max-content;margin:0 auto}.discord__join:hover{background-color:#7984f5}@media(max-width:1080px){.discord__join{font-size:1rem}}@media(max-width:330px){.discord__join{gap:1rem}}.acronym-banner{background:#eae4d9}.acronym-banner p{color:#330320;padding:2rem 0;font-size:2rem;font-family:Chillax-Medium,sans-serif;font-weight:500;text-align:center;line-height:1}@media(max-width:1080px){.acronym-banner p{line-height:1.4;text-align:left;color:#3c0061}}.acronym-banner p span{color:#fd5201}.acronym-banner__para--desktop{display:block}@media(max-width:1080px){.acronym-banner__para--desktop{display:none}}.acronym-banner__para--mobile{display:none}@media(max-width:1080px){.acronym-banner__para--mobile{display:block}}.section-purple{background:#3c0061}.section-purple__inner .home-page-heading{color:#fff}.section-purple__inner .home-page-para{color:#fff;line-height:36px;font-weight:400}.section-purple__inner .home-page-para a{color:#fff}.section-purple .sign-up-btn{width:142;margin-top:25px;padding:8px 12px 8px 20px;gap:12px;border-radius:8px;background:#fff;display:flex;align-items:center;color:#3c0061;font-family:Chillax-Medium,sans-serif;font-weight:500;font-size:20px;border:none;cursor:pointer}.section-lavender{background:#e3dff1}.section-lavender__inner{position:relative}.section-lavender__inner .home-page-heading{color:#3c0061}.section-lavender__inner .home-page-para{color:#444}.section-white{background:#fff}.section-white__inner .home-page-heading{color:#3c0061}.section-white__inner .home-page-para{color:#444}.section-white__inner .home-page-para[data-is-attr=styled]{background:#f6f5fb;color:#55475f}.based-in>div{margin-top:-1rem}@media(max-width:1080px){.based-in>div{margin-top:0}}.based-in>img{margin-top:1rem}@media(max-width:1080px){.based-in>img{margin-top:2rem}}.coming-soon>svg{margin:0 auto}@media(max-width:1080px){.coming-soon>svg{margin:3rem auto}}.coming-soon__links{margin-top:1.5rem;display:flex;align-items:center;gap:1.25rem}@media(max-width:1080px){.coming-soon__links{margin-top:1.25rem;flex-direction:column}}.coming-soon__links .home-page-link{margin:0;flex-grow:1}.join-waitlist .wait-list-modal{margin-top:1.5rem;padding:1rem;border-radius:.75rem;background:#c6bee352;border:1px solid #d9d4ed;width:100%}@media(max-width:1080px){.join-waitlist .wait-list-modal{margin-top:1.25rem}}.join-waitlist .wait-list-modal__content{margin:0}.join-waitlist .wait-list-modal__content form{flex-direction:row;align-items:flex-start;gap:.5rem}@media(max-width:1080px){.join-waitlist .wait-list-modal__content form{flex-direction:column;gap:.5rem}}.join-waitlist .wait-list-modal__content form>*{flex-basis:100%;width:100%}.join-waitlist .wait-list-modal__content form>div:nth-child(1) label:after{position:absolute;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHCSURBVHgB1VVBUsIwFP0/bd3ookfgBnCEcgJZOsoMuGIYF8gFIOgBxIXDDBvKDDruwBOIJxBvwBG6tjTxp6CDkKYVxgWPRdLk//9+fv4LAIcOzGrIz3o5cMADyQJYiBl/rs+z+KUS8NLAZSfhgKalXxsSfOE4Te5fBiZ/Bilgx+HdKnigglJGk1VqVVyE4zR/4wl4uecxsF4p8FxEUfG7LKpczLbeaeoKoPVRfQq7nADBissiUQ7Xa67mEuT9us1OBCClGweRsFVn3dqfCah+s5gH8XRrD1klHsXSJgm2aVM4Rz5bhG0i8m4u+gOB0ZBychlghUpUiO9GRFMwJ2kGP38oMHTGZJnb2AqECIv86Wq2F0FMQl2DzLpmDPPqW4B4kwvhZxXbv8KsA6Xi488qmeX1FvJDRGJiOkkiwW2535AInC7ShTRI2Ww91rqZCX4UvDSYRBi9aJ0F8xAxbtckRWvb1AK7TW2ofp3WqMYhGX6n3A8oiQYpuk3f000DrdAosBeP9lEXUiBth6uRSAq6faOS057iDRvtXSUpWTm5Sr2wJ7QE6qVEwLZ68yEj1H3p1hPbVHWS5nlIij43/SccNr4AP0qq7OAuLFkAAAAASUVORK5CYII=);left:.5em;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem}.join-waitlist .wait-list-modal__content form>div:nth-child(2) label:after{position:absolute;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGESURBVHgB7ZVNTsJAFIDf9Cdx4aI3EG9QbwA3wJ1RiLjRuJIbMOABWBpgASbGuNMb4BF6A3sEFpIY287zTbFmqKUzlbjj28x0JjPfe+17KcCOCrD8Am9OPdj78GAL+NN1uFEyaE+GgNiFbWEQCts94rOLhXx01jYVAQMW0LCACiCgT4NHk5r1GTVpPvstURDyiOMeZ9HouG1NejTUi/as/AJl8ErX39N79FkczXlnqv0+UkBnOMUV0tjXSiS9h6uOqUgViCRpIBOhkcRUlBfkq0or0YlMBRIHNEhRvzWS3+ocVqKGHcc3pgJtJkUZWUn0VkVgJBmcjbr85K6WiehyTxVk+3+WDNrjKTA2ZI7dzTIScXIoltTNJOCnY1/uW649LxNZpQKEDiIE+O7ybD29/GXVoPzxMkj7QnZ4icjSCpZuI7u0CMqOqyIbnQOthA7UTQVForQocmwuYSolez9+pn4AU0jwMxeIi0KJjIb6offt8NVDlaDqAxSBEu86//HT2lGJL8i1ED2D4vZQAAAAAElFTkSuQmCC);left:.5em;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem}.join-waitlist .wait-list-modal__content form>div:nth-child(3) label:after{position:absolute;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKvSURBVHgB3VVBbhNBEOye3Ym4YX5gXoD9g+UFCTcgSHEOGEVckgfgrBF37AOKQEi2JQdxs3kB5gV2XoCf4INBwvZO0z0zuzheYydRThlpNbs9M13V1T29AHdl4LYN8YuzSFG4C4r2gKDoT02QcERkvpnE9OOvR+MbgcRPz4pBGLYIKIJtg7BhdFiP24eTdctqnfHd/ucDpYOhB5jwXDeQPDZT/aDWraLM8k1EHUeVjlUyHwoxuEok8bOPeyrAniUI0KSpjuP+eoZ2PztWQfCdPRX5GZtAl1cjUrkDIb53AFQ/7VaPNwHYM5wPo3WZCY0kZ7iY9zZG8nb/U4stFX7tsyxPVtieMiVJfgEBR7InCcNmytoRDIb8WhAp4+7RIBeJ1dMBgFkkJ5n9+YeS5MeuMYCPssRPbPNQaRXSiNjWdMyZ0Dq5glCV3AYcpCXpItA9cS75YfCHNvHMlG1jkUctZq3UB4U7DecDSin4JRADGLnZ/FiiEFmdWR6bnxScpTAJA3Hlscu9LBqWzktZgNnvYg4EiOxGNDhOTYgqckumAyvDyQMj+/FnFmVkyVw4x7qUB9k0CP9zyVzdKMTCpuP/QNA7QsoOoGdKCg5WD0q+1nUDBrwvsyGa5EAIE+cQcTe1Gb3T5ol1hkjKO73Rtp9pvoDpWSYha1KJhOBkwsV4iaxnxslTi/lPkDrnKsqSLCWstDjMSyIV5rwUV+zt2nn1MBeJVEZW52GQlWX85fWIQcu+T3lJYWz72S9dliqTsvfbJ95+sox56cYvR8MH4zfdl3W4hZFvkKI3eL05bGZa3/a/uDaIA+JODCiSFUQavqEDg0kHpvdG0jBtAXCHUCRFQhe181eNa4NYoCv+tORCcjco3wgkA2P5kFRFoXokjdGbbfuQFkTTnca238HdGX8BKhdYsTtcV3EAAAAASUVORK5CYII=);left:.5em;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem}.join-waitlist .wait-list-modal__content label{position:relative}.join-waitlist .wait-list-modal__content label input{margin:0;border:1px solid #d9d4ed;background:#fff;padding:.5rem .75rem .5rem 2.5rem;font-size:1rem;color:#767676}.join-waitlist .wait-list-modal__content label input::placeholder{font-style:normal;color:#767676}.join-waitlist .wait-list-modal__content .submit-button-wrapper{border:0;margin:0 0 0 .5rem;padding:0;flex-basis:content}@media(max-width:1080px){.join-waitlist .wait-list-modal__content .submit-button-wrapper{margin:0}}.join-waitlist .wait-list-modal__content .wait-list-modal__content__submit{padding:0;width:100%;height:43px;width:6.25rem;flex-basis:100%;font-size:1rem}@media(max-width:1080px){.join-waitlist>img{margin-top:2rem}}.release-dates{width:508px;border-radius:1rem;padding:1.25rem;background:#fff}.release-dates__header{display:flex;align-items:center;justify-content:space-between}.release-dates__heading{font-size:1.125rem;font-family:Poppins,sans-serif;font-weight:600;color:#160323;display:flex;align-items:center;justify-content:center;gap:.75rem}.release-dates__button{display:flex;align-items:center;justify-content:center;background:none;border:0}.release-dates .hero-section__intro__icons{margin-top:1.5rem;justify-content:center;gap:.625rem;flex-direction:column}.release-dates .hero-section__intro__icons>div{background:#fafafd;width:100%;cursor:default;font-size:1rem;font-family:Poppins,sans-serif;font-weight:500;color:#767676;display:grid;grid-template-columns:1fr 6fr;align-items:center}.hero-section-wrapper{min-height:calc(100vh - 78px);display:flex;flex-direction:column}.frequently-asked-questions{background:#fff!important}.faq-accordion{margin:40px}.faq-accordion .faq-item{margin-bottom:20px}.faq-accordion .faq-question{background:#c6bee3a3;padding:10px 32px;border:0;border-radius:10px;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;color:#160323;font-size:20px;font-family:Chillax-Medium,sans-serif}.faq-accordion .faq-question[data-is-faq]{background:#f6f5fb;font-size:16px}.faq-accordion .faq-icon{font-size:22px;font-weight:700;transition:transform .6s ease}.faq-accordion .faq-answer{max-height:0;overflow:hidden;transition:max-height .8s ease}.faq-accordion .faq-answer.open{max-height:500px}.faq-accordion .faq-answer-content{padding:20px 32px}.faq-accordion .faq-answer-content p{margin-bottom:1.5rem;color:#444c;font-size:18px;font-weight:400;font-family:Poppins,sans-serif}.faq-accordion .faq-answer-content p[data-is-faq]{font-size:16px;color:#444}.faq-accordion .faq-answer-content p a{color:#3c0061;font-weight:600;text-decoration:none}.success-modal{width:clamp(380px,20vw,100%);padding:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;border-radius:12px;gap:10px;animation:success-modal .3s forwards;position:fixed;z-index:9999;left:50%;transform:translate(-50%,50%)}@media(max-width:1080px){.success-modal{width:90%;max-width:380px}}@keyframes success-modal{0%{bottom:-50%}to{bottom:50%}}.success-modal__para1{font-family:Poppins,sans-serif;font-weight:600;font-size:18px;color:#3c0061}.success-modal__para2{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#767676}.cookies-consent-container{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background-color:#0000001a;z-index:9999}.cookies-consent{max-width:600px;background-color:#fff;margin:auto;border-radius:16px;padding:1.25rem}@media(max-width:767px){.cookies-consent{margin:auto 0 0;border-bottom-left-radius:0;border-bottom-right-radius:0;width:100%;max-width:100%}}.cookies-consent__header{border-bottom:1px solid #f3eef9;padding-bottom:.5rem;display:flex;align-items:center}.cookies-consent__header__text{display:flex;gap:.5rem;align-items:center}.cookies-consent__header__text>span{width:35px;height:35px;align-self:flex-end}.cookies-consent__header__text h2{color:#160323;font-family:Chillax-Medium,sans-serif;font-weight:500;white-space:nowrap;font-size:1.25rem}.cookies-consent__header__close{margin-left:auto;display:flex}.cookies-consent__para{color:#777;font-weight:500;font-family:Poppins,sans-serif;padding:1rem 0;text-align:justify}.cookies-consent__para a{color:#3c0061;font-weight:600;text-decoration:none}.cookies-consent__footer{border-top:1px solid #f3eef9;display:grid;grid-auto-flow:column;grid-template-columns:2fr 1fr;align-items:center;padding-top:1rem;gap:2.5rem;font-weight:500;font-family:Poppins,sans-serif}@media(max-width:767px){.cookies-consent__footer{gap:0;grid-template-columns:1fr 1fr}}.cookies-consent__footer__cancel{text-align:right;color:#3c0061}@media(max-width:767px){.cookies-consent__footer__cancel{text-align:center}}.cookies-consent__footer__save{background-color:#3c0061;border-radius:8px;padding:.625rem 0;color:#fff;text-align:center;min-width:220px}@media(max-width:767px){.cookies-consent__footer__save{min-width:170px}}.cookies-consent__footer__save>*{display:inline-block}.custom-messages{margin:6.25rem auto;max-width:900px}@media(max-width:767px){.custom-messages{margin:9.5rem auto}}.custom-messages[data-is-page-not-found=true]{max-width:560px}.custom-messages[data-is-page-not-found=true] .custom-message__para1{color:#444;font-weight:600;margin-top:4.875rem;font-size:2rem}.custom-messages[data-is-page-not-found=true] .custom-message__para2{margin-top:3.75rem;font-size:1.25rem}.custom-message{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}@media(max-width:767px){.custom-message{padding:0 3.125rem}.custom-message>svg{width:90px;height:100px}}.custom-message__para1{margin-top:3.625rem;font-size:3rem;font-family:Poppins,sans-serif;font-weight:500;color:#160323}.custom-message__para1[data-is-chillax-font=true]{font-family:Chillax-medium,sans-serif}.custom-message__para1[data-is-email-verified-res=true]{color:#3c0061}@media(max-width:767px){.custom-message__para1{font-size:1.5rem;margin-top:3.125rem}}.custom-message__para2{font-size:2rem;margin-top:2.5rem;font-family:Poppins,sans-serif;font-weight:400;color:#767676}@media(max-width:767px){.custom-message__para2{font-size:1rem;margin-top:2.5rem}}#cloned-component>div:first-child{width:1000px;position:absolute;right:0;left:0;background:#fff;top:-2000em}#cloned-component>div:first-child.cookie-policy-sonata{width:1200px}.press-releases__titles{margin-top:2.88rem}@media(max-width:767px){.press-releases__titles{margin-top:2rem}}.press-releases__titles .p-table-of-contents a{max-width:100%;justify-content:unset;background-color:#f6f5fb;border:0}@media(max-width:767px){.press-releases__titles .p-table-of-contents a{position:relative}}.press-releases__titles .p-table-of-contents a,.press-releases__titles .p-table-of-contents em{font-size:1.25rem;font-family:Chillax-Medium,sans-serif;font-weight:500;font-style:normal}@media(max-width:767px){.press-releases__titles .p-table-of-contents a,.press-releases__titles .p-table-of-contents em{font-size:1rem;display:block}}@media(max-width:767px){.press-releases__titles .p-table-of-contents a em,.press-releases__titles .p-table-of-contents em em{max-width:90%}}.press-releases__titles .p-table-of-contents a em:last-of-type,.press-releases__titles .p-table-of-contents em em:last-of-type{margin-left:auto;font-family:Poppins,sans-serif;font-weight:400}@media(max-width:767px){.press-releases__titles .p-table-of-contents a em:last-of-type,.press-releases__titles .p-table-of-contents em em:last-of-type{margin:0}}.press-releases__titles .p-table-of-contents a svg,.press-releases__titles .p-table-of-contents em svg{margin-left:.8rem}@media(max-width:767px){.press-releases__titles .p-table-of-contents a svg,.press-releases__titles .p-table-of-contents em svg{margin:0;position:absolute;top:50%;right:1.5em;transform:translateY(-50%)}}.press-releases__content{margin:3rem 0 5rem}.press-releases__content .p-title h1{font-size:2rem;font-weight:500;display:flex;align-items:center;gap:.75rem}@media(max-width:767px){.press-releases__content .p-title h1{font-size:1.25rem}}.press-releases__content .p-title h1 a{display:flex}.press-releases__content .press-release{max-width:1000px;margin:0 auto;padding:0 1.5rem;margin-top:3rem}@media(max-width:767px){.press-releases__content .press-release{margin-top:1.31rem}}.press-releases__content .press-release h2{font-size:1rem;font-weight:600;padding:0;max-width:100%;margin:0}.press-releases__content .press-release p{padding:0;font-size:1rem}.press-releases__content .press-release p strong{font-weight:600}.press-releases__content .press-release p:first-of-type{margin-top:0}.press-releases__content .press-release p:nth-last-child(2) a{color:#0081e6;font-family:Poppins,sans-serif;font-weight:400;max-width:max-content;font-size:1rem;display:block;padding:0;margin:0}.press-releases__content .press-release__bottom{max-width:1200px;margin:0 auto;margin-top:1.75rem;padding:0 1.5rem}@media(max-width:767px){.press-releases__content .press-release__bottom{margin-top:1.25rem}}.press-releases__content .press-release__bottom>p{background-color:#f5f5f5;padding:1rem 1.5rem;display:flex;gap:.5rem;justify-content:space-between}.press-releases__content .press-release__bottom>p:last-of-type{margin-top:.5rem}@media(max-width:1000px){.press-releases__content .press-release__bottom>p{flex-direction:column;justify-content:center;gap:.75rem}}.press-releases__content .press-release__bottom>p button{height:max-content;align-self:center;background-color:transparent;border-radius:8px;border:2px solid #444444;padding:.5rem 1rem;display:flex;align-items:center}@media(max-width:1000px){.press-releases__content .press-release__bottom>p button{justify-content:space-between;gap:0!important}}.press-releases__content .press-release__bottom>p button img{width:100%}.press-releases__content .press-release__bottom>p button span{font-size:1rem;font-weight:500}@media(max-width:767px){.press-releases__content .press-release__bottom>p button span{font-size:.875rem}}.press-releases__content .press-release__bottom>p button span:first-child{font-family:Chillax-Medium,sans-serif;color:#444}.press-releases__content .press-release__bottom>p button span:last-child{font-family:Poppins,sans-serif;color:#707070}@media(max-width:1000px){.press-releases__content .press-release__bottom>p button{width:100%}}.modal-dialog-container[data-is-modal=true]{position:fixed;top:0;bottom:0;left:0;right:0;background:#444444d6;display:flex;justify-content:center;align-items:center}.modal-dialog-container [data-is-dialog=true]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.preview{max-width:952px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:6.25rem 1.5rem}@media(max-width:767px){.preview{padding:5rem 1.5rem}.preview>svg{width:80px;height:80px}}.preview__heading{margin-top:1.25rem;color:#3c0061;font-size:3rem;font-family:Chillax-Medium,sans-serif}@media(max-width:767px){.preview__heading{font-size:2rem}}.preview__early-access{margin-top:1.25rem;font-family:Poppins,sans-serif;font-weight:400;font-size:1.75rem;color:#160323;text-align:center}@media(max-width:767px){.preview__early-access{font-size:1.125rem}}.preview__early-access>span:after{width:76%}.preview__questions-heading{margin-top:5rem;font-family:Poppins,sans-serif;font-weight:400;font-size:1.5rem;color:#444}@media(max-width:767px){.preview__questions-heading{margin-top:2.5rem;font-size:1rem}}.preview__questions{display:flex;flex-direction:column;gap:.75rem;margin-top:2.5rem}.preview__question{background:#f6f5fb;border-radius:.75rem;padding:.75rem 1.25rem;font-family:Poppins,sans-serif;font-weight:500;font-size:1.25rem;color:#55475f}@media(max-width:767px){.preview__question{font-size:1rem}}.preview__email{margin-top:2.5rem;border-radius:.75rem;padding:.75rem 1.25rem;background:#3c0061;display:flex;align-items:center;justify-content:center;gap:1rem}.preview__email a{color:#fff;font-size:1.25rem;font-family:Chillax-Regular,sans-serif;font-weight:400;text-decoration:none}.preview__reserve-handle{margin-top:2.5rem;font-family:Poppins,sans-serif;font-weight:400;font-size:1.25rem;color:#444}@media(max-width:767px){.preview__reserve-handle{font-size:.875rem}}.preview__reserve-handle span{color:#8b00e0;cursor:default}.basic-page__content{margin:3rem 0 5rem}.basic-page__content p{font-size:1rem}.basic-page__content p .white-paper-link{color:#3c0061;font-weight:600;text-decoration:none}.basic-page__content a{color:#0081e6}.basic-page__content em{color:#767676}.basic-page__content strong{font-size:1.125rem}.basic-page__content strong em{display:block;font-size:.75rem;color:#767676;font-weight:400}.basic-page__content blockquote{margin-top:2.5rem}.basic-page__content blockquote p{font-size:1.5rem;font-weight:600}.basic-page__content .p-table-of-contents{padding-bottom:2.5rem;border-bottom:1px solid #e7e7e7}.basic-page__content ol,.basic-page__content ul{font-size:1rem}.basic-page__content ol li,.basic-page__content ul li{margin-left:1.5rem;word-break:break-word}.basic-page__content ol li ul,.basic-page__content ul li ul{margin-top:0}.basic-page__content ol li strong,.basic-page__content ul li strong{font-size:1rem;font-weight:600}.basic-page .inner-container__grid{padding:3.5rem 6.25rem 4rem}@media(max-width:767px){.basic-page .inner-container__grid{padding:4rem 0}}.basic-page .join-waitlist .wait-list-modal{margin-top:0;max-width:396px}.basic-page .join-waitlist .wait-list-modal__content form{flex-direction:column}@media(max-width:767px){.basic-page .join-waitlist>img{margin-top:6.25rem}}.basic-page .donation-platforms{padding-top:1em;padding-left:6.5rem}@media(max-width:767px){.desktop-link{display:none!important}}.mobile-link{display:none!important}@media(max-width:767px){.mobile-link{display:flex!important;padding:0!important}}.faq-item-container__button{padding:.75rem 2rem;border-radius:8px;width:100%;background:transparent;border:none;cursor:pointer;color:#160323;background:#f6f5fb;font-size:16px;font-weight:500;font-family:Chillax-Medium,sans-serif;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:start}@media(max-width:1080px){.faq-item-container__button{gap:2rem;font-size:16px;font-weight:500}}.faq-item-container__answer{padding:.75rem 2rem}@media(max-width:1080px){.faq-item-container__answer{padding:16px 24px}}.faq-item-container__answer{margin:0}.faq-item-container__answer p{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;letter-spacing:0%;color:#444;margin:1rem auto 0}.faq-item-container__answer p .white-paper-link{color:#3c0061;font-weight:600;text-decoration:none;cursor:pointer}@media(max-width:767px){.toc-page__h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.toc-container{display:grid;grid-template-columns:1fr 3fr;max-width:1000px;margin:2.5rem auto 10rem;padding:0 1.5rem;gap:2.75rem;align-items:start}@media(max-width:767px){.toc-container{margin-top:0;display:block;padding:0}}.toc-table{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.75rem;position:relative}.toc-table:after{position:absolute;content:"";background:#e7e7e7;right:-22px;width:1px;height:100%}@media(max-width:767px){.toc-table:after{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.7144%208.35529C18.602%208.24267%2018.4685%208.15331%2018.3215%208.09235C18.1746%208.03138%2018.017%208%2017.8579%208C17.6988%208%2017.5412%208.03138%2017.3943%208.09235C17.2473%208.15331%2017.1138%208.24267%2017.0014%208.35529L12.2876%2013.0691L7.57374%208.35529C7.46126%208.24281%207.32773%208.15359%207.18077%208.09272C7.03381%208.03185%206.8763%208.00051%206.71723%208.00051C6.55816%208.00051%206.40065%208.03185%206.25369%208.09272C6.10673%208.15359%205.9732%208.24281%205.86072%208.35529C5.74825%208.46777%205.65902%208.6013%205.59815%208.74826C5.53728%208.89522%205.50595%209.05273%205.50595%209.2118C5.50595%209.37087%205.53728%209.52838%205.59815%209.67534C5.65902%209.82229%205.74825%209.95583%205.86072%2010.0683L11.4371%2015.6447C11.5495%2015.7573%2011.683%2015.8467%2011.83%2015.9077C11.977%2015.9686%2012.1345%2016%2012.2936%2016C12.4527%2016%2012.6103%2015.9686%2012.7573%2015.9077C12.9042%2015.8467%2013.0377%2015.7573%2013.1501%2015.6447L18.7265%2010.0683C19.1882%209.60664%2019.1882%208.8291%2018.7144%208.35529Z'%20fill='%23160323'/%3e%3c/svg%3e");height:1.5rem;width:1.5rem;right:1.5em;top:.875em;background:transparent}}.toc-table[data-open=true]{height:12.5rem;overflow:auto;background:#fff;z-index:9;border-bottom:1px solid #d9d4ed;scrollbar-gutter:stable}.toc-table[data-open=true]:after{transform:rotate(180deg)}.toc-table a{padding:.5rem .75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;color:#3c0061;font-size:1rem;font-family:Chillax-Medium,sans-serif;text-decoration:none;width:100%;letter-spacing:-1px;line-height:1.4;-webkit-user-select:none;user-select:none}@media(max-width:767px){.toc-table a{padding:.75rem 1.5rem;border-radius:0}}.toc-table a:before{content:"";width:10px;height:10px;background:#fd5201;border-radius:50%;flex:none}.toc-table a.active-link{background:#d9d4ed}.toc-wrapper{margin-top:-1.5rem}@media(max-width:767px){.toc-wrapper{margin-top:1.5rem;padding:0 1.5rem}}.toc-wrapper p{padding:0;font-size:1rem;margin:1.5rem auto 0}.toc-wrapper__img{max-width:620px;margin:4.5rem auto 0;gap:4rem}@media(max-width:767px){.toc-wrapper__img{gap:2.5rem;margin:3rem auto}}.toc-wrapper img{border-radius:.75rem;box-shadow:0 0 10px #00000014;width:100%;max-width:300px;margin:0 auto}.toc-wrapper ol,.toc-wrapper ul{padding:0;font-size:1rem;margin:1.5rem auto 0}.toc-wrapper ol li,.toc-wrapper ul li{margin-left:2rem}.toc-wrapper ol li ul,.toc-wrapper ul li ul{margin-top:0}.toc-wrapper em strong{font-weight:500}.toc-wrapper strong em{font-weight:500;font-style:normal}.toc-wrapper blockquote ul{margin-top:.25rem}.toc-wrapper .toc-note{color:#767676;margin-top:3rem}.toc-sub-heading{font-size:1rem;margin:1.5rem auto 0}@media(max-width:767px){.toc-sub-heading{margin:1.5rem auto}}.toc-bottom{display:none;align-items:center;justify-content:center;margin:4rem 1.5rem 0;border-radius:.5rem;border:2px solid #3c0061;padding:.5rem 1rem;gap:3rem}.toc-bottom a{color:#3c0061;font-size:1rem;font-family:Chillax-Medium,sans-serif;text-decoration:none;align-items:center;justify-content:center;gap:.75rem;width:100%}.toc-bottom a:first-child:before{content:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.5%2013C4.94771%2013%204.5%2012.5523%204.5%2012C4.5%2011.4477%204.94771%2011%205.5%2011L5.5%2013ZM20.2071%2011.2929C20.5976%2011.6834%2020.5976%2012.3166%2020.2071%2012.7071L13.8431%2019.0711C13.4526%2019.4616%2012.8195%2019.4616%2012.4289%2019.0711C12.0384%2018.6805%2012.0384%2018.0474%2012.4289%2017.6569L18.0858%2012L12.4289%206.34315C12.0384%205.95262%2012.0384%205.31946%2012.4289%204.92893C12.8195%204.53841%2013.4526%204.53841%2013.8431%204.92893L20.2071%2011.2929ZM5.5%2011L19.5%2011L19.5%2013L5.5%2013L5.5%2011Z'%20fill='%233C0061'/%3e%3c/svg%3e");width:1.5rem;height:1.5rem;transform:rotate(180deg)}.toc-bottom a:last-child:after{content:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.5%2013C4.94771%2013%204.5%2012.5523%204.5%2012C4.5%2011.4477%204.94771%2011%205.5%2011L5.5%2013ZM20.2071%2011.2929C20.5976%2011.6834%2020.5976%2012.3166%2020.2071%2012.7071L13.8431%2019.0711C13.4526%2019.4616%2012.8195%2019.4616%2012.4289%2019.0711C12.0384%2018.6805%2012.0384%2018.0474%2012.4289%2017.6569L18.0858%2012L12.4289%206.34315C12.0384%205.95262%2012.0384%205.31946%2012.4289%204.92893C12.8195%204.53841%2013.4526%204.53841%2013.8431%204.92893L20.2071%2011.2929ZM5.5%2011L19.5%2011L19.5%2013L5.5%2013L5.5%2011Z'%20fill='%233C0061'/%3e%3c/svg%3e");width:1.5rem;height:1.5rem}.drop-shadow img:first-of-type{box-shadow:0 0}.drop-shadow-for-both img{box-shadow:0 0}.moderation-admin-dashboard img{max-width:none}.blogs-page__container{display:grid;grid-auto-flow:column;align-items:center;gap:3rem;padding:0}@media(max-width:1080px){.blogs-page__container{display:block;padding:2rem 1.5rem 1.5rem;max-width:510px}}@media(max-width:767px){.blogs-page__container{padding-top:0;margin-top:0}}.blogs-page__content{margin:3rem 0 5rem}@media(max-width:767px){.blogs-page__content{margin-top:0}}.blogs-page__content .p-title{padding:0;margin:0}@media(max-width:1080px){.blogs-page__content .p-title{font-size:3rem}}@media(max-width:767px){.blogs-page__content .p-title{font-size:2rem;margin:2rem auto 0}}.blogs-page__content .p-description{font-size:1.25rem;padding:0;color:#160323}.blogs-page__grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1080px){.blogs-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.blogs-page__grid{grid-template-columns:1fr}}.blogs-page__grid .blog-card{height:100%;background-color:#f6f5fb;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.blogs-page__grid .blog-card .blog-image{max-width:100%;width:100%;height:200px;max-height:200px;min-height:200px;border-radius:8px;object-fit:cover}@media(max-width:767px){.blogs-page__grid .blog-card .blog-image{height:300px;max-height:300px;min-height:300px}}.blogs-page__grid .blog-card__content{display:flex;flex-direction:column;gap:.5rem;height:100%;padding:0 1rem 1rem}.blogs-page__grid .blog-card__content .blog-title{font-size:18px;font-weight:600;color:#3c0061;padding:0;margin:0}.blogs-page__grid .blog-card__content .blog-description{font-weight:400;font-size:14px;color:#16032399;padding:0;margin:0}.blogs-page__grid .blog-card__author-info{margin-top:auto;background:#c6bee352;display:flex;align-items:center;gap:.5rem;border-radius:100px}.blogs-page__grid .blog-card__author-info img{max-width:100%;width:30px;height:30px;border-radius:50%}.blogs-page__grid .blog-card__author-info .blog-author-info{display:flex;justify-content:flex-start;align-items:center}.blogs-page__grid .blog-card__author-info .blog-author-info span.dot{width:4px;height:4px;background-color:#3c0061;border-radius:50%;display:inline-block;margin:0 5px}.blogs-page__grid .blog-card__author-info .blog-author-info span{font-weight:400;font-size:12px;color:#160323cc;padding:0;margin:0}@media(max-width:1080px){.blog-basic-page-wrapper{padding:0 1rem}}.post-heading{max-width:1000px;margin:2.5rem auto 0}@media(max-width:767px){.post-heading.web-blog-heading{display:none}}.post-heading.mobile-blog-heading{display:none}@media(max-width:767px){.post-heading.mobile-blog-heading{display:block}}.post-heading img{max-width:100%}.post-heading__row{display:flex;justify-content:space-between;align-items:flex-start}@media(max-width:767px){.post-heading__row{display:block}}.post-heading__left-column{width:51%}.post-heading__top{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.post-heading__top>p{font-weight:600;font-size:1rem;padding:0;margin:0;color:#160323}.post-heading__top a{display:flex;align-items:center;gap:.5rem}.post-heading__bottom{margin-top:1rem;background:#f6f5fb;padding:1rem;border-bottom-left-radius:8px;border-top-left-radius:8px}@media(max-width:767px){.post-heading__bottom{margin-top:0;width:100%;border-radius:8px}}.post-heading__bottom h1{font-size:2rem;font-weight:600;color:#3c0061;text-align:start;margin:0;padding:0;margin-bottom:1rem}@media(max-width:767px){.post-heading__bottom h1{margin-top:2rem}}.post-heading__bottom .post-heading__author-info{width:fit-content}.post-heading__bottom .post-heading__author-info .blog-author-info{padding-right:1rem}.post-heading__right-column{width:50%}.post-heading__right-column img{width:100%;height:320px;border-radius:8px;object-fit:cover}@media(max-width:767px){.post-heading__right-column{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;width:100%}.post-heading__right-column img{height:200px;width:80%;margin-bottom:-24px;z-index:5}}.post-heading__author-info{margin-top:auto;background:#c6bee352;display:flex;align-items:center;gap:.5rem;border-radius:100px}.post-heading__author-info img{max-width:100%;width:30px;height:30px;border-radius:50%;margin:0}.post-heading__author-info .blog-author-info{display:flex;justify-content:flex-start;align-items:center}.post-heading__author-info .blog-author-info span.dot{width:4px;height:4px;background-color:#3c0061;border-radius:50%;display:inline-block;margin:0 5px}.post-heading__author-info .blog-author-info span{font-weight:400;font-size:12px;color:#160323cc;padding:0;margin:0}.blog-basic-page{display:grid;grid-template-columns:7fr 2fr;gap:1rem;margin:2rem 0;max-width:1000px;margin:2.5rem auto}@media(max-width:767px){.blog-basic-page{display:block}}.blog-basic-page img{max-width:100%;width:100%;border-radius:8px}.blog-basic-page p{font-size:1rem;font-weight:500;color:#444;padding:0}.blog-basic-page p:first-child{margin-top:0}.blog-basic-page .img-caption{font-size:14px;font-weight:400;color:#444;margin:0 1.5rem;background-color:#f9f9f9;border-radius:8px;padding:.3rem 1rem;text-align:center}@media(max-width:767px){.blog-basic-page .img-caption{margin:0}}@media(max-width:767px){.blog-basic-page .related-posts{margin-top:2rem}}.blog-basic-page .related-posts h3{font-size:1rem;font-weight:500;color:#767676;text-transform:uppercase;margin:0;padding:0}.blog-basic-page .related-posts a{display:block;padding:.5rem 1rem;font-weight:600;font-size:14px;color:#3c0061;background:#f6f5fb;border-left:5px solid #3c0061;border-top-right-radius:8px;border-bottom-right-radius:8px;text-decoration:none;margin-top:.75rem}.post-bottom{max-width:1000px;margin:1rem auto 0;padding:0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:425px){.post-bottom{flex-direction:column}}.post-bottom a{flex:1;width:100%;display:flex;justify-content:center;align-items:center;text-decoration:none;background:#3c0061;padding:.5rem 1rem;border-radius:8px;color:#fff;font-weight:500;font-size:16px}@media(max-width:425px){.post-bottom a{margin-top:0}}.related-blogs{max-width:1000px;margin:1rem auto 3rem;padding:0;gap:1rem}.related-blogs .related-blog-title{font-size:20px;font-weight:600;color:#160323;padding:0;margin:0;text-align:left}.related-blogs .blogs-page__grid{margin-top:1rem}.what-is-sonata-page{margin:0 auto 7rem;padding:0 24px}@media(max-width:767px){.what-is-sonata-page{padding:0 24px}}.what-is-sonata-page__main-content{margin:5rem auto 0}@media(max-width:1080px){.what-is-sonata-page__main-content{margin:3rem auto 0}}.what-is-sonata-page__content{margin:3rem 0 5rem}.what-is-sonata-page__content p{font-size:1rem}.what-is-sonata-page__content p .white-paper-link{color:#3c0061;font-weight:600;text-decoration:none}.what-is-sonata-page__content a{color:#0081e6}.what-is-sonata-page__content em{color:#767676}.what-is-sonata-page__content strong{font-size:1.125rem}.what-is-sonata-page__content strong em{display:block;font-size:.75rem;color:#767676;font-weight:400}.what-is-sonata-page__content blockquote{margin-top:2.5rem}.what-is-sonata-page__content blockquote p{font-size:1.5rem;font-weight:600}.what-is-sonata-page__content .p-table-of-contents{padding-bottom:2.5rem;border-bottom:1px solid #e7e7e7}.what-is-sonata-page__content ol,.what-is-sonata-page__content ul{font-size:1rem}.what-is-sonata-page__content ol li,.what-is-sonata-page__content ul li{margin-left:1.5rem;word-break:break-word}.what-is-sonata-page__content ol li ul,.what-is-sonata-page__content ul li ul{margin-top:0}.what-is-sonata-page__content ol li strong,.what-is-sonata-page__content ul li strong{font-size:1rem;font-weight:600}.what-is-sonata-page .inner-container__grid{padding:3.5rem 6.25rem 4rem}@media(max-width:767px){.what-is-sonata-page .inner-container__grid{padding:4rem 0}}.what-is-sonata-page .join-waitlist .wait-list-modal{margin-top:0;max-width:396px}.what-is-sonata-page .join-waitlist .wait-list-modal__content form{flex-direction:column}@media(max-width:767px){.what-is-sonata-page .join-waitlist>img{margin-top:6.25rem}}.what-is-sonata-page .donation-platforms{padding-top:1em;padding-left:6.5rem}.what-is-sonata-page .hero-section-what-is{display:flex;align-items:start;margin:2.5rem auto 9rem;justify-content:space-between;padding:0 0 0 2.5rem;gap:1rem;position:relative;max-width:1042px}@media(max-width:1080px){.what-is-sonata-page .hero-section-what-is{max-width:520px;margin-top:2rem}}@media(max-width:1080px){.what-is-sonata-page .hero-section-what-is{display:flex;align-items:center;gap:25px}}.what-is-sonata-page .hero-section-what-is .hero-image-what-is{display:flex;align-items:end;justify-content:end;position:absolute;right:0}@media(max-width:1080px){.what-is-sonata-page .hero-section-what-is .hero-image-what-is svg{width:88px;height:88px}}.what-is-sonata-page .hero-section-what-is__content{display:block}.what-is-sonata-page .hero-section-what-is__content__heading{font-family:Chillax-Medium,sans-serif;font-weight:500;font-style:Medium;font-size:64px;color:#3c0061}@media(max-width:1080px){.what-is-sonata-page .hero-section-what-is__content__heading{font-size:48px}}@media(max-width:767px){.what-is-sonata-page .hero-section-what-is__content__heading{font-size:36px}}@media(max-width:425px){.what-is-sonata-page .hero-section-what-is__content__heading{font-size:32px}}.what-is-sonata-page .hero-section-what-is__content__sub-heading{font-size:20px;font-family:Poppins,sans-serif;font-weight:500;color:#160323}@media(max-width:1080px){.what-is-sonata-page .hero-section-what-is__content__sub-heading{font-size:14px;margin-top:5px}}@media(max-width:425px){.what-is-sonata-page .hero-section-what-is__content__sub-heading{font-size:14px;margin-top:2px}}.what-is-sonata-page .hero-section-what-is__content__sub-heading>span{position:relative;display:inline-block}.what-is-sonata-page .hero-section-what-is__content__sub-heading>span:after{position:absolute;content:"";height:5px;bottom:-.378em;right:8px;left:-8px;background:#fd5201;border-radius:.5rem;transform:translate(.5rem)}@media(max-width:1080px){.what-is-sonata-page .hero-section-what-is__content__sub-heading>span:after{height:3px;transform:unset;border-radius:5px}}@media(max-width:425px){.what-is-sonata-page .hero-section-what-is__content__sub-heading>span:after{bottom:-3.5px;right:0;left:0}}.what-is-sonata-page .content-section-what-is{position:relative;padding:0;margin-top:3.5rem;max-width:1042px}@media(max-width:1080px){.what-is-sonata-page .content-section-what-is{max-width:520px;margin-top:2rem}}.what-is-sonata-page .content-section-what-is .section-badge{-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:8px;background-color:#3c0061;border:3px solid #3c0061;margin-left:.5rem}@media(max-width:1080px){.what-is-sonata-page .content-section-what-is .section-badge{margin-left:1rem}}.what-is-sonata-page .content-section-what-is .section-badge .orange-square{position:absolute!important;top:-12px;left:-5px;width:38px;height:38px;background-color:#fd5201;border-radius:8px;z-index:-1}@media(max-width:1080px){.what-is-sonata-page .content-section-what-is .section-badge .orange-square{left:0}}.what-is-sonata-page .content-section-what-is .section-badge h3{width:auto;display:inline-block;color:#fff;font-weight:600;white-space:nowrap;font-size:20px;font-family:Chillax-Semibold,sans-serif}@media(max-width:767px){.what-is-sonata-page .content-section-what-is .section-badge h3{font-size:16px}}.what-is-sonata-page .content-section-what-is__inner-content{padding:16px 0 16px 2.5rem}.what-is-sonata-page .content-section-what-is .paragraphs{margin-top:20px;max-width:1000px}.what-is-sonata-page .content-section-what-is .paragraphs p{color:#444;font-size:16px;font-weight:400;font-family:Poppins,sans-serif;margin-bottom:1.5rem}.what-is-sonata-page .content-section-what-is .paragraphs p span{color:#160323;font-weight:600}.what-is-sonata-page .content-section-what-is .paragraphs p span span{color:#fd5201}.what-is-sonata-page .content-section-what-is .paragraphs p .link,.what-is-sonata-page .content-section-what-is .paragraphs p .white-paper{color:#3c0061;font-weight:600;text-decoration:none}.what-is-sonata-page .content-section-what-is .paragraphs p .link:hover,.what-is-sonata-page .content-section-what-is .paragraphs p .white-paper:hover{text-decoration:underline}.what-is-sonata-page .content-section-what-is .paragraphs p .white-paper-link{color:#3c0061;font-weight:600;text-decoration:none}.what-is-sonata-page .content-section-what-is .list{margin-top:20px;list-style:none;padding:0}.what-is-sonata-page .content-section-what-is .list li{display:flex;gap:10px;margin-bottom:10px}.what-is-sonata-page .content-section-what-is .list li p{margin:0;color:#160323;font-weight:400;font-family:Poppins,sans-serif;font-size:16px}.what-is-sonata-page .content-section-what-is .list li p strong{font-weight:500}.what-is-sonata-page .content-section-what-is .what-is-sonata-btn{border-radius:8px;border-width:2px;padding:10px 16px;border:2px solid #3C0061;display:flex;align-items:center;justify-content:center;font-family:Chillax-Medium,sans-serif;font-weight:500;font-size:16px;color:#3c0061;cursor:pointer;background:transparent;gap:6px;text-decoration:none;width:fit-content}.what-is-sonata-page .content-section-what-is .what-is-sonata-btn:hover,.what-is-sonata-page .content-section-what-is .what-is-sonata-btn:focus,.what-is-sonata-page .content-section-what-is .what-is-sonata-btn:visited{color:#3c0061;text-decoration:none}.what-is-sonata-page .content-section-what-is .amplification-images{display:flex;align-items:center;gap:2rem;margin:3.5rem auto}@media(max-width:767px){.what-is-sonata-page .content-section-what-is .amplification-images{display:none}}.what-is-sonata-page .channels-section{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:131.14px 131.14px;background-position:right 34px;max-width:1042px;margin:1rem auto 0}.what-is-sonata-page .channels-section .channl-image-responsive{display:none}@media(max-width:1080px){.what-is-sonata-page .channels-section{background-image:none}.what-is-sonata-page .channels-section .channl-image-responsive{display:flex;align-items:center;justify-content:center}}.what-is-sonata-page .channels-section .channel-section{display:flex;flex-direction:column-reverse}.what-is-sonata-page .faq-item-container-what-is__button{padding:.75rem 2rem;border-radius:8px;width:100%;background:transparent;border:none;cursor:pointer;color:#160323;background:#f6f5fb;font-size:16px;font-weight:500;font-family:Chillax-Medium,sans-serif;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:start}@media(max-width:1080px){.what-is-sonata-page .faq-item-container-what-is__button{gap:2rem;font-size:16px;font-weight:500}}.what-is-sonata-page .faq-item-container-what-is__answer{padding:.75rem 2rem;margin:0}@media(max-width:1080px){.what-is-sonata-page .faq-item-container-what-is__answer{padding:16px 20px}}.what-is-sonata-page .faq-item-container-what-is__answer p{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;letter-spacing:0%;color:#444;margin:1rem auto 0}/**
 * @license
 *
 * Font Family: Chillax
 * Designed by: Manushi Parikh
 * URL: https://www.fontshare.com/fonts/chillax
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Chillax Variable(Variable font)
 * Chillax Extralight
 * Chillax Light
 * Chillax Regular
 * Chillax Medium
 * Chillax Semibold
 * Chillax Bold
 *
*/@font-face{font-family:Chillax-Variable;src:url(/assets/Chillax-Variable-3OGwrkmm.woff2) format("woff2"),url(/assets/Chillax-Variable-DJzWk0KB.woff) format("woff"),url(/assets/Chillax-Variable-adSItSd9.ttf) format("truetype");font-weight:200 700;font-display:swap;font-style:normal}@font-face{font-family:Chillax-Extralight;src:url(/assets/Chillax-Extralight-Cutl3tgX.woff2) format("woff2"),url(/assets/Chillax-Extralight-pP43wGuU.woff) format("woff"),url(/assets/Chillax-Extralight-DLbQ9yzW.ttf) format("truetype");font-weight:200;font-display:swap;font-style:normal}@font-face{font-family:Chillax-Light;src:url(/assets/Chillax-Light-D1bgFOD4.woff2) format("woff2"),url(/assets/Chillax-Light-CP6aeztD.woff) format("woff"),url(/assets/Chillax-Light-iMpqqy7B.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Chillax-Regular;src:url(/assets/Chillax-Regular-DCEovDrN.woff2) format("woff2"),url(/assets/Chillax-Regular-WYnASVe4.woff) format("woff"),url(/assets/Chillax-Regular-DDL1LzvV.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Chillax-Medium;src:url(/assets/Chillax-Medium-BmL3CiFe.woff2) format("woff2"),url(/assets/Chillax-Medium-CS_sKsD0.woff) format("woff"),url(/assets/Chillax-Medium-BtSjD5k2.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Chillax-Semibold;src:url(/assets/Chillax-Semibold-BeOZ2uPm.woff2) format("woff2"),url(/assets/Chillax-Semibold-DsOt7cUk.woff) format("woff"),url(/assets/Chillax-Semibold-BuTpcDIC.ttf) format("truetype");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:Chillax-Bold;src:url(/assets/Chillax-Bold-CjEtuJG9.woff2) format("woff2"),url(/assets/Chillax-Bold-CsVFzx3Z.woff) format("woff"),url(/assets/Chillax-Bold-Cs_FQL2h.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}html,body{font-family:Chillax-Regular,sans-serif}html{scrollbar-gutter:stable}*{padding:0;margin:0;box-sizing:border-box}input::placeholder{color:#727272;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;font-style:italic}input{font-family:Poppins,sans-serif;font-size:16px;font-weight:400}textarea::placeholder{color:#727272;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;font-style:italic}textarea{font-family:Poppins,sans-serif;font-size:16px;font-weight:400}.dropdown-placeholder{color:#727272;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;font-style:italic;display:flex;justify-content:space-between;align-items:center}.dropdown-placeholder span{flex:10}.dropdown-placeholder img{flex:1}:-ms-input-placeholder{color:#727272;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;font-style:italic}::-ms-input-placeholder{color:#727272;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;font-style:italic}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}textarea{resize:none}.custom-input,textarea{width:100%;padding:10px 16px;background:#fafafd;border:1px solid #c6bee3;border-radius:8px;font-size:14px}.custom-input:focus,textarea:focus{outline:1px solid #c6bee3}.custom-dropdown{position:relative;width:100%;padding:10px 16px;border:1px solid #c6bee3;border-radius:8px;font-size:14px}.custom-dropdown .dropdown-options{position:absolute;background:#fff;border:2px solid #c6bee3;box-shadow:0 0 8px #0000000f;border-radius:8px;z-index:99;top:42px;left:0;width:100%;font-family:Poppins,sans-serif}.custom-dropdown .dropdown-options ul{padding:0;margin:0}.custom-dropdown .dropdown-options ul li{list-style-type:none;border-bottom:1px solid #e7e7e7;padding:10px;font-weight:400;font-size:16px;font-style:normal;color:#444}.custom-dropdown .dropdown-options ul li:hover{color:#3c0061}.custom-dropdown .dropdown-options ul li:last-child{border-bottom:none}.custom-button{width:100%;padding:10px 15px;background:#3c0061;color:#fff;border:none;border-radius:8px}.checkbox-container p{font-weight:600;font-size:16px;color:#444}.checkbox-container .checkbox-div{display:flex;align-items:center;padding:5px}.checkbox-container .checkbox-div p{font-weight:400;font-size:16px;color:#444;margin-left:10px;margin-bottom:0}input[type=checkbox]{accent-color:#3c0061;transform:scale(1.5)}.fields-required{font-weight:300;font-size:14px;font-style:italic;margin-top:7px;color:#767676}.error-text{display:flex;align-items:center;margin-top:3px!important;color:red!important;font-size:13px!important;font-family:Chillax-Regular,sans-serif!important;font-weight:600!important;margin-left:40px}.error-text svg{margin-right:5px}@media screen and (max-width:768px){.error-text{margin-left:0}}.error-text-dmca{display:flex;align-items:center;margin-top:3px!important;color:red!important;font-size:13px!important;font-family:Chillax-Regular,sans-serif!important;font-weight:600!important;margin-left:25px}.error-text-dmca svg{margin-right:5px}@media screen and (max-width:768px){.error-text-dmca{margin-left:0}}.error-dmca-3{display:flex;align-items:center;margin-top:3px!important;color:red!important;font-size:13px!important;font-family:Chillax-Regular,sans-serif!important;font-weight:600!important}.error-dmca-3 img{margin-right:5px}
