@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&family=IBM+Plex+Sans:wght@400;500&display=swap');
table.fixedHeader-floating {
  background-color: white;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}
@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dataTable thead tr th:not(:empty){
  padding-left: 1rem;
  padding-right: 1rem;
}
table.dataTable thead tr th:not(:empty){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table.dataTable thead tr th:not(:empty){
  font-weight: 500;
}
table.dataTable thead tr:last-child th{
  cursor: pointer;
}
table.dataTable thead tr:last-child th{
  border-bottom-width: 1px;
}
table.dataTable thead tr:last-child th{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
table.dataTable thead tr:last-child th{
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }
}
table.dataTable thead tr:last-child th:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
table.dataTable thead tr:last-child th:hover{
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }
}
table.dataTable tbody tr td{
  border-width: 1px;
}
table.dataTable tbody tr td{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
table.dataTable tbody tr td{
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
table.dataTable tbody tr td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
table.dataTable tbody tr td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc {
      background-repeat: no-repeat;
      background-position: 97% 50%;
      background-size: 0.5rem;
    }
table.dataTable thead .sorting {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --%3E%3Cpath fill='%23bbbbbb' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E");
    }
table.dataTable thead .sorting_desc {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --%3E%3Cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E");
    }
table.dataTable thead .sorting_asc {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --%3E%3Cpath d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E");
    }
table.dataTable .dataTables_empty {
    text-align: center;
    font-weight: 500;
    color: #374151;
    /* Tailwind's gray-700 */
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
.dataTables_info{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dataTables_paginate{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.dataTables_paginate .paginate_button{
  position: relative;
}
.dataTables_paginate .paginate_button{
  display: inline-flex;
}
.dataTables_paginate .paginate_button{
  cursor: pointer;
}
.dataTables_paginate .paginate_button{
  align-items: center;
}
.dataTables_paginate .paginate_button{
  padding-left: 1rem;
  padding-right: 1rem;
}
.dataTables_paginate .paginate_button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dataTables_paginate .paginate_button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dataTables_paginate .paginate_button{
  font-weight: 500;
}
.dataTables_paginate .paginate_button{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dataTables_paginate .paginate_button{
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.dataTables_paginate .paginate_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dataTables_paginate .paginate_button:hover{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.dataTables_paginate .paginate_button.current{
  border-width: 1px;
}
.dataTables_paginate .paginate_button.current{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dataTables_paginate .paginate_button.current{
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.dataTables_paginate .paginate_button.current{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dataTables_paginate .paginate_button.current{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.dataTables_paginate .paginate_button.previous{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.dataTables_paginate .paginate_button.previous{
  border-right-width: 0px;
}
.dataTables_paginate .paginate_button.previous{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dataTables_paginate .paginate_button.previous{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dataTables_paginate .paginate_button.next{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.dataTables_paginate .paginate_button.next{
  border-left-width: 0px;
}
.dataTables_paginate .paginate_button.next{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dataTables_paginate .paginate_button.next{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dataTables_filter{
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dataTables_filter{
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.dataTables_filter input[type="search"]{
  margin-top: 0.25rem;
}
.dataTables_filter input[type="search"]{
  display: block;
}
.dataTables_filter input[type="search"]{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dataTables_filter input[type="search"]{
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.dt-buttons{
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dt-buttons button,
a.button{
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dt-buttons button,
a.button{
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.dt-buttons button:hover,
a.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dt-buttons button:hover,
a.button:hover{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.overflow-label:not(:empty){
  position: relative;
  margin-left: -0.25rem;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.group:hover .overflow-label:not(:empty){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)){
.group:hover .overflow-label:not(:empty){
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
td:hover .overflow-label,
.overflow-label:hover {
  z-index: 40;
}
.text-green {
  color: green;
}
.text-red {
  color: red;
}
div.w-max:has(table.dataTable) {
  overflow-x: hidden;
}
#filingAggregated {
  width: 101rem;
}
#filingAggregated th:nth-child(1) {
    width: 5rem;
  }
#filingAggregated th:nth-child(2) {
    width: 5rem;
  }
#filingAggregated th:nth-child(3) {
    width: 6rem;
  }
#filingAggregated th:nth-child(4) {
    width: 14rem;
  }
#filingAggregated th:nth-child(5) {
    width: 10rem;
  }
#filingAggregated th:nth-child(6) {
    width: 10rem;
  }
#filingAggregated th:nth-child(7) {
    width: 6rem;
  }
#filingAggregated th:nth-child(8) {
    width: 12rem;
  }
#filingAggregated th:nth-child(9) {
    width: 12rem;
  }
#filingAggregated th:nth-child(10) {
    width: 8rem;
  }
#filingAggregated th:nth-child(11) {
    width: 10rem;
  }
#filingAggregated th:nth-child(12) {
    width: 8rem;
  }
#optionsAggregated {
  width: 83rem;
}
#optionsAggregated th:nth-child(1) {
    width: 5rem;
  }
#optionsAggregated th:nth-child(2) {
    width: 14rem;
  }
#optionsAggregated th:nth-child(3) {
    width: 12rem;
  }
#optionsAggregated th:nth-child(4) {
    width: 5rem;
  }
#optionsAggregated th:nth-child(5) {
    width: 10rem;
  }
#optionsAggregated th:nth-child(6) {
    width: 7rem;
  }
#optionsAggregated th:nth-child(7) {
    width: 8rem;
  }
#optionsAggregated th:nth-child(8) {
    width: 10rem;
  }
#optionsAggregated th:nth-child(9) {
    width: 12rem;
  }
#filingDetailed {
  width: 110rem;
}
#filingDetailed th:nth-child(1) {
    width: 5rem;
  }
#filingDetailed th:nth-child(2) {
    width: 5rem;
  }
#filingDetailed th:nth-child(3) {
    width: 14rem;
  }
#filingDetailed th:nth-child(4) {
    width: 8rem;
  }
#filingDetailed th:nth-child(5) {
    width: 5rem;
  }
#filingDetailed th:nth-child(6) {
    width: 10rem;
  }
#filingDetailed th:nth-child(7) {
    width: 10rem;
  }
#filingDetailed th:nth-child(8) {
    width: 10rem;
  }
#filingDetailed th:nth-child(9) {
    width: 7rem;
  }
#filingDetailed th:nth-child(10) {
    width: 8rem;
  }
#filingDetailed th:nth-child(11) {
    width: 11rem;
  }
#filingDetailed th:nth-child(12) {
    width: 8rem;
  }
#filingDetailed th:nth-child(13) {
    width: 8rem;
  }
#filingComparison,
.filing-comparison-table {
  width: 116rem;
}
#filingComparison tr:first-child th,.filing-comparison-table tr:first-child th{
  padding: 0px;
}
#filingComparison tr:first-child th:nth-child(1), .filing-comparison-table tr:first-child th:nth-child(1) {
      width: 5rem;
    }
#filingComparison tr:first-child th:nth-child(2), .filing-comparison-table tr:first-child th:nth-child(2) {
      width: 16rem;
    }
#filingComparison tr:first-child th:nth-child(3), .filing-comparison-table tr:first-child th:nth-child(3) {
      width: 10rem;
    }
#filingComparison tr:first-child th:nth-child(4), .filing-comparison-table tr:first-child th:nth-child(4) {
      width: 5rem;
    }
#filingComparison tr:first-child th:nth-child(5), .filing-comparison-table tr:first-child th:nth-child(5) {
      width: 10rem;
    }
#filingComparison tr:first-child th:nth-child(6), .filing-comparison-table tr:first-child th:nth-child(6) {
      width: 10rem;
    }
#filingComparison tr:first-child th:nth-child(7), .filing-comparison-table tr:first-child th:nth-child(7) {
      width: 10rem;
    }
#filingComparison tr:first-child th:nth-child(8), .filing-comparison-table tr:first-child th:nth-child(8) {
      width: 7rem;
    }
#filingComparison tr:first-child th:nth-child(9), .filing-comparison-table tr:first-child th:nth-child(9) {
      width: 12rem;
    }
#filingComparison tr:first-child th:nth-child(10), .filing-comparison-table tr:first-child th:nth-child(10) {
      width: 12rem;
    }
#filingComparison tr:first-child th:nth-child(11), .filing-comparison-table tr:first-child th:nth-child(11) {
      width: 12rem;
    }
#filingComparison tr:first-child th:nth-child(12), .filing-comparison-table tr:first-child th:nth-child(12) {
      width: 7rem;
    }
#filingComparison tr:nth-child(2) th,.filing-comparison-table tr:nth-child(2) th{
  padding-bottom: 0px;
}
#investorSecurityHoldings {
  width: 85rem;
}
#investorSecurityHoldings th:nth-child(1) {
    width: 9rem;
  }
#investorSecurityHoldings th:nth-child(2) {
    width: 6rem;
  }
#investorSecurityHoldings th:nth-child(3) {
    width: 6rem;
  }
#investorSecurityHoldings th:nth-child(4) {
    width: 7rem;
  }
#investorSecurityHoldings th:nth-child(5) {
    width: 13rem;
  }
#investorSecurityHoldings th:nth-child(6) {
    width: 11rem;
  }
#investorSecurityHoldings th:nth-child(7) {
    width: 9rem;
  }
#investorSecurityHoldings th:nth-child(8) {
    width: 7rem;
  }
#investorSecurityHoldings th:nth-child(9) {
    width: 7rem;
  }
#investorSecurityHoldings th:nth-child(10) {
    width: 8rem;
  }
#allSecurityHolders {
  width: 98rem;
}
#allSecurityHolders th:nth-child(1) {
    width: 16rem;
  }
#allSecurityHolders th:nth-child(2) {
    width: 6rem;
  }
#allSecurityHolders th:nth-child(3) {
    width: 7rem;
  }
#allSecurityHolders th:nth-child(4) {
    width: 8rem;
  }
#allSecurityHolders th:nth-child(5) {
    width: 13rem;
  }
#allSecurityHolders th:nth-child(6) {
    width: 8rem;
  }
#allSecurityHolders th:nth-child(7) {
    width: 10rem;
  }
#allSecurityHolders th:nth-child(8) {
    width: 13rem;
  }
#allSecurityHolders th:nth-child(9) {
    width: 8rem;
  }
#allSecurityHolders th:nth-child(10) {
    width: 9rem;
  }
#investorFilings {
  width: 102rem;
}
#investorFilings th:nth-child(1) {
    width: 7rem;
  }
#investorFilings th:nth-child(2) {
    width: 5rem;
  }
#investorFilings th:nth-child(3) {
    width: 12rem;
  }
#investorFilings th:nth-child(4) {
    width: 12rem;
  }
#investorFilings th:nth-child(5) {
    width: 12rem;
  }
#investorFilings th:nth-child(6) {
    width: 12rem;
  }
#investorFilings th:nth-child(7) {
    width: 20rem;
  }
#investorFilings th:nth-child(8) {
    width: 9rem;
  }
#investorFilings th:nth-child(9) {
    width: 13rem;
  }
#companyTags {
  width: 98rem;
}
#companyTags th:nth-child(1) {
    width: 6rem;
  }
#companyTags th:nth-child(2) {
    width: 13rem;
  }
#companyTags th:nth-child(3) {
    width: 13rem;
  }
#companyTags th:nth-child(4) {
    width: 13rem;
  }
#companyTags th:nth-child(5) {
    width: 8rem;
  }
#companyTags th:nth-child(6) {
    width: 9rem;
  }
#companyTags th:nth-child(7) {
    width: 9rem;
  }
#companyTags th:nth-child(8) {
    width: 5rem;
  }
#companyTags th:nth-child(9) {
    width: 9rem;
  }
#companyTags th:nth-child(10) {
    width: 8rem;
  }
#companyTags th:nth-child(11) {
    width: 5rem;
  }
#companyTagsRatio {
  width: 46rem;
}
#companyTagsRatio th:nth-child(1) {
    width: 6rem;
  }
#companyTagsRatio th:nth-child(2) {
    width: 7rem;
  }
#companyTagsRatio th:nth-child(3) {
    width: 7rem;
  }
#companyTagsRatio th:nth-child(4) {
    width: 8rem;
  }
#companyTagsRatio th:nth-child(5) {
    width: 9rem;
  }
#companyTagsRatio th:nth-child(6) {
    width: 9rem;
  }
#companyTagsInstant {
  width: 77rem;
}
#companyTagsInstant th:nth-child(1) {
    width: 6rem;
  }
#companyTagsInstant th:nth-child(2) {
    width: 14rem;
  }
#companyTagsInstant th:nth-child(3) {
    width: 14rem;
  }
#companyTagsInstant th:nth-child(4) {
    width: 8rem;
  }
#companyTagsInstant th:nth-child(5) {
    width: 9rem;
  }
#companyTagsInstant th:nth-child(6) {
    width: 5rem;
  }
#companyTagsInstant th:nth-child(7) {
    width: 9rem;
  }
#companyTagsInstant th:nth-child(8) {
    width: 6rem;
  }
#companyTagsInstant th:nth-child(9) {
    width: 6rem;
  }
#companyTagsInstantRatio {
  width: 38rem;
}
#companyTagsInstantRatio th:nth-child(1) {
    width: 6rem;
  }
#companyTagsInstantRatio th:nth-child(2) {
    width: 8rem;
  }
#companyTagsInstantRatio th:nth-child(3) {
    width: 7rem;
  }
#companyTagsInstantRatio th:nth-child(4) {
    width: 8rem;
  }
#companyTagsInstantRatio th:nth-child(5) {
    width: 9rem;
  }
#companyTagsYear {
  width: 83rem;
}
#companyTagsYear th:nth-child(1) {
    width: 6rem;
  }
#companyTagsYear th:nth-child(2) {
    width: 13rem;
  }
#companyTagsYear th:nth-child(3) {
    width: 13rem;
  }
#companyTagsYear th:nth-child(4) {
    width: 7rem;
  }
#companyTagsYear th:nth-child(5) {
    width: 9rem;
  }
#companyTagsYear th:nth-child(6) {
    width: 9rem;
  }
#companyTagsYear th:nth-child(7) {
    width: 5rem;
  }
#companyTagsYear th:nth-child(8) {
    width: 9rem;
  }
#companyTagsYear th:nth-child(9) {
    width: 6rem;
  }
#companyTagsYear th:nth-child(10) {
    width: 6rem;
  }
#companyTagsYearRatio {
  width: 45rem;
}
#companyTagsYearRatio th:nth-child(1) {
    width: 6rem;
  }
#companyTagsYearRatio th:nth-child(2) {
    width: 7rem;
  }
#companyTagsYearRatio th:nth-child(3) {
    width: 7rem;
  }
#companyTagsYearRatio th:nth-child(4) {
    width: 7rem;
  }
#companyTagsYearRatio th:nth-child(5) {
    width: 9rem;
  }
#companyTagsYearRatio th:nth-child(6) {
    width: 9rem;
  }
#insiderStocks {
  width: 85rem;
}
#insiderStocks th:nth-child(1) {
    width: 9rem;
  }
#insiderStocks th:nth-child(2) {
    width: 15rem;
  }
#insiderStocks th:nth-child(3) {
    width: 19rem;
  }
#insiderStocks th:nth-child(4) {
    width: 13rem;
  }
#insiderStocks th:nth-child(5) {
    width: 13rem;
  }
#insiderStocks th:nth-child(6) {
    width: 7rem;
  }
#insiderStocks th:nth-child(7) {
    width: 9rem;
  }
#insiderFilings {
  width: 86rem;
}
#insiderFilings th:nth-child(1) {
    width: 5rem;
  }
#insiderFilings th:nth-child(2) {
    width: 16rem;
  }
#insiderFilings th:nth-child(3) {
    width: 9rem;
  }
#insiderFilings th:nth-child(4) {
    width: 7rem;
  }
#insiderFilings th:nth-child(5) {
    width: 12rem;
  }
#insiderFilings th:nth-child(6) {
    width: 9rem;
  }
#insiderFilings th:nth-child(7) {
    width: 9rem;
  }
#insiderFilings th:nth-child(8) {
    width: 17rem;
  }
/* Ajax */
#insiderTransactions {
  width: 112rem;
}
#insiderTransactions th:nth-child(1) {
    width: 7rem;
  }
#insiderTransactions th:nth-child(2) {
    width: 6rem;
  }
#insiderTransactions th:nth-child(3) {
    width: 10rem;
  }
#insiderTransactions th:nth-child(4) {
    width: 10rem;
  }
#insiderTransactions th:nth-child(5) {
    width: 12rem;
  }
#insiderTransactions th:nth-child(6) {
    width: 7rem;
  }
#insiderTransactions th:nth-child(7) {
    width: 7rem;
  }
#insiderTransactions th:nth-child(8) {
    width: 7rem;
  }
#insiderTransactions th:nth-child(9) {
    width: 8rem;
  }
#insiderTransactions th:nth-child(10) {
    width: 9rem;
  }
#insiderTransactions th:nth-child(11) {
    width: 11rem;
  }
#insiderTransactions th:nth-child(12) {
    width: 11rem;
  }
#insiderDerivatives {
  width: 123rem;
}
#insiderDerivatives th:nth-child(1) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(2) {
    width: 6rem;
  }
#insiderDerivatives th:nth-child(3) {
    width: 10rem;
  }
#insiderDerivatives th:nth-child(4) {
    width: 10rem;
  }
#insiderDerivatives th:nth-child(5) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(6) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(7) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(8) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(9) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(10) {
    width: 9rem;
  }
#insiderDerivatives th:nth-child(11) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(12) {
    width: 7rem;
  }
#insiderDerivatives th:nth-child(13) {
    width: 8rem;
  }
#insiderDerivatives th:nth-child(14) {
    width: 8rem;
  }
#insiderDerivatives th:nth-child(15) {
    width: 8rem;
  }
/* AJAX */
#insiderTransactionsAggregated {
  width: 104rem;
}
#insiderTransactionsAggregated th:nth-child(1) {
    width: 5rem;
  }
#insiderTransactionsAggregated th:nth-child(2) {
    width: 12rem;
  }
#insiderTransactionsAggregated th:nth-child(3) {
    width: 10rem;
  }
#insiderTransactionsAggregated th:nth-child(4) {
    width: 8rem;
  }
#insiderTransactionsAggregated th:nth-child(5) {
    width: 7rem;
  }
#insiderTransactionsAggregated th:nth-child(6) {
    width: 13rem;
  }
#insiderTransactionsAggregated th:nth-child(7) {
    width: 8rem;
  }
#insiderTransactionsAggregated th:nth-child(8) {
    width: 11rem;
  }
#insiderTransactionsAggregated th:nth-child(9) {
    width: 13rem;
  }
#insiderTransactionsAggregated th:nth-child(10) {
    width: 9rem;
  }
#insiderTransactionsAggregated th:nth-child(11) {
    width: 10rem;
  }
#investorSchedules {
  width: 112rem;
}
#investorSchedules th:nth-child(1) {
    width: 4rem;
  }
#investorSchedules th:nth-child(2) {
    width: 12rem;
  }
#investorSchedules th:nth-child(3) {
    width: 10rem;
  }
#investorSchedules th:nth-child(4) {
    width: 6rem;
  }
#investorSchedules th:nth-child(5) {
    width: 6rem;
  }
#investorSchedules th:nth-child(6) {
    width: 12rem;
  }
#investorSchedules th:nth-child(7) {
    width: 6rem;
  }
#investorSchedules th:nth-child(8) {
    width: 12rem;
  }
#investorSchedules th:nth-child(9) {
    width: 10rem;
  }
#investorSchedules th:nth-child(10) {
    width: 5rem;
  }
#investorSchedules th:nth-child(11) {
    width: 8rem;
  }
#investorSchedules th:nth-child(12) {
    width: 8rem;
  }
#stockTransactionsAggregated {
  width: 105rem;
}
#stockTransactionsAggregated th:nth-child(1) {
    width: 12rem;
  }
#stockTransactionsAggregated th:nth-child(2) {
    width: 5rem;
  }
#stockTransactionsAggregated th:nth-child(3) {
    width: 10rem;
  }
#stockTransactionsAggregated th:nth-child(4) {
    width: 12rem;
  }
#stockTransactionsAggregated th:nth-child(5) {
    width: 7rem;
  }
#stockTransactionsAggregated th:nth-child(6) {
    width: 12rem;
  }
#stockTransactionsAggregated th:nth-child(7) {
    width: 8rem;
  }
#stockTransactionsAggregated th:nth-child(8) {
    width: 10rem;
  }
#stockTransactionsAggregated th:nth-child(9) {
    width: 10rem;
  }
#stockTransactionsAggregated th:nth-child(10) {
    width: 9rem;
  }
#stockTransactionsAggregated th:nth-child(11) {
    width: 12rem;
  }
#insiderStockTransactions {
  width: 95rem;
}
#insiderStockTransactions th:nth-child(1) {
    width: 5rem;
  }
#insiderStockTransactions th:nth-child(2) {
    width: 15rem;
  }
#insiderStockTransactions th:nth-child(3) {
    width: 12rem;
  }
#insiderStockTransactions th:nth-child(4) {
    width: 6rem;
  }
#insiderStockTransactions th:nth-child(5) {
    width: 10rem;
  }
#insiderStockTransactions th:nth-child(6) {
    width: 9rem;
  }
#insiderStockTransactions th:nth-child(7) {
    width: 10rem;
  }
#insiderStockTransactions th:nth-child(8) {
    width: 9rem;
  }
#insiderStockTransactions th:nth-child(9) {
    width: 9rem;
  }
#insiderStockTransactions th:nth-child(10) {
    width: 10rem;
  }
#stockInsiders {
  width: 75rem;
}
#stockInsiders th:nth-child(1) {
    width: 12rem;
  }
#stockInsiders th:nth-child(2) {
    width: 16rem;
  }
#stockInsiders th:nth-child(3) {
    width: 13rem;
  }
#stockInsiders th:nth-child(4) {
    width: 11rem;
  }
#stockInsiders th:nth-child(5) {
    width: 5rem;
  }
#stockInsiders th:nth-child(6) {
    width: 8rem;
  }
#stockClasses {
  width: 90rem;
}
#stockClasses th:nth-child(1) {
    width: 6rem;
  }
#stockClasses th:nth-child(2) {
    width: 10rem;
  }
#stockClasses th:nth-child(3) {
    width: 10rem;
  }
#stockClasses th:nth-child(4) {
    width: 10rem;
  }
#stockClasses th:nth-child(5) {
    width: 10rem;
  }
#stockClasses th:nth-child(6) {
    width: 5rem;
  }
#stockClasses th:nth-child(7) {
    width: 6rem;
  }
#stockClasses th:nth-child(8) {
    width: 6rem;
  }
#insiderClasses {
  width: 98rem;
}
#insiderClasses th:nth-child(1) {
    width: 16rem;
  }
#insiderClasses th:nth-child(2) {
    width: 16rem;
  }
#insiderClasses th:nth-child(3) {
    width: 15rem;
  }
#insiderClasses th:nth-child(4) {
    width: 8rem;
  }
#insiderClasses th:nth-child(5) {
    width: 12rem;
  }
#insiderClasses th:nth-child(6) {
    width: 9rem;
  }
#insiderClasses th:nth-child(7) {
    width: 12rem;
  }
#insiderClasses th:nth-child(8) {
    width: 10rem;
  }
#InsiderSecurities {
  width: 96rem;
}
#InsiderSecurities th:nth-child(1) {
    width: 16rem;
  }
#InsiderSecurities th:nth-child(2) {
    width: 8rem;
  }
#InsiderSecurities th:nth-child(3) {
    width: 13rem;
  }
#InsiderSecurities th:nth-child(4) {
    width: 9rem;
  }
#InsiderSecurities th:nth-child(5) {
    width: 12rem;
  }
#InsiderSecurities th:nth-child(6) {
    width: 15rem;
  }
#InsiderSecurities th:nth-child(7) {
    width: 11rem;
  }
#InsiderSecurities th:nth-child(8) {
    width: 12rem;
  }
#stockBuysSells {
  width: 50rem;
}
#stockBuysSells th:nth-child(1) {
    width: 5rem;
  }
#stockBuysSells th:nth-child(2) {
    width: 5rem;
  }
#stockBuysSells th:nth-child(3) {
    width: 7rem;
  }
#stockBuysSells th:nth-child(4) {
    width: 5rem;
  }
#stockBuysSells th:nth-child(5) {
    width: 7rem;
  }
#stockBuysSells th:nth-child(6) {
    width: 11rem;
  }
#insiderStockBuysSells {
  width: 35rem;
}
#insiderStockBuysSells th:nth-child(1) {
    width: 5rem;
  }
#insiderStockBuysSells th:nth-child(2) {
    width: 7rem;
  }
#insiderStockBuysSells th:nth-child(3) {
    width: 6rem;
  }
#insiderStockBuysSells th:nth-child(4) {
    width: 8rem;
  }
#insiderStockBuysSells th:nth-child(5) {
    width: 9rem;
  }
#grandPortfolio {
  width: 81rem;
}
#grandPortfolio th:nth-child(1) {
    width: 6rem;
  }
#grandPortfolio th:nth-child(2) {
    width: 13rem;
  }
#grandPortfolio th:nth-child(3) {
    width: 12rem;
  }
#grandPortfolio th:nth-child(4) {
    width: 7rem;
  }
#grandPortfolio th:nth-child(5) {
    width: 7rem;
  }
#grandPortfolio th:nth-child(6) {
    width: 8rem;
  }
#grandPortfolio th:nth-child(7) {
    width: 8rem;
  }
#grandPortfolio th:nth-child(8) {
    width: 12rem;
  }
#grandPortfolio th:nth-child(9) {
    width: 12rem;
  }
#securityStats,
#homeSecurityStats {
  width: 93rem;
}
#securityStats th:nth-child(1), #homeSecurityStats th:nth-child(1) {
    width: 6rem;
  }
#securityStats th:nth-child(2), #homeSecurityStats th:nth-child(2) {
    width: 12rem;
  }
#securityStats th:nth-child(3), #homeSecurityStats th:nth-child(3) {
    width: 8rem;
  }
#securityStats th:nth-child(4), #homeSecurityStats th:nth-child(4) {
    width: 8rem;
  }
#securityStats th:nth-child(5), #homeSecurityStats th:nth-child(5) {
    width: 8rem;
  }
#securityStats th:nth-child(6), #homeSecurityStats th:nth-child(6) {
    width: 8rem;
  }
#securityStats th:nth-child(7), #homeSecurityStats th:nth-child(7) {
    width: 7rem;
  }
#securityStats th:nth-child(8), #homeSecurityStats th:nth-child(8) {
    width: 7rem;
  }
#securityStats th:nth-child(9), #homeSecurityStats th:nth-child(9) {
    width: 7rem;
  }
#securityStats th:nth-child(10), #homeSecurityStats th:nth-child(10) {
    width: 9rem;
  }
#securityStats th:nth-child(11), #homeSecurityStats th:nth-child(11) {
    width: 12rem;
  }
#stockStats,
#homeStockStats {
  width: 93rem;
}
#stockStats th:nth-child(1), #homeStockStats th:nth-child(1) {
    width: 5rem;
  }
#stockStats th:nth-child(2), #homeStockStats th:nth-child(2) {
    width: 12rem;
  }
#stockStats th:nth-child(3), #homeStockStats th:nth-child(3) {
    width: 11rem;
  }
#stockStats th:nth-child(4), #homeStockStats th:nth-child(4) {
    width: 11rem;
  }
#stockStats th:nth-child(5), #homeStockStats th:nth-child(5) {
    width: 11rem;
  }
#stockStats th:nth-child(6), #homeStockStats th:nth-child(6) {
    width: 5rem;
  }
#stockStats th:nth-child(7), #homeStockStats th:nth-child(7) {
    width: 5rem;
  }
#stockStats th:nth-child(8), #homeStockStats th:nth-child(8) {
    width: 5rem;
  }
#stockStats th:nth-child(9), #homeStockStats th:nth-child(9) {
    width: 7rem;
  }
#stockStats th:nth-child(10), #homeStockStats th:nth-child(10) {
    width: 7rem;
  }
#stockStats th:nth-child(11), #homeStockStats th:nth-child(11) {
    width: 10rem;
  }
#stockStats th:nth-child(12), #homeStockStats th:nth-child(12) {
    width: 10rem;
  }
#submissions {
  width: 93rem;
}
#submissions th:nth-child(1) {
    width: 10rem;
  }
#submissions th:nth-child(2) {
    width: 13rem;
  }
#submissions th:nth-child(3) {
    width: 13rem;
  }
#submissions th:nth-child(4) {
    width: 13rem;
  }
#submissions th:nth-child(5) {
    width: 9rem;
  }
#submissions th:nth-child(6) {
    width: 9rem;
  }
#submissions th:nth-child(7) {
    width: 8rem;
  }
#submissions th:nth-child(8) {
    width: 8rem;
  }
#submissions th:nth-child(9) {
    width: 10rem;
  }
#featuredInvestors {
  width: 72rem;
}
#featuredInvestors th:nth-child(1) {
    width: 20rem;
  }
#featuredInvestors th:nth-child(2) {
    width: 14rem;
  }
#featuredInvestors th:nth-child(3) {
    width: 20rem;
  }
#featuredInvestors th:nth-child(4) {
    width: 12rem;
  }
#featuredInvestors th:nth-child(5) {
    width: 6rem;
  }
#featuredInsiders {
  width: 66em;
}
#featuredInsiders th:nth-child(1) {
    width: 16rem;
  }
#featuredInsiders th:nth-child(2) {
    width: 11rem;
  }
#featuredInsiders th:nth-child(3) {
    width: 12rem;
  }
#featuredInsiders th:nth-child(4) {
    width: 18rem;
  }
#featuredInsiders th:nth-child(5) {
    width: 9rem;
  }
#featuredStocks {
  width: 70rem;
}
#featuredStocks th:nth-child(1) {
    width: 18rem;
  }
#featuredStocks th:nth-child(2) {
    width: 9rem;
  }
#featuredStocks th:nth-child(3) {
    width: 18rem;
  }
#featuredStocks th:nth-child(4) {
    width: 25rem;
  }
#reportingPersons {
  width: 93rem;
}
#reportingPersons th:nth-child(1) {
    width: 22rem;
  }
#reportingPersons th:nth-child(2) {
    width: 7rem;
  }
#reportingPersons th:nth-child(3) {
    width: 9rem;
  }
#reportingPersons th:nth-child(4) {
    width: 8rem;
  }
#reportingPersons th:nth-child(5) {
    width: 9rem;
  }
#reportingPersons th:nth-child(6) {
    width: 15rem;
  }
#reportingPersons th:nth-child(7) {
    width: 15rem;
  }
#reportingPersons th:nth-child(8) {
    width: 8rem;
  }
#insiderReportingPersons {
  width: 92rem;
}
#insiderReportingPersons th:nth-child(1) {
    width: 18rem;
  }
#insiderReportingPersons th:nth-child(2) {
    width: 12rem;
  }
#insiderReportingPersons th:nth-child(3) {
    width: 20rem;
  }
#insiderReportingPersons th:nth-child(4) {
    width: 24rem;
  }
#insiderReportingPersons th:nth-child(5) {
    width: 10rem;
  }
#insiderReportingPersons th:nth-child(6) {
    width: 8rem;
  }
#investorSecurities {
  width: 90rem;
}
#investorSecurities th:nth-child(1) {
    width: 20rem;
  }
#investorSecurities th:nth-child(2) {
    width: 7rem;
  }
#investorSecurities th:nth-child(3) {
    width: 7rem;
  }
#investorSecurities th:nth-child(4) {
    width: 12rem;
  }
#investorSecurities th:nth-child(5) {
    width: 13rem;
  }
#investorSecurities th:nth-child(6) {
    width: 7rem;
  }
#investorSecurities th:nth-child(7) {
    width: 7rem;
  }
#investorSecurities th:nth-child(8) {
    width: 15rem;
  }
#investorSecurities th:nth-child(9) {
    width: 9rem;
  }
#institutionalOwnership {
  width: 67rem;

}
#institutionalOwnership th:nth-child(1) {
    width: 18rem;
  }
#institutionalOwnership th:nth-child(2) {
    width: 7rem;
  }
#institutionalOwnership th:nth-child(3) {
    width: 11rem;
  }
#institutionalOwnership th:nth-child(4) {
    width: 10rem;
  }
#institutionalOwnership th:nth-child(5) {
    width: 8rem;
  }
#institutionalOwnership th:nth-child(6) {
    width: 13rem;
  }
#investorSecurityHistory {
  width: 114rem;
}
#investorSecurityHistory th:nth-child(1) {
    width: 5rem;
  }
#investorSecurityHistory th:nth-child(2) {
    width: 17rem;
  }
#investorSecurityHistory th:nth-child(3) {
    width: 15rem;
  }
#investorSecurityHistory th:nth-child(4) {
    width: 7rem;
  }
#investorSecurityHistory th:nth-child(5) {
    width: 13rem;
  }
#investorSecurityHistory th:nth-child(6) {
    width: 13rem;
  }
#investorSecurityHistory th:nth-child(7) {
    width: 13rem;
  }
#investorSecurityHistory th:nth-child(8) {
    width: 7rem;
  }
#investorSecurityHistory th:nth-child(9) {
    width: 15rem;
  }
#investorSecurityHistory th:nth-child(10) {
    width: 9rem;
  }
#scheduleHoldings {
  width: 107rem;
}
#scheduleHoldings th:nth-child(1) {
    width: 20rem;
  }
#scheduleHoldings th:nth-child(2) {
    width: 9rem;
  }
#scheduleHoldings th:nth-child(3) {
    width: 5rem;
  }
#scheduleHoldings th:nth-child(4) {
    width: 12rem;
  }
#scheduleHoldings th:nth-child(5) {
    width: 10rem;
  }
#scheduleHoldings th:nth-child(6) {
    width: 10rem;
  }
#scheduleHoldings th:nth-child(7) {
    width: 7rem;
  }
#scheduleHoldings th:nth-child(8) {
    width: 7rem;
  }
#scheduleHoldings th:nth-child(9) {
    width: 5rem;
  }
#scheduleHoldings th:nth-child(10) {
    width: 9rem;
  }
#scheduleHoldings th:nth-child(11) {
    width: 13rem;
  }
.hover\:overflow-visible:hover {
  overflow: visible
}
.dtfh-floatingparent {
  border-bottom: 1px solid #6b7280;
  z-index: 49 !important;
}
#autocomplete {
  min-width: 5rem;
}
nav ul li.hover a.level1{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
nav ul li.hover a.level1{
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 768px){
  nav ul li.hover a.level1{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
nav ul li.hover a.level1{
      background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }
}
}
nav ul li a.level1{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
nav ul li a.level1{
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}
nav ul li a.level1:visited{
  color: rgb(243 244 246 );
}
nav ul li a.level1:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
nav ul li a.level1:hover{
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px){
  nav ul li a.level1{
    display: inline-flex;
    border-radius: 0.375rem;
  }
}
nav ul li a.level1 {
  white-space: nowrap;
}
nav ul li ul.child{
  top: 100%;
  right: 0px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px){
  nav ul li ul.child{
    position: absolute;
    width: 12rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
nav ul li ul.child a{
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
nav ul li ul.child a{
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}
nav ul li ul.child a:visited{
  color: rgb(243 244 246 );
}
nav ul li ul.child a:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
nav ul li ul.child a:hover{
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
nav ul li ul.child li:not(:has(a)){
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
nav ul li ul.child li:not(:has(a)){
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }
}
nav .child {
  opacity: 1;
  height: 0;
  overflow: hidden;
}
nav .parent.hover .child {
  opacity: 1;
  height: auto;
  overflow: none;
}
@media only screen and (min-width: 768px) {
  nav .parent a.level1 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  nav .child,
  nav .parent.hover .child {
    opacity: 0;
    height: 0;
    overflow: hidden;
    /* transform: translateY(-10%); */
  }

  nav .parent:hover .child {
    opacity: 1;
    height: auto;
    overflow: none;
    /* transform: translateY(0); */
  }

}
/* different css in development ENV hack */
body:has(#mini-profiler) #companyTagsYear, body:has(#admin-link) #companyTagsYear {
    width: 92rem;
  }
body:has(#mini-profiler) #companyTagsYear th:nth-child(11), body:has(#admin-link) #companyTagsYear th:nth-child(11) {
      width: 8rem;
    }
body:has(#mini-profiler) #companyTagsInstant, body:has(#admin-link) #companyTagsInstant {
    width: 85rem;
  }
body:has(#mini-profiler) #companyTagsInstant th:nth-child(10), body:has(#admin-link) #companyTagsInstant th:nth-child(10) {
      width: 8rem;
    }
body:has(#mini-profiler) #companyTags, body:has(#admin-link) #companyTags {
    width: 106rem;
  }
body:has(#mini-profiler) #companyTags th:nth-child(12), body:has(#admin-link) #companyTags th:nth-child(12) {
      width: 8rem;
    }
:root {
    --cookie-consent-banner-z-index-container: 101;
    --cookie-consent-banner-colors-primary: rgba(0, 255, 255, 0.82);
    --cookie-consent-banner-colors-primary-border: var(--cookie-consent-banner-colors-primary);
    --cookie-consent-banner-colors-primary-content: #fff;

    --cookie-consent-banner-border-radius-buttons: 100px;
    --cookie-consent-banner-border-radius-body: 0;

    --cookie-consent-banner-spacings-container-padding-top: 0;
    --cookie-consent-banner-spacings-container-padding-left: 0;
    --cookie-consent-banner-spacings-container-padding-bottom: 0;
    --cookie-consent-banner-spacings-container-padding-right: 0;
}
cookie-consent-banner {
    height: 0;
    overflow: hidden;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}
input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']){
  border-radius: 0px;
}
input:where([type='radio']){
  border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='file']){
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
a{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
a{
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }
}
a:visited{
  color: rgb(76 29 149 );
}
a:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
a:hover{
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }
}
dl ul{
  list-style-type: disc;
}
dl ul li{
  margin-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-14{
  top: 3.5rem;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.clear-both{
  clear: both;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-8{
  height: 2rem;
}
.h-96{
  height: 24rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.table-fixed{
  table-layout: fixed;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * 0);
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - 0));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - 0));
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 0);
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-blue-200{
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-200{
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-300{
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-400{
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-500{
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-900{
    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-red-200{
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-red-500{
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
}
.border-transparent{
  border-color: transparent;
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-yellow-200{
    border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-blue-100{
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-blue-50{
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-blue-600{
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-100{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-200{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-50{
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-700{
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-green-100{
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-green-50{
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-green-900{
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
  }
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-purple-600{
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-100{
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-400{
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-50{
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-900{
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-white{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-yellow-100{
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  }
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-yellow-50{
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-purple-600{
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}
.fill-current{
  fill: currentColor;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-8{
  line-height: 2rem;
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-blue-600{
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-blue-700{
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-blue-800{
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-100{
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-400{
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-500{
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-600{
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-700{
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-900{
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-green-300{
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
  }
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-green-600{
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  }
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-indigo-600{
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-300{
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-400{
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-500{
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-600{
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-700{
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-800{
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-white{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-yellow-600{
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-yellow-700{
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-yellow-800{
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
  }
}
.underline{
  text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
nav.pagination span{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px){
  nav.pagination span{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.adsbygoogle.desktop_filing_square_responsive {
  max-height: 1200px;
}
.adsbygoogle.mobile_horizontal_responsive {
  display: block;
  min-width: 300px;
  max-width: 640px;
  width: 100%;
  height: 100px;
}
.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.even\:bg-gray-50:nth-child(even){
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.even\:bg-white:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.even\:bg-white:nth-child(even){
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.visited\:text-gray-100:visited{
  color: rgb(243 244 246 );
}
.visited\:text-white:visited{
  color: rgb(255 255 255 );
}
.hover\:overflow-visible:hover{
  overflow: visible;
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-blue-500:hover{
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-blue-700:hover{
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-100:hover{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-200:hover{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-700:hover{
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-green-200:hover{
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-indigo-200:hover{
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-purple-700:hover{
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-red-200:hover{
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }
}
.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-purple-700:hover{
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-blue-500:hover{
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-300:hover{
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-900:hover{
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-indigo-900:hover{
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-white:hover{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.focus\:border-blue-500:focus{
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
}
.focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.focus\:border-purple-500:focus{
    border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
@media (min-width: 640px){
  .sm\:left-auto{
    left: auto;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-32{
    margin-top: 8rem;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:table-cell{
    display: table-cell;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:w-28{
    width: 7rem;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:table-auto{
    table-layout: auto;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:items-stretch{
    align-items: stretch;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * 0);
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - 0));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - 0));
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * 0);
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:pl-8{
    padding-left: 2rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px){
  .md\:fixed{
    position: fixed;
  }
  .md\:relative{
    position: relative;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:table-cell{
    display: table-cell;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:pr-1{
    padding-right: 0.25rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:block{
    display: block;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
