/* Mobile content refinement for the six legacy content pages. */

.hs-table-hint {
  display: none;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body.hs-legacy-page {
    color: #15283d;
    font-size: 16px;
    line-height: 1.75;
  }

  .hs-legacy-page > section,
  .hs-legacy-page > div {
    min-width: 0;
  }

  .hs-legacy-page .container {
    width: 100%;
    max-width: 100%;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .hs-legacy-page .page-banner {
    height: 176px;
    min-height: 176px;
    background-position: center;
  }

  .hs-legacy-page .page-banner-content {
    padding: 0 16px;
  }

  .hs-legacy-page .page-banner-content h1 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.02em;
  }

  .hs-legacy-page .page-banner-content .breadcrumb {
    font-size: 13px;
  }

  .hs-legacy-page .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hs-legacy-page .section-sm {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hs-legacy-page section.py-20 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .hs-legacy-page section.py-16 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .hs-legacy-page section.py-12 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .hs-legacy-page .section-title {
    margin-bottom: 36px;
  }

  .hs-legacy-page .section-title h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
  }

  .hs-legacy-page .section-title h2::after {
    bottom: -10px;
    width: 48px;
    height: 3px;
  }

  .hs-legacy-page .section-title p {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.75;
  }

  .hs-legacy-page .text-5xl {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .hs-legacy-page .text-4xl {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .hs-legacy-page .text-3xl {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .hs-legacy-page .text-2xl {
    font-size: 21px !important;
    line-height: 1.35 !important;
  }

  .hs-legacy-page h2[style*="font-size:48px"] {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .hs-legacy-page .text-xs {
    font-size: 13px !important;
    line-height: 1.65;
  }

  .hs-legacy-page p,
  .hs-legacy-page li {
    overflow-wrap: anywhere;
  }

  .hs-legacy-page .gap-16 {
    gap: 32px !important;
  }

  .hs-legacy-page .gap-12 {
    gap: 28px !important;
  }

  .hs-legacy-page .gap-10 {
    gap: 24px !important;
  }

  .hs-legacy-page .gap-8 {
    gap: 20px !important;
  }

  .hs-legacy-page .gap-6 {
    gap: 16px !important;
  }

  .hs-legacy-page .mb-12 {
    margin-bottom: 32px !important;
  }

  .hs-legacy-page .mb-10 {
    margin-bottom: 28px !important;
  }

  .hs-legacy-page .mb-8 {
    margin-bottom: 24px !important;
  }

  .hs-legacy-page .p-10 {
    padding: 24px !important;
  }

  .hs-legacy-page .p-8 {
    padding: 20px !important;
  }

  .hs-legacy-page .p-6 {
    padding: 18px !important;
  }

  .hs-legacy-page .p-5 {
    padding: 16px !important;
  }

  .hs-legacy-page .btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.35;
    touch-action: manipulation;
  }

  .hs-legacy-page #categoryNav button,
  .hs-legacy-page .news-pagination button {
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
  }

  .hs-legacy-page .flex.flex-wrap > .btn {
    flex: 1 1 150px;
  }

  .hs-legacy-page input,
  .hs-legacy-page select,
  .hs-legacy-page textarea {
    min-height: 48px;
    border-color: #cfd8e2;
    font-size: 16px !important;
    line-height: 1.45;
  }

  .hs-legacy-page textarea {
    min-height: 128px;
    resize: vertical;
  }

  .hs-legacy-page label {
    font-size: 14px !important;
  }

  .hs-legacy-page .partner-consent {
    display: flex;
    min-height: 48px;
    align-items: flex-start;
    padding: 10px 0;
    cursor: pointer;
    line-height: 1.55;
  }

  .hs-legacy-page .partner-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    flex: 0 0 20px;
    margin-top: 1px;
    accent-color: #003580;
  }

  .hs-legacy-page .hs-table-hint {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin: 0 0 8px;
    color: #617388;
    font-size: 13px;
    font-weight: 650;
  }

  .hs-legacy-page .hs-table-hint i {
    color: #f47b20;
  }

  .hs-legacy-page a[href^="tel:"],
  .hs-legacy-page a[href^="mailto:"] {
    min-height: 44px;
    align-items: center;
  }

  .hs-legacy-page a[href^="tel:"].block,
  .hs-legacy-page a[href^="mailto:"].block {
    display: flex;
    justify-content: center;
  }

  .hs-legacy-page form.rounded-xl,
  .hs-legacy-page form.p-8 {
    border: 1px solid #e5eaf0;
    border-radius: 14px;
    box-shadow: 0 10px 32px rgba(7, 27, 49, .06);
  }

  .hs-legacy-page .overflow-x-auto {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .hs-legacy-page .overflow-x-auto table {
    min-width: 680px;
  }

  .hs-legacy-page table th,
  .hs-legacy-page table td {
    padding: 12px 14px !important;
    font-size: 14px;
    line-height: 1.55;
  }

  .hs-legacy-page .shadow-2xl,
  .hs-legacy-page .shadow-xl,
  .hs-legacy-page .shadow-lg {
    box-shadow: 0 12px 34px rgba(7, 27, 49, .09) !important;
  }

  .hs-legacy-page img {
    height: auto;
  }

  .hs-legacy-page .h-48 {
    height: 176px !important;
  }

  .hs-legacy-page .hs-restored-product {
    padding: 12px !important;
  }
}

@media (max-width: 430px) {
  .hs-legacy-page .grid-cols-3.gap-6 {
    gap: 12px !important;
  }

  .hs-legacy-page .grid-cols-3 > div {
    min-width: 0;
  }
}
