* {
  box-sizing: border-box;
}

img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 57.25%;
  }
}

body {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 100%;
  color: #062942;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0;
  max-width: 1600px;
  margin: 0 auto;
}
body.fullWidthLayout {
  max-width: unset;
  background-color: #fff;
}
body.fullWidthLayout .fullWidthLayout__content,
body.fullWidthLayout .footer-nav,
body.fullWidthLayout .footer-social {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.fullWidthLayout .desktop-nav {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1 {
  margin-top: 0;
  font-size: 3.8rem;
  line-height: 44px;
  color: #0d83dd;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 3.2rem;
    line-height: 30px;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 36px;
  color: #0d83dd;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.9rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2.6rem;
    line-height: 27px;
  }
}

h3 {
  font-size: 2.5rem;
  line-height: 25px;
  color: #0d83dd;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.3rem;
    line-height: 23px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 2rem;
    line-height: 22px;
  }
}

h4 {
  font-size: 2rem;
  line-height: 20px;
  color: #0d83dd;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
    line-height: 20px;
  }
}

a {
  color: #004889;
}
a:hover {
  text-decoration: none;
}
a.image-link {
  text-decoration: none;
}

p,
span {
  font-weight: 400;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
}

p,
q {
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 16px;
}

strong {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

sup {
  font-size: 50%;
  top: -0.7em;
}

main {
  min-height: 100%;
  padding-top: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
.container.no-side-pad {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .container.no-side-pad-tablet {
    padding-left: 0;
    padding-right: 0;
  }
}
.container.blue-background {
  background-color: #e5f4fe;
}

.rule {
  width: 100%;
  height: 1px;
  background-color: #cdd4d9;
}

section {
  width: 100%;
  padding: 20px 0;
}
section.add-pad {
  padding: 3.33% 0;
}

.subtext {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #8495a2;
}

.assurance-copy {
  font-size: 1.6rem;
  line-height: 1.5555555556;
  text-align: left;
  display: block;
  color: #aad3f3;
}
@media screen and (max-width: 1024px) {
  .assurance-copy {
    text-align: center;
  }
}

.blue-background {
  background-color: #e5f4fe;
}

.blue-white-background {
  background: #e5f4fe;
  background: linear-gradient(to bottom, #e5f4fe 0%, #e5f4fe 85%, white 85%, white 100%);
}
@media screen and (max-width: 768px) {
  .blue-white-background {
    background: #e5f4fe;
  }
}

.column-parent {
  display: flex;
  align-items: center;
}

.select-wrap {
  background-color: white;
  background-image: url("~images/icons/down-chevron.svg");
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: right 7px center;
  border: 2px solid #c5c7ce;
  border-radius: 4px;
  font-size: 1.6rem;
  overflow: hidden;
  max-width: 300px;
  width: 90%;
  padding: 5px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .select-wrap {
    margin: 0 auto;
  }
}
.select-wrap select {
  overflow: hidden;
  outline: none;
  border-radius: 4px;
  padding: 5px 8px;
  width: 130%;
  vertical-align: bottom;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
}

.one-col {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .one-col {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .one-col {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .one-col {
    width: 100%;
  }
}

.text-center {
  text-align: center;
}

.hide-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
}

.hide-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

.hide-large-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hide-large-desktop {
    display: block;
  }
}

.only-large-desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .only-large-desktop {
    display: none;
  }
}

hr {
  border: 0 none white;
  border-top: 1px solid #c5c7ce;
  margin: 0 auto;
}

small {
  display: block;
  color: #8495a2;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
small a {
  color: #8495a2;
}

.sticky-spacer {
  display: none;
  height: 66px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sticky-spacer {
    display: none !important;
  }
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

img:not([src]),
img.loading {
  visibility: hidden;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.sectionHeader {
  color: #062942;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sectionHeader {
    line-height: 1.3;
  }
}

table {
  table-layout: fixed;
  width: 100%;
}

td {
  width: 25%;
  min-width: 80px;
  padding: 0.4em;
}
td p {
  margin-bottom: 0;
  margin-top: 0;
}
td p + p {
  margin-top: 16px;
}

figure.wysiwyg-table.min-w-100 {
  width: 100% !important;
}
figure.wysiwyg-table.min-w-100 table {
  min-width: 100%;
}
figure.wysiwyg-table.min-w-90 {
  width: 90% !important;
}
figure.wysiwyg-table.min-w-90 table {
  min-width: 100%;
}
figure.wysiwyg-table.min-w-80 {
  width: 80% !important;
}
figure.wysiwyg-table.min-w-80 table {
  min-width: 100%;
}
figure.wysiwyg-table.min-w-70 {
  width: 70% !important;
}
figure.wysiwyg-table.min-w-70 table {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  figure.wysiwyg-table.min-w-100, figure.wysiwyg-table.min-w-90, figure.wysiwyg-table.min-w-80, figure.wysiwyg-table.min-w-70 {
    width: 100% !important;
  }
}

figure.wysiwyg-table > table,
figure.wysiwyg-table > table td,
figure.wysiwyg-table > table th {
  border-width: 0;
  border-color: transparent;
}

figure.wysiwyg-table > table td[style*=border],
figure.wysiwyg-table > table th[style*=border] {
  border-width: 1px;
}

.bordered-list__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bordered-list__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.bordered-list__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .bordered-list__wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.bordered-list__heading {
  color: #062942;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .bordered-list__heading {
    font-size: 2.2rem;
  }
}
.bordered-list__view-all {
  border: 2px solid #cdd4d9;
  border-radius: 8px;
  color: #004889;
  display: none;
  font-size: 1.6rem;
  padding: 0.4rem 1.4rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .bordered-list__view-all {
    margin: 10px auto 0;
  }
}
.bordered-list__view-all.show {
  display: block;
}
.bordered-list__list {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .bordered-list__list {
    margin: 20px 0;
  }
}
.bordered-list__list-item {
  border-bottom: 1px solid #cdd4d9;
  padding: 1.4rem 0;
  margin: 0;
}
.bordered-list__list-item:first-child {
  border-top: 1px solid #cdd4d9;
}
.bordered-list__list-item a {
  color: #004889;
  font-size: 1.9rem;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .bordered-list__list-item a {
    font-size: 1.7rem;
  }
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
ul ul {
  list-style-type: circle;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

ol {
  padding-left: 40px;
}
ol li::marker {
  @apply font-ibm font-medium;
}

li br + br {
  display: none;
}

ol {
  font-size: 1.6rem;
  line-height: 1.5555555556;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  padding-left: 2rem;
}
ol li {
  margin-bottom: 5px;
  padding-left: 5px;
}
ol li:last-child {
  margin-bottom: 0;
}

ul {
  text-align: left;
}
ul li {
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5555555556;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li.no-check {
  list-style-type: disc;
  padding-left: 0;
  margin-bottom: 0;
  background-image: none;
}
ul li.no-style {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  background-image: none;
}
ul li a + ul {
  margin-top: 10px;
}

.d-none {
  display: none !important;
}

/* Osano */
.osano-cm-dialog {
  border: 1px solid #c2c8d1;
  box-shadow: 3px 3px rgba(0, 27, 64, 0.08);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.osano-cm-dialog .osano-cm-link {
  border-bottom: 1px solid #001b40;
  color: #001b40;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  width: unset;
  display: inline !important;
  text-decoration: none;
  text-transform: lowercase;
}
.osano-cm-dialog .osano-cm-link:hover, .osano-cm-dialog .osano-cm-link:active {
  font-weight: 400;
  text-decoration: none;
}
.osano-cm-dialog .osano-cm-link::before {
  content: " To learn more click on ";
  border-bottom: 2px solid #fff;
  cursor: text;
  text-transform: initial;
  text-decoration: none;
}
.osano-cm-dialog .osano-cm-link::after {
  content: ".";
  border-bottom: 2px solid #fff;
  cursor: text;
  text-decoration: none;
}
.osano-cm-dialog .osano-cm-buttons__button {
  background-color: unset;
  border: none;
  color: #001b40;
  font-family: founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.osano-cm-dialog .osano-cm-buttons__button:hover, .osano-cm-dialog .osano-cm-buttons__button:focus {
  background-color: unset;
}
.osano-cm-dialog .osano-cm-buttons {
  flex-direction: row;
  margin: 0;
}
.osano-cm-dialog .osano-cm-buttons .osano-cm-buttons__button {
  flex: 1 0 0;
  min-width: auto;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.osano-cm-dialog .osano-cm-button--type_accept {
  color: #001b40;
  border: 2px solid #001b40;
  border-radius: 0.25rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.osano-cm-dialog .osano-cm-content__message {
  padding-bottom: 0;
  margin-bottom: 0;
}
.osano-cm-dialog .osano-cm-storage-policy {
  margin-bottom: 0;
}
.osano-cm-dialog .osano-cm-button--type_manage {
  display: none;
}

.osano-cm-close {
  position: absolute;
  stroke: transparent;
  top: 0;
  right: -2px;
  padding-right: 30px;
  color: #8495a2;
  background: none;
  border: none;
  width: 26px;
  height: 26px;
}
.osano-cm-close svg {
  display: none;
}
.osano-cm-close:hover, .osano-cm-close:focus {
  background-color: transparent !important;
  transform: none !important;
}
.osano-cm-close::before, .osano-cm-close::after {
  content: "";
  top: 12px;
  right: 6px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #405470;
  position: absolute;
}
.osano-cm-close::before {
  transform: rotate(-45deg);
}
.osano-cm-close::after {
  transform: rotate(45deg);
}

.osano-cm-widget,
.osano-cm-widget svg {
  height: 30px;
  width: 30px;
}

.osano-cm-content {
  display: block !important;
  margin-bottom: 16px !important;
}

.osano-cm-message {
  display: inline;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}

blockquote {
  font-family: Georgia, serif;
  color: #062942;
  vertical-align: middle;
  text-align: left;
  font-size: 2.8rem;
  line-height: 1.5357142857;
  text-indent: -1.05rem;
  border-top: 1px solid #c5c7ce;
  border-bottom: 1px solid #c5c7ce;
  padding: 20px 11px 20px 21.5px;
  margin: 35px 0;
}
@media screen and (max-width: 1024px) {
  blockquote {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  blockquote {
    margin: 35px 0;
  }
}
@media screen and (max-width: 480px) {
  blockquote {
    margin: 0;
  }
}
blockquote.long {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  blockquote.long {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  blockquote.long {
    width: 44%;
  }
}
@media screen and (max-width: 480px) {
  blockquote.long {
    width: 100%;
  }
}
blockquote.short {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  blockquote.short {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  blockquote.short {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  blockquote.short {
    width: 100%;
  }
}

.quote-left {
  float: left;
  margin-right: 12%;
}
@media screen and (max-width: 1024px) {
  .quote-left {
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .quote-left {
    margin-right: 12%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .quote-left {
    margin-right: 0;
    float: none;
  }
}

.quote-right {
  margin-left: 12%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .quote-right {
    margin-left: 0;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .quote-right {
    margin-left: 12%;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .quote-right {
    margin-left: 0;
    float: none;
  }
}

@font-face {
  font-family: founders-grotesk;
  src: url("/hc/theming_assets/01JCGHBW0Q1N6GWTV2E5B0FR2K") format("woff2"), url("/hc/theming_assets/01JCGHBZ2T71TK9PYTX46XY9DB") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: founders-grotesk;
  src: url("/hc/theming_assets/01JCGHBXJQXYMV7XNN47CSR4YA") format("woff2"), url("/hc/theming_assets/01JCGHBZH8F3S3HXBYDKYMWZ29") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: founders-grotesk;
  src: url("/hc/theming_assets/01JCGHBXCFSR0JZJ6JGDPKQ0PP") format("woff2"), url("/hc/theming_assets/01JCGHC0CF1BQRVW09PFSE9FKB") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-weight: normal;
  font-family: ibm-plex-sans;
  font-display: swap;
  src: url("/hc/theming_assets/01JCGHBXGZ6SAHZYNVYF49F6RC") format("woff2"), url("/hc/theming_assets/01JCGHC0W09BH98Q4PVJTFQ6BA") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: ibm-plex-sans;
  font-display: swap;
  src: url("/hc/theming_assets/01JCGHBWQ27GSZFQ01W6NA24ZY") format("woff2"), url("/hc/theming_assets/01JCGHC00VA750KQDJDVPJ3525") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: ibm-plex-sans;
  font-display: swap;
  src: url("/hc/theming_assets/01JCGHBWGB2DT1VGYNZFDM2P33") format("woff2"), url("/hc/theming_assets/01JCGHC073XHCAHEJ0NXQMFKJ5") format("woff");
}
.googleSsoBtn {
  width: 100%;
  height: 54px;
  padding: 0;
  margin: 0 auto 5px;
  outline: none;
  border: 2px solid #cdd4d9;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .googleSsoBtn {
    height: 49px;
  }
}
.googleSsoBtn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 100%;
  background-size: 100%;
}
.googleSsoBtn .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  top: 2px;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem !important;
  color: #062942;
}
@media screen and (min-width: 768px) {
  .googleSsoBtn:focus {
    border-color: #59a9e6;
  }
  .googleSsoBtn:focus .text {
    text-decoration: underline;
  }
  .googleSsoBtn:focus:hover .text {
    text-decoration: none;
  }
}

.header {
  display: flex;
  background-color: #fff;
  box-shadow: 0 7px 6px -4px rgba(6, 41, 66, 0.07);
  height: 80px;
  justify-content: space-between;
  max-width: 1600px;
  position: absolute;
  top: -80px;
  transform: translateY(100%);
  transition: none;
  width: 100%;
  z-index: 400;
}
@media screen and (max-width: 480px) {
  .header {
    height: 70px;
    top: -70px;
  }
}
.header.withTopBar {
  top: -31px;
}
@media screen and (max-width: 768px) {
  .header.withTopBar {
    top: -31px;
  }
}
@media screen and (max-width: 480px) {
  .header.withTopBar {
    top: -20px;
  }
}
.header.sticky {
  height: 60px;
  position: fixed;
  transform: translateY(0);
  transition: top 0.3s;
  top: 0;
}
.header.sticky--withTopBar {
  top: 50px;
}
.header.sticky .header__logo a {
  width: 85px;
}
.header__logo {
  align-items: center;
  display: flex;
}
.header__logo a {
  display: flex;
  width: 155px;
}
@media screen and (max-width: 480px) {
  .header__logo a {
    width: 125px;
  }
}
@media screen and (max-width: 374px) {
  .header__logo a {
    width: 63px;
  }
}
.header__logo a img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .header__logo a img.desktop {
    display: none;
  }
}
.header__logo a img.mobile {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 480px) {
  .header__logo a img.mobile {
    display: none;
  }
}
.header__submit {
  transition: box-shadow 0.15s ease-in-out;
}
.header__submit:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(66, 135, 245, 0.5);
  outline: none;
}
.header__submit {
  border: 2px solid rgba(6, 41, 66, 0.2);
  border-radius: 8px;
  font-size: 2rem !important;
  height: 44px;
  padding: 1rem 5.6rem;
  line-height: 1;
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header__submit {
    margin-right: 0;
    padding: 1rem 3.6rem;
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .header__submit {
    margin-right: 0;
    padding: 0.8rem 1.8rem;
    font-size: 1.6rem !important;
  }
}
.header__submit:hover {
  color: #fff;
  background-color: #0d83dd;
  border-color: #0d83dd;
}
.header__container {
  background-color: #fff;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1280px;
}

.nav {
  margin-left: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .nav {
    display: flex;
    margin-right: 20px;
    white-space: normal;
  }
}
@media screen and (max-width: 1023px) {
  .nav {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 10px 0 20px;
    position: absolute;
    text-align: center;
    transform: translateY(0%);
    transition: 0.3s;
    width: 100%;
    z-index: -2;
  }
  .nav.open {
    box-shadow: 0 7px 6px -4px rgba(6, 41, 66, 0.07);
    transform: translateY(100%);
  }
}
.nav__wrapper {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .nav__wrapper {
    justify-content: flex-end;
  }
}
.nav__wrapper a,
.nav__wrapper button {
  align-items: center;
  background-color: transparent;
  color: #062942;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  white-space: nowrap;
}
.nav__wrapper a:not(:last-child),
.nav__wrapper button:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .nav__wrapper a:not(:last-child),
  .nav__wrapper button:not(:last-child) {
    line-height: 2;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .nav__wrapper a:not(:last-child),
  .nav__wrapper button:not(:last-child) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .nav__wrapper a:not(:last-child),
  .nav__wrapper button:not(:last-child) {
    margin-left: 13px;
    padding: 0 10px;
  }
}
.nav__wrapper a:not(.headerSubmit):hover,
.nav__wrapper button:not(.headerSubmit):hover {
  color: #0d83dd;
}
.nav__status {
  background-color: gray;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 6px;
}
.nav__status.none {
  background-color: #49ad57;
}
.nav__status.monitoring, .nav__status.scheduled, .nav__status.minor {
  background-color: #efc100;
}
.nav__status.investigating, .nav__status.identified {
  background-color: #ce0900;
}
.nav__menu {
  outline: none;
}
@media screen and (min-width: 1024px) {
  .nav__menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .nav__menu {
    display: block;
    border-top: 2px solid #062942;
    border-bottom: 2px solid #062942;
    flex: 0 0 auto;
    height: 16px;
    margin: 0 5px 0 20px;
    order: 3;
    position: relative;
    width: 22px;
  }
  .nav__menu::before {
    content: "";
    background-color: #062942;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}

.headerSearch {
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headerSearch {
    background: white;
    bottom: 0;
    height: 240px;
    justify-content: center;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    top: -240px;
    transition: 0.3s;
    width: 100%;
    z-index: 4;
  }
  .headerSearch.open {
    box-shadow: 0 7px 6px -4px rgba(6, 41, 66, 0.07);
    top: 0;
  }
}
.headerSearch__wrapper {
  display: flex;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .headerSearch__wrapper {
    padding: 0 2rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .headerSearch__wrapper {
    padding: 0 2rem;
    margin-left: 0;
  }
}
.headerSearch__wrapper .st-default-autocomplete {
  position: absolute;
  top: 42px;
  width: calc(100% - 60px);
}
.headerSearch__wrapper .st-default-autocomplete a {
  width: 100%;
}
.headerSearch img {
  width: 160px;
  margin-bottom: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .headerSearch img {
    width: 112px;
  }
}
@media screen and (min-width: 768px) {
  .headerSearch a:not(.st-ui-result) {
    display: none !important;
  }
}
.headerSearch form {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .headerSearch form {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .headerSearch form {
    margin-left: 0;
  }
}
.headerSearch form input {
  -webkit-appearance: none;
  background-color: #fbfdfe;
  border: 2px solid #cdd4d9;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  box-sizing: border-box;
  font-size: 1.7rem;
  height: 44px;
  padding: 0 15px;
  width: 316px;
}
@media screen and (max-width: 1024px) {
  .headerSearch form input {
    font-size: 1.5rem;
    width: 100%;
  }
}
.headerSearch .st-default-search-input {
  -webkit-appearance: none;
  background-image: none;
  background-color: #fbfdfe;
  border: 2px solid #cdd4d9;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  box-sizing: border-box;
  font-size: 1.7rem;
  height: 44px;
  padding: 0 15px;
  width: 316px;
}
@media screen and (max-width: 1200px) {
  .headerSearch .st-default-search-input {
    max-width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .headerSearch .st-default-search-input {
    font-size: 1.5rem;
    width: 100%;
  }
}
.headerSearch .st-default-search-input:focus {
  border-color: #cdd4d9;
}
.headerSearch__submit {
  transition: box-shadow 0.15s ease-in-out;
}
.headerSearch__submit:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(66, 135, 245, 0.5);
  outline: none;
}
.headerSearch__submit {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 44px;
  flex: 0 0 60px;
  justify-content: center;
  width: 60px;
  border: 2px solid #0d83dd;
  border-radius: 0 8px 8px 0;
  background-color: #0d83dd !important;
}
.headerSearch__submit img,
.headerSearch__submit picture {
  width: 20px;
  margin: 0;
}
.headerSearch__exit {
  background-image: url("/hc/theming_assets/01KFBB56JWNPPFK40N1T4YAAHK");
  background-size: cover;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .headerSearch__exit {
    display: none;
  }
}

.mobileSearch {
  display: flex;
}
@media screen and (min-width: 768px) {
  .mobileSearch {
    display: none;
  }
}
.mobileSearch img,
.mobileSearch picture {
  width: 20px;
}

.headerSubmit {
  transition: box-shadow 0.15s ease-in-out;
}
.headerSubmit:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(66, 135, 245, 0.5);
  outline: none;
}
.headerSubmit {
  border: 2px solid rgba(6, 41, 66, 0.2);
  border-radius: 8px;
  font-size: 2rem !important;
  height: 44px;
  padding: 1rem 5.6rem;
  line-height: 1;
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .headerSubmit {
    margin-right: 0;
    padding: 1rem 3.6rem;
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .headerSubmit {
    margin-right: 0;
    padding: 0.8rem 1.8rem;
    font-size: 1.6rem !important;
  }
}
.headerSubmit:hover {
  color: #fff;
  background-color: #0d83dd;
  border-color: #0d83dd;
}

body.noSearch header.header {
  position: relative;
  top: 0;
  transform: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  body.noSearch header.header {
    height: 85px;
  }
}
@media screen and (max-width: 480px) {
  body.noSearch header.header {
    height: 70px;
  }
}
body.noSearch header.header .mobileSearch {
  display: none;
}
body.noSearch header.header .headerSearch {
  display: none;
}
body.noSearch header.header .nav__wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.noSearch header.header .nav__wrapper {
    justify-content: flex-end;
  }
}

main.withStickyHeader {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  main.withStickyHeader {
    margin-top: 70px;
  }
}
.st-ui-type-detail {
  display: none !important;
}

footer {
  margin-top: 50px;
}
footer .footer-logo {
  width: 100px;
  height: auto;
}
footer.sticky-cta {
  padding-bottom: 83px;
}
footer .footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
}
footer .footer-nav span {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  footer .footer-nav {
    display: block;
    padding: 0;
  }
}
footer .footer-col {
  width: 16.67%;
  padding: 0 1%;
}
footer .footer-col:first-child {
  padding-left: 0;
}
footer .footer-col:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-col {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #c5c7ce;
  }
  footer .footer-col:first-child {
    display: none;
  }
  footer .footer-col:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top-level:hover {
    color: #0d83dd;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-sub-links {
    max-height: 0;
    overflow-y: hidden;
    transition: 0.4s linear max-height;
  }
}
footer .footer-sub-links ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .footer-sub-links ul li {
  font-size: 1.4rem;
  display: block;
  line-height: 1.25;
  margin-bottom: 12px;
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-sub-links ul li {
    margin-bottom: 0;
  }
}
footer .footer-sub-links ul li:last-child {
  margin-bottom: 0;
}
footer .footer-sub-links ul li a {
  text-decoration: none;
  color: #576981;
  display: inline-block;
}
footer .footer-sub-links ul li a:hover {
  color: #0d83dd;
}
@media screen and (max-width: 768px) {
  footer .footer-sub-links ul li a {
    padding: 12px 15px;
    border-top: 1px solid #c5c7ce;
    color: #0d83dd;
    background: #f7f8f9;
    display: block;
  }
  footer .footer-sub-links ul li a:hover {
    color: #062942;
  }
}
footer .footer-sub-links .footer-top-level::after {
  content: none !important;
}
footer .footer-top-level {
  text-transform: uppercase;
  color: #062942;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-top-level {
    cursor: pointer;
    padding: 12px 15px;
    margin-bottom: 0;
    display: block;
  }
  footer .footer-top-level::after {
    transition: 0.5s ease;
    content: url("~images/icons/nav-chevron.svg");
    text-decoration: none;
    float: right;
    vertical-align: middle;
    height: 18px;
  }
  footer .footer-top-level:hover {
    color: #0d83dd;
  }
  footer .footer-top-level.display-mobile-dropdown::after {
    transform: rotate(180deg);
  }
}
footer .second-row {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  footer .second-row {
    border-top: 1px solid #c5c7ce;
    margin-top: 0;
  }
}
footer .footer-main {
  padding: 32px 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .footer-main .footer-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer-main .footer-logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-main {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
footer .footer-copy {
  font-size: 1.2rem;
  color: #576981;
  line-height: 1.8571428571;
}
footer .footer-copy.copyright {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-copy.copyright {
    padding-top: 12px;
    text-align: center;
  }
}
footer .footer-copy a {
  color: inherit;
  text-decoration: none;
}
footer .mobile-icons-footer {
  display: flex;
  justify-content: center;
}
footer .mobile-icons-footer a {
  text-decoration: none;
}
footer .mobile-icons-footer a:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  footer .mobile-icons-footer {
    text-align: center;
  }
}
footer .social-copyright {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  footer .social-copyright {
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  footer .social-copyright {
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  footer .social-copyright {
    width: 100%;
    margin: 24px auto;
  }
  footer .social-copyright > * {
    width: 100%;
  }
}
footer .social-copyright .mobile-apps-footer {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  footer .social-copyright .mobile-apps-footer {
    margin: auto;
  }
}
footer .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .social-icons {
    justify-content: center;
    margin-top: 25px;
  }
}
footer .social-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
footer .social-icon:last-child {
  margin-right: 0;
}
footer .social-icon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  footer .social-icon {
    margin-right: 25px;
  }
}

.hero {
  background-color: #eff8fe;
  background-image: url("/hc/theming_assets/01JCGHBWSSRCGPZ5WT82WY9E9A");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  padding-bottom: 10rem;
  padding-top: 7rem;
}
@media screen and (max-width: 1024px) {
  .hero {
    background-image: url("/hc/theming_assets/01JCGHBWKXZKHF8BHFV19FSZYA");
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: url("/hc/theming_assets/01JCGHBWGTMP78Y9CZPA1MJYSH");
  }
}
@media screen and (max-width: 480px) {
  .hero {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
.hero__container {
  text-align: center;
}
.hero__heading {
  color: #062942;
  font-weight: 500;
  font-size: 4.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .hero__heading {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.hero__heading--resultsPage {
  font-size: 2.9rem;
  margin: 10px auto 18px;
}
.hero__subHeading {
  color: #062942;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
.hero__search {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero__search {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .hero__search {
    padding: 0;
  }
}
.hero__search input {
  background-image: url("/hc/theming_assets/01KFBB54PXRHKPFZ85WJAXJ6XK");
  background-position: 26px center;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 2px solid #cdd4d9;
  border-radius: 12px;
  box-sizing: border-box;
  color: #062942;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  height: 77px;
  max-width: 100%;
  padding: 0 7.5rem;
  width: 794px;
}
.hero__search input::placeholder {
  color: #8596a2;
}
.hero__search input:focus {
  border: 2px solid #cdd4d9;
}
@media screen and (max-width: 768px) {
  .hero__search input {
    background-position: 17px center;
    background-size: 21px;
    font-size: 1.9rem;
    height: 62px;
    padding: 0 6rem;
    width: 635px;
  }
}
@media screen and (max-width: 480px) {
  .hero__search input {
    font-size: 1.6rem;
    height: 52px;
  }
}
.hero__list {
  background-color: #fbfdfe;
  border: 2px solid #cdd4d9;
  border-radius: 8px;
  box-shadow: 4px 4px 5px 0 rgba(6, 41, 66, 0.1);
  display: none;
  list-style-type: none;
  left: 50%;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 794px;
}
.hero__list.visible {
  display: block;
  opacity: 1;
}
.hero__listItem {
  display: flex;
  margin: 0;
  padding: 0;
}
.hero__listItem a {
  cursor: pointer;
  font-size: 1.9rem;
  padding: 1rem 2rem;
  text-decoration: none;
  width: 100%;
}
.hero__listItem a:hover {
  background-color: #eff8fe;
}
.hero__listItem a em {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .hero__listItem a {
    font-size: 1.6rem;
  }
}
.hero__listItem:not(:last-child) {
  border-bottom: 2px solid #cdd4d9;
}
.hero__listItem:last-child a {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.st-default-autocomplete a {
  padding-left: 18px !important;
}
.st-default-autocomplete a:nth-child(n+7) {
  display: none !important;
}
.st-default-autocomplete a span em {
  box-shadow: none !important;
  background: none !important;
}

body.hero-search .st-default-autocomplete .st-query-present {
  background-color: #fbfdfe;
  border: 2px solid #cdd4d9 !important;
  border-radius: 8px !important;
  box-shadow: 4px 4px 5px 0 rgba(6, 41, 66, 0.1) !important;
  box-sizing: border-box !important;
  display: none;
  list-style-type: none;
  left: 50%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 794px;
}
@media screen and (max-width: 768px) {
  body.hero-search .st-default-autocomplete .st-query-present {
    width: 635px;
    max-width: calc(100% - 60px);
  }
}
body.hero-search .st-default-autocomplete .st-query-present a {
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
body.hero-search .st-default-autocomplete .st-query-present a:hover {
  background-color: #eff8fe !important;
}
@media screen and (max-width: 480px) {
  body.hero-search .st-default-autocomplete .st-query-present a {
    font-size: 1.6rem !important;
  }
}
body.hero-search .st-default-autocomplete .st-query-present a:nth-child(n+7) {
  display: none !important;
}
body.hero-search .st-default-autocomplete .st-query-present a:not(:last-child) {
  border-bottom: 2px solid #cdd4d9;
}
body.hero-search .st-default-autocomplete .st-query-present a:last-child {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
body.hero-search .st-default-autocomplete .st-query-present a .st-ui-type-heading {
  font-size: 2rem !important;
  padding: 1.5rem 2rem !important;
  width: 100%;
}
body.hero-search .st-default-autocomplete .st-query-present a .st-ui-type-detail {
  display: none !important;
  width: 100%;
  padding: 0 2rem !important;
  font-size: 1.4rem !important;
  margin-bottom: 11px;
}
body.hero-search .st-default-autocomplete .st-query-present a span {
  font-size: 1.9rem !important;
  padding: 2rem !important;
  width: 100%;
}

.topCategories {
  margin-bottom: 30px;
}
.topCategories__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .topCategories__wrapper {
    justify-content: space-around;
  }
}
@media screen and (max-width: 480px) {
  .topCategories__wrapper {
    justify-content: center;
  }
}
.topCategories__item {
  align-items: center;
  border: 1px solid #cdd4d9;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 rgba(6, 41, 66, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto 15px;
  padding: 3rem;
  text-align: center;
  text-decoration: none;
  width: calc(25% - 15px);
}
.topCategories__item:nth-child(n+9) {
  display: none;
}
.topCategories__item:hover, .topCategories__item:focus-visible {
  border-color: #0075dd;
  outline: #0075dd;
}
.topCategories__item:hover .top-categories__heading, .topCategories__item:focus-visible .top-categories__heading {
  color: #062942;
}
@media screen and (max-width: 1024px) {
  .topCategories__item {
    margin: 0 0 15px;
    padding: 3rem 2rem;
    width: calc(33.3% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .topCategories__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .topCategories__item {
    width: 100%;
    max-width: 320px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .topCategories__item:nth-child(7) {
    margin-left: auto;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topCategories__item:nth-child(7) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .topCategories__item:nth-child(8) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .topCategories__item:nth-child(8) {
    margin-right: 0;
  }
}
.topCategories__heading {
  color: #004889;
  margin: 0 0 20px;
}
.topCategories__excerpt {
  display: block;
  color: #66768c;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0;
  min-height: 78px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .topCategories__excerpt {
    font-size: 1.6rem;
  }
}

.moreCategories {
  margin-bottom: 60px;
  padding: 0;
}
.moreCategories__container {
  align-items: center;
  display: flex;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .moreCategories__container {
    align-items: flex-start;
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .moreCategories__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .moreCategories__container {
    flex-wrap: wrap;
    padding: 2rem 15px;
  }
}
.moreCategories__wrapper {
  width: 50%;
  padding: 5rem 0;
}
@media screen and (max-width: 1024px) {
  .moreCategories__wrapper {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .moreCategories__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .moreCategories__wrapper {
    margin: 0 auto;
    width: 336px;
  }
}
@media screen and (max-width: 480px) {
  .moreCategories__wrapper {
    width: 100%;
  }
}
.moreCategories__heading {
  color: #062942;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .moreCategories__heading {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .moreCategories__heading {
    font-size: 3.6rem;
  }
}
.moreCategories__list {
  column-count: 2;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .moreCategories__list {
    column-count: 1;
  }
}
@media screen and (max-width: 600px) {
  .moreCategories__list {
    width: 336px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .moreCategories__list {
    width: 100%;
  }
}
.moreCategories__listItem {
  color: rgba(0, 0, 0, 0.4);
}
.moreCategories__listItem:nth-child(-n+8) {
  display: none;
}
.moreCategories__listItem a {
  color: #004889;
  font-size: 1.9rem;
  padding-right: 15px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .moreCategories__listItem a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .moreCategories__listItem a {
    font-size: 1.8rem;
  }
}
.moreCategories__card {
  background-color: #fff;
  background-image: url("/hc/theming_assets/01JCGHBXCVPZVJ6M6Q2F42WWCA");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #cdd4d9;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 rgba(6, 41, 66, 0.07);
  margin-left: 50px;
  min-width: 508px;
  padding: 5.6rem 5.2rem;
  position: relative;
  text-align: center;
  flex: 0 0 50%;
}
@media screen and (max-width: 900px) {
  .moreCategories__card {
    min-width: 336px;
    background-image: url("/hc/theming_assets/01JCGHBXY74J6AWZE0BV6JFEH4");
    flex: 0 0 50%;
    padding: 5.6rem 2.6rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .moreCategories__card {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .moreCategories__card {
    width: 100%;
    min-width: auto;
    padding: 4.6rem 1.4rem;
    flex: 0 0 100%;
  }
}
.moreCategories__cardHeading {
  color: #062942;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  max-width: 180px;
}
@media screen and (max-width: 600px) {
  .moreCategories__cardHeading {
    max-width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .moreCategories__cardHeading {
    font-size: 2.5rem;
  }
}
.moreCategories__cardButton {
  transition: box-shadow 0.15s ease-in-out;
}
.moreCategories__cardButton:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(66, 135, 245, 0.5);
  outline: none;
}
.moreCategories__cardButton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  color: #062942;
  border: 2px solid rgba(6, 41, 66, 0.2);
  border-radius: 8px;
  width: 143px;
  height: 46px;
  text-decoration: none;
}
.moreCategories__cardButton:hover {
  color: #fff;
  cursor: pointer;
  background-color: #0d83dd;
  border-color: #0d83dd;
}

.faq {
  margin-bottom: 40px;
}
.faq__container {
  max-width: 980px;
}
.faq__list {
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin: 10px 15px 0;
  }
}
.faq__heading {
  cursor: pointer;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .faq__heading {
    font-size: 1.6rem;
  }
}
.faq__heading::after {
  content: "";
  display: block;
  height: 12px;
  border-bottom: 2px solid #cdd4d9;
  border-left: 2px solid #cdd4d9;
  position: absolute;
  right: 40px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
}
@media screen and (max-width: 768px) {
  .faq__heading::after {
    right: 10px;
  }
}
.faq__answer {
  color: #000000;
  display: block;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
}
@media screen and (max-width: 480px) {
  .faq__answer {
    font-size: 1.7rem;
  }
}
.faq__answer p {
  margin: 0;
}
.faq__listItem {
  border-top: 1px solid #CDD4D9;
  margin: 0;
  padding: 2.2rem 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .faq__listItem {
    padding: 1.8rem 0;
  }
}
.faq__listItem:last-child {
  border-bottom: 1px solid #CDD4D9;
}
.faq__listItem.open {
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .faq__listItem.open {
    padding: 2.4rem 0;
  }
}
.faq__listItem.open .faq__answer {
  margin: 18px 0 0;
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}
.faq__listItem.open .faq__heading {
  margin-bottom: 15px;
}
.faq__listItem.open .faq__heading::after {
  top: calc(50% + 3px);
  transform: translateY(-50%) rotate(135deg);
}

.results {
  margin: 0 auto;
  max-width: 100%;
  padding: 2rem 3rem;
  width: 840px;
}
@media screen and (max-width: 480px) {
  .results {
    padding: 0 2rem 2rem;
  }
}
.results__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.results__item {
  border-bottom: 1px solid #cdd4d9;
  margin-bottom: 0;
  padding: 2rem 0;
}
.results__item a {
  text-decoration: none;
}
.results__heading {
  font-size: 1.9rem;
  margin: 0;
}
.results__description {
  font-size: 1.4rem;
  margin: 8px 0;
}
.results__description em {
  font-style: normal;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.results__category a {
  color: #8495a2;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.results__category a:not(:first-child) {
  display: none;
}

nav.pagination ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  margin: 65px 0 80px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  nav.pagination ul {
    margin: 40px 0 10px;
  }
}
nav.pagination ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 5px;
}
nav.pagination ul li a {
  align-items: center;
  border: 1px solid #b4bec6;
  border-radius: 5px;
  color: #9ba9b3;
  display: flex;
  flex: 0 0 38px;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  height: 38px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 38px;
}
nav.pagination ul li a:hover {
  color: #fbfdfe;
  background-color: #0d83dd;
  border-color: #0d83dd;
}
nav.pagination ul li.pagination-current {
  color: #fbfdfe;
  background-color: #0d83dd;
  border: 1px solid #0d83dd;
  border-radius: 5px;
  flex: 0 0 38px;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  height: 38px;
  width: 38px;
}
nav.pagination ul li.pagination-next a, nav.pagination ul li.pagination-prev a {
  background-image: url("/hc/theming_assets/01KFBB56K0E5ZGDJGHA5F7VP78");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  font-size: 0;
}
nav.pagination ul li.pagination-next a:hover, nav.pagination ul li.pagination-prev a:hover {
  background-color: inherit;
}
nav.pagination ul li.pagination-next {
  transform: rotate(180deg);
}
nav.pagination ul li.pagination-last, nav.pagination ul li.pagination-first {
  display: none;
}

.categoryPage__header {
  background-color: #eff8fe;
  background-image: url("/hc/theming_assets/01JCGHBWSQPVV1G042GYWPKNN9");
  background-size: 100% 100%;
  padding: 6rem 1rem;
  position: relative;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .categoryPage__header {
    background-image: url("/hc/theming_assets/01JCGHBY8YXE13J631SHD8MX7M");
  }
}
@media screen and (max-width: 768px) {
  .categoryPage__header {
    background-image: url("/hc/theming_assets/01JCGHBWNSZYB0BA6FQXF6JQDB");
  }
}
@media screen and (max-width: 480px) {
  .categoryPage__header {
    background-image: url("/hc/theming_assets/01JCGHBWT4AMQ6X9S654PY4YGQ");
  }
}
.categoryPage__header h1 {
  color: #062942;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.categoryPage__wrapper {
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .categoryPage__wrapper {
    padding-bottom: 410px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .categoryPage__wrapper {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .categoryPage__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.categoryPage__breadcrumbs {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 325px;
  padding-top: 3rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .categoryPage__breadcrumbs {
    padding-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .categoryPage__breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .categoryPage__breadcrumbs {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .categoryPage__breadcrumbs--article {
    padding-left: 0;
    padding-right: 0;
  }
}
.categoryPage__breadcrumbs ol {
  display: flex;
  list-style-type: none;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .categoryPage__breadcrumbs ol {
    display: none;
  }
}
.categoryPage__breadcrumbs ol::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.categoryPage__breadcrumbs ol li {
  color: #576981;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .categoryPage__breadcrumbs ol li {
    padding-left: 0;
  }
}
.categoryPage__breadcrumbs ol li a {
  color: #004889;
  font-size: 1.5rem;
  text-decoration: none;
}
.categoryPage__breadcrumbs ol li:not(:last-child) {
  padding-right: 22px;
}
.categoryPage__breadcrumbs ol li:not(:last-child)::after {
  content: "";
  border-bottom: 1px solid #576981;
  border-right: 1px solid #576981;
  display: block;
  height: 5px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
}
.categoryPage__breadcrumbs ol li:last-child a {
  color: #576981;
}
.categoryPage__breadcrumbs--back {
  background: none;
  border: none;
  color: #004889;
  cursor: pointer;
  font-size: 1.6rem;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}
.categoryPage__breadcrumbs--back::after {
  content: "";
  border-bottom: 1px solid #576981;
  border-right: 1px solid #576981;
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
}
@media screen and (min-width: 481px) {
  .categoryPage__breadcrumbs--back {
    display: none;
  }
}
.categoryPage__breadcrumbs--back--article {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  .categoryPage__breadcrumbs--back--article {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .categoryPage__breadcrumbs--back--article {
    display: none;
  }
}

.categoryMain {
  margin-left: 80px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryMain {
    margin-left: 0;
  }
}

.subCategories__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .subCategories__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.subCategories__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .subCategories__wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.subCategories__heading {
  color: #062942;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .subCategories__heading {
    font-size: 2.2rem;
  }
}
.subCategories__viewAll {
  border: 2px solid #cdd4d9;
  border-radius: 8px;
  color: #004889;
  display: none;
  font-size: 1.6rem;
  padding: 0.4rem 1.4rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .subCategories__viewAll {
    margin: 10px auto 0;
  }
}
.subCategories__viewAll.show {
  display: block;
}
.subCategories__list {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .subCategories__list {
    margin: 20px 0;
  }
}
.subCategories__listItem {
  border-bottom: 1px solid #cdd4d9;
  padding: 1.4rem 0;
  margin: 0;
}
.subCategories__listItem:first-child {
  border-top: 1px solid #cdd4d9;
}
.subCategories__listItem a {
  color: #004889;
  font-size: 1.9rem;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .subCategories__listItem a {
    font-size: 1.7rem;
  }
}

.supportCategories {
  background-color: rgba(252, 243, 204, 0.5);
  margin-top: 70px;
  padding: 6rem 5rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .supportCategories {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .supportCategories {
    padding: 6rem 2rem;
  }
}
.supportCategories__container {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .supportCategories__container {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .supportCategories__container {
    bottom: 0;
    left: 0;
    max-height: 410px;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .supportCategories__container {
    padding: 0;
  }
}
.supportCategories__heading {
  color: #062942;
  font-size: 3.6rem;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .supportCategories__heading {
    font-size: 1.9rem;
  }
}
.supportCategories__list {
  column-count: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .supportCategories__list {
    column-count: 2;
  }
}
@media screen and (max-width: 480px) {
  .supportCategories__list {
    column-count: 1;
    padding-left: 16px;
  }
}
.supportCategories__list li::marker {
  color: #939ca2;
}
.supportCategories__list li a {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding-right: 20px;
}

.categoriesExpander {
  align-items: center;
  color: #062942;
  cursor: pointer;
  font-size: 1.4rem;
  display: flex;
}
@media screen and (min-width: 769px) {
  .categoriesExpander {
    display: none;
  }
}
.categoriesExpander span {
  border-bottom: 1px solid #9ba9b3;
  border-top: 1px solid #9ba9b3;
  height: 9px;
  margin-bottom: 2px;
  margin-right: 10px;
  position: relative;
  width: 13px;
}
.categoriesExpander span::after {
  background-color: #9ba9b3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.breadcrumbBack {
  background: none;
  border: none;
  color: #004889;
  cursor: pointer;
  font-size: 1.6rem;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}
.breadcrumbBack::after {
  content: "";
  border-bottom: 1px solid #576981;
  border-right: 1px solid #576981;
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
}
@media screen and (min-width: 481px) {
  .breadcrumbBack {
    display: none;
  }
}
.breadcrumbBack--article {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  .breadcrumbBack--article {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbBack--article {
    display: none;
  }
}

.allCategoriesModal {
  max-width: 100%;
  position: relative;
  width: 574px;
}
.allCategoriesModal__container {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 4rem;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 1001;
}
@media screen and (max-width: 480px) {
  .allCategoriesModal__container {
    align-items: flex-start;
    overflow: scroll;
  }
}
.allCategoriesModal__container.show {
  display: flex;
  opacity: 1;
}
.allCategoriesModal__button {
  transition: box-shadow 0.15s ease-in-out;
}
.allCategoriesModal__button:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(66, 135, 245, 0.5);
  outline: none;
}
.allCategoriesModal__button {
  align-items: center;
  background-color: #fff;
  border: 2px solid rgba(6, 41, 66, 0.2);
  border-radius: 5px;
  color: #062942;
  display: flex;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  justify-content: center;
  line-height: 1;
  height: 46px;
  text-align: center;
  text-decoration: none;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .allCategoriesModal__button {
    margin-bottom: 40px;
  }
}
.allCategoriesModal__list {
  border-bottom: 1px solid #cdd4d9;
  column-count: 2;
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0 0 4rem 0;
}
@media screen and (max-width: 480px) {
  .allCategoriesModal__list {
    column-count: 1;
  }
}
.allCategoriesModal__list li {
  display: block;
}
.allCategoriesModal__list li a {
  color: #0d83dd;
  font-size: 1.9rem;
  padding-right: 20px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .allCategoriesModal__list li a {
    font-size: 1.6rem;
  }
}
.allCategoriesModal__heading {
  color: #062942;
  font-size: 3.8rem;
}
@media screen and (max-width: 480px) {
  .allCategoriesModal__heading {
    font-size: 2.1rem;
  }
}
.allCategoriesModal__exit {
  background-image: url("/hc/theming_assets/01KFBB56JY4T9P2Z0J0JNJ6PAN");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  cursor: pointer;
  display: block;
  height: 34px;
  opacity: 0.9;
  position: fixed;
  right: 40px;
  top: 40px;
  width: 34px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .allCategoriesModal__exit {
    height: 34px;
    width: 34px;
  }
}
.allCategoriesModal__exit:hover {
  opacity: 1;
}

.withTopBar .allCategoriesModal__exit {
  top: 90px;
}

.categoryNav {
  top: 150px;
  width: 100%;
  transform: translateY(-60px);
}
@media screen and (max-width: 768px) {
  .categoryNav {
    top: 0;
    transform: none;
  }
}
.categoryNav.preview {
  top: 200px;
}
@media screen and (max-width: 768px) {
  .categoryNav.preview {
    top: 0;
  }
}
.categoryNav.js-is-stuck {
  top: auto;
}
@media screen and (min-width: 769px) {
  .categoryNav.js-is-sticky {
    max-width: 250px;
  }
}
.categoryNav__container {
  flex: 0 0 250px;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .categoryNav__container {
    flex: 0 0 auto;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    transition: 0.3s;
  }
  .categoryNav__container.show {
    max-height: 999px;
  }
}
.categoryNav__heading {
  color: #062942;
  font-family: founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.categoryNav__heading--article {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .categoryNav__heading--article {
    margin-top: 0;
  }
}
.categoryNav__categories {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.categoryNav__categories:nth-child(2) {
  margin-top: 20px;
}
.categoryNav__categories li {
  display: flex;
  margin: 0 0 4px 0;
  padding: 0;
}
.categoryNav__categories li a {
  color: #062942;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 0;
  text-decoration: none;
  width: 100%;
}
.categoryNav__categories li:nth-child(n+7) {
  display: none;
}
.categoryNav__categories > li > a {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 1rem;
}
.categoryNav__categories--sub {
  margin-bottom: 40px;
  border-top: 1px solid #CDD4D9;
  border-bottom: 1px solid #CDD4D9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.categoryNav__categories--sub li a {
  color: #062942 !important;
}
.categoryNav__categories--sub li.current a {
  font-weight: 500;
}
.categoryNav__subCategories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.categoryNav__subCategories li {
  display: flex;
  margin: 0;
}
.categoryNav__subCategories li a {
  color: #6a7f8e;
  font-size: 1.4rem;
  line-height: 0.9;
  padding: 1rem;
  text-decoration: none;
  width: 100%;
}
.categoryNav__subCategories li.current a {
  background-color: #d5ecff;
  position: relative;
}
.categoryNav__subCategories li.current a::after {
  content: "";
  background-color: #0075dd;
  border-radius: 50%;
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.categoryNav__subCategories--noTopBorder {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.categoryNav__activeCategory {
  flex-direction: column;
  position: relative;
}
.categoryNav__activeCategory > a {
  position: relative;
}
.categoryNav__activeCategory > a::after {
  content: "";
  background-color: #0075dd;
  border-radius: 50%;
  display: block;
  height: 5px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.categoryNav__activeCategory > a.current {
  background-color: #d5ecff;
}
.categoryNav__activeCategory > a.current::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .categoryNav__activeCategory > a.active {
    background-color: #eff8fe;
  }
  .categoryNav__activeCategory > a.active::after {
    opacity: 1;
  }
}
.categoryNav__activeSubCategories {
  padding-left: 1rem;
}
.categoryNav__activeSubCategories li {
  padding-left: 1rem;
}
.categoryNav__activeSubCategories li a {
  color: #6a7f8e;
  position: relative;
}
.categoryNav__activeSubCategories li a::after {
  content: "";
  background-color: #68B5EB;
  border-radius: 50%;
  display: block;
  height: 5px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.categoryNav__activeSubCategories li.current {
  background-color: #eff8fe;
}
.categoryNav__activeSubCategories li.current a::after {
  opacity: 1;
}
.categoryNav--article {
  margin-bottom: 30px;
}

.viewAllCategories {
  background: none;
  border: none;
  color: #004889;
  cursor: pointer;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none;
}

.viewAllCategoriesBig {
  background: none;
  border: none;
  color: #004889;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 20px;
  padding: 0.4rem 1.4rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .viewAllCategoriesBig {
    margin: 10px auto 0;
  }
}

.js-is-sticky {
  top: 150px;
}

.withTopBar .js-is-sticky {
  top: 200px;
}

.articlePage__categoryName {
  margin-top: 20px;
}
.articlePage__categoryName a {
  color: #062942;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
  width: 100%;
}
.articlePage__categoryName a:not(:first-child) {
  display: none;
}
.articlePage__categoryName > a {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
}
.articlePage__navWrapper {
  margin-bottom: 40px;
  border-top: 1px solid #CDD4D9;
  border-bottom: 1px solid #CDD4D9;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
}
.articlePage .categoryNav__categories > li > a {
  font-weight: 400 !important;
}
.articlePage .categoryNav__subCategories li a {
  color: #062942 !important;
}
.articlePage .categoryNav__subCategories li.current a {
  font-weight: 500;
}

.articleMain__heading {
  color: #062942;
  margin-bottom: 0.67em;
}
.articleMain__body {
  padding: 0;
  word-wrap: anywhere;
}
.articleMain__body a {
  text-decoration: underline;
}
.articleMain__body div, .articleMain__body img {
  margin-bottom: 16px;
  line-height: 26px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.articleMain__body h1, .articleMain__body h2, .articleMain__body h3, .articleMain__body h4, .articleMain__body h5 {
  color: #062942;
}
.articleMain__body h2 {
  font-size: 28px;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .articleMain__body h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 1536px) {
  .articleMain__body h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.articleMain__body h3 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 50px;
}
@media (min-width: 1536px) {
  .articleMain__body h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.articleMain__body h4 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1536px) {
  .articleMain__body h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.articleMain__body h5 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1536px) {
  .articleMain__body h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.articleMain__body ol {
  padding-left: 40px;
}
.articleMain__body ol li::marker {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.articleMain__body li br + br {
  display: none;
}
.articleMain__body .wysiwyg-table {
  overflow: auto;
  max-width: calc(100vw - 30px);
  margin-bottom: 16px;
  margin-top: 16px;
  position: relative;
}
.articleMain__body .wysiwyg-table.min-w-100 {
  width: 100% !important;
}
.articleMain__body .wysiwyg-table.min-w-100 table {
  min-width: 100%;
}
.articleMain__body .wysiwyg-table.min-w-90 {
  width: 90% !important;
}
.articleMain__body .wysiwyg-table.min-w-90 table {
  min-width: 100%;
}
.articleMain__body .wysiwyg-table.min-w-80 {
  width: 80% !important;
}
.articleMain__body .wysiwyg-table.min-w-80 table {
  min-width: 100%;
}
.articleMain__body .wysiwyg-table.min-w-70 {
  width: 70% !important;
}
.articleMain__body .wysiwyg-table.min-w-70 table {
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .articleMain__body .wysiwyg-table.min-w-100, .articleMain__body .wysiwyg-table.min-w-90, .articleMain__body .wysiwyg-table.min-w-80, .articleMain__body .wysiwyg-table.min-w-70 {
    width: 100% !important;
  }
}
.articleMain__body table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto !important;
}
@media screen and (max-width: 1024px) {
  .articleMain__body table {
    width: 100% !important;
  }
}
.articleMain__body table td {
  min-width: 80px;
  padding: 0.4em;
}
.articleMain__body table td p {
  margin-bottom: 0;
  margin-top: 0;
}
.articleMain__body table td p + p {
  margin-top: 16px;
}
.articleMain__body table td[style*=border] {
  border-width: 1px;
}
.articleMain__body iframe {
  height: 100%;
  min-height: 315px;
}
@media screen and (max-width: 480px) {
  .articleMain__body iframe {
    min-height: 280px;
  }
}
.articleMain__body img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}
.articleMain__body .note, .articleMain__body .heads-up, .articleMain__body .important {
  background-color: #eef9f0 !important;
  background-image: url("/hc/theming_assets/01KFBB56N4JQV3SBY14RQY47K2");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border: 1px solid #6fc57c !important;
  border-radius: 8px;
  font-size: 1.4rem;
  max-width: 690px;
  margin: 0 auto;
  padding: 1.2rem 2rem 1.2rem 7rem !important;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .articleMain__body .note, .articleMain__body .heads-up, .articleMain__body .important {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .articleMain__body .note, .articleMain__body .heads-up, .articleMain__body .important {
    padding: 1.2rem 1rem 1.2rem 5rem !important;
    background-position: 12px center;
    background-size: 22px 22px;
  }
}
.articleMain__body .note::before, .articleMain__body .note strong, .articleMain__body .heads-up::before, .articleMain__body .heads-up strong, .articleMain__body .important::before, .articleMain__body .important strong {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.articleMain__body .note {
  background-color: #eff8fe !important;
  background-image: url("/hc/theming_assets/01KFBB56N0R04X58H73K42KCVG");
  border-color: #359ce4 !important;
}
.articleMain__body form.note::before {
  content: "Note: ";
}
.articleMain__body .heads-up {
  background-color: #eef9f0 !important;
  background-image: url("/hc/theming_assets/01KFBB56N4JQV3SBY14RQY47K2");
  border-color: #6fc57c !important;
}
.articleMain__body form.heads-up::before {
  content: "Heads Up: ";
}
.articleMain__body .important {
  background-color: #fcf3cc !important;
  background-image: url("/hc/theming_assets/01KFBB56JB2FEYDCXD004A6ZWM");
  border-color: #e7a700 !important;
}
.articleMain__body form.important::before {
  content: "Important: ";
}

.requestPage {
  margin: 30px 0 60px;
}
.requestPage__container {
  display: flex;
  max-width: 768px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .requestPage__container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .requestPage__container {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .requestPage__faq {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .requestPage__categories {
    display: none;
  }
}

.requestPageHero {
  background-color: #eff8fe;
  background-image: url("/hc/theming_assets/01JCGHBWSQPVV1G042GYWPKNN9");
  background-size: 100% 100%;
  padding: 6rem 1rem;
  position: relative;
  text-align: center;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .requestPageHero {
    height: 220px;
    background-image: url("/hc/theming_assets/01JCGHBY8YXE13J631SHD8MX7M");
  }
}
@media screen and (max-width: 768px) {
  .requestPageHero {
    background-image: url("/hc/theming_assets/01JCGHBWNSZYB0BA6FQXF6JQDB");
  }
}
@media screen and (max-width: 480px) {
  .requestPageHero {
    background-image: url("/hc/theming_assets/01JCGHBWT4AMQ6X9S654PY4YGQ");
    height: 156px;
  }
}
.requestPageHero__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.requestPageHero__col {
  align-items: center;
  display: flex;
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .requestPageHero__col {
    align-items: flex-start;
    flex: 0 0 100%;
    width: 100%;
  }
}
.requestPageHero__col:last-child {
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .requestPageHero__col:last-child {
    display: none;
  }
}
.requestPageHero__heading {
  color: #062942;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .requestPageHero__heading {
    margin-top: 5px;
    text-align: center;
    width: 100%;
  }
}

.requestPageContact {
  flex: 0 0 25%;
  margin-left: 70px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .requestPageContact {
    margin-left: 50px;
  }
}
@media screen and (max-width: 550px) {
  .requestPageContact {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .requestPageContact {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 160px;
    text-align: center;
    width: 100%;
  }
}
.requestPageContact__heading {
  color: #062942;
}
@media screen and (max-width: 480px) {
  .requestPageContact__heading {
    font-size: 2.5rem;
  }
}
.requestPageContact__paragraph {
  font-size: 1.4rem;
  line-height: 24px;
}
.requestPageContact__paragraph--grey {
  color: #8495a2;
}
.requestPageContact__phone {
  color: #062942;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
}

.requestPageForm {
  border-right: 1px solid #cdd4d9;
  padding-right: 7rem;
}
@media screen and (max-width: 768px) {
  .requestPageForm {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .requestPageForm {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .requestPageForm {
    padding-right: 0;
  }
}
.requestPageForm form input,
.requestPageForm form textarea {
  border: 2px solid rgba(6, 41, 66, 0.2);
  border-radius: 8px;
  width: 100%;
}
.requestPageForm form .suggestion-list {
  display: none;
}
.requestPageForm form .form-field {
  margin-bottom: 20px;
}
.requestPageForm form .form-field label {
  color: #062942;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 6px;
  opacity: 0.5;
  text-transform: uppercase;
}
.requestPageForm form .form-field p {
  font-size: 1.5rem;
  line-height: 23px;
}
.requestPageForm form .form-field p:not(#request_description_hint) {
  margin-bottom: 0;
  margin-top: 5px;
}
.requestPageForm form .form-field input[type=text] {
  height: 42px;
  padding: 0 10px;
}
.requestPageForm form .form-field textarea {
  height: 170px;
  padding: 6px 10px;
  resize: none;
}
.requestPageForm form .form-field .upload-dropzone {
  border: 2px solid rgba(6, 41, 66, 0.2);
  border-radius: 8px;
  width: 100%;
}
.requestPageForm form .form-field .upload-dropzone span {
  color: #062942;
  font-size: 1.6rem;
}
.requestPageForm form .form-field .upload-dropzone span a {
  font-size: 1.6rem;
}
.requestPageForm form .form-field .upload-dropzone span::before {
  color: #cdd4d9;
}
.requestPageForm form footer input[type=submit] {
  transition: box-shadow 0.15s ease-in-out;
}
.requestPageForm form footer input[type=submit]:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(66, 135, 245, 0.5);
  outline: none;
}
.requestPageForm form footer input[type=submit] {
  align-items: center;
  background-color: #85c525;
  border: none;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  justify-content: center;
  line-height: 1;
  height: 63px;
  text-align: center;
  text-decoration: none;
  width: 260px;
}
.requestPageForm form footer input[type=submit]:hover {
  background-color: #aad662;
}
@media screen and (max-width: 480px) {
  .requestPageForm form footer input[type=submit] {
    margin: 0 auto;
  }
}

.request_description {
  display: flex;
  flex-direction: column;
}
.request_description label {
  order: 2;
}
.request_description textarea {
  order: 3;
}
.request_description p {
  margin-bottom: 15px;
  margin-top: 0;
  order: 1;
}

.errorPage {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .errorPage {
    margin-top: 10px;
  }
}
.errorPage > .container {
  display: flex;
  flex-wrap: wrap;
}
.errorPage__col {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .errorPage__col {
    width: 100%;
    flex: 0 0 auto;
  }
}
.errorPage__col--left {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .errorPage__col--left {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.errorPage__heading {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif !important;
  font-size: 4rem !important;
  line-height: 1.3 !important;
}
.errorPage__description {
  font-family: ibm-plex-sans, founders-grotesk, Helvetica, Arial, sans-serif;
}
.errorPage__back {
  text-decoration: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.st-ui-container {
  animation: fadeIn 0.5s ease-in-out !important;
  height: 100% !important;
  left: 50% !important;
  margin: 0 !important;
  max-width: 1080px;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 100% !important;
}
@media screen and (max-width: 1080px) {
  .st-ui-container {
    border-radius: 0 !important;
  }
}

.topBar .st-ui-container {
  height: calc(100% - 50px) !important;
  max-height: 760px;
  top: calc(50% + 25px) !important;
}

/* jetable start */
.jetable {
  border-collapse: collapse;
  margin-bottom: 3px;
}
.jetable tr {
  border-bottom: 1px solid #cdd4d9;
}
.jetable tr:not(:first-child) td {
  height: 85px;
}
.jetable tr:first-child {
  border-bottom: 4px solid #0d83dd;
}
.jetable tr:first-child td,
.jetable tr:first-child th {
  font-weight: 600;
}
.jetable tr:first-child td:first-child,
.jetable tr:first-child th:first-child {
  width: 18%;
}
.jetable tr:first-child td:nth-child(2),
.jetable tr:first-child th:nth-child(2) {
  width: 25%;
}
.jetable tr:first-child td:nth-child(3),
.jetable tr:first-child th:nth-child(3) {
  width: 19%;
}
.jetable tr:first-child td:nth-child(4),
.jetable tr:first-child th:nth-child(4) {
  width: 15%;
}
.jetable tr:first-child td:nth-child(n+5),
.jetable tr:first-child th:nth-child(n+5) {
  width: 9%;
}
.jetable tr td,
.jetable tr th {
  padding: 5px 10px 5px 20px;
  text-align: left;
  line-height: 1.3333333333;
}
.jetable tr td:nth-child(n+5),
.jetable tr th:nth-child(n+5) {
  text-align: center;
}
.jetable::after {
  content: "";
  height: 2px;
  display: block;
  border-bottom: 1px solid #cdd4d9;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.jetable + .jetable {
  margin-top: 60px;
}

/* jetable end */
/* ZenDesk top bar hotfix */
.zd-hc-3PQnfZ9PzT-mSU6sNsRWjg {
  left: 0;
}