@charset "UTF-8";
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-0 {
  top: 0px;
}

.order-first {
  order: -9999;
}

.m-4 {
  margin: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.grow {
  flex-grow: 1;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.gap-4 {
  gap: 1rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\!pl-3 {
  padding-left: 0.75rem !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semi-bold {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .sm\:order-first {
    order: -9999;
  }
  .sm\:\!hidden {
    display: none !important;
  }
  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 768px) {
  .md\:m-3 {
    margin: 0.75rem;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:\!block {
    display: block !important;
  }
  .md\:flex {
    display: flex;
  }
  .md\:h-96 {
    height: 24rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }
  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:p-0 {
    padding: 0px;
  }
}

.lg\:justify-between {
  justify-content: space-between;
}

@media (min-width: 1440px) {
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
}

/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(34, 34, 34, 1);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  margin-top: 0;
}

h1 {
  font-size: calc(16px * 2);
}

h2 {
  font-size: calc(16px * 1.5);
}

h3 {
  font-size: calc(16px * 1.25);
}

h4 {
  font-size: calc(16px * 1);
}

a {
  display: inline-block;
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
  -webkit-transition: color ease-out .35s;
  -o-transition: color ease-out .35s;
  transition: filter ease-out 250ms;
}

a:hover, a:active {
  text-decoration: none !important;
  opacity: .8;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(214, 214, 214, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(214, 214, 214, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 4px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(214, 214, 214, 1);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 2%;
  }
}

@media (min-width: 1440px) {
  .container {
    padding: 0;
  }
}

.container-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-divider {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

.container-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

.container-content.article-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 1023px) {
  .container-content.article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .container-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.powered-by-zendesk {
  display: none;
}

.is-overflow {
  overflow: hidden;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.item-center {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hide-on-mobile {
    display: none;
  }
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-nav-link, .article-meta-controls .print-article, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: rgba(82, 186, 239, 1);
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: inline-block;
  font-size: calc(16px - 2px);
  line-height: calc(1.5 * 1);
  margin: 0;
  padding: calc((16px / 2) - 2px) calc((16px * 1.33) - 2px);
  text-align: center;
  transition: filter 150ms ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-nav-link, .article-meta-controls .print-article, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-nav-link:hover, .article-meta-controls .print-article:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-nav-link:active, .article-meta-controls .print-article:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-nav-link:focus, .article-meta-controls .print-article:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus {
  color: rgba(82, 186, 239, 1);
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .button-primary.article-nav-link, .article-meta-controls .button-primary.print-article, .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: rgba(82, 186, 239, 1);
  color: rgba(255, 255, 255, 1);
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .button-primary.article-nav-link:hover, .article-meta-controls .button-primary.print-article:hover, .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .button-primary.article-nav-link:focus, .article-meta-controls .button-primary.print-article:focus, .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .button-primary.article-nav-link:active, .article-meta-controls .button-primary.print-article:active, .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  color: rgba(82, 186, 239, 1);
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-nav-link[data-disabled], .article-meta-controls .print-article[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: rgba(82, 186, 239, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: calc(1.5 * 1.3);
  min-width: 190px;
  padding: calc(16px / 2) calc(16px * 1.33);
  width: auto;
  transition: filter 1s 0s ease;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  opacity: .8;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: rgba(34, 34, 34, 1);
  border: 1px solid rgba(214, 214, 214, 1);
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  opacity: .8;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(82, 186, 239, 1);
  border: 0;
  color: rgba(255, 255, 255, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(214, 214, 214, 1);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(214, 214, 214, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(214, 214, 214, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 1024px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: rgba(34, 34, 34, 1);
  font-size: calc(16px * 1.05);
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  font-size: 16px !important;
  display: block;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 100%;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(214, 214, 214, 1);
}

.form-field input[type="text"] {
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(214, 214, 214, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(214, 214, 214, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(214, 214, 214, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: rgba(34, 34, 34, 1);
  margin-left: 4px;
}

.form-field p {
  color: rgba(34, 34, 34, 1);
  font-size: 16px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 16px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: rgba(82, 186, 239, 1);
}

/***** Header *****/
.header {
  position: relative;
  align-items: center;
  display: flex;
  height: calc(95 * 1px);
  background-color: rgba(213, 216, 227, 1);
}

.header .container-header-nav {
  z-index: 124;
}

.header-transparent {
  background-color: transparent !important;
}

.header a {
  color: rgba(5, 0, 0, 1);
}

.header.header-homepage {
  border: none;
}

.header-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .header-nav-align {
    justify-content: space-between;
  }
}

.header-nav-menu {
  display: none;
}

@media (min-width: 1024px) {
  .header-nav-menu {
    display: inline-flex;
  }
}

.header-nav-menu a {
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  align-items: center;
  transition: opacity 150ms ease, filter 150ms ease;
  margin: .75rem .6rem;
}

.header-nav-menu a:hover {
  opacity: .8;
}

.header-nav-menu .user-link {
  margin: .75rem .6rem;
}

.header-nav-menu .user-link .dropdown-menu {
  left: auto;
}

.header-nav.header-article {
  justify-content: flex-end !important;
}

.header-action {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .75rem;
}

@media (max-width: 1023px) {
  .header-action {
    margin: auto 0;
  }
}

.header-action-mobile {
  display: block;
}

@media (min-width: 1024px) {
  .header-action-mobile {
    display: none;
  }
}

.header-action .nav-search {
  cursor: pointer;
}

.header-search {
  margin: 0 auto;
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgba(213, 216, 227, 1);
  visibility: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

.header-search[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 126;
}

.header-search form {
  width: 100%;
  margin-left: -10px;
}

[dir="rtl"] .header-search form {
  margin-right: -10px;
}

.header-search-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  stroke-width: 1px;
  pointer-events: none;
  color: rgba(5, 0, 0, 1);
}

.header-search-icon-wrapper {
  top: -1px;
  margin-right: 10px;
}

.header-search-inner {
  display: flex;
  align-items: center;
  max-height: calc(100vh - ($header-height * 1px) - 88px);
  padding: 1rem 5% 1rem 6.75%;
}

@media (min-width: 768px) {
  .header-search-inner {
    padding: 1rem 2.5% 1rem 3.25%;
  }
}

@media (min-width: 1440px) {
  .header-search-inner {
    padding: 1rem;
  }
}

.header-search-inner input[type="search"] {
  width: 100%;
  border: 0;
  font-size: 14px;
}

.header-search-inner input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

.header-search-inner .search-icon-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  pointer-events: none;
  color: #777;
}

[dir="rtl"] .header-search-inner .search-icon-inner {
  left: auto;
}

[dir="rtl"] .header-search-inner {
  padding: 1rem 6.75% 1rem 5%;
}

@media (min-width: 768px) {
  [dir="rtl"] .header-search-inner {
    padding: 1rem 3.25% 1rem 2.5%;
  }
}

@media (min-width: 1440px) {
  [dir="rtl"] .header-search-inner {
    padding: 1rem .75% 1rem 0;
  }
}

.header-search .search-close {
  cursor: pointer;
  margin-left: 20px;
}

.header-search .search-close-icon {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  color: rgba(5, 0, 0, 1);
}

[dir="rtl"] .header-search .search-close {
  margin-right: 20px;
  margin-left: 0px;
}

.sign-in-icon {
  position: relative;
  top: .2vh;
  width: 16px;
  height: 16px;
  fill: rgba(5, 0, 0, 1);
}

@media (max-width: 1023px) {
  .sign-in-icon {
    fill: rgba(82, 186, 239, 1);
  }
}

.logo img {
  vertical-align: middle;
  padding: .5rem 0;
  height: calc(49 * 1px);
  margin-right: .75rem;
}

[dir="rtl"] .logo img {
  margin-right: 0;
  margin-left: .75rem;
}

.logo span {
  margin: 0 10px;
  color: rgba(34, 34, 34, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
  opacity: 1;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(214, 214, 214, 1);
  right: 0;
  left: 0;
  top: 95;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: rgba(34, 34, 34, 1);
  display: none;
  font-size: 16px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px rgba(214, 214, 214, 1);
  border-bottom: solid 1px rgba(214, 214, 214, 1);
  right: 0;
  left: 0;
  top: 95;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid rgba(214, 214, 214, 1);
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(34, 34, 34, 1);
}

.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 125;
  opacity: 0;
  visibility: hidden;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.page-overlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: rgba(5, 0, 0, 1);
  font-family: 'Inter', sans-serif;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(5, 0, 0, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(82, 186, 239, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0%;
  right: -100%;
  height: 100vh;
  width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 1);
  z-index: 125;
  padding: 65px 20px 20px;
  transition: right .35s;
}

[dir="rtl"] .nav-wrapper {
  left: -100%;
  right: auto;
  transition: left .35s;
}

.nav-wrapper.is-open {
  right: 0;
}

[dir="rtl"] .nav-wrapper.is-open {
  left: 0;
  right: auto;
}

.nav-wrapper .nav-close {
  text-align: right;
  color: rgba(34, 34, 34, 1);
}

[dir="rtl"] .nav-wrapper .nav-close {
  text-align: left;
}

.nav-menu {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.nav-menu button {
  color: rgba(82, 186, 239, 1);
}

.nav-menu ul {
  padding: 0;
  margin: 0;
}

.nav-menu ul li {
  list-style: none;
  padding: 10px 0;
}

.nav-menu ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  transition: color .35s;
  color: rgba(82, 186, 239, 1);
}

.nav-menu ul li .user-name {
  font-weight: 700;
}

.nav-knowledge {
  display: block;
}

@media (min-width: 1024px) {
  .nav-knowledge {
    display: none;
  }
}

.nav-knowledge .nav-tree {
  line-height: 2;
}

.nav-knowledge .nav-tree-category {
  margin-bottom: 1rem;
}

.nav-knowledge .nav-tree-category-parent > li > a {
  display: flex;
}

.nav-knowledge .nav-tree-category-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: calc(16px + 4px);
  font-weight: 500;
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
}

[dir="ltr"] .nav-knowledge .nav-tree-category-link .icon {
  margin: 10px 20px auto 0;
}

[dir="rtl"] .nav-knowledge .nav-tree-category-link .icon {
  margin: 10px 0 auto 20px;
}

.nav-knowledge .nav-tree-category-link .fa {
  position: relative;
  top: 8px;
}

.nav-knowledge .nav-tree-category-link .fa::before {
  content: "\f107";
}

.nav-knowledge .nav-tree-category-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}

.nav-knowledge .nav-tree-category .nav-tree-section {
  margin: 0 0 0 8px !important;
}

.nav-knowledge .nav-tree-category .nav-tree-section .nav-tree-section-link {
  font-size: calc(16px) !important;
  font-weight: normal !important;
}

.nav-knowledge .nav-tree-section {
  margin-bottom: 1rem;
}

.nav-knowledge .nav-tree-section-parent li > a {
  display: flex;
  font-weight: 500;
  margin-bottom: 5px;
}

.nav-knowledge .nav-tree-section-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  font-size: calc(16px * 1);
  font-weight: 500;
  cursor: pointer;
  color: rgba(34, 34, 34, 1);
}

.nav-knowledge .nav-tree-section-link .fa {
  position: relative;
  top: 8px;
}

.nav-knowledge .nav-tree-section-link .fa:before {
  content: "\f107";
}

.nav-knowledge .nav-tree-section-link span {
  width: 90%;
}

.nav-knowledge .nav-tree-section-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}

.nav-knowledge .nav-tree-article-link {
  margin-left: 8px;
  font-size: 16px;
  font-weight: normal !important;
  color: rgba(82, 186, 239, 1);
  white-space: normal;
}

.nav-knowledge .nav-tree-article-parent li {
  margin-bottom: 5px;
  color: rgba(34, 34, 34, 1);
}

.nav-knowledge .nav-tree-article-parent li:last-child {
  margin-bottom: 0;
}

.nav-knowledge .nav-tree-article-parent .nav-tree-section .nav-tree-section-header {
  margin-left: 0;
}

.nav-knowledge .nav-tree-article-parent .nav-tree-section .nav-tree-section-header a {
  font-size: 16px;
  padding: 5px 0;
}

.nav-knowledge .nav-tree-category-content, .nav-knowledge .nav-tree-section-content {
  display: flex;
  height: 10%;
  margin: 7px 0 0 10px;
  position: relative;
}

[dir="rtl"] .nav-knowledge .nav-tree-category-content, [dir="rtl"] .nav-knowledge .nav-tree-section-content {
  margin: 7px 17px 0 0;
}

.nav-knowledge .nav-tree-section-title, .nav-knowledge .nav-tree-category-title {
  width: 100%;
  white-space: normal;
  font-size: 20px;
}

.nav-knowledge .nav-tree-category-content {
  margin: 10px 0 0;
}

.nav-knowledge .nav-tree-category-parent, .nav-knowledge .nav-tree-section-parent, .nav-knowledge .nav-tree-article-parent {
  line-height: 2;
}

.nav-backdrop {
  position: fixed;
  width: 0;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(101, 101, 101, 0.25);
  z-index: 124;
  opacity: 0;
  backdrop-filter: blur(2px);
  transition: opacity 0.3s;
}

body.is-overflow .nav-backdrop {
  opacity: 1;
  width: 100%;
}

#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(5, 0, 0, 1);
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
  -moz-transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: 0.25s cubic-bezier(0.74, 0, 0.24, 0.99);
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
  right: 8px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
  right: 8px;
}

/***** Footer *****/
.footer-svg {
  position: relative;
  z-index: -1;
}

.footer-svg svg {
  margin-bottom: -1rem;
  z-index: -1;
  fill: rgba(213, 216, 227, 1);
}

@media (min-width: 1024px) {
  .footer-svg svg {
    margin-bottom: -1.5rem;
  }
}

.footer {
  margin: 0 auto;
  background-color: rgba(213, 216, 227, 1);
}

.footer a {
  color: rgba(0, 0, 0, 1);
  transition: opacity 350ms ease;
}

.footer a:hover {
  opacity: .8;
}

.footer-inner {
  line-height: 1.5;
  padding: 2.5rem 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .footer-inner {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .footer-inner {
    column-gap: 1rem;
  }
}

.footer-language-selector {
  text-align: center;
  padding: 1rem 0;
}

.footer-language-selector button {
  color: rgba(0, 0, 0, 1);
  display: inline-block;
}

.footer-language-selector .dropdown-menu {
  left: -42px;
}

[dir="rtl"] .footer-language-selector .dropdown-menu {
  right: -72px;
}

.footer-language-selector .dropdown-chevron-icon {
  transform: scaleY(-1);
}

.footer-logo a:hover {
  filter: none;
  opacity: 1 !important;
}

.footer-logo img {
  height: calc(42 * 1px);
  vertical-align: middle;
  position: relative;
}

.footer-logo img::before {
  content: '';
  position: absolute;
}

.footer-logo-group {
  width: 100%;
}

@media (min-width: 1024px) {
  .footer-logo-group {
    flex-basis: 40%;
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .footer-logo-group {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  [dir="rtl"] .footer-logo-group {
    text-align: right;
  }
}

.footer-description {
  line-height: 1.5;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 1);
}

.footer-social-links {
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .footer-social-links {
    margin-bottom: auto;
  }
}

.footer-social-links a {
  display: inline-block;
  font-size: calc(24 * 1px);
  margin: 10px;
}

@media (max-width: 767px) {
  .footer-social-links a {
    margin: 7.5px;
  }
}

@media (min-width: 1024px) {
  .footer-social-links a {
    margin: 0 15px 10px 0;
  }
}

.footer-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
}

@media (max-width: 1023px) {
  .footer-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 1024px) {
  .footer-title svg {
    display: none;
  }
}

.footer-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .footer-nav {
    flex-basis: 60%;
  }
}

.footer-nav-wrapper {
  width: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer-nav-wrapper {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .footer-nav-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .footer-nav-group {
    width: 100%;
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .footer-nav-group {
    flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .footer-nav-group.top-footer-nav {
    align-self: baseline;
  }
  .footer-nav-group.center-footer-nav {
    align-self: center;
  }
  .footer-nav-group.bottom-footer-nav {
    align-self: flex-end;
  }
}

.footer-nav-link {
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  text-decoration: none;
  padding-bottom: .5rem;
}

.footer-copyright {
  color: rgba(0, 0, 0, 1);
}

.powered-by-zendesk {
  display: none;
}

.breadcrumbs {
  border-radius: 4px;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  align-items: baseline;
}

.breadcrumbs li {
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  list-style: none;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .breadcrumbs li {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: calc(16px * .7);
  }
}

@media (min-width: 768px) {
  .breadcrumbs li {
    font-size: calc(16px * .85);
  }
}

.breadcrumbs li:after {
  content: ">";
  margin: 0 6px 0 4px;
  font-size: calc(16px * .8);
  font-weight: bold;
}

[dir="rtl"] .breadcrumbs li:after {
  transform: scaleX(-1);
}

.breadcrumbs li:last-child {
  background: transparent;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  color: rgba(82, 186, 239, 1);
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-color: rgba(214, 214, 214, 1);
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
  border-radius: 4px;
}

.search:focus-within {
  border-color: rgba(214, 214, 214, 1);
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border: none;
}

.search-full {
  width: 300px;
}

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
  border-radius: 4px !important;
}

.search input[type="search"]:focus {
  color: #555;
}

.search input[type="search"]::-webkit-search-decoration, .search input[type="search"]::-webkit-search-cancel-button, .search input[type="search"]::-webkit-search-results-button, .search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search input[type="search"]:-webkit-autofill, .search input[type="search"]:-webkit-autofill:hover, .search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

[dir="rtl"] .search .clear-button {
  left: 0;
  right: auto;
}

.search .clear-button:hover {
  color: rgba(34, 34, 34, 1);
}

.search-has-value .clear-button {
  display: flex;
  border-radius: 4px;
}

[dir="ltr"] .search input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
}

[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-right-color: rgba(214, 214, 214, 1);
}

[dir="ltr"] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir="ltr"] .search .clear-button:focus {
  border-left-color: rgba(214, 214, 214, 1);
}

[dir="rtl"] .search input[type="search"] {
  padding-left: 20px;
  padding-right: 40px;
}

[dir="rtl"] .search-has-value input[type="search"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir="rtl"] .search-has-value input[type="search"]:focus {
  border-left-color: rgba(214, 214, 214, 1);
}

[dir="rtl"] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="rtl"] .search .clear-button:focus {
  border-right-color: rgba(214, 214, 214, 1);
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}

[dir="rtl"] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  display: flex;
  position: relative;
  align-items: center;
  height: calc(500 * 1px);
  margin-top: calc((-1px) * (95 + 80));
  z-index: auto;
}

.hero .container {
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  .hero .container {
    margin-top: 0;
  }
}

.hero-inner {
  max-width: 610px;
  margin: 0 auto;
  margin-top: calc((95 * 1px) + 80px);
}

.hero-inner.hero-left, .hero-inner.hero-right {
  margin-top: calc((95 * 1px) + 80px) !important;
}

@media (min-width: 1024px) {
  .hero-inner.hero-left {
    margin: 0 auto 0 0;
  }
}

@media (min-width: 1024px) {
  .hero-inner.hero-right {
    margin: 0 0 0 auto;
  }
}

.hero-inner.default-style {
  margin-top: calc((95 * 1px)) !important;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 130%;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01J6TP8BK64WKK8R16JMZ3QXBC);
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

.hero-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}

.hero-background.bottom-gradient::before {
  background: linear-gradient(180deg, transparent 10%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  width: 100%;
  left: 0;
  height: 30%;
  top: 70.5%;
  content: "";
}

.hero-background.video-on {
  overflow: hidden;
  background: none;
}

.hero-background .hero-video {
  position: absolute;
  display: block;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-background.gradient {
  background: linear-gradient(180deg, rgba(0, 85, 140, 1) 35%, rgba(255, 205, 0, 1) 90%);
}

.hero-background.default-style {
  height: 100%;
}

.hero-search input[type="search"] {
  border: 0;
  background: white;
  border-radius: 4px;
  height: 56px;
  border-width: 2px;
}

.hero-search input[type="search"] ::-webkit-input-placeholder,
.hero-search input[type="search"] ::-moz-placeholder,
.hero-search input[type="search"] ::placeholder {
  color: #666;
}

.hero-search .search {
  border: 0 !important;
}

.intro-title {
  margin-bottom: .8rem;
  font-size: calc(52px * 0.8);
  line-height: 1.1;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

@media (min-width: 1024px) {
  .intro-title {
    font-size: 52px;
  }
}

@media (min-width: 1024px) {
  .hero-left .intro-title {
    text-align: start;
  }
}

@media (min-width: 1024px) {
  .hero-right .intro-title {
    text-align: end;
  }
}

.svg-div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  z-index: -1;
}

.svg-div.default-style {
  bottom: 0 !important;
}

.svg-div svg {
  position: relative;
  bottom: -8px;
  fill: rgba(255, 255, 255, 1);
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  padding-bottom: 1rem;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}

.sub-nav.sticky {
  position: sticky;
  padding-top: 1rem;
}

.sub-nav .breadcrumbs {
  margin: 0;
}

.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 15px;
  }
}

.blocks-item {
  box-sizing: border-box;
  background: rgba(248, 248, 248, 1);
  color: rgba(34, 34, 34, 1);
  display: flex;
  flex: 1 0 auto;
  margin: 10px 15px 25px;
  max-width: 100%;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s 0s ease-in-out;
  -moz-transition: background-color 0.5s 0s ease-in-out;
  -o-transition: background-color 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out;
}

@media (max-width: 320px) {
  .blocks-item {
    flex: auto;
  }
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}

.blocks-item-icon {
  margin-bottom: 1rem;
}

.blocks-item-icon img {
  height: calc(50 * 1px);
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid rgba(214, 214, 214, 1);
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(34, 34, 34, 1);
}

@media (min-width: 1440px) {
  .blocks-item.large-blocks {
    flex: 1 0 490px;
  }
}

.blocks-item-link {
  color: rgba(34, 34, 34, 1);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 1);
  text-decoration: none;
}

.blocks-item-link .meta-data {
  color: rgba(34, 34, 34, 1);
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: calc(16px + 4px);
  font-weight: 700;
}

.blocks-item-description {
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.homepage-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-basis: 100%;
}

@media (min-width: 1024px) {
  .homepage-container {
    flex-basis: 75%;
  }
}

/***** Categories *****/
.categories > h2 {
  text-align: center;
}

@media (min-width: 1024px) {
  .categories > h2 {
    text-align: left;
  }
  [dir="rtl"] .categories > h2 {
    text-align: right;
  }
}

.categories .cards-list {
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .categories .cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .categories .cards-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.categories .cards-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 4px;
  box-shadow: rgba(212, 212, 212, 0.1) 0px 7px 29px 0px;
  border: 1px solid rgba(214, 214, 214, 1);
}

.categories .cards-item-link {
  position: relative;
  display: block;
  padding-left: 24px;
}

[dir="rtl"] .categories .cards-item-link {
  padding-left: 0;
  padding-right: 24px;
}

.categories .cards-item-link-wrapper {
  display: flex;
  align-items: baseline;
  gap: .4rem;
}

.categories .cards-item-link::before {
  content: '\f1ea';
  font: var(--fa-font-solid);
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

[dir="rtl"] .categories .cards-item-link::before {
  left: auto;
  right: 0;
}

.categories .cards-body {
  padding: 20px;
}

.categories .cards-footer {
  border-top: 1px solid #efefef;
  margin: 0 20px;
}

.categories-accordion-item {
  margin-bottom: .4rem;
}

.categories-accordion-item h1, .categories-accordion-item h2, .categories-accordion-item h3, .categories-accordion-item h4, .categories-accordion-item p {
  margin: 0;
}

.categories-accordion-item a {
  width: 100%;
}

.categories-accordion-item.active .categories-accordion-icon span:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.categories-accordion-item.active .categories-accordion-icon span:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.categories-accordion-link {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  padding: .5rem 1rem;
  cursor: pointer;
}

.categories-accordion-icon span {
  position: relative;
  left: 99%;
  top: 10px;
}

.categories-accordion-icon span:before, .categories-accordion-icon span:after {
  content: "";
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: rgba(82, 186, 239, 1);
  width: 3px;
  height: 9px;
}

.categories-accordion-icon span:before {
  transform: translate(2px, 0) rotate(45deg);
}

.categories-accordion-icon span:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.categories-accordion .section-accordion-item {
  border: 0;
}

.categories-accordion .section-accordion-link {
  padding: .5rem 1.5rem;
}

.categories-carousel .owl-carousel {
  padding-top: 2.5rem;
}

.categories-carousel .owl-carousel h1, .categories-carousel .owl-carousel h2, .categories-carousel .owl-carousel h3, .categories-carousel .owl-carousel h4, .categories-carousel .owl-carousel p {
  margin: 0;
}

.categories-carousel .owl-carousel .owl-dots {
  margin: 0 !important;
}

.categories-carousel .owl-carousel .owl-nav {
  margin: 0 !important;
  color: rgba(82, 186, 239, 1);
}

.categories-carousel .owl-carousel .owl-nav .owl-prev, .categories-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -5px;
  margin: 0 !important;
  font-size: 24px !important;
}

.categories-carousel .owl-carousel .owl-nav .owl-prev:hover, .categories-carousel .owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  color: rgba(82, 186, 239, 1);
  cursor: pointer;
}

.categories-carousel .owl-carousel .owl-nav .owl-prev {
  right: 1.5rem;
}

.categories-carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-carousel .owl-stage-outer {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-header-item {
  padding: .5rem 1rem;
}

.categories-carousel .tab-header-item.is-active {
  border: 1px solid rgba(214, 214, 214, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.categories-carousel .tab-title-link {
  align-items: center;
}

.categories-carousel .tab-content div {
  display: none;
  padding: 16px 20px;
}

.categories-carousel .tab-content.is-active div {
  display: block;
}

.categories-carousel .tab-content-wrapper {
  border: 1px solid rgba(214, 214, 214, 1);
  border-top: transparent;
}

.categories-carousel .tab-content-item {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-content-item:first-child {
  border-top: transparent;
}

.categories-carousel .categories-tab-pagination .pagination {
  margin: 5px 0;
}

.categories-carousel .tab-menu-category {
  display: none;
}

.categories-carousel .tab-menu-category-header-wrapper {
  border-left: none;
}

.categories-carousel .tab-menu-category-header-wrapper.is-active {
  border: 1px solid rgba(214, 214, 214, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  margin-bottom: -1px;
  background-color: rgba(255, 231, 247, 1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.categories-carousel .tab-menu-category-header-wrapper.is-active a {
  color: rgba(21, 4, 14, 1);
}

.categories-carousel .tab-menu-category-header-wrapper .tab-menu-category-header-link {
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.categories-carousel .tab-menu-category.is-active {
  background-color: rgba(255, 255, 255, 1);
  display: block;
}

.categories-carousel .tab-menu-category-content-link {
  display: none;
}

.categories-carousel .tab-menu-section-content {
  border-top: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section:not(:last-child) {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem 1rem 1.5rem;
  cursor: pointer;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > a i {
  transition: transform 0.5s 0s ease-out;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > a {
  width: 100%;
  cursor: pointer;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-section > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 2.5rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-section > a i {
  transition: transform 0.5s 0s ease-out;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] + div {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-article {
  padding-left: 3.5rem;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div.tab-menu-article > a {
  display: list-item;
  padding: .2rem 2rem .2rem 0;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > a {
  width: 100%;
  cursor: pointer;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 3.5rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a i {
  transition: transform 0.5s 0s ease-out;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] + div {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-article {
  padding-left: 4.5rem;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-article > a {
  display: list-item;
  padding: .2rem 2rem .2rem 0;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > a {
  width: 100%;
  cursor: pointer;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 4.5rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a i {
  transition: transform 0.5s 0s ease-out;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] + div {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-article {
  padding-left: 5.5rem;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-article > a {
  display: list-item;
  padding: .2rem 2rem .2rem 0;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > a {
  width: 100%;
  cursor: pointer;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 5.5rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a i {
  transition: transform 0.5s 0s ease-out;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-section > a[aria-expanded="true"] + div {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-article {
  padding-left: 6.5rem;
}

.categories-carousel .tab-menu-section-content > div.tab-menu-section > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div > div.tab-menu-article-content > div.tab-menu-article > a {
  display: list-item;
  padding: .2rem 2rem .2rem 0;
}

.categories-carousel .tab-menu-section-content .tab-menu-article {
  padding-top: .5rem;
}

.categories-carousel .tab-menu-section-content .tab-menu-article ~ .tab-menu-article {
  padding-top: 0;
}

.categories-carousel .tab-menu-section-content .tab-menu-article:nth-last-of-type(1) {
  padding-bottom: .5rem;
}

.categories-carousel .tab-menu-section-content .icon-lock {
  position: relative;
  top: 3px;
}

.categories-carousel .tab-menu-section-content .icon-star {
  position: relative;
  top: 2px;
}

/***** Promoted articles *****/
.articles h2 {
  text-align: center;
}

@media (min-width: 1024px) {
  .articles h2 {
    text-align: left;
  }
  [dir="rtl"] .articles h2 {
    text-align: right;
  }
}

.articles .promoted-accordion-item {
  padding: 1rem .5rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.articles .promoted-accordion-item .promoted-accordion-header {
  display: block;
  cursor: pointer;
}

.articles .promoted-accordion-item .article-teaser {
  max-height: 16vh;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0.5, #000), color-stop(1, transparent));
}

.articles .promoted-accordion-item .promoted-accordion-icon span {
  position: relative;
  left: 99%;
  top: 10px;
}

.articles .promoted-accordion-item .promoted-accordion-icon span:before, .articles .promoted-accordion-item .promoted-accordion-icon span:after {
  content: "";
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: rgba(82, 186, 239, 1);
  width: 3px;
  height: 9px;
}

.articles .promoted-accordion-item .promoted-accordion-icon span:before {
  transform: translate(2px, 0) rotate(45deg);
}

.articles .promoted-accordion-item .promoted-accordion-icon span:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.articles .promoted-accordion-item.active .promoted-accordion-icon span:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.articles .promoted-accordion-item.active .promoted-accordion-icon span:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.articles .article-teaser {
  max-height: 16vh;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(0.5, #000), color-stop(1, transparent));
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 0 !important;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles.hide-list {
  list-style: none;
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 50%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  padding: 15px 0;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid rgba(214, 214, 214, 1);
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZD1FBG9NXNA6K9XSY2YNED9);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.community a:visited {
  color: rgba(82, 186, 239, 1);
}

.community a:hover, .community a:active, .community a:focus {
  color: rgba(82, 186, 239, 1);
}

.cta {
  padding: 2rem 0;
  background: rgba(247, 247, 247, 1);
  border-radius: 4px;
  box-shadow: rgba(212, 212, 212, 0.1) 0px 7px 29px 0px;
}

.cta-wrapper {
  padding: 0 2rem;
}

.cta-content {
  justify-content: center;
  color: rgba(34, 34, 34, 1);
  flex-basis: 50%;
  text-align: start;
}

.cta-content a, .cta-content a:focus {
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  .cta-content {
    padding-top: 1.5rem;
    text-align: center;
    order: 2;
  }
}

.cta-image-wrapper {
  justify-content: center;
  flex-basis: 50%;
}

@media (min-width: 1024px) {
  .cta-image-wrapper {
    justify-content: flex-end;
  }
}

.cta-title {
  font-size: calc(16px * 2);
  margin: 0;
}

.cta-image {
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  object-fit: contain;
  padding: 0 1rem;
}

.cta-link {
  margin: 0 auto;
  padding: calc(16px * 1) calc(16px * 2);
  background-color: rgba(82, 186, 239, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  transition: filter 300ms 0s linear;
}

@media (min-width: 1024px) {
  .cta-link {
    margin-left: 0;
  }
  [dir="rtl"] .cta-link {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

.cta-link:hover {
  color: rgba(82, 186, 239, 1);
  background-color: rgba(255, 255, 255, 1);
}

.community,
.activity,
.contact {
  padding: 30px 0;
}

.contact-title {
  text-align: center;
  margin-bottom: 10px;
}

.contact-button {
  padding: 20px;
  width: 200px;
  text-align: center;
  align-items: center;
  background-color: rgba(82, 186, 239, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: all .35s;
}

.contact-button:hover {
  background-color: #666;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
}

.contact-button span {
  font-size: 20px;
  font-weight: 500;
}

/***** Recent activity *****/
.recent-activity-header {
  text-align: center;
}

@media (min-width: 1024px) {
  .recent-activity-header {
    text-align: left;
  }
  [dir="rtl"] .recent-activity-header {
    text-align: right;
  }
}

.recent-activity-list {
  padding: 30px 0 0;
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 1024px) {
  .recent-activity-list {
    row-gap: 1rem;
    column-gap: 1rem;
  }
}

@media (min-width: 1440px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .recent-activity-list {
    grid-template-columns: 1fr;
  }
}

.recent-activity-item {
  border-radius: 4px;
  overflow: auto;
  padding: 1rem 2rem;
  background-color: rgba(248, 248, 248, 1);
  display: flex;
  flex-direction: column;
}

.recent-activity-item-parent {
  font-size: calc(16px * .8);
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
  }
}

.recent-activity-item-link {
  order: -1;
  font-weight: 600;
  font-size: 16px;
}

.recent-activity-item-meta {
  color: rgba(34, 34, 34, 1);
  font-size: calc(16px * .8);
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-controls a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.recent-activity-controls a:visited {
  color: rgba(82, 186, 239, 1);
}

.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: rgba(82, 186, 239, 1);
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(34, 34, 34, 1);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 1024px) {
  .category-container {
    width: 75%;
  }
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3rem;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

@media (max-width: 1023px) {
  .section-tree .section {
    flex: 0 0 45%;
  }
}

.section-tree-title {
  margin-bottom: 10px;
  font-size: calc(16px + 4px);
  font-weight: 600;
}

.section-tree-title a {
  color: rgba(34, 34, 34, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 5px 0 15px 0;
  width: fit-content;
}

.section-card .cards-list {
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .section-card .cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .section-card .cards-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-card .cards-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 4px;
  box-shadow: rgba(212, 212, 212, 0.1) 0px 7px 29px 0px;
  border: 1px solid rgba(214, 214, 214, 1);
}

.section-card .cards-item a, .section-card .cards-item span {
  color: rgba(34, 34, 34, 1);
}

.section-card .cards-body {
  padding: 20px;
}

.section-card .cards-item-link {
  position: relative;
  display: block;
  padding-left: 24px;
}

[dir="rtl"] .section-card .cards-item-link {
  padding-left: 0;
  padding-right: 24px;
}

.section-card .cards-item-link-wrapper {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  padding-bottom: .5rem;
}

.section-card .cards-item-link::before {
  content: '\f1ea';
  font: var(--fa-font-solid);
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

[dir="rtl"] .section-card .cards-item-link::before {
  left: auto;
  right: 0;
}

.section-card .cards-footer {
  margin: 0 20px;
}

.section-card .cards-footer .see-all-articles {
  border-top: 1px solid rgba(214, 214, 214, 1);
  width: 100%;
  padding: 10px 0;
}

.section-tabs .section-tabs-list {
  display: flex;
  overflow: auto;
}

.section-tabs .section-tabs-item {
  border-radius: 4px;
}

.section-tabs .section-tabs-item .section-tabs-title {
  padding: 1rem .5rem;
  margin: 0;
  border-bottom: 3px solid rgba(214, 214, 214, 1);
  color: rgba(34, 34, 34, 1);
}

.section-tabs .section-tabs-item .section-tabs-description {
  padding: 1rem .5rem;
  margin: 0;
}

.section-tabs .section-tabs-item .section-tabs-link-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2.5rem;
}

.section-tabs .section-tabs-item .section-tabs-link {
  padding: 1rem;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 4px;
  margin-bottom: 1rem;
}

.section-tabs .section-tabs-item .section-tabs-link:hover {
  opacity: 1;
}

.section-tabs .section-tabs-item .section-tabs-link:hover .section-tabs-title, .section-tabs .section-tabs-item .section-tabs-link:hover .section-tabs-description {
  opacity: .8;
}

.section-tabs .section-tabs-body {
  padding: 1.5rem 2.5rem;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 4px;
}

.section-tabs .section-tabs-body:hover {
  cursor: pointer;
}

.section-tabs .section-tabs-body .arrow-accordion-icon {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.section-tabs .section-tabs-body .arrow-accordion-icon span:before, .section-tabs .section-tabs-body .arrow-accordion-icon span:after {
  content: "";
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: rgba(82, 186, 239, 1);
  width: 3px;
  height: 9px;
}

.section-tabs .section-tabs-body .arrow-accordion-icon span:before {
  transform: translate(2px, 0) rotate(45deg);
}

.section-tabs .section-tabs-body .arrow-accordion-icon span:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.section-tabs .section-tabs-body .arrow-accordion-icon .compact-icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1rem;
}

.section-tabs .section-tabs-body[aria-expanded="true"] .arrow-accordion-icon span:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.section-tabs .section-tabs-body[aria-expanded="true"] .arrow-accordion-icon span:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.section-tabs .compact-tabs-wrapper {
  padding: 1rem 2.5rem;
  background-color: rgba(248, 248, 248, 1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.section-tabs .compact-tabs-link {
  padding: .3rem 0;
}

.section-tabs .compact-tabs-link::before {
  content: '\f1ea';
  font: var(--fa-font-solid);
  margin: 0 .2rem;
}

.article-list {
  list-style: disc;
  margin-left: 20px;
}

[dir="rtl"] .article-list {
  margin-right: 20px;
  margin-left: 0;
}

.article-list-item {
  font-size: calc(16px + 2px);
  padding-top: 2px;
  padding-bottom: 10px;
  gap: 4px;
  margin-right: 2.5rem;
}

.article-list-item a {
  color: rgba(82, 186, 239, 1);
}

.article-list.article-section-list {
  display: block;
}

@media (min-width: 768px) {
  .article-list.article-section-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .article-list.article-section-list .article-section-item {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

@media (max-width: 1023px) {
  .article-list.article-section-list .article-section-item {
    flex: 0 0 45%;
  }
}

.article-list-link {
  display: inline;
}

.article-list-link .icon-lock {
  color: black;
}

.icon-star {
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  position: relative;
  flex-shrink: 0;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

.section-list {
  margin: 1.5rem 0;
}

.section-list-item {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

.section-list-item a {
  align-items: center;
  color: rgba(34, 34, 34, 1);
  display: flex;
  justify-content: space-between;
}

[dir="rtl"] .section-list-item a svg {
  transform: rotate(180deg);
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 75%;
    min-width: 640px;
  }
}

.article-nav {
  margin-top: 1em;
}

.article-nav-block-main {
  display: flex;
  justify-content: space-between;
}

.article-nav-block-next, .article-nav-block-prev {
  width: 49%;
}

[dir="ltr"] .article-nav-block-next {
  text-align: right;
}

[dir="rtl"] .article-nav-block-next {
  text-align: left;
}

.article-nav-link {
  margin-bottom: 5px;
}

[dir="rtl"] .article-nav-link .fas {
  transform: rotate(180deg);
}

.article-nav-title {
  opacity: 0.7;
  font-size: 0.85em;
}

.article-nav a[href='#'] {
  pointer-events: none;
  opacity: 0.2;
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-meta-controls {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.article-body a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.article-body a:visited {
  color: rgba(82, 186, 239, 1);
}

.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: rgba(82, 186, 239, 1);
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"]
.article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body code {
  background: #f4f4f4;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f4f4f4;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid rgba(214, 214, 214, 1);
  color: rgba(34, 34, 34, 1);
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-body a:hover {
  color: inherit;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: rgba(34, 34, 34, 1);
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(34, 34, 34, 1);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  border-top: 1px solid rgba(214, 214, 214, 1);
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid rgba(214, 214, 214, 1);
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid rgba(214, 214, 214, 1);
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-more-questions a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.article-more-questions a:visited {
  color: rgba(82, 186, 239, 1);
}

.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: rgba(82, 186, 239, 1);
}

.article-return-to-top {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(34, 34, 34, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  padding: 1rem 0;
}

.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}

.recent-articles ul,
.related-articles ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.recent-articles li a,
.related-articles li a {
  vertical-align: text-top;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: rgba(34, 34, 34, 1);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: rgba(34, 34, 34, 1);
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: rgba(34, 34, 34, 1);
}

.share a:hover {
  text-decoration: none;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  border-top: 1px solid rgba(214, 214, 214, 1);
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: rgba(34, 34, 34, 1);
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.comment-callout a:visited {
  color: rgba(82, 186, 239, 1);
}

.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: rgba(82, 186, 239, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: rgba(34, 34, 34, 1);
  font-size: 16px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(214, 214, 214, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin: auto;
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(34, 34, 34, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Inter', sans-serif;
  line-height: calc(1.5 + .1);
  overflow-x: auto;
}

.comment-body a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.comment-body a:visited {
  color: rgba(82, 186, 239, 1);
}

.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: rgba(82, 186, 239, 1);
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"]
.comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body code {
  background: #f4f4f4;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f4f4f4;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid rgba(214, 214, 214, 1);
  color: rgba(34, 34, 34, 1);
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: rgba(34, 34, 34, 1);
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(255, 255, 255, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(255, 255, 255, 1);
}

.vote-voted:hover {
  color: rgba(255, 255, 255, 1);
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: calc(16px)2px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.community-header .dropdown-toggle {
  color: rgba(34, 34, 34, 1);
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  font-size: 16px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid rgba(214, 214, 214, 1);
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.topic-header .topic-filters .dropdown-toggle {
  color: rgba(34, 34, 34, 1);
  font-weight: bold;
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: auto;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover::after {
  color: rgba(82, 186, 239, 1);
}

.community-follow button[data-selected="true"] {
  background-color: rgba(82, 186, 239, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(214, 214, 214, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(82, 186, 239, 1);
}

.community-follow button[data-selected="true"]:hover::after {
  color: rgba(82, 186, 239, 1);
}

.community-follow button::after {
  border-left: 1px solid rgba(214, 214, 214, 1);
  content: attr(data-follower-count);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-family: 'Inter', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: static;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(214, 214, 214, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(82, 186, 239, 1);
  margin-right: 5px;
  font-size: calc(16px * 1);
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: none;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: rgba(34, 34, 34, 1);
  font-size: calc(16px - 2px);
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(34, 34, 34, 1);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #0081a7;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: rgba(34, 34, 34, 1);
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body a {
  color: rgba(82, 186, 239, 1);
  text-decoration: none;
}

.post-body a:visited {
  color: rgba(82, 186, 239, 1);
}

.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgba(82, 186, 239, 1);
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"]
.post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body code {
  background: #f4f4f4;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f4f4f4;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid rgba(214, 214, 214, 1);
  color: rgba(34, 34, 34, 1);
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: rgba(34, 34, 34, 1);
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(34, 34, 34, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid rgba(214, 214, 214, 1);
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 16px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  border-top: 1px solid rgba(214, 214, 214, 1);
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(214, 214, 214, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(34, 34, 34, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(34, 34, 34, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid rgba(34, 34, 34, 1);
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(34, 34, 34, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(34, 34, 34, 1);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: none;
  overflow: hidden;
  position: relative;
  transition: all 1.5s;
}

.collapsible-sidebar-title {
  margin-top: 0;
  padding: 15px 0;
}

.collapsible-sidebar-toggle {
  right: 0;
  padding: 1rem 0;
  border: 0;
  background: none;
  border-radius: 50%;
  position: absolute;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

[dir="rtl"] .my-activities-table th:first-child, [dir="rtl"]
.my-activities-table td:first-child {
  padding-right: 0;
  padding-left: 20px;
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

[dir="rtl"] .my-activities-table th:last-child, [dir="rtl"]
.my-activities-table td:last-child {
  padding-right: 20px;
  padding-left: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

.my-activities-following-header .dropdown-toggle {
  color: rgba(34, 34, 34, 1);
}

/* Requests table */
.requests {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table td {
  text-align: left;
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td {
  text-align: left;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td {
  text-align: left;
}

.contributions-table td:last-child {
  color: rgba(34, 34, 34, 1);
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: rgba(34, 34, 34, 1);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 4px;
  border: 1px solid rgba(214, 214, 214, 1);
  color: rgba(34, 34, 34, 1);
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(214, 214, 214, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    margin-bottom: 0;
    max-width: 60%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  border-top: 1px solid rgba(214, 214, 214, 1);
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: rgba(34, 34, 34, 1);
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** New Request page *****/
.info-card {
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(213, 216, 227, 1);
  border-left: 1rem solid rgba(213, 216, 227, 1);
}

@media (max-width: 767px) {
  .info-card {
    width: auto;
    padding: 1rem;
  }
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: rgba(34, 34, 34, 1);
  font-size: calc(16px * .8);
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: calc(16px - 2px);
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: rgba(34, 34, 34, 1);
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px rgba(214, 214, 214, 1);
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px rgba(214, 214, 214, 1);
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(214, 214, 214, 1);
  border-radius: 4px;
  color: rgba(34, 34, 34, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: rgba(34, 34, 34, 1);
  font-size: calc(16px - 2px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: calc(16px - 2px);
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid rgba(214, 214, 214, 1);
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: rgba(34, 34, 34, 1);
  font-size: calc(16px - 2px);
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 16px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid rgba(214, 214, 214, 1);
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid rgba(214, 214, 214, 1);
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid rgba(214, 214, 214, 1);
  flex: 1 0 auto;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
    margin-bottom: 20px;
  }
}

.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: rgba(34, 34, 34, 1);
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: rgba(248, 248, 248, 1);
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(82, 186, 239, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: none;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.search-results-list > li:first-child {
  border-top: 1px solid rgba(214, 214, 214, 1);
}

.search-results-list > li h2 {
  margin-bottom: 1rem;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: rgba(34, 34, 34, 1);
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(34, 34, 34, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  border-radius: 4px;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
}

.search-result-breadcrumbs li {
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li:after {
  content: ">";
  margin: 0 4px;
  font-size: calc(16px * .8);
}

[dir="rtl"] .search-result-breadcrumbs li:after {
  transform: scaleX(-1);
}

.search-result-breadcrumbs li:last-child {
  background: transparent;
}

.search-result-breadcrumbs li:last-child:after {
  display: none;
}

.search-result-breadcrumbs li a {
  font-size: calc(16px * .8);
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bolder;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: calc(4px * 1);
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 200px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 1024px) {
  .dropdown-menu.topic-post-menu {
    width: 100%;
    min-width: auto;
  }
}

@media (min-width: 1024px) {
  .dropdown-menu.dropdown-sort-menu, .dropdown-menu.dropdown-show-menu {
    width: 100%;
    min-width: 160px;
  }
}

@media (min-width: 1024px) {
  .dropdown-show-wrapper, .dropdown-sort-wrapper {
    min-width: 160px;
  }
}

@media (min-width: 1024px) {
  .dropdown-show-toggle, .dropdown-sort-toggle {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .3rem;
  }
}

.dropdown-show-toggle::before, .dropdown-sort-toggle::before {
  content: "";
  position: absolute;
  top: 85%;
  opacity: 0;
  width: 0;
  border: 0.5px solid rgba(34, 34, 34, 1);
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s ease;
}

.dropdown-show-toggle:hover::before,
.active .dropdown-show-toggle::before, .dropdown-show-toggle:focus::before, .dropdown-sort-toggle:hover::before,
.active .dropdown-sort-toggle::before, .dropdown-sort-toggle:focus::before {
  width: 98%;
  opacity: 1;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

#progress {
  --scrollAmount: 0%;
  width: var(--scrollAmount);
  background: rgba(82, 186, 239, 1);
  position: fixed;
  top: 0;
  height: 5px;
  z-index: 999;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/***** Table of Content *****/
.toc-wrap {
  position: sticky;
}

.toc-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.toc-header::before {
  content: "";
  position: absolute;
  top: 85%;
  opacity: 0;
  width: 0;
  border: 0.5px solid rgba(34, 34, 34, 1);
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s ease;
}

.toc-header:hover::before,
.active .toc-header::before {
  width: 100%;
  opacity: 1;
}

.toc-header::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  transition: transform 0.3s ease-out;
}

.active .toc-header::after {
  transform: rotate(180deg);
}

#table-of-content {
  margin-bottom: 0;
  overflow-y: auto;
  max-height: 30vh;
}

#table-of-content li {
  margin-bottom: 0.6rem;
}

/***** Image Lightbox *****/
#lightbox {
  display: none;
  position: fixed;
  z-index: 1080;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

#lightbox .lightbox-body {
  position: relative;
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
}

#lightbox .lightbox-body .close {
  right: 0 !important;
}

#lightbox .lightbox-content {
  display: block;
  margin: auto;
}

/***** Video Custom Blocks *****/
.site-video {
  width: 100%;
  padding: 2rem 0;
}

.site-video .content-header::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
}

.site-video-wrapper {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.site-video-items {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0 0;
  row-gap: 1rem;
}

@media (max-width: 1023px) {
  .site-video-items {
    justify-content: center;
    gap: 25px 0;
  }
}

.site-video-item {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  cursor: pointer;
  display: flex;
  width: 50%;
}

@media (min-width: 1024px) {
  .site-video-item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .site-video-item {
    width: 100%;
  }
}

.site-video-item:hover {
  cursor: default;
}

.site-video-item:hover .site-video-title {
  opacity: .8;
  cursor: pointer;
}

.site-video-item:hover .site-video-img::before {
  width: 100%;
  padding: 50px 0 45px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #0000006b;
  opacity: 1;
  cursor: pointer;
}

.site-video-img {
  position: relative;
  display: block;
  background-position: 50% 50%;
  height: 150px;
  background-size: cover;
  border-radius: 4px;
}

.site-video-img.site-video-icon::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 55px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.site-video-title {
  color: rgba(82, 186, 239, 1);
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.video-block h2 {
  text-align: center;
}

@media (min-width: 1024px) {
  .video-block h2 {
    text-align: left;
  }
  [dir="rtl"] .video-block h2 {
    text-align: right;
  }
}

.site-video-carousel {
  width: 100%;
  padding: 2rem 0;
}

.site-video-carousel .content-header::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
}

.site-video-carousel-wrapper {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.site-video-carousel-items {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .site-video-carousel-items {
    margin: 0 15px;
  }
}

@media (max-width: 1023px) {
  .site-video-carousel-items {
    justify-content: center;
    gap: 25px 0;
  }
}

.site-video-carousel-item {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  cursor: pointer;
  display: flex;
  width: 50%;
}

@media (min-width: 1024px) {
  .site-video-carousel-item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .site-video-carousel-item {
    width: 100%;
  }
}

.site-video-carousel-item:hover {
  cursor: default;
}

.site-video-carousel-item:hover .site-video-title {
  opacity: .8;
  cursor: pointer;
}

.site-video-carousel-item:hover .site-video-img::before {
  width: 100%;
  padding: 50px 0 45px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #0000006b;
  opacity: 1;
  cursor: pointer;
}

.site-video-carousel-img {
  position: relative;
  display: block;
  background-position: 50% 50%;
  height: 150px;
  background-size: cover;
  border-radius: 4px;
}

.site-video-carousel-img.site-video-icon::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 55px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.site-video-carousel-title {
  color: rgba(82, 186, 239, 1);
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-body {
  position: relative;
  padding: 0;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/***** Formatting Component *****/
/* Tab */
.tabs {
  margin-bottom: calc(1.5 * 16px);
}

.tabs-nav {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-wrap: wrap;
}

.tabs-nav a {
  display: inline-block;
  top: 1px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
  }
}

.tabs-nav a.active {
  border: 1px solid rgba(214, 214, 214, 1);
  pointer-events: none;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  color: rgba(34, 34, 34, 1);
}

@media (min-width: 768px) {
  .tabs-nav a.active {
    border-bottom: 1px solid rgba(214, 214, 214, 1);
  }
}

@media (min-width: 768px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}

.tabs-nav a:hover {
  opacity: 0.8;
}

.tabs-content div {
  display: none;
  padding: 16px 20px;
  border: 1px solid rgba(214, 214, 214, 1);
}

.tabs-content div.is-active {
  display: block;
}

@media (min-width: 768px) {
  .tabs-content div {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media (min-width: 768px) {
  .tabs.colored-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

.tabs.colored-2 .tabs-content div {
  background-color: #f4f4f4;
}

.tabs.colored-1 .tabs-nav a.is-active {
  background-color: #f4f4f4;
}

.tabs.colored-2 .tabs-nav a.is-active {
  color: rgba(34, 34, 34, 1);
  background-color: #f4f4f4;
  border-bottom-color: rgba(214, 214, 214, 1);
}

/* End of Tabs */
/* Callout */
.note,
.callout {
  padding: 20px 20px;
  border-left: 5px solid rgba(34, 34, 34, 1);
  background-color: #fff;
  margin-bottom: calc(16px * 1.5);
}

.note-title,
.callout-title {
  font-size: calc(16px * 1.5);
  font-weight: 700;
  color: inherit;
}

.note-dashed,
.callout-dashed {
  border-width: 1px;
  border-style: dashed;
}

.note-transparent,
.callout-transparent {
  background-color: transparent;
  box-shadow: 0px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.note-success,
.callout-success {
  background-color: rgba(70, 219, 120, 0.3);
  border-color: #46db78;
}

.note-info,
.callout-info {
  background-color: rgba(74, 164, 224, 0.3);
  border-color: #4aa4e0;
}

.note-warning,
.callout-warning {
  background-color: rgba(227, 163, 79, 0.3);
  border-color: #e3a34f;
}

.note-alert,
.callout-alert {
  background-color: rgba(232, 51, 51, 0.3);
  border-color: #e83333;
}

.accordion {
  box-shadow: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  opacity: 0.8;
}

.accordion::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: rgba(34, 34, 34, 1);
  font-weight: bold;
  transition: all 0.4s ease;
  float: right;
}

[dir="rtl"] .accordion::after {
  float: left;
}

.accordion.active::after {
  transform: rotate(-180deg);
}

.accordion-panel {
  padding: 0 10px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid rgba(214, 214, 214, 1);
  border-right: 1px solid rgba(214, 214, 214, 1);
  border-top: 1px solid rgba(214, 214, 214, 1);
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.popular-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 8px;
}

@media (min-width: 768px) {
  .popular-search {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .hero-left .popular-search {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .hero-right .popular-search {
    justify-content: flex-end;
  }
}

.popular-search-keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popular-search-keyword-item {
  margin: 0 5px;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.popular-search-keyword-item:hover {
  opacity: .8;
}

.error-page {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .error-page {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
}

.back-to-top {
  position: fixed;
  padding: 0;
  right: 20px;
  bottom: -50px;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 1s ease-out;
  background: transparent;
}

.back-to-top:focus, .back-to-top:active {
  outline: 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(82, 186, 239, 1);
  box-shadow: none;
}

.back-to-top.is-active {
  bottom: 90px;
  z-index: 1001;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: rgba(255, 255, 255, 1);
  background: rgba(82, 186, 239, 1);
}

.back-to-top.is-active:hover {
  color: rgba(82, 186, 239, 1);
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(214, 214, 214, 1);
  box-shadow: none;
}

.back-to-top .fa-angle-up:before {
  color: rgba(255, 255, 255, 1);
}

#loading {
  width: 2rem;
  height: 2rem;
  border: 5px solid #588157;
  border-top: 6px solid #e9edc9;
  border-radius: 100%;
  margin: auto;
  display: block;
  animation: spin 1s infinite linear;
  position: relative;
  top: 10rem;
}

#loading.display-loading {
  display: block;
}

#spinner {
  width: 3rem;
  height: 3rem;
  display: grid;
  animation: spinner-plncf9 4s infinite;
  margin: auto;
  display: none;
  position: relative;
  top: 10rem;
}

#spinner::before {
  content: "";
  grid-area: 1/1;
  border: 9px solid;
  border-radius: 50%;
  border-color: #e9edc9 #e9edc9 #0000 #0000;
  mix-blend-mode: darken;
  animation: spinner-plncf9 1s infinite linear;
}

#spinner::after {
  content: "";
  grid-area: 1/1;
  border: 9px solid;
  border-radius: 50%;
  border-color: #0000 #0000 #588157 #588157;
  animation: spinner-plncf9 1s infinite linear;
  animation-direction: reverse;
}

#spinner.display-loading {
  display: block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-plncf9 {
  100% {
    transform: rotate(1turn);
  }
}

.custom-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  row-gap: 1.5rem;
  column-gap: 1rem;
}

.custom-blocks-item {
  box-sizing: border-box;
  background: rgba(237, 235, 255, 1);
  flex: 1 0 30%;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s 0s ease-in-out;
  -moz-transition: background-color 0.5s 0s ease-in-out;
  -o-transition: background-color 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out;
  box-shadow: rgba(212, 212, 212, 0.1) 0px 7px 29px 0px;
}

.custom-blocks-item.medium-blocks {
  flex: 1 0 45%;
}

@media (min-width: 1024px) {
  .custom-blocks-item.medium-blocks {
    flex: 1 0 30%;
    min-width: 20rem;
  }
}

@media (max-width: 767px) {
  .custom-blocks-item.medium-blocks {
    flex: 1 0 90%;
  }
}

.custom-blocks-item * {
  transition: color .35s;
}

.custom-blocks-item:hover, .custom-blocks-item:focus, .custom-blocks-item:active {
  background-color: rgba(241, 241, 241, 1);
}

.custom-blocks-item:hover *, .custom-blocks-item:focus *, .custom-blocks-item:active * {
  text-decoration: none;
  opacity: 1;
}

.custom-block-link {
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  height: 100%;
  color: rgba(44, 44, 44, 1);
}

.custom-block-link:hover, .custom-block-link:active {
  color: inherit;
  text-decoration: none;
}

.custom-block-link:focus {
  text-decoration: none;
}

.custom-block-link.cb-left-icon, .custom-block-link.cb-right-icon {
  display: flex;
  align-items: center;
}

.custom-block-link.cb-left-icon .custom-block-icon, .custom-block-link.cb-right-icon .custom-block-icon {
  margin: 0 .5rem;
}

.custom-block-link.cb-left-icon .custom-block-icon img, .custom-block-link.cb-right-icon .custom-block-icon img {
  vertical-align: middle;
}

.custom-block-link.cb-left-icon .custom-block-content, .custom-block-link.cb-right-icon .custom-block-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-block-link.cb-left-icon .custom-block-content .custom-block-title, .custom-block-link.cb-right-icon .custom-block-content .custom-block-title {
  margin-bottom: .5rem;
  padding: 0 .5rem 0 .5rem;
}

.custom-block-link.cb-left-icon .custom-block-content .custom-block-description, .custom-block-link.cb-right-icon .custom-block-content .custom-block-description {
  margin: 0;
  padding: 0 .5rem 0 .5rem;
}

.custom-block-link.cb-left-icon {
  flex-direction: row;
  text-align: start;
}

.custom-block-link.cb-right-icon {
  flex-direction: row-reverse;
  text-align: end;
}

.custom-block-link.cb-right-icon .custom-block-icon img {
  transform: scaleX(-1);
}

.custom-block-title {
  margin: 0;
}

.custom-block-description {
  padding: 0;
  margin-top: 0;
}

.custom-block-icon {
  margin-bottom: .5rem;
}

.custom-block-icon img {
  height: calc(50 * 1.5px);
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-body {
  display: none;
  box-sizing: border-box;
}

.nav-sidebar {
  display: flex;
  width: fit-content;
}

@media (min-width: 1024px) {
  .nav-sidebar {
    display: none;
  }
}

.nav-sidebar:hover {
  cursor: pointer;
}

.nav-sidebar .browse-title {
  font-weight: bold;
  font-size: calc(16px * 1.5);
  text-transform: capitalize;
}

.nav-sidebar.homepage-sidebar-button {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: .5rem;
  gap: 5px;
}

@media (min-width: 1024px) {
  .nav-sidebar.homepage-sidebar-button {
    display: none;
  }
}

.nav-sidebar-wrapper {
  padding-left: 0;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-right: 1px solid rgba(214, 214, 214, 1);
  width: 30%;
  /* MENU TREE */
}

@media (max-width: 1023px) {
  .nav-sidebar-wrapper {
    display: block;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: -100%;
    z-index: 130;
    padding-left: 2rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    overflow: auto;
    height: 100vh;
    transition: left .35s;
    width: 80%;
  }
}

.nav-sidebar-wrapper.is-show {
  left: 0;
}

[dir="rtl"] .nav-sidebar-wrapper.is-show {
  right: 0;
  left: auto;
}

.nav-sidebar-wrapper a, .nav-sidebar-wrapper span, .nav-sidebar-wrapper p {
  color: rgba(34, 34, 34, 1);
}

.nav-sidebar-wrapper a:hover, .nav-sidebar-wrapper span:hover, .nav-sidebar-wrapper p:hover {
  text-decoration: none;
  filter: none;
}

.nav-sidebar-wrapper .sidebar-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  font-size: calc(16px + 4px);
  text-transform: capitalize;
  font-weight: 700;
}

.nav-sidebar-wrapper .sidebar-header a {
  display: flex;
  gap: 5px;
}

.nav-sidebar-wrapper .sidebar-header a .fa-home {
  margin: auto 0;
}

.nav-sidebar-wrapper .sidebar-header.request-page {
  padding-left: 0;
}

.nav-sidebar-wrapper .side-promoted-articles .sidenav-title {
  font-size: calc(16px + 4px);
  text-transform: capitalize;
  font-weight: 700;
}

.nav-sidebar-wrapper .side-promoted-articles .side-articles-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 8px;
  color: rgba(82, 186, 239, 1);
}

.nav-sidebar-wrapper .side-promoted-articles .side-articles-item::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(34, 34, 34, 1);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

[dir="rtl"] .nav-sidebar-wrapper .side-promoted-articles .side-articles-item::before {
  right: 0;
}

[dir="rtl"] .nav-sidebar-wrapper .side-promoted-articles .side-articles-item {
  padding-left: 0;
  padding-right: 8px;
}

.nav-sidebar-wrapper .side-promoted-articles .side-articles-item:hover::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree {
  line-height: 2;
}

.nav-sidebar-wrapper .menu-tree-category {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(214, 214, 214, 1);
}

.nav-sidebar-wrapper .menu-tree-category-parent > li > a {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}

.nav-sidebar-wrapper .menu-tree-category-link {
  display: flex;
  font-size: calc(16px + 4px);
  text-transform: capitalize;
  font-weight: 700;
  color: rgba(82, 186, 239, 1);
}

@media (min-width: 1024px) {
  .nav-sidebar-wrapper .menu-tree-category-link {
    cursor: pointer;
  }
}

[dir="ltr"] .nav-sidebar-wrapper .menu-tree-category-link .icon {
  margin: 10px 20px auto 0;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-category-link .icon {
  margin: 10px 0 auto 20px;
}

.nav-sidebar-wrapper .menu-tree-category-link .fa {
  position: relative;
  top: 8px;
}

.nav-sidebar-wrapper .menu-tree-category-link .fa::before {
  content: " ";
}

.nav-sidebar-wrapper .menu-tree-category-link::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(34, 34, 34, 1);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

.nav-sidebar-wrapper .menu-tree-category-link:hover::before, .nav-sidebar-wrapper .menu-tree-category-link.current-item::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree-category-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}

.nav-sidebar-wrapper .menu-tree-category .menu-tree-section {
  margin: 0 0 0 8px !important;
}

.nav-sidebar-wrapper .menu-tree-category .menu-tree-section .menu-tree-section-link {
  font-size: calc(16px + 2px) !important;
  font-weight: 500 !important;
}

.nav-sidebar-wrapper .menu-tree-category .menu-tree-section .menu-tree-article {
  margin-left: 8px;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-category .menu-tree-section {
  margin: 0 8px 0 0 !important;
}

.nav-sidebar-wrapper .menu-tree-section {
  margin-bottom: 1rem;
}

.nav-sidebar-wrapper .menu-tree-section-parent li > a {
  font-weight: 500;
  margin-bottom: 5px;
  padding-right: 2px;
}

.nav-sidebar-wrapper .menu-tree-section-parent li > a .icon-star {
  top: 2px;
}

.nav-sidebar-wrapper .menu-tree-section-parent li > a .icon-lock {
  position: relative;
  top: 3px;
}

.nav-sidebar-wrapper .menu-tree-section-link {
  display: flex;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: rgba(34, 34, 34, 1);
}

@media (min-width: 1024px) {
  .nav-sidebar-wrapper .menu-tree-section-link {
    cursor: pointer;
  }
}

.nav-sidebar-wrapper .menu-tree-section-link .fa:before {
  content: " ";
}

.nav-sidebar-wrapper .menu-tree-section-link span {
  width: 90%;
}

.nav-sidebar-wrapper .menu-tree-section-link::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(34, 34, 34, 1);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-section-link::before {
  left: 0;
  right: -10px;
}

.nav-sidebar-wrapper .menu-tree-section-link:hover::before, .nav-sidebar-wrapper .menu-tree-section-link.current-item::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree-section-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}

.nav-sidebar-wrapper .menu-tree-article-link {
  position: relative;
  font-size: 16px;
  font-weight: normal !important;
  color: rgba(82, 186, 239, 1);
  white-space: normal;
}

.nav-sidebar-wrapper .menu-tree-article-link::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(34, 34, 34, 1);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-article-link::before {
  left: 0;
  right: -10px;
}

.nav-sidebar-wrapper .menu-tree-article-link:hover::before, .nav-sidebar-wrapper .menu-tree-article-link.current-item::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree-article-parent li {
  margin-bottom: 5px;
  color: rgba(34, 34, 34, 1);
  margin-left: 8px;
}

.nav-sidebar-wrapper .menu-tree-article-parent li:last-child {
  margin-bottom: 0;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-article-parent li {
  margin-left: 0;
  margin-right: 8px;
}

.nav-sidebar-wrapper .menu-tree-article-parent .menu-tree-section .menu-tree-section-header {
  margin-left: 0;
}

.nav-sidebar-wrapper .menu-tree-article-parent .menu-tree-section .menu-tree-section-header a {
  font-size: 16px;
  padding: 5px 0;
}

.nav-sidebar-wrapper .menu-tree-category-content, .nav-sidebar-wrapper .menu-tree-section-content {
  display: flex;
  height: 10%;
  margin: 7px 0 0 10px;
  position: relative;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-category-content, [dir="rtl"] .nav-sidebar-wrapper .menu-tree-section-content {
  margin: 7px 17px 0 0;
}

.nav-sidebar-wrapper .menu-tree-section-title, .nav-sidebar-wrapper .menu-tree-category-title {
  width: 100%;
  white-space: normal;
  font-size: 20px;
}

.nav-sidebar-wrapper .menu-tree-category-content {
  margin: 10px 0 0;
}

.nav-sidebar-wrapper .menu-tree-category-parent, .nav-sidebar-wrapper .menu-tree-section-parent, .nav-sidebar-wrapper .menu-tree-article-parent {
  line-height: 2;
}

.nav-sidebar-icon {
  width: 1.5rem;
}

.nav-sidebar-close {
  text-align: right;
  color: rgba(34, 34, 34, 1);
}

@media (min-width: 1024px) {
  .nav-sidebar-close {
    display: none;
  }
}

[dir="rtl"] .nav-sidebar-close {
  text-align: left;
}

.non-collapsible-category .menu-tree-category-link .fa-angle-down {
  display: none;
}

@keyframes showNav {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes hideNav {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

/** Owl Carousel **/
.info-header {
  background-color: rgba(248, 248, 248, 1);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.info-header .owl-stage-outer {
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
}

.info-header .owl-stage-outer.owl-transparent {
  background-color: transparent;
}

.info-header .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

.info-header .owl-nav {
  margin: 0 !important;
  color: rgba(0, 0, 0, 1);
}

.info-header .owl-prev, .info-header .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: .4rem .8rem !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  font-size: 16px !important;
}

.info-header .owl-prev:hover, .info-header .owl-next:hover {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 1) !important;
  opacity: .8 !important;
}

.info-header .owl-prev {
  left: 0;
  right: inherit;
}

.info-header .owl-next {
  right: 0;
  left: inherit;
}

.info-header .owl-item {
  padding: 0;
}

.info-header .owl-item-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 .5rem;
}

@media (min-width: 1024px) {
  .info-header .owl-item-inner {
    margin: 0 2rem;
  }
}

.info-header .owl-item-inner h2, .info-header .owl-item-inner h3 {
  margin: 0 !important;
  padding-top: 4px;
  font-size: calc(16px * 0.8);
}

@media (min-width: 1024px) {
  .info-header .owl-item-inner h2, .info-header .owl-item-inner h3 {
    font-size: 16px;
  }
}

.info-header .owl-item-inner a {
  color: rgba(0, 0, 0, 1);
  font-size: calc(16px * 0.8);
}

@media (min-width: 1024px) {
  .info-header .owl-item-inner a {
    font-size: 16px;
  }
}

.info-header .owl-item-inner svg {
  width: 5px;
}

[dir="rtl"] #header-carousel {
  direction: ltr;
}

[dir="rtl"] #header-carousel .owl-nav {
  direction: rtl;
}

[dir="rtl"] #homepage-carousel {
  direction: ltr;
}

[dir="rtl"] #homepage-carousel .owl-nav {
  direction: rtl;
}

[dir="rtl"] #category-carousel {
  direction: ltr;
}

[dir="rtl"] #category-carousel .owl-dots {
  direction: rtl;
}
