@charset "UTF-8";

@font-face {
  font-family: "Proto Grotesk";
  src: url("/hc/theming_assets/01HZPM73H9CB3D1PYEBJFCA346") format('woff2'),
       url("/hc/theming_assets/01HZPM72GSFV75B5P0GGZMXP9P") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proto Grotesk";
  src: url("/hc/theming_assets/01HZPM763GZWR64V7FGSS70CWX") format('woff2'),
       url("/hc/theming_assets/01HZPM75A15X2857HS29NT3BW4") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/hc/theming_assets/01HZPM78C78WTJE34H8HHVNATV") format('woff2'),
       url("/hc/theming_assets/01HZPM786ZPK4DZPQ07EP8B6TD") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/hc/theming_assets/01HZPM77ZG43W4XGEVE0KDRWYW") format('woff2'),
       url("/hc/theming_assets/01HZPM77RMKXN1DBVABE63S6RG") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("/hc/theming_assets/01HZPM79BEJG1CWBV59HDPJDB5") format('woff2'),
       url("/hc/theming_assets/01HZPM794D1084V1F1WH08ND0N") format('woff');
  font-weight: 500;
  font-style: normal;
}

#navbar-container {
  position: absolute;
}

:root {
  --green: #16D202;
}

@media only screen and (min-width: 1024px) {
  :root {
    --gutter: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px)  {
  :root {
    --gutter: 44px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --gutter: 24px;
  }
}

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

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  display: block;
  overflow: hidden;
  flex: 1 1 auto;
}
main:after {
  content: "";
  display: block;
}
@media only screen and (min-width: 768px) {
  main:after {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 767px) {
  main:after {
    margin-top: 64px;
  }
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 500;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #FFF;
  color: #0E131A;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.h1 {
  font-family: "Mabry Pro", Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.05em;
  color: #0E131A;
  margin: 40px 0 24px;
}

h2 {
  font-family: "Mabry Pro", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: -0.05em;
  color: #0E131A;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

a {
  color: rgba(31, 115, 183, 1);
  text-decoration: none;
}

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

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

input {
  font-weight: 500;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

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

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

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

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

select:focus {
  border: 1px solid rgba(23, 73, 77, 1);
}

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

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(23, 73, 77, 1);
}

.container {
  padding: 0 var(--gutter);
  max-width: 1312px;
  margin: auto;
  box-sizing: content-box;
}

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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

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

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

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button {
  background-color: transparent;
  border: 1px solid rgba(23, 73, 77, 1);
  border-radius: 4px;
  color: rgba(23, 73, 77, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"] {
  background-color: rgba(23, 73, 77, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"] {
  background-color: #000;
  border-color: #000;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled] {
  cursor: default;
}

.button-large {
  cursor: pointer;
  background-color: rgba(23, 73, 77, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus {
  background-color: #000;
}

.button-large[disabled] {
  background-color: #ddd;
}

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(47, 57, 65, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: rgba(23, 73, 77, 1);
  border: 0;
  color: rgba(255, 255, 255, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(23, 73, 77, 1);
}

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

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

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

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

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

.see-all-articles {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #E5E5E6;
  height: 48px;
  padding: 0 20px;
  background: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
 	color: #0E131A;
  text-decoration: none;
}
.see-all-articles:hover {
  border: 1px solid #00AF7E;
  text-decoration: none;
}
.see-all-articles:focus {
  text-decoration: none;
}

/***** Tables *****/
table,
tr,
th,
td {
  padding: 0px;
  border-collapse: collapse;
}

/***** Forms *****/
.form {
  max-width: 650px;
}

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

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

.form-field input {
  border: 1px solid #E5E5E6;
  padding: 10px;
  width: 100%;
}

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

.form-field input[type="text"] {
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

.form-field .optional {
  color: #32435c;
  margin-left: 4px;
}

.form-field p {
  color: #5a6d7c;
  font-size: 12px;
  margin: 5px 0;
}

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

.form footer a {
  color: #5a6d7c;
  cursor: pointer;
  margin-right: 15px;
}

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

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

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

.form .suggestion-list li a:visited {
  color: rgba(75, 97, 195, 1);
}

/***** Header *****/
.header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  flex: 0 0 auto;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  display: block;
  width: 147px;
  height: 35px;
}

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


.logo__back a {
  color: #0E131A;
}
.logo__back a:hover {
  color: #16D202;
}
@media (min-width: 768px) {
  .logo__back {
    margin-left: 33px;
  }
}
@media (max-width: 767px) {
  .logo__back {
    font-size: 14px;
    line-height: 20px;
    margin-left: 19px;
  }
  .logo__back span {
    display: none;
  }
}

.logo__language {
  opacity: 0;
}
.logo__language .dropdown-toggle {
  display: flex;
  align-items: center;
  color: #0E131A;
}
.logo__language .dropdown-toggle svg {
  flex: 0 0 auto;
  margin-left: 1px;
}
.logo__language .dropdown-toggle:hover {
  color: #16D202;
}
@media (min-width: 768px) {
  .logo__language .dropdown-toggle {
    margin-left: 41px;
  }
}
@media (max-width: 767px) {
  .logo__language {
    font-size: 14px;
    line-height: 20px;
    margin-left: 24px;
  }
}

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

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

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

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

.nav-wrapper a.sign-in {
  color: #0E131A;
  text-decoration: none;
}
.nav-wrapper a.sign-in:hover {
  color: #16D202;
}

@media (max-width: 768px) {
  .nav-wrapper a.sign-in {
    display: none;
  }
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.nav-wrapper .menu-button {
  display: none;
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .user-info {
    display: none !important;
  }
}

.user-info > button {
  display: flex;
  align-items: center;
  border: 0;
  color: #181816;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
}
.user-info > button:hover {
  color: #16D202;
}

.user-info > button svg {
  flex: 0 0 auto;
}

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

.user-info__mobile .dropdown-toggle,
.user-info__mobile a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #272C30;
  color: #FFF;
}
@media (min-width: 768px) {
  .user-info__mobile {
    display: none;
  }
}


/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.avatar {
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
}
.avatar .icon-agent {
  color: rgba(23, 73, 77, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  right: -2px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .avatar img {
    height: 116px;
    width: 116px;
  }
  .avatar .icon-agent {
    font-size: 49px;
    height: 49px;
    line-height: 49px;
    width: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .avatar {
    margin-left: -4px;
  }
  .avatar img {
    height: 80px;
    width: 80px;
  }
  .avatar .icon-agent {
    font-size: 34px;
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
}

/***** Footer *****/
.promo-footer {
  padding: 32px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #808080;
  background: #fff;
}

.promo-footer p {
  padding: 0;
  margin: 0;
}

.promo-footer hr {
  display: block;
  width: 100%;
  height: 0;
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px 0 0;
  padding: 0;
  margin: 0;
  background-clip: content-box;
}

.promo-footer figure {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:767px) {
  .promo-footer__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 220px;
    margin: auto;
    padding: 8px 0 28px;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
  }
}

.promo-footer__social a {
  color: #EDEEF0;
}

@media screen and (min-width:768px) {
  .promo-footer__social a {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
  }
}

@media screen and (max-width:767px) {
  .promo-footer__social a {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
  }
}

@media(hover:hover) {
  .promo-footer__social a:hover {
    color: #16D202;
  }
}

.promo-footer__social a svg {
  fill: currentColor;
}

@media screen and (min-width:768px)and (max-width:1023px) {
  .promo-footer__menu {
/*     margin-bottom: -8px; */
/*     text-align: right; */
  }
}

@media screen and (min-width:768px)and (min-width:768px) {
  .promo-footer__menu {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width:768px)and (max-width:767px) {
  .promo-footer__menu {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -.02em;
  }
}

@media screen and (max-width:767px) {
  .promo-footer__menu {
    margin-bottom: 16px;
/*     text-align: center; */
  }
}

@media screen and (max-width:767px)and (min-width:768px) {
  .promo-footer__menu {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
  }
}

@media screen and (max-width:767px)and (max-width:767px) {
  .promo-footer__menu {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -.02em;
  }
}

.promo-footer__menu a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #808080;
}

@media screen and (min-width:1024px) {
  .promo-footer__menu a {
    margin-right: 20px;
  }
}

@media screen and (min-width:768px)and (max-width:1023px) {
  .promo-footer__menu a {
    margin: 0 12px 8px 0;
  }
}

@media screen and (max-width:767px) {
  .promo-footer__menu a {
    margin: 0 12px 5px 0;
  }
}

@media(hover:hover) {
  .promo-footer__menu a:hover {
    color: #16D202;
  }
}

.promo-footer__menu a:last-child {
  margin-right: 0;
}

@media screen and (min-width:1024px) {
/*   .promo-footer__info {
    margin-top: 28px;
  } */
}

@media screen and (min-width:768px)and (max-width:1023px) {
/*   .promo-footer__info {
    margin-top: 24px;
  } */
}

@media screen and (min-width:768px)and (min-width:768px) {
  .promo-footer__info {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width:768px)and (max-width:767px) {
/*   .promo-footer__info {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -.02em;
  } */
}

@media screen and (max-width:767px)and (min-width:768px) {
  .promo-footer__info {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
  }
}

@media screen and (max-width:767px)and (max-width:767px) {
  .promo-footer__info {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -.02em;
  }
}

.promo-footer__info p {
  margin-bottom: 4px;
}

@media screen and (min-width:768px)and (max-width:1023px) {
/*   .promo-footer__info p:first-of-type {
    margin-top: 20px;
  } */
}

.promo-footer__security {
  display: flex;
  align-items: center;
}

@media screen and (min-width:768px)and (min-width:768px) {
  .promo-footer__security {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (min-width:768px)and (max-width:767px) {
  .promo-footer__security {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -.02em;
  }
}

@media screen and (min-width:768px)and (max-width:1023px) {
  .promo-footer__security {
    padding-top: 12px;
  }
}

@media screen and (max-width:767px) {
  .promo-footer__security {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    flex-wrap: wrap;
    padding-top: 13px;
  }
}

.promo-footer__providers {
  display: flex;
  align-items: center;
}

@media screen and (max-width:767px) {
  .promo-footer__providers {
    width: 100%;
    padding-bottom: 17px;
  }
}

@media screen and (min-width:768px) {
  .promo-footer__providers figure + figure {
    margin-left: 44px;
  }
}

@media screen and (max-width:767px) {
  .promo-footer__providers figure + figure {
    margin-left: 9px;
  }
}

.promo-footer__security img {
  display: block;
/*   margin-top: 6px; */
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .promo-footer__security p {
    margin-left: 22px;
  }
}

.promo-footer__bottom {
  position: relative;
}

@media screen and (min-width:1023px) {
  .promo-footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width:1023px) {
  .promo-footer__bottom {
    justify-content: flex-start;
  }
}

.promo-footer__scroll {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  color: #ccc;
}

@media screen and (min-width:1024px) {
  .promo-footer__scroll {
    position: relative;
    margin-left: 6px;
  }
}

@media screen and (max-width:1023px) {
  .promo-footer__scroll {
    position: absolute;
    bottom: -8px;
    right: 3px;
  }
}

.promo-footer__scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}

.promo-footer__grid {
  display: grid;
  grid-gap: 16px;
/*   grid-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px; */
}
.promo-footer__grid-col.-type-menu {
  grid-area: menu;
/*   align-self: center; */
}
.promo-footer__grid-col.-type-social {
  grid-area: social;
}
.promo-footer__grid-col.-type-info {
  grid-area: info;
}
.promo-footer__grid-col.-type-security {
  grid-area: security;
/*   align-self: end; */
}

@media screen and (min-width: 1024px) {
  .promo-footer__grid {
     grid-template-areas:
        "menu menu menu menu menu menu menu menu menu menu"
        "info info info info info security security security security security";   
  }
/*   .promo-footer__grid-col.-type-social {
		align-self: center;
  }
  .promo-footer__grid-col.-type-info hr {
    display: none;
  } */
}
@media screen and (min-width: 768px)  and (max-width: 1023px) {
  .promo-footer__grid {
     grid-template-areas:
			"menu menu menu menu menu menu menu menu menu menu"
			"info info info info info info info info info info"
			"security security security security security security security security security security";
  }
/*   .promo-footer__grid-col.-type-social {
		align-self: end;
  } */
}
@media screen and (min-width: 768px) {
/*   .promo-footer__grid {
    grid-template-columns: repeat(10, 1fr);
  } */
/*   .promo-footer__grid-col.-type-social hr {
    display: none;
  } */
}
@media screen and (max-width: 767px) {
  .promo-footer__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
      "menu menu menu menu"
      "social social social social"
      "info info info info"
      "security security security security";
  }
/*   .promo-footer__grid-col.-type-social {
		align-self: start;
  }
  .promo-footer__grid-col.-type-info hr {
    display: none;
  } */
}

/***** Breadcrumbs *****/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  color: #808080;
  list-style: none;
  font-weight: 400;
}
.breadcrumbs li {
  margin: 0;
  padding: 0;
}
.breadcrumbs li + li {
  position: relative;
  padding-left: 24px;
}
.breadcrumbs li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/hc/theming_assets/01HZPM6YBV7BXBWD3MMRHFWEMV") no-repeat;
  background-size: 24px 24px;
}
.breadcrumbs a {
  color: currentColor;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #16D202;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 16px;
    line-height: 24px;
    margin: -32px 0 24px;
  }
  .breadcrumbs li + li:before {
    top: -0;
  }
  .breadcrumbs-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E6;
    margin: -32px 0 -25px;
    padding-bottom: 24px;
  }
  .breadcrumbs-container .breadcrumbs {
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 20px;
    margin: -11px 0 23px;
  }
  .breadcrumbs li + li:before {
    top: -2px;
    opacity: 0.25;
  }
  .breadcrumbs-container .breadcrumbs {
    border-bottom: 1px solid #E5E5E6;
    padding-bottom: 22px;
  }
  .breadcrumbs-container__aside {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 32px;
  }
}

/***** Search field *****/
.search {
  position: relative;
  height: 36px;
  box-sizing: border-box;
  border-bottom: 1px solid #808080;
}
.search input[type="search"] {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: currentColor;
  padding: 0 36px 12px 0;
  background: none;
  border-radius: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.search input::placeholder {
  color: #808080;
  font-weight: 500;
}
.search input[type="submit"] {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  opacity: 0.01;
  cursor: pointer;
}

/***** Hero component *****/
.hero {
  text-align: center;
  width: 100%;
  padding: 164px var(--gutter) 84px;
  color: #0E131A;
}

.hero h1 {
  font-family: "Mabry Pro", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .hero {
    background: #FFFFFF;
    background-size: 777px 352px;
    margin-bottom: 78px;
  }
  .hero h1 {
    font-size: 80px;
    margin: 0 0 44px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    background: #FFFFFF;
    padding-bottom: 80px;
    margin-bottom: 33px;
  }
  .hero h1 {
    font-size: 36px;
    margin: 0 0 40px;
  }
}

.hero__search {
  position: relative;
  max-width: 784px;
  margin: auto;
}

.hero__search svg {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}

.page-header h1 {
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.05em;
  color: #0E131A;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 48px;
  }
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

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

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

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: grid;
  grid-gap: 8px;
  line-height: 1.33333;
  letter-spacing: -0.03em;
  color: #0E131A;
}
.blocks-item-link {
  font-family: "Mabry Pro", Arial, sans-serif;
  display: flex;
  align-items: center;
  color: currentColor;
  background: #F7F7F7;
  box-sizing: border-box;
  min-height: 100%;
  text-decoration: none;
}
.blocks-item-link figure {
  flex: 0 0 auto;
  margin: 0 1.1em 0 0;
  position: relative;
  width: 64px;
  height: 64px;
  line-height: 0;
}
.blocks-item-link figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blocks-item-link figure img:last-child {
  visibility: hidden;
}
.blocks-item-link:hover {
  background: #EAF2DC;
  text-decoration: none;
/*   color: #00AF7E; */
}
.blocks-item-link:focus {
  text-decoration: none;
}
.blocks-item-link:hover figure img:first-child {
/*   visibility: hidden; */
}
.blocks-item-link:hover figure img:last-child {
/*   visibility: visible; */
}
@media only screen and (min-width: 960px) {
  .blocks-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .blocks-list {
    font-size: 36px;
  }
  .blocks-item-link {
    padding: 52px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-list {
    font-size: 24px;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word;
  }
  .blocks-item-link {
    padding: 32px;
  }
}

/***** Promoted articles *****/
.promoted-articles {
  display: grid;
}
.promoted-articles-item a {
  color: #0E131A;
  text-decoration: none;
}
.promoted-articles-item a > span {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.promoted-articles-item a > span span {
  position: relative;
}
.promoted-articles-item a svg {
  display: inline;
  vertical-align: 0px;
}
.promoted-articles-item a:hover > span {
  border-bottom-color: transparent;
}
@media only screen and (min-width: 960px) {
  .promoted-articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .promoted-articles {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    grid-gap: 20px 8px;
  }
  .promoted-articles-item a > span {
    top: 0.2em;
  }
  .promoted-articles-item a > span span {
    top: -0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .promoted-articles {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    grid-gap: 12px 8px;
  }
  .promoted-articles-item a > span {
    top: -1px;
  }
  .promoted-articles-item a > span span {
    top: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .knowledge-base .articles {
    margin-bottom: 75px;
  }
  .knowledge-base .categories {
    margin-bottom: 72px;
  }
  .knowledge-base .articles h2 {
    margin-bottom: 24px;
  }
  .knowledge-base .categories h2 {
    margin: 51px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-base .articles {
    margin-bottom: 31px;
  }
  .knowledge-base .categories {
    margin-bottom: 64px;
  }
  .knowledge-base .articles h2 {
    margin-bottom: 19px;
  }
  .knowledge-base .categories h2 {
    margin: 27px 0 30px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background: #E5E5E6;
}

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

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

/***** 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: rgba(47, 57, 65, 1);
  display: inline-block;
  width: 100%;
}

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

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

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

@media (min-width: 768px) {
  .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: #5a6d7c;
  display: inline-block;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

/***** Category pages *****/

.article-list {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .article-list {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    grid-gap: 20px 8px;
  }
  .article-list-item a > span {
    top: 0.2em;
  }
  .article-list-item a > span span {
    top: -0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .article-list {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    grid-gap: 12px 8px;
  }
  .article-list-item a > span {
    top: -1px;
  }
  .article-list-item a > span span {
    top: 1px;
  }
}

.article-list-item a {
  color: #0E131A;
  text-decoration: none;
}
.article-list-item a > span {
  border-bottom: 1px solid #E5E5E6;
  position: relative;
  top: 0.2em;
}
.article-list-item a > span span {
  position: relative;
  top: -0.2em;
}
.article-list-item a svg {
  display: inline;
  vertical-align: 0px;
}
.article-list-item a:hover {
  color: #16D202;
}
.article-list-item a:hover > span {
  border-bottom-color: #00AF7E;
}

/***** Section pages *****/
.section-tree-title {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #0E131A;
}
.section-tree-title a {
  color: currentColor;
}
.section-tree-title a > span {
  border-bottom: 1px solid #E5E5E6;
  position: relative;
}
.section-tree-title a > span span {
  position: relative;
}
.section-tree-title a:hover {
  color: #16D202;
  text-decoration: none;
}
.section-tree-title a:hover > span {
  border-bottom-color: #00AF7E;
}
@media (min-width: 768px) {
  .section-tree-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 29px;
  }
  .section-tree-title a > span {
    top: 5px;
  }
  .section-tree-title a > span span {
    top: -5px;
  }
}
@media (max-width: 767px) {
  .section-tree-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .section-tree-title a > span {
    top: 4px;
  }
  .section-tree-title a > span span {
    top: -4px;
  }
}

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

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

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

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

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

.category-content .page-header h1 {
  font-family: "Mabry Pro", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .category-content .section {
    margin-bottom: 35px;
  }
  .category-content .page-header h1 {
    font-size: 64px;
    line-height: 88px;
    margin: 24px 0 24px;
  }
}
@media (max-width: 767px) {
  .category-content .section {
    margin-bottom: 28px;
  }
  .category-content .page-header h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 32px 0 20px;
  }
}

/***** Article *****/
.article-sidebar ul {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #808080;
}
.article-sidebar ul li {
  margin-bottom: 16px;
}
.article-sidebar ul a {
  color: currentColor;
}
.article-sidebar ul a:hover {
  text-decoration: none;
  color: #16D202;
}
.article-sidebar ul a.current-article {
  color: #0E131A;
}
.article-title {
  font-family: "Mabry Pro", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.05em;
  color: #0E131A;
  margin: -1px 0 8px;
}
.article-body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #0E131A;
  opacity: 0.9;
}
.article-body p,
.article-body ul,
.article-body ol,
.article-body img {
  margin: 12px 0;
}
.article-body ul{
  list-style: disc;
}
.article-body ul li,
.article-body ol li {
  margin: 4px 0;
}
.article-body img {
  max-width: 100%;
  height: auto;
}
.article-body a {
  color: #16D202;
  text-decoration: nona;
}
.article-body a:hover {
  text-decoration: underline;
}
.article-body > :first-child {
  margin-top: 0 !important;
}
.article-body > :last-child {
  margin-bottom: 0 !important;
}
.article-votes {
  border-top: 1px solid #E5E5E5;
/*   border-bottom: 1px solid #E5E5E6; */
  margin-top: 72px;
  padding: 32px 0 40px;
  text-align: center;
}
.article-votes-question {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.01em;
  color: #0E131A;
}
.article-votes-controls {
  font-size: 0;
  line-height: 0;
}
.article-votes-controls button {
  display: inline-block;
  margin: 0 4px;
  border: 0;
  width: 104px;
  height: 48px;
  background-color: #EAF2DC;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000000;
  border-radius: 32px;
}
.article-votes-controls button.article-votes-controls-selected {
  background-color: #D2DDBE;
}
.article-votes-count {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #808080;
}
.article-attachments {
  margin-top: 16px;
}
.article__meta {
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #808080;
  padding: 0;
  margin: 0 0 24px;
}
.article__meta li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #808080;
  margin: 8px 8px 0;
}
@media (min-width: 1024px) {
  .article-container {
    display: flex;
    margin-top: 49px;
  }
  .article-wrap {
    max-width: 652px;
  }
  .article {
    flex: 1 1 auto;
    padding-right: 26px;
  }
  .article-sidebar {
    flex: 0 0 auto;
    width: 388px;
    border-left: 1px solid #E5E5E6;
    box-sizing: border-box;
    padding-left: 27px;
  }
  .article-sidebar .sidenav-title {
    display: none;
  }
}
@media (max-width: 1023px) {
  .article-sidebar {
    border-top: 1px solid #E5E5E6;
    padding-top: 32px;
  }
  .article-sidebar .sidenav-title {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.33333;
    letter-spacing: -0.03em;
    color: #0E131A;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .article-title {
    font-size: 48px;
  }
  .article-body ul,
  .article-body ol {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .article-title {
    font-size: 36px;
  }
  .article-body ul,
  .article-body ol {
    padding-left: 32px;
  }
  .article-sidebar .sidenav-title {
    font-size: 24px;
  }
  .article-sidebar ul {
    font-size: 16px;
  }
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.attachments .attachment-item a {
  text-decoration: none;
}
.attachments .attachment-item b {
  vertical-align: top;
  font-weight: inherit;
  color: #16D202;
}
.attachments .attachment-item span {
  vertical-align: top;
  color: #808080;
}
.attachments .attachment-item svg {
  vertical-align: top;
  margin: 4px 0 0 6px;
  visibility: hidden;
}
.attachments .attachment-item a:hover svg {
  visibility: visible;
}

.upload-dropzone span,
.upload-dropzone a {
  color: #0E131A;
  font-size: 12px;
}

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

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

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

.share a {
  color: #5a6d7c;
}

.share a:hover {
  text-decoration: none;
  color: rgba(23, 73, 77, 1);
}

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment-info {
  border-top: 1px solid #E5E5E6;
  padding: 8px 0 16px;
}
.comment-author {
  display: flex;
  align-items: center;
}
.comment-author .avatar {
  width: 40px;
  margin-right: 16px;
}
.comment-author .avatar img {
  width: 40px;
  height: 40px;
}
.comment-author .avatar .icon-agent {
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  width: 17px;
  bottom: -2px;
}
.comment-meta {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #808080;
}
.comment-meta .meta-group {
  margin-left: 16px;
}
.comment-body {
  letter-spacing: 0;
  max-width: 652px;
}
.comment-body p {
  margin: 0 0 1em;
}
.comment-body hr {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  background: #E5E5E6;
  margin: 1em 0;
}
.comment-body .signature {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.comment-body img {
  display: block;
}
.zd-comment > :last-child,
.comment-body > :last-child {
  margin-bottom: 0 !important;
}
.comment-form {
  margin-top: 36px;
}
.comment-attachments {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.comment-form-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.comment-solve {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E6;
  background: #FFFFFF;
  color: #0E131A;
  box-sizing: border-box;
  height: 52px;
  cursor: pointer;
  padding: 0 34px;
}
.comment-solve:hover {
  border-color: #16D202;
  color: #16D202;
}
.comment-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00AF7E;
  border: none;
  color: #FFF;
  box-sizing: border-box;
  height: 52px;
  cursor: pointer;
  padding: 0 34px;
}
.comment-submit:hover {
  background-color: #009168;
}
@media (min-width: 768px) {
  .comment-body {
    margin: 0 0 0 56px;
  }
  .comment-info .attachments {
    margin: 0 0 0 56px;
  }
}
@media (max-width: 767px) {
  .comment-author .avatar {
    margin-left: 0;
  }
  .comment-body {
    margin: 8px 0 0 0;
  }
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(23, 73, 77, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #5a6d7c;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(23, 73, 77, 1);
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

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

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

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

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

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

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

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(23, 73, 77, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"] {
  background-color: rgba(23, 73, 77, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow button::after {
  border-left: 1px solid rgba(23, 73, 77, 1);
  content: attr(data-follower-count);
  color: rgba(23, 73, 77, 1);
  display: inline-block;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(23, 73, 77, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

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

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

.striped-list-title {
  color: rgba(31, 115, 183, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: rgba(75, 97, 195, 1);
}

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

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

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(47, 57, 65, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label-not-planned,
.status-label-closed,
.status-label-hold {
  color: rgba(14, 19, 26, 0.9);
}
.status-label-pending,
.status-label-pending-moderation {
  color: #1f73b7;
}
.status-label-open {
  color: rgba(255, 0, 0, 0.9);
}
.status-label-solved {
  color: #68737d;
}
.status-label-new {
  color: #ffb648;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

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

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

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

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

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  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: rgba(75, 97, 195, 1);
}

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

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

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

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

.post-comment-count {
  color: #5a6d7c;
  font-weight: 500;
}

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

.post-comment-count .icon-comments {
  color: rgba(23, 73, 77, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.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-title {
  font-size: 18px;
  font-weight: 600;
}

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

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

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-titles {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 0 2px;
}

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

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

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

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

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(23, 73, 77, 1);
}

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

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

.collapsible-nav-list li {
  color: rgba(47, 57, 65, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(47, 57, 65, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(23, 73, 77, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(47, 57, 65, 1);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

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

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

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

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

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

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(23, 73, 77, 1);
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.requests__header h1 {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #0E131A;
}
.requests__filter-search {
  position: relative;
}
.requests__filter-search .search {
  border-bottom-color: #808080;
}
.requests__filter-search svg {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.requests__filter-status {
  position: relative;
}
.requests__filter-status svg {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.requests__filter-status select {
  border: none;
  border-bottom: 1px solid #808080;
  background: none;
  border-radius: 0;
  height: 36px;
  box-sizing: border-box;
  padding: 0 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .requests__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
  }
  .requests__header h1 {
    font-size: 80px;
    line-height: 88px;
    margin: 0 24px 48px 0;
  }
  .requests__filter {
    display: grid;
    grid-template-columns: 240px 240px;
    grid-column-gap: 32px;
    align-items: end;
    padding-bottom: 14px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .requests__header {
    margin-top: 22px;
  }
  .requests__header h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 31px 0;
  }
  .requests__filter > div {
    margin-bottom: 32px;
  }
}

/* Requests table */
.requests__table {
  width: 100%;
}
.requests__table th,
.requests__table td {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
}
.requests__table th {
	padding-bottom: 6px;
  color: #808080;
}
.requests__table th a {
  color: currentColor;
  text-decoration: none;
}
.requests__table th a .requests-sort-symbol {
  font-size: 0.6em;
}
.requests__table th a .requests-sort-symbol:before {
  content: " ";
}
.requests__table td {
  color: rgba(14, 19, 26, 0.9);
}
@media (min-width: 768px) {
  .requests__table th,
  .requests__table td {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    padding-left: 16px;
    padding-right: 16px;
  }
  .requests__table th:first-child,
  .requests__table td:first-child {
    padding-left: 0;
  }
  .requests__table th:last-child,
  .requests__table td:last-child {
    padding-right: 0;
  }
  .requests__table td {
    border-top: 1px solid #E5E5E6;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .requests__table strong {
    display: none;
  }
}
@media (max-width: 767px) {
  .requests__table,
  .requests__table tbody,
  .requests__table td {
    display: block;
  }
  .requests__table colgroup,
  .requests__table thead {
    display: none;
  }
  .requests__table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .requests__table tr + tr {
    margin-top: 40px;
  }
  .requests__table tr:last-child td:nth-last-child(2),
  .requests__table tr:last-child td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .requests__table td {
    border-bottom: 1px solid #E5E5E6;
    padding-top: 19px;
    padding-bottom: 15px;
  }
  .requests__table td:first-child {
    grid-column: span 2;
    padding-top: 0;
  }
  .requests__table td:nth-child(2n+1):not(:first-child) {
    padding-left: 12px;
  }
  .requests__table strong {
    display: block;
    padding-bottom: 2px;
    color: #808080;
  }
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

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

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

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #5a6d7c;
  font-size: 13px;
  font-weight: 500;
}

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

.no-activities {
  color: #808080;
}

/***** Request *****/
.request h1 {
  font-weight: 300;
  color: #0B0F14;
}
.request__back {
  border: none;
  background: none;
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0E131A;
  cursor: pointer;
}
.request__back svg {
  flex: 0 0 auto;
  margin-right: 12px;
}
.request__back:hover {
  color: #16D202;
}
.request__sidebar {
  flex: 0 0 auto;
  box-sizing: border-box;
  background: #F6F6F7;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.request__sidebar-toggler {
  display: none;
  position: fixed;
  z-index: 100;
  right: 19px;
  bottom: 36px;
  background: #0E131A;
  border: none;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  height: 52px;
  padding: 0 29px 0 31px;
  border-radius: 26px;
  cursor: pointer;
}
.request__sidebar-toggler svg {
  margin-left: 6px;
}
.request__details,
.request__details dt,
.request__details dd {
  padding: 0;
  margin: 0;
}
.request__details {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 8px 12px;
}
.request__details + .request__details {
  border-top: 1px solid #E5E5E6;
  margin-top: 20px;
  padding-top: 20px;
}
.request__details dt {
  color: #808080;
}
.request__attachments {
  display: block;
  padding-bottom: 4px;
}
.request__attachments dt {
  padding-top: 4px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .request {
    display: flex;
    align-items: flex-start;
  }
  .request__main {
    flex: 1 1 auto;
    padding-right: 64px;
  }
  .request__sidebar {
    width: 320px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .request__sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 20px 100px;
  }
  .request__sidebar-toggler {
    display: flex;
  }
  .request__sidebar.-visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .request h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.05em;
    margin: 27px 0 40px;
  }
  .request__back {
    margin: -13px 0 0 -6px;
  }
}
@media (max-width: 767px) {
  .request h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.05em;
    margin: 20px 0 23px;
  }
  .request__back {
    margin: -2px 0 0 -6px;
  }
}


/***** Pagination *****/
.pagination {
  border-top: 1px solid #E5E5E6;
  padding-top: 23px;
  color: #808080;
}
.pagination-first,
.pagination-last,
.pagination [aria-hidden] {
  display: none;
}
.pagination ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-column-gap: 28px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
.pagination a {
  color: #0E131A;
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: none;
  color: #16D202;
}
@media (min-width: 768px) {
  .pagination {
    margin: 49px 0 192px;
  }
  .pagination ul {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin: 40px 0 120px;
  }
  .pagination ul {
    font-size: 24px;
    line-height: 32px;
  }
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}


/* User Profiles */
.profile {
  border-top: 80px solid #F6F6F7;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(14, 19, 26, 0.9);
}
.profile__header {
  background-color: #F6F6F7;
  border-bottom: 1px solid #E5E5E6;
}
.profile__user {
  display: flex;
  align-items: center;
}
.profile__user-name {
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #0E131A;
}
.profile__user-name a {
  color: currentColor;
  text-decoration: none;
}
.profile__user-name a:hover {
  color: #16D202;
  text-decoration: none;
}
.profile__user-stats hr {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  background: #E5E5E6;
  margin: 18px 0 16px;
}
.profile__stats li span {
  display: block;
  margin-bottom: 2px;
  color: #808080;
}
.profile__settings-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E6;
  color: #808080;
  box-sizing: border-box;
  height: 52px;
  padding: 0 32px;
}
.profile__settings button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E6;
  background: #FFFFFF;
  color: #0E131A;
  box-sizing: border-box;
  height: 52px;
  cursor: pointer;
}
.profile__settings button:hover {
  border-color: #00AF7E;
  color: #00AF7E;
}
@media only screen and (min-width: 768px) {
  .profile__header-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 34px;
  }
  .profile__header-secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #E5E5E6;
  }
  .profile__user {
    padding-bottom: 4px;
  }
  .profile__user-name {
    font-size: 32px;
    line-height: 44px;
    margin-left: 32px;
  }
  .profile__stats {
    display: inline-grid;
  }
  .profile__stats.-layout-primary {
    width: 416px;
    grid-column-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }
  .profile__stats.-layout-secondary {
    grid-column-gap: var(--gutter);
    grid-auto-flow: column;
  }
  .profile__settings {
    display: grid;
    grid-column-gap: 8px;
    grid-auto-flow: column;
    padding-left: 8px;
  }
  .profile__settings-actions {
    display: grid;
    grid-column-gap: 8px;
    grid-auto-flow: column;
  }
  .profile__settings button {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .profile__header-primary {
    padding: 28px 0 24px;
  }
  .profile__user-name {
    font-size: 24px;
    line-height: 32px;
    margin-left: 24px;
  }
  .profile__stats {
    display: grid;
    grid-gap: 33px 24px;
    grid-template-columns: 1fr 1fr;
  }
  .profile__stats li {
    position: relative;
  }
  .profile__stats li:nth-child(2n-1):not(:first-child):before {
    content: "";
    display: block;
    width: calc(200% + 24px);
    height: 1px;
    background: #E5E5E6;
    position: absolute;
    top: -17px;
    left: 0;
  }
  .profile__settings {
    display: flex;
    padding: 40px 0 24px;
  }
  .profile__settings-actions {
    display: flex;
    flex: 1 1 auto;
  }
  .profile__settings-badge {
    flex: 0 0 auto;
    margin-right: 8px;
  }
  .profile__settings button {
    flex: 1 1 auto;
  }
  .profile__settings button + button {
    margin-left: 8px;
  }
}

/***** Search results *****/
.search-results-column .page-header {
  margin-bottom: 16px;
}
.search-results-list .meta-data {
  display: none;
}
.search-result-breadcrumbs {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
}
.search-result-breadcrumbs li:before,
.search-result-breadcrumbs a:not(:hover) {
  opacity: 0.4;
}
.search-result-breadcrumbs li:first-child,
.search-result-breadcrumbs li:first-child + li:before {
  display: none;
}
.search-result-breadcrumbs li:first-child + li {
  padding-left: 0;
}
.search-results-list {
  display: grid;
  grid-gap: 35px 8px;
  letter-spacing: -0.01em;
}
.search-results-description {
  font-weight: 400;
  color: rgba(14, 19, 26, 0.9);
  max-width: 652px;
}
.search-results-description em {
  font-style: normal;
  background-color: #FFE000;
}
.search-result-list-item .search-results-description a {
  color: #16D202;
  text-decoration: none;
}
.search-result-list-item .search-results-description a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .search-results-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .search-results-sidebar  {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-results-list {
    margin-top: 57px;
  }
}
@media only screen and (min-width: 768px) {
  .search-results-list {
    font-size: 20px;
    line-height: 28px;
  }
  .search-results-description {
    font-size: 16px;
    line-height: 28px;
    padding: 19px 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .search-results-list {
    font-size: 18px;
    line-height: 24px;
  }
  .search-results-description {
    font-size: 14px;
    line-height: 24px;
    padding: 16px 0 10px;
  }
}
.search-result-list-item a {
  color: #0E131A;
  text-decoration: none;
}
.search-result-list-item a > span {
  border-bottom: 1px solid #E5E5E6;
  position: relative;
  top: 0.2em;
}
.search-result-list-item a > span span {
  position: relative;
  top: -0.2em;
}
.search-result-list-item a svg {
  display: inline;
  vertical-align: 0px;
}
.search-result-list-item a:hover > span {
  border-bottom-color: transparent;
}

/***** New request *****/
.request-form footer input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E6;
  background: #FFFFFF;
  color: #0E131A;
  box-sizing: border-box;
  height: 52px;
  cursor: pointer;
  padding: 0 28px;
}
.request-form footer input[type="submit"]:hover {
  border-color: #00AF7E;
  color: #00AF7E;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  font-weight: 500;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  right: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

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

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

#preview-bar-container {
  display: none;
}

.page-header-description {
  display: none;
}

/* Cookiebot */

/* #CybotCookiebotDialogBodyUnderlay,
#CookiebotWidget {
  display: none !important;
} */
#CybotCookiebotDialog,
#CybotCookiebotDialog .CybotCookiebotFader,
#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider,
#CybotCookiebotDialogTabContent
  .CybotCookiebotDialogBodyLevelButtonSlider:before {
  transition-duration: 0.3s !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: var(--green) !important;
}
#CybotCookiebotDialogNav
  .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom-color: var(--green) !important;
  color: var(--green) !important;
}
#CybotCookiebotDialogDetailBulkConsentLink:hover {
  color: var(--green) !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-color: var(--green) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: var(--green) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}
#CybotCookiebotDialogDetailBodyContentIABv2Tabs
  .CybotCookiebotDialogBodyLevelButtonIABHeaderButton,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs
  .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleDeselectVendorsLink,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs
  .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink {
  border-color: var(--green) !important;
}
#CybotCookiebotDialogDetailBodyContentIABv2Tabs
  .CybotCookiebotDialogBodyLevelButtonIABHeaderButton.select,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs
  .CybotCookiebotDialogBodyLevelButtonIABHeaderToggleSelectVendorsLink {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: var(--green) !important;
}
#CybotCookiebotDialogTabContent
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--green) !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane
  label:not([for="CybotCookiebotDialogBodyLevelButtonNecessary"])
  .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: var(--green) !important;
}
#CybotCookiebotDialog
  #CybotCookiebotDialogDetailBodyContentIABv2Tabs
  input[type="checkbox"]:checked {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog
  .CookieCard
  .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes
  .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: var(--green) !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog
  #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: var(--green) !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 0 !important;
}
@media screen and (min-width: 601px) {
  #CybotCookiebotDialogTabContent
    input:focus
    + .CybotCookiebotDialogBodyLevelButtonSlider {
    box-shadow: 0 0 1px var(--green);
  }
  #CybotCookiebotDialog
    .CybotCookiebotDialogBodyLevelButtonSliderWrapper
    input:focus-visible
    + span,
  #CybotCookiebotDialog :focus-visible {
    outline-color: var(--green) !important;
  }
}
