.tbnh-page-template .page_main_banner {
    display: none !important;
}

.tbnh-page-template #main_header_wrapper {
    min-height: 0;
}

.tbnh {
    --tbnh-blue: #699bd0;
    --tbnh-blue-light: #e7f1fb;
    --tbnh-dark: #293d52;
    --tbnh-dark-deep: #21364c;
    --tbnh-text: #52667a;
    --tbnh-pink: #d1847d;
    --tbnh-soft: #f3f7fb;
    overflow: hidden;
    color: var(--tbnh-text);
}

.tbnh *,
.tbnh *::before,
.tbnh *::after {
    box-sizing: border-box;
}

.tbnh h1,
.tbnh h2,
.tbnh h3,
.tbnh p {
    overflow-wrap: anywhere;
}

.tbnh h2 {
    margin: 0 0 18px;
    color: var(--tbnh-blue);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.tbnh h3 {
    color: var(--tbnh-dark);
}

.tbnh-section {
    width: 100%;
    padding: 72px 0;
}

.tbnh-heading {
    max-width: 850px;
    margin: 0 auto 38px;
    text-align: center;
}

.tbnh-heading p {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.6;
}

.tbnh-heading > span {
    display: block;
    margin-bottom: 6px;
    color: #66777d;
    font-size: .8rem;
}

.tbnh-uppercase,
.tbnh-eyebrow {
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tbnh-eyebrow {
    margin: 0 0 14px;
    color: #82b4e6;
    font-size: .78rem;
    font-weight: 700;
}

.tbnh-center {
    margin: 30px 0 0;
    text-align: center;
}

.tbnh-button {
    display: inline-flex;
    min-width: 240px;
    min-height: 46px;
    padding: 11px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff !important;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: 0 4px 4px rgba(60, 70, 80, .28);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tbnh-button:hover,
.tbnh-button:focus-visible {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(30, 45, 60, .23);
}

.tbnh-button:focus-visible,
.tbnh a:focus-visible,
.tbnh button:focus-visible {
    outline: 3px solid #8ebbec;
    outline-offset: 3px;
}

.tbnh-button--dark {
    background: var(--tbnh-dark);
}

.tbnh-button--dark:hover,
.tbnh-button--dark:focus-visible {
    background: #3a5674;
}

.tbnh-button--pink {
    background: var(--tbnh-pink);
}

.tbnh-button--pink:hover,
.tbnh-button--pink:focus-visible {
    background: #dea8a3;
}

.tbnh-hero {
    position: relative;
    min-height: 742px;
    overflow: hidden;
    background: var(--tbnh-dark);
    color: #fff;
}

.tbnh-hero__video,
.tbnh-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tbnh-hero__video {
    object-fit: cover;
}

.tbnh-hero__shade {
    background: linear-gradient(180deg, rgba(20, 38, 56, .22), rgba(20, 38, 56, .45));
}

.tbnh-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 742px;
}

.tbnh-hero__copy {
    position: absolute;
    top: 43%;
    left: 50%;
    width: min(820px, calc(100% - 40px));
    padding: 24px 32px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    background: rgba(22, 41, 61, .62);
    text-align: center;
    box-shadow: 0 18px 45px rgba(9, 24, 39, .18);
    backdrop-filter: blur(5px);
}

.tbnh-hero__copy h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3.05rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.tbnh-hero__copy p {
    max-width: 720px;
    margin: 0 auto 14px;
    font-size: 1.02rem;
    line-height: 1.55;
}

.tbnh-hero__form {
    position: absolute;
    right: 15px;
    bottom: 28px;
    left: 15px;
    height: 164px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    background: rgba(18, 35, 52, .64);
    box-shadow: 0 14px 36px rgba(8, 22, 36, .18);
    backdrop-filter: blur(4px);
}

.tbnh-hero__form iframe {
    display: block;
    width: 100%;
    height: 164px;
    overflow: hidden;
    border: 0;
}

.tbnh-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
}

.tbnh-split--reverse > :first-child {
    order: 1;
}

.tbnh-split--reverse > :last-child {
    order: 2;
}

.tbnh-split__image {
    display: block;
    width: 100%;
    height: 430px;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 10px 28px rgba(20, 37, 53, .2);
}

.tbnh-intro {
    padding-top: 44px;
}

.tbnh-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: var(--tbnh-dark);
    aspect-ratio: 16 / 9;
    box-shadow: 0 5px 14px rgba(21, 41, 61, .25);
}

.tbnh-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tbnh-video__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: linear-gradient(180deg, rgba(25, 45, 64, .04), rgba(25, 45, 64, .52));
    color: #fff;
    cursor: pointer;
}

.tbnh-video__play > span {
    display: flex;
    width: 72px;
    height: 72px;
    padding-left: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tbnh-blue);
    font-size: 1.5rem;
    box-shadow: 0 5px 14px rgba(20, 40, 60, .35);
}

.tbnh-video__play small {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .65);
}

.tbnh-video.is-playing .tbnh-video__play {
    display: none;
}

.tbnh-pas-list {
    display: grid;
    gap: 12px;
}

.tbnh-pas {
    padding: 13px 16px;
    border-left: 3px solid var(--tbnh-blue);
    border-radius: 0 5px 5px 0;
    background: #f5f8fb;
}

.tbnh-pas h3,
.tbnh-icon-list h3,
.tbnh-specialty-grid h3 {
    margin: 0 0 4px;
    font-size: .8rem;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tbnh-pas p,
.tbnh-icon-list p,
.tbnh-specialty-grid p {
    margin: 0;
    line-height: 1.5;
}

.tbnh-actions {
    display: flex;
    margin-top: 24px;
    gap: 14px;
    flex-wrap: wrap;
}

.tbnh-services {
    background: #fff;
}

.tbnh-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tbnh-service-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    color: #fff !important;
    box-shadow: 0 9px 24px rgba(27, 45, 63, .15);
}

.tbnh-service-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 39, 58, .08), rgba(20, 39, 58, .88));
}

.tbnh-service-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding: 24px;
    gap: 7px;
}

.tbnh-service-card__content strong {
    font-size: 1.15rem;
}

.tbnh-service-card__content > span {
    line-height: 1.5;
}

.tbnh-service-card__content em {
    margin-top: 5px;
    font-style: normal;
    font-weight: 700;
}

.tbnh-dark,
.tbnh-local {
    background: var(--tbnh-dark);
    color: #e8eff6;
}

.tbnh-dark h2,
.tbnh-dark h3,
.tbnh-local h2,
.tbnh-local h3 {
    color: #fff;
}

.tbnh-dark .tbnh-split__image,
.tbnh-local .tbnh-split__image {
    box-shadow: 0 24px 55px rgba(8, 19, 31, .34);
}

.tbnh-area-list,
.tbnh-simple-list,
.tbnh-check-grid {
    margin: 14px 0 28px;
    padding: 0;
    list-style: none;
}

.tbnh-area-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
}

.tbnh-area-list li,
.tbnh-check-grid li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.tbnh-area-list svg,
.tbnh-check-grid svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: none;
    stroke: var(--tbnh-blue);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tbnh-why {
    background: #fff;
}

.tbnh-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tbnh-check-grid li {
    min-height: 64px;
    padding: 13px;
    border: 1px solid #dce8f3;
    border-radius: 5px;
    background: #f8fbfe;
}

.tbnh-icon-list {
    display: grid;
    margin: 22px 0 28px;
    gap: 13px;
}

.tbnh-icon-list article {
    display: flex;
    padding: 14px;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
}

.tbnh-icon-list article > span,
.tbnh-specialty-grid article > span {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tbnh-blue-light);
    color: var(--tbnh-blue);
}

.tbnh-icon-list svg,
.tbnh-specialty-grid svg,
.tbnh-process-grid svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tbnh-soft {
    padding-top: 72px;
    background: var(--tbnh-soft);
}

.tbnh-specialty-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tbnh-specialty-grid article {
    display: flex;
    min-height: 126px;
    padding: 24px;
    align-items: center;
    gap: 18px;
    border: 1px solid #cfdeec;
    border-radius: 6px;
    background: #fff;
}

.tbnh-process {
    padding-top: 44px;
    background: #fff;
}

.tbnh-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    gap: 28px;
    list-style: none;
}

.tbnh-process-grid li {
    text-align: center;
}

.tbnh-process-grid li > span {
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    align-items: center;
    justify-content: center;
    color: var(--tbnh-dark);
}

.tbnh-process-grid h3 {
    margin: 0 0 8px;
    color: var(--tbnh-blue);
    font-size: 1rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.tbnh-process-grid p {
    margin: 0;
    font-size: .92rem;
    line-height: 1.5;
}

.tbnh-local {
    padding: 88px 0;
}

.tbnh-simple-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}

.tbnh-simple-list li::before {
    position: absolute;
    left: 0;
    color: #82b4e6;
    content: '\2713';
    font-weight: 700;
}

.tbnh-faq {
    background: #fff;
}

.tbnh-faq-list {
    display: grid;
    max-width: 1120px;
    margin: 0 auto;
    gap: 14px;
}

.tbnh-faq-item {
    overflow: hidden;
    border-radius: 7px;
    background: #22313a;
    color: #fff;
}

.tbnh-faq-item h3 {
    margin: 0;
}

.tbnh-faq-item button {
    display: grid;
    width: 100%;
    min-height: 64px;
    padding: 18px 22px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.tbnh-faq-item button > span {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: transform .2s ease;
}

.tbnh-faq-item button[aria-expanded='true'] > span {
    transform: rotate(45deg);
}

.tbnh-faq-answer p {
    margin: 0;
    padding: 0 22px 22px 63px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.6;
}

.tbnh-faq-answer[hidden] {
    display: none;
}

@media screen and (max-width: 991px) {
    .tbnh-section {
        padding: 58px 0;
    }

    .tbnh-split {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tbnh-split--reverse > :first-child,
    .tbnh-split--reverse > :last-child {
        order: initial;
    }

    .tbnh-dark .tbnh-split__image,
    .tbnh-local .tbnh-split__image {
        order: -1;
    }

    .tbnh-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tbnh-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .tbnh-section {
        padding: 44px 0;
    }

    .tbnh h2 {
        font-size: 1.65rem;
    }

    .tbnh-heading {
        margin-bottom: 26px;
    }

    .tbnh-button {
        width: 100%;
        min-width: 0;
    }

    .tbnh-hero {
        min-height: 0;
        background: #f0f2f3;
        color: var(--tbnh-text);
    }

    .tbnh-hero__video {
        position: relative;
        display: block;
        height: 220px;
    }

    .tbnh-hero__shade {
        display: none;
    }

    .tbnh-hero__inner {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 14px;
    }

    .tbnh-hero__copy,
    .tbnh-hero__form {
        position: static;
        width: 100%;
        transform: none;
    }

    .tbnh-hero__copy {
        margin: 0 auto 16px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--tbnh-text);
        box-shadow: none;
        backdrop-filter: none;
    }

    .tbnh-hero__copy h1 {
        color: var(--tbnh-dark);
        font-size: 1.65rem;
    }

    .tbnh-hero__copy strong {
        color: #477caf;
    }

    .tbnh-hero__form {
        height: 336px;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .tbnh-hero__form iframe {
        height: 336px;
    }

    .tbnh-intro {
        padding-top: 36px;
    }

    .tbnh-video__play > span {
        width: 62px;
        height: 62px;
    }

    .tbnh-actions {
        display: grid;
    }

    .tbnh-service-grid,
    .tbnh-specialty-grid,
    .tbnh-check-grid {
        grid-template-columns: 1fr;
    }

    .tbnh-service-card {
        min-height: 270px;
    }

    .tbnh-area-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tbnh-why__image {
        display: none;
    }

    .tbnh-split__image {
        height: 280px;
    }

    .tbnh-specialty-grid article {
        min-height: 0;
        padding: 18px;
    }

    .tbnh-process {
        padding-top: 32px;
    }

    .tbnh-process-grid {
        gap: 26px 12px;
    }

    .tbnh-process-grid h3 {
        font-size: .78rem;
    }

    .tbnh-process-grid p {
        font-size: .76rem;
        line-height: 1.4;
    }

    .tbnh-local {
        padding: 52px 0;
    }

    .tbnh-faq-item button {
        padding: 15px 16px;
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 10px;
        font-size: .94rem;
    }

    .tbnh-faq-answer p {
        padding: 0 16px 18px 52px;
        font-size: .88rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tbnh *,
    .tbnh *::before,
    .tbnh *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Plugin page-template shell. The selected template supplies its own page body. */
.tbnh-home-template-page .page_main_banner,
.tbnh-kiosk-template-page .page_main_banner,
.tbnh-home-template-page .page-title,
.tbnh-kiosk-template-page .page-title {
    display: none !important;
}

.tbnh-template-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.tbnh-home-template-page .tbnh-hero__copy .home-hero-subheadline {
    margin-bottom: 14px;
    font-size: clamp(1.05rem, 1.45vw, 1.3rem);
    font-weight: 700;
}

.tbnh-home-template-page .tbnh-hero__copy > p:not(.home-hero-subheadline) {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}
