/* faq page styling */
.faq-questions * { margin:0; padding:0; box-sizing:border-box; }
.faq-breadcrumbs * { margin:0; padding:0; box-sizing:border-box; }
.faq-breadcrumbs { display:flex; flex-direction:row; align-items:flex-end; justify-content:flex-start; color:#667084; font-size:14px; font-weight:400; font-family:"Noto Sans", Helvetica, Arial, Sans-Serif; padding:18px 0 32px 0; }
.faq-breadcrumbs-option { display:flex; }
.faq-breadcrumbs .faq-breadcrumbs-text { color:#8F8F8F; }
.faq-breadcrumbs .faq-breadcrumbs-text:hover { text-decoration:underline; cursor:pointer; color:#1C1C1C; }
.faq-breadcrumbs__current > .faq-breadcrumbs-text { color:#1C1C1C; cursor:unset !important; text-decoration:unset !important; }
.faq-breadcrumbs-icon { margin:0 6px; }
.faqScroller * { margin:0; padding:0; box-sizing:border-box; }
.faqScroller { display:none; flex-direction:column; align-items:center; justify-content:center; position:fixed; bottom:40px; right:40px; z-index:1; }

.faqScroller .gototop,
.faqScroller .gotobottom { background-color:#FFFFFF; width:46px; height:46px; cursor:pointer; }

.faqScroller .gototop:hover,
.faqScroller .gotobottom:hover { background-color:#E2E5EA; }

.faqScroller .gototop { border-bottom:none; border-top:1px solid #AEB4C6; border-left:1px solid #AEB4C6; border-right:1px solid #AEB4C6; border-top-left-radius:10px; border-top-right-radius:10px; }
.faqScroller .gotobottom { border-top:1px solid #AEB4C6; border-bottom:1px solid #AEB4C6; border-left:1px solid #AEB4C6; border-right:1px solid #AEB4C6; border-bottom-left-radius:10px; border-bottom-right-radius:10px; }
.faqScroller .open_chat { background:#FFFFFF; display:flex; flex-direction:column; align-items:center; justify-content:center; cursor:pointer; margin-bottom:8px; border:1px solid #AEB4C6; border-radius:10px; width:46px; height:46px; }
.faqScroller .open_chat:hover { background-color:#E2E5EA; }
.faq-questions { background-color:#FFFFFF; }
.faq-questions .faq-header { display:flex; flex-direction:row; align-items:flex-end; justify-content:space-between; color:#1C1C1C; font-size:26px; font-weight:700; text-transform:capitalize; padding-bottom:24px; border-bottom:1px solid #4A4A4A; margin-bottom:0; }
.faq-questions .question { border-bottom:1px solid #EBEBEB; padding:16px 0; list-style-type:none; width:100%; }
.faq-questions .topic { display:inline-block; border-bottom:none; margin-bottom:0; padding-bottom:0; padding-right:40px; max-width:641px; vertical-align:top; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.faq-questions .question .header { position:relative; display:flex; flex-direction:row; align-items:unset; justify-content:space-between; }
.faq-questions .question .title-text { display:flex; flex-direction:row; align-items:center; justify-content:unset; color:#1C1C1C; font-size:16px; font-weight:400; width:100%; padding-bottom:4px; flex-wrap:nowrap; }
.faq-questions .question .title-text:hover { cursor:pointer; color:#3971FF; }
.faq-questions .question .title-text:hover .number { color:#3971FF; }
.faq-questions .question .number { width:40px; margin-right:8px; text-align:center; color:#616161; }
.faq-questions .question .faq-chevron-wrapper { position:absolute; top:0; right:9px; }
.faq-questions .question .description p { font-size:14px; line-height:21px; color:#616161; font-weight:400; margin:0 32px 0 48px; white-space:nomal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.faq-questions .question ul { padding:0 32px 0 48px; }
.faq-pagination { display:flex; flex-direction:row; align-items:center; justify-content:center; margin:48px 0 48px; }
.faq-pagination .btn { width:28px; height:28px; margin-right:8px; padding:0; border-radius:3px; outline:none; cursor:pointer; background-color:#FFFFFF; border:1px solid #FFFFFF; }
.faq-pagination .btn:hover { background-color:#EBEBEB; }
.faq-pagination .active { font-weight:400; background-color:#3971FF; color:#FFFFFF; cursor:default; }
.faq-pagination .disabled { background-color:#F4F4F4; pointer-events:none; }
.faq-pagination .disabled img { opacity:0.2; }
.faq-pagination .faq-move { display:flex; flex-direction:row; align-items:center; justify-content:center; border:1px solid #EBEBEB; }
.faq-pagination-btn-group button { outline:none !important; cursor:pointer; width:28px; height:28px; background-color:#FFFFFF; border:1px solid #FFFFFF; border-radius:3px; margin-right:8px; padding:0; font-size:16px; line-height:24px; color:#616161; }

.faq-pagination-btn-group button:hover { background-color:#EBEBEB; }
.faq-questions .cafe-24-txt { color:#3971FF; text-decoration:none; }
.recent-articles { border-top:unset !important; border-bottom:unset !important; }

/* mobile */
@media (max-width:767px) { 
  .faq-questions .topic { padding-right:0; } 
  .faq-questions .question .title-text { align-items:flex-start; padding-bottom:8px; font-size:15px; line-height:22px; } 
  .faq-questions .question .number { width:30px; } 
  .faq-questions .question .description p { font-size:13px; line-height:20px; margin:0 0 0 38px; -webkit-line-clamp:2; }
  .faqScroller { bottom:10px; right:10px; }
  .faq-pagination #first-button,
  .faq-pagination #last-button { display:none; }
  .faq-pagination .btn { width:36px; height:36px; }
  .pagination-container.faq-pagination { width:100%; flex-wrap:wrap; }
  .faq-pagination-btn-group { overflow:hidden; max-width:220px; height:36px; flex:0 0 auto; }
  .faq-pagination-btn-group button { width:36px; height:36px; font-size:15px; line-height:22px; }
  .faq-chevron-wrapper { display:none !important; }
  .breadcrumbs-section { align-items:center; }
  .faq-header { padding-top:0 !important; padding-bottom:24px !important; }
  .question .description p { text-align:justify; }
  .faqScroller .gototop:hover,
  .faqScroller .gotobottom:hover { background-color:#FFFFFF; }
  .faqScroller .open_chat:hover { background-color:#FFFFFF; }
  .faqScroller .gototop:active,
  .faqScroller .gotobottom:active { background-color:#E2E5EA; }
  .faqScroller .open_chat:active { background-color:#E2E5EA; }
  .faq-breadcrumbs { flex-direction:column-reverse; }
  .faq-breadcrumbs-icon { display:none; margin:0 !important; }
  .faq-breadcrumbs-option.faq-breadcrumbs__current .faq-breadcrumbs-icon { display:block; }
  .faq-breadcrumbs-option { display:none; padding:14px 0; width:100%; align-items:space-between; justify-content:space-between; }
  .faq-breadcrumbs-option.faq-breadcrumbs__current { display:flex !important; }
  .faq-breadcrumbs__current { display:block; pointer-events:none; cursor:default; }
  .faq-breadcrumbs.breadcrumbs-section { margin-top:0; }
  .faq-breadcrumbs .faq-breadcrumbs-text:hover { text-decoration:unset; }
}

/* Desktop */
@media screen and (min-width: 1024px) {
  .faq-questions { min-width: 700px; }
}
