.section-container{margin-top:56px}@media screen and (max-width:576px){.section-container{margin-top:32px}}.section-title{font-size:1.3333333333rem;color:#414650;font-family:var(--font-poppins--regular);font-weight:700;line-height:1.5;padding-top:8px;padding-bottom:8px;margin:0 0 32px;vertical-align:middle}@media screen and (max-width:576px){.section-title{margin-bottom:16px;font-size:20px}}.form-container{background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.251);border-radius:40px;padding:32px 65px 24px}@media screen and (max-width:820px){.form-container{padding:2rem}}.form-container form{display:flex;flex-direction:column;gap:8px}.form-container form .input-group{display:flex;flex-direction:column;justify-content:center;height:92px;padding-top:22px;padding-bottom:18px}.form-container form .input-group input,.form-container form .input-group select,.form-container form .input-group textarea{border:none;border-bottom:1px solid #7d8282;padding:14px 16px 14px 8px;font-size:.8888888889rem;font-family:var(--font-manrope);font-weight:700;line-height:1.5;color:#414650;background-color:transparent;outline:none}@media screen and (max-width:576px){.form-container form .input-group input,.form-container form .input-group select,.form-container form .input-group textarea{font-size:1.2rem}}.form-container form .input-group input:focus,.form-container form .input-group select:focus,.form-container form .input-group textarea:focus{border-bottom-color:#0070f3}.form-container form .input-group label{color:#b4b9b9;font-family:var(--font-manrope);font-weight:700;font-size:.7777777778rem;line-height:1.5}@media screen and (max-width:576px){.form-container form .input-group label{font-size:1.1rem}}.form-container form .input-group input::placeholder,.form-container form .input-group select::placeholder,.form-container form .input-group textarea::placeholder{color:#7d8282;font-family:var(--font-manrope);font-weight:700;font-size:.8888888889rem;line-height:1.5}@media screen and (max-width:576px){.form-container form .input-group input::placeholder,.form-container form .input-group select::placeholder,.form-container form .input-group textarea::placeholder{font-size:1.2rem}}.form-container form .input-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23999'%20d='M2%200L0%202h4L2%200zM2%205l2-2H0l2%202z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.65rem;padding-right:2rem}.form-container form .input-group--textarea{height:auto}.form-container form .input-group--textarea textarea{min-height:50.33px;height:auto;box-sizing:border-box;resize:none;overflow:hidden;overscroll-behavior:none}.form-container form .input-group--textarea textarea::-webkit-scrollbar{width:0}.form-container form .phone .tel-container{display:flex;gap:.75rem}.form-container form .phone .tel-container-select-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.form-container form .phone .tel-container-select-container #phone-input{width:100%}.form-container form .submit-button{align-self:flex-start;background-color:#0070f3;color:#fff;border:none;border-radius:.5rem;padding:.75rem 2rem;font-family:var(--font-poppins--regular);cursor:pointer;transition:background-color .2s ease-in}.form-container form .submit-button:hover{background-color:#005bb5}.form-container .button-container{width:15.1111111111rem;margin:0 auto}.form-container .button-container .button-content{color:#fff;font-weight:700;font-family:var(--font-manrope);display:flex;align-items:center;justify-content:center}.form-container .button-container .button-content .spinner{margin-left:-.25rem;margin-right:.75rem;width:20px;height:20px;color:#fff;animation:spin 1s linear infinite}.form-container .button-container .button-content .spinner .path-bg{opacity:.25}.form-container .button-container .button-content .spinner .path{opacity:.75}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-select__container{display:flex;flex-direction:column;justify-content:center;height:92px;max-height:92px;padding-top:22px;padding-bottom:18px}@media screen and (max-width:576px){.custom-select__container{font-size:1.2rem}}.custom-select__label{color:#b4b9b9;font-family:var(--font-manrope);font-weight:700;font-size:.7777777778rem;line-height:1.5}@media screen and (max-width:576px){.custom-select__label{font-size:1.1666666667rem}}.custom-select__required{color:#ea384c;margin-left:4px}.custom-select__dropdown{position:relative;border-bottom:1px solid #7d8282;transition:border-color .2s ease}.custom-select__dropdown--disabled{opacity:.5;cursor:not-allowed}.custom-select__dropdown--open{border-color:#0070f3}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;padding:14px 8px;outline:none;cursor:pointer;background-color:transparent}.custom-select__trigger-value-with-icon{display:flex;justify-content:center;align-items:center;gap:8px;padding:0}.custom-select__trigger-value-with-icon-icon-container{position:relative;width:24px;height:16px;overflow:visible}.custom-select__trigger-value-with-icon-icon-container .country-code-icon{position:absolute;top:50%;left:0;height:24px;width:24px;border-radius:50%;transform:translateY(-50%)}.custom-select__value{font-size:.89rem;font-weight:700;line-height:1.5;color:#414650}@media screen and (max-width:576px){.custom-select__value{font-size:1.2rem}}.custom-select__value--placeholder{color:#7d8282}@media screen and (max-width:576px){.custom-select__value--placeholder{font-size:1.2rem}}.custom-select__chevron{width:24px;height:24px;margin-right:6px;color:#414650;transition:transform .2s ease}.custom-select__chevron--open{transform:rotate(180deg)}.custom-select__options-container{position:absolute;width:102%;left:-1%;right:0;z-index:10;background-color:#fff;box-shadow:0 4px 14px 0 rgba(0,0,0,.102);border-radius:8px;overflow-y:auto}@media screen and (max-width:576px){.custom-select__options-container{width:106%;left:-3%}}.custom-select__options{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:1px}.custom-select__option{border-bottom:1px solid #f3f3f3;display:flex;align-items:center;padding:12px 16px;height:44px;font-size:.89rem;color:#414650;cursor:pointer;font-family:var(--font-manrope);font-weight:400}@media screen and (max-width:576px){.custom-select__option{font-size:1.166rem}}.custom-select__option:hover{background-color:#f9fafb}.custom-select__option--selected{background-color:#f9fafb;color:#0070f3}.custom-select__native{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer}.phone-prefix-select{padding:0;height:auto;width:100px}.phone-prefix-select .phone-prefix-select-opt-container{width:120%;left:-10%;max-height:300px;overflow-y:auto}.phone-prefix-select .phone-prefix-select-opt-container::-webkit-scrollbar{width:6px}.phone-prefix-select .phone-prefix-select-opt-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}@media screen and (max-width:576px){.phone-prefix-select .phone-prefix-select-opt-container{width:110%;left:-5%}}.phone-prefix-select .phone-prefix-select-opt-container li{display:flex;justify-content:space-between;gap:.8rem;padding:.4rem 1.2rem}.phone-select-chevron{width:16px;height:16px;color:#10499d}.success-form-back-link{border:none;background-color:transparent;position:absolute;bottom:0;margin-bottom:56px;color:#0a5adc;font-family:var(--font-manrope);font-weight:700;font-size:16px;line-height:1.5;transition:all .3s ease-in-out}.success-form-back-link:hover{cursor:pointer;scale:1.05;color:#0846ab}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .4s ease-in-out}.button,.flex-center{justify-items:center;flex-direction:row}.button,.flex-center{display:flex;align-items:center}.button{cursor:pointer;border:none;background-color:transparent;border-radius:1.78rem;padding-inline:3.31rem;padding-block:.5rem;font-weight:700;font-family:var(--font-manrope);justify-content:center;transition:all .3s ease-in-out}.button svg{margin-right:.55rem}@media screen and (max-width:820px){.button svg{margin-right:0}}.button span{font-weight:700;font-family:var(--font-manrope);color:#0a5adc}.button:hover{scale:1.05}.button:hover span{color:#0846ab}.button:hover.outlined{color:#0846ab;border-color:#0846ab}.button:hover.outlined path{fill:#0846ab}.button.outlined{color:#0a5adc;border:.12rem solid #0a5adc}.button.outlined path{fill:#0a5adc}.button.contained{padding-inline:1.5rem;padding-block:1rem;border-radius:1.78rem;background-color:#0a5adc;color:#fff}@media screen and (max-width:820px){.store-name{display:none}}.advisors-hero-container{padding-top:4rem;position:relative}.advisors-hero-image-container{width:100%;overflow:hidden;position:relative}@media screen and (max-width:820px){.advisors-hero-image-container{height:10rem;margin-top:2rem}}.advisors-hero-image{width:100%;height:auto}@media screen and (max-width:820px){.advisors-hero-image{height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.advisors-page-container{max-width:1200px;width:67%;margin:50px auto}@media screen and (max-width:1200px){.advisors-page-container{width:80%;margin:40px auto}}@media screen and (max-width:576px){.advisors-page-container{width:90%;margin:32px auto}}.advisors-hero-title{font-size:2.2222222222rem;color:#414650;font-family:var(--font-poppins--regular);font-weight:400;font-style:italic;line-height:1.2;padding:0;margin:0}.advisors-hero-title span{font-style:normal;font-weight:700}.advisors-hero-title-container{border-bottom:1px solid #b4b9b9}.advisors-hero-subtitle{color:#414650;font-size:1.3333333333rem;font-family:var(--font-poppins--regular);margin:8px 0 32px;font-weight:400;line-height:1.5;vertical-align:middle}.know-your-business-section{margin-top:56px}@media screen and (max-width:576px){.know-your-business-section{margin-top:32px}}.know-your-business-section .section-title{font-size:1.3333333333rem;color:#414650;font-family:var(--font-poppins--regular);font-weight:700;line-height:1.5;margin-bottom:32px}@media screen and (max-width:576px){.know-your-business-section .section-title{margin-bottom:24px;font-size:20px}}.know-your-business-section .fundamentals-items-container{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.know-your-business-section .fundamentals-card{background:#fff;border:1px solid #d2d2d2;box-shadow:none;border-radius:24px;padding:24px;min-width:180px;display:flex;flex:1 1;flex-direction:column}.know-your-business-section .fundamentals-card-number{font-family:var(--font-poppins--regular);font-weight:275;font-size:5.5555555556rem;vertical-align:middle;line-height:100%;color:#5096fa}.know-your-business-section .fundamentals-card-content{display:flex;height:100%;flex-direction:column;justify-content:space-between}.know-your-business-section .fundamentals-card-title{font-family:var(--font-poppins--regular);font-weight:600;font-size:1.3333333333rem;color:#414650;line-height:1.2;vertical-align:middle;margin-top:69px;margin-bottom:22px}@media screen and (max-width:576px){.know-your-business-section .fundamentals-card-title{margin-top:32px;margin-bottom:8px;font-size:20px}}.know-your-business-section .fundamentals-card-text{font-family:var(--font-poppins--regular);font-weight:400;font-size:1rem;color:#414650;line-height:1.5;vertical-align:middle;margin:0 0 8px}@media screen and (max-width:576px){.know-your-business-section .fundamentals-card-text{font-size:16px}}.how-it-works-section .how-it-works-container{margin:0 auto}.how-it-works-section .how-it-works-container .section-title{font-size:1.3333333333rem;color:#414650;font-family:var(--font-poppins--regular);font-weight:700;line-height:1.5;margin-bottom:13px}@media screen and (max-width:576px){.how-it-works-section .how-it-works-container .section-title{padding:0;margin:16px 0;font-size:20px}}.how-it-works-section .how-it-works-container .cards-wrapper{display:flex;flex-direction:column;gap:48px}.how-it-works-card{display:flex;flex-direction:column;height:298px;background:linear-gradient(90deg,#fff,#e9f1ff);border-radius:24px;align-items:center;text-align:left}@media(min-width:820px){.how-it-works-card{flex-direction:row}}@media(max-width:820px){.how-it-works-card{height:400px}}.how-it-works-card .card-text-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;flex:1 1;margin:0;padding:38px 0 32px 24px;gap:8px}@media screen and (max-width:820px){.how-it-works-card .card-text-container{padding:16px}}@media(min-width:820px){.how-it-works-card .card-text-container{margin-bottom:0;margin-right:20px}}.how-it-works-card .card-text-container .card-title{font-size:1.3333333333rem;color:#414650;font-family:var(--font-poppins--regular);font-weight:700;line-height:1.5;padding:0;margin:0}@media screen and (max-width:576px){.how-it-works-card .card-text-container .card-title{font-size:18px}}.how-it-works-card .card-text-container .card-description{padding:0;margin:0;font-family:var(--font-poppins--regular);font-size:1.1111111111rem;font-weight:400;color:#fff;line-height:1.5}@media screen and (max-width:576px){.how-it-works-card .card-text-container .card-description{font-size:16px}}.how-it-works-card .card-phone-image-container{width:300px;height:100%;position:relative}.how-it-works-card .card-phone-image-container .phone-image-container{position:relative;height:100%;width:100%}.how-it-works-card .card-phone-image-container .phone-image-container img{position:absolute;width:77%;height:auto;bottom:0;left:0;right:0}@media screen and (max-width:820px){.how-it-works-card .card-phone-image-container .phone-image-container img{width:auto;height:100%;margin:0 auto}}@media screen and (min-width:820px){.how-it-works-card .card-phone-image-container .phone2-image-container img{width:80%}}.how-it-works-card .card-computer-image-container{width:400px;padding-right:36px;height:100%;position:relative}@media screen and (max-width:820px){.how-it-works-card .card-computer-image-container{padding-right:0}}.how-it-works-card .card-computer-image-container .computer-image-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.how-it-works-card .card-computer-image-container .computer-image-container img{width:100%;height:auto}@media screen and (max-width:820px){.how-it-works-card .card-computer-image-container .computer-image-container img{width:50%;margin:0 auto}}.blog{background-color:#fafafa}.blog-hero{padding-top:5rem;height:15vh;display:flex;flex-direction:column;align-items:center}@media screen and (max-width:820px){.blog-hero{height:auto;padding-top:10rem}}.blog-header{font-family:var(--font-poppins--regular);font-size:4.22rem;font-weight:700;color:#5096fa;padding-bottom:0;margin:0}.blog-header span{font-weight:700;color:#10499d}@media screen and (max-width:820px){.blog-header{font-size:3.5rem;margin-top:10rem}}.blog-subtitle{font-family:var(--font-poppins--regular);font-weight:400;font-size:1.33rem;color:#10499d;padding-bottom:5rem}.blog-subtitle span{font-weight:700}@media screen and (max-width:820px){.blog-subtitle{font-size:1.5rem;margin-top:2rem;text-align:center}}.pageContainer-content{max-width:1200px;width:67%;margin:87px auto 0;padding-bottom:87px}@media screen and (max-width:1200px){.pageContainer-content{width:80%;margin:75px auto 0;padding-bottom:75px}}@media screen and (max-width:576px){.pageContainer-content{width:90%;margin:32px auto 0;padding-bottom:56px}}