.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #C2CCD1;
    background-color: #FFF;
    z-index: 9;
    display: flex;
    align-items: center;
  }
  @media only screen and (min-width: 64em) {
    .header {
      min-height: 96px;
    }
  }
  .header .container {
    position: relative;
  }
  .header .logo {
    height: 4.4rem;
    margin-right: 15px;
  }
  @media only screen and (min-width: 64em) {
    .header .logo {
      height: 4.8rem;
    }
  }
  .header .overline {
    display: none;
  }
  @media only screen and (min-width: 48em) {
    .header .overline {
      border-left: 1px solid #000;
      display: inline;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: -0.1rem;
      padding: 6px 30px;
    }
  }
  .header menu {
    display: none;
    list-style: none;
  }
  @media only screen and (min-width: 64em) {
    .header menu {
      display: flex;
      align-items: center;
    }
  }
  .header menu .menu-item {
    margin: 1.2rem 1rem;
  }
  .header menu .menu-item:first-child {
    margin-left: 0;
  }
  .header menu .menu-item:last-child {
    margin-right: 0;
  }
  .header.helpcenter menu {
    display: flex;
  }
  .header.helpcenter menu .menu-item {
    margin: 0;
  }
  .header.helpcenter menu .menu-item a {
    padding: 0;
  }
  .header.helpcenter menu .menu-button {
    color: #1A202C;
    transition: all 0.3s ease-in-out;
    transition-property: color;
  }
  .header.helpcenter menu .menu-button path {
    stroke: #1B1B1F;
    transition: all 0.3s ease-in-out;
    transition-property: stroke;
  }
  .header.helpcenter menu .menu-button:hover {
    color: #3D22CF;
  }
  .header.helpcenter menu .menu-button:hover path {
    stroke: #3D22CF;
  }

  .input-2 {
    padding: 1rem 1.8rem;
    height: 4rem;
    border-radius: 3rem;
    border: none;
    background-color: #FFF;
    font-size: 1.4rem;
    line-height: normal;
    color: #1B1B1F;
  }
  @media only screen and (min-width: 64em) {
    .input-2 {
      padding: 1.3rem 2.4rem;
      line-height: 2.5rem;
      height: 5rem;
      font-size: 1.6rem;
    }
  }
  .input-2::placeholder {
    color: #9AA7AF;
  }

  .help-center-search-button {
    position: absolute;
    right: 1.2rem;
    top: 0.6rem;
    padding: 0.5rem;
  }
  @media only screen and (min-width: 64em) {
    .help-center-search-button {
      right: 2.2rem;
      top: 1rem;
    }
  }
  .help-center-search-button img {
    width: 2rem;
    height: 2rem;
  }
  @media only screen and (min-width: 64em) {
    .help-center-search-button img {
      width: 2.2rem;
      height: 2.2rem;
    }
  }
  
  .help-center-topic-border {
    border: 1px solid #D9D9D9;
  }
  .help-center-topic-border:hover {
    box-shadow: 0px 10px 30px 0px rgba(61, 34, 207, 0.15);
    border-color: rgba(61, 34, 207, 0.06);
  }
  
  .help-center-faq-border {
    border: 1px solid #C2CCD1;
  }
  .help-center-faq-border:hover {
    box-shadow: 0px 10px 30px 0px rgba(61, 34, 207, 0.15);
    border-color: rgba(61, 34, 207, 0.06);
  }
  
  .help-center-category-section {
    margin-bottom: 3rem;
  }
  .help-center-category-section:not(:first-child) {
    margin-top: 5rem;
  }
  @media only screen and (min-width: 64em) {
    .help-center-category-section {
      margin-bottom: 5rem;
    }
  }
  
  @media only screen and (min-width: 64.75em) {
    .move-to-container-right-desktop {
      text-align: right;
      position: absolute;
      top: 0rem;
      right: calc((103.6rem - 100vw) / 2 + 8.7rem);
    }
  }
  @media only screen and (min-width: 78em) {
    .move-to-container-right-desktop {
      right: -9.3rem;
    }
  }
  @media only screen and (min-width: 90em) {
    .move-to-container-right-desktop {
      right: -8.3rem;
    }
  }
  .blog-items-grid {
    display: grid;
  }
  @media only screen and (min-width: 48em) {
    .blog-items-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media only screen and (min-width: 64em) {
    .blog-items-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sepa {
    width: 100%;
    height: 1px;
    background-color: #9F9FB2;
  }
  .article-credits {
    top: 2.8rem;
    right: 1.2rem;
    z-index: 1;
  }
  
  .article__obj {
    position: absolute;
    display: none;
  }
  @media only screen and (min-width: 64em) {
    .article__obj {
      display: block;
    }
  }
  .article__obj--pink {
    top: 1.7rem;
    z-index: 2;
    right: 1.8rem;
  }
  .article__obj--green {
    right: 33.8rem;
    bottom: -15.3rem;
    z-index: 1;
  }
  @media only screen and (min-width: 78em) {
    .article__obj--green {
      right: unset;
      left: -1.3rem;
    }
  }
  @media only screen and (min-width: 90em) {
    .article__obj--green {
      left: -5rem;
    }
  }
  
  .article-content {
    color: #1B1B1F;
    display: flex;
    flex-direction: column;
    max-width: 73rem;
  }
  .article-content h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .article-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .article-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .article-content h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .article-content p, .article-content li {
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
  @media only screen and (min-width: 64em) {
    .article-content p, .article-content li {
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: -0.18px;
    }
  }
  .article-content a {
    color: #3D22CF;
    text-decoration: underline;
  }
  .article-content blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
  .article-content blockquote.quote {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    padding: 2.5rem;
    background-color: rgba(61, 34, 207, 0.06);
    border-radius: 3rem;
    font-style: italic;
    position: relative;
  }
  @media only screen and (min-width: 64em) {
    .article-content blockquote.quote {
      padding: 4rem;
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: -0.18px;
    }
  }
  .article-content blockquote.quote::before {
    content: url("../elements/oui_quote.svg");
    display: block;
    position: absolute;
    top: -2.5rem;
    left: 1.5rem;
    z-index: 1;
  }
  .article-content blockquote.highlight {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    border-left: 4px solid #3D22CF;
  }
  @media only screen and (min-width: 64em) {
    .article-content blockquote.highlight {
      padding-left: 2.8rem;
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: -0.18px;
    }
  }
  .article-content img {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    object-fit: contain;
    object-position: left;
    /* height: 20rem; */
  }
  @media only screen and (min-width: 42.5em) {
    .article-content img {
      /* height: 25rem; */
    }
  }
  @media only screen and (min-width: 64em) {
    .article-content img {
      margin-top: 4.2rem;
      margin-bottom: 4.2rem;
      /* height: 42rem; */
    }
  }
  .article-content.help-center ul li, .article-content.help-center ol li {
    margin-left: 2rem;
    display: list-item;
    padding-left: 2rem;
  }
  .article-content.help-center ul li:has(p), .article-content.help-center ol li:has(p) {
    margin-left: 4rem;
    display: list-item;
    padding-left: 0;
  }
  .article-content.help-center ul li:not(:last-child), .article-content.help-center ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
  /* @media only screen and (min-width: 64em) {
    .article-content.help-center ul li:not(:last-child), .article-content.help-center ol li:not(:last-child) {
      margin-bottom: 3.6rem;
    }
  } */
  .article-content.help-center ul li {
    list-style-image: url("../elements/bullet-point-dot.svg");
  }
  .article-content.help-center ol > li {
    list-style-type: decimal;
  }
  .article-content.help-center ol > li > ol > li {
    list-style-type: lower-alpha;
  }
  .article-content.help-center ol > li > ol > li > ol > li {
    list-style-type: lower-roman;
  }
  .article-content.help-center {
    max-width: none;
  }
  .article-content.help-center p, .article-content.help-center li {
    color: #595964;
  }
  .article-content.help-center p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  @media only screen and (min-width: 64em) {
    .article-content.help-center p {
      margin-top: 1.2rem;
      margin-bottom: 1.2rem;
    }
  }
  /* .article-content.help-center iframe {
    width: 35rem;
    height: 19.6875rem;
    border: none;
  }
  @media only screen and (min-width: 64em) {
    .article-content.help-center iframe {
      width: 60rem;
      height: 33.75rem;
    }
  } */

  .article-content.help-center .iframe-wrapper,
  .article-content.help-center div[data-youtube-video] {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .article-content.help-center .iframe-wrapper iframe,
  .article-content.help-center div[data-youtube-video] iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .article-content.help-center img {
    margin: 0;
    max-width: 100%!important;
  }
  .article-content.help-center ul li, .article-content.help-center ol li {
    list-style: unset;
    list-style-position: inside;
  }
  .article-content.help-center ul li:has(p), .article-content.help-center ol li:has(p) {
    list-style: unset;
    list-style-position: unset;
  }
  .article-content.help-center .btn {
    display: inline-block;
    padding: 1.2rem 2.4rem;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.6rem;
    border: 1px solid #3D22CF;
    box-sizing: border-box;
    background: transparent;
    text-decoration: none;
    border-radius: 3rem;
    background-color: #FFF;
    color: #3D22CF;
    transition: all 0.3s ease-in-out;
    transition-property: background-color, color;
  }
  .article-content.help-center .btn:hover {
    background-color: #3D22CF;
    color: #FFF;
  }
  .article-content.help-center .btn-gray {
    display: inline-block;
    padding: 1.2rem 0;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.6rem;
    border: 0;
    box-sizing: border-box;
    background: transparent;
  }
  .article-content.help-center .btn-gray:hover {
    text-decoration: none;
  }
  .article-content.help-center .tableWrapper {
    margin-bottom: 20px;
    overflow-x: auto;
    max-width: calc(100vw - 48px);
  }
  @media all and (min-width: 768px) {
    .article-content.help-center .tableWrapper {
      margin-bottom: 20px;
      overflow-x: auto;
      max-width: 866px;
    }          
}
.article-content.help-center table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  min-width: 865px!important;
}

.article-content.help-center table td,
.article-content.help-center table th {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  min-width: 170px;
  padding: 6px 8px;
  position: relative;
  vertical-align: top;

}

.article-content.help-center table td p,
.article-content.help-center table th p {
  margin: 0;
}

.article-content.help-center table col {
  min-width: 170px!important;
}

.article-content.help-center table td > *,
.article-content.help-center table th > * {
  margin-bottom: 0;
}
.article-content.help-center table td iframe,
.article-content.help-center table th iframe,
.article-content.help-center table td img,
.article-content.help-center table th img {
  width: 100%;
  margin: 0;
  height: auto;
}

.article-content.help-center table th {
  background-color: #F5F5F5;
  font-weight: 400;
  text-align: left;
}

.article-content.help-center a.btn,
.article-content.help-center a.btn-gray {
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 12px;
    outline: none;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.34s cubic-bezier(0, 0.99, 1, 1);
}

.article-content.help-center a.btn:hover,
.article-content.help-center a.btn-gray:hover {
    filter: brightness(92%) saturate(148%);
    transition: all 0.34s cubic-bezier(0, 0.99, 1, 1);
}
.article-content.help-center a.btn {
    background-color: transparent;
    border: 2px solid #3d22cf;
    color: #3d22cf;
}

.article-content.help-center a.btn:hover {
    background-color: #3d22cf;
        color: #FFFFFF;
}

.article-content.help-center a.btn-gray {
    background-color: #c2ccd1;
    color: #000;
}
.article-content.help-center a.btn-gray:hover {
    text-decoration: underline;
}

