html[data-locale="en"] body {
  font-family: Arial, "Helvetica Neue", sans-serif;
}

@media (min-width: 1201px) {
  .topbar .topbar-inner {
    display: grid !important;
    grid-template-columns: 290px minmax(620px, 1040px) minmax(56px, 1fr);
    column-gap: clamp(36px, 6.25vw, 120px) !important;
    align-items: center;
  }

  .topbar .nav {
    width: 100%;
    margin-left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0 !important;
    align-items: center;
  }

  .topbar .nav > a,
  .topbar .nav > .product-menu,
  .topbar .nav > .solution-menu {
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .topbar .nav > .product-menu > a,
  .topbar .nav > .solution-menu > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .topbar .header-links {
    justify-self: end;
    margin-left: 0 !important;
  }

  html[data-locale="en"] .topbar .nav a {
    font-size: 20px !important;
  }
}

body[data-i18n-page="solution-detail"] .feature-tab,
body[data-i18n-page="solution-detail"] .feature-card h3 {
  font-size: 28px !important;
  line-height: 40px !important;
  letter-spacing: 0;
}

body[data-i18n-page="solution-detail"] .feature-tab *,
body[data-i18n-page="solution-detail"] .feature-card h3 * {
  font-size: inherit !important;
  line-height: inherit !important;
}

html[data-locale="en"] [data-i18n-flow="auto"] {
  height: auto;
  min-height: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  -webkit-line-clamp: unset;
}

html[data-locale="en"] [data-i18n-fit] [data-i18n-fit-field] {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

html[data-locale="en"] [data-i18n-fit="productFunctionCard"] [data-i18n-fit-field="title"],
html[data-locale="en"] [data-i18n-fit="solutionArchitectureCard"] [data-i18n-fit-field="title"] {
  font-size: 22px;
  line-height: 30px;
}

html[data-locale="en"] [data-i18n-fit="productFunctionCard"] [data-i18n-fit-field="body"] {
  font-size: 17px;
  line-height: 28px;
}

html[data-locale="en"] [data-i18n-fit="solutionArchitectureCard"] [data-i18n-fit-field="body"] {
  font-size: 18px;
  line-height: 30px;
}

html[data-locale="en"] [data-i18n-fit="productPagerCard"] [data-i18n-fit-field="title"],
html[data-locale="en"] [data-i18n-fit="solutionPagerCard"] [data-i18n-fit-field="title"] {
  font-size: 18px;
  line-height: 26px;
}

html[data-locale="en"] [data-i18n-fit="fixedBadge"] [data-i18n-fit-field="title"] {
  font-size: 14px;
  line-height: 20px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .hero h1 {
  width: max-content;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-size: clamp(20px, 2.2vw, 40px);
  line-height: 1.25;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .hero p {
  font-size: 18px;
  line-height: 31px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .intro p {
  font-size: 18px;
  line-height: 32px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .product-heading h2,
html[data-locale="en"] body[data-i18n-page="product-detail"] .section-title h2 {
  width: max-content;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100vw - 180px);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.4;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .section-title {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  box-sizing: border-box;
  padding-inline: 32px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .section-title.product-heading {
  display: flex !important;
  gap: 15px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .section-title.product-heading h2 {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .tech-card [data-i18n-fit-field="title"] {
  left: var(--px);
  width: min(565px, calc(100% - var(--px) - 40px));
  height: 60px;
  overflow: hidden;
  white-space: normal;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .tech-card [data-i18n-fit-field="body"] {
  width: min(565px, calc(100% - var(--px) - 40px));
  height: 210px;
  overflow: hidden;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .tech-card.i18n-is-truncated [data-i18n-fit-field="body"] {
  -webkit-line-clamp: 7;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .feature-card h3 {
  font-size: 26px;
  line-height: 34px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .feature-card p {
  font-size: 17px;
  line-height: 30px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .solution-card h3 {
  font-size: 26px;
  line-height: 34px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .solution-card p {
  font-size: 17px;
  line-height: 30px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefits-section .section-title {
  margin-bottom: 40px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-panel {
  aspect-ratio: auto;
  min-height: 0;
  background: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 20px;
  padding: 28px;
  box-sizing: border-box;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-item {
  position: relative;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 24px 48px;
  box-sizing: border-box;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  border: 1px solid rgba(60, 92, 179, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(23, 55, 112, .08);
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-title img {
  display: none;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-title::before {
  content: "";
  width: 45px;
  height: 49px;
  flex: 0 0 45px;
  background-image: var(--benefit-icon-sheet);
  background-repeat: no-repeat;
  background-size: var(--benefit-icon-sheet-size);
  background-position: var(--benefit-icon-position);
}

body.network-access-page {
  --benefit-icon-sheet: url("nacp-value-cards.png");
  --benefit-icon-sheet-size: 1836px 739px;
}
body.network-access-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -111px -56px; }
body.network-access-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -111px -230px; }
body.network-access-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -405px; }
body.network-access-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -111px -581px; }

body.video-security-access-page {
  --benefit-icon-sheet: url("tsa-value-cards.png");
  --benefit-icon-sheet-size: 1836px 914px;
}
body.video-security-access-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -111px -56px; }
body.video-security-access-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -110px -230px; }
body.video-security-access-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -406px; }
body.video-security-access-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -110px -580px; }
body.video-security-access-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -111px -756px; }

body.next-generation-firewall-page {
  --benefit-icon-sheet: url("ngfw-value-cards.png");
  --benefit-icon-sheet-size: 1836px 944px;
}
body.next-generation-firewall-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -111px -86px; }
body.next-generation-firewall-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -110px -262px; }
body.next-generation-firewall-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -111px -436px; }
body.next-generation-firewall-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -111px -610px; }
body.next-generation-firewall-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -110px -786px; }

body.visual-data-security-page {
  --benefit-icon-sheet: url("vdsp-value-cards.png");
  --benefit-icon-sheet-size: 1836px 944px;
}
body.visual-data-security-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -110px -88px; }
body.visual-data-security-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -112px -260px; }
body.visual-data-security-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -435px; }
body.visual-data-security-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -110px -610px; }
body.visual-data-security-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -110px -786px; }

body.video-data-security-page {
  --benefit-icon-sheet: url("vdp-value-cards.png");
  --benefit-icon-sheet-size: 1805px 287px;
}
body.video-data-security-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -111px -86px; }

body.network-information-asset-operations-page {
  --benefit-icon-sheet: url("vops-goals-panel.png");
  --benefit-icon-sheet-size: 1836px 1161px;
}
body.network-information-asset-operations-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -110px -86px; }
body.network-information-asset-operations-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -110px -304px; }
body.network-information-asset-operations-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -476px; }
body.network-information-asset-operations-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -110px -650px; }
body.network-information-asset-operations-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -109px -826px; }
body.network-information-asset-operations-page .benefit-item:nth-child(6) .benefit-title::before { --benefit-icon-position: -112px -1001px; }

body.network-security-vulnerability-scanning-page {
  --benefit-icon-sheet: url("nvs-value-panel.png");
  --benefit-icon-sheet-size: 1836px 1029px;
}
body.network-security-vulnerability-scanning-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -110px -86px; }
body.network-security-vulnerability-scanning-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -111px -304px; }
body.network-security-vulnerability-scanning-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -111px -520px; }
body.network-security-vulnerability-scanning-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -112px -696px; }
body.network-security-vulnerability-scanning-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -110px -872px; }

body.log-audit-analysis-system-page {
  --benefit-icon-sheet: url("las-value-panel.png");
  --benefit-icon-sheet-size: 1805px 1360px;
}
body.log-audit-analysis-system-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -112px -54px; }
body.log-audit-analysis-system-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -110px -322px; }
body.log-audit-analysis-system-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -584px; }
body.log-audit-analysis-system-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -112px -848px; }
body.log-audit-analysis-system-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -111px -1112px; }

body.operations-security-audit-system-page {
  --benefit-icon-sheet: url("osa-value-panel.png");
  --benefit-icon-sheet-size: 1805px 1125px;
}
body.operations-security-audit-system-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -112px -56px; }
body.operations-security-audit-system-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -110px -275px; }
body.operations-security-audit-system-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -112px -490px; }
body.operations-security-audit-system-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -110px -707px; }
body.operations-security-audit-system-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -112px -925px; }

body.database-security-audit-system-page {
  --benefit-icon-sheet: url("dsa-value-panel.png");
  --benefit-icon-sheet-size: 1805px 1155px;
}
body.database-security-audit-system-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -112px -88px; }
body.database-security-audit-system-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -110px -304px; }
body.database-security-audit-system-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -524px; }
body.database-security-audit-system-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -110px -736px; }
body.database-security-audit-system-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -112px -952px; }

body.video-integrated-application-security-audit-system-page {
  --benefit-icon-sheet: url("visa-value-panel.png");
  --benefit-icon-sheet-size: 1805px 1175px;
}
body.video-integrated-application-security-audit-system-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -112px -85px; }
body.video-integrated-application-security-audit-system-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -111px -306px; }
body.video-integrated-application-security-audit-system-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -528px; }
body.video-integrated-application-security-audit-system-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -110px -750px; }
body.video-integrated-application-security-audit-system-page .benefit-item:nth-child(5) .benefit-title::before { --benefit-icon-position: -110px -970px; }

body.video-surveillance-security-inspection-page {
  --benefit-icon-sheet: url("vsi-value-panel.png");
  --benefit-icon-sheet-size: 1836px 770px;
}
body.video-surveillance-security-inspection-page .benefit-item:nth-child(1) .benefit-title::before { --benefit-icon-position: -110px -86px; }
body.video-surveillance-security-inspection-page .benefit-item:nth-child(2) .benefit-title::before { --benefit-icon-position: -111px -264px; }
body.video-surveillance-security-inspection-page .benefit-item:nth-child(3) .benefit-title::before { --benefit-icon-position: -110px -438px; }
body.video-surveillance-security-inspection-page .benefit-item:nth-child(4) .benefit-title::before { --benefit-icon-position: -111px -612px; }

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-title h3 {
  font-size: 24px;
  line-height: 34px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-item p,
html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-item li {
  font-size: 17px;
  line-height: 30px;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-item:first-child p {
  white-space: pre-line;
}

html[data-locale="en"] body[data-i18n-page="product-detail"] .dark-band-copy p {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.65;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .hero-content h1 {
  font-size: clamp(20px, 2.2vw, 40px);
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .hero-content p {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .section-heading h2 {
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .section-copy {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .industry-card h3,
html[data-locale="en"] body[data-i18n-page="solution-detail"] .arch-card h3 {
  font-size: 22px;
  line-height: 30px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .industry-card p,
html[data-locale="en"] body[data-i18n-page="solution-detail"] .arch-card p {
  font-size: 17px;
  line-height: 28px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .feature-tab {
  font-size: 28px !important;
  line-height: 36px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .feature-card h3 {
  font-size: 28px !important;
  line-height: 36px !important;
  height: auto;
  min-height: 72px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .feature-card p {
  font-size: 17px;
  line-height: 28px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0;
  word-spacing: normal;
}

@media (min-width: 901px) {
  html[data-locale="en"] body[data-i18n-page="solution-detail"] .feature-tabs {
    top: 246px;
    gap: 24px;
  }

  html[data-locale="en"] body[data-i18n-page="solution-detail"] .feature-tab {
    width: 430px;
    height: auto;
    min-height: 76px;
  }
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .value-card h3 {
  font-size: 24px;
  line-height: 34px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

html[data-locale="en"] body[data-i18n-page="solution-detail"] .value-card p {
  font-size: 17px;
  line-height: 30px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .hero h1 {
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.25;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .hero p {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .section-heading h2 {
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.4;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .overview-copy {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .core-card h3 {
  width: 260px;
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .core-card p {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .arch-label span {
  font-size: 16px;
  line-height: 20px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .arch-card p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .arch-summary p {
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .app-card h3 {
  font-size: 20px;
  line-height: 26px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .app-card p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .app-card.is-active h3 {
  font-size: 26px;
  line-height: 34px;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .app-card.is-active p {
  font-size: 17px;
  line-height: 26px;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .value-card h3 {
  font-size: 26px;
  line-height: 34px;
}

html[data-locale="en"] body[data-i18n-page="deepvision"] .value-card p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .hero h1 {
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.25;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="support"] .hero p {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .section-heading h2 {
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.4;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="support"] .services-intro {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .service-card h3 {
  font-size: 22px;
  line-height: 30px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="support"] .service-card p {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .system-copy h2 {
  font-size: 28px;
  line-height: 34px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="support"] .system-copy p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .process-card h3 {
  font-size: 19px;
  line-height: 25px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="support"] .process-card p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .commit-card strong {
  font-size: 38px;
  line-height: 50px;
  white-space: normal;
}

html[data-locale="en"] body[data-i18n-page="support"] .commit-card span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  word-spacing: normal;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="partners"] .hero h1 {
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.25;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="partners"] .hero p {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .section-heading h2 {
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.4;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="partners"] .partner-intro p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .policy-copy h3 {
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="partners"] .policy-copy p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .policy-link {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="partners"] .market-text {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .mode-copy h3 {
  font-size: 24px;
  line-height: 31px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="partners"] .mode-copy p {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .channel-card h3 {
  font-size: 24px;
  line-height: 32px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="partners"] .channel-card p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0;
  word-spacing: normal;
  white-space: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .join-card h3 {
  font-size: 20px;
  line-height: 26px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="partners"] .join-card p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="partners"] .join-action a {
  font-size: 22px;
  line-height: 30px;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="partners"] .join-action p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="about"] .hero h1 {
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.25;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="about"] .hero p {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="about"] .section-heading h2 {
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.4;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="about"] .company-copy p {
  font-size: 17px;
  line-height: 29px;
  text-align: left;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="about"] .culture-card h3 {
  font-size: 24px;
  line-height: 32px;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="about"] .culture-card p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  word-spacing: normal;
}

html[data-locale="en"] body[data-i18n-page="about"] .contact-panel-title {
  font-size: 24px;
  line-height: 32px;
  white-space: normal;
}

html[data-locale="en"] body[data-i18n-page="about"] .message-form input {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="about"] .message-form textarea {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="about"] .consultation-select-trigger {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="about"] .consultation-option {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="about"] .message-form > button {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

html[data-locale="en"] body[data-i18n-page="about"] .service-item h4 {
  font-size: 18px;
  line-height: 28px;
  white-space: normal;
}

html[data-locale="en"] body[data-i18n-page="about"] .service-item p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  word-spacing: normal;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-locale="en"] body[data-i18n-page="about"] .service-item strong {
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

html[data-locale="en"] body[data-i18n-page="about"] .service-item small {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  word-spacing: normal;
}

@media (max-width: 900px) {
  html[data-locale="en"] body[data-i18n-page="product-detail"] .tech-card [data-i18n-fit-field] {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-panel {
    grid-template-columns: 1fr;
    padding: 0;
  }

  html[data-locale="en"] body[data-i18n-page="product-detail"] .benefit-item {
    padding: 24px;
  }

}
