/* URI: / */
/* Paths: /critical_css/home/non-critical.css */
/* File: /bundles/ncr_4d129a83c3bb331feac72a0d31fcfbca_0668eb3f.css */
/* Created CSS File: 2026-09-03 04:58:09 */


/*
 * Fix
 * Version 0.1.1
 * https://github.com/jaydenseric/Fix
*/
html, body {
    width: 100%;
    /*overflow-x: hidden;*/
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    html {
        overflow-x: hidden;
    }
}

body {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    line-height: 14px;
    overflow-x: hidden;
}

iframe {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
ul,
ol,
p
{
    margin: 0;
    padding: 0;
    font-size: inherit;
}

li, main {
    display: block;
}

sup {
    position: relative;
    top: -.5em;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    overflow: visible;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table, th, td {
    text-align: left;
}

/* Global Elements & Classes */

* {
    box-sizing: border-box;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, "Helvetica Neue", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Arial, ui-sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    outline: 0;
    /* Used to fix critical css issue with font display. */
    font-kerning: normal;
    font-feature-settings: "kern";
    text-rendering: optimizeLegibility;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, ui-sans-serif, "Segoe UI",
    Helvetica, "Helvetica Neue", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Arial, ui-sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    background: #fff;
    /* Used to fix critical css issue with font display. */
    font-kerning: normal;
    font-feature-settings: "kern";
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 14px 0;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.size-h1,
.size-h2,
.size-h3,
.size-h4,
.size-h5,
.size-h6 {
    font-weight: 400;
    line-height: 1;
}

h1,
.size-h1 {
    font-size: 44px;
    font-weight: 600;
}

h2,
.size-h2 {
    font-size: 32px;
}

h3,
.size-h3 {
    font-size: 25px;
}

h4,
.size-h4,
.tagline {
    font-size: 22px;
}

h5,
.size-h5 {
    font-size: 18px;
}

h6,
.size-h6 {
    font-size: 16px;
}

.size-xl {
    font-size: 56px;
}

a {
    color: inherit;
}

header + div a:not([class*="btn-"]):hover,
footer a:not([class*="btn-"]) {
    text-decoration: underline;
}

footer a:not([class*="btn-"]) {
    color: #2964b0;
}

p a:not([class*="btn-"]):hover {
    text-decoration: underline;
}

p.subtitle {
    margin: 10px 0 0;
}

a[class^=btn],
button,
input[type=submit] {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-top: 1em;
    padding: 16px 38px;
    cursor: pointer;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .1);
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
    font-size: 1rem;
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text] {
    font-weight: 400;
    text-transform: none;
}

textarea {
    height: 38px;
    resize: vertical;
}

input[type=radio] {
    display: none;
}

input[type=radio] + span {
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-left: 32px;
    cursor: pointer;
}

input[type=radio] + span:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

input[type="radio"]:checked + span:before {
    background-color: #2c8cc6;
}

a[class^=btn],
button[class^=btn],
input[class^=btn] {
    padding-right: 65px;
    text-align: center;
}

a[class^=btn]:not(.fullwidth) svg,
button[class^=btn]:not(.fullwidth) svg,
input[class^=btn]:not(.fullwidth) svg {
    position: absolute;
    top: 14px;
    right: 36px;
}

a[class^=btn].fullwidth svg,
button[class^=btn].fullwidth svg,
input[class^=btn].fullwidth svg {
    vertical-align: bottom;
}

[class^=btn]:not(:hover) svg use:last-of-type,
[class^=btn]:hover svg use:first-of-type {
    visibility: hidden;
}

section,
.section {
    margin: 20px 0;
}

section.bg-default,
section.bg-gradient,
section.bg-lightblue,
section.bg-plain,
section.bg-soft {
    margin: 0;
    padding: 25px 0;
}

.section:first-child,
section > .wrapper > :first-child {
    margin-top: 0;
}

.section:last-child,
section > .wrapper > :last-child {
    margin-bottom: 0;
}

blockquote {
    font-size: 20px;
    margin: 2em 1em;
    color: #999;
}

blockquote svg {
    position: relative;
    top: 3px;
    margin: 0 .5em;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear:after,
.clear:before {
    display: block;
    clear: both;
    content: "";
}

.bold {
    font-weight: 600;
}

.text-uppercase {
    text-transform: uppercase;
}

.hover-underline:hover,
.text-underline {
    text-decoration: underline;
}

.bg-default {
    background-color: #f5f5f5;
}

.bg-soft {
    background-color: #f8f8f8;
}

.bg-lightblue {
    background-color: #f2fafa;
}

.bg-gradient {
    background: #2964b0;
    background: -moz-linear-gradient(left, #2964b0 0, #2c8cc6 50%, #29a9cb 100%);
    background: -webkit-linear-gradient(left, #2964b0 0, #2c8cc6 50%, #29a9cb 100%);
    background: linear-gradient(to right, #2964b0 0, #2c8cc6 50%, #29a9cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2964b0", endColorstr="#29a9cb", GradientType=1);
}

.bg-gradient *,
.bg-gradient :hover {
    color: #fff;
}

.color-light,
.color-light *,
.color-light :hover {
    color: #fff;
}

.color-dark,
.color-dark *,
.color-dark :hover {
    color: #333;
}

.color-main,
.color-main *,
.color-main :hover {
    color: #2964b0;
}

.errors,
.errors *,
.errors :hover {
    color: #f00;
}

.weight-reset {
    font-weight: 400;
}

.btn-cta {
    color: #fff;
    border-color: #f27a03;
    background-color: #f27a03;
}

.btn-cta:hover {
    color: #f27a03;
    border-color: #fff;
    background-color: #fff;
}

.btn-outline {
    color: #2964b0;
    border-color: #2964b0;
}

.btn-outline:hover {
    color: #fff;
    background-color: #2964b0;
}

.wrapper {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
}

.wrapper > :last-child {
    margin-bottom: 0;
}

.fullwidth {
    width: 100%;
    max-width: none;
}

@media only screen and (min-width: 992px) {
    .halfwidth {
        width: 50%;
    }

    .table {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .table.clear:after,
    .table.clear:before {
        display: table-row;
    }

    .table.layout-auto {
        table-layout: auto;
    }

    .table > div {
        display: table-cell;
        vertical-align: middle;
    }

    .table.valign-top > div {
        vertical-align: top;
    }
}

@media only screen and (max-width: 991px) {
    .align-reset {
        text-align: inherit;
    }

    .float-reset {
        float: none;
    }

    .box-reset {
        float: none;
        text-align: inherit;
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2;
    }

    h1 {
        font-size: 36px;
    }

    h2,
    .size-h2 {
        font-size: 28px;
    }

    h3,
    .size-h3 {
        font-size: 24px;
    }

    h4,
    .tagline,
    .size-h4 {
        font-size: 20px;
    }

    .size-xl {
        font-size: 48px;
    }

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    a[class^=btn],
    button,
    input[type=submit],
    input[type=button],
    input[type=reset] {
        display: block;
        width: 100%;
    }
}

/* Header */
header {
    color: #333;
}

.header nav {
    display: block;
}

.header nav > * {
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    color: #333;
}

.header nav > :hover,
.header nav .sic a:hover,
.header nav .sub-menu a.sic:hover {
    color: #2964b0;
}

.header nav a:not(:hover) {
    color: #333;
}

.header nav > .naics:hover,
.header nav .naics a:hover,
.header nav a.naics:hover,
.header nav .sub-menu a.naics:hover {
    color: #00806d;
}

.header nav > .gold:hover,
.header nav .gold a:hover,
.header nav a.gold:hover,
.header nav .sub-menu a.gold:hover {
    color: #704a19;
}

.header nav > .purple:hover,
.header nav .purple a:hover,
.header nav a.purple:hover,
.header nav .sub-menu a.purple:hover {
    color: #75487b;
}

.header nav > .red:hover,
.header nav .red a:hover,
.header nav a.red:hover,
.header nav .sub-menu a.red:hover {
    color: #ac3931;
}

.header nav .has-sub {
    position: relative;
}

.header nav .has-sub.active .sub-menu {
    height: auto;
    opacity: 1;
}

.header nav .has-sub .sub-menu {
    right: auto;
    left: 0;
}

.header nav .has-sub > span {
    position: relative;
    display: block;
    padding-right: 18px;
}

.header nav .has-sub > span:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: "";
    border-top: 5px solid #8c8c8c;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 5px;
}

.header nav .has-sub:hover > span:after {
    border-top-color: #2964b0;
}

.header nav .has-sub.naics:hover > span:after {
    border-top-color: #00806d;
}

.header nav .sub-menu {
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.header nav .sub-menu a,
.header nav .sub-menu span.active {
    font-weight: 400;
    display: block;
}

.header nav .sub-menu a:hover,
.header nav .sub-menu span.active {
    background: #e6e6e6;
}

.header nav .after-login {
    display: none;
}

#main-header .main-nav,
#top-header {
    display: none;
}

#main-header {
    padding: 10px 0;
}

#main-header #site-branding {
    display: block;
    float: left;
    width: 250px;
}

#main-header #site-branding a {
    line-height: 1;
    display: block;
    padding: 11px 0 7px;
}

#main-header .btn-cta {
    font-size: 16px;
    margin: 0;
    padding: 12px 14px;
}

#main-header .btn-cta:not(:hover) {
    color: #fff;
}

@media only screen and (max-width: 375px) {
    .main-nav div.nav-cta {
        padding: 15px;
    }
}

@media only screen and (min-width: 992px) {
    header #mobile-nav-toggle {
        display: none;
    }

    .header nav .sub-menu {
        position: absolute;
        z-index: 9999;
        top: 100%;
        right: 0;
        width: auto;
        white-space: nowrap;
        border-top: 0;
        border-radius: 0 0 3px 3px;
    }

    .header nav > .has-sub:not(.has-mega) .sub-menu {
        min-width: calc(100% + 5px);
        border: 1px solid #e6e6e6;
    }

    .header nav .sub-menu a,
    .header nav .sub-menu span.active {
        padding: 10px 15px;
        text-transform: none;
        border-top: 1px solid #e6e6e6;
        background: #f5f5f5;
    }

    #main-header .wrapper,
    #top-header .wrapper {
        position: relative;
    }

    #main-header .main-nav,
    #top-header {
        display: block;
    }

    #main-header {
        padding: 10px 0;
    }

    #main-header .main-nav {
        float: right;
    }

    #main-header .main-nav > * {
        font-size: 16px;
        padding: 15px 13px;
        text-transform: uppercase;
        border-left: 1px solid #e6e6e6;
    }

    #main-header .nav-cta {
        padding: 0 0 0 15px;
    }

    #top-header {
        font-size: 14px;
        clear: both;
        background-color: #e6e6e6;
    }

    #top-header .top-nav {
        float: left;
        margin-left: -10px;
    }

    #top-header .top-nav > * {
        padding: 10px;
    }

    #top-header .top-nav > :last-child {
        margin-right: 0;
    }

    #top-header .top-right-nav {
        float: right;
        background-color: #ccc;
    }

    #top-header .top-right-nav a {
        position: relative;
        padding: 10px 25px;
    }

    #top-header .top-right-nav span {
        padding: 10px 20px 10px 30px;
    }

    .business-pages:not(:last-child) {
        border-right: 1px solid #e6e6e6;
    }

    .header nav .has-sub > span.business-scope:after {
        right: 5px;
    }

    nav .has-mega.after-login.active::after {
        margin: -3px 0 0;
    }

    nav .has-mega.after-login svg {
        display: block;
        position: absolute;
        top: 11px;
        left: 8px;
    }

    .business-pages {
        display: block;
    }

    #top-header .top-right-nav a svg {
        position: absolute;
        top: 12px;
        right: 22px;
    }

    #top-header .top-right-nav a:not(:hover) svg use:last-of-type,
    #top-header .top-right-nav a:hover svg use:first-of-type {
        visibility: hidden;
    }

    #top-header .top-right-nav a.after-login:last-of-type {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .business-pages {
        display: inline-block;
    }

    nav .has-mega.after-login .mega-menu-left {
        padding: 15px;
    }

    nav .has-mega.after-login.active > span::before {
        bottom: -5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
    #main-header #site-branding,
    #main-header #site-branding svg {
        width: 120px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 1199px) {
    #main-header .main-nav > :last-child {
        border-right: 0;
    }

    #main-header .nav-cta {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    header {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 80px;
        background-color: #fff;
    }

    header + #content {
        padding-top: 80px;
    }

    .header nav > * {
        display: block;
        text-transform: uppercase;
    }

    .header nav > *:not(.has-sub),
    .header nav .has-sub > span {
        padding: 15px 25px;
        border-bottom: 1px solid #e6e6e6;
    }

    .header nav .has-sub > span:after {
        position: relative;
        top: -2px;
        display: inline-block;
        margin-left: 8px;
    }

    .header nav .sub-menu a {
        padding: 15px 25px 15px 50px;
        border-bottom: 1px solid #e6e6e6;
    }

    .header nav .has-sub .has-sub > span {
        padding-left: 50px;
    }

    .header nav .has-sub .has-sub a {
        padding-left: 75px;
    }

    .header nav .has-sub-deep:not(.active) > span {
        color: #333;
    }

    .header nav .has-sub-deep:not(.active) .sub-menu {
        display: none;
    }

    #mobile-nav-toggle {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        position: relative;
        float: right;
        width: 110px;
        margin: 10px 25px 10px 0;
        padding: 20px 25px;
        text-transform: uppercase;
        color: #333;
        border-left: 1px solid #e6e6e6;
    }

    #mobile-nav-toggle svg {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12.5px;
    }

    #mobile-nav-toggle.active span:first-of-type,
    #mobile-nav-toggle:not(.active) span:last-of-type {
        display: none;
    }

    #mobile-nav-toggle.active ~ #main-header .main-nav,
    #mobile-nav-toggle.active ~ #top-header {
        display: block;
        clear: both;
    }

    #main-header,
    #top-header {
        padding: 0;
        background-color: #f8f8f8;
    }

    #main-header .wrapper,
    #top-header .wrapper {
        padding: 0;
    }

    #main-header nav,
    #top-header nav {
        float: none;
        width: 100%;
        margin: 0;
    }

    #main-header #site-branding {
        position: absolute;
        top: 30px;
        left: 25px;
    }

    #main-header #site-branding a {
        width: 166px;
        height: 21px;
        padding: 0;
        background: url(https://assets.siccode.com/images/logo-main.svg) center;
        background-size: cover;
    }

    #main-header #site-branding a svg {
        display: none;
    }

    #top-header {
        border-top: 2px solid #e6e6e6;
    }

    #top-header .top-right-nav svg {
        display: none;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
    opacity: 1;
    border: 0;
}

img[src] {
    height: auto;
}

img[data-src] {
    display: block;
    opacity: 0;
}

.list-style-disc > * {
    position: relative;
    display: inline-block;
}

.list-style-disc > :not(.nav-title) {
    margin-left: 2.8em;
}

.list-style-disc > :not(.nav-title):before {
    position: absolute;
    left: -1.8em;
    content: "•";
    opacity: .2;
}

.list-style-disc > .nav-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.list-style-triangle > :not(.nav-title) {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 15px;
}

.list-style-triangle > :not(.nav-title):before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #555;
}

.flag {
    line-height: 22px;
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.flag img {
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    margin-top: -6px;
}

.detail .mobile-align-left {
    text-align: left;
}


@media only screen and (min-width: 768px) {
    section,
    .section {
        margin: 30px 0;
    }

    section.bg-default,
    section.bg-gradient,
    section.bg-lightblue,
    section.bg-plain,
    section.bg-soft {
        margin: 0;
        padding: 50px 0;
    }

    .list-style-disc > :first-of-type {
        margin-left: 0;
    }

    .list-style-disc > :first-of-type:before {
        display: none;
    }

    .list-style-disc > .nav-title {
        margin-right: 1.4em;
    }

}

@media only screen and (max-width: 851px) and (max-height: 420px) and (orientation: landscape) {
    section,
    .section {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .list-style-disc > * {
        line-height: 2.4;
        display: block;
    }

    .list-style-disc > :not(.nav-title) {
        margin-left: 0;
    }

    .list-style-disc > :not(.nav-title):before {
        position: static;
        margin-right: 5px;
    }

    #top-header .top-right-nav {
        background-color: transparent;
    }
}

/*
 *
 * ALL ABOVE THIS LINE NEEDS TO BE VERIFIED
 *
 */
/* atomic, functional classes */
.d-n {
    display: none;
}

dt#n1e1w1_1w1e1b1s1i1t1e1-label, dd#n1e1w1_1w1e1b1s1i1t1e1-element, input[name=n1e1w1_1w1e1b1s1i1t1e1] {
    position: absolute;
    right: 200vw;
    display: table;
    clear: both;
    opacity: 0;
}

dt#nutrient_rich_liquid_food-label, dd#nutrient_rich_liquid_food-element {
    position: absolute;
    z-index: -1;
    top: -1000vh;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

dt label[for=nutrient_rich_liquid_food], #nutrient_rich_liquid_food {
    font-size: calc(0vh);
    margin: 0 !important;
    padding: 0 !important;
    transform: scale(0);
    border: none;
}

#select_month_due-label, #select_month_due-element {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

dt#user_card-label, dd#user_card-element {
    display: none;
}

#request_details-element, #request_details-element input, dt#request_details-label label, #request_details-label {
    font-size: calc(20vh * 0.0);
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0 !important;
    padding: 0 !important;
    transform: scale(0);
}

/* Footer */
footer > div {
    padding: 32px 0;
}

/* Unified Governance Section Container */
#footer-governance-section {
    background: #f8f8f8;
    padding: 0;
}

/* Section 1: Footer Header */
#footer-header {
    padding: 40px 0 24px;
    background: linear-gradient(to bottom, #e6f2fb, #f8f8f8);
}

#footer-header h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

/* Section 2: Primary Footer Columns */
#footer-primary-columns {
    padding: 36px 0;
}

.footer-columns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.footer-column {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.footer-column-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-column-icon {
    flex-shrink: 0;
}

.footer-column-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.footer-column-title a {
    color: #333;
    text-decoration: none;
}

.footer-column-title a:hover {
    color: #2964b0;
    text-decoration: underline;
}

.footer-column-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.footer-column-sublinks {
    margin: 0;
    padding: 0;
}

.footer-column-sublinks a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #2964b0;
    text-decoration: none;
    padding-left: 15px;
}

.footer-column-sublinks a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2964b0;
}

.footer-column-sublinks.list-style-triangle > :not(.nav-title):before {
    margin-top: 4px;
}

.footer-column-sublinks a:hover {
    text-decoration: underline;
}

/* Section 3: Authority & Trust Block */
#footer-authority-trust {
    padding: 24px 0 28px;
}

.footer-authority-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-authority-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.footer-authority-icon {
    flex-shrink: 0;
}

.footer-authority-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.footer-authority-header h3 a {
    color: #333;
    text-decoration: none;
}

.footer-authority-header h3 a:hover {
    color: #2964b0;
    text-decoration: underline;
}

.footer-authority-intro {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.footer-authority-details {
    font-size: 16px;
    color: #666;
    margin: 0 0 16px 0;
}

.footer-authority-details span {
    color: #666;
}

.footer-authority-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

/* Section 4: Legal & Utility Links */
#footer-legal-links {
    padding: 24px 0;
}

.footer-legal-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    font-size: 16px;
}

.footer-legal-nav a {
    color: #2964b0;
    text-decoration: none;
    white-space: nowrap;
}

.footer-legal-nav a:hover {
    text-decoration: underline;
}

.footer-link-separator {
    color: #999;
}

/* Section 5: Footer Brand Block */
#footer-brand {
    padding: 32px 0;
    background: #fff;
}

.footer-brand-logo {
    margin: 0 0 12px 0;
}

.footer-brand-logo a {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-brand-logo a:hover {
    opacity: 0.8;
}

.footer-brand-logo svg {
    display: block;
    margin: 0 auto;
}

.footer-brand-tagline {
    font-size: 16px;
    color: #666;
    margin: 0 0 4px 0;
}

.footer-brand-since {
    font-size: 16px;
    color: #999;
    margin: 0;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    .footer-columns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-columns-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #footer-header h2 {
        font-size: 28px;
    }

    .footer-column {
        padding: 20px;
    }

    .footer-authority-header {
        flex-direction: column;
        gap: 12px;
    }

    .footer-authority-header h3 {
        font-size: 20px;
    }

    .footer-legal-nav {
        flex-direction: column;
        gap: 12px;
    }

    .footer-link-separator {
        display: none;
    }

    .footer-brand-logo {
        font-size: 28px;
    }
}

nav .has-mega .mega-menu-left-bottom {
    display: block;
    padding: 30px 15px 15px;
    text-transform: none;
    color: #333;
}

nav .has-mega .mega-menu-left-bottom a {
    font-weight: inherit;
    display: inline;
    padding: 0;
    color: #2964b0;
    border: 0;
}

nav .has-mega .mega-menu-left-bottom a:hover {
    text-decoration: underline;
    background-color: transparent;
}

nav .has-mega .mega-menu-right {
    background: linear-gradient(180deg, #2a65ad 0%, #2b86ba 100%);
}

nav .has-mega .mega-menu-right a {
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

nav .has-mega .mega-menu-right a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

nav .has-mega .mega-menu-right a svg {
    margin-right: 15px;
}

nav .has-mega .mega-menu-right a span {
    display: inline-block;
    width: calc(100% - 55px);
    color: #fff;
}

.footer-services h3 {
    padding-bottom: 15px;
}

.footer-services .list-style-triangle {
    line-height: 2;
    display: inline-block;
}

.footer-services .list-style-triangle > :not(.nav-title):before {
    top: 1em;
}

@media only screen and (max-width: 991px) {
    nav .has-mega .column-title,
    nav .has-mega .column-title span:first-child {
        display: none;
    }

    nav .has-mega .column-title span {
        pointer-events: none;
    }

    nav .has-mega .mega-menu-left-bottom {
        padding: 15px 25px 15px 50px;
        border-bottom: 1px solid #e6e6e6;
    }

    nav .has-mega .mega-menu-right br {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    nav .has-mega:not(.active) .sub-menu {
        display: none;
    }

    nav .has-mega.active:after {
        position: relative;
        z-index: 99999;
        display: block;
        height: 3px;
        margin: 10px 0 -13px;
        content: '';
        background-color: #2964b0;
    }

    nav .has-mega.active > span:before {
        position: absolute;
        z-index: 99999;
        bottom: -18px;
        left: 50%;
        content: '';
        border-top: 5px solid #2964b0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    nav .has-mega.naics.active:after {
        background-color: #00806d;
    }

    nav .has-mega.naics.active > span:before {
        border-top: 5px solid #00806d;
    }


    nav .has-mega.more.active:last-child:after {
        background-color: #f5f5f5;
    }

    nav .has-mega.more.active:last-child > span:before {
        border-top: 5px solid #f5f5f5;
    }

    nav.main-nav .has-mega .mega-menu {
        margin-top: 10px;
    }

    nav.main-nav .has-mega.active:after {
        margin: 25px 0 -28px;
    }

    nav.main-nav .has-mega.active > span:before {
        bottom: -33px;
    }

    nav .has-mega.active .mega-menu {
        font-size: 16px;
        display: flex;
        overflow: visible;
        cursor: default;
        background-color: #f5f5f5;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        border-radius: 0 0 8px 8px;
    }

    nav .has-mega:not(.column-4).active .mega-menu {
        background-color: #fff;
        width: fit-content !important;
        max-width: fit-content !important;
        min-width: fit-content;
    }

    nav .has-mega:not(.column-4).active .mega-menu .mega-menu-left {
        border-radius: 0 0 8px 0;
        width: fit-content !important;
        max-width: fit-content !important;
    }

    nav .has-mega:not(.column-4).active .mega-menu .mega-menu-right {
        display: none;
    }

    nav .has-mega.sic .sub-menu {
        left: 10px;
    }

    nav .has-mega.more {
        position: relative;
    }

    nav .has-mega.more .sub-menu {
        position: static;
    }

    nav .has-mega.more .mega-menu {
        position: absolute;
        left: 0;
        right: auto;
    }

    nav .has-mega:not(.column-4) .mega-menu-left-top {
        display: block;
    }

    nav .has-mega span.column-title, .footer-services .bg-lightblue span.column-title {
        display: flex;
        align-items: center;
        padding: 0;
        color: #333;
        margin-bottom: 0;
    }

    nav .has-mega:not(.column-4) span.column-title {
        display: block;
        width: fit-content;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    nav .has-mega:not(.column-4) span.column-title span {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        display: inline;
    }

    nav .has-mega:not(.column-4) span.column-title span:empty {
        display: none;
    }

    nav .has-mega:not(.column-4) span.column-title svg {
        display: none;
    }

    nav .has-mega.column-4 span.column-title {
        flex: 1;
        padding: 0 15px;
    }

    nav .has-mega.column-4 .mega-menu-left-top > span.column-title:first-child {
        width: 100%;
        flex: none;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    nav .has-mega.column-4 .mega-menu-left-top > span.column-title:first-child span {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
    }

    nav .has-mega.column-4 .mega-menu-left-top > span.column-title:first-child span:empty,
    nav .has-mega.column-4 .mega-menu-left-top > span.column-title:first-child svg {
        display: none;
    }

    .footer-services .bg-lightblue span.column-title {
        padding-left: 0;
    }

    nav .has-mega span.column-title:after, .footer-services .bg-lightblue span.column-title:after {
        display: none;
    }

    nav .has-mega span.column-title svg, .footer-services .bg-lightblue  span.column-title svg {
        margin-right: 10px;
    }

    nav .has-mega span.column-title span:last-child {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
    }

    nav .has-mega .mega-menu a, .footer-services .bg-lightblue .mega-menu-left a {
        margin: 0;
        border: 0;
        background-color: transparent;
    }

    nav .has-mega:not(.column-4) .mega-menu-left-top a {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        margin: 0;
        color: #2964b0;
        text-decoration: none;
        width: fit-content;
        min-width: fit-content;
    }

    nav .has-mega:not(.column-4) .mega-menu-left-top a:hover {
        background-color: #e6e6e6;
        color: #2964b0;
    }

    nav .has-mega:not(.column-4) .mega-menu-left-top a svg {
        margin-right: 12px;
        flex-shrink: 0;
    }

    nav .has-mega:not(.column-4) .mega-menu-left-top a span {
        flex: 0 1 auto;
        color: #2964b0;
        white-space: nowrap;
    }

    nav .has-mega:not(.column-4) .mega-menu-left {
        padding: 20px 0;
        background-color: #fff;
        width: fit-content !important;
        max-width: fit-content !important;
        min-width: fit-content;
        box-sizing: border-box;
        overflow: hidden;
    }

    nav .has-mega:not(.column-4) .mega-menu-left-top {
        width: fit-content;
        max-width: fit-content;
        box-sizing: border-box;
    }

    nav .has-mega:not(.column-4) .mega-menu {
        width: fit-content !important;
        max-width: fit-content !important;
        min-width: fit-content;
    }

    nav .has-mega:not(.column-4).naics .mega-menu,
    nav .has-mega:not(.column-4).sic .mega-menu {
        width: fit-content !important;
        max-width: fit-content !important;
        min-width: fit-content;
    }

    nav .has-mega.column-4 .mega-menu-left {
        padding: 25px 15px 15px;
        background-color: #f5f5f5;
    }

    .footer-services .bg-lightblue .mega-menu-left {
        padding: 25px 15px 15px;
    }

    nav .has-mega .mega-menu-left a {
        border-radius: 5px;
    }

    nav .has-mega .mega-menu-left-top > span, .footer-services .bg-lightblue .mega-menu-left-top span {
        font-weight: 600;
        text-transform: uppercase;
    }

    nav .has-mega .mega-menu-left-top .menu-subtext {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        color: #333;
        margin: 0 0 15px;
        padding: 0 20px;
        text-transform: none;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
        white-space: normal;
    }

    nav .has-mega.column-4 .mega-menu-left-top .menu-subtext {
        padding: 0 15px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        box-sizing: border-box;
    }

    nav .has-mega .mega-menu-right {
        padding-top: 5px;
    }

    nav .has-mega .mega-menu-right a {
        padding: 15px 25px 15px 15px;
    }

    nav .has-mega .conversion-section {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    nav .has-mega .conversion-section:last-child {
        margin-bottom: 0;
    }

    nav .has-mega .conversion-header {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0 0 10px;
        padding: 0;
        text-transform: none;
    }

    nav .has-mega:not(.column-4) .conversion-section a {
        display: block !important;
        flex-direction: initial !important;
        align-items: initial !important;
        padding: 8px 0 !important;
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #2964b0 !important;
        text-decoration: none !important;
    }

    nav .has-mega:not(.column-4) .conversion-section a:hover {
        background-color: transparent !important;
        color: #2964b0 !important;
        text-decoration: underline !important;
    }

    nav .has-mega:not(.column-4) .conversion-section a svg,
    nav .has-mega:not(.column-4) .conversion-section a span {
        display: none !important;
    }

    nav .has-mega.column-4,
    nav .has-mega.column-4 .sub-menu {
        position: static;
        white-space: normal;
    }

    nav .has-mega.column-4 .mega-menu {
        position: absolute;
        right: 25px;
        left: 25px;
    }

    nav .has-mega.column-4 .mega-menu-left, .footer-services .bg-lightblue .mega-menu-left {
        flex: 4;
    }

    nav .has-mega.column-4 .mega-menu-left-top {
        display: block;
    }

    nav .has-mega.column-4 .mega-menu-left-top > span.column-title:first-child {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    nav .has-mega.column-4 .mega-menu-left-top > .menu-subtext {
        display: block;
        width: 100%;
    }

    nav .has-mega.column-4 .code-systems-columns {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
    }

    nav .has-mega.column-4 .code-systems-columns > div.has-sub {
        flex: 0 0 25%;
        min-width: 0;
        width: 25%;
        box-sizing: border-box;
        padding-right: 15px;
    }

    nav .has-mega.column-4 .code-systems-columns > div.has-sub:last-child {
        padding-right: 0;
    }

    .footer-services .bg-lightblue .mega-menu-left-top > div.has-sub {
        width: 25%;
        display: block;
    }

    nav .has-mega.column-4 .mega-menu-right {
        flex: 1;
    }
}

/* TODO: Move to pages/general-below.css */
.content table td {
    vertical-align: baseline;
}
.content table p,
.content table h6 {
    margin: 0;
}

/* Home's Global Classes */
.bg-sic {
    background: #2964b0;
    background: -moz-linear-gradient(left, #2964b0 0, #2c8cc6 100%);
    background: -webkit-linear-gradient(left, #2964b0 0, #2c8cc6 100%);
    background: linear-gradient(to right, #2964b0 0, #2c8cc6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2964b0', endColorstr='#2c8cc6', GradientType=1);
}

.bg-naics {
    background: #00806d;
    background: -moz-linear-gradient(left, #00806d 0, #009d83 100%);
    background: -webkit-linear-gradient(left, #00806d 0, #009d83 100%);
    background: linear-gradient(to right, #00806d 0, #009d83 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00806d', endColorstr='#009d83', GradientType=1);
}

/* Hero Section - NAICS & SIC Classification Reference */
#main {
    position: relative;
    padding: 60px 0 0;
    text-align: center;
}

#main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 0;
}

#main .wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#main .hero-kicker {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-variant: normal;
    margin: 0 0 12px;
    line-height: 1.4;
}

#main h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

#main .hero-subheadline {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 20px;
    max-width: 900px;
}

#main form#lookup {
    margin: 0 auto;
    padding-bottom: 36px;
    max-width: 900px;
}

@media only screen and (max-width: 767px) {
    #main {
        padding: 40px 0 0;
    }

    #main .hero-kicker {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #main h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    #main .hero-subheadline {
        font-size: 16px;
        margin-bottom: 16px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #main h1 {
        font-size: 40px;
    }

    #main .hero-subheadline {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    #main:before {
        /* Moved to Desktop to prevent LCP. */
        background: url(https://assets.siccode.com/images/home-main-section-bg.png) center top no-repeat;
        background-size: cover;
    }
}

/* Trust line + citations (top of home-value-cards, grey panel) */
#home-value-cards .home-value-trust {
    text-align: center;
    padding: 28px 0 20px;
    margin: 0;
}

#home-value-cards .trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    padding: 12px 24px;
    background: rgba(41, 100, 176, 0.1);
    border-radius: 8px;
    max-width: 52rem;
    line-height: 1.5;
    border: 1px solid rgba(41, 100, 176, 0.14);
}

#home-value-cards .trust-strip-line {
    text-align: center;
}

#home-value-cards .trust-separator {
    color: rgba(51, 51, 51, 0.45);
    font-size: 12px;
    line-height: 1;
    user-select: none;
}

#home-value-cards .hero-citations-wrap {
    margin: 14px 0 0;
    text-align: center;
}

#home-value-cards .hero-citations-link {
    color: #2964b0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(41, 100, 176, 0.45);
    text-underline-offset: 3px;
}

#home-value-cards .hero-citations-link:hover {
    color: #1a4d8f;
    text-decoration-color: #1a4d8f;
}

@media only screen and (max-width: 767px) {
    #home-value-cards .home-value-trust {
        padding: 20px 0 8px;
    }

    #home-value-cards .trust-strip {
        font-size: 14px;
        gap: 6px 10px;
        padding: 10px 16px;
        max-width: 100%;
    }

    #home-value-cards .trust-strip-line .trust-separator {
        display: none;
    }

    #home-value-cards .hero-citations-link {
        font-size: 15px;
    }

    #main form#lookup {
        padding-bottom: 28px;
    }
}

/* Home value cards (before directories) */
#home-value-cards {
    padding: 0 0 32px;
    margin-top: 0;
    background: #f4f7fb;
}

#home-value-cards .wrapper {
    position: relative;
}

/*
 * Value cards: column count follows the grid container width (auto-fit), so narrow
 * layouts stack even when the viewport media width is large (e.g. some previews).
 * min(100%, 300px) keeps at most three columns within max-width 1200px.
 */
#home-value-cards .home-value-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 24px;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 4px;
}

@media only screen and (max-width: 767px) {
    #home-value-cards .home-value-cards-grid {
        gap: 20px;
    }
}

.home-value-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 22px;
    border: 1px solid #e2e8ef;
    box-shadow: 0 1px 3px rgba(41, 100, 176, 0.06);
    text-align: left;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Card icons (same SVGs and palette as siccode.com/page/home-page-demo-1) */
.home-value-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    flex-shrink: 0;
}

.home-value-card-icon svg {
    width: 26px;
    height: 26px;
}

.home-value-card-icon--free {
    background: #e7efe5;
    color: #5e7557;
}

.home-value-card-icon--code {
    background: #eee5d6;
    color: #7a6947;
}

.home-value-card-icon--list {
    background: #ebeaf5;
    color: #66628f;
}

.home-value-card-eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2964b0;
    line-height: 1.3;
}

.home-value-card-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

.home-value-card-body {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.55;
    color: #555;
    flex: 1 1 auto;
}

.home-value-card-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-value-card-links a {
    color: #2964b0;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.home-value-card-links a:hover {
    text-decoration: underline;
}

.home-value-card-cta {
    margin: 0;
}

#home-value-cards .btn-cta {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #f27a03;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.25;
    text-align: center;
}

/* Find Business & Classification Codes */
#codes h2 {
    padding: 30px 0 20px;
    margin: 0;
    text-align: center;
}

#codes .codes-intro {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 30px;
    max-width: 700px;
}

.directory-subheadline {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0 16px;
    padding: 0 15px;
}

/* Find Business & Classification Codes - Search box */
.search-box {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.search-box > div {
    display: table-cell;
    vertical-align: bottom;
}

.search-box > div:first-child {
    width: 100%;
}

.search-box > div:last-child {
    min-width: 200px;
}

.search-box input[type=submit],
.search-box input[type=text] {
    width: 100%;
    height: 3em;
}

.search-box input[type=text] {
    padding: 15px 32px;
    border: 2px solid #333;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #333;
}

.search-box input[type=submit] {
    width: 100%;
    padding-right: 60px;
    border-color: #333;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background: #333 no-repeat;
    background-position: -webkit-calc(100% - 35px) -webkit-calc(50% - 2px);
    background-position: calc(100% - 35px) calc(50% - 2px);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4IDEzYzAtMy44NTktMy4xNDEtNy03LTdzLTcgMy4xNDEtNyA3IDMuMTQxIDcgNyA3IDctMy4xNDEgNy03em04IDEzYzAgMS4wOTQtLjkwNiAyLTIgMmExLjk2IDEuOTYgMCAwIDEtMS40MDYtLjU5NGwtNS4zNTktNS4zNDRhMTAuOTcxIDEwLjk3MSAwIDAgMS02LjIzNCAxLjkzN2MtNi4wNzggMC0xMS00LjkyMi0xMS0xMXM0LjkyMi0xMSAxMS0xMSAxMSA0LjkyMiAxMSAxMWMwIDIuMjE5LS42NzIgNC40MDYtMS45MzcgNi4yMzRsNS4zNTkgNS4zNTljLjM1OS4zNTkuNTc4Ljg3NS41NzggMS40MDZ6Ii8+PC9zdmc+');
    background-size: 22px 23px;
}

.search-box input[type=submit]:hover {
    color: #333;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDEzYzAtMy44NTktMy4xNDEtNy03LTdzLTcgMy4xNDEtNyA3IDMuMTQxIDcgNyA3IDctMy4xNDEgNy03em04IDEzYzAgMS4wOTQtLjkwNiAyLTIgMmExLjk2IDEuOTYgMCAwIDEtMS40MDYtLjU5NGwtNS4zNTktNS4zNDRhMTAuOTcxIDEwLjk3MSAwIDAgMS02LjIzNCAxLjkzN2MtNi4wNzggMC0xMS00LjkyMi0xMS0xMXM0LjkyMi0xMSAxMS0xMSAxMSA0LjkyMiAxMSAxMWMwIDIuMjE5LS42NzIgNC40MDYtMS45MzcgNi4yMzRsNS4zNTkgNS4zNTljLjM1OS4zNTkuNTc4Ljg3NS41NzggMS40MDZ6Ii8+PC9zdmc+');
}

@media only screen and (min-width: 1200px) {
    .search-box {
        display: table;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .search-box {
        padding: 0;
    }

    .search-box > div:last-child {
        min-width: 18px;
    }

    .search-box input[type=submit] {
        width: 62px;
        padding: 16px 18px;
        background-position: center;
        text-indent: 999px;
        white-space: nowrap;
        overflow: hidden;
    }
}

/* Find Business & Classification Codes - Browse Codes */
#codes .codes-list a {
    text-decoration: none;
}

.codes-list {
    display: flex;
    flex-wrap: wrap;
}

.codes-list > div {
    float: left;
}

.codes-list > div > div:first-of-type {
    padding-left: 15px;
}

.codes-list .naics-code {
    order: 1;
    width: 100%;
}

.codes-list .sic-code {
    order: 2;
    width: 100%;
}

.codes-list dl {
    padding: 0 15px;
}

.codes-list dl:after {
    content: '';
    clear: both;
    display: block;
}

.codes-list dd,
.codes-list dt {
    float: left;
    line-height: 3;
    margin-bottom: 10px;
}

.codes-list dt {
    clear: both;
    width: 50px;
    margin: 0 15px;
    text-align: right;
}

.codes-list dd {
    position: relative;
    width: 320px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    border-radius: 5px;
    color: #fff;
}

.codes-list dd a {
    position: relative;
    display: block;
    padding: 0 10px 0 18px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
}

.codes-list dd a.dropdown {
    padding-right: 20px;
}

.codes-list dd a.dropdown svg {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -9px;
    line-height: 1;
}

.codes-list dd:not(.active):not(:hover) a.dropdown svg use:last-of-type,
.codes-list dd:hover a.dropdown svg use:first-of-type,
.codes-list dd.active a.dropdown svg use:first-of-type {
    visibility: hidden;
}

.codes-list dd a.bg-sic + .sub-menu a:hover {
    color: #2964b0;
}

.codes-list dd a.bg-naics + .sub-menu a:hover {
    color: #00806d;
}

.codes-list dd.active > a {
    color: #333;
}

.codes-list dd.active > a svg {
    transform: rotateX(-180deg);
}

.codes-list dd.active > a.bg-sic {
    background: #ebf6ff;
    border: 1px solid #2964b0;
}

.codes-list dd.active > a.bg-naics {
    background: #f0fff5;
    border: 1px solid #00806d;
}

.codes-list dd.active > a.dropdown {
    border-bottom-color: transparent;
    border-radius: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.codes-list dd.active > a.bg-sic + .sub-menu {
    background: #ebf6ff;
    border: 1px solid #2964b0;
}

.codes-list dd.active > a.bg-naics + .sub-menu {
    background: #f0fff5;
    border: 1px solid #00806d;
}

.codes-list dd.active .sub-menu {
    height: auto;
    padding: 1em 0;
    opacity: 1;
    z-index: 99;
}

.codes-list dd.active .sub-menu.sub-3-cols {
    padding: 25px 0;
}

.codes-list dd .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    margin-top: -1px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 9;
    opacity: 0;
}

.codes-list dd .sub-menu a {
    color: #333;
    max-width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.codes-list dd .sub-menu a:hover span {
    color: inherit;
}

.codes-list dd .sub-menu a span {
    color: #999;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    .codes-list .naics-code dl,
    .codes-list .sic-code dl {
        float: left;
        width: 50%;
        margin: 2em 0 4em;
    }

    .codes-list dl:last-of-type dd .sub-menu {
        left: auto;
        right: 0;
        border-radius: inherit;
        border-top-right-radius: 0;
    }

    .codes-list dd .sub-menu {
        left: -65px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .codes-list dd .sub-2-cols,
    .codes-list dd .sub-3-cols {
        left: -65px;
        border-radius: inherit;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .codes-list dd .sub-2-cols a,
    .codes-list dd .sub-3-cols a {
        margin-left: 12px;
    }

    .codes-list dd .sub-menu,
    .codes-list dd .sub-2-cols {
        width: -webkit-calc(200% + 175px);
        width: calc(200% + 175px);
    }

    .codes-list dd .sub-3-cols {
        width: -webkit-calc(100vw - 95px);
        width: calc(100vw - 95px);
    }
}

@media only screen and (min-width: 1200px) {
    .codes-list dl {
        padding: 0;
    }

    .codes-list dd:hover > a {
        color: #333;
    }

    .codes-list dd:hover > a.bg-sic {
        background: #ebf6ff;
        border: 1px solid #2964b0;
    }

    .codes-list dd:hover > a.bg-naics {
        background: #f0fff5;
        border: 1px solid #00806d;
    }

    .codes-list dd .sub-menu {
        width: -webkit-calc(100% + 65px);
        width: calc(100% + 65px);
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .codes-list dd .sub-2-cols,
    .codes-list dd .sub-3-cols {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
    }

    .codes-list dd .sub-2-cols {
        width: -webkit-calc(200% + 145px);
        width: calc(200% + 145px);
    }

    .codes-list dd .sub-3-cols {
        width: 100vw;
        max-width: 1185px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .codes-list .naics-code {
        order: 1;
        width: 66.6667%;
    }

    .codes-list .naics-code dd .sub-2-cols {
        width: 100vw;
        max-width: 1185px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .codes-list .naics-code dl:first-of-type dd .sub-3-cols {
        left: -65px;
    }

    .codes-list .sic-code {
        order: 2;
        width: 33.3333%;
    }

    .codes-list .sic-code dl {
        width: 100%;
    }

    .codes-list .sic-code dl:first-of-type {
        margin: 2em 0 0;
    }

    .codes-list .sic-code dl:first-of-type dd .sub-3-cols {
        left: auto;
        right: 0;
        border-radius: inherit;
    }

    .codes-list .sic-code dl:last-of-type {
        margin: 0 0 4em;
    }

    .codes-list .sic-code dl:last-of-type dd .sub-3-cols {
        left: auto;
        right: 0;
        border-radius: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .codes-list dl:first-of-type {
        margin: 2em 0 0;
    }

    .codes-list dl:last-of-type {
        margin: 0 0 4em;
    }

    .codes-list dt {
        margin-left: 0;
    }

    .codes-list dd {
        width: -webkit-calc(100% - 65px);
        width: calc(100% - 65px);
    }

    .codes-list dd .sub-menu {
        right: 0;
        width: -webkit-calc(100% + 65px);
        width: calc(100% + 65px);
    }
}

/* SEARCH BOX */
#search {
    position: absolute;
    top: 17px;
    left: 207px;
    padding: 0;
    background: none transparent;
    z-index: 999;
}

#search:not(.active) {
    width: 46px;
}

#search:not(.sticky) {
    background-image: none;
}

#search.active {
    width: calc(100% - 147px);
}

#search:not(.sticky) .wrapper {
    padding: 0;
}

#search .wrapper > * {
    float: left;
}

#search .search-logo,
#search #back-to-top,
#search .search-title {
    display: none;
}

#search .search-logo {
    margin-right: 15px;
    padding: 8px 0;
}

#search .search-box {
    position: relative;
    width: 100%;
    height: 46px;
}

.search-title {
    width: calc(100% - 187px);
    margin: 0 15px;
    text-align: left;
}

.search-title div {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-title p {
    margin: 0;
    font-size: 1rem;
    line-height: 25px;
}

#search #back-to-top {
    opacity: 0.7;
    width: 46px;
    height: 46px;
    background: no-repeat url(https://assets.siccode.com/images/icons/back-to-top.svg) center;
    background-size: cover;
    margin-top: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

#search #back-to-top:hover {
    opacity: 1;
}

#search form {
    padding: 0;
}

#search form dl {
    display: table;
}

#search form dl dt {
    display: none;
}

#search form dl dd {
    display: table-cell;
    vertical-align: bottom;
}

#search form dl dd:first-of-type {
    width: 100%;
}

#search form input[type=submit],
#search form input[type=text] {
    width: 100%;
    height: 46px;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
}

#search form input[type=text] {
    display: none;
    border: 2px solid #333;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    color: #333;
}

#search.active form input[type=text] {
    display: block;
    padding-left: 50px;
    padding-right: 56px;
}

#search form input[type=submit] {
    width: 100%;
    padding-right: 32px;
    border-color: #333;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background: #333 no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4IDEzYzAtMy44NTktMy4xNDEtNy03LTdzLTcgMy4xNDEtNyA3IDMuMTQxIDcgNyA3IDctMy4xNDEgNy03em04IDEzYzAgMS4wOTQtLjkwNiAyLTIgMmExLjk2IDEuOTYgMCAwIDEtMS40MDYtLjU5NGwtNS4zNTktNS4zNDRhMTAuOTcxIDEwLjk3MSAwIDAgMS02LjIzNCAxLjkzN2MtNi4wNzggMC0xMS00LjkyMi0xMS0xMXM0LjkyMi0xMSAxMS0xMSAxMSA0LjkyMiAxMSAxMWMwIDIuMjE5LS42NzIgNC40MDYtMS45MzcgNi4yMzRsNS4zNTkgNS4zNTljLjM1OS4zNTkuNTc4Ljg3NS41NzggMS40MDZ6Ii8+PC9zdmc+');
    background-size: 15px 16px;
}

#search form input[type=submit]:hover {
    color: #fff;
    border-color: #2964b0;
    background-color: #2964b0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4IDEzYzAtMy44NTktMy4xNDEtNy03LTdzLTcgMy4xNDEtNyA3IDMuMTQxIDcgNyA3IDctMy4xNDEgNy03em04IDEzYzAgMS4wOTQtLjkwNiAyLTIgMmExLjk2IDEuOTYgMCAwIDEtMS40MDYtLjU5NGwtNS4zNTktNS4zNDRhMTAuOTcxIDEwLjk3MSAwIDAgMS02LjIzNCAxLjkzN2MtNi4wNzggMC0xMS00LjkyMi0xMS0xMXM0LjkyMi0xMSAxMS0xMSAxMSA0LjkyMiAxMSAxMWMwIDIuMjE5LS42NzIgNC40MDYtMS45MzcgNi4yMzRsNS4zNTkgNS4zNTljLjM1OS4zNTkuNTc4Ljg3NS41NzggMS40MDZ6Ii8+PC9zdmc+');
    opacity: 1;
}

#search:not(.active) form input[type=submit] {
    width: 46px;
    padding: 16px 18px;
    background-position: center;
    text-indent: 999px;
    white-space: nowrap;
    overflow: hidden;
}

#search a.nav.active {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    #search {
        left: 205px;
    }

    #search:not(.active) {
        width: calc(100% - 357px);
    }

    #search.active {
        width: calc(100% - 230px);
    }

    .search-title .tagline {
        display: none;
    }

    #search form input[type=text] {
        display: block;
    }

    #search.active form input[type=text] {
        padding-right: 210px;
    }
}

@media only screen and (min-width: 992px) {
    #search {
        top: 52px;
        left: 155px;
    }

    #search.active {
        width: calc(100% - 258px);
    }

    #search .search-logo svg:last-of-type {
        display: none;
    }

    .search-title {
        width: calc(100% - 345px);
    }
}

@media only screen and (min-width: 1100px) {
    #search {
        left: 248px;
    }
}

@media only screen and (min-width: 1200px) {
    #search {
        left: calc(50% - 365px);
    }

    #search:not(.active) {
        width: 220px;
    }

    #search.active {
        width: 965px;
    }

    #search form dl {
        display: table;
        width: 100%;
    }

    #search.active form dl dd:last-of-type {
        min-width: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    #search form input[type=submit] {
        width: 46px;
        padding: 16px 18px;
        background-position: center;
        text-indent: 999px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    #search .search-logo svg:first-of-type {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-nav-toggle {
        border-left: 0;
    }

    #search.active {
        left: 25px;
    }

    .search-title .tagline + div,
    .search-title p {
        display: none;
    }

    #search:not(.active) form input[type=submit] {
        border-radius: 3px;
    }
}

/* SEARCH MENU */
#search-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 46px;
    border: 2px solid #333;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background-color: #ddd;
    z-index: 2;
    cursor: pointer;
}

#search-close:before,
#search-close:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 11px;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #999;
}

#search-close:before {
    transform: rotate(45deg);
}

#search-close:after {
    transform: rotate(-45deg);
}

#search:not(.active) #search-menu,
#search:not(.active) #search-close {
    display: none;
}

#search-menu {
    position: absolute;
    top: 0;
    right: 46px;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 2px solid #333;
    background-color: #f8f8f8;
}

#search-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8c8c8c;
    border-radius: 5px;
}

#search-menu:hover {
    cursor: pointer;
}

#search-menu:hover .active {
    color: #2964b0;
}

#search-menu:hover:after {
    border-top-color: #2964b0;
}

#search-menu .wrapper {
    padding: 0;
}

#search-menu nav {
    position: absolute;
    top: 44px;
    right: -48px;
    width: calc(100vw - 147px);
    background-color: #f8f8f8;
    border: 2px solid #333;
}

#search-menu nav > * {
    display: block;
    margin: 0;
    padding: 14px 15px;
    line-height: 1;
    font-weight: 400;
}

#search-menu nav a:hover {
    background-color: #e6e6e6;
}

#search-menu.clicked {
    border-bottom-color: transparent;
}

#search-menu.clicked .active {
    color: #2964b0;
}
#search-menu.clicked .active.naics {
    color: #00806d;
}
#search-menu.clicked .active.gold {
    color: #704a19;
}
#search-menu.clicked .active.purple {
    color: #75487b;
}
#search-menu.clicked .active.red {
    color: #ac3931;
}

@media only screen and (min-width: 768px) {
    #search-menu {
        width: 210px;
        border: 0;
    }

    #search-menu nav {
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #search-menu nav * {
        width: 100%;
        order: 1;
    }

    #search-menu nav .active {
        order: 0;
        margin-right: 34px;
        padding-right: 0;
        white-space: nowrap;
    }

    #search-menu:not(.clicked) nav {
        height: 100%;
    }

    #search-menu:not(.clicked) nav *:not(.active) {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    #search-menu {
        right: 130px;
    }
}

@media only screen and (max-width: 767px) {
    #search-menu nav {
        border-top: 0;
    }

    #search-menu:not(.clicked) nav {
        display: none;
    }
}

/* SEARCH - SPECIFIC SCREEN */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #search:not(.active) {
        width: 46px;
    }

    #search:not(.active) form input[type=text] {
        display: none;
    }

    #search:not(.active) form input[type=submit] {
        border-radius: 3px;
    }
}

@media only screen and (min-width: 768px) and (min-height: 631px) {
    #search {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    #search.active,
    #search-menu nav {
        width: calc(100vw - 50px);
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    #search.active,
    #search-menu nav {
        width: calc(100vw - 35px);
    }

    #mobile-nav-toggle {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 359px) {
    #mobile-nav-toggle {
        width: 98px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    #main-header #site-branding,
    #search.active {
        left: 10px;
    }

    #search {
        left: 184px;
    }

    #search.active,
    #search-menu nav {
        width: calc(100vw - 20px);
    }
}

@media only screen and (max-width: 319px) {
    #search {
        display: none;
    }
}

.sc-home-v23 {
    --navy: #08213f;
    --navy-2: #0c315b;
    --blue: #1473e6;
    --blue-dark: #0d5fc4;
    --blue-soft: #eaf4ff;
    --orange: #f47b20;
    --orange-dark: #d96512;
    --green: #1aa36f;
    --ink: #071b3a;
    --text: #243952;
    --muted: #607086;
    --line: #dce6f2;
    --soft: #f6f9fd;
    --white: #ffffff;
    --shadow: 0 16px 38px rgba(7, 27, 58, 0.11);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: #ffffff;
    overflow-x: hidden;
  }

  .sc-home-v23 * {
    box-sizing: border-box;
  }

  .sc-home-v23 a {
    color: inherit;
    text-decoration: none;
  }

  .sc-home-v23 .sc-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }

  .sc-home-v23 .sc-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .sc-home-v23 .sc-topbar {
    background: linear-gradient(180deg, #061b36 0%, #08213f 100%);
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .sc-home-v23 .sc-topbar-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
  }

  .sc-home-v23 .sc-brand {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    color: #ffffff !important;
    line-height: 1;
  }

  .sc-home-v23 .sc-brand strong {
    display: block;
    font-size: 31px;
    letter-spacing: -1.4px;
    font-weight: 950;
  }

  .sc-home-v23 .sc-brand strong span {
    font-weight: 500;
    letter-spacing: -1px;
  }

  .sc-home-v23 .sc-brand small {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.82);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  .sc-home-v23 .sc-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: 1 1 auto;
  }

  .sc-home-v23 .sc-nav-links a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 850;
    white-space: nowrap;
    opacity: .94;
  }

  .sc-home-v23 .sc-nav-links a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .sc-home-v23 .sc-nav-links .sc-nav-caret:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border: solid currentColor;
    border-width: 0 1.5px 1.5px 0;
    transform: translateY(-2px) rotate(45deg);
    opacity: .75;
  }

  .sc-home-v23 .sc-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
  }

  .sc-home-v23 .sc-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
  }

  .sc-home-v23 .sc-nav-login {
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.04);
  }

  .sc-home-v23 .sc-nav-start {
    color: #ffffff !important;
    background: var(--orange);
    border: 1px solid var(--orange);
    box-shadow: 0 12px 24px rgba(244,123,32,.28);
  }

  .sc-home-v23 .sc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.1;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  }

  .sc-home-v23 .sc-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(7, 27, 58, 0.14);
  }

  .sc-home-v23 .sc-btn-blue {
    background: var(--blue);
    color: #ffffff !important;
  }

  .sc-home-v23 .sc-btn-blue:hover {
    background: var(--blue-dark);
  }

  .sc-home-v23 .sc-btn-navy {
    background: var(--navy);
    color: #ffffff !important;
  }

  .sc-home-v23 .sc-btn-navy:hover {
    background: var(--navy-2);
  }

  .sc-home-v23 .sc-btn-orange {
    background: var(--orange);
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(244, 123, 32, 0.20);
  }

  .sc-home-v23 .sc-btn-orange:hover {
    background: var(--orange-dark);
  }

  .sc-home-v23 .sc-btn-outline {
    background: #ffffff;
    color: var(--navy) !important;
    border-color: var(--line);
  }

  .sc-home-v23 .sc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--blue);
    font-size: 15px;
    font-weight: 900;
  }

  .sc-home-v23 .sc-text-link:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: solid currentColor;
    border-width: 1.8px 1.8px 0 0;
    transform: rotate(45deg);
    margin-left: 2px;
  }

  .sc-home-v23 .sc-section-kicker {
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .sc-home-v23 .sc-section-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.1px;
  }

  .sc-home-v23 .sc-section-copy {
    margin: 14px auto 0;
    max-width: 790px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.56;
  }

.sc-home-v23 .sc-hero {
    position: relative; overflow: hidden; padding: 58px 0 54px;
    background:
      radial-gradient(circle at 10% 12%, rgba(20,115,230,0.08), transparent 30%),
      radial-gradient(circle at 86% 20%, rgba(20,115,230,0.08), transparent 32%),
      linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f3f8ff 100%);
    color: var(--ink);
  }
  .sc-home-v23 .sc-hero:before {
    content: ""; position: absolute; inset: 0;
    background-image:
      linear-gradient(120deg, rgba(20,115,230,0.035) 1px, transparent 1px),
      radial-gradient(circle, rgba(20,115,230,0.06) 1px, transparent 1px);
    background-size: 84px 84px, 34px 34px; opacity: .42; pointer-events: none;
  }
  .sc-home-v23 .sc-hero-inner {
    position: relative; z-index: 1; display: grid !important;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 500px);
    grid-template-areas: "copy proof"; gap: 64px; align-items: center;
  }
  .sc-home-v23 .sc-hero-copy-block { grid-area: copy; min-width: 0; position: relative; z-index: 2; align-self: center; }
  .sc-home-v23 .sc-hero-kicker {
    display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 0 12px;
    border-radius: 999px; background: #edf7ff; border: 1px solid #cae2fb; color: #1a5da7;
    font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 24px;
  }
  .sc-home-v23 .sc-hero-kicker:before {
    content: ""; width: 7px; height: 7px; border-radius: 999px; background: #1aa36f; box-shadow: 0 0 0 4px rgba(26, 163, 111, .12);
  }
  .sc-home-v23 .sc-hero-title {
    margin: 0; max-width: 720px; color: var(--ink) !important;
    font-size: clamp(44px, 5vw, 62px); line-height: 1.02; letter-spacing: -1.8px; font-weight: 800;
  }
  .sc-home-v23 .sc-hero-title em {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -1px;
    color: inherit;
  }
  .sc-home-v23 .sc-hero-copy {
    margin: 24px 0 26px; max-width: 650px; color: #51647d !important; font-size: 19px; line-height: 1.52;
  }
  .sc-home-v23 .sc-inline-search-label {
    display: flex; align-items: center; gap: 8px; margin: 0 0 9px; color: var(--ink); font-size: 13.5px; font-weight: 900;
  }
  .sc-home-v23 .sc-inline-search-label span { color: var(--blue); font-size: 17px; }
  .sc-home-v23 .sc-hero-search { width: 100%; max-width: 640px; margin: 0; }
  .sc-home-v23 .sc-hero-search-form {
    display: flex !important; align-items: stretch; width: 100%; min-height: 62px; background: #ffffff;
    border: 1px solid #c8d9ec; border-radius: 14px; overflow: hidden; box-shadow: 0 18px 36px rgba(7, 27, 58, .13);
  }
  .sc-home-v23 .sc-hero-search-form select {
    flex: 0 0 84px; border: 0; border-right: 1px solid #dbe7f3; background: #ffffff; color: #263b57;
    font-size: 14px; font-weight: 800; padding: 0 12px; outline: none;
  }
  .sc-home-v23 .sc-hero-search-form input {
    flex: 1 1 auto !important; min-width: 0 !important; width: auto !important; max-width: none !important;
    height: 62px; border: 0; padding: 0 18px; background: #ffffff; color: #172b45; font-size: 16px; outline: none;
  }
  .sc-home-v23 .sc-hero-search-form input::placeholder { color: #8190a5; }
  .sc-home-v23 .sc-hero-search-form button {
    flex: 0 0 118px !important; width: 118px !important; min-width: 118px; height: 62px; border: 0;
    background: linear-gradient(180deg, #1a6fe0, #0d5fc4); color: #ffffff; font-size: 15px; font-weight: 950; cursor: pointer;
  }
  .sc-home-v23 .sc-hero-utility {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 14px 0 0;
    color: #173b65;
    font-size: 13px;
    font-weight: 900;
  }

  .sc-home-v23 .sc-hero-utility a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 12px;
    color: #123b6d;
    text-decoration: none;
    position: relative;
  }

  .sc-home-v23 .sc-hero-utility a:first-child {
    padding-left: 0;
  }

  .sc-home-v23 .sc-hero-utility a + a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 14px;
    background: #c9d9ea;
  }

  .sc-home-v23 .sc-hero-utility a:hover {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sc-home-v23 .sc-hero-utility a.sc-convert-link {
    color: #123b6d;
  }

  .sc-home-v23 .sc-hero-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 640px;
    margin-top: 22px;
  }

  .sc-home-v23 .sc-hero-cta-card {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 13px;
    min-height: 96px;
    padding: 17px 18px;
    border-radius: 17px;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(7, 27, 58, .07);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }

  .sc-home-v23 .sc-hero-cta-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(7, 27, 58, .11);
  }

  .sc-home-v23 .sc-hero-cta-card.sc-cta-preview {
    border: 1.5px solid #f47b20;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
    box-shadow: 0 14px 30px rgba(244, 123, 32, .13);
  }

  .sc-home-v23 .sc-hero-cta-card.sc-cta-list {
    border: 1px solid #cfe0f3;
    background: #ffffff;
  }

  .sc-home-v23 .sc-hero-cta-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    flex: 0 0 46px;
  }

  .sc-home-v23 .sc-cta-preview .sc-hero-cta-icon {
    background: #fff4ec;
    color: var(--orange-dark);
  }

  .sc-home-v23 .sc-cta-list .sc-hero-cta-icon {
    background: var(--blue-soft);
    color: var(--blue);
  }

  .sc-home-v23 .sc-hero-cta-icon .sc-icon-svg {
    width: 23px;
    height: 23px;
  }

  .sc-home-v23 .sc-hero-cta-text strong {
    display: block;
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -.25px;
  }

  .sc-home-v23 .sc-cta-preview .sc-hero-cta-text strong {
    color: var(--orange-dark);
  }

  .sc-home-v23 .sc-hero-cta-text span {
    display: block;
    margin-top: 5px;
    color: #52657f;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
  }

  .sc-home-v23 .sc-hero-proof-card {
    grid-area: proof; width: 100%; max-width: 500px; justify-self: end; align-self: center; position: relative; z-index: 2;
    background: #ffffff; border: 1.5px solid #b7cde6; border-radius: 22px;
    box-shadow: 0 30px 80px rgba(7, 27, 58, .14), 0 0 0 4px rgba(20,115,230,.05); overflow: hidden;
  }
  .sc-home-v23 .sc-proof-head {
    display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 21px 23px 17px;
    border-bottom: 1px solid #edf2f8; background: #ffffff;
  }
  .sc-home-v23 .sc-proof-icon {
    width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #edf5ff;
    color: var(--blue); font-size: 17px; font-weight: 950;
  }
  .sc-home-v23 .sc-proof-head h2 { margin: 0 0 5px; color: var(--ink); font-size: 18px; line-height: 1.15; letter-spacing: -.25px; }
  .sc-home-v23 .sc-proof-head p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.45; }
  .sc-home-v23 .sc-proof-body { padding: 20px 23px 21px; }
  .sc-home-v23 .sc-proof-intro { margin: 0 0 17px; color: #53667f; font-size: 13.5px; line-height: 1.5; }
  .sc-home-v23 .sc-proof-mini-card { border: 1px solid var(--line); border-radius: 16px; background: #ffffff; overflow: hidden; }
  .sc-home-v23 .sc-proof-company {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px;
    background: #ffffff; border-bottom: 1px solid var(--line);
  }
  .sc-home-v23 .sc-proof-company-left { display: flex; align-items: center; gap: 11px; }
  .sc-home-v23 .sc-proof-avatar {
    width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: #1e5ca9;
    color: #ffffff; font-size: 12px; font-weight: 950;
  }
  .sc-home-v23 .sc-proof-company strong { display: block; color: var(--ink); font-size: 14px; line-height: 1.15; }
  .sc-home-v23 .sc-proof-company span { display: block; color: var(--muted); font-size: 12px; line-height: 1.25; margin-top: 2px; }
  .sc-home-v23 .sc-proof-reviewed {
    display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 999px;
    background: #eaf8ef; color: #16814b; font-size: 10px; font-weight: 950; letter-spacing: .04em; text-transform: uppercase;
  }
  .sc-home-v23 .sc-proof-codes { display: grid; grid-template-columns: 1fr 1fr; background: #ffffff; }
  .sc-home-v23 .sc-proof-code { padding: 16px; border-bottom: 1px solid var(--line); }
  .sc-home-v23 .sc-proof-code:first-child { border-right: 1px solid var(--line); }
  .sc-home-v23 .sc-proof-code span {
    display: block;
    margin: 0 0 5px;
    color: var(--muted);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .sc-home-v23 .sc-proof-code strong {
    display: block;
    margin: 0;
    color: #0d4a99;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -.2px;
  }
  .sc-home-v23 .sc-proof-code em {
    display: block;
    margin-top: 6px;
    color: #53667f;
    font-size: 13px;
    font-style: normal;
    line-height: 1.35;
  }
  .sc-home-v23 .sc-proof-reason { padding: 13px 16px; color: #435a75; font-size: 12.5px; line-height: 1.45; background: #ffffff; }
  .sc-home-v23 .sc-proof-reason strong { color: var(--ink); }

  .sc-home-v23 .sc-proof-count {
    margin-top: 12px;
    padding: 13px 16px;
    border: 1px solid #d5e6f8;
    border-radius: 14px;
    background:
      radial-gradient(circle at 8% 12%, rgba(20,115,230,.10), transparent 34%),
      linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
    color: #304760;
  }

  .sc-home-v23 .sc-proof-count span {
    display: block;
    margin: 0 0 5px;
    color: #0d5fc4;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .sc-home-v23 .sc-proof-count strong {
    display: inline-block;
    margin-right: 5px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.25px;
  }

  .sc-home-v23 .sc-proof-count p {
    display: inline;
    margin: 0;
    color: #405671;
    font-size: 12.5px;
    line-height: 1.4;
  }

  .sc-home-v23 .sc-proof-cta {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; padding: 13px 0 0; border-top: 1px solid #edf2f8;
  }
  .sc-home-v23 .sc-proof-cta span { color: var(--ink); font-size: 13px; font-weight: 900; line-height: 1.3; }
  .sc-home-v23 .sc-proof-cta a { color: var(--blue); font-size: 13px; font-weight: 950; white-space: nowrap; }
  .sc-home-v23 .sc-proof-foot { padding: 0 23px 20px; color: #708096; font-size: 12px; line-height: 1.4; }

  .sc-home-v23 .sc-btn-orange-soft {
    background: #fff4ec;
    color: var(--orange-dark) !important;
    border-color: #f5b183;
    box-shadow: none;
  }

  .sc-home-v23 .sc-btn-orange-soft:hover {
    background: #ffe8d8;
    border-color: var(--orange);
  }

  .sc-home-v23 .sc-expert-help {
    padding: 40px 0 44px;
    background: #ffffff;
  }

  .sc-home-v23 .sc-expert-card {
    width: min(1040px, 100%);
    margin: 0 auto;
    padding: 34px 44px 36px;
    border: 1px solid #e2e9f2;
    border-radius: 22px;
    background:
      radial-gradient(circle at 14% 14%, rgba(244, 123, 32, .055), transparent 28%),
      radial-gradient(circle at 85% 18%, rgba(20, 115, 230, .07), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 24px 44px rgba(7, 27, 58, .12);
    text-align: center;
  }

  .sc-home-v23 .sc-expert-content {
    max-width: 880px;
    margin: 0 auto;
  }

  .sc-home-v23 .sc-expert-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    margin: 0 auto 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: #e8f3ff;
    color: #095fcf;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.2;
  }

  .sc-home-v23 .sc-expert-badge-icon {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--blue);
    box-shadow: 0 0 0 1px #c9e1fb;
  }

  .sc-home-v23 .sc-expert-badge-icon .sc-icon-svg {
    width: 18px;
    height: 18px;
  }

  .sc-home-v23 .sc-expert-card h2 {
    max-width: 800px;
    margin: 0 auto 12px;
    color: #061f48;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -1px;
    font-weight: 950;
  }

  .sc-home-v23 .sc-expert-card p.sc-expert-intro {
    max-width: 760px;
    margin: 0 auto 20px;
    color: #2f4462;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 600;
  }

  .sc-home-v23 .sc-expert-card p.sc-expert-intro strong {
    color: #095fcf;
    font-weight: 950;
  }

  .sc-home-v23 .sc-expert-deflection {
    max-width: 840px;
    margin: 0 auto 18px;
    padding: 12px 14px;
    border: 1px solid #d6e6f8;
    border-radius: 12px;
    background: #f7fbff;
    color: #304760;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    text-align: left;
  }

  .sc-home-v23 .sc-expert-form {
    max-width: 840px;
    margin: 0 auto;
    text-align: left;
  }

  .sc-home-v23 .sc-expert-form label {
    display: block;
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 950;
  }

  .sc-home-v23 .sc-expert-form textarea,
  .sc-home-v23 .sc-expert-form input {
    width: 100%;
    border: 1px solid #c8d6e6;
    border-radius: 8px;
    background: #ffffff;
    color: var(--ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.45;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(7,27,58,.035), 0 8px 18px rgba(7,27,58,.035);
  }

  .sc-home-v23 .sc-expert-form textarea:focus,
  .sc-home-v23 .sc-expert-form input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(20,115,230,.12);
  }

  .sc-home-v23 .sc-expert-form textarea {
    display: block;
    min-height: 146px;
    resize: vertical;
    padding: 18px 20px;
    margin-bottom: 18px;
  }

  .sc-home-v23 .sc-expert-form input {
    min-height: 56px;
    padding: 0 18px;
  }

  .sc-home-v23 .sc-expert-form textarea::placeholder,
  .sc-home-v23 .sc-expert-form input::placeholder {
    color: #687891;
    opacity: 1;
  }

  .sc-home-v23 .sc-expert-form-row {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 350px;
    gap: 18px 22px;
    align-items: end;
  }

  .sc-home-v23 .sc-expert-submit,
  .sc-home-v23 .sc-expert-card button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 66px !important;
    padding: 0 24px !important;
    border: 1px solid var(--orange) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #ff7f1f 0%, #f26a08 100%) !important;
    color: #ffffff !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.16 !important;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    box-shadow: 0 8px 18px rgba(244,123,32,.20) !important;
  }

  .sc-home-v23 .sc-expert-submit:after,
  .sc-home-v23 .sc-expert-card button[type="submit"]:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid currentColor;
    border-width: 2.4px 2.4px 0 0;
    transform: rotate(45deg);
    flex: 0 0 15px;
  }

  .sc-home-v23 .sc-expert-submit:hover,
  .sc-home-v23 .sc-expert-card button[type="submit"]:hover {
    background: linear-gradient(180deg, #f47717 0%, #d96512 100%) !important;
    border-color: var(--orange-dark) !important;
  }

  .sc-home-v23 .sc-expert-info-row {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 20px;
    align-items: start;
    margin-top: 20px;
    padding-top: 4px;
  }

  .sc-home-v23 .sc-expert-info-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    align-items: start;
    color: #304760;
    font-size: 13.5px;
    line-height: 1.35;
    font-weight: 800;
  }

  .sc-home-v23 .sc-expert-info-item + .sc-expert-info-item {
    border-left: 1px solid #dce6f2;
    padding-left: 20px;
  }

  .sc-home-v23 .sc-expert-info-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: var(--blue);
  }

  .sc-home-v23 .sc-expert-info-icon .sc-icon-svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.1;
  }

  .sc-home-v23 .sc-expert-info-item strong {
    color: var(--ink);
    font-weight: 950;
  }

  .sc-home-v23 .sc-expert-info-item .sc-blue-text {
    color: #095fcf;
    font-weight: 950;
  }

  .sc-home-v23 .sc-expert-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 760px;
    margin: 24px auto 0;
    padding-top: 18px;
    border-top: 1px solid #dce6f2;
    text-align: left;
  }

  .sc-home-v23 .sc-expert-trust-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    align-items: center;
    padding: 0 28px;
    color: #2f4662;
    font-size: 13.5px;
    line-height: 1.32;
    font-weight: 800;
  }

  .sc-home-v23 .sc-expert-trust-item + .sc-expert-trust-item {
    border-left: 1px solid #dce6f2;
  }

  .sc-home-v23 .sc-expert-trust-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #12a878;
  }

  .sc-home-v23 .sc-expert-trust-icon .sc-icon-svg {
    width: 27px;
    height: 27px;
    stroke-width: 2;
  }

  .sc-home-v23 .sc-expert-trust-item strong {
    display: block;
    color: var(--ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
  }

  .sc-home-v23 .sc-expert-trust-item span span {
    display: block;
    margin-top: 3px;
    color: #425672;
    font-size: 13px;
    font-weight: 750;
  }

  
  .sc-home-v23 #sc-target-request,
  .sc-home-v23 #sc-target-email {
    width: 100% !important;
    border: 1px solid #c8d6e6 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--ink) !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    outline: none !important;
    box-shadow: inset 0 1px 2px rgba(7,27,58,.035), 0 8px 18px rgba(7,27,58,.035) !important;
    appearance: none;
  }

  .sc-home-v23 #sc-target-request {
    display: block !important;
    min-height: 146px !important;
    height: 146px;
    resize: vertical;
    padding: 18px 20px !important;
    margin: 0 0 18px !important;
    overflow: auto;
  }

  .sc-home-v23 #sc-target-email {
    display: block !important;
    min-height: 56px !important;
    padding: 0 18px !important;
  }

  .sc-home-v23 #sc-target-request::placeholder,
  .sc-home-v23 #sc-target-email::placeholder {
    color: #687891 !important;
    opacity: 1;
  }

  .sc-home-v23 #sc-target-request:focus,
  .sc-home-v23 #sc-target-email:focus {
    border-color: var(--blue) !important;
    box-shadow: 0 0 0 4px rgba(20,115,230,.12) !important;
  }

  .sc-home-v23 a:focus-visible,
  .sc-home-v23 button:focus-visible,
  .sc-home-v23 input:focus-visible,
  .sc-home-v23 select:focus-visible,
  .sc-home-v23 textarea:focus-visible,
  .sc-home-v23 summary:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 2px;
    border-radius: 4px;
  }

  .sc-home-v23 .sc-target a:focus-visible,
  .sc-home-v23 .sc-target button:focus-visible {
    outline-color: #ffffff;
  }

  .sc-home-v23 .sc-checks a {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  @media (max-width: 900px) {
    .sc-home-v23 .sc-expert-card {
      padding: 30px 24px 32px;
    }

    .sc-home-v23 .sc-expert-form-row,
    .sc-home-v23 .sc-expert-info-row,
    .sc-home-v23 .sc-expert-trust-row {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-expert-info-item + .sc-expert-info-item,
    .sc-home-v23 .sc-expert-trust-item + .sc-expert-trust-item {
      border-left: 0;
      padding-left: 0;
    }

    .sc-home-v23 .sc-expert-trust-row {
      max-width: 520px;
      gap: 14px;
    }

    .sc-home-v23 .sc-expert-trust-item {
      padding: 0;
    }
  }

  @media (max-width: 640px) {
    .sc-home-v23 .sc-expert-help {
      padding: 28px 0 34px;
    }

    .sc-home-v23 .sc-expert-card {
      padding: 24px 18px 26px;
      border-radius: 16px;
    }

    .sc-home-v23 .sc-expert-badge {
      font-size: 14px;
      padding: 8px 13px;
    }

    .sc-home-v23 .sc-expert-card h2 {
      font-size: 30px;
      letter-spacing: -.8px;
    }

    .sc-home-v23 .sc-expert-card p.sc-expert-intro {
      font-size: 16px;
    }
  }

  .sc-home-v23 .sc-trust {
    position: relative;
    z-index: 2;
    padding: 0 0 30px;
    background: #ffffff;
  }

  .sc-home-v23 .sc-trust-box {
    background: linear-gradient(135deg, #f2fbf7, #f8fcff);
    border: 1px solid #cfe7dc;
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--shadow);
  }

  .sc-home-v23 .sc-trust-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .sc-home-v23 .sc-trust-item {
    display: block;
    min-height: 104px;
    padding: 18px 14px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d9e6ee;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(7, 27, 58, .05);
  }

  .sc-home-v23 .sc-trust-item strong {
    display: block;
    color: #001f23;
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -.4px;
  }

  .sc-home-v23 .sc-trust-item span {
    display: block;
    margin-top: 8px;
    color: #34506d;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .sc-home-v23 .sc-trust-item a {
    color: #1b5eb7;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sc-home-v23 .sc-orgs-flat {
    padding: 0 0 52px;
    background: #ffffff;
  }

  .sc-home-v23 .sc-orgs-flat-box {
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(7,27,58,.045);
    text-align: center;
  }

  .sc-home-v23 .sc-orgs-flat h2 {
    margin: 0;
    color: var(--ink);
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -.45px;
  }

  .sc-home-v23 .sc-orgs-flat p {
    max-width: 860px;
    margin: 10px auto 16px;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.5;
  }

  .sc-home-v23 .sc-org-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #173b65;
    font-size: 14.5px;
    font-weight: 900;
    line-height: 1.35;
  }

  .sc-home-v23 .sc-org-line span {
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    position: relative;
  }

  .sc-home-v23 .sc-org-line span + span:before {
    content: "";
    width: 1px;
    height: 16px;
    background: #cbd9e8;
    position: absolute;
    left: 0;
  }

  .sc-home-v23 .sc-router {
    padding: 0 0 44px;
    background: #ffffff;
  }

  .sc-home-v23 .sc-router-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: #f8fbff;
    border: 1px solid var(--line);
    border-radius: 18px;
  }

  .sc-home-v23 .sc-router-label {
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    margin-right: 4px;
  }

  .sc-home-v23 .sc-router a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d9e6ee;
    color: #173b65;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(7,27,58,.045);
  }

  .sc-home-v23 .sc-router a:hover {
    border-color: #b8d5f5;
    color: var(--blue);
  }

  .sc-home-v23 .sc-paths {
    padding: 0 0 28px;
  }

  .sc-home-v23 .sc-paths-head {
    text-align: center;
    margin-bottom: 28px;
  }

  .sc-home-v23 .sc-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .sc-home-v23 .sc-path-card {
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .sc-home-v23 .sc-path-card.sc-path-list {
    border-color: #f4c3a3;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  }

  .sc-home-v23 .sc-path-card.sc-path-list .sc-path-icon {
    background: #fff4ec;
    border-color: #f5c6a7;
    color: var(--orange-dark);
  }

  .sc-home-v23 .sc-path-card.sc-path-list .sc-path-tag {
    background: #fff4ec;
    color: var(--orange-dark);
  }

  .sc-home-v23 .sc-path-card.sc-path-list .sc-checks li:before {
    background: #fff4ec;
    border-color: #f5c6a7;
  }

  .sc-home-v23 .sc-path-card.sc-path-list .sc-checks li:after {
    border-color: var(--orange-dark);
  }

  .sc-home-v23 .sc-path-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eaf4ff, #ffffff);
    border: 1px solid #cfe3fb;
    color: var(--blue);
    font-size: 25px;
    font-weight: 900;
  }

  .sc-home-v23 .sc-path-tag {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 15px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--blue-soft);
    color: #0a4f9e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .sc-home-v23 .sc-path-card h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -.6px;
  }

  .sc-home-v23 .sc-path-card p {
    margin: 0 0 19px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.52;
  }

  .sc-home-v23 .sc-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    gap: 10px;
    color: #253d5a;
    font-size: 14px;
    line-height: 1.42;
  }

  .sc-home-v23 .sc-checks li {
    position: relative;
    padding-left: 22px;
  }

  .sc-home-v23 .sc-checks li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--blue-soft);
    border: 1px solid #bfd9f6;
  }

  .sc-home-v23 .sc-checks li:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 5px;
    height: 8px;
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .sc-home-v23 .sc-card-action {
    margin-top: auto;
    padding-top: 6px;
  }

  .sc-home-v23 .sc-path-secondary-link {
    display: inline-flex;
    margin-top: 11px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sc-home-v23 .sc-target {
    padding: 56px 0;
    background: #f6f9fd;
    border-top: 1px solid #e4edf7;
    border-bottom: 1px solid #e4edf7;
  }

  .sc-home-v23 .sc-target-head {
    text-align: center;
    margin-bottom: 30px;
  }

  .sc-home-v23 .sc-target-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
  }

  .sc-home-v23 .sc-target-card {
    padding: 26px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(7,27,58,.06);
  }

  .sc-home-v23 .sc-target-num {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #ffffff;
    font-weight: 900;
  }

  .sc-home-v23 .sc-target-card h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.2;
  }

  .sc-home-v23 .sc-target-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.52;
  }

  .sc-home-v23 .sc-target-example {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(7,27,58,.07);
  }

  .sc-home-v23 .sc-target-example h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -.6px;
  }

  .sc-home-v23 .sc-target-example p {
    margin: 0 0 18px;
    color: var(--text);
    font-size: 16.5px;
    line-height: 1.55;
  }

  .sc-home-v23 .sc-target-note {
    padding: 18px;
    background: #eef7ff;
    border: 1px solid #cfe5ff;
    border-radius: 16px;
    color: #173b65;
    font-size: 15px;
    line-height: 1.5;
  }

  .sc-home-v23 .sc-marker-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
  }

  .sc-home-v23 .sc-marker-list span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 6px;
    background: #eef4fb;
    color: #3a5470;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--line);
  }

  .sc-home-v23 .sc-scope-head {
    margin-top: 26px;
    text-align: center;
  }

  .sc-home-v23 .sc-scope-head .sc-section-kicker {
    margin-bottom: 12px;
  }

  .sc-home-v23 .sc-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
  }

  .sc-home-v23 .sc-scope-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(7,27,58,.05);
  }

  .sc-home-v23 .sc-scope-card h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.22;
  }

  .sc-home-v23 .sc-scope-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.5;
  }

  .sc-home-v23 .sc-scope-card a {
    color: var(--blue);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sc-home-v23 .sc-enterprise {
    padding: 52px 0 52px;
  }

  .sc-home-v23 .sc-enterprise-box {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 34px;
    align-items: center;
    padding: 38px;
    background:
      radial-gradient(circle at 8% 12%, rgba(20,115,230,.12), transparent 24%),
      linear-gradient(135deg, #f8fbff, #edf5ff);
    border: 1px solid #d7e8fb;
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(7,27,58,.08);
  }

  .sc-home-v23 .sc-enterprise h2 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: clamp(31px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .sc-home-v23 .sc-enterprise p {
    margin: 0 0 20px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.58;
  }

  .sc-home-v23 .sc-data-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sc-home-v23 .sc-data-pill {
    min-height: 76px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: #1f3858;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
  }

  .sc-home-v23 .sc-data-pill span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--blue-soft);
    color: var(--blue);
    font-weight: 900;
  }

  .sc-home-v23 .sc-delivery-inline {
    margin-top: 24px;
    padding: 18px;
    background: rgba(255,255,255,.72);
    border: 1px solid #d7e8fb;
    border-radius: 18px;
  }

  .sc-home-v23 .sc-delivery-inline h3 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.2;
  }

  .sc-home-v23 .sc-delivery-logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .sc-home-v23 .sc-logo-tile {
    min-height: 64px;
    padding: 12px;
    display: grid;
    place-items: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: #203955;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
  }

  .sc-home-v23 .sc-logo-tile small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 10.5px;
    font-weight: 700;
  }

  .sc-home-v23 .sc-governance {
    padding: 0 0 52px;
    background: #ffffff;
  }

  .sc-home-v23 .sc-governance-box {
    padding: 34px;
    background:
      radial-gradient(circle at 8% 12%, rgba(20,115,230,.08), transparent 24%),
      linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(7,27,58,.055);
  }

  .sc-home-v23 .sc-governance-head {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 32px;
    align-items: center;
  }

  .sc-home-v23 .sc-governance h2 {
    margin: 0;
    color: var(--ink);
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.8px;
  }

  .sc-home-v23 .sc-governance p {
    margin: 0;
    color: var(--text);
    font-size: 16.5px;
    line-height: 1.58;
  }

  .sc-home-v23 .sc-governance-proof {
    display: grid;
    gap: 18px;
  }

  .sc-home-v23 .sc-governance-proof-copy {
    max-width: 760px;
  }

  .sc-home-v23 .sc-governance-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .sc-home-v23 .sc-governance-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid #cfdfef;
    border-radius: 999px;
    color: #0d4a99;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(7,27,58,.05);
  }

  .sc-home-v23 .sc-governance-link:after {
    content: "→";
    margin-left: 7px;
    color: var(--blue);
    font-weight: 900;
  }

  .sc-home-v23 .sc-faq {
    padding: 0 0 56px;
  }

  .sc-home-v23 .sc-faq h2 {
    margin: 0 0 18px;
    text-align: center;
    color: var(--ink);
    font-size: 34px;
    letter-spacing: -.8px;
  }

  .sc-home-v23 .sc-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 980px;
    margin: 0 auto;
  }

  .sc-home-v23 .sc-faq-card {
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(7,27,58,.05);
  }

  .sc-home-v23 .sc-faq-card h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.25;
  }

  .sc-home-v23 .sc-faq-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.5;
  }

  .sc-home-v23 .sc-faq-card a {
    color: var(--blue);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sc-home-v23 .sc-hero-proof-card.sc-example-card .sc-proof-head {
    grid-template-columns: 1fr;
  }

  .sc-home-v23 .sc-proof-label {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 10px;
    color: var(--blue-dark);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .sc-home-v23 .sc-proof-example-title {
    margin: 0 0 14px;
  }

  .sc-home-v23 .sc-proof-example-title .sc-proof-label {
    margin-bottom: 8px;
  }

  .sc-home-v23 .sc-proof-example-title h3 {
    margin: 0 0 5px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -.15px;
  }

  .sc-home-v23 .sc-proof-example-title p {
    margin: 0;
    color: var(--muted);
    font-size: 12.75px;
    line-height: 1.45;
  }

  .sc-home-v23 .sc-proof-avatar.sc-no-logo {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, #0c315b, #1e5ca9);
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .03em;
  }

  .sc-home-v23 .sc-proof-reviewed.sc-reviewed-team {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: auto;
    margin-top: 14px;
    padding: 12px 13px;
    border-radius: 12px;
    background: #eaf8ef;
    border: 1px solid #c8ebd5;
    color: #116d3e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.35;
  }

  .sc-home-v23 .sc-proof-disclaimer {
    margin: 12px 0 0;
    color: #708096;
    font-size: 11.5px;
    line-height: 1.4;
  }

  .sc-home-v23 .sc-trust-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
    text-align: left;
  }

  .sc-home-v23 .sc-trust-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #eef7ff;
    color: var(--blue-dark);
    font-size: 19px;
    font-weight: 950;
  }

  .sc-home-v23 .sc-trust-copy strong,
  .sc-home-v23 .sc-trust-copy span {
    text-align: left;
  }

  .sc-home-v23 .sc-trust-proof {
    border-color: #bdd7f4;
    box-shadow: 0 12px 24px rgba(7, 27, 58, .07);
  }

  .sc-home-v23 .sc-trust-proof:hover {
    border-color: #8fbef2;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(7, 27, 58, .10);
  }

  .sc-home-v23 .sc-trust-affordance {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    margin-top: 6px !important;
    color: var(--blue) !important;
    font-size: 12.5px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
  }

  
  .sc-home-v23 .sc-icon-svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
  }

  .sc-home-v23 .sc-icon-svg path,
  .sc-home-v23 .sc-icon-svg circle,
  .sc-home-v23 .sc-icon-svg ellipse,
  .sc-home-v23 .sc-icon-svg line,
  .sc-home-v23 .sc-icon-svg polyline,
  .sc-home-v23 .sc-icon-svg polygon,
  .sc-home-v23 .sc-icon-svg rect {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: inherit;
    stroke-linecap: inherit;
    stroke-linejoin: inherit;
  }

  .sc-home-v23 .sc-search-mini-icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--blue);
    flex: 0 0 18px;
  }

  .sc-home-v23 .sc-search-mini-icon .sc-icon-svg {
    width: 17px;
    height: 17px;
  }

  .sc-home-v23 .sc-action-icon .sc-icon-svg {
    width: 20px;
    height: 20px;
  }

  .sc-home-v23 .sc-trust-icon .sc-icon-svg {
    width: 22px;
    height: 22px;
  }

  .sc-home-v23 .sc-path-icon .sc-icon-svg {
    width: 28px;
    height: 28px;
  }

  .sc-home-v23 .sc-reviewed-check {
    display: grid;
    place-items: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #16814b;
    border: 1px solid #a9ddbd;
  }

  .sc-home-v23 .sc-reviewed-check .sc-icon-svg {
    width: 14px;
    height: 14px;
    stroke-width: 3;
  }

  .sc-home-v23 .sc-directory-router {
    padding: 4px 0 54px;
    background: #ffffff;
    overflow-anchor: none;
  }

  .sc-home-v23 .sc-directory-router-head {
    max-width: 860px;
    margin: 0 auto 24px;
    text-align: center;
  }

  .sc-home-v23 .sc-directory-router-head .sc-section-kicker {
    margin-bottom: 9px;
  }

  .sc-home-v23 .sc-directory-router-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -.9px;
  }

  .sc-home-v23 .sc-directory-router-head p {
    max-width: 720px;
    margin: 10px auto 0;
    color: var(--muted);
    font-size: 16.5px;
    line-height: 1.5;
  }

  .sc-home-v23 .sc-directory-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 26px;
  }

  .sc-home-v23 .sc-directory-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #c9d9ea;
    border-radius: 999px;
    background: #ffffff;
    color: #123b6d;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(7, 27, 58, .055);
  }

  .sc-home-v23 .sc-directory-pill:hover {
    border-color: #9ec7f4;
    color: var(--blue);
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(7, 27, 58, .075);
  }

  .sc-home-v23 .sc-directory-pill.sc-list-pill {
    border-color: #bfd9f6;
    color: #0d5fc4;
    background: #f7fbff;
  }

  .sc-home-v23 .sc-directory-pill.sc-append-pill {
    border-color: #bfd9f6;
    color: #0d5fc4;
    background: #f7fbff;
  }

  .sc-home-v23 .sc-directory-accordion {
    display: grid;
    gap: 14px;
    overflow-anchor: none;
  }

  .sc-home-v23 .sc-code-details {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 27, 58, .06);
    overflow: hidden;
    scroll-margin-top: 88px;
  }

  .sc-home-v23 .sc-code-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 0 24px;
    cursor: pointer;
    list-style: none;
    color: var(--ink);
  }

  .sc-home-v23 .sc-code-summary::-webkit-details-marker {
    display: none;
  }

  .sc-home-v23 .sc-code-summary strong {
    margin-right: 6px;
    color: var(--ink);
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.45px;
  }

  .sc-home-v23 .sc-code-summary span {
    color: var(--muted);
    font-size: 17px;
    font-weight: 650;
  }

  .sc-home-v23 .sc-code-chevron {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    margin-left: auto;
    border: 1px solid #bfd3e8;
    border-radius: 999px;
    background: #f8fbff;
    color: #0d5fc4;
    box-shadow: 0 6px 14px rgba(7, 27, 58, .055);
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
  }

  .sc-home-v23 .sc-code-chevron .sc-icon-svg {
    width: 18px;
    height: 18px;
    color: #0d5fc4;
    stroke-width: 2.4;
  }

  .sc-home-v23 .sc-code-summary:hover .sc-code-chevron {
    background: #eef7ff;
    border-color: #8fbef2;
  }

  .sc-home-v23 .sc-code-details[open] .sc-code-chevron {
    transform: rotate(180deg);
  }

  .sc-home-v23 .sc-code-group-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 28px 28px;
  }

  .sc-home-v23 .sc-code-group {
    min-width: 0;
    border: 1px solid #e3edf7;
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(7, 27, 58, .035);
  }

  .sc-home-v23 .sc-code-group-main {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 50px;
    padding: 0 16px;
    background: #f8fbff;
    color: #172b45;
    font-size: 16px;
    line-height: 1.25;
  }

  .sc-home-v23 a.sc-code-group-main:hover,
  .sc-home-v23 .sc-code-subitem:hover {
    color: var(--blue);
  }

  .sc-home-v23 .sc-code-group-main code,
  .sc-home-v23 .sc-code-subitem code {
    color: #718092;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 850;
    letter-spacing: -.05em;
  }

  .sc-home-v23 .sc-code-group-main code {
    font-size: 16px;
  }

  .sc-home-v23 .sc-code-group-main span {
    min-width: 0;
    font-weight: 900;
  }

  .sc-home-v23 .sc-code-simple .sc-code-group-main {
    background: #ffffff;
  }

  .sc-home-v23 .sc-naics-details .sc-code-group-main {
    border-left: 4px solid #1aa36f;
  }

  .sc-home-v23 .sc-sic-details .sc-code-group-main {
    border-left: 4px solid #1473e6;
  }

  .sc-home-v23 .sc-code-subgrid {
    display: grid;
    gap: 0;
    padding: 8px 16px 12px;
    background: #ffffff;
    border-top: 1px solid #edf2f8;
  }

  .sc-home-v23 .sc-code-subitem {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 9px 0;
    color: #2b415d;
    font-size: 14px;
    line-height: 1.32;
    border-top: 1px solid #edf2f8;
  }

  .sc-home-v23 .sc-code-subitem:first-child {
    border-top: 0;
  }

  .sc-home-v23 .sc-code-subitem code {
    font-size: 13.5px;
    padding-top: 1px;
  }

  .sc-home-v23 .sc-code-subitem span {
    font-weight: 750;
  }

  .sc-home-v23 .sc-code-details.sc-sic-details .sc-code-summary strong {
    color: #0d4a99;
  }

  .sc-home-v23 .sc-code-details.sc-naics-details .sc-code-summary strong {
    color: #08735f;
  }

  .sc-home-v23 .sc-other-codes {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #173b65;
    font-size: 15px;
    font-weight: 900;
    overflow-anchor: none;
  }

  .sc-home-v23 .sc-other-codes span,
  .sc-home-v23 .sc-other-codes a {
    display: inline-flex;
    align-items: center;
    position: relative;
  }

  .sc-home-v23 .sc-other-codes span {
    min-height: 0;
    padding: 0 12px 0 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .sc-home-v23 .sc-other-codes a {
    min-height: 32px;
    padding: 0 18px;
    color: var(--blue);
  }

  .sc-home-v23 .sc-other-codes a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .sc-home-v23 .sc-other-codes a + a:before,
  .sc-home-v23 .sc-other-codes span + a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 16px;
    background: #cbd9e8;
  }

  .sc-home-v23 .sc-code-summary .sc-code-summary-text {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0;
    min-width: 0;
  }

  @media (max-width: 1100px) {
    .sc-home-v23 .sc-hero-inner {
      grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
      grid-template-areas: "copy proof";
      gap: 38px;
    }

    .sc-home-v23 .sc-trust-grid,
    .sc-home-v23 .sc-path-grid,
    .sc-home-v23 .sc-target-grid,
    .sc-home-v23 .sc-scope-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-home-v23 .sc-delivery-logos {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-home-v23 .sc-trust-item:last-child {
      grid-column: span 2;
    }

    .sc-home-v23 .sc-governance-head {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-governance-links {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .sc-home-v23 .sc-hero-inner {
      grid-template-columns: 1fr;
      grid-template-areas:
        "copy"
        "proof";
      gap: 32px;
    }

    .sc-home-v23 .sc-hero-proof-card {
      max-width: 660px;
      justify-self: start;
    }

    .sc-home-v23 .sc-target-example,
    .sc-home-v23 .sc-enterprise-box {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-data-pills {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

    .sc-home-v23 .sc-topbar-inner {
      flex-wrap: wrap;
      padding: 14px 0;
      gap: 14px;
    }

    .sc-home-v23 .sc-nav-links {
      order: 3;
      width: 100%;
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 4px;
      gap: 18px;
    }

  @media (max-width: 640px) {

    .sc-home-v23 .sc-topbar-inner {
      min-height: 0;
    }

    .sc-home-v23 .sc-brand strong {
      font-size: 27px;
    }

    .sc-home-v23 .sc-nav-actions {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .sc-home-v23 .sc-nav-btn {
      width: 100%;
    }

    .sc-home-v23 .sc-trust-item {
      grid-template-columns: 36px 1fr;
      min-height: 86px;
      text-align: left;
    }

    .sc-home-v23 .sc-trust-icon {
      width: 36px;
      height: 36px;
    }

    .sc-home-v23 .sc-wrap {
      width: min(100% - 24px, 1180px);
    }

    .sc-home-v23 .sc-hero {
      padding: 42px 0 50px;
    }

    .sc-home-v23 .sc-hero-title {
      font-size: 40px;
      letter-spacing: -1.3px;
    }

    .sc-home-v23 .sc-hero-copy {
      font-size: 17px;
    }

    .sc-home-v23 .sc-btn {
      width: 100%;
      white-space: normal;
      text-align: center;
      line-height: 1.25;
      padding: 12px 18px;
    }

    .sc-home-v23 .sc-hero-search-form {
      display: block !important;
      border-radius: 12px;
      overflow: hidden;
    }

    .sc-home-v23 .sc-hero-search-form select {
      width: 100%;
      height: 46px;
      border-right: 0;
      border-bottom: 1px solid #dbe7f3;
    }

    .sc-home-v23 .sc-hero-search-form input {
      width: 100% !important;
      height: 54px;
      border-bottom: 1px solid #cfddeb;
    }

    .sc-home-v23 .sc-hero-search-form button {
      width: 100% !important;
      min-width: 0;
      height: 52px;
    }

    .sc-home-v23 .sc-hero-ctas {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 18px;
    }

    .sc-home-v23 .sc-hero-cta-card {
      min-height: 78px;
      padding: 15px 16px;
    }

    .sc-home-v23 .sc-proof-head,
    .sc-home-v23 .sc-proof-codes {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-proof-code:first-child {
      border-right: 0;
    }

    .sc-home-v23 .sc-proof-cta {
      display: block;
    }

    .sc-home-v23 .sc-proof-cta a {
      display: inline-block;
      margin-top: 8px;
    }

    .sc-home-v23 .sc-path-card,
    .sc-home-v23 .sc-target-example,
    .sc-home-v23 .sc-enterprise-box,
    .sc-home-v23 .sc-governance-box,
    .sc-home-v23 .sc-orgs-flat-box {
      padding: 22px;
    }

    .sc-home-v23 .sc-trust-grid,
    .sc-home-v23 .sc-path-grid,
    .sc-home-v23 .sc-target-grid,
    .sc-home-v23 .sc-scope-grid,
    .sc-home-v23 .sc-data-pills,
    .sc-home-v23 .sc-delivery-logos,
    .sc-home-v23 .sc-governance-links,
    .sc-home-v23 .sc-faq-grid {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-org-line {
      gap: 8px 0;
    }

    .sc-home-v23 .sc-org-line span {
      padding: 0 10px;
    }

    .sc-home-v23 .sc-trust-item:last-child {
      grid-column: auto;
    }

    .sc-home-v23 .sc-expert-card {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px;
    }

    .sc-home-v23 .sc-expert-form-row {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-expert-form button {
      width: 100%;
      white-space: normal;
      padding: 12px 18px;
    }

    .sc-home-v23 .sc-expert-note {
      min-height: 0;
    }

    .sc-home-v23 .sc-trust-box {
      padding: 18px;
    }
  }

  
  .sc-home-v23 .sc-target {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
      radial-gradient(circle at 12% 18%, rgba(20,115,230,.34), transparent 32%),
      radial-gradient(circle at 86% 12%, rgba(244,123,32,.20), transparent 28%),
      linear-gradient(135deg, #061b36 0%, #08213f 50%, #0c315b 100%);
    border-top: 0;
    border-bottom: 0;
  }

  .sc-home-v23 .sc-target:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: .45;
    pointer-events: none;
  }

  .sc-home-v23 .sc-target .sc-wrap {
    position: relative;
    z-index: 1;
  }

  .sc-home-v23 .sc-target-head {
    max-width: 850px;
    margin: 0 auto 34px;
  }

  .sc-home-v23 .sc-target .sc-section-kicker {
    color: #93c9ff;
  }

  .sc-home-v23 .sc-target .sc-section-title {
    color: #ffffff;
  }

  .sc-home-v23 .sc-target .sc-section-copy {
    color: rgba(255,255,255,.80);
  }

  .sc-home-v23 .sc-target-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 26px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 26px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 28px 70px rgba(0,0,0,.22);
  }

  .sc-home-v23 .sc-target-card {
    position: relative;
    min-height: 178px;
    padding: 26px 24px 24px 74px;
    background: transparent;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
  }

  .sc-home-v23 .sc-target-card + .sc-target-card {
    border-left: 1px solid rgba(255,255,255,.17);
  }

  .sc-home-v23 .sc-target-card:not(:last-child):after {
    content: "→";
    position: absolute;
    right: -13px;
    top: 33px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--orange-dark);
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 8px 20px rgba(0,0,0,.20);
  }

  .sc-home-v23 .sc-target-num {
    position: absolute;
    left: 24px;
    top: 26px;
    width: 38px;
    height: 38px;
    margin: 0;
    background: var(--orange);
    color: #ffffff;
    box-shadow: 0 0 0 6px rgba(244,123,32,.17);
  }

  .sc-home-v23 .sc-target-card h3 {
    color: #ffffff;
    font-size: 20px;
  }

  .sc-home-v23 .sc-target-card p {
    color: rgba(255,255,255,.78);
  }

  .sc-home-v23 .sc-target-example {
    position: relative;
    grid-template-columns: .92fr 1.08fr;
    gap: 34px;
    margin-top: 0;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #cfe0f2;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
    overflow: hidden;
  }

  .sc-home-v23 .sc-target-example h3 {
    font-size: 30px;
  }

  .sc-home-v23 .sc-target-note {
    padding: 22px;
    background:
      radial-gradient(circle at 10% 12%, rgba(20,115,230,.12), transparent 35%),
      #eef7ff;
    border: 1px solid #b9dafb;
    border-radius: 18px;
    color: #173b65;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  }

  .sc-home-v23 .sc-marker-list {
    gap: 10px;
    margin-top: 16px;
  }

  .sc-home-v23 .sc-marker-list span {
    background: #eef4fb;
    color: #3a5470;
    border: 1px solid #dce6f2;
  }

  .sc-home-v23 .sc-scope-head {
    margin-top: 30px;
  }

  .sc-home-v23 .sc-scope-grid {
    gap: 12px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.07);
  }

  .sc-home-v23 .sc-scope-card {
    padding: 22px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 16px;
    box-shadow: none;
  }

  .sc-home-v23 .sc-scope-card h3 {
    color: var(--ink);
  }

  @media (max-width: 900px) {
    .sc-home-v23 .sc-target {
      padding: 58px 0;
    }

    .sc-home-v23 .sc-target-grid {
      grid-template-columns: 1fr;
    }

    .sc-home-v23 .sc-target-card {
      min-height: 0;
      padding: 24px 22px 24px 72px;
    }

    .sc-home-v23 .sc-target-card + .sc-target-card {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.17);
    }

    .sc-home-v23 .sc-target-card:not(:last-child):after {
      content: "↓";
      right: auto;
      left: 31px;
      top: auto;
      bottom: -13px;
    }

    .sc-home-v23 .sc-target-example {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .sc-home-v23 .sc-scope-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .sc-home-v23 .sc-target {
      padding: 48px 0;
    }

    .sc-home-v23 .sc-target-head {
      text-align: left;
    }

    .sc-home-v23 .sc-target .sc-section-copy {
      margin-left: 0;
      margin-right: 0;
    }

    .sc-home-v23 .sc-target-grid {
      padding: 10px;
      border-radius: 20px;
    }

    .sc-home-v23 .sc-target-card {
      padding: 22px 18px 22px 66px;
    }

    .sc-home-v23 .sc-target-num {
      left: 18px;
      top: 22px;
    }

    .sc-home-v23 .sc-target-card:not(:last-child):after {
      left: 25px;
    }

    .sc-home-v23 .sc-target-example {
      padding: 24px 22px;
      border-radius: 21px;
    }

    .sc-home-v23 .sc-scope-grid {
      padding: 10px;
      border-radius: 19px;
    }
  }

  @media (max-width: 760px) {
    .sc-home-v23 .sc-directory-router {
      padding-bottom: 42px;
    }

    .sc-home-v23 .sc-directory-pills {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .sc-home-v23 .sc-directory-pill {
      min-height: 42px;
      padding: 0 14px;
      font-size: 14px;
    }

    .sc-home-v23 .sc-code-summary {
      min-height: 64px;
      padding: 0 18px;
    }

    .sc-home-v23 .sc-code-summary strong {
      font-size: 21px;
    }

    .sc-home-v23 .sc-code-summary span {
      font-size: 15px;
    }

    .sc-home-v23 .sc-code-group-grid {
      grid-template-columns: 1fr;
      padding: 0 20px 22px;
      gap: 12px;
    }

    .sc-home-v23 .sc-code-group-main {
      grid-template-columns: 64px minmax(0, 1fr);
      min-height: 46px;
      padding: 0 13px;
      font-size: 15px;
    }

    .sc-home-v23 .sc-code-subgrid {
      padding: 6px 13px 10px;
    }

    .sc-home-v23 .sc-code-subitem {
      grid-template-columns: 42px minmax(0, 1fr);
      font-size: 13.5px;
    }

    .sc-home-v23 .sc-other-codes {
      gap: 8px 0;
      font-size: 14px;
    }
  }

  
  .sc-home-v23 .sc-code-compact-grid {
    align-items: start;
  }

  .sc-home-v23 .sc-code-nested {
    min-width: 0;
  }

  .sc-home-v23 .sc-code-nested-summary {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: center;
    min-height: 50px;
    padding: 0 14px 0 16px;
    background: #f8fbff;
    color: #172b45;
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer;
    list-style: none;
  }

  .sc-home-v23 .sc-code-nested-summary::-webkit-details-marker {
    display: none;
  }

  .sc-home-v23 .sc-code-nested-summary code {
    color: #718092;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: -.05em;
  }

  .sc-home-v23 .sc-code-nested-summary span:not(.sc-code-mini-chevron) {
    min-width: 0;
    color: #172b45;
    font-weight: 900;
  }

  .sc-home-v23 .sc-code-mini-chevron {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: auto;
    border: 1px solid #bfd3e8;
    border-radius: 999px;
    background: #ffffff;
    color: #0d5fc4;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
  }

  .sc-home-v23 .sc-code-mini-chevron .sc-icon-svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.5;
  }

  .sc-home-v23 .sc-code-nested-summary:hover .sc-code-mini-chevron {
    background: #eef7ff;
    border-color: #8fbef2;
  }

  .sc-home-v23 .sc-code-nested[open] > .sc-code-nested-summary .sc-code-mini-chevron {
    transform: rotate(180deg);
  }

  .sc-home-v23 .sc-code-more {
    grid-column: 1 / -1;
  }

  .sc-home-v23 .sc-code-more-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    background: #ffffff;
    border-top: 1px solid #edf2f8;
  }

  .sc-home-v23 .sc-code-more-panel .sc-code-group,
  .sc-home-v23 .sc-code-more-panel .sc-code-nested {
    box-shadow: none;
  }

  .sc-home-v23 .sc-code-more-panel .sc-code-group-main,
  .sc-home-v23 .sc-code-more-panel .sc-code-nested-summary {
    min-height: 48px;
  }

  .sc-home-v23 .sc-sic-division-grid .sc-code-nested-summary {
    background: #f8fbff;
  }

  @media (max-width: 760px) {
    .sc-home-v23 .sc-code-nested-summary {
      grid-template-columns: 64px minmax(0, 1fr) 28px;
      min-height: 46px;
      padding: 0 12px 0 13px;
      font-size: 15px;
    }

    .sc-home-v23 .sc-code-nested-summary code {
      font-size: 15px;
    }

    .sc-home-v23 .sc-code-more-panel {
      grid-template-columns: 1fr;
      padding: 12px;
    }
  }

/* Homepage polish: editorial reference layout (PR #14 review) */
.sc-home-v23 .sc-hero {
  background: #ffffff;
  padding: 48px 0 40px;
}

.sc-home-v23 .sc-hero:before {
  display: none;
}

.sc-home-v23 .sc-hero-kicker {
  display: none;
}

.sc-home-v23 .sc-hero-copy {
  max-width: 640px;
}

.sc-home-v23 .sc-hero-search-form button[type="submit"] {
  margin: 0;
  border-radius: 0 8px 8px 0;
  border: 0;
  padding: 0 20px;
}

.sc-home-v23 .sc-expert-trust-row {
  display: none;
}

.sc-home-v23 .sc-expert-badge {
  display: none;
}

.sc-home-v23 .sc-section-copy {
  margin-left: 0;
  margin-right: 0;
  max-width: 720px;
  text-align: left;
}

.sc-home-v23 .sc-target-head,
.sc-home-v23 .sc-directory-router-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.sc-home-v23 .sc-directory-router-head-left h2 {
  margin-left: 0;
  margin-right: 0;
}

.sc-home-v23 .sc-directory-router-head-left p {
  margin-left: 0;
  margin-right: 0;
}

.sc-home-v23 .sc-code-group-main,
.sc-home-v23 .sc-code-subitem {
  text-align: left;
}

.sc-home-v23 .sc-code-group-main span,
.sc-home-v23 .sc-code-subitem span {
  text-align: left;
}

.sc-home-v23 .sc-target-steps {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  counter-reset: sc-step;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 24px;
}

.sc-home-v23 .sc-target-steps li {
  counter-increment: sc-step;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 8px;
  align-items: baseline;
}

.sc-home-v23 .sc-target-steps li:before {
  content: counter(sc-step) ".";
  grid-column: 1;
  grid-row: 1;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #93c9ff;
}

.sc-home-v23 .sc-target-steps h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.sc-home-v23 .sc-target-steps p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
}

.sc-home-v23 .sc-target-grid {
  display: none;
}

.sc-home-v23 .sc-scope-grid-compact {
  margin-top: 32px;
}

.sc-home-v23 .sc-scope-head {
  display: none;
}

.sc-home-v23 .sc-target-head {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 760px;
}

.sc-home-v23 .sc-faq h2 {
  text-align: left;
}

.sc-home-v23 .sc-faq-accordion {
  margin-top: 20px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  overflow: hidden;
  overflow-anchor: none;
}

.sc-home-v23 .sc-faq-item {
  border-bottom: 1px solid var(--line, #e2e8f0);
}

.sc-home-v23 .sc-faq-item:last-child {
  border-bottom: 0;
}

.sc-home-v23 .sc-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  list-style: none;
  text-align: left;
}

.sc-home-v23 .sc-faq-question::-webkit-details-marker {
  display: none;
}

.sc-home-v23 .sc-faq-question:focus-visible {
  outline: 2px solid var(--blue, #1473e6);
  outline-offset: -2px;
}

.sc-home-v23 .sc-faq-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.sc-home-v23 .sc-faq-item[open] .sc-faq-chevron {
  transform: rotate(180deg);
}

.sc-home-v23 .sc-faq-answer {
  padding: 0 18px 16px;
  text-align: left;
}

.sc-home-v23 .sc-faq-answer p {
  margin: 0;
  color: var(--muted, #5b6777);
  line-height: 1.55;
  text-align: left;
}

#content.align-center .sc-home-v23 .sc-faq-question,
#content.align-center .sc-home-v23 .sc-faq-answer,
#content.align-center .sc-home-v23 .sc-faq-answer p {
  text-align: left;
}

.sc-home-v23 .sc-faq-question a,
.sc-home-v23 .sc-faq-answer a {
  color: var(--blue);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sc-home-v23 .sc-faq-question a:hover,
.sc-home-v23 .sc-faq-answer a:hover,
.sc-home-v23 .sc-faq-question a:focus-visible,
.sc-home-v23 .sc-faq-answer a:focus-visible {
  color: var(--blue-dark);
}

.sc-home-v23 .sc-faq-grid {
  display: none;
}

.sc-home-v23 section {
  margin: 0;
}

.sc-home-v23 blockquote {
  margin: 0;
  color: inherit;
}

.sc-home-v23 .sc-legacy {
  padding: 48px 0;
  border-top: 1px solid var(--line, #e2e8f0);
  text-align: left;
}

.sc-home-v23 .sc-legacy h2 {
  text-align: left;
  margin: 0 0 12px;
}

.sc-home-v23 #using h2 {
  padding-top: 0;
}

.sc-home-v23 .sc-providing {
  background: var(--soft, #f6f9fd);
}

.sc-home-v23 .sc-providing h2 {
  color: var(--ink, #071b3a);
  font-size: clamp(28px, 3.4vw, 34px);
  letter-spacing: -0.6px;
  line-height: 1.12;
}

.sc-home-v23 .sc-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  border: 0;
}

.sc-home-v23 .sc-stat-item {
  padding: 18px 16px 16px;
  background: var(--blue-soft, #eaf4ff);
  border: 1px solid #d7e8fb;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(7, 27, 58, 0.04);
}

.sc-home-v23 .sc-stat-item strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: var(--navy, #08213f);
}

.sc-home-v23 .sc-stat-item span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 650;
  color: var(--muted, #5b6777);
  line-height: 1.4;
}

.sc-home-v23 .sc-providing-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sc-home-v23 .sc-providing-col {
  padding: 22px 20px 20px;
  background: #ffffff;
  border: 1px solid var(--line, #dce6f2);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(7, 27, 58, 0.05);
}

.sc-home-v23 .sc-providing-col h3 {
  margin: 0 0 8px;
  color: var(--ink, #071b3a);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.sc-home-v23 .sc-providing-col p {
  margin: 0 0 12px;
  color: var(--muted, #5b6777);
  font-size: 15px;
  line-height: 1.55;
}

.sc-home-v23 .sc-providing-col p:last-child {
  margin-bottom: 0;
}

.sc-home-v23 .sc-providing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.sc-home-v23 .sc-providing-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #bfd9f6;
  border-radius: 999px;
  background: #ffffff;
  color: #0d4a99;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.sc-home-v23 .sc-providing-links a:after {
  content: "\2192";
  margin-left: 6px;
  color: var(--blue, #1473e6);
  font-weight: 900;
}

.sc-home-v23 .sc-providing-links a:hover {
  border-color: #9ec7f4;
  color: var(--blue, #1473e6);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc-home-v23 .sc-providing-links a:focus-visible {
  outline: 2px solid var(--blue, #1473e6);
  outline-offset: 2px;
}

.sc-home-v23 .sc-using h2 {
  color: var(--ink, #071b3a);
  font-size: clamp(28px, 3.4vw, 34px);
  letter-spacing: -0.6px;
  line-height: 1.12;
}

.sc-home-v23 .sc-customer-logos {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 24px 20px;
  background: var(--soft, #f6f9fd);
  border: 1px solid var(--line, #dce6f2);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(7, 27, 58, 0.05);
}

.sc-home-v23 .sc-customer-logos img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.sc-home-v23 .sc-testimonials {
  background: var(--soft, #f6f9fd);
}

.sc-home-v23 .sc-testimonials h2 {
  color: var(--ink, #071b3a);
  font-size: clamp(28px, 3.4vw, 34px);
  letter-spacing: -0.6px;
  line-height: 1.12;
}

.sc-home-v23 .sc-testimonial-quote {
  margin: 24px 0 0;
  padding: 28px 32px;
  border: 1px solid var(--line, #dce6f2);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 27, 58, 0.05);
  max-width: none;
  width: 100%;
}

.sc-home-v23 .sc-testimonial-quote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink, #071b3a);
}

.sc-home-v23 .sc-testimonial-attribution {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  width: 100%;
}

.sc-home-v23 .sc-testimonial-customer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.sc-home-v23 .sc-testimonial-kicker {
  margin: 0;
  color: var(--muted, #5b6777);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-home-v23 .sc-testimonial-logo {
  display: block;
  max-height: 56px;
  width: auto;
}

@media (max-width: 900px) {
  .sc-home-v23 .sc-hero {
    padding: 32px 0 28px;
  }

  .sc-home-v23 .sc-hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "proof";
    gap: 20px;
  }

  .sc-home-v23 .sc-hero-copy-block {
    gap: 12px;
  }

  .sc-home-v23 .sc-hero-search {
    gap: 8px;
  }

  .sc-home-v23 .sc-hero-proof-card {
    margin-top: 0;
  }

  .sc-home-v23 .sc-target-steps,
  .sc-home-v23 .sc-providing-columns {
    grid-template-columns: 1fr;
  }

  .sc-home-v23 .sc-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-home-v23 .sc-customer-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sc-home-v23 .sc-hero-utility {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .sc-home-v23 .sc-stat-row {
    grid-template-columns: 1fr;
  }

  .sc-home-v23 .sc-customer-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 16px;
  }

  .sc-home-v23 .sc-testimonial-quote {
    padding: 22px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-home-v23 .sc-faq-chevron,
  .sc-home-v23 .sc-code-chevron {
    transition: none;
  }
}

.sc-home-v23 .sc-hero-copy {
  margin-bottom: 12px;
}

.sc-home-v23 .sc-hero-wre-cue {
  margin: 0 0 20px;
  max-width: 640px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.sc-home-v23 .sc-hero-wre-cue a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #1a5da7;
  text-decoration: none;
}

.sc-home-v23 .sc-hero-wre-cue a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc-home-v23 .sc-wre-badge {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-home-v23 .sc-target {
  scroll-margin-top: 88px;
}

.sc-home-v23 .sc-target .sc-section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.sc-home-v23 .sc-target .sc-wre-badge {
  color: inherit;
  letter-spacing: 0.1em;
}

.sc-home-v23 .sc-wre-proof {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  max-width: 720px;
}

.sc-home-v23 .sc-wre-proof li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.sc-home-v23 .sc-wre-proof li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #93c9ff;
}

.sc-home-v23 .sc-wre-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 8px;
}

.sc-home-v23 .sc-wre-compare {
  color: #173b65;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc-home-v23 .sc-expert-wre-note {
  margin: 16px 0 0;
  color: #304760;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.sc-home-v23 .sc-expert-wre-note a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .sc-home-v23 .sc-wre-proof {
    grid-template-columns: 1fr;
  }
}

/* The Leader in SIC & NAICS Codes */
#providing h2 a {
    pointer-events: none;
}

#providing .u-photo {
    display: none;
}

.providing-list > li {
    margin: 60px 0;
}

.providing-list li ul {
    list-style-type: disc;
    margin-left: 20px;
}

.providing-list li ul li {
    display: list-item;
}

.providing-list li a {
    color: #2964b0;
    text-decoration: underline;
}

.providing-list .providing-number {
    color: #2964b0;
    font-size: 56px;
}

.providing-list .providing-number sup {
    font-size: 50%;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .providing-list > li {
        margin-bottom: 36px;
    }

    .providing-list > li > div:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .providing-list > li > div:first-child {
        max-width: 320px;
    }

    .providing-list > li > div:first-child > div {
        position: relative;
        padding-bottom: 100%;
    }

    .providing-list > li > div:first-child > div:before {
        content: '';
        background: #fff;
        border-radius: 50%;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        left: 0;
        top: 0;
    }

    .providing-list > li > div:first-child > div > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .providing-list > li > div:first-child img {
        display: block;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .providing-list > li {
        display: flex;
        align-items: center;
        margin: 25px -25px;
    }

    .providing-list > li > div {
        flex: 1;
        margin: 0 25px;
    }
}

@media only screen and (min-width: 992px) {
    .providing-list {
        display: flex;
        margin: 14px -25px;
    }

    .providing-list > li {
        flex: 1;
        margin: 25px;
    }

    .providing-list > li > div:first-child {
        margin-bottom: 25px;
    }
}

/* Companies Using SICCODE Business Data */
#using h2 {
    padding-top: 30px;
}

#using .table > div {
    padding: 2.8%;
}

@media only screen and (max-width: 991px) {
    #using .table > div {
        float: left;
        width: 33.333%;
    }
}