#customer__content h1{font-size:3rem;margin-top:25px;margin-bottom:25px}#customer__content h2{font-size:2.6rem;margin-top:25px;margin-bottom:25px}#customer__content h3{font-size:2.2rem;margin-top:25px;margin-bottom:25px}#customer__content h4{font-size:2rem;margin-bottom:12px}#customer__content h5{font-size:1.8rem;margin-bottom:12px}#customer__content h6{font-size:1.7rem;margin-bottom:12px}#customer__content p{font-size:1.58rem;line-height:1.8;margin-bottom:5px;min-height:10px}#customer__content strong{font-weight:800}#customer__content ol,#customer__content ul{padding-left:35px;margin-top:10px}@media(max-width:768px){#customer__content ol,#customer__content ul{padding-left:20px}}#customer__content li{margin-bottom:10px}#customer__content li p{margin-bottom:0}#customer__content hr{margin:35px 0;border-color:var(--divideColor)}#customer__content table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%}#customer__content table td,#customer__content table th{border:1px solid var(--divideColor);box-sizing:border-box;min-width:1em;padding:6px 8px;position:relative;vertical-align:middle}#customer__content table td>*,#customer__content table th>*{margin-bottom:0}#customer__content table th{background-color:var(--contentColor);font-weight:700;text-align:left}#customer__content blockquote,#customer__content p code{background-color:rgba(33,90,160,.08)}#customer__content blockquote,#customer__content code{border-radius:5px}#customer__content blockquote{padding:1.2rem 1.5rem}#customer__content blockquote p{margin-bottom:0!important}#customer__content code{padding:2px 4px}#customer__content pre{background-color:#1a2638;padding:1.2rem 1.5rem;border-radius:5px}#customer__content pre code{color:#fff!important}#customer__content mark{background:#f1ff94}#customer__content .mantine-RichTextEditor-taskList{list-style:none}#customer__content .mantine-RichTextEditor-taskList .task-item:where(li){display:flex}#customer__content .mantine-RichTextEditor-taskList .task-item label{display:inline-block;margin-right:10px;pointer-events:none}#customer__content .mantine-RichTextEditor-taskList .task-item label input{pointer-events:none;cursor:default;width:18px;height:18px;border-radius:5px;border-color:#ced4da}#customer__content .mantine-RichTextEditor-taskList .task-item label input:checked{background-color:#228be6}#customer__content .mantine-RichTextEditor-taskList .task-item p{line-height:1.2}#customer__content table{width:auto!important}.origin-animate-bounce-dot{animation:bounce-dot 1.2s infinite}@keyframes bounce-dot{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}40%{transform:translateY(-10px);animation-timing-function:cubic-bezier(0,0,.2,1)}}.origin-animate-bounce-spin{display:inline-block;animation:bounce-var 1.2s ease-in-out infinite;will-change:transform;transform-origin:center}@keyframes bounce-var{0%,to{transform:translateY(0)}50%{transform:translateY(-10px) rotateY(1turn)}}.gradient-border{contain:layout;position:relative;overflow:hidden;padding:2px;border-radius:.75rem}.gradient-border .gradient-border-inner{border-radius:calc(.75rem - 2px);height:100%;width:100%;background:inherit;position:relative;z-index:1}.gradient-border:after{offset-path:rect(0 auto 100% auto);transform-origin:50% center;content:"";width:100px;height:100px;position:absolute;transform:rotate(45deg);-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);background:radial-gradient(rgba(var(--customer-theme-rgb),1),transparent 100%,transparent 50%);animation:animateGradientBorder 4s linear 0s infinite normal none running}@keyframes animateGradientBorder{0%{offset-distance:0;opacity:1}10%{opacity:1}40%{opacity:1}60%{opacity:1}to{opacity:1;offset-distance:100%}}