.M-TabCnt_root{font-family:system-ui,-apple-system,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.M-TabCnt_container{background:#f9f9f9;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:3rem 2rem}.M-TabCnt_nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:2rem;padding-left:0}.M-TabCnt_tab{background:#ffead8;border:none;border-radius:.5rem;color:#e1232f;cursor:pointer;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;padding:.75rem 2rem;transition:background-color .3s,color .3s}.M-TabCnt_tab--active{background:#f5a31e;color:#fff}.M-TabCnt_panes{min-height:200px;position:relative}.M-TabCnt_pane{display:none;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.M-TabCnt_pane--active{animation:M-TabCnt_slideIn .4s ease forwards;display:block;opacity:1;transform:translateY(0)}@keyframes M-TabCnt_slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.M-TabCnt_paneContent{margin:0 auto;max-width:800px;text-align:center}.M-TabCnt_heading{color:#e1232f;font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:.5rem}.M-TabCnt_subheading{color:#000;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.M-TabCnt_description{color:#333;font-size:1rem;line-height:1.5;margin-bottom:2.5rem}.M-TabCnt_description p{margin-bottom:1rem}.M-TabCnt_hubspotForm{margin-top:2rem;text-align:left}.M-TabCnt_noForm{background:#fff;border:1px dashed #ccc;border-radius:.5rem;color:#666;padding:2rem;text-align:center}@media (max-width:768px){.M-TabCnt_container{padding:2rem 1rem}.M-TabCnt_nav{gap:.5rem;justify-content:center;margin-bottom:1.5rem}.M-TabCnt_tab{flex-grow:1;font-size:.95rem;padding:.6rem 1rem;text-align:center}.M-TabCnt_heading{font-size:1.5rem}}