.ant-select-selection{background-color:green}.ant-select-selector{border-radius:5px!important}.dark .ant-select-selection-item,.dark .ant-select-selector{background-color:#0b1727!important;border:none!important;color:#9da9bb!important}.dark .ant-select-arrow{color:#9da9bb}.dark .ant-select-dropdown{background-color:#232e3c;font-family:"Poppins"!important}.dark .ant-select-item-option-content{color:#9da9bb!important}.dark .ant-select-dropdown .ant-select-item-option-active,.dark .ant-select-item-option-selected{background-color:#121e2d!important}.ant-select-item-option-content{font-family:"Poppins"!important;font-size:14px}.loading-container{display:flex;align-items:center;justify-content:center;width:100%}.loading-container .spinner{height:3rem;width:3rem;border:4px solid #3b82f6;border-top-color:transparent;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}[data-theme=dark] .loading-container .spinner{border-color:transparent #60a5fa #60a5fa}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.faq{background-color:#eff6ff;padding:3rem 0}@media(min-width:1024px){.faq{padding:5rem 0}}.faq .container{max-width:80rem;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.faq .container{padding:0 1.5rem}}@media(min-width:1024px){.faq .container{padding:0 2rem}}.faq .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.faq .header{margin-bottom:4rem}}.faq .header h2{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:inherit}@media(min-width:1024px){.faq .header h2{font-size:2.25rem;margin-bottom:1rem}}.faq .header p{color:#4b5563;font-size:1rem}@media(min-width:1024px){.faq .header p{font-size:1.125rem}}.faq .faq-list{max-width:52rem;margin:0 auto;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.faq .faq-item{background-color:#fff;border-radius:.5rem;border:1px solid #e0eaff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);-webkit-animation:fadeIn .5s ease-out;animation:fadeIn .5s ease-out}.faq .faq-item .faq-button{width:100%;padding:1rem 1.5rem;text-align:left;background-color:inherit;border-radius:inherit;border:none;cursor:pointer}.faq .faq-item .faq-button:focus{outline:none}.faq .faq-item .faq-button .button-content{display:flex;align-items:center;justify-content:space-between}.faq .faq-item .faq-button .button-content .question{font-size:1rem;font-weight:500;color:#111827;font-family:"Poppins",sans-serif}@media(min-width:1024px){.faq .faq-item .faq-button .button-content .question{font-size:1.125rem}}.faq .faq-item .faq-button .button-content .icon{width:1.25rem;height:1.25rem;color:#4b5563;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.faq .faq-item .faq-button .button-content .icon.open{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq .faq-item .faq-answer{padding:0 1.5rem 1rem}.faq .faq-item .faq-answer p{color:#4b5563;font-size:.875rem;line-height:1.625;margin:0}@media(min-width:1024px){.faq .faq-item .faq-answer p{font-size:1rem}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.integration{padding:1rem 0;width:100%;font-family:"Poppins",sans-serif}@media(min-width:1024px){.integration{padding:2rem 0}}.integration .title{font-size:1.25rem;color:#111827;font-weight:500;text-align:center;margin-bottom:3rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.integration .title{font-size:1.5rem;margin-bottom:4rem}}.integration .marquee-container{display:none;position:relative;overflow-x:hidden}@media(min-width:768px){.integration .marquee-container{display:flex}}.integration .marquee-container .marquee-content{display:flex;grid-gap:2rem;gap:2rem;padding-right:2rem;align-items:center}.integration .marquee-container .marquee-content.primary{-webkit-animation:marquee 25s linear infinite;animation:marquee 25s linear infinite}.integration .marquee-container .marquee-content.secondary{-webkit-animation:marquee2 25s linear infinite;animation:marquee2 25s linear infinite;position:absolute;top:0}.integration .marquee-container .marquee-content .partner-card{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:.75rem;padding:1.5rem 2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);min-width:200px;height:96px}.integration .marquee-container .marquee-content .partner-card img{height:3rem;object-fit:contain;max-width:100%}.integration .marquee-container .marquee-content .partner-card .partner-text{font-size:1.25rem;font-weight:600;color:#111827;white-space:nowrap}.integration .mobile-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media(min-width:768px){.integration .mobile-grid{display:none}}.integration .mobile-grid .partner-card{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:81px}.integration .mobile-grid .partner-card img{width:6rem;object-fit:contain}.integration .mobile-grid .partner-card .partner-text{font-size:1rem;font-weight:600;color:#111827;text-align:center}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes marquee2{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes marquee2{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.hero{background:linear-gradient(180deg,#eff6ff,#fff,#eff6ff);padding:4rem 1.25rem;font-family:"Poppins",sans-serif}.hero .hero-container{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;grid-gap:4rem;gap:4rem}.hero .hero-container .hero-content{display:flex;flex-direction:column;align-items:center;max-width:48rem;text-align:center;grid-gap:2rem;gap:2rem}.hero .hero-container .hero-content .title{font-size:2.25rem;font-weight:600;line-height:1.2;color:#111827;letter-spacing:-.025em;font-family:"Poppins",sans-serif}@media(min-width:1024px){.hero .hero-container .hero-content .title{font-size:3.75rem}}.hero .hero-container .hero-content .title span{color:#2563eb}.hero .hero-container .hero-content .description{font-size:1rem;color:#4b5563;line-height:1.75;max-width:42rem}@media(min-width:1024px){.hero .hero-container .hero-content .description{font-size:1.125rem}}.hero .hero-container .hero-content .buttons{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;width:100%;align-items:center}@media(min-width:640px){.hero .hero-container .hero-content .buttons{flex-direction:row;width:auto}}.hero .hero-container .hero-content .buttons .primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:500;transition:all .3s;width:100%;text-align:center;background-color:#2563eb;color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-decoration:none}@media(min-width:640px){.hero .hero-container .hero-content .buttons .primary{width:auto}}.hero .hero-container .hero-content .buttons .primary:hover{background-color:#1d4ed8}.hero .hero-container .hero-content .buttons .primary .icon{margin-left:.5rem;width:1rem;height:1rem;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.hero .hero-container .hero-content .buttons .primary:hover .icon{-webkit-transform:translateX(2px);transform:translateX(2px)}.hero .hero-container .hero-content .buttons .secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:500;transition:all .3s;width:100%;text-align:center;background-color:#fff;color:#111827;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-decoration:none}@media(min-width:640px){.hero .hero-container .hero-content .buttons .secondary{width:auto}}.hero .hero-container .hero-content .buttons .secondary:hover{background-color:#f3f4f6}.hero .hero-container .hero-content .buttons .secondary .icon{margin-right:.5rem;width:1.25rem;height:1.25rem;color:#2563eb}.hero .hero-container .hero-content .social{flex-direction:column;padding-top:1rem}.hero .hero-container .hero-content .social,.hero .hero-container .hero-content .social .avatars{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.hero .hero-container .hero-content .social .avatars .stack{display:flex;margin-right:-.5rem}.hero .hero-container .hero-content .social .avatars .stack img{width:2rem;height:2rem;border-radius:9999px;border:2px solid #fff;object-fit:contain;margin-left:-.5rem}.hero .hero-container .hero-content .social .avatars .stack img:first-child{margin-left:0}.hero .hero-container .hero-content .social .avatars .text{font-size:.875rem;color:#4b5563}.hero .hero-container .preview{position:relative;width:80%;margin:0 auto}.hero .hero-container .preview .carousel{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:1rem;background:rgba(0,0,0,.05);border:1px solid rgba(37,99,235,.1);box-shadow:0 10px 30px rgba(37,99,235,.1)}.hero .hero-container .preview .carousel .carousel-inner{position:relative;width:100%;height:100%}.hero .hero-container .preview .carousel .carousel-inner .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility 1s ease-in-out}.hero .hero-container .preview .carousel .carousel-inner .carousel-slide.active{opacity:1;visibility:visible;z-index:1}.hero .hero-container .preview .carousel .carousel-inner .carousel-slide img{width:100%;height:92%;object-fit:fill;display:block;padding:10px;border-radius:1rem}.hero .hero-container .preview .carousel .carousel-indicators{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;align-items:center;grid-gap:8px;gap:8px;z-index:10;margin:0;padding:0}.hero .hero-container .preview .carousel .carousel-indicators .indicator{width:8px;height:8px;border-radius:50%;border:none;background:rgba(0,0,0,.3);cursor:pointer;transition:all .3s ease;padding:0;margin:0}.hero .hero-container .preview .carousel .carousel-indicators .indicator:hover{background:rgba(0,0,0,.5);-webkit-transform:scale(1.2);transform:scale(1.2)}.hero .hero-container .preview .carousel .carousel-indicators .indicator.active{background:rgba(0,0,0,.8);width:24px;border-radius:4px}@media(max-width:768px){.hero .hero-container .preview{width:100%}.hero .hero-container .preview .carousel .carousel-indicators{bottom:15px;grid-gap:6px;gap:6px}.hero .hero-container .preview .carousel .carousel-indicators .indicator{width:6px;height:6px}.hero .hero-container .preview .carousel .carousel-indicators .indicator.active{width:20px}}.feature{padding:3rem 1.25rem}@media(min-width:1024px){.feature{padding:5rem 1.25rem}}.feature .feature-container{max-width:80rem;margin:auto}.feature .feature-container .feature-toggle{margin-top:3rem;display:flex;justify-content:center}.feature .feature-container .feature-toggle .toggle-button{display:inline-block;background-color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:1px solid #e5e7eb;color:#111827;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;font-family:"Poppins",sans-serif}@media(max-width:1024px){.feature .feature-container .feature-toggle .toggle-button{font-size:.875rem;padding:.75rem 1.5rem}}.feature .feature-header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.feature .feature-header{margin-bottom:4rem}}.feature .feature-header .header-icon{display:inline-flex;margin-bottom:1.25rem;color:inherit}.feature .feature-header .header-icon svg{width:3rem;height:3rem}@media(min-width:1024px){.feature .feature-header .header-icon svg{width:3.5rem;height:3.5rem}}.feature .feature-header .feature-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.feature .feature-header .feature-title{font-size:2.25rem;margin-bottom:1rem}}.feature .feature-header .feature-subtitle{font-size:1rem}@media(min-width:1024px){.feature .feature-header .feature-subtitle{font-size:1.125rem}}.feature .feature-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:640px){.feature .feature-grid{grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}}@media(min-width:1024px){.feature .feature-grid{grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}}.feature .feature-card{border-radius:.75rem;overflow:hidden;transition:all .3s ease;border-width:1px;border-style:solid;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%}.feature .feature-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.feature .feature-card:hover .card-image{-webkit-transform:scale(1.05);transform:scale(1.05)}.feature .feature-card .card-image-container{width:100%;height:12rem;overflow:hidden;position:relative;background-color:#fff}@media(min-width:1024px){.feature .feature-card .card-image-container{height:14rem}}.feature .feature-card .card-image{width:100%;height:100%;object-fit:contain;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;cursor:pointer}.feature .feature-card .card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}@media(min-width:1024px){.feature .feature-card .card-content{padding:1.75rem}}.feature .feature-card .card-title{font-size:1.125rem;font-weight:600;margin-bottom:.625rem;font-family:"Poppins",sans-serif;line-height:1.4}@media(max-width:1024px){.feature .feature-card .card-title{font-size:1rem}}.feature .feature-card .card-description{font-size:.875rem;line-height:1.625;margin:0}.feature-theme-blue{background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af)}.feature-theme-blue .feature-title{color:#fff}.feature-theme-blue .feature-subtitle{color:#f3f4f6}.feature-theme-blue .header-icon{color:#60a5fa}.feature-theme-blue .feature-card{background-color:#eff6ff;border-color:hsla(0,0%,100%,.2)}.feature-theme-blue .feature-card:hover{border-color:hsla(0,0%,100%,.2)}.feature-theme-blue .feature-card .card-title{color:#000}.feature-theme-white{background-color:#eff6ff}.feature-theme-white .feature-title{color:#111827}.feature-theme-white .feature-subtitle{color:#4b5563}.feature-theme-white .header-icon{color:#2563eb}.feature-theme-white .feature-card{background-color:#fff;border-color:#e5e7eb}.feature-theme-white .feature-card:hover{border-color:#d1d5db}.feature-theme-white .feature-card .card-title{color:#111827}.feature-theme-white .feature-card .card-description{color:#6b7280}.cta{padding:3rem 0;position:relative;overflow:hidden;background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af)}@media(min-width:1024px){.cta{padding:5rem 0}}.cta .cta-container{max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}@media(min-width:640px){.cta .cta-container{padding:0 1.5rem}}@media(min-width:1024px){.cta .cta-container{padding:0 2rem}}.cta .cta-content{max-width:48rem;margin:0 auto;text-align:center}.cta .cta-content h2{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;font-family:inherit}@media(min-width:1024px){.cta .cta-content h2{font-size:2.25rem}}.cta .cta-content p{color:#e5e7eb;font-size:1rem;margin-bottom:2rem}@media(min-width:1024px){.cta .cta-content p{font-size:1.125rem}}.cta .buttons{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;justify-content:center}@media(min-width:640px){.cta .buttons{flex-direction:row}}.cta .buttons .button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:.75rem;transition:all .3s ease}.cta .buttons .button.primary{background-color:#fff;color:#2563eb}.cta .buttons .button.primary:hover{background-color:#f9fafb}.cta .buttons .button.primary .icon{width:1.25rem;height:1.25rem;margin-left:.5rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.cta .buttons .button.primary:hover .icon{-webkit-transform:translateX(4px);transform:translateX(4px)}.cta .buttons .button.secondary{background-color:#1e40af;color:#fff}.cta .buttons .button.secondary:hover{background-color:#1e3a8a}.cta .buttons .button.secondary .icon{width:1.25rem;height:1.25rem;margin-left:.5rem}.cta .disclaimer{margin-top:3rem;max-width:48rem;margin-left:auto;margin-right:auto;text-align:center}.cta .disclaimer p{color:#e5e7eb;font-size:.875rem;margin:0}.video-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.video-grid{grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}}@media(min-width:1024px){.video-grid{grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}}.video-grid a{text-decoration:none;color:inherit}.video-grid a:hover{text-decoration:none}.video-grid .video-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #3789ac;overflow:hidden;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.video-grid .video-card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.video-grid .video-card .thumbnail-container{position:relative;aspect-ratio:16/9}.video-grid .video-card .thumbnail-container img{width:100%;height:100%;object-fit:cover;cursor:pointer}.video-grid .video-card .thumbnail-container .background-image{width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer}.video-grid .video-card .thumbnail-container .overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.video-grid .video-card .thumbnail-container .overlay .icon{height:3rem;width:3rem;color:#fff}@media(min-width:768px){.video-grid .video-card .thumbnail-container .overlay .icon{height:4rem;width:4rem}}.video-grid .video-card:hover .overlay{opacity:1}.video-grid .video-card .video-content{padding:.75rem}@media(min-width:768px){.video-grid .video-card .video-content{padding:1rem}}.video-grid .video-card .video-content .title-container{min-height:3rem}.video-grid .video-card .video-content .title-container .shimmer{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.video-grid .video-card .video-content .title-container .shimmer .line{height:1rem;background-color:#e5e5e5;border-radius:.25rem}.video-grid .video-card .video-content .title-container .shimmer .line:first-child{width:75%}.video-grid .video-card .video-content .title-container .shimmer .line:last-child{width:50%;margin-top:.5rem}.video-grid .video-card .video-content .title-container .title{font-weight:500;line-height:1.5;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:inherit}@media(min-width:768px){.video-grid .video-card .video-content .title-container .title{font-size:1rem}}.media-showcase{padding:3rem 0;background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af)}@media(min-width:1024px){.media-showcase{padding:5rem 0}}.media-showcase .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.media-showcase .container{padding:0 1.5rem}}@media(min-width:1024px){.media-showcase .container{padding:0 2rem}}.media-showcase .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.media-showcase .header{margin-bottom:4rem}}.media-showcase .header h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.media-showcase .header h2{font-size:2.25rem;margin-bottom:1rem}}.media-showcase .header p{color:#f3f4f6;font-size:1rem}@media(min-width:1024px){.media-showcase .header p{font-size:1.125rem}}.media-showcase .view-more{margin-top:3rem;text-align:center}.media-showcase .view-more a{text-decoration:none;color:inherit}.media-showcase .view-more .button{display:inline-block;background-color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:1px solid #e5e7eb;color:#111827;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease}.media-showcase .view-more .button:hover{background-color:#f9fafb;-webkit-transform:translateY(-1px);transform:translateY(-1px)}@media(max-width:1024px){.media-showcase .view-more .button{font-size:.875rem;padding:.75rem 1.5rem}}header{position:sticky;top:0;left:0;width:100%;background-color:#fff;z-index:50;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}header .container{max-width:80rem;margin:0 auto;padding-inline:16px;font-family:"Poppins",sans-serif}@media(min-width:640px){header .container{padding-inline:24px}}@media(min-width:1200px){header .container{padding-inline:32px}}header .header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:1024px){header .header-content{height:5rem}}header .logo{flex-shrink:0}header .logo a{display:flex;align-items:center;text-decoration:none}header .logo a img{height:2rem;width:auto;transition:opacity .3s;opacity:1}header .logo a span{margin-left:.625rem;color:#2563eb;font-weight:600;font-size:1.25rem;letter-spacing:-.025em}header .desktop-nav{display:none}@media(min-width:1024px){header .desktop-nav{display:flex;align-items:center;justify-content:center;flex:1 1}header .desktop-nav nav{display:flex;align-items:center;font-weight:500}header .desktop-nav nav .nav-dropdown-trigger,header .desktop-nav nav a{color:#5e6e82;padding:.5rem .75rem;border-radius:.5rem;text-decoration:none;font-size:16px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;align-items:center;grid-gap:6px;gap:6px;background:transparent;border:none;cursor:pointer;font-family:inherit;font-weight:500}header .desktop-nav nav .nav-dropdown-trigger svg,header .desktop-nav nav a svg{transition:-webkit-transform .3s cubic-bezier(.165,.84,.44,1);transition:transform .3s cubic-bezier(.165,.84,.44,1);transition:transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);color:#94a3b8}header .desktop-nav nav .nav-dropdown-trigger:hover,header .desktop-nav nav a:hover{background-color:#f5f7fa;color:#2563eb}header .desktop-nav nav .nav-dropdown-trigger:hover svg,header .desktop-nav nav a:hover svg{color:#2563eb}header .desktop-nav nav .nav-dropdown{position:relative}header .desktop-nav nav .nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}header .desktop-nav nav .nav-dropdown:hover .nav-dropdown-trigger{color:#2563eb;background-color:#f5f7fa}header .desktop-nav nav .nav-dropdown:hover .nav-dropdown-trigger svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#2563eb}header .desktop-nav nav .nav-dropdown .nav-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;min-width:200px;background-color:#fff;border-radius:12px;box-shadow:0 10px 40px -10px rgba(0,0,0,.1),0 20px 25px -5px rgba(0,0,0,.05);padding:.625rem;opacity:0;visibility:hidden;-webkit-transform:translateY(8px);transform:translateY(8px);transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(226,232,240,.6);z-index:100}header .desktop-nav nav .nav-dropdown .nav-dropdown-menu:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:20px;background:transparent}header .desktop-nav nav .nav-dropdown .nav-dropdown-menu a{display:flex;align-items:center;padding:.75rem 1rem;color:#475569;font-size:.875rem;font-weight:500;border-radius:8px;white-space:nowrap;transition:all .2s ease}header .desktop-nav nav .nav-dropdown .nav-dropdown-menu a:hover{background-color:#f1f5f9;color:#2563eb;-webkit-transform:translateX(4px);transform:translateX(4px)}}@media(min-width:1200px){header .desktop-nav nav{grid-gap:.5rem;gap:.5rem}}header .desktop-buttons{display:none}@media(min-width:1024px){header .desktop-buttons{display:flex;align-items:center;font-weight:500;grid-gap:1rem;gap:1rem}header .desktop-buttons a{padding:.75rem 2rem;text-align:center;border-radius:.75rem;text-decoration:none;color:#111827;font-size:16px;transition:all .2s}header .desktop-buttons a.login{background-color:#fff;border:1px solid #e5e5e5}header .desktop-buttons a.login:hover{background-color:#f5f5f5}header .desktop-buttons a.register{background-color:#2563eb;color:#fff}header .desktop-buttons a.register:hover{background-color:#1555e2}}@media(min-width:1024px){header .mobile-menu-button{display:none}}header .mobile-menu-button button{padding:.5rem;border-radius:.375rem;color:#4b5563;transition:all .2s;background-color:#fff;border:none;font-size:16px}header .mobile-menu-button button:hover{color:#111827;background-color:#f5f5f5}header .mobile-menu{position:fixed;width:100%;background-color:#fff;border-top:1px solid #e5e5e5;z-index:40}header .mobile-menu nav{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;font-weight:500;padding:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);max-height:calc(100vh - 5rem);overflow-y:auto}header .mobile-menu nav a{color:#5e6e82;padding:.75rem;border-radius:.5rem;text-decoration:none;transition:all .2s}header .mobile-menu nav a:hover{background-color:#f5f5f5;color:#2563eb}header .mobile-menu nav a.login{background-color:#fff;border:1px solid #e5e5e5;margin-top:.5rem}header .mobile-menu nav a.login,header .mobile-menu nav a.register{height:3.5rem;display:flex;align-items:center;justify-content:center}header .mobile-menu nav a.register{background-color:#2563eb;color:#fff}header .mobile-menu nav .mobile-group{display:flex;flex-direction:column;background-color:#f8fafc;border-radius:.75rem;margin:.25rem 0;padding:.25rem}header .mobile-menu nav .mobile-group .group-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;padding:.75rem .75rem .25rem;font-weight:700}header .mobile-menu nav .mobile-group a{padding-left:1.5rem;font-size:.9375rem}header .mobile-menu nav .mobile-group a:hover{background-color:#f1f5f9}.mission{padding:3rem 0;background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af)}@media(min-width:1024px){.mission{padding:5rem 0}}.mission .mission-container{max-width:80rem;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.mission .mission-container{padding:0 1.5rem}}@media(min-width:1024px){.mission .mission-container{padding:0 2rem}}.mission .mission-header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.mission .mission-header{margin-bottom:4rem}}.mission .mission-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.mission .mission-header h2{font-size:2.25rem;margin-bottom:1rem}}.mission .mission-header p{color:#f3f4f6;font-size:1rem}@media(min-width:1024px){.mission .mission-header p{font-size:1.125rem}}.mission .mission-content{display:grid;grid-gap:3rem;gap:3rem}@media(min-width:1024px){.mission .mission-content{grid-template-columns:1fr 1fr;align-items:center}}.mission .left-content .description{color:#eff6ff;margin-bottom:2rem}.mission .left-content .description p{margin-bottom:1.5rem;line-height:1.75}.mission .left-content .features{display:grid;grid-gap:1rem;gap:1rem}.mission .left-content .features .feature-item{display:flex;align-items:center;grid-gap:1rem;gap:1rem;background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.12);padding:1rem;border-radius:1rem;transition:all .3s ease}.mission .left-content .features .feature-item:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.mission .left-content .features .feature-item svg{width:1.5rem;height:1.5rem;color:#bfdbfe}.mission .left-content .features .feature-item .feature-text h3{color:#fff;font-size:16px;font-weight:500;font-family:inherit}.mission .left-content .features .feature-item .feature-text p{font-size:14px;color:#bfdbfe;font-size:.875rem;margin:0}.mission .right-content .card{background:#fff;border-radius:.75rem;padding:2rem 1rem}@media(min-width:1024px){.mission .right-content .card{padding:2rem}}.mission .right-content .card .card-items{display:grid;grid-gap:1rem;gap:1rem}.mission .right-content .card .card-items .card-item{display:flex;align-items:start;grid-gap:1rem;gap:1rem;padding:1rem;border-radius:.75rem;transition:background .3s}.mission .right-content .card .card-items .card-item:hover{background:#eff6ff}.mission .right-content .card .card-items .card-item:hover .icon-wrapper{-webkit-transform:scale(1.1);transform:scale(1.1)}.mission .right-content .card .card-items .card-item:hover .item-text h3{color:#2563eb}.mission .right-content .card .card-items .card-item .icon-wrapper{background:#2563eb;display:flex;padding:.75rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(37,99,235,.1);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.mission .right-content .card .card-items .card-item .icon-wrapper svg{width:1.5rem;height:1.5rem;color:#fff}.mission .right-content .card .card-items .card-item .item-text h3{color:#111827;font-weight:600;transition:color .3s;font-size:16px;font-family:"Poppins",sans-serif}.mission .right-content .card .card-items .card-item .item-text p{color:#4b5563;font-size:.875rem;margin-top:.25rem;font-size:14px;margin-bottom:0}.mission .right-content .card .cta-button{width:100%;margin-top:2rem;background:#2563eb;color:#fff;padding:1rem 2rem;border-radius:.75rem;font-weight:600;transition:all .3s;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;border:none;font-size:16px;cursor:pointer;font-family:inherit}.mission .right-content .card .cta-button:hover{background:#1555e2;box-shadow:0 10px 15px -3px rgba(37,99,235,.25)}.mission .right-content .card .cta-button:hover svg{-webkit-transform:translateX(.25rem);transform:translateX(.25rem)}.mission .right-content .card .cta-button svg{width:1.25rem;height:1.25rem;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.testimonials{background-color:#eff6ff;padding:3rem 0}@media(min-width:1024px){.testimonials{padding:5rem 0}}.testimonials .container{max-width:80rem;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.testimonials .container{padding:0 1.5rem}}@media(min-width:1024px){.testimonials .container{padding:0 2rem}}.testimonials .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.testimonials .header{margin-bottom:4rem}}.testimonials .header h2{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.testimonials .header h2{font-size:2.25rem;margin-bottom:1rem}}.testimonials .header p{color:#4b5563;font-size:1rem}@media(min-width:1024px){.testimonials .header p{font-size:1.125rem}}.testimonials .carousel-wrapper{position:relative;display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media(min-width:1024px){.testimonials .carousel-wrapper{grid-gap:2rem;gap:2rem}}.testimonials .carousel-arrow{flex-shrink:0;width:2.5rem;height:2.5rem;padding:8px;border-radius:50%;background-color:#fff;border:1px solid #e5e7eb;color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media(min-width:1024px){.testimonials .carousel-arrow{width:3rem;height:3rem}}.testimonials .carousel-arrow svg{width:24px;height:24px}.testimonials .carousel-arrow:hover{background-color:#2563eb;color:#fff;border-color:#2563eb;-webkit-transform:scale(1.05);transform:scale(1.05)}.testimonials .carousel-arrow:active{-webkit-transform:scale(.95);transform:scale(.95)}@media(max-width:1024px){.testimonials .carousel-arrow{display:none}}.testimonials .carousel-container{flex:1 1;overflow:hidden;position:relative}.testimonials .carousel-track{display:flex;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.testimonials .grid{width:100%;flex-shrink:0;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.testimonials .grid{grid-gap:2rem;gap:2rem}}@media(max-width:640px){.testimonials .grid{grid-template-columns:1fr}}.testimonials .testimonial-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;position:relative;border:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;height:100%;width:100%}.testimonials .testimonial-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.testimonials .testimonial-card .quote-icon{height:1.5rem;width:1.5rem;color:#2563eb;margin-bottom:1rem}@media(min-width:1024px){.testimonials .testimonial-card .quote-icon{height:2rem;width:2rem}}.testimonials .testimonial-card .testimonial-content{color:#4b5563;margin-bottom:1.5rem;font-size:.875rem;line-height:1.625;flex-grow:1}@media(min-width:1024px){.testimonials .testimonial-card .testimonial-content{font-size:.9rem}}.testimonials .testimonial-card .author{display:flex;align-items:center;margin-top:auto}.testimonials .testimonial-card .author .avatar{flex-shrink:0;height:2.5rem;width:2.5rem;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#2563eb);display:flex;align-items:center;justify-content:center}.testimonials .testimonial-card .author .avatar span{color:#fff;font-weight:600;font-size:1rem}.testimonials .testimonial-card .author .author-info{margin-left:.75rem;display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.testimonials .testimonial-card .author .name{color:#111827;font-weight:500;font-size:.875rem}@media(min-width:1024px){.testimonials .testimonial-card .author .name{font-size:.9rem}}.testimonials .testimonial-card .author .stars{display:flex;grid-gap:.125rem;gap:.125rem}.testimonials .testimonial-card .author .stars svg{width:.875rem;height:.875rem;color:#2563eb}.testimonials .carousel-dots{display:flex;justify-content:center;grid-gap:.5rem;gap:.5rem;margin-bottom:3rem}.testimonials .carousel-dots .dot{width:.625rem;height:.625rem;border-radius:50%;background-color:#d1d5db;border:none;cursor:pointer;transition:all .3s ease;padding:0}.testimonials .carousel-dots .dot:hover{background-color:#9ca3af;-webkit-transform:scale(1.2);transform:scale(1.2)}.testimonials .carousel-dots .dot.active{background-color:#2563eb;width:2rem;border-radius:.3125rem}@media(max-width:1024px){.testimonials .carousel-dots{display:none}}.testimonials .rating{display:flex;flex-direction:column;align-items:center}.testimonials .rating .stars{display:flex;grid-gap:.25rem;gap:.25rem;margin-bottom:1rem}.testimonials .rating .stars svg{width:1.25rem;height:1.25rem;color:#2563eb}.testimonials .rating .score{font-size:1.25rem;font-weight:500;color:#111827}.testimonials .rating .reviews{margin-top:.5rem;color:#4b5563}@media(max-width:1024px){.testimonials .carousel-wrapper{grid-gap:.5rem;gap:.5rem}.testimonials .grid{grid-gap:1rem;gap:1rem}.testimonials .testimonial-card{padding:1.25rem}}.landing-footer{background-color:#eff6ff;color:#4b5563;position:relative;overflow:hidden;border-top:1px solid #e5e7eb;font-family:"Poppins",sans-serif}.landing-footer .background{position:absolute;inset:0;opacity:.02;z-index:-10}.landing-footer .background.grid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='rgb(15 23 42 / 0.04)'%3E%3Cpath d='M0 .5h31.5V32'/%3E%3C/svg%3E")}.landing-footer .background.dots{background-image:radial-gradient(#64748b .5px,transparent 0);background-size:16px 16px}.landing-footer .container{max-width:80rem;margin:0 auto;padding:4rem 1rem}@media(min-width:640px){.landing-footer .container{padding:4rem 1.5rem}}@media(min-width:1024px){.landing-footer .container{padding:4rem 2rem}}.landing-footer .grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media(min-width:1024px){.landing-footer .grid{grid-template-columns:3fr 1fr 1fr}}.landing-footer .brand .logo{display:flex;align-items:center;margin-bottom:1.5rem}.landing-footer .brand .logo img{height:2rem;width:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:opacity .3s}.landing-footer .brand .logo span{margin-left:.5rem;font-weight:700;font-size:1.25rem}.landing-footer .brand .description{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;text-align:left;font-family:"Poppins",sans-serif}.landing-footer .brand .social-links{display:flex;grid-gap:1rem;gap:1rem}.landing-footer .brand .social-links .social-link{padding:.5rem;border-radius:.75rem;transition:all .3s}.landing-footer .brand .social-links .social-link:hover{background-color:#f3f4f6}.landing-footer .brand .social-links .social-link svg{width:1.5rem;height:1.5rem;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.landing-footer .nav-section .title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.landing-footer .nav-section a{text-decoration:none;color:inherit}.landing-footer .nav-section ul{list-style:none}.landing-footer .nav-section .nav-list{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;padding:0}.landing-footer .nav-section .nav-list .nav-item a{color:#4b5563;transition:color .3s}.landing-footer .nav-section .nav-list .nav-item a:hover{color:#2563eb}.landing-footer .disclaimer{margin-top:3rem}.landing-footer .disclaimer .title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.landing-footer .disclaimer .text{font-size:.875rem;line-height:1.7;text-align:left;font-family:"Poppins",sans-serif}.landing-footer .bottom-bar{border-top:1px solid #1f2937}.landing-footer .bottom-bar .container{padding-top:1.5rem;padding-bottom:1.5rem}.landing-footer .bottom-bar .bottom-bar-content{display:flex;flex-direction:column;align-items:center;grid-gap:1rem;gap:1rem}@media(min-width:640px){.landing-footer .bottom-bar .bottom-bar-content{flex-direction:row;justify-content:space-between}}.landing-footer .bottom-bar .bottom-bar-content .text{font-size:.875rem;color:#4b5563;text-align:left;font-family:"Poppins",sans-serif}.landing-footer .bottom-bar .bottom-bar-content .text a{color:#4b5563;opacity:.85;text-decoration:none;color:inherit}.landing-footer .bottom-bar .bottom-bar-content .text a:hover{opacity:1}.contact-section{padding:3rem 0;background-color:#fff;font-family:"Poppins",sans-serif}.contact-section .contact-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.contact-section .contact-container{padding:0 1.5rem}}@media(min-width:1024px){.contact-section .contact-container{padding:0 2rem}}.contact-section .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.contact-section .header{margin-bottom:4rem}}.contact-section .header .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}@media(min-width:1024px){.contact-section .header .title{font-size:2.25rem}}.contact-section .header .subtitle{font-size:1rem;color:#4b5563}@media(min-width:1024px){.contact-section .header .subtitle{font-size:1.125rem}}.contact-section .contact-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.contact-section .contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-section .contact-grid .contact-card{background-color:#fff;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:.5rem;height:100%}.contact-section .contact-grid .contact-card .contact-card-header{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.contact-section .contact-grid .contact-card .contact-card-header .icon{width:2rem;height:2rem;margin-left:.25rem}.contact-section .contact-grid .contact-card .contact-card-header .card-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.contact-section .contact-grid .contact-card .contact-card-header .card-description{font-size:.875rem;color:#4b5563;margin:0}.contact-section .contact-grid .contact-card .contact-link{display:inline-flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;text-decoration:none;transition:background-color .2s}.contact-section .contact-grid .contact-card .contact-link:hover{background-color:#f9fafb}.contact-section .contact-grid .contact-card .contact-link:hover .arrow-icon{opacity:1}.contact-section .contact-grid .contact-card .contact-link .arrow-icon{opacity:0;transition:opacity .2s}.policy-section{padding:3rem 0;background-color:#fff;font-family:"Poppins",sans-serif}.policy-section .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.policy-section .container{padding:0 1.5rem}}@media(min-width:1024px){.policy-section .container{padding:0 2rem}}.policy-section .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.policy-section .header{margin-bottom:4rem}}.policy-section .header .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}@media(min-width:1024px){.policy-section .header .title{font-size:2.25rem}}.policy-section .section{margin-bottom:2rem}.policy-section .section .section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}.policy-section .section .subsection-title{font-size:1.25rem;font-weight:500;color:#353c46;margin-bottom:.5rem;font-family:inherit}.policy-section .content-wrapper{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.policy-section .paragraph{color:#4b5563;line-height:1.625}.policy-section .email-link{color:#2563eb;text-decoration:none}.policy-section .email-link:hover{text-decoration:underline}.policy-section .last-updated{color:#4b5563;line-height:1.625;margin-top:2rem}.terms-section{padding:3rem 0;background-color:#fff;font-family:"Poppins",sans-serif}.terms-section .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.terms-section .container{padding:0 1.5rem}}@media(min-width:1024px){.terms-section .container{padding:0 2rem}}.terms-section .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.terms-section .header{margin-bottom:4rem}}.terms-section .header .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}@media(min-width:1024px){.terms-section .header .title{font-size:2.25rem}}.terms-section .section{margin-bottom:2rem}.terms-section .section .section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}.terms-section .section .subsection-title{font-size:1.25rem;font-weight:500;color:#1f2937;margin-bottom:.5rem;font-family:inherit}.terms-section .section .paragraph{color:#4b5563;line-height:1.75;margin-bottom:1rem}.terms-section .section .link{color:#2563eb;text-decoration:none}.terms-section .section .link:hover{color:#134cca}.terms-section .section .list{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem;color:#4b5563}.terms-section .section .list .list-item{margin-bottom:.5rem;line-height:1.75}.terms-section .section .list .list-item:last-child{margin-bottom:0}.terms-section .section .subsection{margin-bottom:1.5rem}.terms-section .section .subsection:last-child{margin-bottom:0}.terms-section .content-wrapper{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.terms-section .content-wrapper p{margin-bottom:0}.refund-section{padding:3rem 0;background-color:#fff;font-family:"Poppins",sans-serif}.refund-section .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.refund-section .container{padding:0 1.5rem}}@media(min-width:1024px){.refund-section .container{padding:0 2rem}}.refund-section .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.refund-section .header{margin-bottom:4rem}}.refund-section .header .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}@media(min-width:1024px){.refund-section .header .title{font-size:2.25rem}}.refund-section .content-paragraph{color:#4b5563;line-height:1.625;margin-bottom:2rem}.refund-section .content-paragraph:last-child{margin-bottom:0}.about-section{padding:3rem 0;background-color:#fff;font-family:"Poppins",sans-serif}.about-section .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.about-section .container{padding:0 1.5rem}}@media(min-width:1024px){.about-section .container{padding:0 2rem}}.about-section .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.about-section .header{margin-bottom:4rem}}.about-section .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}@media(min-width:1024px){.about-section .title{font-size:2.25rem}}.about-section .content-paragraph{color:#4b5563;line-height:1.625;margin-bottom:2rem}.about-section .content-paragraph:last-child{margin-bottom:0}.period-selector{display:flex;justify-content:center;margin-bottom:3rem;font-family:"Poppins",sans-serif}.period-selector .selector-container{display:flex;flex-direction:column;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem;background-color:#fff;border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e5e7eb;width:100%}@media(min-width:1024px){.period-selector .selector-container{width:auto;flex-direction:row;grid-gap:1rem;gap:1rem}}.period-selector .period-button{width:100%;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;transition:all .2s;border:none;cursor:pointer;font-family:inherit}@media(min-width:1024px){.period-selector .period-button{width:auto;padding:.75rem 2rem}}.period-selector .period-button.active{background-color:#2563eb;color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.period-selector .period-button.inactive{background-color:#fff;color:#4b5563}.period-selector .period-button.inactive:hover{background-color:#f9fafb}.pricing-card{position:relative;padding:2rem;border-radius:1.5rem;border:1px solid #e5e7eb;-webkit-transform:translateY(0);transform:translateY(0);transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;font-family:"Poppins",sans-serif}.pricing-card:hover{-webkit-transform:scale(1.05);transform:scale(1.05);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.pricing-card.orange-100{background:linear-gradient(180deg,#fff7ed,#fff)}.pricing-card.yellow-100{background:linear-gradient(180deg,#fefce6,#fff)}.pricing-card.blue-100{background:linear-gradient(180deg,#eff6ff,#fff)}.pricing-card.green-100{background:linear-gradient(180deg,#f0fdf4,#fff)}.pricing-card.purple-100{background:linear-gradient(180deg,#faf5ff,#fff)}.pricing-card .badge{position:absolute;top:-.75rem;right:-.75rem;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;color:#fff}.pricing-card .badge.trial{background-color:#ef4444}.pricing-card .badge.popular{background-color:#eab308;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.pricing-card .pricing-content{text-align:center;margin-bottom:2rem}.pricing-card .pricing-content .title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#000;font-family:inherit}.pricing-card .pricing-content .price{font-size:1.875rem;font-weight:600;margin-bottom:.5rem}.pricing-card .pricing-content .price .original-price{text-decoration:line-through;color:#9ca3af;margin:0}.pricing-card .pricing-content .price .current-price{color:#000}.pricing-card .pricing-content .price .period{font-size:1rem;color:#4b5563}.pricing-card .pricing-content .price .discount{font-size:.875rem;color:#047857;font-weight:600;margin-top:.5rem}.pricing-card .pricing-content .tax{color:#4b5563;margin-bottom:1rem}.pricing-card .pricing-content .validity{color:#4b5563}.pricing-card .action-button{width:100%;padding:.75rem;border-radius:.5rem;font-weight:600;font-size:16px;color:#fff;border:none;cursor:pointer;font-family:inherit}.pricing-card .action-button.bg-orange-500{background-color:#f97316}.pricing-card .action-button.bg-orange-500:hover{background-color:#ea580c}.pricing-card .action-button.bg-yellow-600{background-color:#ca8a04}.pricing-card .action-button.bg-yellow-600:hover{background-color:#a16207}.pricing-card .action-button.bg-blue-600{background-color:#2563eb}.pricing-card .action-button.bg-blue-600:hover{background-color:#1d4ed8}.pricing-card .action-button.bg-green-600{background-color:#16a34a}.pricing-card .action-button.bg-green-600:hover{background-color:#15803d}.pricing-card .action-button.bg-purple-600{background-color:#9333ea}.pricing-card .action-button.bg-purple-600:hover{background-color:#7e22ce}.cards-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;align-items:stretch}@media(min-width:1024px){.cards-grid{grid-template-columns:repeat(4,1fr)}}.plan-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:all .3s ease;border:2px solid transparent}.plan-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.15);border-color:#3b82f6}.plan-card-header{margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.plan-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.3;text-align:center}.plan-card-list{list-style:none;display:flex;flex-direction:column;grid-gap:14px;gap:14px;padding-left:0}.plan-card-item{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;font-size:14px;color:#475569;line-height:1.6;padding:8px 0}.plan-card-icon{flex:0 0 24px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}.plan-card-icon .icon{width:20px;height:20px;color:#2563eb}.plan-card-text{flex:1 1 auto}.plan-card-item-group{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding:8px 0}.plan-card-heading{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.pricing-section{padding:2rem 0;background-color:#f8fafc}.pricing-section .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.pricing-section .container{padding:0 1.5rem}}@media(min-width:1024px){.pricing-section .container{padding:0 2rem}}.pricing-section .header{text-align:center;margin-bottom:3rem}.pricing-section .header .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}@media(min-width:1024px){.pricing-section .header .title{font-size:2.25rem}}.pricing-section .header .subtitle{font-size:1.125rem;color:#4b5563}.pricing-section .product-selector{margin-bottom:2rem;text-align:center}.pricing-section .product-selector .selector-tabs{display:inline-flex;background-color:#e5e7eb;border-radius:.75rem;padding:.25rem}.pricing-section .product-selector .selector-tabs .selector-tab{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;transition:all .2s}.pricing-section .product-selector .selector-tabs .selector-tab.active{background-color:#fff;color:#111827;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.pricing-section .product-selector .selector-tabs .selector-tab:hover:not(.active){color:#374151}.pricing-section .period-selector{margin-bottom:3rem;text-align:center}.pricing-section .period-selector .period-tabs{display:inline-flex;background-color:#e5e7eb;border-radius:.75rem;padding:.25rem}.pricing-section .period-selector .period-tabs .period-tab{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;transition:all .2s}.pricing-section .period-selector .period-tabs .period-tab.active{background-color:#fff;color:#111827;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.pricing-section .period-selector .period-tabs .period-tab:hover:not(.active){color:#374151}.pricing-section .quiktrade-pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:4rem;justify-content:center}@media(min-width:1024px){.pricing-section .quiktrade-pricing-grid{grid-template-columns:repeat(4,1fr)}}.pricing-section .discover-pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:4rem;justify-content:center}@media(min-width:1024px){.pricing-section .discover-pricing-grid{grid-template-columns:repeat(3,1fr)}.pricing-section .discover-pricing-grid>:only-child{grid-column:2/3}}.pricing-section .loading-state{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem}.pricing-section .feature-section{margin-top:4rem}.pricing-section .feature-section .feature-header{text-align:center;margin-bottom:3rem}.pricing-section .feature-section .feature-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.pricing-section .feature-section .feature-title{font-size:1.875rem}}.pricing-section .feature-section .feature-description{color:#4b5563}.pricing-section .terms--section{margin-top:4rem}.pricing-section .terms--section .terms-title{font-size:1.5rem;font-weight:600;color:#111827;text-align:center;margin-bottom:2rem;font-family:inherit}.pricing-section .terms--section .terms-list{display:flex;flex-direction:column}.pricing-section .terms--section .terms-list .terms-item{color:#4b5563;line-height:1.625}.pricing-section .disclaimer-section{margin-top:4rem}.pricing-section .disclaimer-section .disclaimer-title{font-size:1.5rem;font-weight:600;color:#111827;text-align:center;margin-bottom:2rem;font-family:inherit}.pricing-section .disclaimer-section .disclaimer-text{color:#4b5563;line-height:1.625;margin-bottom:1rem}.additional-broker-account{display:flex;align-items:center;justify-content:space-between;margin-block:16px}.price-text{text-align:right}.total-text{font-size:1rem}.total-price{font-size:1.25rem;font-weight:600}.trial-banner{background:#eef2ff;border-radius:12px;border:1px solid #bfdbfe;padding:20px 24px;display:flex;align-items:center;grid-gap:16px;gap:16px;margin-bottom:32px;cursor:pointer;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;position:relative}.trial-banner-icon{font-size:32px;flex-shrink:0}.trial-banner-content{flex:1 1}.trial-banner-title{font-size:18px;font-weight:600;margin-bottom:4px}.trial-banner-subtitle{font-size:14px;opacity:.95}.trial-banner-button{background:#fff;border:1px solid #e5e7eb;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.trial-banner-close{position:absolute;top:12px;right:12px;background:hsla(0,0%,100%,.2);border:none;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;transition:background .2s ease}.trial-banner-close:hover{background:hsla(0,0%,100%,.3)}.addon-broker-section{margin-top:32px;padding:24px;border-radius:12px;display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;background:#fff;border:1px solid #e5e7eb}.addon-broker-section .addon-broker-icon{font-size:32px;flex-shrink:0}.addon-broker-section .addon-broker-content{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;flex-wrap:wrap}.addon-broker-section .addon-broker-text{font-size:16px;color:#334155;font-weight:500}.addon-broker-section .addon-broker-button{background-color:#2563eb;color:#fff;border:none;padding:12px 32px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.addon-broker-section .addon-broker-button:hover{background:#1d4ed8}@media(max-width:768px){.trial-banner{flex-direction:column;text-align:center;padding:24px 20px}.trial-banner .addon-broker-button{width:100%}.addon-broker-section{flex-direction:column;text-align:center}.addon-broker-section-content{flex-direction:column;width:100%}.addon-broker-section-button{width:100%}}.broker-card{display:inline-flex;width:100%;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02);border-radius:10px;padding:10px 12px;cursor:pointer;transition:box-shadow .2s,border-color .2s;text-align:left}.dark .broker-card{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.12)}.broker-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.08)}.broker-card.is-disabled{opacity:.6;cursor:not-allowed}.broker-card-content{display:flex;align-items:center;grid-gap:12px;gap:12px;width:100%;flex-direction:column;justify-content:center}.broker-card-logo{flex:0 0 auto;object-fit:contain;image-rendering:auto}.broker-card-text{display:flex;flex-direction:column;min-width:0;width:100%;text-align:center}.broker-card-title-row{display:flex;align-items:center;grid-gap:8px;gap:8px}.broker-card-name{font-size:14px;line-height:1.2;color:#111;width:100%}.dark .broker-card-name{color:#e6e6e6}.broker-card-subtitle{font-size:12px;color:#5f6b7a;margin-top:2px}.dark .broker-card-subtitle{color:#a8b3c1}.broker-card-chip{margin-left:auto;background:#eef3ff;color:#2c87f2;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;white-space:nowrap}.dark .broker-card-chip{background:rgba(44,135,242,.15);color:#66aaf7}.broker-card-info{margin-left:4px;color:#6b7280;font-size:14px;display:inline-flex;align-items:center}.dark .broker-card-info{color:#9aa5b1}.broker-list-l .col-md-4,.broker-list-l .col-xs-4{padding:6px 8px}.product-selector{display:flex;justify-content:center;margin-bottom:3rem;font-family:"Poppins",sans-serif}.product-selector .selector-container{display:flex;align-items:center;grid-gap:1rem;gap:1rem;background-color:#fff;border-radius:.75rem;padding:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e5e7eb}.product-selector .selector-container .selector-button{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;transition:all .3s;border:none;cursor:pointer;font-family:inherit}.product-selector .selector-container .selector-button.active{background-color:#2563eb;color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);-webkit-transform:scale(1.05);transform:scale(1.05)}.product-selector .selector-container .selector-button.inactive{background-color:#fff;color:#4b5563}.product-selector .selector-container .selector-button.inactive:hover{background-color:#f9fafb}@media(max-width:1024px){.product-selector .selector-container .selector-button{padding:.75rem 1rem}}.animated-arrow-container{position:absolute;top:10px;left:70%;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;margin:0;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(147,51,234,.05));border-radius:8px;border:1px dashed rgba(59,130,246,.3)}@media(max-width:1080px){.animated-arrow-container{display:none}}.animated-arrow-container .arrow-text{font-size:.875rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.5px;order:2;white-space:nowrap}.animated-arrow-container .arrow-animation{display:flex;align-items:center;order:1}.animated-arrow-container .arrow-animation .arrow-chevron{margin-right:-18px}.animated-arrow-container .arrow-animation .arrow-chevron:last-child{margin-right:0}.animated-arrow-container .arrow-animation .arrow-chevron.arrow-1{color:#2563eb;-webkit-animation:fadeInOut 1.8s ease-in-out infinite;animation:fadeInOut 1.8s ease-in-out infinite;-webkit-animation-delay:1s;animation-delay:1s}.animated-arrow-container .arrow-animation .arrow-chevron.arrow-2{color:#3b82f6;-webkit-animation:fadeInOut 1.8s ease-in-out infinite;animation:fadeInOut 1.8s ease-in-out infinite;-webkit-animation-delay:.8s;animation-delay:.8s}.animated-arrow-container .arrow-animation .arrow-chevron.arrow-3{color:#60a5fa;-webkit-animation:fadeInOut 1.8s ease-in-out infinite;animation:fadeInOut 1.8s ease-in-out infinite;-webkit-animation-delay:.6s;animation-delay:.6s}.animated-arrow-container .arrow-animation .arrow-chevron.arrow-4{color:#93c5fd;-webkit-animation:fadeInOut 1.8s ease-in-out infinite;animation:fadeInOut 1.8s ease-in-out infinite;-webkit-animation-delay:.4s;animation-delay:.4s}.animated-arrow-container .arrow-animation .arrow-chevron.arrow-5{color:#bfdbfe;-webkit-animation:fadeInOut 1.8s ease-in-out infinite;animation:fadeInOut 1.8s ease-in-out infinite;-webkit-animation-delay:.2s;animation-delay:.2s}.animated-arrow-container .arrow-animation .arrow-chevron.arrow-6{color:#dbeafe;-webkit-animation:fadeInOut 1.8s ease-in-out infinite;animation:fadeInOut 1.8s ease-in-out infinite;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes fadeInOut{0%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}20%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}40%{opacity:.2;-webkit-transform:scale(1);transform:scale(1)}to{opacity:.2;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInOut{0%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}20%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}40%{opacity:.2;-webkit-transform:scale(1);transform:scale(1)}to{opacity:.2;-webkit-transform:scale(1);transform:scale(1)}}@media(max-width:768px){.animated-arrow-container{flex-direction:column;grid-gap:1rem;gap:1rem;padding:1rem}.animated-arrow-container .arrow-animation .arrow-chevron{width:32px;height:32px;margin-left:-18px}.animated-arrow-container .arrow-animation .arrow-chevron:first-child{margin-left:0}.animated-arrow-container .arrow-text{font-size:1rem;text-align:center}}.UI-form.UI-form{position:relative;color:#515978}.UI-form.UI-form.Form--inactive .Field-content{opacity:.5;cursor:not-allowed}.UI-form.UI-form.Form--inactive .Field-content .Field-el{pointer-events:none}.UI-form.UI-form .Field{position:relative;display:block;margin:24px 0 -21px;transition:.12s}.UI-form.UI-form .Field:after{content:"";display:table;clear:both}.UI-form.UI-form .Field--small .Field-wrapper{width:55%}.UI-form.UI-form .Field .Field .Field-description,.UI-form.UI-form .Field .Field .Field-error{display:none}.UI-form.UI-form .Field-wrapper{position:relative;height:36px;min-width:160px;max-width:360px;color:#0d2366}.UI-form.UI-form .Field-wrapper .Field-el label{line-height:36px}.UI-form.UI-form .Field-addon{position:absolute;top:0;display:table;height:100%}.UI-form.UI-form .Field-addon>*{display:table-cell;vertical-align:middle}.UI-form.UI-form .Field-addon>*>.Field-content{margin:0}.UI-form.UI-form .Field--amount div.Field-el{pointer-events:none}.UI-form.UI-form .Field--amount div.Field-el,.UI-form.UI-form .Field--amount input.Field-el{background:#fcfcfc;border:1px solid #e3e9eb}.UI-form.UI-form .Field--amount--error div.Field-el,.UI-form.UI-form .Field--amount--error input.Field-el{background:#fffcfc;border:1px solid #fcdada}.UI-form.UI-form .Field-error{color:#f05050;opacity:0;transition:.12s;min-height:20px}.UI-form.UI-form .Field-description{-webkit-transform:translateY(-21px);transform:translateY(-21px);transition:.12s;overflow-wrap:break-word}.UI-form.UI-form .Field-description,.UI-form.UI-form .Field-error{font-size:12px;margin:4px 0;line-height:16px}.UI-form.UI-form .Field-addon--after{right:9px}.UI-form.UI-form .Field-addon--before{left:10px;font-size:14px;font-weight:700}.UI-form.UI-form .Field-addon--after--CheckBox{width:100%;right:0}.UI-form.UI-form .Field-addon--after--CheckBox .Field--CheckBox{text-align:right}.UI-form.UI-form .Field-addon--after--CheckBox .Field--CheckBox .Field-wrapper{height:36px}.UI-form.UI-form .Field-addon--after--CheckBox .Field--CheckBox .Field-wrapper .Field-el{display:block;line-height:36px;background:transparent}.UI-form.UI-form .Field-addon--after--CheckBox .Field--CheckBox .Field-wrapper .CheckBox-mark{margin-right:9px}.UI-form.UI-form .Field--currency-1 .Field-addon--before+.Field-el{padding-left:20px}.UI-form.UI-form .Field--currency-2 .Field-addon--before+.Field-el{padding-left:30px}.UI-form.UI-form .Field--currency-3 .Field-addon--before+.Field-el{padding-left:40px}.UI-form.UI-form .Field--currency-4 .Field-addon--before+.Field-el{padding-left:50px}.UI-form.UI-form .Field--currency-long .Field-addon--before+.Field-el{padding-left:54px}.UI-form.UI-form .Field-addon>span>*{display:inline-block;vertical-align:middle}.UI-form.UI-form .Field--has-image img{height:34px;margin-left:-9px;margin-top:1px;margin-right:4px;border-bottom-left-radius:1px;border-top-left-radius:1px;border-right:1px solid #e3e9eb}.UI-form.UI-form .Field--has-image.Field--currency-1 .Field-addon--before+.Field-el{padding-left:54px}.UI-form.UI-form .Field--has-image.Field--currency-2 .Field-addon--before+.Field-el{padding-left:64px}.UI-form.UI-form .Field--has-image.Field--currency-3 .Field-addon--before+.Field-el{padding-left:74px}.UI-form.UI-form .Field--has-image.Field--currency-4 .Field-addon--before+.Field-el{padding-left:84px}.UI-form.UI-form .Field--has-image.Field--currency-long .Field-addon--before+.Field-el{padding-left:94px}.UI-form.UI-form .Field--amount--selected div.Field-el,.UI-form.UI-form .Field--amount--selected input.Field-el{background:#fcfdff;border:1px solid #dae7fc}.UI-form.UI-form .Field--amount--selected img{border-color:#dae7fc}.UI-form.UI-form .Field-el{line-height:16px;height:100%;width:100%;background:#fff;border:1px solid #e2e2e2;border-radius:2px;overflow:hidden;font-size:14px;padding:0 9px;outline:none;color:inherit}.UI-form.UI-form .Field-el::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.UI-form.UI-form .Field-el:-ms-input-placeholder{color:rgba(0,0,0,.3)}.UI-form.UI-form .Field-el::placeholder{color:rgba(0,0,0,.3)}.UI-form.UI-form .Field.has-error{margin-bottom:0}.UI-form.UI-form .Field.has-error .Field-el{border-color:#f05050}.UI-form.UI-form .Field.has-error .Field-error{opacity:1}.UI-form.UI-form .Field.has-error .Field-error+.Field-description{-webkit-transform:translateY(0);transform:translateY(0)}.UI-form.UI-form .Field--disabled .Field-el{cursor:not-allowed}.UI-form.UI-form .Field:not(.Field--disabled) .Field-el:hover{border-color:#c1c1c1}.UI-form.UI-form .Field:not(.Field--disabled) .Field-el:focus{border-color:#528ff0}.UI-form.UI-form .Field--select select{-webkit-appearance:none;-webkit-border-radius:2px;-moz-appearance:none;text-indent:.001px;text-overflow:"";cursor:pointer}.UI-form.UI-form .Field--select .Field-wrapper:before{content:"";position:absolute;right:12px;margin-top:15px;width:0;height:0;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent;pointer-events:none;z-index:2}.UI-form.UI-form .Field--textarea .Field-wrapper{height:auto;font-size:0}.UI-form.UI-form .Field--textarea textarea.Field-el{padding:8px 12px;height:32px;min-height:32px;max-height:230px;line-height:16px;resize:vertical}.UI-form.UI-form .Field--textarea .Field-el--textarea-fake{width:100%;height:32px;overflow:hidden;padding:0 16px 0 10px;line-height:20px;font-size:14px;visibility:hidden;position:absolute;left:0}.UI-form.UI-form .Field-label{position:relative;float:left;width:140px;font-size:14px;line-height:20px;color:#515978;word-break:break-word}.UI-form.UI-form .Field-label .text-optional{font-size:12px;opacity:.7}.UI-form.UI-form .Field .symbol--red{color:#f05050;display:none}.UI-form.UI-form .Field--required .symbol--red{display:inline-block}.UI-form.UI-form .Field-content{margin-left:164px}.UI-form.UI-form .Field--CheckBox{font-size:0}.UI-form.UI-form .Field--CheckBox .Field-wrapper{min-width:unset;max-width:unset}.UI-form.UI-form .Field--CheckBox .Field-el{font-size:0}.UI-form.UI-form .Field--CheckBox .CheckBox-mark{margin:0;width:18px;height:18px}.UI-form.UI-form .Field--CheckBox .CheckBox-mark:after{margin:4px 0 0 7px}.UI-form.UI-form .Field--counter .Field-label{margin-bottom:0}.UI-form.UI-form .Field--counter .Field-wrapper{min-width:96px;max-width:96px;height:24px}.UI-form.UI-form .Field--counter .Field-wrapper button{position:absolute;width:28px;height:22px;font-size:20px;background:transparent;padding:0 0 3px 1px;-webkit-user-select:none;-ms-user-select:none;user-select:none;outline:0;-webkit-tap-highlight-color:transparent;cursor:pointer;top:0;line-height:100%;font-weight:700}.UI-form.UI-form .Field--counter .Field-wrapper button:disabled,.UI-form.UI-form .Field--counter .Field-wrapper button[disabled]{opacity:.3;cursor:not-allowed}.UI-form.UI-form .Field--counter .Field-wrapper button:hover{background:#f6f6f6}.UI-form.UI-form .Field--counter .Field-wrapper button:active{background:#e3e3e3}.UI-form.UI-form .Field--counter .Field-wrapper button:first-of-type{left:0;border-top-left-radius:1px;border-bottom-left-radius:1px;border:none;border-right:1px solid #e2e2e2;margin:1px 0 0 1px}.UI-form.UI-form .Field--counter .Field-wrapper button:nth-of-type(2){right:0;border-top-right-radius:1px;border-bottom-right-radius:1px;border:none;border-left:1px solid #e2e2e2;margin:1px 1px 0 0}.UI-form.UI-form .Field--counter .Field-wrapper .counter-value{width:100%;padding:0 32px;display:block;text-align:center;background:#fff}.UI-form.UI-form .Field-el[type=number]::-webkit-inner-spin-button,.UI-form.UI-form .Field-el[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;-moz-appearance:textfield;margin:0}.UI-form.UI-form .currency-symbol{margin-top:2px}@media (max-width:1024px){.UI-form.UI-form .Field{margin-top:24px}.UI-form.UI-form .Field-label{width:100%;margin-bottom:4px;text-align:left;float:unset}.UI-form.UI-form .Field-label .text-optional{margin-left:4px;display:inline-block}.UI-form.UI-form .Field-content{margin-left:0}.UI-form.UI-form .Field-wrapper{height:40px;max-width:unset}.UI-form.UI-form .Field-wrapper div.Field-el{line-height:40px}.UI-form.UI-form .Field-wrapper .Field--CheckBox .Field-wrapper{height:40px;line-height:40px}.UI-form.UI-form .Field-wrapper .Field--CheckBox .CheckBox-mark{width:21px;height:21px}.UI-form.UI-form .Field-wrapper .Field--CheckBox .CheckBox-mark:after{margin:6px 0 0 8px}.UI-form.UI-form .Field--textarea textarea.Field-el{height:40px;min-height:40px;line-height:20px}.UI-form.UI-form .Field--select select{-webkit-appearance:none;-webkit-border-radius:2px;cursor:pointer}.UI-form.UI-form .Field--select .Field-wrapper:before{margin-top:18px}.UI-form.UI-form .Field--has-image img{height:38px}.UI-form.UI-form .Field--has-image.Field--currency-1 .Field-addon--before+.Field-el{padding-left:58px}.UI-form.UI-form .Field--has-image.Field--currency-2 .Field-addon--before+.Field-el{padding-left:68px}.UI-form.UI-form .Field--has-image.Field--currency-3 .Field-addon--before+.Field-el{padding-left:78px}.UI-form.UI-form .Field--has-image.Field--currency-4 .Field-addon--before+.Field-el{padding-left:88px}.UI-form.UI-form .Field--has-image.Field--currency-long .Field-addon--before+.Field-el{padding-left:98px}}#wysiwyg-root .goal-tracker-amount-based,</style><style type="text/css">#paymentpage-container .goal-tracker-amount-based{color:#515978;padding:12px;margin-top:12px;background:rgba(11,112,231,.05);border:1.4px solid #e7f1fd;border-radius:1px}#paymentpage-container .goal-tracker-amount-based .goal-tracker-amount-based-top,#wysiwyg-root .goal-tracker-amount-based .goal-tracker-amount-based-top{font-weight:400;font-size:14px;line-height:20px;color:#515978}#paymentpage-container .goal-tracker-amount-based .goal-tracker-amount-based-top span,#wysiwyg-root .goal-tracker-amount-based .goal-tracker-amount-based-top span{color:#1b226a;font-weight:700;font-size:16px;line-height:24px}#paymentpage-container .goal-tracker-amount-based .goal-tracker-amount-based-bottom,#wysiwyg-root .goal-tracker-amount-based .goal-tracker-amount-based-bottom{display:flex;color:#2b4486;font-weight:400;font-size:14px;line-height:20px;justify-content:space-between}#paymentpage-container .goal-tracker-amount-based .goal-tracker-amount-based-bottom .goal-tracker-supporter-count,#wysiwyg-root .goal-tracker-amount-based .goal-tracker-amount-based-bottom .goal-tracker-supporter-count{margin-right:32px}#paymentpage-container .goal-tracker-amount-based footer,#wysiwyg-root .goal-tracker-amount-based footer{right:60px}#paymentpage-container .goal-tracker-supporter-based,#wysiwyg-root .goal-tracker-supporter-based{padding:12px;background:rgba(11,112,231,.05);border:1.4px solid #e7f1fd;border-radius:3px;margin-top:12px}#paymentpage-container .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider,#wysiwyg-root .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider{min-height:75px;display:flex;justify-content:center;flex-direction:column}#paymentpage-container .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider .goal-tracker-supporter-based-bottom,#wysiwyg-root .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider .goal-tracker-supporter-based-bottom{justify-content:flex-start}#paymentpage-container .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider .goal-tracker-supporter-based-bottom .goal-tracker-sold-count,#paymentpage-container .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider .goal-tracker-supporter-based-bottom .goal-tracker-supporter-count,#wysiwyg-root .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider .goal-tracker-supporter-based-bottom .goal-tracker-sold-count,#wysiwyg-root .goal-tracker-supporter-based.goal-tracker-supporter-based-noslider .goal-tracker-supporter-based-bottom .goal-tracker-supporter-count{margin-right:32px}#paymentpage-container .goal-tracker-supporter-based .goal-tracker-supporter-based-top,#wysiwyg-root .goal-tracker-supporter-based .goal-tracker-supporter-based-top{font-weight:400;font-size:14px;line-height:20px;color:#515978}#paymentpage-container .goal-tracker-supporter-based .goal-tracker-supporter-based-top span,#wysiwyg-root .goal-tracker-supporter-based .goal-tracker-supporter-based-top span{font-size:16px;line-height:24px;font-weight:700;color:#1b226a}#paymentpage-container .goal-tracker-supporter-based .goal-tracker-supporter-based-bottom,#wysiwyg-root .goal-tracker-supporter-based .goal-tracker-supporter-based-bottom{display:flex;font-weight:400;font-size:14px;line-height:20px;color:#2b4486;justify-content:space-between}#paymentpage-container .goal-tracker-supporter-based .goal-tracker-supporter-based-bottom .goal-tracker-sold-count span,#wysiwyg-root .goal-tracker-supporter-based .goal-tracker-supporter-based-bottom .goal-tracker-sold-count span{font-weight:700;color:#1b226a}</style><style type="text/css">.range-slider-container{background:rgba(22,47,86,.05);border-radius:10px;width:100%;height:10px;position:relative;margin:10px 0}.range-slider-container:hover{background:rgba(27,34,106,.1)}.range-slider-container .range-slider-track{position:absolute;background:orange;height:10px;border-radius:10px}.range-slider-container .range-slider-thumb{width:10px;height:10px;position:absolute;border-radius:10px;cursor:pointer;-webkit-transform:translateX(-50%);transform:translateX(-50%)}</style><style type="text/css">.Field.Field--CheckBox{display:block;cursor:pointer}.Field.Field--CheckBox .Field-el{border:none;padding:0;cursor:inherit}.Field.Field--CheckBox .Field-el:active{border:none}.Field.Field--CheckBox.Field--disabled{cursor:not-allowed;opacity:.6}.Field.Field--CheckBox .CheckBox-left,.Field.Field--CheckBox .CheckBox-mark{vertical-align:middle;display:inline-block}.Field.Field--CheckBox .CheckBox-mark{width:14px;height:14px;border-radius:1px;border:1px solid #cad1d9;background-color:#fff;position:relative;vertical-align:middle;margin-right:4px}.Field.Field--CheckBox .CheckBox-mark:after{content:"";position:absolute;color:#fff;transition:.12s ease-in;opacity:0;display:block;width:2px;height:5px;border:solid #fff;border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:2px 0 0 5px}.Field.Field--CheckBox [type=checkbox]:checked+.CheckBox-mark{background-color:#429cff;border-color:rgba(0,0,0,.05)}.Field.Field--CheckBox [type=checkbox]:checked+.CheckBox-mark:after{opacity:1;-webkit-transform:rotate(45deg) scale(1.5);transform:rotate(45deg) scale(1.5)}.Field.Field--CheckBox .CheckBox-label{font-size:13px;line-height:16px}</style><style type="text/css">.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #eee,-1px 0 0 #eee,0 1px 0 #eee,0 -1px 0 #eee,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #eee}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#eee}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#eee}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#3c3f40;fill:#3c3f40;height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;flex:1 1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:#3c3f40;fill:#3c3f40}.flatpickr-months .flatpickr-next-month.disabled,.flatpickr-months .flatpickr-prev-month.disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#f64747}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(64,72,72,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(64,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(64,72,72,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(60,63,64,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#3c3f40}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#3c3f40}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:baseline;vertical-align:initial;-webkit-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(60,63,64,.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1 1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;flex:1 1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #eee}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#404848;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e9e9e9;border-color:#e9e9e9}.flatpickr-day.today{border-color:#f64747}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#f64747;background:#f64747;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#4f99ff;box-shadow:none;color:#fff;border-color:#4f99ff}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #4f99ff}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e9e9e9,5px 0 0 #e9e9e9}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(64,72,72,.3);background:transparent;border-color:#e9e9e9;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(64,72,72,.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #4f99ff,5px 0 0 #4f99ff}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #eee}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(64,72,72,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1 1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#404848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#404848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#404848;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;display:inline-block;float:left;line-height:inherit;color:#404848;font-weight:700;width:2%;-webkit-user-select:none;-ms-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#f1f1f1}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.flatpickr-calendar{width:307.875px}.dayContainer{padding:0;border-right:0}span.flatpickr-day,span.flatpickr-day.nextMonthDay,span.flatpickr-day.prevMonthDay{border-radius:0!important;max-width:none;border:1px solid #e9e9e9;border-right-color:transparent}span.flatpickr-day.nextMonthDay:nth-child(n+8),span.flatpickr-day.prevMonthDay:nth-child(n+8),span.flatpickr-day:nth-child(n+8){border-top-color:transparent}span.flatpickr-day.nextMonthDay:nth-child(7n-6),span.flatpickr-day.prevMonthDay:nth-child(7n-6),span.flatpickr-day:nth-child(7n-6){border-left:0}span.flatpickr-day.nextMonthDay:nth-child(n+36),span.flatpickr-day.prevMonthDay:nth-child(n+36),span.flatpickr-day:nth-child(n+36){border-bottom:0}span.flatpickr-day.nextMonthDay:nth-child(-n+7),span.flatpickr-day.prevMonthDay:nth-child(-n+7),span.flatpickr-day:nth-child(-n+7){margin-top:0}span.flatpickr-day.nextMonthDay.today:not(.selected),span.flatpickr-day.prevMonthDay.today:not(.selected),span.flatpickr-day.today:not(.selected){border-color:transparent transparent #f64747 #e9e9e9}span.flatpickr-day.nextMonthDay.today:not(.selected):hover,span.flatpickr-day.prevMonthDay.today:not(.selected):hover,span.flatpickr-day.today:not(.selected):hover{border:1px solid #f64747}span.flatpickr-day.endRange,span.flatpickr-day.nextMonthDay.endRange,span.flatpickr-day.nextMonthDay.startRange,span.flatpickr-day.prevMonthDay.endRange,span.flatpickr-day.prevMonthDay.startRange,span.flatpickr-day.startRange{border-color:#4f99ff}span.flatpickr-day.nextMonthDay.selected,span.flatpickr-day.nextMonthDay.today,span.flatpickr-day.prevMonthDay.selected,span.flatpickr-day.prevMonthDay.today,span.flatpickr-day.selected,span.flatpickr-day.today{z-index:2}.rangeMode .flatpickr-day{margin-top:-1px}.flatpickr-weekwrapper .flatpickr-weeks{box-shadow:none}.flatpickr-weekwrapper span.flatpickr-day{border:0;margin:-1px 0 0 -1px}.hasWeeks .flatpickr-days{border-right:0}</style><style type="text/css">@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700") html{overflow:hidden;box-sizing:border-box;font-family:inherit}html *{box-sizing:border-box;font-family:inherit}body,html{height:100%}body{margin:0;font-family:Lato,Muli,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;overflow:auto}#paymentpage-container b,#wysiwyg-root b{font-weight:700}#paymentpage-container a,#wysiwyg-root a{text-decoration:none;color:#528ff0;display:inline-block}#paymentpage-container ol,#paymentpage-container p,#wysiwyg-root ol,#wysiwyg-root p{padding:0;font-size:14px;line-height:20px}#paymentpage-container ol,#wysiwyg-root ol{padding-left:15px;margin:16px 0 32px}#paymentpage-container ol li,#wysiwyg-root ol li{margin-bottom:10px}#paymentpage-container p,#wysiwyg-root p{white-space:pre-wrap;word-wrap:break-word}body{color:#515978;-webkit-font-smoothing:antialiased}#paymentpage-container img,#wysiwyg-root img{font-size:12px;color:#515978;line-height:20px}#paymentpage-container .btn,#wysiwyg-root .btn{color:#fff;border:0;outline:none;cursor:pointer;font-size:14px;padding:10px 16px;border-radius:2px;transition:all .3s;text-align:center;margin:0}#paymentpage-container .btn[disabled],#wysiwyg-root .btn[disabled]{opacity:.4;cursor:not-allowed}#paymentpage-container .btn--full,#wysiwyg-root .btn--full{width:100%}#paymentpage-container .btn--gradient,#wysiwyg-root .btn--gradient{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1),rgba(0,0,0,.1))}#paymentpage-container .btn:active,#wysiwyg-root .btn:active{box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),inset 0 0 6px rgba(0,0,0,.2)}#paymentpage-container .btn svg,#wysiwyg-root .btn svg{fill:#fff}#paymentpage-container .btn-link,#wysiwyg-root .btn-link{color:#528ff0;background:#fff;border:0;cursor:pointer;font-size:14px;outline:none;padding:0 0 0 4px}#paymentpage-container .error,#wysiwyg-root .error{color:#f05050;font-size:14px}#paymentpage-container .title,#wysiwyg-root .title{position:relative;color:#0d2366;overflow-wrap:break-word;font-weight:700;font-size:18px;line-height:24px}#paymentpage-container .title--big,#wysiwyg-root .title--big{font-size:24px;line-height:32px}#paymentpage-container .title-underline,#wysiwyg-root .title-underline{display:block;width:28px;margin-top:20px;border-bottom:5px solid;border-color:#528ff0}#paymentpage-container .banner,#wysiwyg-root .banner{padding:12px 24px;background-color:#fcf8e3;color:#8a6d3b;font-size:12px;border-top-left-radius:4px;border-top-right-radius:4px;position:relative;line-height:18px}#paymentpage-container .banner.banner--error,#wysiwyg-root .banner.banner--error{background-color:#fce8e3;color:#d34c4c}#paymentpage-container .hide,#wysiwyg-root .hide{display:none}#paymentpage-container .text-wrap,#wysiwyg-root .text-wrap{white-space:pre-wrap;word-wrap:break-word}#paymentpage-container .text-line,#wysiwyg-root .text-line{white-space:pre-line;word-wrap:break-word}#paymentpage-container .pill,#wysiwyg-root .pill{border:2px;padding:4px 8px;min-width:60px;text-align:center;background:#e7e8e9;vertical-align:middle;border-radius:2px;display:inline-block}#paymentpage-container .pill--yellow,#wysiwyg-root .pill--yellow{color:#fcf8e3;background:#528ff0}body div.redirect-message{display:none}body.has-redirect div.redirect-message{display:block}.theme-mobile{background-position:top;background-size:cover}.theme-mobile.dark{background-image:url(https://cdn.razorpay.com/static/assets/paymentpages/dark_mobile.jpg)}.theme-mobile.light{background-image:url(https://cdn.razorpay.com/static/assets/paymentpages/light_mobile.jpg)}.theme-desktop:before{content:"";top:0;position:absolute;right:0;width:30%;height:100%;background-position:100% 0;background-size:cover;background-repeat:no-repeat;background-color:inherit}.theme-desktop.dark:before{background-image:url(https://cdn.razorpay.com/static/assets/paymentpages/dark_desktop.svg)}.theme-desktop.light:before{background-image:url(https://cdn.razorpay.com/static/assets/paymentpages/light_desktop.svg)}#paymentpage-container{position:relative;font-family:"Muli","Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#header-details{position:relative}#header-details #header-logo{text-align:center;position:relative;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.18);background:#fff;padding:8px;display:inline-block}#header-details #header-logo img{width:100%;display:block}.slider-view{transition:.2s}#main-view,.slider-view{background:#fff;position:relative}#main-view{border-radius:2px;box-shadow:6px 11px 24px 0 rgba(23,31,37,.12)}.content-container{position:relative;width:100%;height:100%}#details-view{position:relative;bottom:0;white-space:nowrap}#details-view .details-value{margin-top:4px;color:#515978;font-size:14px;line-height:22px}#details-view #details-section>div{position:relative}#details-view #details-section>div .sub-detail{line-height:28px}#details-view label{font-size:14px;font-weight:700;line-height:18px;color:#0d2366;margin-bottom:8px}#details-view #description-details{position:relative;color:#515978}#details-view #description-details #description{margin-top:24px;word-break:break-word}#details-view #description-details .showmore{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8));line-height:14px;padding-left:10px;margin-left:-9px}#details-view #support-details div,#details-view #support-details svg{vertical-align:middle}#details-view #support-details svg{fill:#0d2366;width:16px;margin-right:8px}#details-view #support-details a div{color:#0d2366;font-size:14px;display:inline-block}#details-view #terms-details .terms-details-tnc{white-space:pre-line;word-wrap:break-word}.title+#form-section{margin-top:36px}.details-footer{font-size:12px;line-height:18px;box-shadow:0 -4px 4px -4px rgba(0,0,0,.18);padding:16px 0;width:100%;color:rgba(22,47,86,.74);white-space:normal}.details-footer a.black-link-text{font-weight:700;font-size:12px;line-height:18px;color:#536582}.details-footer-top{display:flex;justify-content:space-between;margin-bottom:12px}.details-footer-bottom a{display:inline}.details-footer-bottom-actions{display:flex;align-items:center;margin-top:10px}.details-footer-bottom-actions .divider{margin:0 4px;width:16px;height:1px;background:#e3e3e3;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.details-footer-branding{display:flex;justify-content:space-between;align-items:center}.details-footer #rzp-logo{width:98px;margin-bottom:4px}.details-footer #secured-by-rzp{vertical-align:middle;max-width:120px;max-height:14px}.details-footer a.report-message{display:flex;align-items:center}.details-footer a.report-message svg{margin-right:5px}#share-details .share-icons{font-size:0;margin-top:8px}#share-details a{cursor:pointer}#form-section,#form-section #form-footer{position:relative}#form-section .form-footer-payment{position:relative;background:#f5f6f7;text-align:center}#form-section .form-footer-payment .btn{white-space:pre-wrap}#form-section .form-footer-payment .btn span{display:inline-block}#form-section .form-footer-payment #fin-logo{width:180px;float:left}#form-section .delivery-text{color:#8895a8;font-style:italic}.banner .pill+span{display:inline-block;width:72%;vertical-align:middle}#paymentpage-container .api-error-msg{position:absolute;top:-28px;left:32px;color:#d34c4c;font-size:14px}#paymentpage-container .ql-editor{font-family:"Muli","Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;color:#0d2366}#paymentpage-container .ql-editor p{line-height:20px;color:#515978}#paymentpage-container .ql-editor h2{line-height:1.5em;font-size:18px;font-weight:700;margin-bottom:8px;color:#0d2366}#paymentpage-container .ql-editor h3{font-size:1.17em;line-height:24px;font-weight:700;margin-bottom:4px;color:#0d2366}#paymentpage-container .ql-editor iframe,#paymentpage-container .ql-editor img{display:block;margin:8px 0}#paymentpage-container .ql-editor ol,#paymentpage-container .ql-editor ul{padding-left:16px;margin:8px 0}#paymentpage-container .ql-editor ol li,#paymentpage-container .ql-editor ul li{line-height:20px;margin-bottom:10px;position:relative}#paymentpage-container .ql-editor ul li:before{text-align:center;position:absolute;font-size:16px;top:-2px;left:24px}#paymentpage-container #description-quill.ql-disabled{border:none}#paymentpage-container #description-quill.ql-disabled .ql-editor{padding:0}.mt-10{margin-top:10px}#status-section{height:100%;position:relative;background:#fff;min-height:376px}#status-section #status-section-container{height:100%;text-align:center;font-size:14px;color:#515978;line-height:20px;overflow:auto;padding:20px 0}#status-section #status-section-container .title{margin:20px 0}#status-section #status-section-container .title .decimal{font-size:20px;color:#515978}#status-section .success-footer{position:relative;width:100%}#status-section #share-details{padding:20px 0}#status-section #share-details .share-icons a{width:32px;margin:0 8px}#status-section #share-details .share-icons .facebook,#status-section #share-details .share-icons .instagram,#status-section #share-details .share-icons .linkedin,#status-section #share-details .share-icons .twitter,#status-section #share-details .share-icons .whatsapp{-webkit-transform:scale(.8);transform:scale(.8)}#status-section.status-success #success-msg{margin-top:8px;font-size:16px}#status-section.status-success #status-section-container{color:#212121;background-color:rgba(0,183,83,.07);position:relative;width:100%;padding:0;overflow:hidden}#status-section.status-success #status-section-container .status-content{position:relative;width:100%;padding:120px 0}#status-section.status-success #status-section-container .custom-msg{color:#515978;padding:0 20px;margin-top:36px}#status-section.status-success #status-section-container .redirection-msg{position:relative;display:inline-block;margin:36px auto 0;font-size:12px;color:#515978}#status-section.status-success #status-section-container .redirection-msg:after,#status-section.status-success #status-section-container .redirection-msg:before{position:absolute;content:".";color:inherit;-webkit-animation:blinking 1s infinite;animation:blinking 1s infinite;opacity:0;right:-3px}#status-section.status-success #status-section-container .redirection-msg:after{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.2s;animation-delay:.2s;right:-6px}#status-section.status-success #status-section-container .title{font-size:24px;margin:20px 0 0}#status-section.status-success .success-footer{line-height:20px;font-size:12px;text-align:center;padding:20px 0}.animoo{position:relative;margin:0 auto;height:48px;width:48px}.animoo .checkmark{top:0;left:0;margin-top:25px;margin-left:12px;position:absolute;width:.65em}.animoo .checkmark:after{content:"";-webkit-animation:checkmark .4s linear .3s forwards;animation:checkmark .4s linear .3s forwards;-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);opacity:0;-webkit-transform-origin:left top;transform-origin:left top;border-right:3px solid #fff;border-top:3px solid #fff;position:absolute;left:0;display:block}.animoo .circle{height:100%;width:100%;border-radius:50%;opacity:.97;background-color:#0b5;box-shadow:0 2px 5px 0 rgba(48,51,55,.11);background:linear-gradient(180deg,#00dd8c,#00b753);display:flex;align-items:center}.animoo .circle:after{content:"";min-height:inherit;font-size:0}@media screen and (min-width:0 0) and (min-resolution:0.001dpcm){.animoo .checkmark:after{height:1.6em;width:.65em;opacity:1;-ms-transform:scaleX(-1) rotate(135deg)}}.mountain-top{position:absolute;width:100%;top:0;left:0}.mountain-top:before{content:"";position:absolute;-webkit-transform:rotate(29deg) rotateY(-45deg) rotateX(220deg);transform:rotate(29deg) rotateY(-45deg) rotateX(220deg);width:60%;height:120px;top:-60px;right:-36px;background:#e0f6ea}.mountain-footer{position:absolute;width:100%;bottom:0;left:0}.mountain-footer:after,.mountain-footer:before{content:"";position:absolute;width:96px;height:96px;-webkit-transform:rotate(38deg) rotateY(-25deg) rotateX(210deg);transform:rotate(38deg) rotateY(-25deg) rotateX(210deg)}.mountain-footer:before{bottom:-60px;left:-20px;background:#c7f4e1}.mountain-footer:after{bottom:-80px;left:32px;background:#00da83}@-webkit-keyframes checkmark{0%{height:0;width:0}50%{height:0;width:.65em;opacity:1}to{height:1.6em;width:.65em;opacity:1}}@keyframes checkmark{0%{height:0;width:0}50%{height:0;width:.65em;opacity:1}to{height:1.6em;width:.65em;opacity:1}}@-webkit-keyframes blinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes blinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}#desktop-container{width:100%;padding:0;margin:0 auto}#desktop-container .content-container{min-width:760px;display:table}#desktop-container .content{width:calc(50% + 480px);position:relative;display:table;height:100%;min-height:100vh;max-width:1000px;padding-left:36px;padding-bottom:48px;margin:0 auto}#desktop-container .content:before{content:"";position:absolute;height:100%;width:calc(50% + 50vw - 196px);left:calc(-50vw + 50%);border-left:16px solid;border-color:#528ff0;background:#fcfcfc}#desktop-container #testmodeBanner{margin:0 -32px;top:-32px}#desktop-container #details-view,#desktop-container #header-details{width:42%}#desktop-container #header-details{padding:24px 0;color:#0d2366;margin:20px 0;display:table;min-height:112px}#desktop-container #header-details>div{vertical-align:middle;display:inline-block;font-size:18px}#desktop-container #header-details>div:nth-of-type(n+2){padding-left:16px}#desktop-container #header-details #merchant-name{font-weight:700;line-height:28px;max-width:80%;display:inline-block;vertical-align:middle}#desktop-container #header-details #header-logo{width:64px;height:64px;line-height:62px;display:inline-block;vertical-align:middle}#desktop-container #main-view{padding:30px 32px;width:480px;float:right;top:-22px;height:100%}#desktop-container #main-view.pull-up{top:-106px}#desktop-container #details-view #details-section{display:inline-block;width:100%}#desktop-container #details-view #details-section>div{margin-bottom:40px}#desktop-container #details-view #description-details{white-space:normal;min-height:200px}#desktop-container #share-details .share-icons{margin-top:8px}#desktop-container #share-details a:not(:last-child){margin-right:8px}#desktop-container #status-section{margin-left:-32px;margin-right:-32px}#desktop-container #status-section.status-success{margin:-20px}#desktop-container #status-section.status-success .status-content{padding:88px 0 0}#desktop-container #status-section.status-success #share-details{margin-top:16px}#desktop-container #form-section{height:100%}#desktop-container #form-section #form-footer{margin:48px -32px -30px}#desktop-container #form-section #form-footer .form-footer-payment{min-height:56px;padding-left:32px;overflow:auto}#desktop-container #form-section #form-footer #fin-logo{margin-top:20px}#desktop-container #form-section #form-footer .btn{position:relative;width:180px;min-height:56px;font-size:16px;font-weight:700;line-height:20px;float:right;border-radius:0;text-align:center;color:#fff}@media (max-width:1023px){#paymentpage-container #desktop-container .content{width:calc(50% + 380px)}#paymentpage-container #desktop-container #main-view{width:380px;top:-106px}#paymentpage-container #desktop-container #form-section #fin-logo{width:160px}}@media (max-width:960px){#paymentpage-container #desktop-container .content{padding-left:28px}#paymentpage-container #desktop-container .content:before{border-left-width:8px}#paymentpage-container #desktop-container #details-view,#paymentpage-container #desktop-container #header-details{width:45%}}@media (max-width:759px){#desktop-container .content:before{min-width:572px;left:0}}#mobile-container{position:relative;min-height:80vh;width:100%;margin:0 auto}#mobile-container .content-scrollable,#mobile-container .slider-view{padding:32px 24px}#mobile-container .content{height:80vh;width:100%;position:relative;z-index:1;overflow:scroll}#mobile-container .content .content-scrollable{position:absolute;width:100%;top:80px;bottom:0;padding-bottom:0;background:#fff;border-top-left-radius:48px;border-top-right-radius:48px}#mobile-container #header-details{color:#0d2366;margin:-62px 0 20px;text-align:center}#mobile-container #header-details #merchant-name{font-weight:700;line-height:24px;max-width:80%;margin:60px auto 0;text-align:center}#mobile-container #header-details #header-logo{width:56px;height:56px;line-height:62px}#mobile-container #header-details #header-logo+#merchant-name{margin:0 auto}#mobile-container .back-btn{fill:#0d2366;background:transparent;outline:none;border:none;margin-left:-12px;padding:4px 8px;vertical-align:middle;display:inline-block;line-height:12px}#mobile-container .slider-view{position:fixed;width:100%;z-index:2;top:0;overflow:auto;transition:all 0s .4s,-webkit-transform .3s;transition:all 0s .4s,transform .3s;transition:all 0s .4s,transform .3s,-webkit-transform .3s;-webkit-transform:translateY(100%);transform:translateY(100%)}#mobile-container .form-group .help-block{margin-left:0}#mobile-container .slideup{transition:all 0s,-webkit-transform .3s;transition:all 0s,transform .3s;transition:all 0s,transform .3s,-webkit-transform .3s;-webkit-transform:translateY(0)!important;transform:translateY(0)!important;z-index:2}#mobile-container #main-view{height:100%!important;pointer-events:all}#mobile-container .slider-view:not(.slideup){height:0!important;padding:0}#mobile-container #details-view{white-space:normal;margin-top:24px;padding-bottom:71px}#mobile-container #details-view.android-btn-webview{padding-bottom:72px}#mobile-container #details-view #details-section>div{padding:28px 24px;border-bottom:1px solid rgba(0,0,0,.08);margin:0 -24px;background:#fff;min-height:200px}#mobile-container #details-view #share-details .share-icons{margin-top:16px}#mobile-container #details-view #share-details a:not(:last-child){margin-right:16px}#mobile-container .details-footer{width:unset;margin-left:-24px;margin-right:-24px;padding:32px 24px;background:#f5f6f7;box-shadow:none}#mobile-container .details-footer.text-center{text-align:center}#mobile-container #testmodeBanner{margin:0 -24px;top:-32px}#mobile-container #status-section.status-success{margin:-24px -16px}#mobile-container #status-section.status-success #status-section-container .status-content{padding:120px 0;min-height:97.5vh}#mobile-container #status-section.status-success #share-details{margin-top:28px}#mobile-container #status-section.status-success .details-footer{position:absolute;bottom:12px;text-align:center;padding:24px 40px;background:transparent;color:#58666e}#mobile-container .btn-container{position:relative}#mobile-container .btn--floating,#mobile-container .btn--full{padding:18px;font-size:16px;font-weight:700;border-radius:0}#mobile-container .btn--floating{position:fixed;padding:16px;width:92%;bottom:36px;left:4%;border-radius:2px;box-shadow:0 0 15px rgba(0,0,0,.3)}#mobile-container #form-section.android-webview{padding-bottom:90px}#mobile-container #form-section #form-footer{margin:48px -24px -30px}#mobile-container #form-section #form-footer .form-footer-payment{height:80px;padding:0 24px}#mobile-container #form-section #form-footer #fin-logo{margin-top:32px}#mobile-container #form-section #form-footer #rzp-logo{float:right;margin-top:32px;width:76px}#mobile-container #form-section #form-footer:not(.ios-safari-fix) .btn{margin-top:80px;position:absolute;left:0;right:0}#paymentpage-container #form-footer .btn,#paymentpage-container .btn-container .btn{background-color:#2371ec;color:#fff!important}#paymentpage-container .Field--counter button{color:#2371ec}#paymentpage-container .Field--CheckBox [type=checkbox]:checked+.CheckBox-mark{background-color:#2371ec}#paymentpage-container .Field.Field--CheckBox .CheckBox-mark:after{border-color:#fff}#paymentpage-container .title-underline{border-color:#2371ec}#paymentpage-container #desktop-container .content-container .content:before{border-color:#2371ec}#paymentpage-container #desktop-container #header-details #merchant-name,#paymentpage-container #desktop-container #main-view .title,#paymentpage-container #details-section #description-details .title,#paymentpage-container #details-section .Input .Input-el,#paymentpage-container #details-section .title--big .Input-el,#paymentpage-container #details-section label,#paymentpage-container #details-view #support-details a div,#paymentpage-container #support-details .sub-detail .Input-el,#paymentpage-container .ql-editor h2,#paymentpage-container .ql-editor h3,#paymentpage-container .ql-editor p{color:#0d2366}#paymentpage-container .UI-form.UI-form .Field:not(.Field--disabled) .Field-el:focus{border-color:#2371ec}#goal-tracker-details .RangeSlider--track,#goal-tracker .range-slider-track{background:#2371ec}.videos-section{padding:3rem 0;background-color:#fff;font-family:"Poppins",sans-serif}@media(min-width:1024px){.videos-section{padding:5rem 0}}.videos-section .container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.videos-section .container{padding:0 1.5rem}}@media(min-width:1024px){.videos-section .container{padding:0 2rem}}.videos-section .header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.videos-section .header{margin-bottom:4rem}}.videos-section .header .title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;font-family:inherit}@media(min-width:1024px){.videos-section .header .title{font-size:2.25rem}}.videos-section .header .subtitle{font-size:1rem;color:#4b5563}@media(min-width:1024px){.videos-section .header .subtitle{font-size:1.125rem}}.tm-container{margin:0 auto;padding:0 1.25rem;max-width:80rem}@media(min-width:640px){.tm-container{padding:0 1.5rem}}@media(min-width:1024px){.tm-container{padding:0 2rem}}.tm-page{background-color:#fff;color:#111827}.tm-page.poppins{font-family:"Poppins",sans-serif}.tm-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;transition:all .3s;text-decoration:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.tm-btn-primary{background-color:#2563eb;color:#fff}.tm-btn-primary:hover{background-color:#134cca;color:#fff;text-decoration:none}.tm-btn-secondary{background-color:#fff;color:#2563eb}.tm-btn-secondary:hover{background-color:#f8fafc;color:#2563eb;text-decoration:none}.tm-hero{background:linear-gradient(135deg,#eff6ff,#fff 60%,#eff6ff);padding:3rem 0;color:#111827;text-align:center}.tm-hero h1{font-size:1.75rem;font-weight:600;line-height:1.2;margin-bottom:1rem;letter-spacing:-.025em;color:#111827}@media(min-width:1024px){.tm-hero h1{font-size:3rem}}.tm-hero h1 span{color:#2563eb}.tm-hero .tm-hero-sub{font-size:1rem;color:#4b5563;margin-bottom:2rem}@media(min-width:1024px){.tm-hero .tm-hero-sub{font-size:1.125rem}}.tm-preview{position:relative;max-width:60rem;margin:0 auto 3rem;border-radius:1rem;padding:.5rem;background:rgba(0,0,0,.05);border:1px solid rgba(37,99,235,.1);box-shadow:0 10px 30px rgba(37,99,235,.1)}.tm-preview .tm-main-screenshot{width:100%;border-radius:.5rem;border:1px solid #fff;box-shadow:0 0 20px rgba(37,99,235,.05);display:block}.tm-hero-features-grid{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:.75rem;gap:.75rem;margin-bottom:2.5rem;max-width:52rem;margin-left:auto;margin-right:auto}.tm-hero-features-grid .tm-hero-feature-item{display:flex;align-items:center;grid-gap:.45rem;gap:.45rem;background:#fff;border:1.5px solid #bfdbfe;border-radius:.5rem;padding:.5rem 1.1rem;font-size:.9rem;font-weight:500;color:#111827;box-shadow:0 2px 8px rgba(37,99,235,.07);transition:background .2s,border-color .2s,-webkit-transform .2s;transition:background .2s,border-color .2s,transform .2s;transition:background .2s,border-color .2s,transform .2s,-webkit-transform .2s}.tm-hero-features-grid .tm-hero-feature-item:hover{background:#eff6ff;border-color:#2563eb;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.tm-hero-features-grid .tm-hero-feature-item .tm-feature-icon{display:flex;align-items:center;color:#2563eb}.tm-section{padding:5rem 0}.tm-section.bg-light{background-color:#f8fafc}.tm-section.bg-gray{background-color:#eff6ff}.tm-section.bg-primary-gradient{background:linear-gradient(135deg,#2563eb,#1043b3)}.tm-section.bg-dark{background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af)}.tm-order-presets-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:4rem}@media(min-width:640px){.tm-order-presets-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tm-order-presets-grid{grid-template-columns:repeat(5,1fr)}}.tm-preset-card{background:hsla(0,0%,100%,.04);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:1.25rem;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.tm-preset-card:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);-webkit-transform:translateY(-8px);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.tm-preset-card:hover .tm-preset-icon{background:#fff;color:#2563eb;-webkit-transform:scale(1.1);transform:scale(1.1)}.tm-preset-card .tm-preset-icon{width:3.5rem;height:3.5rem;background:hsla(0,0%,100%,.1);color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s}.tm-preset-card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#fff;line-height:1.3}.tm-preset-card p{font-size:.85rem;color:hsla(0,0%,100%,.6);margin:0;line-height:1.5}.tm-execution-banner{display:flex;justify-content:center}.tm-banner-stat{display:inline-flex;flex-direction:column;align-items:center}.tm-banner-stat .tm-label{font-size:.825rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em}.tm-section-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.tm-section-grid{grid-template-columns:1fr 1fr}}.tm-section-grid.align-center{align-items:center}.tm-section-badge{background:#dbeafe;color:#2563eb;border-radius:9999px}.tm-section-badge,.tm-section-badge-white{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;margin-bottom:1rem;letter-spacing:.05em}.tm-section-badge-white{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.2);border-radius:9999px}.tm-section-text h2{font-size:1.6rem;font-weight:600;margin-bottom:1.25rem;line-height:1.3;color:#111827}@media(min-width:1024px){.tm-section-text h2{font-size:2.25rem}}.tm-section-text h2.text-white{color:#fff}.tm-section-text p{font-size:1rem;color:#4b5563;margin-bottom:2rem;line-height:1.7}@media(min-width:1024px){.tm-section-text p{font-size:1.125rem}}.tm-section-text p.tm-blue-subh{color:#f3f4f6!important}.tm-feature-card{background:#fff;border:1px solid #e0eaff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.tm-feature-card .tm-card-header{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.tm-feature-card .tm-card-header h3{font-size:1rem;font-weight:600;margin:0;color:#111827}.tm-feature-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.75rem;gap:.75rem}.tm-feature-list li{display:flex;align-items:flex-start;grid-gap:.75rem;gap:.75rem;font-size:.9rem;color:#4b5563}.tm-feature-list li svg{color:#16a34a;flex-shrink:0;margin-top:.2rem}.tm-feature-list-white{list-style:none;padding:0;margin:0;display:grid;grid-gap:.75rem;gap:.75rem}.tm-feature-list-white li{color:hsla(0,0%,100%,.9);display:flex;align-items:flex-start;grid-gap:.75rem;gap:.75rem;font-size:1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;border-radius:.75rem;transition:all .3s ease}.tm-feature-list-white li:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3);-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.tm-feature-list-white li svg{color:#4ade80;flex-shrink:0;margin-top:.2rem}.tm-section-header-centered{text-align:center;max-width:48rem;margin:0 auto 3rem}@media(min-width:1024px){.tm-section-header-centered{margin-bottom:4rem}}.tm-section-header-centered h2{font-size:1.6rem;font-weight:600;margin-bottom:.75rem;color:#111827}@media(min-width:1024px){.tm-section-header-centered h2{font-size:2.25rem}}.tm-section-header-centered p{font-size:1rem;color:#4b5563;line-height:1.7}@media(min-width:1024px){.tm-section-header-centered p{font-size:1.125rem}}.tm-section-header-centered p.tm-blue-subh{color:#f3f4f6!important}.tm-grid-2-cols{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:1024px){.tm-grid-2-cols{grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}}.tm-feature-box{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.tm-feature-box:hover{-webkit-transform:translateY(-8px) scale(1.02);transform:translateY(-8px) scale(1.02);box-shadow:0 25px 40px -15px rgba(37,99,235,.15);border-color:rgba(37,99,235,.3)}.tm-feature-box .tm-box-header{display:flex;flex-direction:row;align-items:center;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.tm-feature-box .tm-box-header .tm-box-icon{width:3rem;height:3rem;background:#f1f5f9;color:#2563eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.tm-feature-box .tm-box-header h3{font-size:1.35rem;font-weight:600;margin:0;color:#111827}.tm-feature-box p{font-weight:500;margin-bottom:1.5rem;font-size:.95rem;color:#4b5563;line-height:1.5}.tm-feature-box .tm-feature-list-simple{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;grid-gap:1rem;gap:1rem}.tm-feature-box .tm-feature-list-simple li{display:flex;align-items:center;grid-gap:.875rem;gap:.875rem;font-size:.9375rem;font-weight:500;color:#1e293b}.tm-feature-box .tm-feature-list-simple li svg{color:#2563eb;flex-shrink:0}.tm-feature-box .tm-box-footer{margin-top:auto;font-size:.875rem;font-weight:600;color:#2563eb;background:rgba(37,99,235,.05);padding:.75rem 1.25rem;border-radius:.75rem;display:inline-block;width:-webkit-fit-content;width:fit-content;border:1px dashed rgba(37,99,235,.2)}.tm-stat-item{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 15px -3px rgba(37,99,235,.1);border:1px solid #bfdbfe}.tm-stat-item .tm-stat-val{font-size:1.25rem;font-weight:700;color:#2563eb;margin-bottom:.25rem}.tm-stat-item .tm-stat-label{font-size:1rem;color:#64748b}.tm-desk-viz{display:flex;flex-direction:column;align-items:center;padding:2rem;background:hsla(0,0%,100%,.05);border-radius:1.5rem;border:1px solid hsla(0,0%,100%,.1)}.tm-desk-viz .tm-desk-node{background:hsla(0,0%,100%,.1);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;margin-bottom:1.5rem}.tm-desk-viz .tm-desk-connector{width:2px;height:30px;background:hsla(0,0%,100%,.3);position:relative}.tm-desk-viz .tm-desk-connector:after{content:"";position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:150px;height:2px;background:hsla(0,0%,100%,.3)}.tm-desk-viz .tm-desk-children{display:flex;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.tm-desk-viz .tm-desk-child{background:hsla(0,0%,100%,.1);color:#fff;padding:.5rem 1rem;border-radius:.4rem;font-size:.875rem;border:1px solid hsla(0,0%,100%,.2)}.tm-desk-viz .tm-description{margin-top:2rem;font-weight:600;font-size:.875rem;opacity:.7;color:#fff}.tm-mode-card{background:#f8faff;padding:2.5rem;border-radius:1.5rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #e0eaff}.tm-mode-card:hover{-webkit-transform:translateY(-8px) scale(1.02);transform:translateY(-8px) scale(1.02);box-shadow:0 25px 40px -15px rgba(37,99,235,.15);border-color:rgba(37,99,235,.3)}.tm-mode-card .tm-mode-icon{width:4.5rem;height:4.5rem;background:#fff;color:#2563eb;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.tm-mode-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#111827}.tm-mode-card p{color:#4b5563;margin-bottom:2rem;font-size:1rem}.tm-mode-card .tm-mode-points{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;grid-gap:1rem;gap:1rem}.tm-mode-card .tm-mode-points li{background:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid #e2e8f0;color:#111827}.tm-analytics-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.tm-analytics-content{grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}}.tm-analytics-cards{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.tm-analytics-card{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1.25rem;background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.12);border-radius:1rem;transition:all .3s ease}@media(min-width:1024px){.tm-analytics-card{grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;border-radius:1.25rem}}.tm-analytics-card:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3);-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.tm-analytics-card:hover .tm-card-icon-blob{background:#fff;color:#2563eb;-webkit-transform:scale(1.1);transform:scale(1.1)}.tm-analytics-card .tm-card-icon-blob{width:3rem;height:3rem;background:hsla(0,0%,100%,.15);color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.tm-analytics-card .tm-card-body h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.tm-analytics-card .tm-card-body p{font-size:.825rem;color:hsla(0,0%,100%,.75);margin:0;line-height:1.4}.tm-analytics-visual-wrapper.simplified{margin-top:1rem}.tm-pro-terminal-dashboard{background:#fff;border-radius:1.25rem;padding:1.5rem}@media(min-width:640px){.tm-pro-terminal-dashboard{border-radius:1.5rem;padding:2.5rem}}.tm-pro-terminal-dashboard .tm-dashboard-top-row{display:flex;flex-wrap:wrap;justify-content:space-between;grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.tm-pro-terminal-dashboard .tm-dashboard-top-row{grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem}}.tm-pro-terminal-dashboard .tm-dashboard-top-row .tm-stat-mini{flex:1 1;white-space:nowrap}.tm-pro-terminal-dashboard .tm-dashboard-top-row .tm-stat-mini .label{display:block;font-size:.65rem;font-weight:600;color:#94a3b8;margin-bottom:.25rem;letter-spacing:.1em}.tm-pro-terminal-dashboard .tm-dashboard-top-row .tm-stat-mini .value{font-size:1.125rem;font-weight:600;color:#1e293b}.tm-pro-terminal-dashboard .tm-dashboard-top-row .tm-stat-mini .value.positive{color:#16a34a}.tm-pro-terminal-dashboard .tm-dashboard-top-row .tm-stat-mini .value.negative{color:#dc2626}@media(min-width:640px){.tm-pro-terminal-dashboard .tm-dashboard-top-row .tm-stat-mini .value{font-size:1.25rem}}.tm-pro-terminal-dashboard .tm-main-visual{background:#f8fafc;border-radius:1rem;padding:1.5rem;margin-bottom:2.5rem;border:1px solid #e2e8f0}.tm-pro-terminal-dashboard .tm-main-visual .tm-visual-header-sub{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tm-pro-terminal-dashboard .tm-main-visual .tm-visual-header-sub span{font-size:.875rem;font-weight:600;color:#1e293b}.tm-pro-terminal-dashboard .tm-main-visual .tm-visual-header-sub .tm-live-indicator{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.75rem;font-weight:800;color:#16a34a}.tm-pro-terminal-dashboard .tm-main-visual .tm-visual-header-sub .tm-live-indicator .dot{width:6px;height:6px;background:#16a34a;border-radius:50%;-webkit-animation:pulse-green-light 2s infinite;animation:pulse-green-light 2s infinite}.tm-pro-terminal-dashboard .tm-main-visual .tm-chart-area-simple{height:10rem;position:relative;background-image:linear-gradient(#e2e8f0 1px,transparent 0),linear-gradient(90deg,#e2e8f0 1px,transparent 0);background-size:25px 25px}.tm-pro-terminal-dashboard .tm-main-visual .tm-chart-area-simple .tm-chart-line-pro{position:absolute;bottom:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0 80q100-60 200-20t200-20 200-30 200 40l200-20v70H0z' fill='rgba(37, 99, 235, 0.05)'/%3E%3Cpath d='M0 80q100-60 200-20t200-20 200-30 200 40l200-20' stroke='%232563eb' stroke-width='3' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%}.tm-pro-terminal-dashboard .tm-greeks-pro-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media(min-width:640px){.tm-pro-terminal-dashboard .tm-greeks-pro-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(4,1fr)}}.tm-pro-terminal-dashboard .tm-greeks-pro-grid .tm-greek-p-stat{text-align:center}.tm-pro-terminal-dashboard .tm-greeks-pro-grid .tm-greek-p-stat .name{display:block;font-size:.75rem;font-weight:600;color:#94a3b8;margin-bottom:.25rem}.tm-pro-terminal-dashboard .tm-greeks-pro-grid .tm-greek-p-stat .val{font-size:1rem;font-weight:600;color:#1e293b}.tm-pro-terminal-dashboard .tm-greeks-pro-grid .tm-greek-p-stat .val.negative{color:#dc2626}.tm-performance-footer{display:flex;justify-content:center;grid-gap:2.5rem;gap:2.5rem;margin-top:2rem}.tm-performance-footer span{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.8125rem;font-weight:600;color:hsla(0,0%,100%,.6)}.tm-performance-footer span svg{color:#fff}@-webkit-keyframes pulse-green-light{0%{-webkit-transform:scale(.95);transform:scale(.95);box-shadow:0 0 0 0 rgba(22,163,74,.4)}70%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 8px rgba(22,163,74,0)}to{-webkit-transform:scale(.95);transform:scale(.95);box-shadow:0 0 0 0 rgba(22,163,74,0)}}@keyframes pulse-green-light{0%{-webkit-transform:scale(.95);transform:scale(.95);box-shadow:0 0 0 0 rgba(22,163,74,.4)}70%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 8px rgba(22,163,74,0)}to{-webkit-transform:scale(.95);transform:scale(.95);box-shadow:0 0 0 0 rgba(22,163,74,0)}}.tm-risk-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.tm-risk-grid{grid-template-columns:repeat(3,1fr)}}.tm-risk-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.tm-risk-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);border-color:rgba(37,99,235,.3);box-shadow:0 20px 25px -5px rgba(0,0,0,.05),0 10px 10px -5px rgba(0,0,0,.02)}.tm-risk-card .tm-risk-card-header{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.tm-risk-card .tm-risk-card-header .icon-box{width:3.5rem;height:3.5rem;background:#eff6ff;color:#2563eb;border-radius:1rem;display:flex;align-items:center;justify-content:center}.tm-risk-card .tm-risk-card-header h4{font-size:1.125rem;font-weight:600;margin:0;color:#1e293b}.tm-risk-card .tm-risk-pills{display:flex;flex-wrap:wrap;grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.tm-risk-card .tm-risk-pills span{background:#f8fafc;color:#475569;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.tm-risk-card .tm-risk-pills span:hover{background:#2563eb;color:#fff;border-color:#2563eb}.tm-risk-card .tm-risk-check-list{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.tm-risk-card .tm-risk-check-list span{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;font-size:.875rem;font-weight:500;color:#64748b}.tm-risk-card .tm-risk-check-list span svg{color:#16a34a;flex-shrink:0}.tm-risk-card .tm-protection-strip{margin-top:auto;display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.tm-risk-card .tm-protection-strip span{background:#f1f5f9;color:#64748b;padding:.25rem .6rem;border-radius:.5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.tm-feature-block{padding:2.5rem;background:#fff;border-radius:1.5rem;border:1px solid #e2e8f0}.tm-feature-block .tm-icon-wrap{width:3.5rem;height:3.5rem;background:#dbeafe;color:#2563eb;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.tm-feature-block h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827}.tm-feature-block p{color:#4b5563;margin-bottom:1.5rem}.tm-feature-block .tm-simple-list{list-style:none;padding:0;margin:0 0 1.5rem}.tm-feature-block .tm-simple-list li{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:.5rem;font-size:.9375rem;color:#4b5563}.tm-feature-block .tm-simple-list li:before{content:"";width:6px;height:6px;background:#2563eb;border-radius:50%}.tm-feature-block .tm-tag-line{font-weight:600;color:#2563eb;margin:0}.tm-audience-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}@media(min-width:640px){.tm-audience-cards-grid{grid-template-columns:repeat(2,1fr)}}.tm-audience-cards-grid .tm-audience-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);padding:1.5rem;border-radius:1.25rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.tm-audience-cards-grid .tm-audience-card:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.tm-audience-cards-grid .tm-audience-card .icon{width:2.5rem;height:2.5rem;background:hsla(0,0%,100%,.1);color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.tm-audience-cards-grid .tm-audience-card .tm-content h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.tm-audience-cards-grid .tm-audience-card .tm-content p{font-size:.825rem;color:hsla(0,0%,100%,.6);margin:0;line-height:1.5}.tm-advantage-hero-box{background:#fff;border-radius:2rem;padding:3rem;color:#1e293b}.tm-advantage-hero-box .tm-box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tm-advantage-hero-box .tm-box-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.tm-advantage-hero-box .tm-box-header .tm-pill-badge{font-size:.65rem;font-weight:800;background:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:99px;letter-spacing:.05em}.tm-advantage-hero-box .tm-advantage-list{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;grid-gap:1.25rem;gap:1.25rem}.tm-advantage-hero-box .tm-advantage-list li{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem}.tm-advantage-hero-box .tm-advantage-list li .bullet{width:1.5rem;height:1.5rem;background:#f0f7ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.tm-advantage-hero-box .tm-advantage-list li span{font-size:.9375rem;font-weight:600;color:#475569;line-height:1.4}.tm-advantage-hero-box .tm-box-footer{font-size:.8125rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding-top:1.5rem;border-top:1px solid #f1f5f9;text-align:center}.tm-cta{background:linear-gradient(135deg,#2563eb,#1043b3);padding:5rem 3rem;text-align:center;color:#fff}.tm-cta h2{font-size:2rem;font-weight:600;color:#fff;margin-bottom:2rem;line-height:1.25}@media(min-width:1024px){.tm-cta h2{font-size:2.75rem}}.tm-cta p{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.tm-cta .tm-cta-features{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.tm-cta .tm-cta-features span{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:500;font-size:1rem}.tm-cta .tm-cta-features span svg{color:#10b981}.as-container{margin:0 auto;padding:0 1.25rem;max-width:80rem}@media(min-width:640px){.as-container{padding:0 1.5rem}}@media(min-width:1024px){.as-container{padding:0 2rem}}.as-section-header{text-align:center;margin-bottom:3rem}@media(min-width:1024px){.as-section-header{margin-bottom:4rem}}.as-section-header h2{display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;font-size:1.6rem;font-weight:600;color:#111827;margin-bottom:.75rem}@media(min-width:1024px){.as-section-header h2{font-size:2.25rem}}.as-section-header p{font-size:1rem;color:#4b5563;max-width:44rem;margin:0 auto;line-height:1.7}@media(min-width:1024px){.as-section-header p{font-size:1.125rem}}.as-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:500;transition:all .3s;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-decoration:none}.as-btn-primary{background-color:#2563eb;color:#fff}.as-btn-primary:hover{background-color:#1d4ed8;color:#fff;text-decoration:none}.as-btn-primary-secondary{background-color:#fff;color:#2563eb;text-decoration:none}.as-btn-lg{padding:1.1rem 2.5rem;font-size:1.1rem}.as-hero{background:linear-gradient(135deg,#eff6ff,#fff 60%,#eff6ff);padding:3rem 0;text-align:center}.as-hero .as-badge{display:inline-flex;align-items:center;grid-gap:.4rem;gap:.4rem;background:#dbeafe;color:#2563eb;font-size:.8rem;font-weight:600;padding:.3rem .9rem;border-radius:9999px;margin-bottom:1.5rem;letter-spacing:.05em;text-transform:uppercase}.as-hero h1{font-size:1.75rem;font-weight:600;color:#111827;line-height:1.2;letter-spacing:-.025em;margin-bottom:1rem;font-family:"Poppins",sans-serif}@media(min-width:1024px){.as-hero h1{font-size:3rem}}.as-hero h1 span{color:#2563eb}.as-hero-sub{font-size:1rem;color:#4b5563;margin-bottom:.75rem}@media(min-width:1024px){.as-hero-sub{font-size:1.125rem}}.as-hero-desc{font-size:1rem;color:#4b5563;max-width:46rem;margin:0 auto 2.5rem;line-height:1.75}.as-hero-desc strong{color:#111827}.as-pill-grid{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:.75rem;gap:.75rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:52rem}.as-pill{display:inline-flex;align-items:center;grid-gap:.45rem;gap:.45rem;background:#fff;border:1.5px solid #bfdbfe;border-radius:.5rem;padding:.5rem 1.1rem;font-size:.9rem;font-weight:500;color:#111827;box-shadow:0 2px 8px rgba(37,99,235,.07);transition:background .2s,border-color .2s,-webkit-transform .2s;transition:background .2s,border-color .2s,transform .2s;transition:background .2s,border-color .2s,transform .2s,-webkit-transform .2s}.as-pill:hover{background:#eff6ff;border-color:#2563eb;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.as-pill-icon{display:flex;align-items:center;color:#2563eb}.as-flowchart{background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af);padding:4.5rem 1.25rem;position:relative;overflow:hidden}.as-flowchart:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:50px 50px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 80%);mask-image:radial-gradient(circle at center,#000,transparent 80%);pointer-events:none}.as-flowchart:after{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.15) 0,transparent 70%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;z-index:0}.as-flow-headline{display:flex;align-items:center;justify-content:center;grid-gap:.6rem;gap:.6rem;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem;text-align:center}@media(min-width:1024px){.as-flow-headline{font-size:2.25rem}}.as-flow-sub{text-align:center;color:#f3f4f6;font-size:1rem;max-width:38rem;margin:0 auto 3rem;line-height:1.65}@media(min-width:1024px){.as-flow-sub{font-size:1.125rem}}.as-flow-diagram{display:flex;align-items:center;justify-content:center;grid-gap:0;gap:0;position:relative;z-index:1}@media(max-width:991px){.as-flow-diagram{flex-direction:column;grid-gap:1.5rem;gap:1.5rem}}.as-flow-panel{flex:1 1;max-width:250px;display:flex;flex-direction:column;align-items:stretch}@media(max-width:991px){.as-flow-panel{width:100%;max-width:320px}}.as-flow-panel-label{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.8);margin-bottom:.75rem}.as-flow-panel-nodes{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;flex:1 1}.as-flow-panel-note{font-size:.75rem;color:hsla(0,0%,100%,.4);text-align:center;margin-top:1.25rem;padding:12px;line-height:1.5;border:1px dashed hsla(0,0%,100%,.1);border-radius:12px;background:hsla(0,0%,100%,.02)}.as-flow-src-card{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;background:#fff;border-radius:1rem;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(0,0,0,.1)}.as-flow-src-card:hover{-webkit-transform:translateY(-2px) scale(1.02);transform:translateY(-2px) scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.15)}.as-flow-src-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f0f7ff;border-radius:.6rem;flex-shrink:0;color:#2563eb}.as-flow-src-icon img{width:1.75rem;height:1.75rem;object-fit:contain}.as-flow-src-title{font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.2}.as-flow-src-sub{font-size:.75rem;color:#64748b;margin-top:2px}.as-flow-broker-card{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:#fff;border-radius:.5rem;padding:14px 18px;font-size:.85rem;font-weight:600;color:#000;text-align:center;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;justify-content:center}.as-flow-broker-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.as-flow-broker-logo{width:4rem;height:2rem;object-fit:contain}.as-indicator-img{width:inherit;height:inherit;object-fit:contain}.as-flow-connector{display:flex;align-items:center;flex-shrink:0;width:60px;position:relative;z-index:0;margin-top:1.5rem}@media(max-width:991px){.as-flow-connector{width:2px;height:40px;margin-top:0;justify-content:center}}.as-flow-connector-line{flex:1 1;height:2px;background:hsla(0,0%,100%,.4);position:relative;overflow:hidden}@media(max-width:991px){.as-flow-connector-line{width:2px;height:100%}}.as-flow-connector-line:after{content:"";position:absolute;top:0;left:-20px;width:20px;height:100%;background:#fff;box-shadow:0 0 10px #fff;-webkit-animation:flowPulse 1.5s linear infinite;animation:flowPulse 1.5s linear infinite}@media(max-width:991px){.as-flow-connector-line:after{width:100%;height:20px;top:-20px;left:0;-webkit-animation-name:flowPulseVertical;animation-name:flowPulseVertical}}.as-flow-connector-head{color:#fff;flex-shrink:0;margin-left:-12px;-webkit-filter:drop-shadow(0 0 5px hsla(0,0%,100%,.3));filter:drop-shadow(0 0 5px rgba(255,255,255,.3))}@media(max-width:991px){.as-flow-connector-head{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:0;margin-top:-10px}}.as-flow-engine{width:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:2rem;padding:3rem 1.5rem;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.2);position:relative;z-index:2;margin-top:1.5rem}@media(max-width:991px){.as-flow-engine{margin-top:0;width:100%;max-width:320px;padding:2.5rem 1.5rem}}.as-flow-engine:after{content:"";position:absolute;inset:-2px;border-radius:2rem;padding:2px;background:linear-gradient(135deg,rgba(37,99,235,.3),transparent,rgba(37,99,235,.3));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media(min-width:1024px){.as-flow-engine{width:300px}}.as-flow-engine-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#2563eb;border-radius:50%;margin-bottom:1.5rem;color:#fff;box-shadow:0 0 30px rgba(37,99,235,.2);position:relative}.as-flow-engine-icon:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px dashed rgba(37,99,235,.6);-webkit-animation:rotate 12s linear infinite;animation:rotate 12s linear infinite}.as-flow-engine-name{font-size:1.5rem;margin-bottom:.5rem;font-weight:700;letter-spacing:-.01em}.as-flow-engine-label{font-size:.825rem;font-weight:700;text-transform:uppercase;margin-bottom:.75rem}.as-flow-engine-desc{font-size:.8rem;color:#64748b;line-height:1.6}.as-how{padding:5rem 1.25rem;background:#fff}.as-how .as-steps{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;grid-gap:0;gap:0}@media(max-width:991px){.as-how .as-steps{flex-direction:column;grid-gap:1.5rem;gap:1.5rem}}.as-how .as-step-connector{display:flex;align-items:center;justify-content:center;padding:0 .5rem;margin-top:3.5rem;color:#bfdbfe}@media(max-width:991px){.as-how .as-step-connector{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0;padding:0;color:#2563eb;opacity:.5}}.as-how .as-step{flex:1 1;position:relative;background:#f8faff;border:1px solid #e0eaff;border-radius:1rem;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:300px}@media(max-width:991px){.as-how .as-step{flex:none;width:100%;height:auto;max-width:400px;padding:2.5rem 1.5rem}}.as-how .as-step:hover{-webkit-transform:translateY(-8px) scale(1.02);transform:translateY(-8px) scale(1.02);box-shadow:0 25px 40px -15px rgba(37,99,235,.1)}.as-how .as-step-num{position:absolute;top:-.9rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#2563eb;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .75rem;border-radius:9999px;letter-spacing:.06em}.as-how .as-step-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:#dbeafe;border-radius:50%;margin:0 auto 2rem;color:#2563eb}.as-how .as-step h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.75rem;font-family:"Poppins",sans-serif}.as-how .as-step p{font-size:.9rem;color:#4b5563;line-height:1.65;margin:0}.as-how .as-outcome{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:1rem;gap:1rem}.as-how .as-outcome span{display:inline-flex;align-items:center;grid-gap:.4rem;gap:.4rem;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:9999px;padding:.45rem 1.1rem;font-size:.9rem;font-weight:500}.as-why{padding:5rem 1.25rem;background:#eff6ff}.as-why .as-grid-3{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:640px){.as-why .as-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.as-why .as-grid-3{grid-template-columns:repeat(3,1fr)}}.as-card{background:#fff;border-radius:1rem;padding:1.75rem 1.5rem;border:1px solid #e0eaff;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.as-card:hover{-webkit-transform:translateY(-4px) scale(1.02);transform:translateY(-4px) scale(1.02);box-shadow:0 25px 40px -15px rgba(37,99,235,.1)}.as-card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#dbeafe;color:#2563eb;border-radius:.75rem;margin-bottom:1rem}.as-card h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem;font-family:"Poppins",sans-serif}.as-card p{font-size:.9rem;color:#4b5563;line-height:1.65;margin:0}.as-who{padding:5rem 1.25rem;background:#fff}.as-who-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.as-who-cards{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.as-who-cards{grid-template-columns:repeat(4,1fr)}}.as-who-card{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:.75rem;padding:1rem 1.1rem;font-size:.9rem;font-weight:500;color:#111827;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.as-who-card:hover{background:#dbeafe;border-color:#2563eb;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.as-who-card-icon{width:2.25rem;height:2.25rem;background:#2563eb;color:#fff;border-radius:.5rem;flex-shrink:0}.as-who-card-icon,.as-who-tagline{display:flex;align-items:center;justify-content:center}.as-who-tagline{grid-gap:.5rem;gap:.5rem;font-size:1rem;font-weight:600;color:#2563eb;margin-bottom:3rem}.as-who-tagline svg{color:#16a34a}.as-usecases{background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af);border-radius:1.25rem;padding:2rem}.as-usecases-header{margin-bottom:1.25rem;text-align:center}.as-usecases-header h3{font-size:1.25rem;font-weight:600;color:#fff;font-family:"Poppins",sans-serif;margin:0}.as-usecases-grid{display:flex;flex-wrap:wrap;grid-gap:.75rem;gap:.75rem;justify-content:center}.as-usecase-chip{display:inline-flex;align-items:center;grid-gap:.4rem;gap:.4rem;background:hsla(0,0%,100%,.1803921568627451);border-radius:.5rem;padding:.5rem .9rem;font-size:.85rem;font-weight:500;color:#fff;transition:background .2s,color .2s}.as-usecase-chip svg{color:#60a5fa;flex-shrink:0}.as-sources{padding:6rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#eff6ff);position:relative;overflow:hidden}.as-sources:after{content:"";position:absolute;bottom:-10%;right:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(37,99,235,.05) 0,transparent 70%);z-index:0}.as-sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem;position:relative;z-index:1}@media(min-width:1024px){.as-sources-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.as-sources-tagline{display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;font-size:1.1rem;font-weight:600;color:#2563eb;margin:0}.as-sources-tagline svg{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.as-sources-tagline:hover svg{-webkit-transform:translateX(5px);transform:translateX(5px)}.as-source-card{background:#fff;border:1px solid #e0eaff;border-radius:1.25rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.as-source-card:hover{-webkit-transform:translateY(-6px) scale(1.02);transform:translateY(-6px) scale(1.02);box-shadow:0 25px 40px -15px rgba(37,99,235,.1);border-color:rgba(37,99,235,.3)}.as-source-card .as-source-header{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.as-source-card .as-source-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0;font-family:"Poppins",sans-serif}.as-source-card .as-source-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:#f0f7ff;border-radius:1rem;flex-shrink:0;transition:background .3s}.as-source-card .as-source-icon img{max-width:2.25rem;max-height:2.25rem;object-fit:contain}.as-source-card .as-source-icon svg{color:#2563eb}.as-source-card p{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0}.as-brokers{padding:6rem 1.25rem;background:#fff;position:relative}.as-brokers-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.as-brokers-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.as-brokers-grid{grid-template-columns:repeat(6,1fr)}}.as-brokers-note{text-align:center;font-size:1rem;color:#4b5563;margin:0;font-weight:500}.as-broker-item{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1rem;gap:1rem;background:#fff;border:1px solid #e0eaff;border-radius:1.25rem;padding:1.5rem 1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:default;text-align:center}.as-broker-item:hover{border-color:rgba(37,99,235,.3);-webkit-transform:translateY(-6px) scale(1.02);transform:translateY(-6px) scale(1.02);box-shadow:0 25px 40px -15px rgba(37,99,235,.1)}.as-broker-item .as-broker-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3rem;flex-shrink:0}.as-broker-item .as-broker-icon img{max-width:100%;max-height:100%;object-fit:contain;-webkit-filter:grayscale(20%);filter:grayscale(20%);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.as-broker-item:hover .as-broker-icon img{-webkit-filter:grayscale(0);filter:grayscale(0)}.as-broker-item-more{background:#f8fafc;border:2px dashed #e2e8f0;color:#94a3b8;min-height:140px}.as-broker-item-more:hover{background:#f1f5f9;border-color:#2563eb;color:#2563eb}.as-broker-logo{height:3rem;width:5rem;object-fit:contain}.as-broker-label{font-size:.875rem;font-weight:600;color:#1e293b}.as-broker-label-more{font-size:.9rem;color:#64748b}.as-reliability{padding:5rem 1.25rem;background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af)}.as-reliability .as-section-header h2{color:#fff;justify-content:center}.as-reliability-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media(min-width:640px){.as-reliability-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.as-reliability-grid{grid-template-columns:repeat(3,1fr)}}.as-reliability-item{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;padding:1rem 1.25rem;color:#fff;font-size:.95rem;font-weight:500;transition:background .2s}.as-reliability-item:hover{background:hsla(0,0%,100%,.18)}.as-rel-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:hsla(0,0%,100%,.15);border-radius:50%;flex-shrink:0}.as-faq{padding:5rem 1.25rem;background:#eff6ff}.as-faq-list{max-width:52rem;margin:0 auto;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.as-faq-item{background:#fff;border:1px solid #e0eaff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.as-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;color:#111827;font-size:1rem;font-weight:500;font-family:"Poppins",sans-serif;transition:background .15s;grid-gap:1rem;gap:1rem}.as-faq-q:hover{background:#f0f7ff}.as-faq-q:focus{outline:none}.as-faq-q svg{flex-shrink:0;color:#2563eb}.as-faq-a{padding:0 1.5rem 1.1rem}.as-faq-a p{margin:0;font-size:.95rem;color:#4b5563;line-height:1.7}.as-cta{padding:5rem 1.25rem;background:linear-gradient(to bottom right,#2563eb,#1d4ed8,#1e40af);text-align:center;color:#fff}.as-cta-badge{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:9999px;padding:.4rem 1rem;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;color:#e0f2fe}.as-cta h2{font-size:2rem;font-weight:600;color:#fff;margin-bottom:2rem;font-family:"Poppins",sans-serif;line-height:1.25}@media(min-width:1024px){.as-cta h2{font-size:2.75rem}}.as-cta-checks{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:.75rem 1.5rem;gap:.75rem 1.5rem;margin-bottom:2rem}.as-cta-check-item{display:inline-flex;align-items:center;grid-gap:.4rem;gap:.4rem;color:#e0f2fe;font-size:1rem;font-weight:500}.as-cta-check-item svg{color:#86efac}.as-cta-tagline{display:flex;align-items:center;justify-content:center;grid-gap:.4rem;gap:.4rem;color:#fef3c7;font-weight:600;font-size:1rem;margin-bottom:2rem}.as-cta-tagline svg{flex-shrink:0}.as-live-dot{display:inline-block;width:8px;height:8px;background:#4ade80;border-radius:50%;-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}@-webkit-keyframes pulse{0%,to{box-shadow:0 0 0 0 rgba(74,222,128,.5)}50%{box-shadow:0 0 0 6px rgba(74,222,128,0)}}@keyframes pulse{0%,to{box-shadow:0 0 0 0 rgba(74,222,128,.5)}50%{box-shadow:0 0 0 6px rgba(74,222,128,0)}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes flowPulse{0%{left:-20px}to{left:100%}}@keyframes flowPulse{0%{left:-20px}to{left:100%}}@-webkit-keyframes flowPulseVertical{0%{top:-20px}to{top:100%}}@keyframes flowPulseVertical{0%{top:-20px}to{top:100%}}.as-btn-secondary{background-color:#fff;color:#2563eb}