

@font-face {
    font-family: 'ThecrownHeading';
    src: url('../fonts/saira-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThecrownBody';
    src: url('../fonts/outfit-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.site-62de18 {
    background-color: #0c0e18;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22160%22%20height%3D%22160%22%3E%3Cdefs%3E%3Cstyle%3Eline%2Crect%2Ccircle%7Bstroke%3Argba%2849%2C161%2C252%2C0.03%29%3Bfill%3Anone%3Bstroke-width%3A1%7D%20circle.dot%7Bfill%3Argba%2849%2C161%2C252%2C0.03%29%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20x1%3D%2220%22%20y1%3D%220%22%20x2%3D%2220%22%20y2%3D%2240%22%2F%3E%3Cline%20x1%3D%2220%22%20y1%3D%2240%22%20x2%3D%2260%22%20y2%3D%2240%22%2F%3E%3Cline%20x1%3D%2260%22%20y1%3D%2240%22%20x2%3D%2260%22%20y2%3D%2280%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2220%22%20cy%3D%2240%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2260%22%20cy%3D%2240%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%22100%22%20y1%3D%2220%22%20x2%3D%22100%22%20y2%3D%2260%22%2F%3E%3Cline%20x1%3D%22100%22%20y1%3D%2260%22%20x2%3D%22140%22%20y2%3D%2260%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%22100%22%20cy%3D%2260%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%22100%22%20x2%3D%2280%22%20y2%3D%22100%22%2F%3E%3Cline%20x1%3D%2280%22%20y1%3D%22100%22%20x2%3D%2280%22%20y2%3D%22140%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2280%22%20cy%3D%22100%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%22120%22%20y1%3D%22120%22%20x2%3D%22160%22%20y2%3D%22120%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%22120%22%20cy%3D%22120%22%20r%3D%222%22%2F%3E%3Crect%20x%3D%2255%22%20y%3D%2275%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E"); background-size: 160px 160px;
}

.ipjis__skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #31a1fc;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.ipjis__skip:focus {
    top: 0;
}

.ipjis__site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 20px 60px;
    min-height: 50vh;
}

.site-62de18 h1,
.site-62de18 h2,
.site-62de18 h3,
.site-62de18 h4,
.site-62de18 h5 {
    font-family: 'ThecrownHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.site-62de18 h1 { font-size: 2.4rem; }
.site-62de18 h2 { font-size: 1.7rem; }
.site-62de18 h3 { font-size: 1.4rem; }
.site-62de18 h4 { font-size: 1.1rem; }
.site-62de18 h5 { font-size: 1rem; }

.site-62de18 .entry-content > :first-child,
.site-62de18 article > :first-child {
    margin-top: 0;
}

.site-62de18 .entry-content h2 {
    padding-bottom: 0.35em;
    position: relative;
}
.site-62de18 .entry-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #31a1fc;
}

.site-62de18 body,
.site-62de18 p,
.site-62de18 li,
.site-62de18 td,
.site-62de18 th {
    font-family: 'ThecrownBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.6;
}

.site-62de18 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.site-62de18 a {
    color: #31a1fc;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.site-62de18 a:hover {
    color: #058fff;
}

.site-62de18 ul,
.site-62de18 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.site-62de18 li {
    margin-bottom: 0.4em;
}

.site-62de18 .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.site-62de18 .entry-content ul > li {
    position: relative;
}
.site-62de18 .entry-content ul > li::before {
    content: "\2014";
    position: absolute;
    left: -1.4em;
    color: #31a1fc;
}

.site-62de18 .entry-content img,
.site-62de18 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1em 0;
}

.site-62de18 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.ipjis__cta {
    display: none;
    padding: 12px 28px;
    background: #31a1fc;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.ipjis__cta:hover {
    background: #058fff;
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.9);
    transform: translate(-2px,-2px);
}

.ipjis__search {
    margin-left: 12px;
    position: relative;
}
.ipjis__search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 0;
    overflow: hidden;
    transition: border-color 0.2s;
}
.ipjis__search-form:focus-within {
    border-color: #31a1fc;
}
.ipjis__search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e8e8e8;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.ipjis__search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.ipjis__search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e8e8e8;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.ipjis__search-btn:hover {
    color: #31a1fc;
}

@media (max-width: 768px) {
    
    .ipjis__toggle {
        display: flex;
    }

    
    .ipjis__nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0c0e18;
        border-top: 2px solid #31a1fc;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .ipjis__nav.is-open {
        display: block;
    }

    .ipjis__menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .ipjis__menu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .ipjis__search {
        margin: 0;
        padding: 10px 20px;
    }
    .ipjis__search-input {
        width: 100%;
    }

    
    .ipjis__menu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .tnqn__inner {
        flex-direction: column;
        text-align: center;
    }

    .tnqn__menu {
        justify-content: center;
    }

    
    .ipjis__site-content {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .ipjis__inner {
        height: 60px;
        padding: 0 15px;
    }

    .ipjis__sitename {
        font-size: 1.15rem;
    }

    .ipjis__brand img {
        max-height: 35px;
    }

    .site-62de18 h1 { font-size: 1.6rem; }
    .site-62de18 h2 { font-size: 1.35rem; }
    .site-62de18 h3 { font-size: 1.15rem; }

    .site-62de18 p {
        font-size: 0.95rem;
    }

    .ipjis__site-content {
        padding: 20px 12px 30px;
    }
}

.ipjis__wrap {
    background: linear-gradient(135deg, #111322 0%, #0c0e18 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 0 rgba(0,0,0,0.9);
}

.ipjis__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
}

.ipjis__brand {
    flex-shrink: 0;
}

.ipjis__brand a {
    text-decoration: none;
}

.ipjis__brand img {
    max-height: 45px;
    width: auto;
    display: block;
}

.ipjis__sitename {
    font-family: 'ThecrownHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.ipjis__sitename:hover {
    color: #31a1fc;
}

.ipjis__nav {
    display: flex;
    align-items: center;
}

.ipjis__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.ipjis__menu li {
    position: relative;
}

.ipjis__menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    line-height: 1.2;
    color: #e8e8e8;
    text-decoration: none;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.ipjis__menu > li > a:hover,
.ipjis__menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(49, 161, 252, 0.2);
    border-radius: 0;
}

.ipjis__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #0c0e18;
    border-top: 2px solid #31a1fc;
    border-radius: 0 0 0 0;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.9);
    display: none;
    z-index: 200;
}

.ipjis__menu li:hover > .sub-menu {
    display: block;
}

.ipjis__menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s, background 0.2s;
}

.ipjis__menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(49, 161, 252, 0.2);
}

.ipjis__toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

.ipjis__toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
}

.ipjis__toggle[aria-expanded="true"] .ipjis__toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.ipjis__toggle[aria-expanded="true"] .ipjis__toggle-bar:nth-child(2) {
    opacity: 0;
}

.ipjis__toggle[aria-expanded="true"] .ipjis__toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.site-62de18 .entry-content table,
.site-62de18 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 2px solid #111322;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.9);
}

.site-62de18 .entry-content th,
.site-62de18 .page-content th {
    background: #111322;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'ThecrownHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #111322;
}

.site-62de18 .entry-content td,
.site-62de18 .page-content td {
    padding: 12px 16px;
    border: 1px solid #404040;
    text-align: left;
}

.site-62de18 .entry-content tr:hover td,
.site-62de18 .page-content tr:hover td {
    background: #eff7ff;
}

.tnqn__wrap {
    background: #111322;
    color: #b3b3b3;
    padding: 50px 0 0 0;
    margin-top: 50px;
    border-top: 4px solid #31a1fc;
}

.tnqn__grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
}

.tnqn__col {
    min-width: 0;
}

.tnqn__col-title {
    font-family: 'ThecrownHeading', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tnqn__col-blurb {
    margin: 0;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #b0b0b0;
}

.tnqn__menu,
.tnqn__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tnqn__menu a,
.tnqn__list a {
    color: #b3b3b3;
    text-decoration: none;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.tnqn__menu a:hover,
.tnqn__list a:hover {
    color: #31a1fc;
}

.tnqn__contact-line {
    margin: 0;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
    word-break: break-word;
}

.tnqn__bottom-row {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 18px 0;
}

.tnqn__bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tnqn__copyright {
    margin: 0;
    font-family: 'ThecrownBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
    text-align: center;
}

@media (max-width: 768px) {
    .tnqn__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 480px) {
    .tnqn__grid {
        grid-template-columns: 1fr;
    }
}
