@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
/* @import url('blue-theme-style.css'); */

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0
}

html {
  background: 0 0
}

body {
  font-family: Outfit, sans-serif !important;
  font-size: 16px
}

:root {
  --color-bg-download: #F5F5F5;
  --color-bg-download-tertiary: #0AC693;
  --color-border: rgba(212, 212, 212, 1);
  --color-border-download: #D0D7DF;
  --color-border-lightmini-green: #1CB9A0;
  --color-green: #26E880;
  --color-green-light: #A7EFD8;
  --color-gray-light: #E2E8F0;
  --color-search-bg: #F1F5F9;
  --color-warning: #D22F2F
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 600;
  word-break: break-word
}

input::placeholder {
  color: #000;
  opacity: 1
}

h1 {
  margin-bottom: 15px;
  font-size: 56px
}

h2 {
  margin-bottom: 10px;
  font-size: 32px
}

h3 {
  margin-bottom: 10px;
  font-size: 24px
}

h4 {
  margin-bottom: 10px;
  font-size: 16px
}

h5 {
  margin-bottom: 10px;
  font-size: 15px
}

p {
  margin-bottom: 16px;
  word-break: break-word
}

button[type=button] {
  background: 0 0;
  border: 0
}

.d-none {
  display: none
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.slds-align_absolute-center {
  text-align: center
}

html body a:link.global-link,
html body a:visited.global-link {
  color: #000;
  text-decoration: underline;
  border: 0;
  cursor: pointer
}

html body a:link:hover.global-link {
  text-decoration: none
}

html body a:link.green-link,
html body a:visited.green-link {
  color: var(--lightminigreen-border-color)
}

html body a:link.btn,
html body a:visited.btn,
html body button.btn {
  font-family: Outfit, sans-serif !important;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 400;
  border-radius: 8px;
  transition: .2s;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal
}

html body a:link.btn-dark,
html body a:visited.btn-dark,
html body button.btn-dark {
  background-color: #000;
  color: #fff;
  border: 1px solid #000
}

html body a.btn-dark:visited:hover,
html body a:link.btn-dark:hover {
  background-color: #fff;
  color: #000
}

html body a:link.btn-outline-dark,
html body a:visited.btn-outline-dark,
html body button.btn-outline-dark {
  background-color: #fff;
  color: #000;
  border: 1px solid #000
}

html body a.btn-outline-dark:visited:hover,
html body a:link.btn-outline-dark:hover {
  background-color: #000;
  color: #fff
}

html body a:link.btn-gray,
html body a:visited.btn-gray,
html body button.btn-gray {
  background-color: var(--color-gray-light);
  color: #000;
  border: 1px solid var(--color-gray-light)
}

html body a.btn-gray:visited:hover,
html body a:link.btn-gray:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000
}

html body a:link.btn-dark-green,
html body a:visited.btn-dark-green,
html body button.btn-dark-green {
  background-color: var(--color-border-lightmini-green);
  color: #000;
  border: 1px solid var(--color-border-lightmini-green)
}

html body a.btn-dark-green:visited:hover,
html body a:link.btn-dark-green:hover {
  background-color: var(--color-green);
  color: #000
}

ol,
ul {
  margin-bottom: 16px;
  padding-left: 24px
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

.flex-support {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column
}

.flex-support.flex-col {
  flex-direction: column
}

.flex-support.flex-row {
  flex-direction: row
}

.flex-support.justify-between {
  justify-content: space-between
}

.flex-support.justify-center {
  justify-content: center
}

.flex-support.justify-end {
  justify-content: end
}

.flex-support.item-center {
  align-items: center
}

.alert {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none
}

html body .alert a:link,
html body .alert a:visited {
  color: #000;
  font-weight: 600;
  text-decoration: none
}

.alert.red {
  color: var(--color-warning)
}

html body .alert.red a:link,
html body .alert.red a:visited {
  color: var(--color-warning);
  font-weight: 600;
  text-decoration: none
}

html body .alert a:hover,
html body .alert a:visited:hover {
  text-decoration: none
}

.container {
  width: 100%;
  max-width: 1369px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px
}

.text-center {
  text-align: center
}

community_layout-section.lwc-6j9an5vbrcd-host.comm-section-container {
  padding: 0
}

c-bread-crumb.component-wrapper-spacer,
c-hfg_our-team.component-wrapper-spacer {
  margin-bottom: 0
}

.py-5 {
  padding-top: 10px;
  padding-bottom: 10px
}

.py-10 {
  padding-top: 30px;
  padding-bottom: 30px
}

.py-15 {
  padding-top: 40px;
  padding-bottom: 40px
}

.py-20 {
  padding-top: 60px;
  padding-bottom: 60px
}

.px-5 {
  padding-left: 10px;
  padding-right: 10px
}

.px-3 {
  padding-right: 16px;
  padding-left: 16px
}

.p-2 {
  padding: 8px
}

.mb-2 {
  margin-bottom: 8px
}

.d-desktop {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex
}

.d-mobile {
  display: none
}

.toggle-icon {
  visibility: hidden;
  opacity: 0
}

.content-wrap h1 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 0
}

.light-text {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: normal;
  font-weight: 100
}

.two-colom-box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  height: 450px;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  gap: 3%;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.two-colom-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-gray-light);
  z-index: 0;
  transform: rotate(50deg)
}

.support-section {
  position: relative;
  height: 150%;
  width: 335px;
  transform: rotate(21deg);
  z-index: 2
}

.support-section-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 9
}

.support-section-inner p {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 0;
  line-height: 33px
}

.support-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  transform: scale(1)
}

.support-section:hover img {
  transform: scale(1.2)
}

.left-position {
  transform: rotate(-21deg) translate(-186px, 45px);
  width: 670px;
  cursor: pointer
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  font-weight: 700
}

.click-event {
  cursor: pointer
}

.modal {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  inset: 0;
  z-index: 9999
}

.modal .modal-content {
border-radius: 12px !important;
}

.modal-content {
  background-color: #fff;
  color: #000;
  padding: 30px;
  width: 100%;
  max-width: 620px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  overflow-y: auto;
  height: 380px
}

.modal-content h3 {
  font-size: 20px
}

.modal .close-btn {
  background: 0 0;
  border: none;
  font-size: 24px;
  cursor: pointer
}

.overlay-main-content {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 268px;
  overflow-y: auto
}

.modal .contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0
}

.modal .contact-list li {
  margin-bottom: 6px
}

.modal .contact-list li span.phone-list:last-child span {
  display: none
}

html body footer[data-f6-region],
html body header[data-f6-region] {
  padding: 0
}

header.header {
  padding: 24px;
  border-bottom: 1px solid var(--color-gray-light);
  background-color: #fff
}

header.header .header-left {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1
}

header.header .nav-left a {
  margin-right: 20px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  position: relative
}

header.header .nav-left a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-in-out
}

header.header .nav-left a.active::after,
header.header .nav-left a:hover:after {
  opacity: 1;
  visibility: visible
}

header.header .logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  text-align: center
}

header.header .nav-right {
  gap: 20px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1
}

header.header .search-box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-search-bg);
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px
}

header.header .search-box input,
header.header .search-box input:focus {
  border: 0;
  background: 0 0;
  width: 71px;
  font-weight: 700;
  color: #000;
  opacity: 1
}

header.header .search-box button {
  border: 0
}

header.header .icon {
  fill: #000;
  cursor: pointer
}

header.header .dropdown-relative .btn {
  width: 100%;
  margin-bottom: 16px
}

header.header .dropdown-relative .btn:last-child {
  margin-bottom: 0
}

header.header .user-link ul {
  list-style: none;
  margin: 0;
  padding: 0
}

header.header .user-link li.dropdown-relative {
  position: relative
}

header.header .user-link li.dropdown-relative>img {
  cursor: pointer
}

header.header .user-link li.dropdown-relative>ul {
  min-width: 308px;
  position: absolute;
  z-index: 99;
  padding: 24px;
  margin: 0;
  color: #000;
  text-align: left;
  list-style: none;
  right: 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  top: 100%;
  display: none
}

header.header .user-link li:hover.dropdown-relative>ul {
  display: block
}

.close-dropdown {
  position: absolute;
  right: 18px;
  top: 14px
}

.dropdown-divider {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid gray;
  opacity: 1
}

header a.dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  white-space: break-spaces;
  display: inline-block;
  padding: 5px 0;
  box-sizing: border-box;
  color: #000 !important
}

.hamburger {
  display: none;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1
}

.mobile-menu {
  flex-direction: column;
  position: fixed;
  gap: 10px;
  width: 320px;
  top: 0;
  left: -100%;
  background-color: #000;
  padding: 37px 24px;
  height: 100vh;
  z-index: 9999
}

.mobile-menu.open {
  left: 0
}

.mobile-menu .close-button {
  position: absolute;
  right: 15px;
  top: 8px
}

html body .mobile-menu a:link,
html body .mobile-menu a:visited {
  color: #fff;
  text-decoration: none;
  display: inline-block
}

html body .mobile-menu a:link.active,
html body .mobile-menu a:link:hover {
  text-decoration: underline
}

.banner {
  background-image: url(images/nfb_hero_banner.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 80px 0;
  min-height: 384px;
  text-align: center
}

.banner:before {
  width: 100%;
  position: absolute;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5)
}

.banner.banner-cover {
  background-image: none;
  display: block;
  padding: 0;
  min-height: auto
}

.banner.banner-cover picture img {
  object-fit: cover;
  min-height: 384px;
  width: 100%
}

.banner.banner-cover::before {
  display: none
}

.banner.banner-cover .banner-wrap-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(27, 24, 24, .5);
  padding: 80px 0
}

.banner.banner-cover.npb-inner-banner .banner-wrap-text {
  background: 0 0
}

.banner h1 {
  font-size: 56px;
  font-weight: 600;
  margin-top: 0;
  line-height: 64px;
  letter-spacing: .5px;
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

.banner h1 span {
  font-weight: 600
}

.banner p {
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: .1px;
  z-index: 2;
  position: relative;
  margin-bottom: 5px
}

.banner .form-cover {
  width: 100%
}

.banner .search-box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  max-width: 800px;
  margin: 29px auto;
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  width: 100%;
  position: relative;
  z-index: 4
}

.banner .search-box input {
  flex: 1;
  padding: 24px;
  font-size: 20px;
  border: none;
  outline: 0;
  color: #000
}

.banner .search-box button {
  background: 0 0;
  border: none;
  padding: 0 20px;
  cursor: pointer
}

.banner .search-box img {
  width: 24px;
  height: 24px
}

html body section.banner.flex-support a,
html body section.banner.flex-support a:visited {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .5px;
  text-decoration: underline;
  color: #fff;
  position: relative;
  z-index: 2
}

html body section.banner.flex-support a:hover,
html body section.banner.flex-support a:hover:visited {
  text-decoration-line: none
}

.banner .search-box ul.search-results {
  display: block;
  position: absolute;
  top: 83%;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  text-align: left;
  max-height: 400px;
  overflow-y: auto;
}

html body section.banner.flex-support ul.search-results li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 4px;
  padding-right: 10px;
  font-size: 20px;
}

html body section.banner.flex-support ul.search-results li a:link,
html body section.banner.flex-support ul.search-results li a:visited {
  color: #000;
  text-decoration: none
}

html body section.banner.flex-support ul.search-results li a:link:hover,
html body section.banner.flex-support ul.search-results li a:visited:hover {
  text-decoration: underline
}

.card-enterprise-support {
  padding: 48px 0
}

.card-enterprise-support .card {
  background-color: var(--color-search-bg);
  padding: 40px;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box
}

.card-enterprise-support .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  opacity: .5
}

.card-enterprise-support .card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px
}

.card-enterprise-support .card p {
  font-size: 16px;
  color: #000;
  margin-bottom: 24px
}

.anothor-topic {
  padding-bottom: 0;
  padding-top: 20px
}

.card-enterprise-support.multiple-card .flex-support {
  gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start
}

.card-enterprise-support.multiple-card .card p {
  min-height: 49px
}

.card-enterprise-support .card.light-green-card {
  background-color: var(--color-bg-download)
}

.card-enterprise-support.multiple-card .card.light-green-card p {
  min-height: 75px
}

.help-section {
  text-align: center;
  padding: 48px 0;
  background-color: var(--color-search-bg)
}

.help-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000
}

.help-options {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px
}

.help-card {
  text-align: center;
  border: 1px solid var(--color-border);
  padding: 40px;
  border-radius: 12px
}

.hfg-supportCard .help-card {
  min-height: 317px
}

.help-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  letter-spacing: .1px;
  margin-bottom: 8px
}

.help-card .help-card-content {
  min-height: 76px;
  margin-bottom: 14px
}

.help-card .help-card-content ul {
  list-style-position: inside;
  padding: 0
}

.help-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 81px
}

.help-section .slds-grid>.slds-col.slds-m-bottom_large:nth-last-child(-n+4) {
  margin-bottom: 0
}

.custom-support-section {
  background: var(--color-border-lightmini-green);
  padding: 32px 0;
  position: relative;
  overflow: hidden;
  color: #fff
}

.custom-support-section h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: .5px
}

.custom-support-icons {
  gap: 88px;
  margin-top: 24px
}

.custom-support-icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .5px
}

html body .custom-support-section .custom-support-icons a:link,
html body .custom-support-section .custom-support-icons a:visited {
  color: #fff;
  text-decoration: none
}

.custom-support-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px
}

.custom-triangle {
  content: '';
  position: absolute;
  right: 142px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 119px solid #000;
  z-index: 1
}

.custom-overlay {
  position: absolute;
  right: 67px;
  bottom: -21px;
  width: 103px;
  height: 122%;
  background-color: var(--color-green);
  z-index: 2;
  transform: rotate(-17deg)
}

.announcement-box {
  background-color: var(--color-green);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #000;
  margin-bottom: 0
}

html body .announcement-box a:link,
html body .announcement-box a:visited {
  color: #000;
  text-decoration: underline
}

html body .announcement-box.announcement-chp a:link,
html body .announcement-box.announcement-chp a:visited {
  color: #fff
}

html body .announcement-box a:hover {
  text-decoration: none
}

.security-advisior {
  width: 100%;
  position: relative;
  overflow: hidden
}

.security-advisior:after {
  content: "";
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-color: var(--color-green-light);
  z-index: 1;
  position: absolute;
  right: 0
}

.security-advisior .flex-support {
  position: relative;
  z-index: 2
}

.security-advisior .pre-sales-left {
  flex: 1;
  padding: 40px 40px 40px 0
}

.security-advisior .pre-sales-left h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14.4px;
  margin-bottom: 8px;
  color: #000
}

.security-advisior .pre-sales-left h2 {
  font-size: 24px;
  margin: 3.2px 0 16px
}

.security-advisior .pre-sales-left p {
  font-style: italic
}

.security-advisior .pre-sales-left ul {
  padding-left: 24px;
  margin: 8px 0 24px;
  font-style: italic
}

.security-advisior .pre-sales-left ul li {
  margin: 4.8px 0
}

.security-advisior .pre-sales-left a {
  color: #0070c9;
  text-decoration: none
}

.security-advisior .pre-sales-left a:hover {
  text-decoration: underline
}

.security-advisior .pre-sales-right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 16px;
  flex: 2;
  background-color: var(--color-green-light);
  padding: 40px 0 40px 20px;
  justify-content: end;
  align-items: center
}

.security-advisior .pre-sales-right .card {
  background: 0 0;
  border: 1px solid var(--color-border-lightmini-green);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  width: 30%;
  transition: .3s ease
}

html body .security-advisior .pre-sales-right .card a:link,
html body .security-advisior .pre-sales-right .card a:visited {
  color: #000;
  min-height: 48px;
  display: inline-block
}

.security-advisior .pre-sales-right .card:hover {
  background-color: #a3e8d4
}

.security-advisior .pre-sales-right .card .icon {
  font-size: 32px;
  margin-bottom: 8px
}

.product-download .flex-support {
  gap: 24px
}

.product-download .flex-support .left-column {
  flex: 2;
  letter-spacing: .5px;
  min-width: auto
}

.product-download .flex-support .left-column h2 {
  margin-bottom: 24px
}

.product-download .flex-support .right-column {
  flex: 1;
  min-width: 297px;
  max-width: 297px
}

.doc-box {
  border: 1px solid var(--color-border-download);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px
}

.doc-box h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .1px;
  margin-top: 8px
}

.doc-box .doc-item {
  background: var(--color-bg-download);
  padding: 12px 16px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600
}

.accordion-header {
  align-items: center;
  margin-bottom: 0
}

.accordion-content.firmware-latest {
  margin-top: 10px
}

html body .doc-box a:link,
html body .doc-box a:visited {
  color: #000;
  width: auto
}

html body .doc-box a:link.btn-dark,
html body .doc-box a:visited.btn-dark {
  color: #fff
}

html body .doc-box a:hover.btn-dark {
  color: #fff;
  background-color: #000
}

html body .doc-box a:hover.btn-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff
}

.doc-box .btn {
  width: auto;
  gap: 10px
}

.product-card {
  border: 1px solid var(--color-border-download);
  border-radius: 12px;
  overflow: hidden;
  text-align: center
}

.product-image {
  background-color: #94a3b8;
  min-height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.product-image>img {
  width: auto;
  max-height: 200px;
  max-width: 250px
}

.product-info {
  padding: 16px
}

.product-info p {
  font-size: 14px
}

.firmware-latest {
  background: var(--color-gray-light);
  padding: 16px;
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.firmware-latest .firmware-info {
  flex: 1;
  min-width: 225px
}

.firmware-info strong {
  font-size: 14px
}

.firmware-info p {
  font-size: 14px;
  margin: 4px 0 0
}

.badge {
  background: var(--color-bg-download-tertiary);
  color: #fff;
  font-size: 12px;
  padding: 4px 16px;
  border-radius: 6px;
  margin-left: 8px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block
}

.badge.light-green {
  background: var(--color-green-light);
  color: #000
}

.firmware-actions {
  gap: 10px
}

.firmware-previous {
  margin-top: 12px;
  background: #f6f6f6;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center
}

.plus-icon {
  font-size: 18px;
  font-weight: 700
}

.app-info {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 12px
}

.app-icon {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  overflow: hidden
}

.app-info strong {
  font-size: 16px
}

.app-info p {
  margin: 4px 0 0;
  font-size: 13px
}

.app-buttons {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 10px
}

.form-container {
  margin: 20px auto 5px
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 24px
}

.hide-iframe,
.invalid-feedback {
  display: none
}

.invalid-feedback {
  font-size: 11px;
  color: red;
  font-style: italic;
  padding: 4px 10px
}

input[type=email],
input[type=text],
select {
  padding: 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid var(--color-border-download);
  width: 100%;
  box-sizing: border-box
}

.form-container select {
  appearance: none;
  background-color: #fff
}

.form-container select option {
  border: 1px solid var(--color-gray-light)
}

.form-container select option:hover {
  background-color: var(--color-gray-light);
  color: #000
}

.selection-icon {
  position: relative
}

.form-container .selection-icon>span {
  content: '';
  font-size: 14px;
  position: absolute;
  right: 21px;
  top: 32%;
  pointer-events: none;
  color: #333;
  display: block
}

.form-group {
  margin-bottom: 20px
}

.form-group p {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px
}

.form-group label {
  margin-right: 20px
}

.checkbox-label {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 10px;
  align-items: center
}

.checkbox-label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 20px;
  border: 2px solid #c5cbd5;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  cursor: pointer
}

.checkbox-label input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%)
}

.product-download .radio-group.flex-support {
  gap: 5px
}

.product-download .radio-group.flex-support label {
  gap: 0;
  align-items: center
}

label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c5cbd5;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer
}

label input[type=radio]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%)
}

.privacy-text {
  font-size: 13px;
  margin-top: 4px
}

.privacy-text a {
  color: #007b8f;
  text-decoration: underline
}

.product-download button[type=submit] {
  margin-top: 20px;
  background-color: var(--color-border-lightmini-green);
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: Outfit, sans-serif !important;
}

.product-download button[type=submit]:hover {
  background-color: #000
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 0;
  overflow-x: auto
}

.breadcrumb>div {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  padding: 14px 24px;
  gap: 0;
  flex-wrap: wrap
}

html body .breadcrumb a:link,
html body .breadcrumb a:visited {
  text-decoration: none;
  color: #000
}

html body .breadcrumb a:link.active,
html body .breadcrumb a:link:hover {
  text-decoration: underline
}

.breadcrumb .separator {
  color: #000;
  display: inline-block;
  margin: 0 5px
}

.breadcrumb>div>span:first-child .separator {
  display: none
}

.breadcrumb>div>span:last-child span:last-child {
  text-decoration: underline;
  font-weight: 500
}

.troubleshoot-listing {
  padding-top: 48px;
  padding-bottom: 48px
}

.support-card {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 20px;
  border: 1px solid var(--color-gray-light);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  align-items: center
}

html body .support-card>a:link,
html body .support-card>a:visited {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: block
}

.support-card .icon-box {
  margin-right: 10px
}

.support-card:last-child {
  margin-bottom: 0
}

.support-card h3 {
  margin-bottom: 2px
}

.support-card p {
  margin-bottom: 0
}

.pagination {
  gap: 16px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border-download);
  font-size: 14px
}

.pagination ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: start;
  overflow-x: auto
}

.pagination li {
  cursor: pointer
}

.pagination ul li button {
  border-radius: 0;
  color: #000;
  border: 0;
  padding: 10px 0 0;
  border-top: 2px solid #fff;
  font-family: Outfit, sans-serif !important;
  min-width: 42px;
  transition: .3s;
  text-align: center;
  display: inline-block
}

html body .pagination ul li button.active,
html body .pagination ul li button:focus,
html body .pagination ul li button:hover,
html body .pagination ul li button:visited {
  border-top: 2px solid #000;
  background: 0 0;
  color: #000;
  box-shadow: none
}

html body .pagination ul li button.active {
  font-weight: 600
}

html body .pagination ul li button.cursor-default {
  border-top: 2px solid #fff
}

.pagination .arrow,
.pagination .arrow path {
  color: #000;
  fill: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 11px
}

.pagination .arrow:disabled,
.pagination .arrow:disabled path {
  color: #c9c7c5;
  fill: #c9c7c5
}

.troubleshooting .doc-box li {
  margin-bottom: 30px
}

.troubleshooting .doc-box li ul {
  padding-top: 20px
}

.troubleshooting .doc-box li ul li {
  margin-bottom: 0
}

html body .troubleshooting a:link,
html body .troubleshooting a:visited {
  color: var(--color-border-lightmini-green)
}

.green-color {
  color: var(--color-green)
}

.feedback-box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 16px
}

.feedback-question {
  font-weight: 600;
  color: #2d3748
}

.feedback-button {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .3s, box-shadow .3s
}

.feedback-button:hover {
  border-color: #38b2ac;
  box-shadow: 0 0 0 2px rgba(56, 178, 172, .2)
}

.article-box {
  background-color: #f6f8f9;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 32px;
  flex-direction: column
}

.article-box:last-child {
  margin-bottom: 0
}

.article-box h2 {
  margin-bottom: 20px;
  font-size: 24px
}

.article-box ul {
  padding-left: 20px
}

.article-box li {
  margin-bottom: 15px;
  color: var(--color-border-lightmini-green)
}

html body .article-box a:link,
html body .article-box a:visited {
  color: var(--color-border-lightmini-green);
  text-decoration: underline;
  transition: color .3s ease
}

html body .article-box a:link:hover {
  text-decoration: none
}

.article-box .selector-button {
  width: 100%;
  border: 1px solid var(--color-border-download);
  height: 56px;
  min-width: 0
}

.article-box .language-dropdown {
  bottom: auto;
  top: 100%;
  padding-left: 0;
  padding-right: 0
}

.article-box .language-dropdown li {
  margin: 0
}

html body .article-box .language-dropdown li a:link,
html body .article-box .language-dropdown li a:visited {
  color: #000;
  text-decoration: none
}

.card-enterprise-support.multiple-card.product-category-card .card {
  border: 1px solid var(--color-gray-light);
  background: 0 0;
  padding: 0
}

.card-enterprise-support.multiple-card.product-category-card .slds-grid {
  padding-top: 20px
}

.card-enterprise-support.multiple-card.product-category-card .card .inner-card-content {
  padding: 24px;
  text-align: left
}

.p-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  background-color: var(--color-gray-light);
  min-height: 200px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center
}

.product-category-card .p-img {
  min-height: auto
}

.product-sub-category-card .p-img>img {
  width: auto
}

.p-img>img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center
}

.slds-grid>.slds-col.slds-m-bottom_large:nth-last-child(-n+3) {
  margin-bottom: 0
}

.card-enterprise-support.multiple-card.product-category-card.product-sub-category-card .card .p-img {
  min-height: 200px;
  background-color: var(--color-search-bg);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center
}

.card-enterprise-support.multiple-card.product-category-card.product-sub-category-card .card .inner-card-content {
  text-align: center
}

.card-enterprise-support.product-sub-category-card .card h3 {
  min-height: 60px
}

.card-enterprise-support.multiple-card.product-category-card.product-sub-category-card .card .inner-card-content p {
  font-size: 14px;
  min-height: 64px
}

textarea#word_count {
  width: 100%;
  height: 117px
}

footer.footer {
  background-color: #000;
  color: #fff;
  padding: 72px 0 42px;
  letter-spacing: .5px
}

footer.footer .footer-columns a {
  color: #fff;
  text-decoration: none;
  font-size: 14px
}

footer.footer a:hover {
  text-decoration: underline
}

footer.footer .footer-top {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid #333;
  padding-bottom: 40px
}

footer.footer .newsletter {
  max-width: 418px
}

footer.footer .newsletter h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px
}

footer.footer .newsletter p {
  font-size: 14px;
  margin-bottom: 20px
}

footer.footer .newsletter-form {
  margin-bottom: 20px
}

footer.footer .newsletter-form .newsletter-inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 10px
}

footer.footer .newsletter-form input {
  padding: 16px 10px;
  border-radius: 8px;
  border: none;
  width: 341px;
  color: #000;
  font-size: 14px
}

footer.footer .newsletter-form button {
  padding: 16px 10px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  border: none;
  cursor: pointer;
  margin-top: 0;
  width: 80px
}

footer.footer .gap-social-location {
  gap: 20px;
  max-height: 50px
}

footer.footer .social-icons {
  display: none
}

footer.footer .gap-social-location .social-icons {
  display: block
}

footer.footer .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center
}

footer.footer .location {
  font-size: 14px
}

footer.footer .footer-columns {
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px
}

footer.footer .footer-columns div {
  min-width: 200px;
  flex: 1
}

footer.footer .footer-columns h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px
}

footer.footer .footer-columns ul {
  list-style: none;
  padding: 0;
  margin: 0
}

footer.footer .footer-columns li {
  margin-bottom: 8px;
  font-size: 14px
}

footer.footer .footer-bottom {
  text-align: center;
  padding-top: 40px;
  font-size: 12px;
  color: #ccc;
  gap: 24px;
  flex-wrap: wrap
}

footer.footer .footer-bottom a {
  color: #fff;
  text-decoration: none
}

footer.footer .footer-bottom a:hover {
  text-decoration: underline
}

.error {
  color: red
}

.success {
  color: green
}

.language-selector {
  position: relative;
  display: inline-block;
  color: #000
}

.selector-button {
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  min-width: 260px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between
}

.selector-button .checkmark {
  color: #2ecc71;
  margin-left: auto;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center
}

.selector-button .arrow {
  font-size: 12px;
  color: #333;
  transition: .6s;
  width: 24px;
  height: 24px
}

.selector-button:hover .arrow {
  transform: rotate(180deg)
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 10px;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  list-style: none;
  padding: 10px 0;
  width: 100%;
  z-index: 1000
}

html body .language-dropdown li a:link,
html body .language-dropdown li a:visited {
  color: #000;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
  display: block
}

html body .language-dropdown li a:hover,
html body .language-dropdown li a:visited:hover {
  background-color: var(--color-gray-light);
  color: #000;
  text-decoration: none
}

.language-dropdown .selected {
  font-weight: 600
}

.language-selector:hover .language-dropdown {
  display: block
}

@media (max-width: 1369px) {
  header.header .nav-left a {
    font-size: 12px
  }

  .banner h1 {
    font-size: 45px;
    line-height: normal;
    text-align: center
  }

  .banner p {
    text-align: center
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px
  }

  .product-category-card .inner-card-content h3 {
    min-height: 63px
  }

  .hfg-supportCard .help-card {
    min-height: 364px
  }

  .help-section .help-card h3 {
    min-height: 52px
  }

  .help-section .help-card p {
    min-height: 107px
  }

  .banner.banner-cover {
    padding-left: 0;
    padding-right: 0
  }

  .banner.banner-cover .banner-wrap-text {
    padding-left: 20px;
    padding-right: 20px
  }

  footer.footer .footer-top {
    justify-content: center
  }

  footer.footer .footer-columns {
    gap: 11px
  }
}

@media (max-width: 1045px) {
  .language-selector:hover .language-dropdown {
    display: none
  }

  .language-selector .language-dropdown.show {
    display: block
  }

  .selector-button:hover .arrow {
    transform: rotate(0)
  }

  .selector-button.show .arrow {
    transform: rotate(180deg)
  }

  .help-section .slds-grid>.slds-col.slds-m-bottom_large:nth-last-child(-n+3),
  .slds-grid>.slds-col.slds-m-bottom_large:nth-last-child(-n+3) {
    margin-bottom: 16px
  }
}

@media (min-width: 768px) and (max-width:1325px) {
  html body a:link.btn {
    font-size: 13px
  }

  .chp-card-enterprise-support a:link.btn {
    min-height: 70px
  }

  .card-enterprise-support .card,
  .help-card {
    padding: 20px
  }

  .card-enterprise-support .card h3 {
    font-size: 20px;
    min-height: 52px
  }

  .card-enterprise-support .card p {
    min-height: 74px
  }

  .card-enterprise-support.product-category-card .card p {
    min-height: 75px
  }

  .product-category-card .inner-card-content h3 {
    min-height: 49px
  }

  footer.footer .newsletter {
    max-width: 335px
  }

  footer.footer .footer-columns div {
    margin-bottom: 26px
  }

  footer.footer .footer-columns>div:last-child {
    margin-bottom: 0
  }

  .custom-triangle {
    right: 116px
  }

  .custom-overlay {
    right: 40px
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .card-enterprise-support .card p {
    min-height: 98px
  }

  .hfg-supportCard .help-card {
    min-height: 384px
  }

  .help-section.hfg-supportCard .help-card p {
    min-height: 155px
  }

  html body a:link.btn {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 992px) {
  .container {
    width: 95%
  }

  header.header .nav-right {
    width: auto
  }

  .d-desktop {
    display: none
  }

  .d-mobile {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
  }

  section.banner.flex-support>a {
    text-align: center
  }

  p {
    font-size: 16px;
    word-wrap: break-word
  }

  .security-advisior .pre-sales-left h5 {
    font-size: 12px
  }

  .security-advisior .pre-sales-left h2 {
    font-size: 16px
  }

  .security-advisior .flex-support.flex-row {
    flex-direction: column
  }

  .security-advisior:after {
    display: none
  }

  .security-advisior .container {
    width: 100%;
    padding: 0
  }

  .security-advisior .pre-sales-left {
    padding-left: 24px;
    padding-right: 24px
  }

  .security-advisior .pre-sales-right {
    padding: 24px 20px;
    justify-content: center
  }

  .two-colom-box {
    height: 351px
  }

  .support-section {
    width: 258px;
    height: 144%
  }

  .support-section-inner p {
    font-size: 20px;
    line-height: normal
  }

  .left-position {
    transform: rotate(-21deg) translate(-159px, 0);
    width: 566px
  }

  footer.footer .gap-social-location {
    flex-direction: column
  }

  footer.footer .footer-columns div {
    min-width: 344px
  }

  .social-icons {
    justify-content: center
  }

  .product-download>.flex-support {
    flex-direction: column
  }

  .product-download .flex-support .right-column {
    order: 1;
    max-width: none
  }

  .product-download .flex-support .left-column {
    order: 2
  }

  body.menu-active {
    overflow: hidden
  }

  body.menu-active:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    content: "";
    position: fixed;
    z-index: 999;
    display: block;
    left: 0;
    top: 0
  }
}

@media (max-width: 767px) {
  header.header .user-link li.dropdown-relative {
    position: static
  }

  header.header .user-link li:hover.dropdown-relative>ul {
    display: none
  }

  header.header .user-link li.dropdown-relative>ul.show {
    display: block;
    width: 90%;
    min-width: auto;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%)
  }

  .content-wrap h1 {
    font-size: 24px
  }

  .light-text {
    font-size: 20px
  }

  .banner {
    background-image: url(images/nfb_hero_banner_mobile.webp)
  }

  .banner h1 {
    font-size: 24px;
    line-height: normal
  }

  .banner.chp-inner-banner h1,
  .banner.npb-inner-banner h1 {
    font-size: 32px
  }

  .banner.chp-inner-banner p,
  .banner.npb-inner-banner p {
    font-size: 16px
  }

  .announcement-box {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 400
  }

  .card-enterprise-support .card h3,
  .help-title {
    font-size: 20px
  }

  .pre-sales-right p {
    font-size: 16px
  }

  section.banner.flex-support>a {
    text-align: center;
    font-size: 14px
  }

  .banner .search-box input {
    padding: 19px 20px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
  }

  .banner .search-box ul.search-results {
    max-height: 218px
  }

  html body section.banner.flex-support ul.search-results li a {
    padding: 10px 20px;
    margin-left: 0;
    display: block;
    font-size: 18px;
  }

  .help-section .slds-grid>.slds-col.slds-m-bottom_large:nth-last-child(-n+4),
  .slds-grid>.slds-col,
  .slds-grid>.slds-col.slds-m-bottom_large:nth-last-child(-n+3) {
    margin-bottom: 16px
  }

  .help-section .slds-grid>.slds-col.slds-m-bottom_large:last-child,
  .slds-grid>.slds-col.slds-m-bottom_large:last-child {
    margin-bottom: 0
  }

  .security-advisior .pre-sales-right {
    flex-direction: column
  }

  .security-advisior .pre-sales-right .card {
    width: 100%
  }

  .custom-overlay,
  .custom-triangle {
    display: none
  }

  .custom-support-icons {
    gap: 45px
  }

  .two-colom-box {
    flex-direction: column;
    height: auto
  }

  .support-section {
    width: 93%;
    height: auto;
    transform: rotate(0);
    margin-bottom: 10px
  }

  .left-position {
    transform: rotate(0) translate(0, 0);
    -webkit-transform: rotate(0) translate(0, 0);
    width: 100%
  }

  .hfg-supportCard .help-card {
    min-height: 0
  }

  .two-colom-box:before {
    display: none
  }

  .support-section img {
    height: auto
  }

  .support-section-inner p {
    font-size: 26px
  }

  footer.footer .footer-top {
    flex-direction: column
  }

  footer.footer .footer-columns,
  footer.footer .newsletter {
    width: 100%;
    justify-content: flex-start
  }

  .troubleshooting .slds-col:first-child {
    order: 2
  }

  .troubleshooting .slds-col:nth-child(2) {
    margin-bottom: 0
  }

  .troubleshooting .doc-box {
    margin-bottom: 0
  }

  .article-box:last-child {
    margin-top: 8px
  }

  .card-enterprise-support.product-sub-category-card .card h3 {
    min-height: auto
  }

  .card-enterprise-support.multiple-card.product-category-card.product-sub-category-card .card .inner-card-content p {
    min-height: auto
  }

  .card-enterprise-support.product-category-card .inner-card-content p,
  .product-category-card .inner-card-content h3 {
    min-height: auto
  }

  .help-section .help-card .help-card-content,
  .help-section .help-card h3,
  .help-section .help-card p {
    min-height: auto
  }

  .flex-support.cover-social-location.flex-row {
    flex-direction: column
  }

  footer.footer .gap-social-location {
    max-height: fit-content;
    align-items: start
  }

  .app-text {
    text-align: center
  }

  .app-buttons,
  .app-info {
    flex-direction: column;
    text-align: center
  }

  .doc-box .doc-item {
    flex-direction: column;
    text-align: left
  }

  .mobile-app.doc-item {
    gap: 10px
  }

  .doc-box:last-child {
    margin-bottom: 0
  }

  .doc-box .firmware-previous.doc-item {
    flex-direction: row
  }

  .firmware-latest {
    padding: 10px
  }

  .alert,
  .left-column h2,
  .left-column h3 {
    text-align: center;
    margin-bottom: 24px
  }

  .left-column .app-store h3,
  .left-column .software-store h3 {
    text-align: left
  }

  .product-download .firmware-latest .firmware-actions.flex-support {
    gap: 11px;
    width: 100%
  }

  .firmware-latest .firmware-actions .btn {
    padding: 12px 8px;
    flex: 1
  }
}

@media (max-width: 576px) {
  .feedback-box {
    flex-direction: column;
    align-items: start
  }

  .feedback-box>.feedback-box {
    flex-direction: row
  }

  footer.footer .footer-columns {
    gap: 0;
    flex-direction: column
  }

  footer.footer .footer-columns h4 {
    margin-bottom: 16px;
    border-top: 1px solid #333;
    padding-top: 16px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between
  }

  .toggle-icon {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    visibility: visible;
    opacity: 1
  }

  .modal-content {
    width: 90%
  }

  .overlay-main-content {
    padding-right: 10px
  }

  .form-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px * 2, 1fr))
  }

  footer.footer .gap-social-location .social-icons {
    display: none
  }

  footer.footer .footer-bottom {
    display: none
  }

  footer.footer .newsletter-form input {
    width: 81%
  }

  footer.footer .newsletter {
    max-width: none
  }

  .language-selector,
  .location,
  .selector-button {
    width: 100%
  }

  footer.footer .social-icons {
    display: flex;
    margin-top: 30px
  }

  footer.footer .footer-top {
    padding-bottom: 0
  }

  footer.footer .footer-columns ul {
    transition: 1s;
    display: none
  }

  footer.footer .footer-columns>.open>ul {
    display: block
  }

  html body a:link.btn,
  html body a:visited.btn,
  html body button.btn {
    padding: 12px 16px
  }

  html body .app-buttons a:link.btn,
  html body .app-buttons a:visited.btn,
  html body .app-buttons button.btn {
    padding: 12px 16px
  }

  .checkbox-label input[type=checkbox] {
    width: 93px
  }

  .troubleshoot-listing .icon-box {
    display: none
  }

  .troubleshoot-listing .support-card .flex-support.flex-row {
    flex-direction: column
  }

  .troubleshoot-listing .text-box {
    text-align: center
  }

  .pagination.container {
    padding: 10px 0
  }

  .troubleshoot-search-filter input {
    margin: 0 auto;
    display: block
  }

  .troubleshoot-search-filter .flex-support {
    justify-content: center
  }
}