@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    transition-duration: none !important;
    transition-property: none !important;
  }
  
  .particles-layer {
    animation: none !important;
	}
}

body {
  background-color: #0F1722;
  color: #ffffff;
  font-family: pf-light;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

body > main {
  min-height: 70vh;
}


h1,
h2,
h3,
h4,
h5,
h6, .wysiwyg-font-size-large {
  font-family: pf-light;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.3px;
}

h1 {
  font-size: 40px;
  letter-spacing: 0.03em;
}

h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
}

h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
}

h4, .wysiwyg-font-size-large {
  font-size: 18px;  
}

hr {
  background-color: white;
  border: 2px solid white;
  margin-top: 0;
  margin-bottom: 16px;
  width: 100%;
}

a,
.external-link {
  color: #ffffff;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
  border: 2px solid black;
  height: 40px;
  line-height: 1.5;
  outline: none;
  vertical-align: middle;
  transition-duration: 0.25s;
  text-decoration: none;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border 0.12s ease-in-out;
}

input:focus {
  border: 2px solid #245cb4;
  transition-duration: 0.25s;
  text-decoration: none;
}

.date-span:after {
  content: url(/hc/theming_assets/01K1ZK0N8WTNKHKXMZXV55D1Q9);
  position: absolute;
  transform: translate(0, 25%);
  right: 16px;
  height: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.num-span:after {
  content: url(/hc/theming_assets/01K1ZK0K76412G5HTNVX903KNA);
  position: absolute;
  transform: translate(0, 25%);
  right: 16px;
  height: 100%;
}

.cc-span:after {
  content: url(/hc/theming_assets/01K1ZK0K77V7B390EJ715H08NS);
  position: absolute;
  transform: translate(0, 25%);
  right: 16px;
  height: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01K254K1901JF7RXR25RWE6G44) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #245cb4;
}

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

textarea {
  border: 2px solid black;
  width: 100%;
  outline: none;
  padding: 8px;
  transition-duration: 0.25s;
}

textarea:focus {
  border: 2px solid #245cb4;
  transition-duration: 0.25s;
}

.cat-container {
  position: relative;
  padding: 0px 0px 32px 0px;
  margin-top: -64px
}

.container {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1408px;
}

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

.container-divider {
  margin-bottom: 20px;
}

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

.error-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 56px 16px;
}

.error-page a {
  color: #39ACFF;
}

.error-page hr {
  max-width: 1600px;
  width: 50%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.error-alert-icon {
  filter: drop-shadow(0px 6px 10px #FF7790);
}

.dropdown-toggle {
  color: white;
  letter-spacing: 0.03em;
}

.dropdown-toggle.user,
.link-container.user {
  margin: 0px 8px;
}

.dropdown-toggle:not(.user)::after,
.username-container::after{
  color: $base_white;
  content: url("/hc/theming_assets/01K254K28XVRQ6VTRRQ8PHFCY0");
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.username-container {
    display: none;
}

.user-hash {
  color: #868b95;
}

.dropdown-toggle.user > span{
  display: none;
}

.user-icon {
  width: 24px;
  height: 24px;
}

@media (min-width: 995px) {
	.user-icon {
    display: none;
  }
  
  .username-container {
    display: block;
  }
  
  .dropdown-toggle.user,
  .link-container.user {
    margin: 0px 16px;
  }
}

/***** Buttons *****/
.article button, .article a.link-button,
a.button-ghost, a.button-gradient-orange,
.still-stuck-container button,
.contact-us button, .contact-us a.link-button {
  min-width: 205px;
  min-height: 48px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: pf-medium;
  line-height: 24px;
  letter-spacing: 0.12em;
  font-weight: 500;
  background: #212736;
  color: white;
  cursor: pointer;
  padding: 8px 16px;
}

.article a.link-button, 
.article a.button-ghost, 
.article a.button-gradient-orange, 
.contact-us a.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  margin-top: 16px;
}

a.link-button > img,
button > img {
  margin-right: 8px;
}

a.link-button:hover,  a.button-ghost:hover, .article a.button-gradient-orange:hover {
  text-decoration: none;
}

.article button:hover, .article a.link-button:hover,
.contact-us button:hover {
  background: #3e4759;
}

.article button:active, .article a.link-button:active, .article a.link-button:active,  a.button-ghost:active .article a.button-gradient-orange:active,
.still-stuck-container button:active, 
.contact-us button:active {
  background: #0f1722;
}

.article button:disabled , .article a.link-button:disabled,  a.button-ghost:disabled, .article a.button-gradient-orange:disabled,
.still-stuck-container button:disabled,
.contact-us button:disabled {
  background: #212736;
  opacity: 0.5;
}

button.green, a.link-button.green, a.button-ghost-green {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(69, 248, 205, 0.9) 0%,
      rgba(69, 248, 205, 0) 100%
    ),
    rgba(28, 229, 182, 0.8);
  box-shadow: 0px 6px 10px rgba(69, 248, 205, 0.5);
  color: black;
}

button.green:hover, a.link-button.green:hover, a.button-ghost-green:hover {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(69, 248, 205, 0.8);
  box-shadow: 0px 6px 10px rgba(69, 248, 205, 0.5);
}

button.green:active, a.link-button.green:active, a.button-ghost-green:active {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(69, 248, 205, 0.5) 0%,
      rgba(69, 248, 205, 0) 100%
    ),
    rgba(28, 229, 182, 0.8);
  box-shadow: none;
}

button.green:disabled, a.button-ghost-green:disabled {
  pointer-events: none;
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(69, 248, 205, 0.9) 0%,
      rgba(69, 248, 205, 0) 100%
    ),
    rgba(28, 229, 182, 0.8);
  opacity: 0.5;
  box-shadow: none;
}

button.blue, a.link-button.blue, a.button-ghost-orange {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(57, 172, 255, 0.9) 0%,
      rgba(57, 125, 255, 0) 100%
    ),
    #0c8ae6;
  box-shadow: 0px 6px 10px rgba(57, 172, 255, 0.5);
  color: black;
}

button.blue:hover, a.link-button.blue:hover, a.button-ghost-orange:hover {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #39acff;
  box-shadow: 0px 6px 10px rgba(57, 172, 255, 0.5);
}

button.blue:active, a.link-button.blue:active, a.button-ghost-orange:active {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(57, 172, 255, 0.5) 0%,
      rgba(57, 172, 255, 0) 100%
    ),
    rgba(12, 138, 230, 0.8);
  box-shadow: none;
}

button.blue:disabled, a.button-ghost-orange:disabled {
  pointer-events: none;
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(57, 172, 255, 0.9) 0%,
      rgba(57, 172, 255, 0) 100%
    ),
    rgba(12, 138, 230, 0.8);
  opacity: 0.5;
  box-shadow: none;
}

button.magenta, a.link-button.magenta {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      #ff637f 0%,
      rgba(255, 99, 127, 0) 100%
    ),
    #e94d69;
  box-shadow: 0px 6px 10px #e94d6950;
  color: black;
}

button.magenta:hover, a.link-button.magenta:hover {
  background: #ff7790;
  box-shadow: 0px 6px 10px #ff779050;
}

button.magenta:active, a.link-button.magenta:active {
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(255, 99, 127, 0.5) 0%,
      rgba(255, 99, 127, 0) 100%
    ),
    rgba(233, 77, 105, 0.8);
  box-shadow: none;
}

button.magenta:disabled {
  pointer-events: none;
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(255, 99, 127, 0.5) 0%,
      rgba(255, 99, 127, 0) 100%
    ),
    rgba(233, 77, 105, 0.8);
  opacity: 0.5;
  box-shadow: none;
}

a.link-button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
}

button.yellow, a.link-button.yellow, a.button-gradient-orange {
  background: #E1BB34;
  box-shadow: 0px 6px 10px rgba(225, 187, 52, 0.5);
  color: black;
}

button.yellow:hover,
button.yellow:active,
a.link-button.yellow:hover,
a.link-button.yellow:active,
a.button-gradient-orange:hover,
a.button-gradient-orange:active {
  background: #ebcc5e;
}

button.secondary,  a.link-button.secondary {
  background: radial-gradient(
      61.11% 61.11% at 50% 0%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #3e4759;
  color: white;
}

button.secondary:hover, a.link-button.secondary:hover {
  background: radial-gradient(
      61.11% 61.11% at 50% 0%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #3e4759;
}

button.secondary:active, a.link-button.secondary:active {
  background: radial-gradient(
      61.11% 61.11% at 50% 0%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #3e4759;
}

button.ghost, a.link-button.ghost {
  background: transparent;
  border: 1px solid grey;
  color: white;
}

button.ghost:hover, a.link-button.ghost:hover {
  background: #212736;
  border: 1px solid grey;
}

.button,
[role="button"] {
  border: 1px solid #245cb4;
  border-radius: 4px;
  color: #245cb4;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out,
    color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
  outline: none;
}

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

.button::after,
[role="button"]::after {
  color: #245cb4;
}

.button[aria-selected="true"]:hover,
.button[aria-selected="true"]:focus,
.button[aria-selected="true"]:active,
[role="button"][aria-selected="true"]:hover,
[role="button"][aria-selected="true"]:focus,
[role="button"][aria-selected="true"]:active {
  background-color: #13315f;
  border-color: #13315f;
}

.button[data-disabled],
[role="button"][data-disabled] {
  cursor: default;
}

.button-large,
input[type="submit"] {
  background-color: #245cb4;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 900px) {
  .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 {
  background-color: #13315f;
}

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

.button-secondary {
  color: #fff;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: #ffffff;
  border: 1px solid #ddd;
  background-color: #1b202d;
}

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

table p {
  text-align: left;
}

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

.table th,
.table th a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

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

.table tr {
  display: block;
  padding: 24px 0;
}

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

.table td {
  display: block;
}

td {
  padding: 16px;
  text-align: center;
}

td p {
  text-align: left;
}

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

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

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

/***** Validation Capture Page *****/

.validation-capture-section {
  background-image: url(/hc/theming_assets/01JFF0H2XFD46HR1507F9SKRQM);
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: flex;
}

.validation-container {
  border-radius: 8px;
  text-align: center;
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  background-color: #202730;
  width: 448px;
  padding: 48px;
  margin: auto;
}

@media (max-width: 448px) {
  .validation-container {
    margin: auto 8px;
  }
}

.validation-container form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.validation-icon {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.4));
}

.validation-input-container {
  width: 100%;
}

.validation-input-container validation-form {
  position: relative;
}

.validation-input-container validation-form.success:before {
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
 	content:"✔️";
  font-size: 18px;
  position: absolute;
  right: 15px;
}

.validation-button {
  min-height: 48px;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-family: pf-medium;
  line-height: 24px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  align-items: center;
}

.validation-input {
  text-transform: uppercase;
  border: 1px solid #3E4759;
  height: 50px;
  background-color: #212736;
  color: white;
  box-sizing: border-box;
  padding-left: 16px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  font-family: pf-light;
  letter-spacing: 0.5em
}

.validation-input.error {
  border: 1px solid #d93c3c;
  height: 50px;
  background-color: #212736;
  color: white;
  box-sizing: border-box;
  padding-left: 16px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  font-family: pf-light;
  letter-spacing: 0.5em
}

.validation-input.success {
  border: 1px solid #1CE5B6;
  height: 50px;
  background-color: #0F1722;
  color: #9BA0AB;
  box-sizing: border-box;
  padding-left: 16px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  font-family: pf-light;
  letter-spacing: 0.5em
}

.error-container {
  color: #d93c3c;
  text-align: left;
}

.spin {
  display: none; 
  height: 18px; 
  margin: 0 8px;
  animation: spin 2000ms infinite linear;
}

@keyframes spin { 
  100% { 
    transform:rotate(360deg); 
  } 
}

/***** Forms *****/
.form {
  max-width: 500px;
  margin: auto;
  margin-bottom: 56px;
  font-family: pf-light;
  letter-spacing: 0.05em;
}

.form a {
  color: #0C8AE6;
  text-decoration: underline;
}

.form-field textarea {
  min-width: 100%;
  max-width: 100%;
}

.form-field {
  min-height: 60px;
  position: relative;
  margin: 24px 0;
  border-radius: 0px;
}

.form-field:not(["hidden"]) {
  display: block;
}

.form-field input,
.form-field .nesty-input, 
.hc-multiselect-toggle {
  padding: 24px 32px 8px;
  width: 100%;
  outline: none;
  transition-duration: 0.5s;
  min-height: 60px;
  border: 2px solid #3E4759;
  color: #ffffff;
  background: transparent;
  border-radius: 8px;
  vertical-align: middle;
  text-decoration: none;
}

.form-field.boolean {
  padding: 16px 0;
}

.form-field.boolean label {
  position: initial;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  z-index: 100;
  color: white;
  cursor: pointer;
}

.form-field input[type="checkbox"] {
  padding: 0;
  min-height: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #3E4759;
}

.form-field input[type="checkbox"]:hover {
  border: 2px solid #9BA0AB;
}

.form-field input[type="checkbox"]:checked {
  accent-color: #39ACFF;
  box-shadow: 0px 1px 12px #39ACFF;
  appearance: auto;
}

.form-field label {
  position: absolute;
  left: 16px;
  top: 7px;
  font-size: 14px;
  padding: 0 8px;
  z-index: 5;
  color: #B4B8C0;
  font-style: normal;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

.form-field:focus-within label {
  color: #9BA0AB;
  transition-duration: 0.25s;
}

.form-field label .optional {
  display: none;
  padding-left: 4px;
  color: #3E4759
}

.form-field .nesty-input:hover,
.form-field textarea:hover,
.form-field input[type="text"]:hover,
.form-field input[type="number"]:hover {
  border: 2px solid #9BA0AB;
  transition-duration: 0.15s;
}

.form-field .nesty-input:focus,
.form-field .nesty-input:active,
.form-field input[type="text"]:focus, 
.form-field textarea:focus,
.form-field input[type="number"]:focus {
  border: 2px solid #0C8AE6;
  transition-duration: 0.25s;
  text-decoration: none;
}

.nesty-input:after,
.hc-multiselect-toggle::after {
  content: url(/hc/theming_assets/01K254K28XVRQ6VTRRQ8PHFCY0);
  top: 18px;
}

.form-field .hc-multiselect-toggle li {
  border-radius: 4px;
  background-color: #0C8AE6;
  color: black;
  height: 100%;
  text-align: center;
  box-shadow: 0px 6px 10px rgb(57 172 255 / 50%);
}

.hc-multiselect-toggle li span[aria-label]::before {
  content: "x";
  cursor: pointer;
  color: #ffffff;
  position: relative;
  top: -2px;
}

.nesty-panel,
.hc-multiselect-menu {
  background: transparent;
  border: 2px solid #3E4759;
  border-radius: 8px;
  max-height: 300px;
}

.nesty-panel ul,
.hc-multiselect-menu ul {
  background: #0F1722;
  padding: 4px;
}

.hc-multiselect-menu li {
	height: 24px !important;
  margin: 4px 0px !important;
  padding: 16px !important;
  background: rgb(15,23,34);
	background: linear-gradient(-90deg, rgba(15,23,34,1) 0%, rgba(33,39,54,1) 66%, rgba(33,39,54,1) 100%);
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
}

.hc-multiselect-menu li input {
	border: 2px solid white !important;
}

.hc-multiselect-menu li:hover,
.hc-multiselect-menu li:active, 
.hc-multiselect-menu li:focus {
	color: #ffffff;
  background: #3E4759;
}

.nesty-panel li {
	height: 52px !important;
  margin: 4px 0px !important;
  padding: 16px !important;
  background: rgb(15,23,34);
	background: linear-gradient(-90deg, rgba(15,23,34,1) 0%, rgba(33,39,54,1) 66%, rgba(33,39,54,1) 100%);
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
}

.nesty-panel li:hover,
.nesty-panel li:active,
.nesty-panel li:focus {
  background: #212736;
}

.nesty-selected {
  color: #0C8AE6 !important;
  background: #3E4759 !important;
}

@media (min-width: 576px) {
  .nesty-panel li {
    height: 44px !important;
    font-size: 14px;
  }

  .hc-multiselect-menu li {
    font-size: 14px;
  }
}

.form-field textarea {
  vertical-align: middle;
  padding: 24px 24px 8px;
  width: 100%;
  outline: none;
  transition-duration: 0.5s;
  border: 2px solid #3E4759;
  color: #ffffff;
  background: transparent;
  border-radius: 8px;
}

.form-field.required > label::after {
  content: "*";
  color: #39ACFF;
  margin-left: 2px;
}

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

.error-update input[type="text"],
.error-update input[type="checkbox"],
.error-update input[type="number"],
.error-update .nesty-input,
.error-update textarea,
.error-update .hc-multiselect-toggle {
  border: 2px solid #E94D69;
}

.error-update label {
  color: #E94D69;
}

.form-field p {
  display: inline-block;
  font-size: 14px;
  color: #B4B8C0;
  margin: 2px 0 0 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url($assets-loader-gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin: 16px 0;
  text-align: center;
}

.form footer a {
  color: #fff;
  cursor: pointer;
}

.form .suggestion-list {
  display: none;
  font-size: 14px;
  margin-top: 4px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}

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

.form .suggestion-list li a:visited {
  color: #ccc;
}

.form input[type="submit"] {
  min-width: 205px;
  min-height: 48px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: pf-medium;
  line-height: 24px;
  letter-spacing: 0.12em;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 16px;
  background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(57, 172, 255, 0.9) 0%,
      rgba(57, 125, 255, 0) 100%
    ),
    #0c8ae6;
  box-shadow: 0px 6px 10px rgba(57, 172, 255, 0.5);
  color: black;
}

.form input[type="submit"]:hover {
   background: radial-gradient(
      50% 50% at 50.24% 0%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #39acff;
  box-shadow: 0px 6px 10px rgba(57, 172, 255, 0.5);
}

.add-line-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 4px 0px;
}

.input-line .hide {
  display: none;
}

.multi-line-container button,
.multi-line-container button:hover,
.multi-line-container .add:disabled {
  margin: 4px;
  max-width: 64px;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 32px;
  min-width: 32px;
  color: white;
}

.multi-line-container .add,
.multi-line-container .add:hover,
.multi-line-container .add:disabled {
  width: 64px;
  background-image: url(/hc/theming_assets/01K1ZK0N86GZ3TVRTYZ990JD5W);
}

.multi-line-container .remove,
.multi-line-container .remove:hover {
  background-image: url(/hc/theming_assets/01K1ZK0CEYN3PERYE4R8NG4R4H);
}

.multi-line-container.account .add {
  background-image: url(/hc/theming_assets/01K1ZK0K91W9SP5THJCY9XMPG6);
}

.multi-line-container.account .remove {
  background-image: url(/hc/theming_assets/01K1ZK0N84ZD77X503XS86WZTW);
}

/***** Form Calendar *****/
@media (max-width: 576px) {
  .pika-single {
    position: absolute;
    left: 0px !important;
    width: auto !important;
    margin: 0px 32px;
  }
}

.pika-single {
  border: 2px solid #3E4759 !important;
	background: #0F1722 !important;
  border-radius: 16px;
  width: auto !important;
}

.pika-label {
  background: #0F1722 !important;
  color: #ffffff;
}

abbr {
  background: #0F1722 !important;
  text-decoration: none;
  color: $base_50;
}

.pika-row td button {
  background: #212736 !important;
  color: #ffffff;
  border-radius: 8px !important;
  height: 40px !important;
  width: 40px !important;
  margin: 2px;
}

.pika-row .is-today button {
	color: #39ACFF !important;
  background-color: #3E4759 !important;
}

.pika-row td button:hover {
  background: #3E4759 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}

.pika-next,
.pika-prev {
  height: 32px !important;
  width: 32px !important;
  opacity: 1 !important; 
}

.pika-next {
  background-image: url(/hc/theming_assets/01K254K21SF212MVXWS2PKT1EN) !important;
}

.pika-prev {
  background-image: url(/hc/theming_assets/01K254K21SF212MVXWS2PKT1EN) !important;
  transform: rotate(180deg);
}

/***** Header *****/
.header {
  padding: 0;
  position: relative;
  align-items: center;
  display: flex;
  height: 88px;
  width: 100%;
  justify-content: flex-end;
  background-color: transparent;
}

.header-holder {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #040f1f30;
  z-index: 10;
  padding-right: 16px;
}

@media (min-width: 1160px) {
  .header {
    position: relative;
    max-width: 1600px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.logo img {
  float: right;
  max-width: 44px;
  height: 100%;
  vertical-align: middle;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.4));
}

.logo {
  height: 100%;
  width: auto;
  left: 40px;
  top: 0;
  position: absolute;
  display: flex;
  cursor: pointer;
}

.header-title {
  z-index: 100;
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) skew(27deg);
  right: 15px;
  font-size: 20px;
  letter-spacing: 4px;
  font-family: "pf-light";
  display: none;
}

@media (min-width: 800px) {
  .header-title {
    display: block;
  }
}

.game-logo-container {
  height: 100%;
  position: absolute;
  left: 210px;
  top: 10px;
  display: none;
  z-index: 1;
}

.game-logo-container img {
  width: 100px;
}

@media (min-width: 995px) {
  .game-logo-container {
    display: block;
  }
}

.username-header,
.language-selector-container {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}

.user-nav {
	top: 0;
  display: flex;
  position: absolute;
  white-space: nowrap;
  height: 90px;
  left: 120px;
  z-index: 100;
}

@media (max-width: 995px) {
  .user-nav[aria-expanded="false"] {
    display: none;
    height: 90px;
  }
}

.user-nav[aria-expanded="true"] {
  position: absolute;
  top: 88px;
  right: 0px;
  left: auto;
  max-width: 300px;
  min-width: 200px;
  background-color: #0F1722;
  text-align: left;
  padding: 8px 16px;
  border-radius: 0px 0px 8px 8px;
  flex-direction: column;
  height: fit-content;
  gap: 8px;
}

.user-nav[aria-expanded="true"] > .link-container {
  position: relative;
  height: 40px;
  width: 175px;
  background-color: transparent;
  border-radius: 8px;
}

.user-nav[aria-expanded="true"] > #home-link {
  display: none;
}

.user-nav[aria-expanded="true"] > .link-container:hover {
  background-color: #3E4759;
}

.user-nav[aria-expanded="true"] > .link-container > .link-container-highlight {
  display: none;
}

.user-nav[aria-expanded="true"] > .link-container > .link-container-text {
  position: absolute;
  top: -50%;
  margin-top: 24px;
  text-align: left;
  width: 100%;
}

.user-nav[aria-expanded="true"] > .link-container img {
  display: none;
}

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

.dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: white;
  font-family: pf-light;
  cursor: pointer;
  border-radius: 8px;
  height: 42px;
  padding: 0 8px;
}

.dropdown-toggle:hover {
  background-color: #3E4759;
}

.home-link {
  position: absolute;
  left: 120px;
}

.home-container {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 42px;
  padding: 8px;
  margin: 0 4px;
  border-radius: 8px;
}

.home-container:hover {
  background-color: #3E4759;
}

@media (min-width: 995px) {  
  .home-link {
    display: none;
    width: auto;
  }
}

.home-container img {
  width: 100%;
}

.link-container {
  position: relative;
  height: 100%;
  transition-duration: 0.25s;
  margin-top: 0px;
  overflow: hidden;
}

.link-container-text {
  margin-top: 32px;
  float: left;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.link-container:hover {
  height: 100%;
  cursor: pointer;
  transition-duration: 0.1s;
}

.link-container img {
  position: relative;
  width: 16px;
  margin: auto 4px;
  padding-bottom: 4px;
  height: 100%;
  float: right;
}

.active > .link-container-highlight {
  height: 4px;
  width: 36px;
  background-color: #0C8AE6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skew(-27deg);
  bottom: 20px;
  border-radius: 8px;
  transition-duration: 0.25s;
}

.link-container-highlight {
  height: 0px;
  width: 36px;
  background-color: #0C8AE6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skew(-27deg);
  bottom: 20px;
  border-radius: 8px;
  transition-duration: 0.25s;
}

.link-container:hover .link-container-highlight {
  box-shadow: 0px 6px 10px 0px #39acff50;
  height: 4px;
  width: 36px;
  background-color: #0C8AE6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skew(-27deg);
  bottom: 20px;
  border-radius: 8px;
  transition-duration: 0.25s;
}

.nav-wrapper a {
  border: 0;
  color: #ffffff;
  padding: 0 20px 0 20px;
  font-size: 16px;
}

.nav-wrapper .dropdown-menu a {
  transform: skew(0);
}

.dropdown-menu a {
  padding: 8px 0;
  line-height: 28px;
  border-radius: 8px;
  padding: 8px;
  margin: 8px 0;
}

.dropdown-icon {
  margin-right: 12px;
  vertical-align: sub;
}

.dropdown-menu a,
.dropdown-menu [role="menuitem"],
#user #user-dropdown a {
  color: white;
}

.dropdown-menu a,
#user #user-dropdown a:hover {
  background-color: #3E4759;
}

.dropdown-menu > .active {
  background-color: #212736;
}

.dropdown-menu [role="menuitem"]:hover {
  background-color: #373b4d;
  color: white;
  text-decoration: none;
}

.active-menuitem {
  background-color: #212736 !important;
  letter-spacing: 0.03em;
}

.dropdown-menu-caret::before {
  top: -7px;
  left: 9px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
}

.dropdown-menu-caret::after {
  top: -6px;
  left: 10px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #373b4d;
  border-left: 6px solid transparent;
}

.dropdown-menu a {
  display: block;
  background: inherit;
  /*   color: #ffffff90;
  height: 32px;
  transform: translateY(5px); */
}

.dropdown-menu-icon {
  height: 12px;
  width: 16px;
  left: 0px;
  top: 0px;
  border-radius: 1px;
  background-color: #9BA0AB;
  transform: skew(-27deg);
  display: inline-block;
  margin: 0 12px;
}

.dropdown-menu[aria-expanded="false"] {
  display: none;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 65px;
  right: 0px;
  background-color: #0F1722;
  text-align: left;
  padding: 8px 16px;
  border-radius: 0px 0px 8px 8px;
  min-width: 200px;
}

.dropdown-toggle.lang::after {
  content: url("/hc/theming_assets/01K254K2B4S7GC9DY46H0WQE3J");
  margin: 0 0px;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.4));
}

.lang-title {
  display: none;
}

@media (min-width: 995px) {
  .nav-wrapper a {
    display: inline-block;
  }
  
  .dropdown-toggle.lang::after {
    margin: 0 4px;
  }
  
  .lang-title,
  .username-container > span {
    display: inline-block;
    vertical-align: middle;
  }
}

.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
  color: #ffffff;
  text-decoration: none;
}

.login {
  position: relative;
  border: none;
  outline: none;
  width: 100px;
  font-size: 18px;
  color: white;
  padding: 0;
  margin-right: 16px;
}

.login-icon {
  margin: 0 8px;
  vertical-align: sub;
}

.login:hover {
  background-color: transparent;
}

.login .link-container-highlight {
  bottom: 0;
  transform: skew(-27deg);
}

.login:hover .link-container-highlight {
  box-shadow: 0px 6px 10px 0px #39acff50;
  height: 4px;
  width: 36px;
  background-color: #0C8AE6;
  position: absolute;
  left: 50%;
  transform: skew(-27deg);
  bottom: 0;
  border-radius: 8px;
  transition-duration: 0.25s;
}

.login:focus {
  background-color: transparent;
}

.icon-menu {
  color: #ffffff;
  cursor: pointer;
  width: auto;
  margin: 0 8px;
  padding: 8px;
}

@media (min-width: 995px) {
  .icon-menu {
    display: none;
  }
}

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

.icon-menu:hover,
.icon-menu:focus,
.icon-menu:active {
  color: #ffffff;
  padding: 8px;
  border-radius: 8px;
  background-color: #3E4759;
}

/***** User info in header *****/
.player-status-icon {
  height: 12px;
  width: 16px;
  left: 0px;
  top: 0px;
  border-radius: 1px;
  background-color: #45F8CD;
  transform: skew(-27deg);
  box-shadow: 0px 1px 12px 0px #45F8CD;
  display: inline-block;
  margin: 0 12px;
}

.user-info {
  position: absolute;
  right: 125px;
}

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

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

.user-info > [role="button"] {
  border: 0;
  color: #ffffff;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover,
.user-info > [role="button"]:focus {
  color: #ffffff;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #ffffff;
  padding-right: 15px;
}

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

#user #user-name {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 995px) {
  #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: none;
  vertical-align: middle;
}

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

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

.avatar .icon-agent::before {
  background-color: #245cb4;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Dropdown *****/
.logo-chevron {
  stroke: #3E4759;
  transition-duration: .5s;
}

.logo:hover > .logo-chevron {
  stroke: white;
	transition-duration: .25s;
}

.logo-chevron-active {
  stroke: white;
	transition-duration: .25s;
  filter: drop-shadow(0px 6px 10px #ffffff);
}

.dropdown-holder {
  position: absolute;
  width: 100%;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition-duration: .5s;
  height: auto;
}

.dropdown-holder:not(.drop) .dropdown-product-link {
  pointer-events: none;
  visibility: hidden; 
}

.dropdown-body {
  max-width: 1600px; 
  margin: auto; 
  overflow-x: hidden;
  height: 100%;
  background-color: transparent;
  border-radius: 0px 0px 8px 8px;
}

.dropdown-brand {
  width: 136px;
}

.dropdown-brand > .brand-container-icon {
  position: initial;
  height: 65px;
  filter: none;
}

.dropdown-brand:hover > .brand-container-icon {
  opacity: 20%;
  transform: translateY(33%);
  transition-duration: 0.25s;
}

.dropdown-brand:hover > .brand-container-title {
  transform: translateY(-75%);
  transition-duration: 0.25s;
}

.dropdown-brand:hover {
  color: #39ACFF;
}

.dropdown-product-link:hover,
.dropdown-product-link:focus {
  text-decoration: none;
}

.dropdown-container {
	position: relative;
  width: fit-content;
  height: auto;
  display: grid;
  text-align: center;
  justify-items: center;
  align-items: center;
  grid-template-rows: 105px;
  align-content: space-between;
  padding: 16px 32px;
  margin: 0 8px;
  overflow: hidden;
  gap: 32px;
  background-color: #212736;
  border-radius: 0px 0px 8px 8px;
}

.brand-container-next,
.brand-container-prev {
  width: 16px;
  height: 100%;
  background-image: url(/hc/theming_assets/01K254K2PA3GZVT8W8EC8VFH5T);
  background-repeat: no-repeat;
 	background-position: center;
  cursor: pointer;
}

.brand-container-prev:not(.brand-button-disable):hover,
.brand-container-next:not(.brand-button-disable):hover {
  filter: drop-shadow(0px 0px 8px white);
}

.brand-container-prev {
  transform: scaleX(-1);
}

.brand-button-disable {
  cursor: default;
  opacity: 33%;
}

.hide-button {
  display: none;
}

.drop {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-duration: 0.75s;
}

.dropdown-products {
  display: flex;
	gap: 32px;
  height: 100%;
  align-items: flex-start;
  user-select: none;
}

.dropdown-products::-webkit-scrollbar {
  display: none;
}

.dropdown-divider-container {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-divider {
  width: 3px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 8px;
}

.brand-container-title {
  font-family: pf-medium;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  transition-duration: 0.5s;
  display: grid;
  align-items: center;
}

.dropdown-footer {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

.dropdown-footer a:before {
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  vertical-align: text-top;
  margin-right: 8px;
}

.dropdown-footer-jgx:before {
  background-image: url("/hc/theming_assets/01K254K1917XF2B39WW0H2ZDG0");
}

.dropdown-footer-download:before {
  background-image: url("/hc/theming_assets/01K254K2MEV5MYPPH0QRNBTWH3");
}

.dropdown-footer-activity:before {
  background-image: url("/hc/theming_assets/01K254K1VCHSEEFY81Y2T6QMYB");
}

.dropdown-footer-jgx-acc:before {
	background-image: url(/hc/theming_assets/01K254K1RHQ8N7KPV2F1J93ZJ4);
}

.dropdown-container::-webkit-scrollbar,
.nesty-panel::-webkit-scrollbar  {
  width: 12px;
  background-color: #0F1722;
  border-radius: 8px;
}
 
.dropdown-container::-webkit-scrollbar-thumb,
.nesty-panel::-webkit-scrollbar-thumb {
  background-color: #3E4759;
  border-radius: 8px;
  margin-right: 2px;
  height: 32px;
}

@media (max-width: 992px) {
  .dropdown-container {
    min-width: 752px;
  }
  
  .dropdown-brand {
    width: 100px;
  }
  
  .dropdown-products {
    gap: 16px;
  }
  
}

@media (max-width: 768px) {
  .dropdown-body {
    z-index: 10;
    background-color: #212736;
    padding: 16px 0;
    max-height: 600px;
  }
  
  .dropdown-holder {
    width: auto;
    height: 75%;
  }
  
  .dropdown-footer a:before,
  .dropdown-divider-container {
    display: none;
  }
  
  .dropdown-container {
    height: 98%;
    max-width: 164px;
    min-width: 164px;
   	gap: 80px;
    overflow-y: scroll;
    background-color: transparent;
  }
    
  .dropdown-products {
    gap: 24px;
    flex-direction: column;
  }
  
  .dropdown-footer {
    display: none;
    flex-direction: column;
    gap: 32px;
    margin-left: -8px;
  }
  
  .dropdown-divider {
    display: none;
  }
  
  .brand-container-prev,
  .brand-container-next {
    display: none;
  }
    
  .brand-container-next {
    transform: rotate(90deg);
  }
}

/***** Dropdown Icons *****/

.brand-container-icon {
  position: absolute;
  left: 100%;
  height: 100%;
  width: 100%;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  transition-duration: 1s;
  filter: drop-shadow(0px 0px 8px black);
}

.jgx-card .brand-container-icon {
  background-image: url(/hc/theming_assets/01K254K1917XF2B39WW0H2ZDG0);
  max-width: 100px;
  margin: auto;
}

@media (max-width: 768px) {
  .dropdown-brand > .brand-container-icon {
   	height: 50px; 
  }
}

/***** Headline *****/
.headlines {
  height: 100px;
}

.headline-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-bottom: 56px;
  transform: translateY(-130px);
}

.headlne-column {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.headline-container a:hover .headline-img-container {
  transition-duration: 0.2s;
  opacity: 0.1;
}

.headline-img-container {
  transition-duration: 0.5s;
}

.headline-img-container svg {
  transition-duration: 0.5s;
}

.headline-container a:hover .headline-img-container svg {
  transform: scale(1.1);
  stroke-width: 1.5;
  transition-duration: 0.5s;
  transform: translate(0, 50%);
}

.headline-container a:hover .headline-link-title {
  transition-duration: 0.5s;
  transform: translate(0, -50%);
}

.headline-container a:hover h2 {
  color: #39ACFF;
  transition-duration: 0.25s;
  filter: drop-shadow(0px 6px 10px #39ACFF);
}

.headline-link {
  position: relative;
  display: inline-block;
  width: 175px;
  height: 170px;
  text-align: center;
  margin-bottom: 24px;
}

.headline-link-title {
  width: 75%;
  height: 64px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  transition-duration: 0.5s;
}

.headline-link-title h2 {
  color: white;
  text-align: center;
  transition-duration: 0.25s;
  font-family: pf-light;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.headline-link img {
  width: 100px;
}

@media (min-width: 995px) {
  .headline-container {
    width: 100%;
    margin: 32px 0 56px 0;
    gap: 0;
  }

  .headline-container a {
    margin: 0 16px;
  }

  .headline-link {
    margin-bottom: 0;
    width: 200px;
  }
  
  .headline-link h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .headline-container {
    gap: 24px;
  }
  
  .headlines {
    height: 240px;
  }
  
  .headlne-column {
    width: 100%;
    display: flex;
    gap: 0px;
    justify-content: center;
  }
}

@media (max-width: 1200px) { 
  .headline-container a {
    margin: 0;
  }
}

.headlines a {
   text-decoration: none;
}

/***** Footer *****/
.footer {
  background-color: #0B111A;
  background-image: url(/hc/theming_assets/01JFF0GWWMK6M7HKB611F2N2HV);
  background-position-y: bottom;
  background-size: cover;
  color: white;
  padding: 24px;
}

.footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-inner > .footer-left {
  order: 3;
}

.footer-inner > .footer-center {
  display: block;
  order: 1;
}

.footer-inner > .footer-right {
  order: 2;
}

.footer-inner div {
  display: block;
  width: 100%;
  margin-bottom: 48px;
}

.footer p {
  font-size: 16px;
  margin: 24px 0;
  color: #9BA0AB;
}

.footer-top-links,
.footer-bottom-links {
  display: block;
  width: 100%;
}

.footer-top-links a {
  font-size: 18px;
  color: white;
  margin-right: 32px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.footer-bottom-links {
  margin-bottom: 0 !important;
  display: grid !important;
  grid-template-columns: 50% 50%;
}

.footer-bottom-links a {
  font-size: 16px;
  color: #9BA0AB;
  margin-right: 32px;
  margin-bottom: 16px;
  display: inline-block;
}

.footer-left,
.footer-right {
  text-align: left;
  padding: 0 48px;
}

.footer-center {
  display: none;
  text-align: center;
}

.footer-center img {
  transform: translateX(-30%);
}

.footer-left {
  display: none;
}

.icons img {
  height: 20px;
}

.icons img:hover {
  filter: drop-shadow(0px 1px 12px #ffffff80);
}

.icons a {
  text-decoration: none;
  margin-left: 0;
  margin-right: 16px;
}

.icons > :last-child {
  margin-right: 0;
}

.footer-left .jgx-logo {
  display: none;
}

.footer-left,
.footer-top-links {
  text-align: center;
}

.footer-top-links {
  text-align: center;
}

@media (min-width: 880px) {
  .footer-inner {
    flex-direction: row;
    padding-top: 0;
  }

  .footer-left .jgx-logo {
    display: inline-block;
  }

  .footer-inner > .footer-left {
    order: 1;
    text-align: left;
  }

  .footer-inner div {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-inner > .footer-center {
    display: none !important;
    order: 2;
  }
  .footer-inner > .footer-right {
    order: 3;
  }

  .footer-bottom-links {
    margin-bottom: 48px;
    display: block !important;
  }

  .footer {
    padding: 56px 56px;
  }

  .footer-top-links {
    text-align: left;
  }

  .footer-left,
  .footer-right {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .footer-inner div:not(.icons) {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
  }
}

.header-language-selector {
  text-align: center;
  z-index: 1;
  padding: 4px 8px;
  float: right;
  cursor: pointer;
}

.header-language-selector:hover .dropdown-toggle::after {
  transform: scaleX(-1);
  transition-duration: 0.2s;
}

/***** Hero component *****/
.hero {
  position: relative;
  height: 550px;
  text-align: center;
  width: 100%;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.hero-asset {
  display: none;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-inner {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  max-width: 434px;
  margin: 0 auto;
  z-index: 1;
}

video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: auto;
  top: -68px;
  left: 0;
}

.hero:after {
  content: "";
  background-image: linear-gradient(to bottom, rgb(15, 23, 34, 0), #0F1722);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 80%;
  padding: 0;
}

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

/***** Smaller hero component *****/
.small-hero {
  position: relative;
  height: 210px;
  text-align: center;
}

.small-hero:before {
  content: "";
  background-image: linear-gradient(to bottom, #0f172200, #0F1722);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
}

.section .small-hero {
  margin: 0;
}

.small-hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 423px;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 475px) { 
  .hero-inner, 
  .small-hero-inner {
    margin: 0 32px;
  }
}

@media (min-width: 576px) {
  .small-hero {
    background-position: 0px -60px;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .small-hero {
    background-position: -410px -650px;
    background-size: initial;
  }
}

@media (min-width: 992px) {
  .small-hero {
    background-position: -295px -650px;
    background-size: initial;
  }
}

@media (min-width: 1200px) {
  .small-hero {
		background-position: 0px -380px;
    background-size: cover;
  }
}

@media (min-width: 1600px) {  
  .small-hero {
  	background-position: 0px -535px;
    background-size: cover;
  }
}

@media (min-width: 1920px) {
  .small-hero {
    background-position: 0px -630px;
    background-size: cover;
  }
}

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

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: bold;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 16px auto;
  max-width: 1024px;
  padding: 0 16px;
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 8px;
  min-height: 32px;
  max-width: 1408px;
}

@media (min-width: 900px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

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

/***** Still stuck *****/
.still-stuck-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 100px 0px;
  margin-bottom: 56px;
  width: 100%;
  background-color: transparent;
  box-shadow: inset 0 0 40px #00000066;
}

.still-stuck-container .bg {
  background-image: linear-gradient(220deg, transparent, #396c93 50%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.still-stuck-container h2 {
  color: white;
  margin-bottom: 16px;
  font-size: 40px;
  font-family: pf-medium;
  letter-spacing: 0.03em;
  font-weight: 500;
  filter: drop-shadow(0px 0px 4px #00000075);
}

.still-stuck-container button {
  box-shadow: 0 0 2.8125rem 0.5rem #ffffff33;
}

.still-stuck-container button:hover {
  box-shadow: 0 0 2.8125rem 0.5rem #ffffff50;
}

.still-stuck-container button h3 {
  font-size: 16px;
  letter-spacing: 0.12em;
}

/***** background *****/
main {
  position: relative;
  overflow: hidden;
}

.background-container {
  background-image: url("/hc/theming_assets/01K254K2HSX84VZZE7WFCH7W7B");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.05;
  animation-name: background-intro;
  animation-duration: 1s;
}

.background-container-left {
  background-image: url("/hc/theming_assets/01K254K2HSX84VZZE7WFCH7W7B");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-width: 2000px;
  top: 0px;
  left: -1200px;
  opacity: 0.033;
}

.background-container-right {
  background-image: url("/hc/theming_assets/01K254K2HSX84VZZE7WFCH7W7B");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-width: 2000px;
  top: 500px;
  right: -1300px;
  opacity: 0.033;
}

.background-container-heading {
  background-image: url("/hc/theming_assets/01K254K1917XF2B39WW0H2ZDG0");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-width: 1700px;
  top: 0px;
  left: -200px;
  opacity: 0.15;
  overflow: hidden;
  animation-name: background-header;
  animation-duration: 1s;
}

@keyframes background-intro {
  0% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}

@keyframes background-header {
  0% {
    left: 0px;
    opacity: 0.25;
  }
  100% {
    left: -200px;
    opacity: 0.15;
  }
}

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

.section h2 {
  margin: 32px 0 48px 0;
  text-align: center;
  font-size: 40px;
  font-family: pf-medium;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.homepage {
  text-align: center;
}

/***** Promoted articles *****/
.helpful-articles {
  width: auto;
  max-width: 992px;
  margin: auto;
  margin-bottom: 56px;
}

.helpful-articles li {
  display: inline-block;
}

.helpful-articles h2 {
  font-size: 40px;
  font-family: pf-medium;
  padding-bottom: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.promoted-articles {
  display: inline-block;
}

.promoted-articles-item {
  text-align: left;
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: 0 4px;
  padding: 8px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0.5px solid #3E4759;
  border-radius: 8px;
}

.promoted-articles-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.5s;
}

.promoted-articles-item:hover .promoted-articles-icon {
  right: 8px;
  transition-duration: 0.2s;
  color: #245cb4;
}

.promoted-articles-item:hover {
  border: 0.5px solid #9BA0AB;
}

.promoted-articles-text-container {
  width: 92%;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.promoted-articles-snippet {
  margin-top: 4px;
  height: 100%;
  font-size: 16px;
  color: #B4B8C0;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.promoted-articles-item a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.promoted-articles-item a:hover {
  color: $highlight_color;
}

@media (min-width: 768px) {
  .promoted-articles-snippet {
    height: 50px;
    font-size: 14px;
  }

  .promoted-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .promoted-articles-title-container {
    min-height: 48px;
    display: table;
  }

  .promoted-articles-title-container h3 {
    display: table-cell;
    vertical-align: middle;
  }

  .promoted-articles-item {
    margin: 0;
    height: 100%;
  }
}

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

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

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

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

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

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

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

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.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-item-comment span::before {
  color: #245cb4;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

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

/***** Category pages *****/
.section-block {
  margin: 4px 0 0 0;
  max-width: 976px;
}

.section-link {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  border: 0.5px solid;
  border-color: $highlight_color;
  color: #245cb4;
  padding: 4px 40px 4px 16px;
  margin-right: 4px;
  margin-bottom: 0;
  width: 300px;
  max-width: 300px;
  height: 48px;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1;
}

@media (max-width: 576px) {
  .section-link {
    width: 100%;
    max-width: 100%;
  }
}

.section-link span {
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 36px 0 16px;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.section-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.5s;
}

.section-link:hover,
.section-link:active,
.section-link:focus {
  /* border-color: #8E94AD */
  border-color: $highlight_color;
  color: $highlight_color;
  text-decoration: none;
}

.section-link:hover > .section-icon {
  right: 8px;
  transition-duration: 0.2s;
  color: white;
}

.section-link:hover > span {
  color: $highlight_color;
}

.nobottommargin {
  margin-bottom: 0;
}

.category-container {
  max-width: 1408px;
  padding-bottom: 56px;
}

.category-container.flex {
  display: flex;
}

.category-content {
  max-width: 1024px;
  flex: 1;
  margin-left: 0;
  padding: 0 16px;
}

.category-content .section {
  margin-bottom: 32px;
}

.category-content h2 {
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 576px) {
  .category-content a {
    font-size: 18px;
    line-height: 1;
  }
}

.section-tree {
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-tree h3 {
  text-align: left;
  font-family: pf-bold;
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-top: 16px;
  margin-bottom: 0;
}

.section-tree-title a {
  color: #ffffff;
}

.section-list-item {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.section-tree .see-all-articles {
  color: #39ACFF;
  display: inline-block;
  padding: 8px 0;
}

.article-list-item {
  font-size: 16px;
  margin-bottom: 8px;
}

.article-list-item a {
  color: #ffffff;
}

.article-list-link .fa {
  margin-left: 10px;
  padding-right: 3px;
}

.icon-star::before {
  color: #245cb4;
  font-size: 18px;
}

.side-nav {
  display: none;
}

@media (min-width: 1024px) {
  .side-nav {
    display: block;
  float: left;
  width: 300px;
  min-width: 200px;
  min-height: 100px;
}

.side-nav a {
  color: #ffffff;
  display: block;
  margin: 8px 0;
  text-decoration: none;
  font-size: 16px;
}

.side-nav-item {
  border: 0.5px solid white;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
}

.side-nav-item:hover {
  border-color: #39ACFF;
  color: #39ACFF;
  text-decoration: none;
}

  .category-container {
    margin: auto;
  }
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: auto;
  max-width: 1000px;
  gap: 30px 8px;
}

.blocks-item {
  position: relative;
  padding-top: 8px;
  width: 275px;
  height: 140px;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  transition-duration: 0.5s;
  margin: 4px;
  background-color: #212736;
  color: #ffffff;
  border-radius: 8px;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  background-color: #3E4759;
  transition-duration: 0.25s;
  cursor: pointer;
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: $base_white;
  text-decoration: none;
  transition-duration: 0.25s;
}

.blocks-item:hover .blocks-item-icon {
  transform: scaleX(-1);
  transition-duration: 0.2s;
}

.blocks-item-icon {
  opacity: 0;
  width: 85px;
  height: 85px;
  transform: scaleX(1);
  transition-duration: 0.5s;
}

.blocks-item-icon.loaded {
  opacity: 1;
}

.blocks-holder {
    transform: translateY(-16px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #ffffff;
}

.blocks-item-link {
  height: 100%;
  color: black;
}

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

.blocks-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 40px;
  text-align: center;
  margin: auto;
  margin-top: 8px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  transform: translateY(-85%);
  transition-duration: 0.5s;
}

.blocks-item-title.loaded {
  transform: translateY(0);
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

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

@media (min-width: 590px) {
  .blocks-item {
    width: 360px;
  }
}

@media (max-width: 590px) {
  .blocks-item-title {
    width: 75%;
	}
}

/***** PSAs *****/
.psa-notice {
  position: relative;
  display: flex;
  height: 55px;
  border-bottom: 2px solid #00000020;
  overflow: hidden;
  background-color: white;
}

.psa-notice.close {
  height: 0px;
  border-bottom: 0px;
  transition-duration: 0.2s;
}

.psa-notice > .psa-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 21px;
  background-image: url("/hc/theming_assets/01K254K0ZW3VC7K6MZ84KZFVWB");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  transition-duration: 0.2s;
}

.psa-notice.alert > .psa-icon:after,
.psa-notice.warning > .psa-icon:after,
.psa-notice.success > .psa-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 22px;
  background-image: url("/hc/theming_assets/01K254K2MGVK681J91QKBPXYTT");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  transition-duration: 0.2s;
}

.psa-notice.info > .psa-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 22px;
  background-image: url("/hc/theming_assets/01K254K2H9MMAPHPBMA1JAS7VY");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  transition-duration: 0.2s;
}

.psa-notice.sla > .psa-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 22px;
  background-image: url("/hc/theming_assets/01K254K21VEATVV5P42RDG6ZQT");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  transition-duration: 0.2s;
}

.psa-notice .psa-close-icon {
  width: 50px;
  height: 100%;
  margin-right: 16px;
  background-color: transparent;
  border: none;
  color: currentColor;
}

.psa-notice .psa-close-icon svg:hover {
  filter: drop-shadow(0px 0px 4px #00000050);
  stroke-width: 2;
}

.psa-notice:not(.alert, .info, .warning, .success, .sla):hover .psa-icon:after {
  transform: translateY(-50%) scale(1.1) rotate(90deg);
}

.psa-notice:hover > .psa-icon:after {
  transform: translateY(-50%) scale(1.1);
  transition-duration: 0.2s;
}

.psa-notice,
.psa-notice h3 {
  background-color: #ffffff;
  color: #808080;
}

.psa-notice.info,
.psa-notice.info h3 {
  background-color: #6b7397;
  color: #ffffff;
}

.psa-notice.alert,
.psa-notice.alert h3 {
  background-color: #d93c3c;
  color: #ffffff;
}

.psa-notice.warning,
.psa-notice.warning h3 {
  background-color: #f07d00;
  color: #ffffff;
}

.psa-notice.success,
.psa-notice.success h3 {
  background-color: #a3cf62;
  color: #ffffff;
}

.psa-notice.sla,
.psa-notice.sla h3 {
  background-color: #ffffff;
  color: #808080;
}

.psa-notice > .psa-text {
  position: relative;
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
}

.psa-notice > .psa-text h3 {
  font-size: 18px;
  position: absolute;
  width: 95%;
  text-align: left;
  margin: 0 16px;
  transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.psa-notice > .psa-text h3 span {
  font-weight: 100;
  font-size: 16px;
  font-family: pf-light;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .psa-notice > .psa-text h3 span {
    display: none;
  }

  .psa-notice .psa-text h3 {
    width: 95%;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.psa-notice > .psa-icon {
  height: 100%;
  min-width: 75px;
  background-color: #00000025;
  padding: 8px;
}

.psa-icon img {
  height: 100%;
  width: 100%;
}

.psa-notice:hover > .psa-icon img {
  transform: scaleX(-1);
  transition-duration: 0.2s;
}

.psa-notice:hover {
  filter: brightness(0.95);
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 900px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #ffffff;
  display: inline;
  font-weight: 300;
  font-size: 14px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a {
  color: #ffffff;
  font-weight: normal;
}

.breadcrumbs li:last-child a {
  font-weight: bolder;
}

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

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
  content: url("/hc/theming_assets/01K254K1VB26WPJ0H70V3THFG6");
  font-size: 18px;
  position: absolute;
  left: 15px;
}

.search input[type="search"] {
  border: 2px solid #0C8AE6;
  height: 50px;
  transition-duration: 0.25s;
  background-color: #212736;
  border-radius: 8px;
  color: white;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  box-shadow: 0px 6px 15px 0px #00000080;
  font-family: pf-light;
}

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

.search input[type="search"]:focus {
  border: 2px solid #39ACFF;
}

.search input[type="search"]:hover {
  border: 2px solid #39ACFF;
  transition-duration: 0.25s;
}

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

/***** Section pages *****/
.section-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 8px;
  min-height: 32px;
  max-width: 1024px;
  padding-bottom: 56px;
}

.section-content {
  flex: 1;
}

.section-content h2 {
  margin-bottom: 0;
  text-align: left;
}

.support-category__article-list li {
  margin-bottom: 8px;
}

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

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Stand First *****/
aside {
  padding: 24px;
  background-color: #212736;
  margin-bottom: 16px;
  border-left: 16px solid #3E4759;
}

.article-block-red {
  border: 1px solid #E94D69;
  border-left: 16px solid #FF7790;
}

.article-block-green {
  border: 1px solid #1CE5B6;
  border-left: 16px solid #45F8CD;
}

.article-block-blue {
  border: 1px solid #0C8AE6;
  border-left: 16px solid #39ACFF;
}

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

.article :target {
  padding-top: 100px !important;
  margin-top: -100px !important;
}

.flash {
  animation: flashColor 4s;
}

@keyframes flashColor {
  0% {
    color: #0C8AE6;
    border-bottom: 3px solid #0C8AE6;
  }
  50% {
    color: #0C8AE6;
    border-bottom: 3px solid #0C8AE6;
  }
  100% {
    color: white;
    border-bottom: 3px solid white;
  }
}

.article-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
}

.article p, .contact-us p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 8px 0;
}

.article a:not(.link-button):not(.button-ghost):not(.button-gradient-orange), .contact-us a:not(.link-button, .breadcrumbs li a) {
  color: #39ACFF;
  display: inline;
}

.contact-us h3 a::after {
  content: "";
  background-image: url(/hc/theming_assets/01K254K0Z3AKDN4DFQDECQDACK);
  width: 32px;
  height: 32px;
  background-position: center;
  display: inline-block;
  vertical-align: sub;
  background-repeat: no-repeat;
  margin-left: 0px;
  background-size: 70%;
}

.contact-us h3 {
  display: inline;
}

.blurb-label {
  display: inline;
  font-family: pf-medium;
  text-transform: uppercase;
  margin-left: 8px;
  border-radius: 8px;
  vertical-align: super;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 12px;
  background-color: transparent;
  color: white;
  border: 2px #3E4759 solid;
}

.blurb-label.large {
  padding: 8px 16px;
  font-size: 12px;
}

@media (max-width: 576px) {
  .blurb-label {
    display: block;
    max-width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
  }
}

.blurb-label.fill {
  border: none;
  color: white;
  background-color: #3E4759;
}

.blurb-label.fill.blue {
  background-color: #0C8AE6;
  color: black;
}

.blurb-label.fill.green {
  background-color: #1CE5B6;
  color: black;
}

.blurb-label.fill.yellow {
  background-color: #E1BB34;
  color: black;
}

.blurb-label.fill.red {
  background-color: #E94D69;
  color: black;
}

.blurb-label.blue {
  border-color: #0C8AE6;
}

.blurb-label.green {
  border-color: #1CE5B6;
}

.blurb-label.yellow {
  border-color: #E1BB34;
}

.blurb-label.red {
  border-color: #E94D69;
}

.game-version-container {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  align-items: center;
}

.game-version-label {
  line-height: 2.2em;
  display: none;
}

.game-version-label:first-child {
  display: inline;
}

.rs-label {
  height: 30px;
}

.os-label {
  height: 35px;
}

.read-time {
  color: white;
  display: flex;
  align-items: center;
  float: right;
  background-color: #3E4759;
  padding: 0 8px;
  visibility: hidden;
}

.read-time:before {
  content: url(/hc/theming_assets/01K254K2B1J7H2AMTCMBTQHK21);
  margin-right: 8px;
  transform: translateY(3px);
}

.live-chat-online, .live-chat-offline {
  display: none;
}

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

  .article-container {
    flex-direction: row;
    padding: 0 32px 0 24px;
    max-width: 1024px;
  }
}

.no-nav {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 0;
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: space-between;
  margin-top: 16px;
}

.article-header h1 {
  text-align: left;
  max-width: 850px;
  font-weight: 600;
}

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

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

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

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  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: 900px) {
  .article [role="button"] {
    width: auto;
  }
}

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

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

.article-share {
  margin: 4px 0;
  margin-top: auto;
  height: 24px;
  float: right;
  min-width: 120px;
}

.article-share img {
  margin: 0 4px;
  width: auto;
  height: 100%;
}

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

.article-share img:hover {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.4));
}

@media (max-width: 900px) {
  .article-share {
    margin-left: auto;
    height: 20px;
  }
}

.article-body hr {
  border: 1.5px solid white;
  margin-top: 0;
  margin-bottom: 16px;
  width: 100%;
}

.article-body h3, h4, .article-body .wysiwyg-font-size-large {
  text-align: left;
  letter-spacing: 0.03em;
}

.article-body h4,
.article-body .wysiwyg-font-size-large {
  border-bottom: 3px solid white;
  display: inline-block;
  font-size: 24px;
  margin: 16px 0;
  line-height: 28px;
}

@media (max-width: 768px) {
 .article-body table .wysiwyg-font-size-large {
  	font-size: 18px;
    margin: 8px 0;
	}
}

.article-body .faq {
  border-bottom: none;
}

.article-body .wysiwyg-font-size-large {
  display: table;
}

.article-body td h4, .article-body td .wysiwyg-font-size-large {
  border-bottom: none;
  display: inline-block;
  margin: 16px 0;
	color: #9BA0AB;
  font-family: pf-bold;
}

.wysiwyg-font-size-x-large {
  font-size: 40px;
  line-height: 48px;
}

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

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

[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: #1b202d;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 5px;
}

.article-body pre {
  display: inline-block;
  background: #1b202d;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  width: 100%;
  white-space: none;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}

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

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

.article-comment-count {
  color: #fff;
  font-weight: 300;
}

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

.article-comment-count .icon-comments {
  color: #245cb4;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  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 {
  display: flex;
  flex-direction: column;
  margin: 56px 0;
}

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

.article-relatives > * {
  flex: 1 0 auto;
}

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

.article-votes {
  position: relative;
  padding: 56px 0;
  text-align: center;
  background-color: #212736;
}

.article-votes:after {
  content: "";
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
  height: 16px;
  overflow-x: hidden;
}

.article-vote {
  background: transparent;
  border: 1px solid #245cb4;
  color: white;
  margin: 16px 8px;
  min-width: 90px;
  width: auto;
}

.article-votes h3 {
  margin: 16px 0;
  color: white;
  font-family: pf-light;
  text-transform: none;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

.article-votes-controls {
  margin-bottom: 16px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: "";
  /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
  background-color: transparent;
  color: #245cb4;
}

.article-vote:hover {
  background-color: #245cb4;
}

.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
  color: #ffffff;
}

.article-vote-up,
.article-vote-down {
  margin: 0 16px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.article-vote-up:before {
  content: "";
  background-size: contain;
  background-image: url(/hc/theming_assets/01K254K1RET8N692VM4NXPWYCT);
  display: inline-block;
  width: 30px;
  height: 30px;
}

.article-vote-down:before {
  content: "";
  background-size: contain;
  background-image: url(/hc/theming_assets/01K254K1CDSS11993D7PKPDCJF);
  display: inline-block;
  width: 30px;
  height: 30px;
}

.article-vote-up:hover,
.article-vote-down:hover {
  filter: brightness(1.25);
}

.article-voted-down:before {
  content: "";
  background-size: contain;
  background-image: url(/hc/theming_assets/01K254K2BKY87JH19883J2FS3Y);
  display: inline-block;
  width: 30px;
  height: 30px;
}

.article-voted-up:before {
  content: "";
  background-size: contain;
  background-image: url(/hc/theming_assets/01K254K1C9BYGTDFDQ376X8DX4);
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .article-voted-down:before {
    filter: drop-shadow(0px 6px 10px #39ACFF);
    transition-duration: 0.2s;
  }

  .article-voted-up:before {
    filter: drop-shadow(0px 6px 10px #39ACFF);
    transition-duration: 0.2s;
  }

  .article-vote-up:before {
    transition-duration: 0.2s;
  }

  .article-vote-down:before {
    transition-duration: 0.2s;
  }
}

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

.article-return-to-top {
  margin: 8px;
  text-align: right;
}

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

.article-return-to-top a {
  color: grey;
  display: block;
}

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

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #245cb4;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #13315f;
  border-color: #13315f;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: #245cb4;
  color: #ffffff;
  text-decoration: none;
}

.related-articles-title {
  text-align: center;
}

.related-articles h2 {
  margin: 16px 0;
  font-size: 24px;
}

.related-articles ul {
  margin: auto;
  max-width: 1408px;
  width: 66%;
}

.related-articles li {
  margin-bottom: 16px;
  text-align: center;
}

.related-articles a {
  color: #39ACFF;
}

.related-articles a:hover {
  color: #39ACFF;
}

/***** 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::before {
  color: #ffffff;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone {
  border: 2px solid #3E4759;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.upload-dropzone-limit {
  color: #9BA0AB;
  opacity: 50%;
}

.upload-dropzone span {
  color: #ffffff;
  pointer-events: none;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: row;
  gap: 4px;
  font-size: 14px;
}

.upload-dropzone a {
  color: #0C8AE6;
  font-size: 14px;
}

.upload-dropzone span:after {
  content: url(/hc/theming_assets/01K1ZK0KJW81F491N9GETS8DW9);
  transform: translateY(4px);
}

@media (max-width: 450px) {
  .upload-dropzone {
    align-items: flex-end;
    justify-content: center;
    height: 120px;
  }  
}

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

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

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #fff;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: #245cb4;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

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

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

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

.comment-callout {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #245cb4;
}

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

.comment-sorter a {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid #245cb4;
  padding: 40px 20px 20px;
}

@media (min-width: 900px) {
  .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: 900px) {
  .comment-author {
    justify-content: space-between;
  }
}

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

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

.comment-meta {
  flex: 1 0 auto;
}

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

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

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

@media (min-width: 900px) {
  .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: 900px) {
  [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: #245cb4;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.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 a:visited {
  color: #ccc;
}

.comment-body code {
  background: #1b202d;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #1b202d;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #fff;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: #245cb4;
}

.vote-up::before,
.vote-down::before {
  color: #fff;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: #245cb4;
}

.vote-voted:hover::before {
  color: #13315f;
}

/***** 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 .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
  background-color: #1b202d;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #fff;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01K254R1HJ654H7J5BFBY5CEQ6);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 900px) {
  .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 #ddd;
  font-size: 13px;
}

@media (min-width: 900px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 900px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.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: 900px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

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

.community-follow [role="button"]:hover {
  background-color: #245cb4;
}

.community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: #245cb4;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #13315f;
  border-color: #13315f;
}

.community-follow [role="button"]::after {
  border-left: 1px solid #245cb4;
  content: attr(data-follower-count);
  color: #245cb4;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 900px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #245cb4;
  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 #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 900px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: black;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 900px) {
  .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: 900px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 900px) {
  .striped-list-number {
    color: #ffffff;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #6b7397;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #245cb4;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 900px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #fff;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #d93c3c;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #6b7397;
}

.status-label-new {
  background-color: #a3cf62;
}

.status-label-hold {
  background-color: #f07d00;
}

/***** 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: 900px) {
  .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: 900px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 900px) {
  .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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, 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 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 a:visited {
  color: #ccc;
}

.post-body code {
  background: #1b202d;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #1b202d;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: #fff;
  font-weight: 300;
}

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

.post-comment-count .icon-comments {
  color: #245cb4;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  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 h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 900px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #ffffff;
  line-height: 45px;
  order: 1;
}

@media (min-width: 900px) {
  .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: #ffffff;
  display: block;
}

@media (min-width: 900px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 900px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #245cb4;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #ffffff;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 900px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: none;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.collapsible-sidebar-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"]
  .collapsible-sidebar-title
  > h3:after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-header h1 {
  text-align: left;
}

.my-activities-container {
  margin-bottom: 56px;
}

.my-activities-nav {
  background-color: #171c26;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #245cb4;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  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: 900px) {
  .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;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 900px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .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: 900px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

.request-filter:not(.request-filter-label) {
  border: 2px solid #000;
}

@media (min-width: 900px) {
  .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: 900px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 900px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 900px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe,
  [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #245cb4;
  color: #ffffff;
}

.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: 16px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 900px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 900px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 900px) {
  .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 */
.subscriptions-unsubscribe a {
  background: #245cb4;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 900px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #13315f;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 900px) {
  .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:last-child {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 900px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #fff;
}

/***** Request *****/
.comment-fields,
.request-submit-comment {
  display: block;
}

.comment-fields.hidden,
.request-submit-comment.hidden {
  display: none;
}

.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}

.submit-request {
  width: 100%;
  background-image: linear-gradient(#437edb, rgba(36, 92, 180, 1));
  color: white;
  border: none;
  padding: 10px 30px;
  box-shadow: 0px 0px 7px 0px #245cb4;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}

.submit-request:hover {
  background-image: linear-gradient(#57a4ff, #2f78ea);
  box-shadow: 0px 0px 10px 0px #57a4ff;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 32px;
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  width: 100%;
}

.request-main .comment-fields.shown {
  display: block;
}

.comment-fields > textarea {
  height: 100px;
}

.request-main .request-submit-comment.shown {
  display: inline;
  width: 100%;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 70%;
    order: 0;
    min-width: 0;
  }

  .request-submit-comment {
    width: 100%;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border: 2px solid #000;
  cursor: pointer;
  display: flex;
  padding: 8px 16px;
  width: 100%;
  text-transform: uppercase;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #fff;
  margin-left: 10px;
}

.comment-show-container {
  font-size: 16px;
  border-radius: 0px;
}

.comment-show-container:hover {
  background-color: white;
  border: 2px solid #245cb4;
}

.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 #245cb4;
}

.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 #245cb4;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 2px solid #000;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #1b202d;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 25%;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 16px;
}

.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;
}

@media (max-width: 1024px) {
  .request-details dt,
  .request-details dd {
    margin: 8px 0 0 0;
  }
}

.request-details dt {
  color: #fff;
  font-weight: 300;
  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;
}

.request-follow-up a {
  color: #245cb4;
}

/***** Pagination *****/
.pagination {
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li a {
  margin: 8px;
}

.pagination li:hover:not(.pagination-current) span {
  color: #ffffff;
  text-decoration: underline;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: url(/hc/theming_assets/01K254K285SM09Q9T28X1XGKAZ);
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
  font-size: 20px;
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

.notification-inline.notification-error {
  background-color: transparent;
  border: none;
  color: #d93c3c;
  text-transform: uppercase;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #1b202d;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  .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: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: 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;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  .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;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #245cb4;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #245cb4;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #fff;
  font-weight: 300;
  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 #ddd;
  margin-top: 15px;
}

@media (min-width: 900px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 900px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 900px) {
  .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: 900px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 900px) {
  .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 #245cb4;
  border-radius: 4px;
  color: #245cb4;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 900px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #171c26;
  border: 0;
  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: #fff;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 900px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.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: 900px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 900px) {
  .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-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: 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: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 900px) {
  .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-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.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: 900px) {
  .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: 900px) {
  .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;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.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: 900px) {
  .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;
  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: #1b202d;
}

@media (min-width: 900px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #212736;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 900px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 52px;
  min-height: 32px;
  max-width: 1024px;
}

.search-result h3 {
  text-align: left;
  display: inline;
}

.search-results-column {
  flex: 1;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 16px 0;
}

.search-results-list > li:first-child {
  border-top: 3px solid #ffffff;
}

.search-result-description {
  margin-top: 8px;
}

.search-result-votes,
.search-result-meta-count {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before,
.search-result-meta-count::before {
  color: #245cb4;
}

.search-results-column a{
  color: #39ACFF;
}

[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-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  display: inline-block;
  margin: 0 8px;
}

.search-wiki_results {
  margin: auto;
  max-width: 1024px;
  padding: 16px 16px;
}

.search-wiki_results a {
  color: #39ACFF;
}

/***** wysiwyg override *****/
.wysiwyg-font-size-small {
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 576px) {
  body,
  .article p {
    font-size: 18px;
  }
}

@font-face {
  font-family: pf-light;
  src: url(/hc/theming_assets/01JFF0H175Y5VRGCHB48F9VBXC);
}

@font-face {
  font-family: pf-medium;
  src: url(/hc/theming_assets/01JFF0H0A0JMZA84GSBHNDNZ2S);
}

@font-face {
  font-family: pf-bold;
  src: url(/hc/theming_assets/01JFF0H0YBSMRXMR723C2DBWV3);
}

/***** FA Icons *****/

@font-face {
  font-family: "FontAwesome";
  src: url(/hc/theming_assets/01JFF0GY6C95C4HNYZP182DEK3?v=4.6.3);
  src: url(/hc/theming_assets/01JFF0GY6C95C4HNYZP182DEK3?#iefix&v=4.6.3)
      format("embedded-opentype"),
    url(/hc/theming_assets/01JFF0GWFN9JAHS0AVV31EYFHR?v=4.6.3)
      format("woff2"),
    url(/hc/theming_assets/01JFF0H0P1XP48NFYERF4MKGQS?v=4.6.3)
      format("woff"),
    url(/hc/theming_assets/01JFF0H0FNPF9F4VP1KQD4EVN8?v=4.6.3)
      format("truetype"),
    url($assets-fontawesome-webfont-svg?v=4.6.3#fontawesomeregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.big-fa {
  position: relative;
  width: 130px;
  display: inline-block;
  text-align: center;
  font-family: pf-light;
  margin-top: 75px;
}

a.big-fa:before {
  top: -70px;
  position: absolute;
  padding: 0px;
  font-family: FontAwesome;
  width: 80%;
  left: 10%;
}

.big-fa:before {
  font-size: 70px !important;
}

a.med-fa {
  position: relative;
  width: 130px;
  display: inline-block;
  text-align: center;
  font-family: pf-light;
  margin-top: 75px;
}

a.med-fa:before {
  top: -65px;
  position: absolute;
  padding: 0px;
  font-family: FontAwesome;
  width: 80%;
  left: 10%;
}

.med-fa:before {
  font-size: 50px !important;
}

.fa.fa-cloud:before {
  content: "\f0c2";
}

.fa.fa-windows:before {
  content: "\f17a";
}

.fa.fa-apple:before {
  content: "\f179";
}

.fa.fa-linux:before {
  content: "\f17c";
}

.fa.fa-mobile:before {
  content: "\f10b";
}

.fa.fa-arrow-up:before {
  content: "\f062";
}

.fa.fa-arrow-right:before {
  content: "\f061";
}

img.round-border {
  border-radius: 50%;
}

.fa > h1,
.fa > h2,
.fa > h3,
.fa > h4,
.fa > p,
.fa > span,
.fa > a,
.fa > .wysiwyg-font-size-large {
  padding-left: 20px;
  display: inline;
  border: none;
}

.particles-layer {
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-repeat: repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: .12;
}

.particles-layer-1 {
  animation-duration: calc(0.1s * 1000);
  animation-name: particle-ani-1;
  background-image: url(/hc/theming_assets/01JFF0GWCH5R6ZN8NWQW85DZT1);
  z-index: 1;
}

.particles-layer-2 {
  background-image: url(/hc/theming_assets/01JFF0GXHGWQ9JRV7SFNR6X2XD);
  animation-duration: calc(0.1s * 2000);
  animation-name: particle-ani-2;
  z-index: 2;
}

.particles-layer-3 {
  background-image: url(/hc/theming_assets/01JFF1R3PCVBFGARAR4N04W2ER);
  animation-duration: calc(0.1s * 3000);
  animation-name: particle-ani-3;
  z-index: 3;
}

.particles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;  
}

@keyframes particle-ani-1 {
  0% {background-position: 0 0;}
  100% {background-position: 120rem 66.8125rem;}
}

@keyframes particle-ani-2 {
  0% {background-position: 0 0;}
  100% {background-position: -120rem 135rem;}
}

@keyframes particle-ani-3 {
  0% {background-position: 0 0;}
  100% {background-position: -120rem -135rem;}
}
