:root {
  --jg-ink: #000026;
  --jg-body: #0f0f0f;
  --jg-muted: #635f5f;
  --jg-blue: #4141a3;
  --jg-blue-soft: #f1f1ff;
  --jg-blue-line: #dadaff;
  --jg-blue-nav: rgba(8, 8, 110, 0.6);
  --jg-white: #fff;
  --jg-paper: #fafafa;
  --jg-pink: #dd23bb;
  --jg-shadow: 0 18px 45px rgba(8, 3, 49, 0.12);
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.jg-support-enhanced,
.jg-support-enhanced button,
.jg-support-enhanced input,
.jg-support-enhanced textarea {
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jg-support-enhanced {
  margin: 0;
  background: var(--jg-paper);
  color: var(--jg-ink);
  letter-spacing: 0;
}

.jg-support-enhanced * {
  box-sizing: border-box;
}

.jg-support-enhanced a {
  color: inherit;
}

.jg-webflow-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 1.9375rem 2.5rem 2rem;
  pointer-events: none;
}

.admin-bar .jg-webflow-nav {
  top: 32px;
}

.jg-nav-container {
  width: min(100%, 80rem);
  margin: 0 auto;
  padding: 1.125rem 1.25rem;
  border-radius: 1.5rem;
  background: var(--jg-blue-nav);
  backdrop-filter: blur(0.1875rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: auto;
}

.jg-nav-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-top: 5px;
  text-decoration: none;
}

.jg-nav-brand img {
  display: block;
  width: 8.1875rem;
  height: auto;
}

.jg-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
}

.jg-nav-menu a {
  color: var(--jg-white);
  padding: 0.25rem 1rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.25s ease, background-color 0.25s ease;
}

.jg-nav-menu a:hover,
.jg-nav-menu a:focus-visible {
  color: var(--jg-white);
  opacity: 0.72;
}

.jg-nav-menu a.is-current {
  background: var(--jg-blue);
  color: var(--jg-white);
  opacity: 1;
}

.jg-nav-signin {
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  background: var(--jg-blue);
  color: var(--jg-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.jg-support-enhanced .jg-nav-signin,
.jg-support-enhanced .jg-nav-signin span,
.jg-support-enhanced .jg-nav-signin svg {
  color: var(--jg-white) !important;
}

.jg-nav-signin:hover,
.jg-nav-signin:focus-visible {
  background: var(--jg-white);
  color: var(--jg-blue) !important;
}

.jg-nav-signin:hover span,
.jg-nav-signin:hover svg,
.jg-nav-signin:focus-visible span,
.jg-nav-signin:focus-visible svg {
  color: var(--jg-blue) !important;
}

.jg-nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  border: 0;
  border-radius: 0.75rem;
  background: var(--jg-blue);
  color: var(--jg-white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  cursor: pointer;
}

.jg-nav-toggle span {
  width: 1.35rem;
  height: 0.125rem;
  border-radius: 999px;
  background: currentColor;
}

.jg-support-enhanced:not(.jg-support-home) .site-header--child,
.jg-support-enhanced .site-footer {
  display: none !important;
}

.jg-support-home .site-header--front {
  min-height: 37.2625rem;
  height: 37.2625rem;
  padding: 0 1.5rem;
  background: var(--jg-ink);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.jg-support-home .site-header--front::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/support-hero.webp");
  background-position: center;
  background-size: cover;
  transform: none;
}

.jg-support-home .site-header--front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.41);
}

.jg-support-home .site-header__hero-content {
  width: min(100%, 54.25rem);
  margin: 0 auto;
  position: absolute;
  top: 12.0388rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.jg-support-home .site-header__hero-content::before {
  content: "Support";
  margin-bottom: 0.75rem;
  padding: 0.5rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--jg-white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.jg-support-home .site-header__hero-content::after {
  content: "";
  position: absolute;
  top: -7rem;
  left: 50%;
  z-index: -1;
  width: min(84vw, 64rem);
  height: 34rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url("../images/support-hero.webp");
  background-position: center -5.038rem, center -5.038rem;
  background-repeat: no-repeat;
  background-size: 100vw 37.2625rem, 100vw 37.2625rem;
  filter: blur(1rem);
  opacity: 0.78;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 38%, rgba(0, 0, 0, 0.62) 56%, rgba(0, 0, 0, 0.2) 72%, transparent 88%);
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 38%, rgba(0, 0, 0, 0.62) 56%, rgba(0, 0, 0, 0.2) 72%, transparent 88%);
  pointer-events: none;
  transform: translateX(-50%);
}

.jg-support-home .site-header--front h1 {
  max-width: min(100%, 48rem);
  margin: 0;
  color: #fafafa;
  font-size: clamp(2.05rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.jg-support-home .site-header--front h1 .jg-hero-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 18.26%, #9090ff 80.54%);
  -webkit-background-clip: text;
  background-clip: text;
}

.jg-support-home .site-header--front p {
  max-width: 44rem;
  margin: 1rem auto 0;
  color: #ededff;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.6;
}

.jg-support-enhanced .live-search-form {
  width: 100%;
  max-width: 35.2625rem;
  margin: 1.5rem auto 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.25rem;
  background: rgba(250, 250, 250, 0.22);
  box-shadow: inset 0 1px 2px rgba(224, 224, 224, 0.9);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.jg-support-enhanced .live-search-form label {
  min-height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0 1.25rem;
  border: 1px solid #ededff;
  border-radius: 1.25rem;
  background: rgba(250, 250, 250, 0.78);
  color: var(--jg-blue);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.jg-support-enhanced .live-search-form svg {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}

.jg-support-enhanced .live-search-form svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.jg-support-enhanced .live-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  height: auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--jg-body);
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: none;
}

.jg-support-enhanced .live-search-form input[type="search"]::placeholder {
  color: var(--jg-muted);
  opacity: 1;
}

.jg-support-enhanced .live-search-form button {
  min-height: 2.875rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  background: var(--jg-white);
  color: var(--jg-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}

.jg-support-enhanced .live-search-form button::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background-color: var(--jg-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 15.75L15.75 5.25' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M7.21875 5.25H15.75V13.7812' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.3125rem 1.3125rem;
  flex: 0 0 1.75rem;
}

.jg-support-enhanced .live-search-form button:not(.disabled):hover,
.jg-support-enhanced .live-search-form button:focus-visible {
  background: var(--jg-white);
  color: var(--jg-body);
  border-color: transparent;
}

.jg-support-enhanced .live-search-form button:not(.disabled):hover::after,
.jg-support-enhanced .live-search-form button:focus-visible::after {
  background-color: var(--jg-ink);
}

.jg-support-enhanced .live-search-dropdown {
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.75rem;
  box-shadow: var(--jg-shadow);
}

.jg-support-enhanced .live-search-dropdown:empty {
  display: none;
}

.jg-support-enhanced .site-main,
.jg-support-enhanced .site-main__main-page {
  width: min(100%, 80rem);
  margin: 0 auto;
}

.jg-support-enhanced .site-main__main-page {
  padding: 5rem 1.5rem 7.5rem;
}

.jg-support-enhanced .site-main {
  padding: 7.625rem 1.5rem 7.5rem;
  display: grid !important;
  grid-template-columns: minmax(16rem, 18.75rem) minmax(0, 1fr);
  grid-template-areas: "sidebar content";
  align-items: start;
  gap: 1.5rem;
}

.jg-support-enhanced .site-sidebar {
  grid-area: sidebar;
}

.jg-support-enhanced .site-main__content {
  grid-area: content;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.jg-support-enhanced .site-sidebar__open,
.jg-support-enhanced .site-sidebar__close {
  display: none !important;
}

.jg-support-enhanced .jg-support-search-shell {
  width: 65%;
  margin-left: auto;
  padding: 0.5rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.5rem;
  background: var(--jg-white);
}

.jg-support-category .jg-support-search-shell,
.jg-support-article .jg-support-search-shell {
  width: 100%;
}

.jg-support-enhanced .jg-support-search-shell .live-search-form {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.jg-support-enhanced .jg-support-search-shell .live-search-form label {
  min-height: 3.25rem;
  border-color: #ededff;
  border-radius: 0.5rem;
  background: var(--jg-white);
}

.jg-support-enhanced .jg-support-search-shell .live-search-form button {
  min-height: 2.875rem;
  border-radius: 1rem;
  background: var(--jg-white);
  color: var(--jg-body);
}

.jg-support-enhanced .jg-support-search-shell .live-search-form button:not(.disabled):hover,
.jg-support-enhanced .jg-support-search-shell .live-search-form button:focus-visible {
  background: var(--jg-white);
}

.jg-support-enhanced .site-sidebar {
  width: 100%;
  padding: 1.5rem 0.75rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.5rem;
  background: var(--jg-white);
  box-shadow: none;
  position: sticky;
  top: 7.25rem;
}

.admin-bar.jg-support-enhanced .site-sidebar {
  top: 9.25rem;
}

.jg-support-enhanced .site-sidebar__title {
  margin: 0 0 1rem;
  padding: 0 0.25rem;
  color: #666;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.jg-support-enhanced .site-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.jg-support-enhanced .site-sidebar__accordion-category-1 {
  border-radius: 0.5rem;
}

.jg-support-enhanced .site-sidebar__accordion-button-1 {
  min-height: 4rem;
  padding: 0.75rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  color: var(--jg-ink);
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.jg-support-enhanced .site-sidebar__accordion-category-1._current > .site-sidebar__accordion-button-1,
.jg-support-enhanced .site-sidebar__accordion-button-1._current {
  border-color: var(--jg-blue-line);
  background: var(--jg-blue-soft);
}

.jg-support-enhanced .site-sidebar__accordion-button-1:hover,
.jg-support-enhanced .site-sidebar__accordion-button-1:focus-visible {
  background: var(--jg-blue-soft);
}

.jg-support-enhanced .accordion-image,
.jg-support-enhanced .main-topics__image {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 0.5rem;
  background: #fbfbff;
  color: var(--jg-blue);
  display: grid;
  place-items: center;
}

.jg-support-enhanced .accordion-image svg,
.jg-support-enhanced .main-topics__image svg {
  width: 1.5rem;
  height: 1.5rem;
}

.jg-support-enhanced .accordion-image svg path,
.jg-support-enhanced .main-topics__image svg path {
  stroke: currentColor !important;
  fill: none !important;
}

.jg-support-enhanced .site-sidebar__accordion-button-1 h2,
.jg-support-enhanced .main-topics__item h2 {
  margin: 0;
  color: var(--jg-ink);
  font-weight: 700 !important;
  letter-spacing: 0;
  text-transform: none;
}

.jg-support-enhanced .site-sidebar__accordion-button-1 h2 {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.jg-support-enhanced .main-categories__count,
.jg-support-enhanced .main-topics__count {
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.45rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 999px;
  background: var(--jg-white);
  color: var(--jg-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.jg-support-enhanced .site-sidebar__accordion-content-1 {
  display: none;
  padding: 0.75rem 0 0 3.4rem;
}

.jg-support-enhanced .site-sidebar__accordion-content-1._current-state {
  display: block;
}

.jg-support-enhanced .site-sidebar__accordion-content-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.jg-support-enhanced .site-sidebar__link a {
  display: block;
  padding: 0.65rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  color: var(--jg-muted);
  font-size: 0.86rem;
  line-height: 1.35;
  text-decoration: none;
}

.jg-support-enhanced .site-sidebar__link._current a,
.jg-support-enhanced .site-sidebar__link a:hover,
.jg-support-enhanced .site-sidebar__link a:focus-visible {
  border-color: var(--jg-blue-line);
  background: var(--jg-blue-soft);
  color: var(--jg-ink);
}

.jg-support-enhanced .main-topics__grid {
  display: grid;
  gap: 1.25rem;
}

.jg-support-home .main-topics__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jg-support-enhanced .main-topics__item {
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.5rem;
  background: var(--jg-white);
  color: var(--jg-ink);
  text-decoration: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jg-support-home .main-topics__item {
  min-height: 16rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.jg-support-enhanced .main-topics__item:hover,
.jg-support-enhanced .main-topics__item:focus-visible {
  border-color: rgba(65, 65, 163, 0.48);
  box-shadow: 0 18px 35px rgba(65, 65, 163, 0.14);
  transform: translateY(-2px);
}

.jg-support-home .main-topics__item h2 {
  font-size: 1.5rem;
  line-height: 1.18;
}

.jg-support-home .main-topics__item p {
  margin: 0;
  color: var(--jg-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.jg-support-home .main-topics__count {
  width: auto;
  margin-top: auto;
  padding: 0 0.75rem;
}

.jg-support-category .main-topics {
  padding: 2rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.5rem;
  background: var(--jg-white);
}

.jg-category-heading {
  margin-bottom: 1.125rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ededff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.jg-category-heading h1 {
  margin: 0;
  color: var(--jg-ink);
  font-size: clamp(1.85rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.jg-category-heading p {
  max-width: 36rem;
  margin: 0.6rem 0 0;
  color: var(--jg-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.jg-category-heading span {
  min-width: 5.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 999px;
  background: var(--jg-blue-soft);
  color: var(--jg-blue);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.jg-support-category .main-topics__grid.--secondary {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.jg-support-category .main-topics__grid.--secondary .main-topics__item {
  min-height: 0;
  padding: 1.25rem 4.75rem 1.25rem 1.25rem;
  position: relative;
}

.jg-support-category .main-topics__grid.--secondary .main-topics__item h2 {
  max-width: 34rem;
  font-size: 1.2rem;
  line-height: 1.18;
}

.jg-support-category .main-topics__excerpt {
  max-width: 35rem;
  margin-top: 0.65rem;
  color: var(--jg-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.jg-card-arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: var(--jg-blue-soft);
  color: var(--jg-blue);
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.jg-support-article .site-main__single-page {
  padding: clamp(2rem, 4vw, 2.5rem);
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.5rem;
  background: var(--jg-white);
}

.jg-support-article .site-main__header {
  margin: 0 0 2rem;
  padding: 0 0 1.75rem;
  border-bottom: 1px solid #ededff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem;
}

.jg-support-article .site-main__header-title {
  display: none !important;
}

.jg-support-article .site-main__header h1 {
  max-width: 43rem;
  margin: 0;
  color: var(--jg-ink);
  font-size: clamp(1.85rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.jg-support-article .copy-link-button {
  min-height: 2.25rem;
  padding: 0 0.75rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.45rem;
  background: var(--jg-blue-soft);
  color: var(--jg-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.jg-support-article .copy-link-button svg {
  width: 0.85rem;
  height: 0.85rem;
}

.jg-support-article .copy-link-button svg path {
  stroke: currentColor !important;
}

.jg-support-article .copy-link-button:hover,
.jg-support-article .copy-link-button:focus-visible,
.jg-support-article .copy-link-button._active {
  background: var(--jg-blue);
  color: var(--jg-white);
}

.jg-support-article .faq-tabs,
.jg-support-article .faq-tabs__content {
  margin: 0;
  padding: 0;
  border: 0;
}

.jg-support-article .faq-tabs__content {
  max-width: 42rem;
}

.jg-support-article .faq-tabs__content p,
.jg-support-article .faq-tabs__content li {
  margin: 0 0 1rem;
  color: var(--jg-body);
  font-size: 1.04rem;
  line-height: 1.75;
}

.jg-support-article .faq-tabs__content a {
  color: var(--jg-blue);
  font-weight: 700;
}

.jg-support-article .survey-form {
  margin: 2.25rem 0 0;
  padding: 1.25rem;
  border: 1px solid #ededff;
  border-radius: 0.5rem;
  background: #fbfbff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.jg-support-article .survey-form__close,
.jg-support-article .survey-form__comment-label,
.jg-support-article .survey-form__textarea,
.jg-support-article .survey-form__button {
  display: none !important;
}

.jg-support-article .survey-form__question {
  margin: 0;
  color: var(--jg-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.jg-support-article .survey-form__options {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.jg-support-article .survey-form__option {
  margin: 0;
  cursor: pointer;
}

.jg-support-article .survey-form__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jg-support-article .survey-form__label-text {
  min-width: 3.4rem;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 1px solid var(--jg-blue-line);
  border-radius: 0.5rem;
  background: var(--jg-white);
  color: var(--jg-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.jg-support-article .survey-form__option:hover .survey-form__label-text,
.jg-support-article .survey-form__option input:focus-visible + .survey-form__label-text,
.jg-support-article .survey-form__option input:checked + .survey-form__label-text {
  background: var(--jg-blue);
  color: var(--jg-white);
}

.jg-article-pager {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.jg-article-pager a {
  min-height: 6rem;
  padding: 1.05rem;
  border: 1px solid #ededff;
  border-radius: 0.5rem;
  color: var(--jg-ink);
  text-decoration: none;
}

.jg-article-pager a:hover,
.jg-article-pager a:focus-visible {
  border-color: var(--jg-blue-line);
  background: var(--jg-blue-soft);
}

.jg-article-pager span {
  display: block;
  margin-bottom: 0.4rem;
  color: #666;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jg-article-pager strong {
  display: block;
  color: var(--jg-ink);
  font-size: 0.95rem;
  line-height: 1.25;
}

.jg-webflow-footer {
  background: #03032b;
  color: var(--jg-white);
  position: relative;
  overflow: hidden;
}

.jg-webflow-footer::before {
  content: none;
}

.jg-footer-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 6.25rem 2.5rem 2.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}

.jg-footer-top {
  display: grid;
  grid-template-columns: 18.542rem max-content;
  gap: 10.5rem;
  align-items: start;
}

.jg-footer-lead {
  width: 18.542rem;
  color: var(--jg-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}

.jg-footer-lead h2 {
  width: 18.542rem;
  max-width: none;
  margin: 0;
  color: var(--jg-white);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0;
}

.jg-footer-lead h2 span,
.jg-footer-bottom strong {
  background: linear-gradient(90deg, #fff, #9090ff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jg-footer-email {
  width: fit-content;
  min-height: 1.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #efefff !important;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.jg-footer-email svg {
  flex: 0 0 1.5rem;
  color: #a4a4c3;
}

.jg-footer-email:hover,
.jg-footer-email:visited {
  background: transparent;
  color: #efefff !important;
}

.jg-footer-grid {
  width: max-content;
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
}

.jg-footer-grid > div {
  min-width: 7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.jg-footer-grid h3 {
  margin: 0;
  color: rgba(250, 250, 250, 0.49);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jg-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.jg-footer-grid a {
  display: block;
  min-width: 13.75rem;
  margin: 0;
  color: #d3d3d3;
  font-size: 1rem;
  line-height: 1.625;
  text-decoration: none;
}

.jg-footer-grid a:hover,
.jg-footer-grid a:focus-visible {
  color: var(--jg-white);
}

.jg-footer-middle {
  margin: 0;
  padding: 0;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15.625rem;
}

.jg-footer-middle img {
  width: min(22.21875rem, 100%);
  height: auto;
  display: block;
}

.jg-footer-middle p {
  margin: 0;
  color: #bebbbb;
  font-size: 0.75rem;
  line-height: 1.833;
}

.jg-footer-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--jg-white);
}

.jg-footer-bottom {
  margin: 0;
  padding: 0;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.jg-footer-bottom strong {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.12;
  text-transform: capitalize;
}

.jg-footer-credit-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
}

.jg-footer-justpay-logo {
  width: 12.75rem;
  height: auto;
  display: block;
}

.jg-footer-visit {
  min-height: 3.375rem;
  padding: 0.75rem 0.5rem 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  background: var(--jg-white);
  color: #0f0f0f !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.jg-footer-visit-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background: #4141a3;
  color: var(--jg-white) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.75rem;
  overflow: hidden;
}

.jg-footer-visit svg {
  width: 1.3125rem;
  height: 1.3125rem;
  display: block;
}

.jg-footer-visit:hover,
.jg-footer-visit:focus-visible,
.jg-footer-visit:visited {
  background: var(--jg-white);
  color: #0f0f0f !important;
}

.jg-footer-visit:hover .jg-footer-visit-icon,
.jg-footer-visit:focus-visible .jg-footer-visit-icon {
  background: var(--jg-ink);
}

/* Footer copied from the Webflow export and scoped to the injected footer. */
.jg-webflow-footer.footer {
  --base-color-neutral--white: #fff;
  --text-color--gray-100: #d3d3d3;
  --text-color--gray-200: #bebbbb;
  --text-color--text-alternate: #fff;
  background-color: #03032b;
  color: var(--text-color--text-alternate);
  overflow: visible;
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jg-webflow-footer.footer::before {
  content: none;
}

.jg-webflow-footer .padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.jg-webflow-footer .padding-global.padding-section-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.jg-webflow-footer .container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.jg-webflow-footer .w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.jg-webflow-footer .w-form-done,
.jg-webflow-footer .w-form-fail {
  display: none;
}

.jg-webflow-footer img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.jg-webflow-footer .heading-style-h2 {
  color: #000026;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.10714;
}

.jg-webflow-footer .heading-style-h2.is-footer {
  width: 26.9707rem;
  max-width: 26.9707rem;
  color: #fff;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 1.125;
}

.jg-webflow-footer .heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.jg-webflow-footer .heading-style-h3.is-footer {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.12;
}

.jg-webflow-footer .heading_gradient-secondary {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #9090ff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  padding-right: 8px;
}

.jg-webflow-footer .contact_details {
  column-gap: 0.375rem;
  row-gap: 0.375rem;
  color: #efefff !important;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.jg-webflow-footer .contact_icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jg-webflow-footer .footer-main-wrap {
  column-gap: 4rem;
  row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.jg-webflow-footer .footer-top {
  column-gap: 6rem;
  row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.jg-webflow-footer .footer-text-wrapper {
  column-gap: 2rem;
  row-gap: 2rem;
  width: 26.9707rem;
  max-width: 26.9707rem;
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.jg-webflow-footer .footer_grid {
  column-gap: 3rem;
  row-gap: 3rem;
  justify-content: flex-start;
  display: flex;
}

.jg-webflow-footer .footer_column {
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.jg-webflow-footer .footer_column-title {
  color: #fafafa7d;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  text-decoration: none;
}

.jg-webflow-footer .footer-links {
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  flex-flow: column;
  display: flex;
}

.jg-webflow-footer .footer-link {
  color: var(--text-color--gray-100) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
  transition: opacity 0.25s;
}

.jg-webflow-footer .footer-link.w--current {
  font-weight: 400;
}

.jg-webflow-footer .footer-links:hover .footer-link:not(:hover) {
  opacity: 0.6;
}

.jg-webflow-footer .footer-link-wrap {
  align-items: center;
  min-height: 1.625rem;
  display: flex;
}

.jg-webflow-footer .footer-social-link {
  color: #4141a3 !important;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.jg-webflow-footer .footer-social-link img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.jg-webflow-footer .footer_middle {
  column-gap: 15.625rem;
  row-gap: 15.625rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.jg-webflow-footer .footer_logo-column {
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 28.125rem;
  max-width: 28.125rem;
  display: flex;
}

.jg-webflow-footer .footer_brand-logo {
  width: 355.5px;
  height: auto;
}

.jg-webflow-footer .footer_copyright-text {
  color: var(--text-color--gray-200);
  font-size: 0.75rem;
  line-height: 1.83333;
}

.jg-webflow-footer .footer_form_wrapper {
  width: 100%;
}

.jg-webflow-footer .footer_form-block {
  flex: 1;
  max-width: 34.25rem;
  margin-bottom: 0;
}

.jg-webflow-footer .footer_divider {
  border-top: 1px solid var(--base-color-neutral--white);
  width: 100%;
}

.jg-webflow-footer .footer-bottom {
  color: #bebbbb;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jg-webflow-footer .footer_credit-wrapper {
  column-gap: 2.5rem;
  row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jg-webflow-footer .footer_credit-wrapper img {
  width: 204px;
  height: 42.5px;
}

.jg-webflow-footer .button {
  column-gap: 1rem;
  row-gap: 1rem;
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #000026;
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2.8125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.11111;
  text-decoration: none;
  display: flex;
}

.jg-webflow-footer .button:hover {
  color: #000026;
  background-color: #fff;
  border: 1px solid #000026;
}

.jg-webflow-footer .button.hero_form-submit {
  color: #0f0f0f !important;
  letter-spacing: 0;
  background-color: #fff;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 0.75rem 0.5rem 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  position: static;
}

.jg-webflow-footer .button.hero_form-submit:hover,
.jg-webflow-footer .button.hero_form-submit:focus-visible,
.jg-webflow-footer .button.hero_form-submit:visited {
  color: #0f0f0f !important;
  background-color: #fff;
  border-color: #0000;
}

.jg-webflow-footer .btn_text {
  white-space: nowrap;
}

.jg-webflow-footer .btn_hero-wrap {
  color: #fff !important;
  background-color: #4141a3;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.jg-webflow-footer .arrow_btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jg-webflow-footer .arrow_btn.is-annime-arrow {
  position: absolute;
  inset: 0%;
  transform: translate(-100px, 100px);
}

.jg-webflow-footer .arrow_btn svg {
  width: 21px;
  height: 21px;
  display: block;
}

@media (max-width: 991px) {
  .jg-webflow-footer .padding-global.padding-section-footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .jg-webflow-footer .heading-style-h2.is-footer {
    width: auto;
    max-width: none;
    font-size: 1.5rem;
    line-height: 1.33333;
  }

  .jg-webflow-footer .footer-text-wrapper {
    width: auto;
    max-width: none;
  }

  .jg-webflow-footer .footer-top {
    column-gap: 3.25rem;
    row-gap: 3.25rem;
    grid-template-columns: 1fr;
    display: grid;
  }

  .jg-webflow-footer .footer_grid {
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .jg-webflow-footer .footer_column {
    width: 100%;
    min-width: auto;
  }

  .jg-webflow-footer .footer-link {
    letter-spacing: 0;
  }

  .jg-webflow-footer .footer_middle {
    column-gap: 4rem;
    row-gap: 4rem;
  }

  .jg-webflow-footer .footer_logo-column {
    column-gap: 3.89313rem;
    row-gap: 3.89313rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .jg-webflow-footer .footer_brand-logo {
    max-width: 16rem;
  }

  .jg-webflow-footer .footer_form_wrapper {
    width: 100%;
    max-width: 40.1875rem;
  }

  .jg-webflow-footer .footer_form-block {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .jg-webflow-footer .footer-main-wrap {
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .jg-webflow-footer .footer-top {
    column-gap: 4rem;
    row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .jg-webflow-footer .footer_grid {
    column-gap: 3rem;
    row-gap: 3rem;
    justify-content: flex-start;
  }

  .jg-webflow-footer .footer-bottom {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .jg-webflow-footer .footer_middle {
    column-gap: 3rem;
    row-gap: 3rem;
    flex-flow: column;
  }

  .jg-webflow-footer .footer_logo-column {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    order: 9999;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .jg-webflow-footer .footer_credit-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .jg-webflow-footer .footer-main-wrap {
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .jg-webflow-footer .footer_grid {
    column-gap: 3rem;
    row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .jg-webflow-footer .footer-link {
    font-size: 0.875rem;
    line-height: 1.57143;
  }

  .jg-webflow-footer .footer-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .jg-webflow-footer .footer_credit-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
}

.search-results__post,
.search-page-title,
.search-results__title {
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 1100px) {
  .jg-webflow-nav {
    padding-inline: 1rem;
  }

  .jg-nav-menu {
    gap: 0.35rem;
  }

  .jg-support-home .main-topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .jg-nav-container {
    position: relative;
  }

  .jg-nav-toggle {
    display: inline-flex;
  }

  .jg-nav-menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    padding: 1rem;
    border-radius: 1rem;
    background: #9393ff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: var(--jg-shadow);
  }

  .jg-webflow-nav.is-open .jg-nav-menu {
    display: flex;
  }

  .jg-nav-menu a {
    padding: 0.9rem 1rem;
    border-radius: 0.65rem;
  }

  .jg-nav-menu a:hover,
  .jg-nav-menu a:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    color: var(--jg-white);
  }

  .jg-nav-signin {
    display: none;
  }

  .jg-support-enhanced .site-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }

  .jg-support-category.jg-support-enhanced .site-main,
  .jg-support-article.jg-support-enhanced .site-main {
    grid-template-areas: "content";
    gap: 0;
    padding-bottom: 1.5rem;
  }

  .jg-support-enhanced .site-sidebar {
    position: static;
  }

  .jg-support-category .site-sidebar,
  .jg-support-article .site-sidebar {
    display: none !important;
  }

  .jg-footer-top {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .jg-footer-lead,
  .jg-footer-lead h2 {
    width: 100%;
    max-width: 29rem;
  }

  .jg-footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .jg-footer-grid a {
    min-width: 0;
  }

  .jg-footer-middle {
    gap: 4rem;
  }

}

@media (max-width: 782px) {
  .admin-bar .jg-webflow-nav {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .jg-webflow-nav {
    padding: 0.75rem 0.75rem 1rem;
  }

  .jg-nav-container {
    min-height: 4rem;
    border-radius: 1.25rem;
    padding: 0.55rem 0.75rem;
  }

  .jg-nav-brand img {
    width: 7.25rem;
  }

  .jg-support-home .site-header--front {
    min-height: 37rem;
    height: auto;
    padding: 8rem 1rem 4.5rem;
    display: grid;
    place-items: center;
  }

  .jg-support-home .site-header__hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .jg-support-home .site-header--front h1 {
    font-size: clamp(2.05rem, 9.5vw, 3.5rem);
  }

  .jg-support-enhanced .live-search-form {
    padding: 0.75rem;
    flex-direction: column;
    border-radius: 1rem;
  }

  .jg-support-enhanced .jg-support-search-shell {
    width: 100%;
  }

  .jg-support-enhanced .live-search-form label,
  .jg-support-enhanced .live-search-form button,
  .jg-support-enhanced .jg-support-search-shell .live-search-form label,
  .jg-support-enhanced .jg-support-search-shell .live-search-form button {
    width: 100%;
    min-height: 3.25rem;
  }

  .jg-support-enhanced .site-main,
  .jg-support-enhanced .site-main__main-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jg-support-enhanced .site-main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .jg-support-enhanced .site-main__main-page {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .jg-support-home .main-topics__grid,
  .jg-footer-top,
  .jg-footer-grid,
  .jg-article-pager {
    grid-template-columns: 1fr;
  }

  .jg-category-heading,
  .jg-support-article .site-main__header,
  .jg-support-article .survey-form,
  .jg-footer-middle,
  .jg-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .jg-support-category .main-topics,
  .jg-support-article .site-main__single-page {
    padding: 1.5rem;
  }

  .jg-support-category .main-topics__grid.--secondary .main-topics__item {
    padding-right: 4.25rem;
  }

  .jg-support-article .site-main__header h1 {
    font-size: clamp(1.85rem, 8vw, 2rem);
  }

  .jg-footer-inner {
    padding-top: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .jg-footer-credit-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .jg-footer-lead h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}
