.tpb-page,
.tpb-page * {
    box-sizing: border-box;
}
.tpb-page {
    width: 100%;
    color: var(--tpb-text, #17283c);
}
.tpb-page-active .entry-content,
.tpb-page-active .site-main,
.tpb-page-active .content-area {
    overflow: visible;
}
.tpb-full-width-content .site-content > .ast-container,
.tpb-full-width-content .site-content .ast-container,
.tpb-full-width-content .site-main,
.tpb-full-width-content .content-area,
.tpb-full-width-content .entry-content,
.tpb-full-width-content .site-content,
.tpb-full-width-content main {
    width: 100% !important;
    max-width: none !important;
}
.tpb-full-width-content .site-content > .ast-container,
.tpb-full-width-content .site-content .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tpb-full-width-content .widget-area,
.tpb-full-width-content aside.sidebar-main {
    display: none !important;
}
.tpb-hide-theme-title .entry-title,
.tpb-hide-theme-title .page-title,
.tpb-hide-theme-title header.entry-header {
    display: none !important;
}
.tpb-hide-theme-header header.site-header,
.tpb-hide-theme-header #masthead,
.tpb-hide-theme-header .site-header {
    display: none !important;
}
.tpb-hide-theme-footer footer.site-footer,
.tpb-hide-theme-footer #colophon,
.tpb-hide-theme-footer .site-footer {
    display: none !important;
}

.tpb-section {
    position: relative;
    width: 100%;
    min-height: var(--tpb-min-height-d, 0);
    margin: var(--tpb-margin-d, 0);
    padding: var(--tpb-padding-d, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tpb-section.tpb-is-full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.tpb-section__inner {
    width: 100%;
    max-width: var(--tpb-content-width, var(--tpb-global-container, 1200px));
    min-height: inherit;
    margin-left: auto;
    margin-right: auto;
}
.tpb-row {
    display: flex;
    flex-wrap: wrap;
    align-items: var(--tpb-align-items, stretch);
    gap: var(--tpb-gap-d, 24px);
    width: 100%;
    min-height: inherit;
}
.tpb-column {
    flex: 0 0 var(--tpb-column-d, 100%);
    width: var(--tpb-column-d, 100%);
    max-width: 100%;
    margin: var(--tpb-margin-d, 0);
    padding: var(--tpb-padding-d, 0);
    align-self: var(--tpb-column-align, stretch);
}
.tpb-column__inner {
    width: 100%;
    min-height: 100%;
}
.tpb-element {
    width: var(--tpb-element-width, 100%);
    max-width: var(--tpb-element-max, none);
    margin: var(--tpb-margin-d, 0);
    padding: var(--tpb-padding-d, 0);
    text-align: var(--tpb-align-d, var(--tpb-align, left));
    line-height: var(--tpb-line-height, 1.4);
    letter-spacing: var(--tpb-letter-spacing, 0);
    font-weight: var(--tpb-font-weight, inherit);
}
.tpb-element > :first-child { margin-top: 0; }
.tpb-element > :last-child { margin-bottom: 0; }
.tpb-element .tpb-heading {
    margin: 0;
    color: inherit;
    font-size: var(--tpb-font-d, inherit);
    line-height: var(--tpb-line-height, 1.15);
    letter-spacing: var(--tpb-letter-spacing, 0);
    font-weight: var(--tpb-font-weight, 700);
    text-align: var(--tpb-align-d, var(--tpb-align, left));
}
.tpb-element .tpb-text {
    font-size: var(--tpb-font-d, inherit);
    color: inherit;
}
.tpb-element .tpb-text > :last-child { margin-bottom: 0; }
.tpb-image-link { display: inline-block; max-width: 100%; }
.tpb-image {
    display: block;
    width: 100%;
    height: var(--tpb-height-d, auto);
    object-fit: var(--tpb-object-fit, cover);
    object-position: var(--tpb-object-position, center center);
    border-radius: var(--tpb-radius, 0);
}
.tpb-button-wrap { text-align: var(--tpb-align-d, var(--tpb-align, left)); }
.tpb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 22px;
    border-radius: var(--tpb-radius, var(--tpb-global-radius, 6px));
    background: var(--tpb-button-color, var(--tpb-primary, #1268b3));
    color: var(--tpb-button-text, #fff) !important;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.tpb-button:hover,
.tpb-button:focus {
    background: var(--tpb-button-hover, var(--tpb-secondary, #17283c));
    color: var(--tpb-button-hover-text, #fff) !important;
    text-decoration: none !important;
}
.tpb-button--secondary {
    background: var(--tpb-secondary-color, transparent);
    color: var(--tpb-secondary-text, #fff) !important;
    border: 1px solid currentColor;
}
.tpb-spacer { height: var(--tpb-spacer-d, 50px); }
.tpb-divider {
    width: var(--tpb-divider-width, 100%);
    margin-left: auto;
    margin-right: auto;
    border-top: var(--tpb-divider-thickness, 1px) solid var(--tpb-divider-color, #cbd5e1);
}
.tpb-icon-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.tpb-icon-box__icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--tpb-icon-color, var(--tpb-primary, #1268b3)) 12%, transparent);
    color: var(--tpb-icon-color, var(--tpb-primary, #1268b3));
    font-size: 24px;
}
.tpb-icon-box__title {
    margin: 0 0 7px;
    color: inherit;
    font-size: var(--tpb-font-d, 22px);
}
.tpb-icon-box__content > :last-child { margin-bottom: 0; }
.tpb-element--hero {
    min-height: var(--tpb-height-d, 520px);
    display: flex;
    align-items: center;
}
.tpb-hero__content { width: 100%; max-width: 820px; margin: var(--tpb-content-margin-d, 0); }
.tpb-hero__eyebrow {
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.tpb-hero__title {
    margin: 0 0 18px;
    color: inherit;
    font-size: var(--tpb-font-d, 54px);
    line-height: 1.08;
    font-weight: var(--tpb-font-weight, 750);
}
.tpb-hero__text {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.6;
}
.tpb-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--tpb-justify-d, flex-start);
    gap: 12px;
    margin-top: 26px;
}
.tpb-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.tpb-cta__copy { flex: 1; }
.tpb-cta__title {
    margin: 0 0 9px;
    color: inherit;
    font-size: var(--tpb-font-d, 32px);
}
.tpb-cta__text > :last-child { margin-bottom: 0; }
.tpb-cta__action { flex: 0 0 auto; }

@media (min-width: 1025px) {
    .tpb-hide-desktop { display: none !important; }
}
@media (max-width: 1024px) {
    .tpb-hide-tablet { display: none !important; }
    .tpb-section {
        min-height: var(--tpb-min-height-t, var(--tpb-min-height-d, 0));
        margin: var(--tpb-margin-t, var(--tpb-margin-d, 0));
        padding: var(--tpb-padding-t, var(--tpb-padding-d, 0));
    }
    .tpb-row { gap: var(--tpb-gap-t, var(--tpb-gap-d, 20px)); }
    .tpb-column {
        flex-basis: var(--tpb-column-t, 100%);
        width: var(--tpb-column-t, 100%);
        margin: var(--tpb-margin-t, var(--tpb-margin-d, 0));
        padding: var(--tpb-padding-t, var(--tpb-padding-d, 0));
    }
    .tpb-element {
        margin: var(--tpb-margin-t, var(--tpb-margin-d, 0));
        padding: var(--tpb-padding-t, var(--tpb-padding-d, 0));
        text-align: var(--tpb-align-t, var(--tpb-align-d, var(--tpb-align, left)));
    }
    .tpb-element .tpb-heading,
    .tpb-button-wrap { text-align: var(--tpb-align-t, var(--tpb-align-d, var(--tpb-align, left))); }
    .tpb-hero__buttons { justify-content: var(--tpb-justify-t, var(--tpb-justify-d, flex-start)); }
    .tpb-hero__content { margin: var(--tpb-content-margin-t, var(--tpb-content-margin-d, 0)); }
    .tpb-element .tpb-heading,
    .tpb-element .tpb-text,
    .tpb-icon-box__title,
    .tpb-hero__title,
    .tpb-cta__title {
        font-size: var(--tpb-font-t, var(--tpb-font-d, inherit));
    }
    .tpb-image { height: var(--tpb-height-t, var(--tpb-height-d, auto)); }
    .tpb-spacer { height: var(--tpb-spacer-t, var(--tpb-spacer-d, 50px)); }
    .tpb-element--hero { min-height: var(--tpb-height-t, var(--tpb-height-d, 480px)); }
}
@media (max-width: 767px) {
    .tpb-hide-mobile { display: none !important; }
    .tpb-section {
        min-height: var(--tpb-min-height-m, var(--tpb-min-height-t, 0));
        margin: var(--tpb-margin-m, var(--tpb-margin-t, 0));
        padding: var(--tpb-padding-m, var(--tpb-padding-t, 0));
    }
    .tpb-row { gap: var(--tpb-gap-m, var(--tpb-gap-t, 16px)); }
    .tpb-column {
        flex-basis: var(--tpb-column-m, 100%);
        width: var(--tpb-column-m, 100%);
        margin: var(--tpb-margin-m, var(--tpb-margin-t, 0));
        padding: var(--tpb-padding-m, var(--tpb-padding-t, 0));
    }
    .tpb-element {
        margin: var(--tpb-margin-m, var(--tpb-margin-t, 0));
        padding: var(--tpb-padding-m, var(--tpb-padding-t, 0));
        text-align: var(--tpb-align-m, var(--tpb-align-t, var(--tpb-align, left)));
    }
    .tpb-element .tpb-heading,
    .tpb-button-wrap { text-align: var(--tpb-align-m, var(--tpb-align-t, var(--tpb-align, left))); }
    .tpb-hero__buttons { justify-content: var(--tpb-justify-m, var(--tpb-justify-t, flex-start)); }
    .tpb-hero__content { margin: var(--tpb-content-margin-m, var(--tpb-content-margin-t, 0)); }
    .tpb-element .tpb-heading,
    .tpb-element .tpb-text,
    .tpb-icon-box__title,
    .tpb-hero__title,
    .tpb-cta__title {
        font-size: var(--tpb-font-m, var(--tpb-font-t, inherit));
    }
    .tpb-image { height: var(--tpb-height-m, var(--tpb-height-t, auto)); }
    .tpb-spacer { height: var(--tpb-spacer-m, var(--tpb-spacer-t, 40px)); }
    .tpb-element--hero { min-height: var(--tpb-height-m, var(--tpb-height-t, 420px)); }
    .tpb-hero__buttons,
    .tpb-cta__content {
        flex-direction: column;
    }
    .tpb-hero__buttons { align-items: var(--tpb-cross-m, flex-start); }
    .tpb-cta__content { align-items: flex-start; }
    .tpb-hero__buttons .tpb-button,
    .tpb-cta__action,
    .tpb-cta__action .tpb-button {
        width: 100%;
    }
}
.tpb-full-width-content article.page,
.tpb-full-width-content article.type-page,
.tpb-full-width-content .entry-content {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* v0.4 import placeholders for unsupported source widgets */
.tpb-import-placeholder {
    padding: 18px;
    border: 1px dashed #d97706;
    border-radius: 7px;
    background: #fffbeb;
    color: #78350f;
}
.tpb-import-placeholder strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
.tpb-import-placeholder p {
    margin: 0;
    color: #92400e;
    font-size: 13px;
    line-height: 1.5;
}

/* v0.5 content integrity and live template rendering */
.tpb-page,
.tpb-site-template,
.tpb-page .tpb-text,
.tpb-page .tpb-heading,
.tpb-site-template .tpb-text,
.tpb-site-template .tpb-heading {
    overflow-wrap: anywhere;
    word-break: normal;
}
.tpb-page img,
.tpb-site-template img,
.tpb-page iframe,
.tpb-site-template iframe,
.tpb-page video,
.tpb-site-template video {
    max-width: 100%;
}
.tpb-section,
.tpb-section__inner,
.tpb-row,
.tpb-column,
.tpb-column__inner,
.tpb-element {
    min-width: 0;
}
.tpb-element .tpb-text,
.tpb-element .tpb-text p,
.tpb-element .tpb-text li {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

/* Hide the active theme shell only when a Tonex template replaces it. */
.tpb-header-has-all #masthead,
.tpb-header-has-all header.site-header,
.tpb-header-has-all .site-header:not(.tpb-site-template),
.tpb-header-has-all .ast-above-header-wrap,
.tpb-header-has-all .ast-primary-header-bar,
.tpb-header-has-all .ast-below-header-wrap,
.tpb-header-has-all .elementor-location-header,
.tpb-header-has-all .hfe-site-header,
.tpb-header-has-all .site-header-wrap {
    display: none !important;
}
.tpb-footer-has-all #colophon,
.tpb-footer-has-all footer.site-footer,
.tpb-footer-has-all .site-footer:not(.tpb-site-template),
.tpb-footer-has-all .elementor-location-footer,
.tpb-footer-has-all .hfe-site-footer,
.tpb-footer-has-all .site-footer-wrap {
    display: none !important;
}
.tpb-site-template {
    position: relative;
    z-index: 1000;
    width: 100%;
}
.tpb-site-template--header {
    z-index: 99990;
}
.tpb-site-template--footer {
    z-index: 20;
}

/* Template-level header appearance and sticky behavior. */
.tpb-site-template--header[data-tpb-header-behavior="1"] {
    --tpb-admin-offset: 0px;
    z-index: var(--tpb-header-z-index, 99990);
    background: var(--tpb-header-bg, transparent);
    transition:
        background-color var(--tpb-header-transition, 240ms) ease,
        box-shadow var(--tpb-header-transition, 240ms) ease,
        border-color var(--tpb-header-transition, 240ms) ease,
        transform var(--tpb-header-transition, 240ms) ease;
    will-change: transform, background-color;
}
body.admin-bar .tpb-site-template--header[data-tpb-header-behavior="1"] {
    --tpb-admin-offset: 32px;
}
.tpb-site-template--header.tpb-header-background-override > .tpb-page > .tpb-section,
.tpb-site-template--header.tpb-header-background-override > .tpb-section {
    background-color: transparent !important;
}
.tpb-site-template--header.tpb-header-mode-transparent {
    position: absolute;
    top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    right: 0;
    left: 0;
    width: 100%;
    background: transparent;
}
.tpb-site-template--header.tpb-header-mode-transparent > .tpb-page > .tpb-section,
.tpb-site-template--header.tpb-header-mode-transparent > .tpb-section {
    background-color: transparent !important;
    box-shadow: none !important;
}
.tpb-site-template--header.is-tpb-scrolled {
    background: var(--tpb-header-sticky-bg, var(--tpb-header-bg, #fff));
    box-shadow: var(--tpb-header-shadow, none);
    border-bottom: var(--tpb-header-border-width, 0px) solid var(--tpb-header-border-color, transparent);
}
.tpb-site-template--header.is-tpb-scrolled > .tpb-page > .tpb-section,
.tpb-site-template--header.is-tpb-scrolled > .tpb-section {
    background-color: transparent !important;
    box-shadow: none !important;
}
.tpb-site-template--header.is-tpb-hidden {
    transform: translate3d(0, -110%, 0);
}

@media (min-width: 1025px) {
    .tpb-site-template--header.tpb-header-sticky-enabled.tpb-header-sticky-desktop.tpb-header-mode-standard {
        position: sticky;
        top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    }
    .tpb-site-template--header.tpb-header-sticky-enabled.tpb-header-sticky-desktop.tpb-header-mode-transparent.is-tpb-stuck {
        position: fixed;
        top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .tpb-site-template--header.tpb-header-sticky-enabled.tpb-header-sticky-tablet.tpb-header-mode-standard {
        position: sticky;
        top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    }
    .tpb-site-template--header.tpb-header-sticky-enabled.tpb-header-sticky-tablet.tpb-header-mode-transparent.is-tpb-stuck {
        position: fixed;
        top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    }
}
@media (max-width: 767px) {
    body.admin-bar .tpb-site-template--header[data-tpb-header-behavior="1"] { --tpb-admin-offset: 46px; }
    .tpb-site-template--header.tpb-header-sticky-enabled.tpb-header-sticky-mobile.tpb-header-mode-standard {
        position: sticky;
        top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    }
    .tpb-site-template--header.tpb-header-sticky-enabled.tpb-header-sticky-mobile.tpb-header-mode-transparent.is-tpb-stuck {
        position: fixed;
        top: calc(var(--tpb-header-sticky-offset, 0px) + var(--tpb-admin-offset, 0px));
    }
}
.tpb-template-device-desktop,
.tpb-template-device-tablet,
.tpb-template-device-mobile {
    display: none;
}
@media (min-width: 1025px) {
    .tpb-header-specific-desktop:not(.tpb-header-has-all) #masthead,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) header.site-header,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .site-header:not(.tpb-site-template),
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .ast-above-header-wrap,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .ast-primary-header-bar,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .ast-below-header-wrap,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .elementor-location-header,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .hfe-site-header,
    .tpb-header-specific-desktop:not(.tpb-header-has-all) .site-header-wrap,
    .tpb-footer-specific-desktop:not(.tpb-footer-has-all) #colophon,
    .tpb-footer-specific-desktop:not(.tpb-footer-has-all) footer.site-footer,
    .tpb-footer-specific-desktop:not(.tpb-footer-has-all) .site-footer:not(.tpb-site-template),
    .tpb-footer-specific-desktop:not(.tpb-footer-has-all) .elementor-location-footer,
    .tpb-footer-specific-desktop:not(.tpb-footer-has-all) .hfe-site-footer,
    .tpb-footer-specific-desktop:not(.tpb-footer-has-all) .site-footer-wrap { display: none !important; }
    .tpb-template-device-desktop { display: block; }
    .tpb-header-specific-desktop .tpb-site-template--header.tpb-template-device-all,
    .tpb-footer-specific-desktop .tpb-site-template--footer.tpb-template-device-all { display: none; }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .tpb-header-specific-tablet:not(.tpb-header-has-all) #masthead,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) header.site-header,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .site-header:not(.tpb-site-template),
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .ast-above-header-wrap,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .ast-primary-header-bar,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .ast-below-header-wrap,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .elementor-location-header,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .hfe-site-header,
    .tpb-header-specific-tablet:not(.tpb-header-has-all) .site-header-wrap,
    .tpb-footer-specific-tablet:not(.tpb-footer-has-all) #colophon,
    .tpb-footer-specific-tablet:not(.tpb-footer-has-all) footer.site-footer,
    .tpb-footer-specific-tablet:not(.tpb-footer-has-all) .site-footer:not(.tpb-site-template),
    .tpb-footer-specific-tablet:not(.tpb-footer-has-all) .elementor-location-footer,
    .tpb-footer-specific-tablet:not(.tpb-footer-has-all) .hfe-site-footer,
    .tpb-footer-specific-tablet:not(.tpb-footer-has-all) .site-footer-wrap { display: none !important; }
    .tpb-template-device-tablet { display: block; }
    .tpb-header-specific-tablet .tpb-site-template--header.tpb-template-device-all,
    .tpb-footer-specific-tablet .tpb-site-template--footer.tpb-template-device-all { display: none; }
}
@media (max-width: 767px) {
    .tpb-header-specific-mobile:not(.tpb-header-has-all) #masthead,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) header.site-header,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .site-header:not(.tpb-site-template),
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .ast-above-header-wrap,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .ast-primary-header-bar,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .ast-below-header-wrap,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .elementor-location-header,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .hfe-site-header,
    .tpb-header-specific-mobile:not(.tpb-header-has-all) .site-header-wrap,
    .tpb-footer-specific-mobile:not(.tpb-footer-has-all) #colophon,
    .tpb-footer-specific-mobile:not(.tpb-footer-has-all) footer.site-footer,
    .tpb-footer-specific-mobile:not(.tpb-footer-has-all) .site-footer:not(.tpb-site-template),
    .tpb-footer-specific-mobile:not(.tpb-footer-has-all) .elementor-location-footer,
    .tpb-footer-specific-mobile:not(.tpb-footer-has-all) .hfe-site-footer,
    .tpb-footer-specific-mobile:not(.tpb-footer-has-all) .site-footer-wrap { display: none !important; }
    .tpb-template-device-mobile { display: block; }
    .tpb-header-specific-mobile .tpb-site-template--header.tpb-template-device-all,
    .tpb-footer-specific-mobile .tpb-site-template--footer.tpb-template-device-all { display: none; }
}

/* Site logo and title */
.tpb-site-logo {
    display: flex;
    justify-content: var(--tpb-align, flex-start);
    align-items: center;
    min-height: 34px;
}
.tpb-site-logo__link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.tpb-site-logo__image {
    display: block;
    width: auto;
    max-width: var(--tpb-logo-width, 180px);
    height: auto;
}
.tpb-site-logo__fallback,
.tpb-site-title {
    color: inherit;
    font-size: var(--tpb-font-d, 24px);
    font-weight: var(--tpb-font-weight, 700);
    line-height: var(--tpb-line-height, 1.2);
}
.tpb-site-title a,
.tpb-site-title a:hover,
.tpb-site-title a:focus {
    color: inherit;
    text-decoration: none;
}

/* Navigation menu */
.tpb-nav-menu {
    position: relative;
    width: 100%;
    color: inherit;
    font-size: var(--tpb-font-d, 14px);
    font-weight: var(--tpb-font-weight, 600);
}
.tpb-nav-menu__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 42px;
    min-height: 40px;
    margin-left: auto;
    padding: 8px 11px;
    border: 1px solid currentColor;
    border-radius: 5px;
    background: transparent;
    color: var(--tpb-toggle-color, currentColor);
    cursor: pointer;
}
.tpb-nav-menu__toggle-icon,
.tpb-nav-menu__toggle-icon::before,
.tpb-nav-menu__toggle-icon::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
}
.tpb-nav-menu__toggle-icon {
    position: relative;
}
.tpb-nav-menu__toggle-icon::before,
.tpb-nav-menu__toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
}
.tpb-nav-menu__toggle-icon::before { top: -6px; }
.tpb-nav-menu__toggle-icon::after { top: 6px; }
.tpb-nav-menu.is-open .tpb-nav-menu__toggle-icon { background: transparent; }
.tpb-nav-menu.is-open .tpb-nav-menu__toggle-icon::before { top: 0; transform: rotate(45deg); }
.tpb-nav-menu.is-open .tpb-nav-menu__toggle-icon::after { top: 0; transform: rotate(-45deg); }
.tpb-nav-menu__list,
.tpb-nav-menu__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tpb-nav-menu__list {
    display: flex;
    align-items: center;
    justify-content: var(--tpb-align, flex-start);
    gap: var(--tpb-menu-gap, 24px);
}
.tpb-nav-menu--vertical .tpb-nav-menu__list {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}
.tpb-nav-menu__list li {
    position: relative;
    margin: 0;
    padding: 0;
}
.tpb-nav-menu__list > li > a,
.tpb-nav-menu__list .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 38px;
    color: inherit;
    line-height: 1.35;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease;
}
.tpb-nav-menu__list > li > a:hover,
.tpb-nav-menu__list > li > a:focus,
.tpb-nav-menu__list > li.current-menu-item > a,
.tpb-nav-menu__list > li.current-menu-ancestor > a {
    color: var(--tpb-hover-color, var(--tpb-primary, #1268b3));
}
.tpb-nav-menu__list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: var(--tpb-submenu-width, 230px);
    min-width: 100%;
    padding: 7px 0;
    border: 1px solid rgba(15, 23, 42, .09);
    border-radius: 5px;
    background: var(--tpb-submenu-bg, #fff);
    color: var(--tpb-submenu-color, #17283c);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.tpb-nav-menu__list .sub-menu .sub-menu {
    top: -7px;
    left: 100%;
}
/* Submenu item separators. Reset theme-added item borders first so the line never doubles. */
.tpb-nav-menu--submenu-item-dividers .tpb-nav-menu__list .sub-menu > li,
.tpb-nav-menu--submenu-item-dividers .tpb-nav-menu__list .sub-menu > li > a {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    box-shadow: none;
}
.tpb-nav-menu--submenu-item-dividers .tpb-nav-menu__list .sub-menu > li:not(:last-child) > a {
    position: relative;
}
.tpb-nav-menu--submenu-item-dividers .tpb-nav-menu__list .sub-menu > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    right: var(--tpb-submenu-divider-inset, 0px);
    bottom: 0;
    left: var(--tpb-submenu-divider-inset, 0px);
    z-index: 2;
    height: 0;
    border: 0;
    border-bottom-width: var(--tpb-submenu-divider-width, .5px);
    border-bottom-style: var(--tpb-submenu-divider-style, solid);
    border-bottom-color: var(--tpb-submenu-divider-color, #d8dee8);
    opacity: var(--tpb-submenu-divider-opacity, .45);
    pointer-events: none;
}
.tpb-nav-menu__list li:hover > .sub-menu,
.tpb-nav-menu__list li:focus-within > .sub-menu,
.tpb-nav-menu__list li.is-submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.tpb-nav-menu__list .sub-menu a {
    min-height: 38px;
    padding: 8px 15px;
}
.tpb-nav-menu__list .sub-menu a:hover,
.tpb-nav-menu__list .sub-menu a:focus {
    background: color-mix(in srgb, var(--tpb-hover-color, var(--tpb-primary, #1268b3)) 12%, transparent);
    color: var(--tpb-hover-color, var(--tpb-primary, #1268b3));
}
.tpb-submenu-toggle {
    display: none;
}
.tpb-nav-menu__empty {
    padding: 10px 12px;
    border: 1px dashed #d97706;
    background: #fffbeb;
    color: #78350f;
    font-size: 12px;
}

/* Search and copyright */
.tpb-search {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}
.tpb-search__input {
    min-width: 0;
    flex: 1;
    height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(15, 23, 42, .2);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    color: #17283c;
    box-shadow: none;
}
.tpb-search__button {
    width: 44px;
    min-width: 44px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: var(--tpb-button-color, var(--tpb-primary, #1268b3));
    color: var(--tpb-button-text, #fff);
    cursor: pointer;
}
.tpb-copyright {
    color: inherit;
    font-size: var(--tpb-font-d, 13px);
    text-align: var(--tpb-align, center);
}

@media (max-width: 1024px) {
    .tpb-nav-menu--horizontal .tpb-nav-menu__toggle {
        display: inline-flex;
    }
    .tpb-nav-menu--horizontal .tpb-nav-menu__list {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        z-index: 99999;
        display: none;
        width: min(330px, calc(100vw - 28px));
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 0;
        border: 1px solid rgba(15, 23, 42, .12);
        border-radius: 6px;
        background: var(--tpb-submenu-bg, #fff);
        color: var(--tpb-submenu-color, #17283c);
        box-shadow: 0 14px 36px rgba(15, 23, 42, .18);
    }
    .tpb-nav-menu--horizontal.is-open .tpb-nav-menu__list {
        display: flex;
    }
    .tpb-nav-menu__list > li > a,
    .tpb-nav-menu__list .sub-menu a {
        min-height: 44px;
        padding: 9px 16px;
    }
    .tpb-nav-menu__list .sub-menu,
    .tpb-nav-menu__list .sub-menu .sub-menu {
        position: relative;
        display: none;
        width: 100%;
        padding: 0 0 0 16px;
        border: 0;
        border-radius: 0;
        background: color-mix(in srgb, var(--tpb-submenu-bg, #fff) 92%, #17283c 8%);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .tpb-nav-menu__list li.is-submenu-open > .sub-menu {
        display: block;
    }
    .tpb-submenu-toggle {
        position: absolute;
        top: 3px;
        right: 5px;
        z-index: 2;
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 0;
        background: transparent;
        color: inherit;
        cursor: pointer;
    }
    .tpb-submenu-toggle span::before {
        content: "+";
        font-size: 20px;
        line-height: 1;
    }
    .tpb-submenu-toggle[aria-expanded="true"] span::before { content: "−"; }
    .tpb-site-logo__fallback,
    .tpb-site-title,
    .tpb-nav-menu,
    .tpb-copyright {
        font-size: var(--tpb-font-t, var(--tpb-font-d, inherit));
    }
}
@media (max-width: 767px) {
    .tpb-site-logo__fallback,
    .tpb-site-title,
    .tpb-nav-menu,
    .tpb-copyright {
        font-size: var(--tpb-font-m, var(--tpb-font-t, inherit));
    }
    .tpb-site-template .tpb-row {
        align-items: stretch;
    }
}

/* =========================================================
   Tonex Page Builder 1.3: responsive header rows
   ========================================================= */
@media (max-width: 1024px) {
    .tpb-tablet-columns-row > .tpb-section__inner > .tpb-row {
        flex-wrap: nowrap;
    }
    .tpb-tablet-columns-stack > .tpb-section__inner > .tpb-row {
        flex-wrap: wrap;
    }
    .tpb-tablet-columns-stack > .tpb-section__inner > .tpb-row > .tpb-column {
        flex-basis: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .tpb-mobile-columns-row > .tpb-section__inner > .tpb-row {
        flex-wrap: nowrap;
        align-items: var(--tpb-align-items, center);
    }
    .tpb-mobile-columns-stack > .tpb-section__inner > .tpb-row {
        flex-wrap: wrap;
    }
    .tpb-mobile-columns-stack > .tpb-section__inner > .tpb-row > .tpb-column {
        flex-basis: 100%;
        width: 100%;
    }
    .tpb-mobile-columns-reverse > .tpb-section__inner > .tpb-row {
        flex-direction: row-reverse;
    }
    .tpb-mobile-columns-stack.tpb-mobile-columns-reverse > .tpb-section__inner > .tpb-row {
        flex-direction: column-reverse;
    }
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-column,
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-column__inner {
        min-width: 0;
    }
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-row > .tpb-column:first-child .tpb-element {
        text-align: left;
    }
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-row > .tpb-column:last-child .tpb-element,
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-row > .tpb-column:last-child .tpb-button-wrap {
        text-align: right;
    }
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-row > .tpb-column:last-child .tpb-nav-menu {
        display: flex;
        justify-content: flex-end;
    }
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-site-logo__image {
        width: auto;
        max-width: min(var(--tpb-logo-width, 175px), 52vw) !important;
        max-height: 58px;
        object-fit: contain;
    }
    .tpb-site-template--header .tpb-mobile-columns-row .tpb-nav-menu__toggle {
        margin-left: auto;
        white-space: nowrap;
    }
}

/* =========================================================
   Hero slideshow
   ========================================================= */
.tpb-element--slideshow {
    --tpb-navigation-color: #fff;
}
.tpb-slideshow {
    position: relative;
    width: 100%;
    min-height: var(--tpb-height-d, 560px);
    overflow: hidden;
    background: #17283c;
    color: inherit;
    border-radius: inherit;
}
.tpb-slideshow__track,
.tpb-slideshow__slide {
    position: absolute;
    inset: 0;
}
.tpb-slideshow__slide {
    display: flex;
    align-items: center;
    justify-content: var(--tpb-justify-d, flex-start);
    padding: var(--tpb-padding-d, 80px 54px);
    background-color: inherit;
    background-position: var(--tpb-background-position, center center);
    background-size: var(--tpb-background-size, cover);
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.015);
    transition: opacity var(--tpb-transition-speed, 600ms) ease, transform var(--tpb-transition-speed, 600ms) ease, visibility var(--tpb-transition-speed, 600ms) ease;
}
.tpb-slideshow__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}
.tpb-slideshow__overlay {
    position: absolute;
    inset: 0;
    background: var(--tpb-overlay-color, rgba(0,0,0,.35));
}
.tpb-slideshow__content {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    margin: var(--tpb-content-margin-d, 0 auto 0 0);
    text-align: var(--tpb-align-d, left);
}
.tpb-slideshow__title {
    margin: 0 0 18px;
    color: inherit;
    font-size: var(--tpb-font-d, 52px);
    line-height: var(--tpb-line-height, 1.08);
    font-weight: var(--tpb-font-weight, 700);
}
.tpb-slideshow__text {
    margin-bottom: 24px;
    font-size: clamp(16px, 1.4vw, 20px);
}
.tpb-slideshow__text > :last-child { margin-bottom: 0; }
.tpb-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: rgba(15,23,42,.24);
    color: var(--tpb-navigation-color, #fff);
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(4px);
}
.tpb-slider-arrow--prev { left: 16px; }
.tpb-slider-arrow--next { right: 16px; }
.tpb-slider-dots {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    gap: 8px;
    pointer-events: none;
}
.tpb-slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid var(--tpb-navigation-color, #fff);
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}
.tpb-slider-dot.is-active { background: var(--tpb-navigation-color, #fff); }

/* =========================================================
   Image carousel
   ========================================================= */
.tpb-image-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
}
.tpb-image-carousel__viewport { overflow: hidden; }
.tpb-image-carousel__track {
    display: flex;
    gap: var(--tpb-carousel-gap, 20px);
    transform: translate3d(0,0,0);
    transition: transform var(--tpb-transition-speed, 450ms) ease;
    will-change: transform;
}
.tpb-image-carousel__item {
    flex: 0 0 calc((100% - (var(--tpb-carousel-visible, 3) - 1) * var(--tpb-carousel-gap, 20px)) / var(--tpb-carousel-visible, 3));
    min-width: 0;
}
.tpb-image-carousel__item a { display: block; }
.tpb-image-carousel__item img {
    display: block;
    width: 100%;
    height: var(--tpb-height-d, 280px);
    object-fit: var(--tpb-object-fit, cover);
    object-position: var(--tpb-object-position, center center);
    border-radius: var(--tpb-radius, 0);
}
.tpb-image-carousel .tpb-slider-arrow { color: var(--tpb-navigation-color, #1268b3); }
.tpb-image-carousel .tpb-slider-dots {
    position: static;
    margin-top: 14px;
}
.tpb-image-carousel .tpb-slider-dot { border-color: var(--tpb-navigation-color, #1268b3); }
.tpb-image-carousel .tpb-slider-dot.is-active { background: var(--tpb-navigation-color, #1268b3); }

/* =========================================================
   Video
   ========================================================= */
.tpb-video,
.tpb-video-embed {
    display: block;
    width: 100%;
    border-radius: inherit;
    overflow: hidden;
}
.tpb-video {
    height: var(--tpb-height-d, auto);
    aspect-ratio: var(--tpb-aspect-ratio, 16/9);
    object-fit: var(--tpb-object-fit, cover);
    background: #0f172a;
}
.tpb-video-embed { aspect-ratio: var(--tpb-aspect-ratio, 16/9); }
.tpb-video-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.tpb-media-empty {
    display: grid;
    place-items: center;
    min-height: 180px;
    padding: 28px;
    border: 1px dashed #94a3b8;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
    text-align: center;
}

/* =========================================================
   Accordion and tabs
   ========================================================= */
.tpb-accordion,
.tpb-tabs {
    width: 100%;
    border: 1px solid var(--tpb-divider-color, #d9e2ec);
    border-radius: inherit;
    overflow: hidden;
    background: inherit;
}
.tpb-accordion__item + .tpb-accordion__item { border-top: 1px solid var(--tpb-divider-color, #d9e2ec); }
.tpb-accordion__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}
.tpb-accordion__button i::before { content: "+"; font-style: normal; font-size: 22px; }
.tpb-accordion__item.is-open .tpb-accordion__button { color: var(--tpb-accent-color, #1268b3); }
.tpb-accordion__item.is-open .tpb-accordion__button i::before { content: "−"; }
.tpb-accordion__panel { padding: 0 18px 18px; }
.tpb-accordion__panel > div > :last-child { margin-bottom: 0; }
.tpb-tabs__nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-bottom: 1px solid var(--tpb-divider-color, #d9e2ec);
}
.tpb-tabs__button {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 12px 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.tpb-tabs__button.is-active {
    border-bottom-color: var(--tpb-accent-color, #1268b3);
    color: var(--tpb-accent-color, #1268b3);
}
.tpb-tabs__panel { padding: 22px; }
.tpb-tabs__panel > :last-child { margin-bottom: 0; }

@media (max-width: 1024px) {
    .tpb-slideshow { min-height: var(--tpb-height-t, 480px); }
    .tpb-slideshow__slide { padding: var(--tpb-padding-t, 64px 38px); justify-content: var(--tpb-justify-t, flex-start); }
    .tpb-slideshow__content { margin: var(--tpb-content-margin-t, 0); text-align: var(--tpb-align-t, left); }
    .tpb-slideshow__title { font-size: var(--tpb-font-t, 42px); }
    .tpb-image-carousel__item img { height: var(--tpb-height-t, 250px); }
    .tpb-video { height: var(--tpb-height-t, var(--tpb-height-d, auto)); }
}
@media (max-width: 767px) {
    .tpb-slideshow { min-height: var(--tpb-height-m, 430px); }
    .tpb-slideshow__slide { padding: var(--tpb-padding-m, 48px 24px); justify-content: var(--tpb-justify-m, flex-start); }
    .tpb-slideshow__content { margin: var(--tpb-content-margin-m, 0); text-align: var(--tpb-align-m, left); }
    .tpb-slideshow__title { font-size: var(--tpb-font-m, 32px); }
    .tpb-slider-arrow { width: 38px; height: 38px; font-size: 26px; }
    .tpb-slider-arrow--prev { left: 8px; }
    .tpb-slider-arrow--next { right: 8px; }
    .tpb-image-carousel__item img { height: var(--tpb-height-m, 230px); }
    .tpb-video { height: var(--tpb-height-m, var(--tpb-height-t, auto)); }
    .tpb-tabs__button { padding: 11px 14px; }
    .tpb-tabs__panel { padding: 18px 15px; }
}
