.elementor-6262 .elementor-element.elementor-element-e4990a9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:80px 80px;--row-gap:80px;--column-gap:80px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-6262 .elementor-element.elementor-element-77b53dd{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-6262 .elementor-element.elementor-element-72c289b .elementor-heading-title{font-family:"Geist", Sans-serif;font-size:1.25rem;line-height:1.6em;color:var( --e-global-color-secondary );}.elementor-6262 .elementor-element.elementor-element-8c47ab2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-6262 .elementor-element.elementor-element-8c47ab2 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-6262 .elementor-element.elementor-element-8c47ab2 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-6262 .elementor-element.elementor-element-e4990a9{--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-6262 .elementor-element.elementor-element-8c47ab2 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-c4455d8 */.wrapper {
    width: 100%;

}

.table-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;

}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Geist';
    font-size: 20px;
    margin-bottom: 0;
}

thead {
    background: #1F2124;
    color: #fff;
    
}

thead th {
    padding: 18px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
}

tbody td {
    padding: 16px 18px;
    font-size: 14px;
    color: #333;
}

tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

tbody tr:nth-child(odd) {
    background-color: #e9e9e9;
}

tbody tr:hover {
    background-color: #dcdcdc;
    transition: 0.3s ease;
}


table th:first-child,
.patent-table td:first-child {
    width: 40%;   /* 👈 Reduce title column width */
    max-width: 400px;
}


@media screen and (max-width:575px){
    .table-card{
        overflow: scroll;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Light.woff2') format('woff2'),
		url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Light.woff') format('woff');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Regular.woff2') format('woff2'),
		url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Medium.woff2') format('woff2'),
		url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-SemiBold.woff2') format('woff2'),
		url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Bold.woff2') format('woff2'),
		url('https://omnitrust.com/wp-content/uploads/2025/10/Geist-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */