.custom-accordion-root{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 1px 3px #0000000d}.custom-accordion-item{margin-top:-1px}.custom-accordion-item:not(:first-child){border-top:1px solid #e0e0e0}.custom-accordion-header{margin:0;display:flex}.custom-accordion-trigger{cursor:pointer;text-align:left;color:#333;background-color:#0000;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-family:inherit;font-size:1.125rem;font-weight:600;transition:background-color .15s ease-in-out;display:flex}.custom-accordion-trigger .custom-accordion-toggle-icon{color:#666;border:1px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:1rem;padding:4px;transition:all .2s ease-in-out;display:flex}.custom-accordion-trigger[data-state=closed] .custom-accordion-toggle-icon:hover{color:#333;background-color:#f0f0f0}.custom-accordion-trigger:focus-visible{outline-offset:-2px;border-radius:4px;outline:2px solid #007bff}.custom-accordion-title-wrapper{flex:auto;align-items:center;gap:1.25rem;min-width:0;display:flex}.custom-accordion-icon{color:#0045e6;background:#e9f1ff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;max-height:none;display:flex}.custom-accordian-title{color:#333;white-space:normal;overflow-wrap:anywhere;min-width:0;margin-bottom:0;font-size:20px;font-weight:300}.custom-accordion-content{background-color:#fff;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.custom-accordion-content[data-state=open]{max-height:800px}.custom-accordion-content-text{color:#333;padding:16px;line-height:1.8;overflow:hidden}.custom-accordion-content-text ul{margin:0;padding:0;list-style:none}.custom-accordion-content-text li{color:#333;align-items:center;gap:10px;margin-bottom:.5rem;padding-left:10px;font-size:14px;font-weight:500;display:flex}.custom-accordion-content-text li:before{content:"";background:#2563eb;border-radius:50%;flex:0 0 8px;width:8px;height:8px}.custom-accordion-content-text li:last-child{margin-bottom:0}.custom-accordion-toggle-icon .pm-icon line{stroke:currentColor;transform-origin:50%;transform-box:fill-box;transition:transform .22s cubic-bezier(.4,0,.2,1),opacity .18s}.custom-accordion-trigger[data-state=open] .custom-accordion-toggle-icon .pm-icon .pm-v{opacity:1;transform:rotate(90deg)}.custom-accordion-trigger[data-state=open] .custom-accordion-toggle-icon{color:inherit}
