.support-app,
.support-app * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.support-app {
    --support-bg: #f8f8f8;
    --support-surface: #fff;
    --support-text: #2f2f2f;
    --support-muted: #737373;
    --support-line: #ececec;
    --support-active: #eaeaea;
    background: var(--support-bg);
    color: var(--support-text);
    font-family: Montserrat-Light, "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    min-height: 720px;
}

.support-app button,
.support-app input {
    font: inherit;
}

.support-app button,
.support-app a {
    -webkit-tap-highlight-color: transparent;
}

.support-app button {
    border: 0;
    cursor: pointer;
}

.support-app [hidden] {
    display: none !important;
}

.support-container {
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - clamp(32px, 5vw, 64px));
}

.support-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.support-home-hero {
    align-items: center;
    background: #717171 url(../images/support/support-hero.jpg) center 48% / cover no-repeat;
    display: flex;
    height: 7.28rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.support-home-hero__shade {
    background: rgba(0, 0, 0, .3);
    inset: 0;
    position: absolute;
}

.support-home-hero__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: calc(100% - 32px);
    position: relative;
    width: 960px;
    z-index: 1;
}

.support-home-hero__heading {
    color: #fff;
    text-align: center;
}

.support-home-hero__heading h1 {
    font-family: Montserrat-SemiBold, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 16px;
}

.support-home-hero__heading p {
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

.support-home-hero__breadcrumb {
    bottom: .7rem;
    color: #fff;
    left: 50%;
    max-width: 14.4rem;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - .6rem);
    z-index: 1;
}

.support-home-hero__breadcrumb h2 {
    color: inherit;
    font-family: TechnaSans, Montserrat-SemiBold, Arial, sans-serif;
    font-size: .3rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 .12rem;
}

.support-home-hero__crumb {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Montserrat-Light, "Microsoft YaHei", Arial, sans-serif;
    font-size: clamp(13px, .833vw, 16px);
    gap: .08rem;
    line-height: 1.5;
}

.support-home-hero__crumb a,
.support-home-hero__crumb span {
    color: inherit;
}

.support-home-hero__crumb a {
    transition: opacity .2s ease;
}

.support-home-hero__crumb a:hover,
.support-home-hero__crumb a:focus-visible {
    opacity: .72;
}

.support-search {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 999px;
    display: flex;
    height: 50px;
    margin-top: clamp(18px, 1.25vw, 24px);
    max-width: 100%;
    padding: 0 18px;
    width: 488px;
}

.support-search__icon {
    border: 2px solid #999;
    border-radius: 50%;
    flex: 0 0 18px;
    height: 18px;
    margin: 0 18px 0 1px;
    position: relative;
    width: 18px;
}

.support-search__icon::after {
    background: #999;
    content: "";
    height: 2px;
    position: absolute;
    right: -5px;
    top: 13px;
    transform: rotate(45deg);
    width: 7px;
}

.support-search input {
    background: transparent;
    border: 0;
    color: var(--support-text);
    flex: 1;
    font-size: 14px;
    height: 100%;
    min-width: 0;
    outline: 0;
}

.support-search input::placeholder {
    color: #999;
    opacity: 1;
}

.support-suggestions {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    margin-top: clamp(24px, 1.667vw, 32px);
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    width: 100%;
}

.support-suggestions::-webkit-scrollbar {
    display: none;
}

.support-suggestions button {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .24);
    border: .5px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 14px;
    padding: 8px 24px;
    white-space: nowrap;
}

.support-suggestions button:first-child {
    margin-left: auto;
}

.support-suggestions button:last-child {
    margin-right: auto;
}

.support-suggestions button:hover,
.support-suggestions button:focus-visible {
    background: rgba(0, 0, 0, .48);
}

.support-body {
    padding: clamp(32px, 5.56vw, 80px) 0 clamp(64px, 5.208vw, 100px);
}

.support-filter,
.support-tabs {
    align-items: center;
    border-bottom: 1px solid var(--support-line);
    border-top: 1px solid var(--support-line);
    display: flex;
    gap: clamp(12px, 2.78vw, 40px);
    justify-content: safe center;
    margin-bottom: clamp(32px, 5.56vw, 80px);
    min-height: 60px;
    overflow-x: auto;
    padding: 11px 20px;
    scrollbar-width: none;
}

.support-filter::-webkit-scrollbar,
.support-tabs::-webkit-scrollbar {
    display: none;
}

.support-filter button,
.support-tabs button {
    background: transparent;
    border-radius: 999px;
    color: var(--support-text);
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 32px;
    white-space: nowrap;
}

.support-filter button.is-active,
.support-tabs button.is-active {
    background: var(--support-active);
}

.support-product-grid {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
}

.support-product-card {
    align-items: center;
    background: var(--support-surface);
    border-radius: 8px;
    color: var(--support-text);
    display: grid;
    grid-template-rows: minmax(0, 1fr) clamp(60px, 4.167vw, 80px);
    height: clamp(284px, 20.208vw, 388px);
    min-height: 0;
    min-width: 0;
    padding: clamp(24px, 1.667vw, 32px) clamp(38px, 3.438vw, 66px);
    row-gap: clamp(16px, 1.25vw, 24px);
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.support-product-card:hover,
.support-product-card:focus-visible {
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.support-product-card__image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 0;
    width: 100%;
}

.support-product-card__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.support-product-card__title {
    align-self: start;
    display: -webkit-box;
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 0;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.support-status {
    color: var(--support-muted);
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.support-status:not(:empty) {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 240px;
}

.support-status button {
    background: var(--support-text);
    border-radius: 4px;
    color: #fff;
    margin-left: 14px;
    padding: 10px 18px;
}

.support-pagination {
    align-items: center;
    display: flex;
    gap: clamp(16px, 1.667vw, 32px);
    justify-content: center;
    margin-top: clamp(40px, 4.167vw, 80px);
    min-height: 42px;
}

.support-pagination button {
    background: #fff;
    border: 1px solid var(--support-line);
    border-radius: 4px;
    color: var(--support-muted);
    font-size: 14px;
    height: 42px;
    min-width: 129px;
    padding: 0 24px;
}

.support-pagination button:disabled {
    cursor: default;
    opacity: .45;
}

.support-pagination span {
    color: var(--support-muted);
    font-size: 14px;
}

.support-contact {
    display: grid;
    gap: clamp(12px, 1.25vw, 24px);
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
    margin-top: clamp(48px, 4.167vw, 80px);
}

.support-contact-card {
    align-items: flex-start;
    background: #fff;
    border-radius: 8px;
    color: var(--support-text);
    display: flex;
    gap: clamp(12px, .833vw, 16px);
    height: auto;
    min-height: 103px;
    min-width: 0;
    padding: clamp(18px, 1.25vw, 24px);
    text-align: left;
    text-decoration: none;
}

.support-contact-card:hover,
.support-contact-card:focus-visible {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    color: var(--support-text);
}

.support-contact-card > span:last-child {
    min-width: 0;
}

.support-contact-card strong,
.support-contact-card small {
    display: block;
    overflow-wrap: anywhere;
}

.support-contact-card strong {
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.support-contact-card small {
    color: var(--support-muted);
    font-size: 14px;
    margin-top: 16px;
}

.support-contact-card__icon {
    flex: 0 0 32px;
    height: 32px;
    position: relative;
    width: 32px;
}

.support-contact-card__icon::before,
.support-contact-card__icon::after {
    content: "";
    position: absolute;
}

.support-contact-card__icon::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    left: 0;
    top: 0;
    width: 32px;
}

.support-contact-card__icon::after {
    display: none;
}

.support-contact-card__icon--chat::before {
    background-image: url(../images/support/support-contact-chat.svg);
}

.support-contact-card__icon--phone::before {
    background-image: url(../images/support/support-contact-phone.svg);
}

.support-contact-card__icon--email::before {
    background-image: url(../images/support/support-contact-email.svg);
}

.support-product-hero {
    background: #fff;
    height: clamp(240px, 27.78vw, 400px);
}

.support-product-hero__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0;
}

.support-product-hero__copy {
    min-width: 0;
}

.support-product-hero h1 {
    font-family: Montserrat-SemiBold, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: anywhere;
}

.support-product-hero img {
    display: block;
    height: auto;
    object-fit: contain;
    width: clamp(160px, 20.84vw, 300px);
}

.support-resource-list {
    margin: 0 auto;
    max-width: 1344px;
    min-height: 120px;
}

.support-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 1280px;
}

.support-faq-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

button.support-faq-item__question {
    align-items: center;
    background: #fff;
    color: var(--support-text);
    display: flex;
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 24px;
    justify-content: space-between;
    line-height: 1.5;
    min-height: 56px;
    padding: 16px 24px;
    text-align: left;
    width: 100%;
}

.support-faq-item__question span:first-child {
    overflow-wrap: anywhere;
}

.support-faq-item__chevron {
    transform: rotate(0deg);
    transition: transform .2s ease;
}

.support-faq-item.is-open .support-faq-item__chevron {
    transform: rotate(90deg);
}

.support-faq-item__answer {
    color: #333333;
    display: none;
    font-family: Montserrat-Light, "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    overflow-wrap: anywhere;
    padding: 16px 24px;
}

.support-faq-item__answer > :first-child {
    margin-top: 0;
}

.support-faq-item__answer > :last-child {
    margin-bottom: 0;
}

.support-manual-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 1280px;
}

.support-manual-item {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: var(--support-text);
    display: flex;
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.5;
    min-height: 53px;
    padding: 16px 24px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.support-manual-item__title {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.support-manual-item:hover,
.support-manual-item:focus-visible {
    color: var(--support-text);
}

.support-faq-item__chevron,
.support-manual-item__arrow {
    background: url(../images/support/support-manual-arrow.svg) center / contain no-repeat;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.support-video-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
}

.support-video-card {
    background: #fff;
    border-radius: 8px;
    color: var(--support-text);
    min-width: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.support-video-card__cover {
    aspect-ratio: 16 / 9;
    background: #e7e7e7;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.support-video-card__cover img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.support-video-card__play {
    background: rgba(47, 47, 47, .72);
    border-radius: 50%;
    height: 64px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
}

.support-video-card__play::after {
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    content: "";
    left: 26px;
    position: absolute;
    top: 22px;
}

.support-video-card__title {
    display: block;
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: anywhere;
    padding: 16px;
}

.support-empty {
    align-items: center;
    color: var(--support-muted);
    display: flex;
    justify-content: center;
    min-height: 240px;
    text-align: center;
}

.support-failure {
    background: #fff;
    min-height: clamp(620px, 64vw, 920px);
    overflow: hidden;
}

.support-failure-page {
    background: #fff;
    min-height: 0;
    position: relative;
}

body.support-standalone-page,
.support-standalone-page .support-failure-page,
.support-standalone-page .support-failure {
    background: #fff;
    min-height: 100vh;
}

.support-standalone-page .support-failure__content {
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.support-failure__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: clamp(140px, 18vw, 260px) 24px 96px;
    text-align: center;
}

.support-failure__content img {
    display: block;
    height: auto;
    width: clamp(160px, 18vw, 260px);
}

.support-failure__content p {
    color: var(--support-muted);
    font-size: 16px;
    line-height: 1.5;
    margin: 28px 0 0;
    max-width: 560px;
}

html.support-manual-open,
html.support-manual-open body {
    overflow: hidden;
    overscroll-behavior: none;
}

html.support-manual-open body .woot-widget-bubble,
html.support-manual-open body .woot-widget-holder {
    display: none !important;
}

.support-manual-reader {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    inset: 0;
    position: fixed;
    z-index: 500;
}

.support-manual-reader__toolbar {
    align-items: center;
    background: #1f1f1f;
    display: flex;
    flex: 0 0 70px;
    min-height: 70px;
    padding: 0 24px;
}

button.support-manual-reader__close {
    align-items: center;
    background: transparent;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
}

.support-manual-reader__close img {
    display: block;
    filter: invert(1);
    height: 24px;
    opacity: .82;
    width: 24px;
}

.support-manual-reader__close:hover,
.support-manual-reader__close:focus-visible {
    outline: 0;
}

.support-manual-reader__close:hover img,
.support-manual-reader__close:focus-visible img {
    opacity: 1;
}

.support-manual-reader__viewport {
    background: #fff;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 12px 24px;
    position: relative;
    scrollbar-color: #9a9a9a #fff;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
}

.support-manual-reader__pages {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.support-pdf-page {
    aspect-ratio: 1 / 1.4142;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.support-pdf-page:not(.is-ready)::after {
    animation: support-pdf-loading .8s linear infinite;
    border: 2px solid #dedede;
    border-radius: 50%;
    border-top-color: #777;
    content: "";
    height: 28px;
    left: calc(50% - 14px);
    position: absolute;
    top: calc(50% - 14px);
    width: 28px;
    z-index: 2;
}

.support-pdf-page.is-error::after {
    animation: none;
    border: 0;
    color: #777;
    content: "!";
    font-family: Arial, sans-serif;
    font-size: 28px;
    height: auto;
    left: 0;
    text-align: center;
    top: calc(50% - 16px);
    width: 100%;
}

.support-pdf-page canvas {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.support-manual-reader__status {
    color: #2f2f2f;
    left: 50%;
    line-height: 1.5;
    max-width: calc(100% - 48px);
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 520px;
}

.support-manual-reader__zoom {
    background: rgba(255, 255, 255, .96);
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    bottom: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .14);
    display: flex;
    overflow: hidden;
    position: absolute;
    right: 20px;
    z-index: 3;
}

button.support-manual-reader__zoom-button {
    align-items: center;
    background: transparent;
    color: #2f2f2f;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 24px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-width: 44px;
    padding: 0;
}

button.support-manual-reader__zoom-button + button.support-manual-reader__zoom-button {
    border-left: 1px solid #e2e2e2;
}

button.support-manual-reader__zoom-value {
    font-family: Montserrat-Regular, "Microsoft YaHei", Arial, sans-serif;
    font-size: 13px;
    min-width: 64px;
}

button.support-manual-reader__zoom-button:hover,
button.support-manual-reader__zoom-button:focus-visible {
    background: #f2f2f2;
    outline: 0;
}

button.support-manual-reader__zoom-button:disabled {
    background: transparent;
    color: #aaa;
    cursor: default;
}

@keyframes support-pdf-loading {
    to {
        transform: rotate(360deg);
    }
}

.support-dialog {
    inset: 0;
    position: fixed;
    z-index: 400;
}

.support-dialog__backdrop {
    background: rgba(0, 0, 0, .72);
    inset: 0;
    position: absolute;
}

#supportVideoDialog .support-dialog__backdrop {
    background: rgba(0, 0, 0, .6);
}

.support-video-player {
    background: transparent;
    left: 50%;
    max-width: calc(100vw - 32px);
    position: absolute;
    top: calc(50% + 47px);
    transform: translate(-50%, -50%);
    width: min(70vw, 1120px, max(280px, calc(150vh - 345px)));
}

.support-video-player__media {
    aspect-ratio: 3 / 2;
    background: #000;
    width: 100%;
}

.support-video-player video,
.support-video-player iframe {
    border: 0;
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.support-video-player__title {
    display: none;
}

.support-dialog__close {
    align-items: center;
    background: transparent;
    color: inherit;
    display: flex;
    font-family: Arial, sans-serif !important;
    font-size: 34px !important;
    height: 48px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 48px;
    z-index: 2;
}

.support-video-player > .support-dialog__close {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 0 !important;
    right: 0;
    top: -66px;
}

.support-video-player > .support-dialog__close::before,
.support-video-player > .support-dialog__close::after {
    background: currentColor;
    content: "";
    height: 1px;
    left: 13px;
    position: absolute;
    top: 23px;
    width: 20px;
}

.support-video-player > .support-dialog__close::before {
    transform: rotate(45deg);
}

.support-video-player > .support-dialog__close::after {
    transform: rotate(-45deg);
}

body.support-no-scroll {
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .support-home-hero {
        padding-bottom: 1rem;
    }
}

@media (max-width: 899px) {
    .support-home-hero__breadcrumb {
        bottom: .6rem;
    }

    .support-home-hero__breadcrumb h2 {
        font-size: .36rem;
    }

    .support-home-hero__heading h1 {
        font-size: 32px;
    }

    .support-home-hero__heading p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .support-app {
        font-size: 14px;
    }

    .support-home-hero__breadcrumb {
        display: none;
    }

    .support-home-hero {
        background-position: 57% center;
    }

    .support-home-hero__content {
        gap: 0;
        width: calc(100% - clamp(24px, 6.4vw, 48px));
    }

    .support-home-hero__heading h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .support-home-hero__heading p {
        font-size: 16px;
    }

    .support-search {
        height: clamp(28px, 5.33vw, 40px);
        margin-top: clamp(10px, 2.667vw, 20px);
        padding-left: clamp(12px, 2.4vw, 18px);
        padding-right: clamp(12px, 2.4vw, 18px);
        width: clamp(200px, 51.2vw, 384px);
    }

    .support-search__icon {
        flex-basis: clamp(10px, 2.13vw, 16px);
        height: clamp(10px, 2.13vw, 16px);
        margin-right: clamp(10px, 2.4vw, 18px);
        width: clamp(10px, 2.13vw, 16px);
    }

    .support-search__icon::after {
        right: clamp(-5px, -.67vw, -3px);
        top: clamp(7px, 1.47vw, 11px);
        width: clamp(4px, .93vw, 7px);
    }

    .support-suggestions {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: clamp(8px, 1.6vw, 12px);
        margin: clamp(12px, 3.2vw, 24px) 0 0;
        max-width: clamp(340px, 72vw, 540px);
        overflow-x: auto;
        padding: 0 0 clamp(2px, .53vw, 4px);
        width: 100%;
    }

    .support-suggestions button {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 6px 18px;
    }

    .support-suggestions button:first-child {
        margin-left: 0;
    }

    .support-suggestions button:last-child {
        margin-right: 0;
    }

    .support-filter,
    .support-tabs {
        gap: 12px;
        justify-content: flex-start;
        margin-left: -16px;
        margin-right: -16px;
        min-height: 49px;
        padding: 6px 16px;
        width: calc(100% + 32px);
    }

    .support-filter button,
    .support-tabs button {
        font-size: 13px;
        padding: 8px 18px;
    }

    .support-home-view {
        margin-top: calc(clamp(-80px, -5.56vw, -32px) + clamp(12px, 3.2vw, 24px));
        width: calc(100% - clamp(24px, 6.133vw, 46px));
    }

    .support-home-view .support-filter {
        gap: clamp(12px, 3.2vw, 24px);
        margin-bottom: clamp(20px, 5.333vw, 40px);
        margin-left: clamp(-23px, -3.067vw, -12px);
        margin-right: clamp(-23px, -3.067vw, -12px);
        min-height: 0;
        padding: 11px clamp(12px, 3.2vw, 24px);
        width: calc(100% + clamp(24px, 6.133vw, 46px));
    }

    .support-home-view .support-filter button {
        font-size: 16px;
        padding-left: clamp(18px, 4.267vw, 32px);
        padding-right: clamp(18px, 4.267vw, 32px);
    }

    .support-detail-view {
        margin-top: calc(clamp(-80px, -5.56vw, -32px) + clamp(12px, 3.2vw, 24px));
        width: 100%;
    }

    .support-detail-view .support-tabs {
        gap: clamp(12px, 3.2vw, 24px);
        margin-bottom: clamp(16px, 4vw, 30px);
        margin-left: 0;
        margin-right: 0;
        min-height: 0;
        padding: 11px 20px;
        width: 100%;
    }

    .support-detail-view .support-tabs button {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 32px;
    }

    .support-product-grid {
        gap: clamp(12px, 3.2vw, 24px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-product-card {
        grid-template-rows: minmax(0, 1fr) clamp(31px, 8vw, 60px);
        height: clamp(148px, 37.87vw, 284px);
        min-height: 0;
        padding: clamp(12px, 3.2vw, 24px) clamp(16px, 5.067vw, 38px);
        row-gap: clamp(8px, 2.133vw, 16px);
    }

    .support-product-card__title {
        font-size: 20px;
    }

    .support-pagination {
        gap: 16px;
        margin-top: clamp(24px, 5.33vw, 40px);
    }

    .support-pagination button {
        min-width: 92px;
        padding: 0 16px;
    }

    .support-contact {
        gap: 12px;
        grid-template-columns: 1fr;
        margin-top: 48px;
    }

    .support-contact-card {
        min-height: 88px;
        padding: 18px;
    }

    #supportContactChat {
        order: 1;
    }

    #supportContactEmail {
        order: 3;
    }

    #supportContactPhone {
        order: 2;
    }

    .support-contact-card strong {
        font-size: 16px;
    }

    .support-contact-card small {
        font-size: 12px;
        margin-top: 10px;
    }

    .support-failure {
        min-height: clamp(644px, 164.8vw, 1236px);
    }

    .support-failure__content {
        padding-bottom: clamp(80px, 18.67vw, 140px);
        padding-top: clamp(166px, 42.67vw, 320px);
    }

    .support-failure__content img {
        width: clamp(136px, 34.67vw, 260px);
    }

    .support-failure__content p {
        font-size: 16px;
        margin-top: clamp(16px, 4.27vw, 32px);
        max-width: 560px;
    }

    .support-product-hero {
        height: clamp(148px, 37.87vw, 284px);
    }

    .support-product-hero__inner {
        padding: 0;
        width: calc(100% - clamp(42px, 10.67vw, 80px));
    }

    .support-product-hero__copy {
        flex: 1 1 0;
    }

    .support-product-hero h1 {
        font-size: 36px;
        max-width: 100%;
    }

    .support-product-hero img {
        flex: 0 0 auto;
        width: clamp(112px, 29.333vw, 220px);
    }

    .support-detail-view .support-resource-list {
        width: calc(100% - clamp(40px, 10.667vw, 80px));
    }

    .support-faq-list {
        gap: clamp(8px, 1.6vw, 12px);
    }

    .support-manual-list {
        gap: 16px;
    }

    button.support-faq-item__question {
        font-size: 20px;
        line-height: 1.2;
        min-height: 0;
        padding: clamp(16px, 3.2vw, 24px) clamp(16px, 4.267vw, 32px);
    }

    .support-faq-item__answer {
        font-size: 14px;
        padding: clamp(16px, 3.2vw, 24px) clamp(16px, 4.267vw, 32px);
    }

    .support-manual-item {
        font-size: 14px;
        gap: 16px;
        min-height: 53px;
        padding: 16px clamp(16px, 6.15vw, 24px);
    }

    .support-manual-reader__toolbar {
        flex-basis: 52px;
        min-height: 52px;
        padding: 0 6px;
    }

    button.support-manual-reader__close {
        height: 40px;
        width: 40px;
    }

    .support-manual-reader__close img {
        height: 24px;
        width: 24px;
    }

    .support-manual-reader__viewport {
        padding: 0 7px 14px;
    }

    .support-manual-reader__zoom {
        display: none;
    }

    .support-video-grid {
        gap: 16px;
    }

    .support-video-card__title {
        font-size: 28px;
        padding: clamp(12px, 3.2vw, 24px);
    }

    .support-video-card__play {
        height: 52px;
        width: 52px;
    }

    .support-video-card__play::after {
        border-bottom-width: 8px;
        border-left-width: 13px;
        border-top-width: 8px;
        left: 21px;
        top: 18px;
    }

    .support-video-player {
        max-width: calc(100% - 32px);
        top: calc(50% + 33px);
        width: min(calc(100% - 32px), max(240px, calc(150vh - 147px)));
    }

    .support-video-player > .support-dialog__close {
        display: none;
    }

}

@media (max-width: 479px) {
    .support-home-hero__heading h1 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .support-home-hero__heading p {
        font-size: 11px;
    }

    .support-search input {
        font-size: 10px;
    }

    .support-suggestions button {
        font-size: 9px;
    }

    .support-product-card__title {
        font-size: 12px;
    }

    .support-product-hero h1 {
        font-size: 28px;
    }

    .support-home-view .support-filter button {
        font-size: 13px;
    }

    button.support-faq-item__question {
        font-size: 14px;
    }

    .support-video-card__title {
        font-size: 16px;
    }

    .support-failure__content p {
        font-size: 12px;
        max-width: 300px;
    }
}

@media (max-width: 359px) {
    .support-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-product-card,
    .support-faq-item__chevron {
        transition: none;
    }

    .support-pdf-page:not(.is-ready)::after {
        animation: none;
    }
}
