/**handles:hhit-cst-post-callout-style,hhit-data-table-style**/
.cst-post-callout{background:var(--bg-color);position:relative;border-radius:30px;overflow:hidden;z-index:1;border:var(--border)}.cst-post-callout:after{content:'';position:absolute;inset:0;background:transparent var(--bg-image) no-repeat center/cover;opacity:var(--bg-img-opacity);z-index:0}.cst-post-callout>*{position:relative;z-index:2}.cst-post-callout.brad-0{border-radius:0}.cst-post-callout .container{max-width:1190px;margin:0 auto;width:90%;padding:40px 0;position:relative;z-index:1}.cst-post-callout .title{font:normal var(--f-bold) 1.9rem/1.1 var(--font-sans);color:var(--title-color);margin-bottom:1rem}.cst-post-callout .content *,.cst-post-callout .content li,.cst-post-callout .content li::before,.cst-post-callout .content li::marker{color:var(--content-color)!important}.cst-post-callout .content{font:normal var(--f-medium) 1.13rem/1.3 var(--font-sans);margin-bottom:0}.cst-post-callout .content a{opacity:.9;text-decoration:underline!important;text-decoration-color:var(--content-color)!important}.cst-post-callout .content a:hover{opacity:1}.cst-post-callout .content>:last-child{margin-bottom:0!important}@media screen and (max-width:767px){.cst-post-callout .container{padding:20px 0}.cst-post-callout .title{font:normal var(--f-bold) 1.63rem/1.1 var(--font-sans)}.cst-post-callout .content{font:normal var(--f-medium) 1rem/1.3 var(--font-sans)}}
.data-table-section{padding:5rem 1.25rem;background:var(--light-blue);text-align:center;font-family:var(--font-sans)}.data-table-section .container{max-width:75rem;margin:0 auto}.data-table-section-heading{font:var(--h2-font);color:var(--secondary-color);margin-bottom:1rem}.data-table-section-description{max-width:45rem;margin:0 auto 3.125rem;color:var(--label-color);font:var(--body-font)}.data-table-section-wrapper{border:.125rem solid var(--secondary-color);border-radius:1.875rem;overflow:hidden;background:var(--white)}.data-table-section-table{width:100%;border-collapse:collapse;text-align:left;margin-bottom:0}.data-table-section-table thead{background:var(--light-blue)}.data-table-section-table th{text-align:left;padding:1.25rem 1.5625rem;border-bottom:.0625rem solid #e6e6e6;font-weight:var(--f-semibold);color:var(--secondary-color)}.data-table-section-title{font-weight:var(--f-bold);color:var(--secondary-color)}.data-table-section-subtitle{font-size:normal var(--f-bold) 1.13rem/1 var(--font-sans);color:var(--label-color);margin-top:.25rem}.data-table-section-heading-col.highlight{background:#f6f6f6}.data-table-section-table tr:nth-child(2n){background:#f7f7f7}.data-table-section-table td{padding:1.875rem;border-bottom:.0625rem solid #e6e6e6;font:var(--body-font)}.data-table-section-label{color:var(--secondary-color);font-weight:var(--f-semibold)}.data-table-section-value{color:var(--text-color)}.data-table-section-value.highlight{color:var(--secondary-color);font-weight:var(--f-bold)}.data-table-section-value.italic{font-style:italic;color:var(--label-color)}.data-table-section-badge{background:#dfe9b3;padding:.375rem .75rem;border-radius:.375rem;font-size:.8125rem;font-weight:var(--f-semibold);display:inline-block}.data-table-section-cta{margin-top:2.5rem}.data-table-section-cta a.btn{display:flex;align-items:center;justify-content:flex-start;gap:.625rem;border:none;font:normal var(--f-bold) 0.875rem/1 var(--font-sans);background:var(--primary-color);color:var(--white);border-radius:1.5625rem;padding:.5625rem 1rem;width:max-content;text-decoration:none;box-shadow:none;margin:0 auto}.data-table-section-cta a.btn svg>g>g>line{stroke:var(--primary-color)}.data-table-section-cta a.btn svg>g>g>circle{fill:var(--primary-color)}.data-table-section-cta a.btn:hover svg{transform:rotate(90deg)}.data-table-section .desktop-table{display:block}.data-table-section .mobile-boxes{display:none}.desktop-table .data-table-section-table td:nth-child(3),.desktop-table .data-table-section-table th:nth-child(3){background:#7c9c0012;color:var(--black)}.desktop-table .data-table-section-table th:nth-child(3) .data-table-section-subtitle,.desktop-table .data-table-section-table th:nth-child(3) .data-table-section-title{color:var(--black)}.data-table-section .mobile-row .value a,.data-table-section-table td.data-table-section-value a{background:var(--primary-color);color:#fff;padding:.3125rem .625rem;width:100%;display:block;font-size:.875rem;text-align:center}.data-table-section-table td ol,.data-table-section-table td p,.data-table-section-table td ul,.data-table-section-table td>a:last-child{margin:0 0 1em}.data-table-section-table td a:last-child,.data-table-section-table td ol:last-child,.data-table-section-table td p:last-child,.data-table-section-table td ul:last-child{margin:0}.data-table-section .mobile-row .value p:last-child{margin-bottom:0}@media screen and (max-width:767px){.data-table-section .desktop-table{display:none}.data-table-section .mobile-boxes{display:block}.data-table-section .data-table-mobile-box{border:.0625rem solid var(--secondary-color);border-radius:1.25rem;margin-bottom:1.25rem;padding:0;background:var(--white)}.data-table-section .mobile-box-header .title{font-weight:var(--f-bold);color:var(--white);margin-bottom:.25rem;text-align:left}.data-table-section .mobile-box-header .subtitle{font-size:1rem;color:var(--white);margin-bottom:.5rem}.data-table-section .mobile-row{padding:1.2rem 0;border-bottom:.0625rem dashed #ddd;display:flex;justify-content:space-between;gap:0 20px;align-items:center}.data-table-section .mobile-row:last-child{border-bottom:0}.data-table-section .mobile-box-header{padding:2.1875rem;background:var(--secondary-color);text-align:left;border-radius:1rem}.data-table-section .mobile-box-rows{padding:0 1.25rem}.data-table-section .mobile-row .label{font-weight:var(--f-semibold);color:var(--secondary-color);font-size:.9rem;text-align:left}.data-table-section .mobile-row .value{color:var(--text-color);font-size:.9rem}.data-table-section .mobile-row .label,.data-table-section .mobile-row .value{flex:1}.data-table-section .mobile-boxes .data-table-mobile-box:nth-child(2){background:#7c9c0012;color:var(--black)}}