.help-hint{margin-top:1rem;margin-bottom:1rem;display:flex;gap:.75rem;border-radius:.5rem;border-width:1px;padding:1rem}.help-hint-content{flex:1 1 0%;font-size:.875rem;line-height:1.25rem}.help-hint-content p{margin:0}.help-stepper{margin-top:1.5rem;margin-bottom:1.5rem}.help-stepper>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.help-step{position:relative;display:flex;gap:1rem;padding-bottom:1.5rem}.help-step:not(:last-child):before{content:"";position:absolute;left:17px;top:2.5rem;bottom:0;width:.125rem;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.help-step-number{display:flex;height:2.25rem;width:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(43 132 108 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.help-step-content{flex:1 1 0%;padding-top:.375rem;font-size:.875rem;line-height:1.25rem}.help-step-content p:first-child{margin-top:0}.help-step-content p:last-child{margin-bottom:0}.help-embed{margin-top:1.5rem;margin-bottom:1.5rem;overflow:hidden;border-radius:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.help-update{position:relative;border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:2rem;padding-left:2rem}.help-update:last-child{border-color:transparent}.help-update:before{content:"";position:absolute;left:-5px;top:.25rem;height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(43 132 108 / var(--tw-bg-opacity, 1))}.help-update-date{margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.help-update-content{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.help-tabs{margin-top:1.5rem;margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){.help-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}.help-tab-panel{border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.25rem;font-size:.875rem;line-height:1.25rem}.help-tab-title{margin-bottom:.5rem;margin-top:0;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.help-file-download{margin-top:1rem;margin-bottom:1rem}.help-card-grid{all:unset;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin:1.5rem 0}@media(min-width:640px){.help-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.help-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.help-card{display:block;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;transition:all .15s;text-decoration:none;color:inherit}.help-card:hover{border-color:#74d7bc;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;text-decoration:none}.help-card-image{width:100%;height:9rem;-o-object-fit:cover;object-fit:cover;margin:0;border-radius:0}.help-card-body{padding:1rem}.help-card-title{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem}.help-card-description{font-size:.875rem;color:#4b5563;margin:0}.help-card-description ul{list-style:disc inside;margin-top:.25rem;padding:0}.help-card-description li{margin:0;padding:0}.help-card-description a{color:#2b846c;text-decoration:none}.help-card-description a:hover{text-decoration:underline}.help-card-simple{background-color:#f9fafb}.prose details{margin-top:.75rem;margin-bottom:.75rem;overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.prose details summary{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style-type:none;align-items:center;gap:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.prose details summary:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.prose details summary::-webkit-details-marker{display:none}.prose details summary:before{content:"";display:inline-block;width:.375rem;height:.375rem;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:rotate(-45deg);transition:transform .15s;flex-shrink:0}.prose details[open] summary:before{transform:rotate(45deg)}.prose details>*:not(summary){padding-left:1rem;padding-right:1rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}[x-cloak]{display:none!important}
