:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--logo: 293.6px;--font-size: 16px;--font-1: "Inter";--color: #859099;--color1: #445765;--color2: #66ADD9;--color3: #B145BF;--color4: #EFF8FF;--color5: #020659;--icon-width: 48px;--icon-height: 48px;--nav-a: #445765;--a: #445765;--ahover: #B145BF;--nav-fs: 16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;line-height:1.6;color:#333;background:#fff}.home-page{width:100%;overflow-x:hidden}.home-header{background:#fff;padding:1rem 0;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:1000}.home-nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.home-logo img{height:110px;width:110px}.home-nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.home-nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.home-nav-links a:hover{color:#310956}.home-btn{border:2px solid var(--color3);height:44px;border-radius:44px;padding:9px 18px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:700}.home-btn:hover{background:var(--color3);color:var(--color4);text-decoration:none}.home-btn-green{background:#22c55e;border:2px solid #15803d;color:#fff;letter-spacing:.2em;padding:14px 28px;font-size:1.05rem;min-height:48px;border-radius:8px}.home-btn-green:hover{background:#16a34a;border-color:#166534}.home-btn-green:active{background:#15803d;border-color:#14532d}.home-hero{background:#fff;padding:40px 0;text-align:center}.home-hero-title{font-family:Roboto,sans-serif;font-size:2rem;letter-spacing:.01em;margin:0 auto .75em;color:#310956;font-weight:700;order:1;animation:fadeIn 2s ease-in forwards}.home-container{max-width:1200px;margin:0 auto;padding:0 20px}.home-video-container{width:100%;height:400px;overflow:hidden;border-radius:20px}.home-video-container video{width:100%;height:100%;object-fit:cover;border-radius:20px;border:solid 1px #310956}.home-cards-section{background:#fff}.home-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:0rem}.home-card{background-size:cover;transition:transform .3s;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;min-height:350px;position:relative;padding-top:30px}.home-card:hover{transform:scale(1.05)}.home-card-body{background:linear-gradient(to bottom,#e0dfdf,#fff);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border:1px solid #310956;border-radius:10px;color:#333;width:100%;min-height:21em}.home-black-bar{width:100%;height:10px;background-color:#310956;position:absolute;top:30px;border-radius:10px 10px 0 0}.home-card-upper{background-color:#fff;width:100%;border:1px solid #310956;border-width:0px 0px 1px 0px;padding:1.25rem 1rem 1rem}.home-card-icon{font-size:64px;margin-bottom:10px;color:#310956;display:flex;justify-content:center;align-items:center}.home-card-title{text-align:center;color:#000;letter-spacing:.15rem;font-size:1.5rem;margin:0}.home-card-text{text-align:left;letter-spacing:1px;word-spacing:2px;line-height:1.6;padding:1rem}.agent-collapsible-header{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:12px}.agent-title{margin:0}.agent-subtext{margin:0;opacity:.75;font-size:.95rem}.agent-toggle-btn{background:#22c55e;border:2px solid #15803d;color:#083b1b;border-radius:10px;padding:14px 20px;cursor:pointer;font-weight:800}.agent-toggle-btn:hover{filter:brightness(.96)}.agent-collapsible{overflow:hidden;max-height:0px;opacity:0;transition:max-height .36s ease,opacity .26s ease;will-change:max-height,opacity}.home-services-section{padding:60px 0;background:#fff}.home-services-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home-services-list{list-style:none;padding:0;margin:0}.home-service-item{padding:.75rem 0;font-size:1.1rem;border-bottom:1px solid #eee;display:flex;align-items:center;gap:.75rem}.home-checkmark{color:#310956;font-weight:700;font-size:1.2rem}.home-services-cta{text-align:center}.home-slider-section{padding:60px 0;background:#f9f9f9;text-align:center}.home-section-title{font-size:2rem;margin-bottom:3rem;color:#310956;font-weight:600}.home-slider-container{display:flex;overflow-x:auto;gap:2rem;padding:2rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-slider-container::-webkit-scrollbar{height:8px}.home-slider-container::-webkit-scrollbar-track{background:#f1f1f1}.home-slider-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.home-slider-item{min-width:200px;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;text-align:center}.home-slider-image{width:100px;height:100px;object-fit:contain;margin-bottom:10px}.home-slider-text{font-size:16px;font-weight:700;color:#000;height:1rem}.home-faq-section{padding:60px 0;background:#fff}.home-faq-header{text-align:center;margin-bottom:3rem}.home-faq-title{font-size:2rem;color:#fff;margin-bottom:1rem;background:#310956;padding:1rem;border-radius:10px}.home-faq-subtitle{color:#fff;font-size:1.1rem;background:#310956;padding:.5rem 1rem;border-radius:10px;display:inline-block}.home-faq-list{max-width:900px;margin:0 auto}.home-faq-item{margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;overflow:hidden}.home-faq-question{padding:1.5rem;background:#f9f9f9;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:1.1rem;color:#333;transition:background .3s}.home-faq-question:hover{background:#e0dfdf}.home-faq-icon{font-size:1.5rem;transition:transform .3s;color:#310956;flex-shrink:0;margin-left:1rem;font-weight:700}.home-faq-item.active .home-faq-icon{transform:rotate(45deg)}.home-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#fff;padding:0 1.5rem}.home-faq-item.active .home-faq-answer{max-height:500px;padding:1.5rem}.home-faq-answer p{color:#666;line-height:1.8;margin:0}.home-contact-section{padding:60px 0;background:#fff}.home-form{max-width:70%;margin:0 auto 20px;padding:20px;border:1px solid #ccc;border-radius:10px;background-color:#f9f9f9}.home-form h2{margin-bottom:20px;color:#310956;text-align:center}.home-form-group{margin-bottom:10px}.home-form-label{display:block;margin-bottom:5px;font-weight:700;color:#333}.home-form-input,.home-form-textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;font-family:Roboto,sans-serif;font-size:1rem}.home-form-textarea{min-height:100px;resize:vertical}.home-form button[type=submit]{background-color:#310956;color:#fff;border:none;cursor:pointer;padding:15px;width:100%;border-radius:5px;font-size:1rem;font-weight:500;transition:background .3s}.home-form button[type=submit]:hover{background-color:#4b148b}.home-form-error{color:#e74c3c;margin-bottom:1em;padding:.75rem;background:#ffeaea;border-radius:6px}.home-form-success{color:#27ae60;margin-bottom:1em;padding:.75rem;background:#eafff0;border-radius:6px}.home-footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.home-footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.home-footer-logo img{width:110px}.home-footer-tagline{font-size:1.1rem;margin-top:1rem}.home-social-icons{display:flex;gap:1rem}.home-social-link{color:#fff;font-size:1.5rem;text-decoration:none;transition:color .3s}.home-social-link:hover{color:#310956}.home-copyright{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem}.home-copyright p{margin-bottom:.5rem}.home-footer-link{color:#fff;text-decoration:none;transition:color .3s}.home-footer-link:hover{text-decoration:underline}@media(max-width:768px){.home-hero-title{font-size:2rem;max-width:100%;width:100%;padding:0 10px}.home-cards-grid,.home-services-grid{grid-template-columns:1fr}.home-nav-links{display:none}.home-footer-content{flex-direction:column;text-align:center}}@media(max-width:480px){.home-hero-title{font-size:1.5rem}.home-card{min-height:auto}.home-section-title{font-size:1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{margin:0;padding:0;font-family:Segoe UI,sans-serif}body,html,#root{margin:0;padding:0;height:100%;overflow-x:hidden;font-family:Segoe UI,sans-serif}header,main{display:block}label{font-weight:700;min-width:6em}.form-group{display:flex;flex-direction:column;margin-bottom:1em}#layout_header{width:100%;padding:1em 2em;background-color:#0a3d62;color:#fff;display:flex;gap:1em;align-items:center;font-size:1.2rem;box-sizing:border-box}input.checkout{width:30px}#accountType{width:30%}.container{display:flex;flex-direction:column}#login-container #email,#login-container #password{width:100%}.container .form-group{flex-direction:row;column-gap:1em}.container label{line-height:4em}.field-fill-message{color:red;font-weight:700;margin-bottom:1em;margin-left:1em}#checkout_first_name,#checkout_password,#checkout_password_confirm{width:30%}#confirm_pass_label{line-height:1.5em}#checkout_last_name,#checkout_email{width:45%}.checkout-hr{margin-top:2em;margin-bottom:2em}#checkout-container{padding:0 40px 40px;margin:-2em -2em auto}#checkout-upper-header{padding:0 30px;margin:0 -2em auto}#checkout-title{background-color:#0a3d62;color:#fff;margin-left:-1em;margin-right:-1em;letter-spacing:2px}#payment_title,#payment_description{text-align:center;flex-direction:column}#payment_description{margin-top:-.5em}.payment-headline{display:flex;align-items:center}#login-submit-button-container{text-align:center}body,html{margin:0;padding:0;font-family:Segoe UI,Tahoma,sans-serif;background-color:#f4f4f4;height:100%;width:100%;box-sizing:border-box}#root{display:flex;flex-direction:column;min-height:100vh;width:100%;box-sizing:border-box;padding:0}input.left-float{width:30px}.app-container{width:80%;max-width:900px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;box-sizing:border-box}@media(max-width:768px){#root{padding:1rem}.app-container{width:100%;padding:1rem;border-radius:0}#layout_header{align-items:baseline}#name_container .form-group{flex-direction:column}}h1,h2,h3{color:#0a3d62;text-align:center;margin-top:0}input,select,textarea{box-shadow:0 4px 12px #0000001a}input,select,textarea,button{padding:.75em;margin:.5em 0;font-size:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}button,input[type=submit]{background-color:#0a3d62;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease}button:hover,input[type=submit]:hover{background-color:#063250}a{color:#0a3d62;text-decoration:none}a:hover{text-decoration:underline}.checkbox-group{display:flex;align-items:center;gap:.5em;font-size:.95rem;margin-left:1em}table{width:100%;border-collapse:collapse;font-size:.9rem}table th,table td{text-align:left;padding:.5em;border-bottom:1px solid #ccc}@media(max-width:600px){.container{padding:1em}table{font-size:.8rem}.checkbox-group{flex-direction:column;align-items:flex-start}}.nav-button{color:#fff;text-decoration:none;padding:.4em .8em;border-radius:4px;border:1px solid white;background-color:transparent;font-weight:500;font-size:.9rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;height:2.2em;box-sizing:border-box;cursor:pointer;transition:background-color .3s ease;width:100px}.nav-button:hover{background-color:#fff3}@media(max-width:768px){.container{max-width:100%;padding:1.2rem}}
