/*Mixins and variables*/
/*Base*/
/*Reset the box-sizing*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
/*Body reset*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(68, 68, 68, 1);
  background-color: rgba(255, 255, 255, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.title-block {
  margin: 0 0 30px;
}
.title-block p {
  color: #90a4ae;
}
@media (max-width: 1024px) {
  .title-block {
    text-align: center;
  }
}
/*Reset fonts for relevant elements*/
input,
button,
select,
textarea {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
button:active {
  transform: scale(0.96);
}
input::-moz-placeholder {
  color: #90a4ae;
  opacity: 1;
}
button::-moz-placeholder {
  color: #90a4ae;
  opacity: 1;
}
select::-moz-placeholder {
  color: #90a4ae;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #90a4ae;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #90a4ae;
}
button:-ms-input-placeholder {
  color: #90a4ae;
}
select:-ms-input-placeholder {
  color: #90a4ae;
}
textarea:-ms-input-placeholder {
  color: #90a4ae;
}
input::-webkit-input-placeholder {
  color: #90a4ae;
}
button::-webkit-input-placeholder {
  color: #90a4ae;
}
select::-webkit-input-placeholder {
  color: #90a4ae;
}
textarea::-webkit-input-placeholder {
  color: #90a4ae;
}
input:not([type='submit']) {
  width: 100%;
  padding: 0 calc(10px * 1.5);
  border: 1px solid #eceff1;
  border-radius: 10px;
}
textarea {
  width: 100%;
  padding: 0 calc(10px * 1.5);
  border: 1px solid #eceff1;
  border-radius: 10px;
}
input[type='radio'] {
  display: inline-block;
  width: auto;
  margin-right: calc(10px * 2);
}
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: calc(10px * 2);
}
textarea {
  height: 120px;
  padding: calc(10px * 1.5);
}
select {
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
.nesty-input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #eceff1;
  border-radius: 10px;
}
/*inks*/
a {
  color: rgba(62, 166, 133, 1);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgba(0, 195, 137, 1);
  text-decoration: none;
}
a.disabled {
  color: #b0bec4;
  cursor: default;
}
a,
[type='submit'] {
  transition: all 0.2s ease-in;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: calc(10px * 1.5) 0;
  border: 0;
  border-top: 1px solid #b0bec4;
}
/*Remove the gap between audio, canvas, iframes,*/
/*images, videos and the bottom of their containers: */
/*https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
iframe {
  display: block;
}
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: calc(16px * 2);
  margin: 0 0 calc(10px * 2);
}
h2,
.h2 {
  font-size: calc(16px * 1.625);
  margin: 0 0 calc(10px * 2);
}
h3,
.h3 {
  font-size: calc(16px * 1.375);
  margin: 0 0 calc(10px * 2);
}
h4,
.h4 {
  font-size: calc(16px * 1.25);
  margin: 0 0 calc(10px * 1.5);
}
h5,
.h5 {
  font-size: calc(16px * 1);
  margin: 0 0 calc(10px * 1.5);
}
h6,
.h6 {
  font-size: calc(16px * 1);
  margin: 0 0 calc(10px * 1.5);
}
p {
  margin: 0 0 calc(10px * 1.5);
}
ul {
  margin: 0 0 calc(10px * 1.5);
}
ol {
  margin: 0 0 calc(10px * 1.5);
}
b,
strong {
  font-weight: 600;
}
small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}
/*Abbreviations and acronyms*/
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #90a4ae;
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #90a4ae;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.is-hidden,
.hidden {
  display: none !important;
}
.is-overflow {
  overflow: hidden;
}
/*Components*/
.container {
  margin: 0 auto;
}
.wrapper {
  position: relative;
  margin: auto;
  overflow-x: scroll;
}
.wrapper .container {
  display: flex;
}
.sidebar,
.topbar__col--logo {
  width: 32.5%;
}
.main-wrapper,
.topbar__col--nav {
  display: flex;
  width: 67.5%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .main-wrapper,
  .topbar__col--nav {
    width: 100%;
  }

  .main-wrapper {
    padding: 0 calc(10px * 2);
  }
}

.main-wrapper__inner,
.topbar-nav {
  width: 100%;
  max-width: 810px;
}
.sidebar__inner,
.topbar-logo {
  width: 300px;
}
.main-wrapper__inner {
  display: flex;
  min-height: 100vh;
  padding: 40px 70px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .main-wrapper__inner {
    padding: 30px 0 0;
    max-width: initial;
  }
}
/*Default button*/
.btn--default {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.login {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.section-subscribe [role='button'] {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.article-subscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.article-unsubscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.post-subscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.post-unsubscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.btn--default:after,
.login:after,
.section-subscribe [role='button']:after,
.article-subscribe:after,
.article-unsubscribe:after,
.post-subscribe:after,
.post-unsubscribe:after {
  color: rgba(9, 134, 102, 1);
  vertical-align: baseline;
  transition: color 0.2s ease-in;
}
.btn--default:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.login:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.section-subscribe [role='button']:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.article-subscribe:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.article-unsubscribe:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.post-subscribe:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.post-unsubscribe:hover {
  color: #ffffff;
  background-color: rgba(9, 134, 102, 1);
  border-color: rgba(9, 134, 102, 1);
}
.btn--default:hover:after {
  color: #ffffff;
}
.login:hover:after {
  color: #ffffff;
}
.section-subscribe [role='button']:hover:after {
  color: #ffffff;
}
.article-subscribe:hover:after {
  color: #ffffff;
}
.article-unsubscribe:hover:after {
  color: #ffffff;
}
.post-subscribe:hover:after {
  color: #ffffff;
}
.post-unsubscribe:hover:after {
  color: #ffffff;
}
/*Filled button*/
.btn--dark {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(9, 134, 102, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.btn--primary {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(9, 134, 102, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
[type='submit'] {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(9, 134, 102, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.request-table-organization__col--button a {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(9, 134, 102, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.topic-subscribe .dropdown-toggle {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(9, 134, 102, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.profile-header__options a {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(9, 134, 102, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.btn--dark:after,
.btn--primary:after,
[type='submit']:after,
.request-table-organization__col--button a:after,
.topic-subscribe .dropdown-toggle:after,
.profile-header__options a:after {
  vertical-align: baseline;
  transition: color 0.2s ease-in;
}
.btn--dark:hover {
  color: #ffffff;
  background-color: #043e2f;
  border-color: #043e2f;
}
.btn--primary:hover {
  color: #ffffff;
  background-color: #043e2f;
  border-color: #043e2f;
}
[type='submit']:hover {
  color: #ffffff;
  background-color: #043e2f;
  border-color: #043e2f;
}
.request-table-organization__col--button a:hover {
  color: #ffffff;
  background-color: #043e2f;
  border-color: #043e2f;
}
.topic-subscribe .dropdown-toggle:hover {
  color: #ffffff;
  background-color: #043e2f;
  border-color: #043e2f;
}
.profile-header__options a:hover {
  color: #ffffff;
  background-color: #043e2f;
  border-color: #043e2f;
}
.btn--small {
  padding: calc(10px / 2) calc(10px * 1.8);
}
[type='submit'] {
  padding: calc(10px / 2) calc(10px * 1.8);
}
.topic-subscribe .dropdown-toggle {
  padding: calc(10px / 2) calc(10px * 1.8);
}
.profile-header__options a {
  padding: calc(10px / 2) calc(10px * 1.8);
}
.submit-ticket .btn:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: '\f178';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f007';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-subscribe [role='button'],
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe {
  flex-shrink: 0;
}
.section-subscribe [role='button']:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f007';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-subscribe:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f007';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-unsubscribe:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f007';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-subscribe:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f007';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-unsubscribe:after {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f007';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1024px) {
  .section-subscribe [role='button'],
  .article-subscribe,
  .article-unsubscribe,
  .post-subscribe,
  .post-unsubscribe {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
  }

  .section-subscribe [role='button']:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: 0;
    font-size: calc(16px * 1.375);
    text-indent: 0;
    align-items: center;
    justify-content: center;
  }

  .article-subscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: 0;
    font-size: calc(16px * 1.375);
    text-indent: 0;
    align-items: center;
    justify-content: center;
  }

  .article-unsubscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: 0;
    font-size: calc(16px * 1.375);
    text-indent: 0;
    align-items: center;
    justify-content: center;
  }

  .post-subscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: 0;
    font-size: calc(16px * 1.375);
    text-indent: 0;
    align-items: center;
    justify-content: center;
  }

  .post-unsubscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: 0;
    font-size: calc(16px * 1.375);
    text-indent: 0;
    align-items: center;
    justify-content: center;
  }
}
.breadcrumbs {
  padding: 0;
  margin-bottom: calc(10px * 3);
  list-style-type: none;
  flex-wrap: wrap;
  font-size: calc(16px * 0.875);
}
.post-page .breadcrumbs,
.topic-page .breadcrumbs {
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  display: inline-block;
  padding: 0 5px;
  color: #90a4ae;
  content: '›\00a0';
  font-weight: 700;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #90a4ae;
}
.breadcrumbs a:hover {
  color: rgba(62, 166, 133, 1);
}
.breadcrumbs--search-results {
  display: flex;
  margin-bottom: 10px;
}
.topbar {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  border-bottom: 1px solid #eceff1;
}
.topbar__inner {
  display: flex;
  height: 100px;
  padding-top: calc(10px * 2);
  padding-bottom: calc(10px * 2);
  align-items: center;
  justify-content: space-between;
}
.topbar__col {
  display: flex;
}
.topbar__col--logo {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .topbar__inner {
    align-items: center;
    flex-direction: column;
    height: auto;
  }
  .topbar__inner > div {
    justify-content: center;
    width: 100%;
  }
  .topbar-logo {
    text-align: center;
  }
}
.topbar__col--logo a {
  max-width: 300px;
}
.topbar__col--logo img {
  max-height: 50px !important;
}
.topbar__col--logo .help-center-name {
  margin-left: 10px;
  font-size: calc(16px * 1.25);
  color: #37474f;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .topbar__col--logo .help-center-name {
    display: none;
  }
}
.topbar-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 70px;
}
@media (max-width: 1024px) {
  .topbar-nav {
    padding: 20px 20px 0;
  }
}
.topbar__controls {
  display: flex;
  align-items: center;
}
.topbar__controls .language-selector {
  margin-left: 10px;
}
.topbar__controls .login {
  margin-left: 10px;
}
.sidebar {
  background-color: rgba(248, 248, 253, 1);
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  left: -6px;
}
@media (max-width: 1024px) {
  .sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 414px;
    transition: transform 0.2s ease-in;
    transform: translateX(-100%);
  }

  .sidebar.is-active {
    transform: translateX(0);
  }
}
.sidebar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  content: '';
  background-color: #fbfcfd;
}
.sidebar__wrapper {
  display: flex;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.sidebar__wrapper.is-fixed {
  position: fixed;
  top: 0;
  transform: translateX(-100%);
}
@media (max-width: 1024px) {
  .sidebar__wrapper {
    height: calc(100vh - 170px);
  }
}
.sidebar__inner {
  padding: 33px calc(10px * 1.5) 0 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .sidebar__inner {
    width: 100%;
    padding: calc(10px * 3) calc(10px * 3) 90px;
  }
}
.sidebar__image {
  width: 100%;
}
.sidebar__image img {
  display: block;
  height: auto !important;
}
.sidebar__top-nav {
  margin-bottom: calc(10px * 4);
}
.sidebar__top-nav li {
  margin-bottom: calc(10px * 1.5);
}
.sidebar__link {
  display: flex;
  color: #90a4ae;
  align-items: center;
}
.sidebar__link:before {
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: calc(10px * 2);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-align: center;
  content: '';
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.sidebar__link--home:before {
  content: '\f015';
}
.sidebar__link--community:before {
  content: '\f0c0';
}
.sidebar__link--request:before {
  content: '\f093';
}
.sidebar__content-block {
  margin-bottom: calc(10px * 1.5);
}
.sidebar-toggle {
  background-color: #fbfcfd;
  border-bottom: 1px solid #eceff1;
}
@media (min-width: 1025px) {
  .sidebar-toggle {
    display: none;
  }
}
.sidebar-toggle .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-toggle__link {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}
.sidebar-toggle__text--menu {
  display: inline-block;
}
.is-active .sidebar-toggle__text--menu {
  display: none;
}
.sidebar-toggle__text--close {
  display: none;
}
.is-active .sidebar-toggle__text--close {
  display: inline-block;
}
.sidebar-toggle__burger {
  display: inline-block;
  width: 20px;
  margin-right: calc(10px * 1.5);
}
.search-close {
  display: inline-block;
  width: 20px;
  margin-right: calc(10px * 1.5);
}
.sidebar-toggle__burger span,
.search-close span {
  position: relative;
  width: 70% !important;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar-toggle__burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #37474f;
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.sidebar-toggle__burger span:before {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #37474f;
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.sidebar-toggle__burger span:after {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #37474f;
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.search-close span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #37474f;
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.search-close span:before {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #37474f;
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.search-close span:after {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #37474f;
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: background-color, transform;
}
.sidebar-toggle__burger span:before,
.sidebar-toggle__burger span:after,
.search-close span:before,
.search-close span:after {
  position: absolute;
  width: 130%;
  content: '';
}
.sidebar-toggle__burger span:before,
.search-close span:before {
  top: -8px;
}
.sidebar-toggle__burger span:after,
.search-close span:after {
  top: 8px;
}
.is-active .sidebar-toggle__burger span,
.is-active .search-close span {
  background-color: transparent;
}
.is-active .sidebar-toggle__burger span:before,
.is-active .search-close span:before {
  transform: translateY(8px) rotate(45deg);
}
.is-active .sidebar-toggle__burger span:after,
.is-active .search-close span:after {
  transform: translateY(-8px) rotate(-45deg);
}
.sidenav ul {
  padding: 0;
  margin: 0 0 calc(10px * 1.7);
  list-style-type: none;
  cursor: default;
}
.sidenav li {
  margin-bottom: 0px;
}
.sidenav a,
.sidenav span {
  display: block;
  line-height: 1.2;
}
.sidenav a:hover {
  background-color: #ebf8f4;
  color: rgba(0, 195, 137, 1);
}
.sidenav__article.is-active a {
  background-color: #ebf8f4;
  color: rgba(0, 195, 137, 1);
}
.sidenav__category {
  padding-bottom: 10px;
}
.sidenav__category-name {
  font-size: calc(16px * 1.2);
  color: rgba(68, 68, 68, 1);
  padding: 0 6px 20px;
}
.sidenav__category-name:hover {
  color: rgba(68, 68, 68, 1);
}
.sidenav__section-name {
  margin-bottom: 10px;
  font-size: calc(16px * 0.875);
  color: #5e6d75;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
}
.sidenav__section-name:hover {
  color: #5e6d75;
}
.sidenav__article-name {
  font-size: calc(16px * 0.95);
  padding: 6px;
}
.sidenav__articles-list .sidenav__section {
  padding-left: 15px;
}
.sidenav__articles-list .sidenav__section-name {
  text-transform: none;
}
.search {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(10px * 5);
  overflow: hidden;
  border: 1px solid rgba(232, 233, 234, 1);
  border-radius: 4px;
  align-items: center;
}
.search:before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-family: 'Font Awesome 5 Free';
  font-size: calc(16px * 1.375);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #37474f;
  content: '\f002';
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search [type='search'] {
  width: 100%;
  padding: 10px calc(10px * 1.2) 10px calc(10px * 5);
  border: 0;
}
.search [type='submit'] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: calc(10px * 5);
  padding: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.search-open {
  display: none;
  width: calc(10px * 4);
  height: calc(10px * 4);
  margin-right: calc(10px * 1.2);
}
@media (max-width: 768px) {
  .search-open {
    margin-right: 0;
  }
}
.search-open:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: calc(16px * 1.375);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #90a4ae;
  content: '\f002';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-close {
  display: none;
  width: calc(10px * 2);
  height: calc(10px * 2);
  align-items: center;
}
.search-close span {
  background-color: transparent;
}
.search-close span:before {
  transform: translateY(8px) rotate(45deg);
}
.search-close span:after {
  transform: translateY(-8px) rotate(-45deg);
}

.home-banner {
  margin-bottom: 30px;
}
.home-banner img,
.home-banner .embed {
  border-radius: 4px;
}
.home-categories {
  padding: 0 0 15px;
}
.home-categories ul {
  display: flex;
  margin: 0 -15px 15px;
  flex-wrap: wrap;
}
.home-categories__item {
  width: calc(50% - 30px);
  margin: 0 10px 10px;
}
.home-categories__link {
  display: flex;
  height: 84px;
  padding: calc(10px * 2);
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px #d3d2d2;
  align-items: center;
}
.home-categories__link:hover .home-categories__title,
.home-categories__link:hover .home-categories__content {
  color: rgba(62, 166, 133, 1);
}
.home-categories__icon {
  display: block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 20px;
}
.home-categories__icon--115000864409 {
  background-image: url('$assets-115000864409-svg');
}
.home-categories__icon--115000864429 {
  background-image: url('$assets-115000864429-svg');
}
.home-categories__icon--115000865505 {
  background-image: url('$assets-115000865505-svg');
}
.home-categories__icon--115000865525 {
  background-image: url('$assets-115000865525-svg');
}
.home-categories__content {
  color: #90a4ae;
  transition: color 0.2s ease-in;
}
.home-categories__content p {
  margin-bottom: 0;
}
.home-categories__title {
  color: #37474f;
  transition: color 0.2s ease-in;
  margin: 0;
  font-size: calc(16px * 1.1);
}

@media (max-width: 1024px) {
  .home-categories__icon {
    margin: 0 0 10px;
  }
  .home-categories__title {
    /* font-size: 16px; */
  }
  .home-categories__link {
    height: auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: calc(10px * 2) calc(10px * 1.4);
  }
}
@media (max-width: 768px) {
  .home-categories__item {
    width: 100%;
  }
}
.submit-ticket {
  padding: calc(10px * 4) calc(10px * 1.5);
  margin-bottom: calc(10px * 3);
  text-align: center;
  border: 1px solid #eceff1;
  border-radius: 10px;
}
.submit-ticket p {
  margin-bottom: calc(10px * 2.5);
  color: #90a4ae;
}
.tabs {
  margin-bottom: calc(10px * 2);
}
.tab {
  display: block;
  padding: calc(10px * 3);
  margin-top: -1px;
  border: 1px solid #eceff1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tab p:last-child {
  margin-bottom: 0;
}
.home-tabs .tab {
  padding-top: calc(10px * 4);
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.home-tabs .tabs-link {
  padding: calc(10px * 1.5) calc(10px * 2);
  text-align: left;
}
.tabs-menu {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .tabs-menu {
    border: 1px solid #eceff1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.tabs-link {
  display: block;
  padding: 10px calc(10px * 3);
  font-size: calc(16px * 1.25);
  color: #90a4ae;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabs-link.is-active {
  background-color: #ffffff;
}
.tabs-link .fa {
  position: relative;
  top: -1px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  font-size: calc(16px * 0.75);
  color: #b0bec4;
  text-align: center;
  background-color: #fbfcfd;
  border: 1px solid #eceff1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tabs-link {
    width: 100% !important;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eceff1;
    border-radius: 0;
  }

  .tabs-link:last-child {
    border-bottom: 0;
  }
}
.tabs-link.is-active {
  color: #37474f;
  cursor: pointer;
  border-color: #eceff1;
}
.tabs-link.is-active .fa {
  color: #8d6e63;
  background-color: rgba(212, 234, 249, 1);
  border-color: #ffb74d;
  box-shadow: 0 1px 8px rgba(#8d6e63, 0.12);
}
.tabs-link.is-active:hover {
  cursor: default;
}
@media (min-width: 769px) {
  .tabs-link.is-active {
    border-bottom-color: transparent;
  }
}
.tabs--colored-1 .is-active {
  background-color: #fbfcfd;
}
.tabs--colored-1 .tab {
  background-color: #fbfcfd;
}
.tabs--colored-2 .is-active {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.tabs--colored-2 .is-active:hover {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.tabs--colored-2 .tabs-link {
  border: 0;
}
.tabs--colored-2 .tab {
  margin-top: 0;
  background-color: #fbfcfd;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(10px * 3);
  line-height: 1.4;
}
.table th {
  padding: 10px;
  vertical-align: top;
}
.table td {
  padding: 10px;
  vertical-align: top;
}
.table td {
  border-top: 1px solid #b0bec4;
}
.table thead th {
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 1px solid #b0bec4;
}
.table .table {
  background-color: #ffffff;
}
.table--color-header th {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.table--striped tbody tr:nth-child(odd) {
  background-color: #eceff1;
}
.table--hover tbody tr:hover {
  background-color: #eceff1;
}
.table--bordered {
  border: 1px solid #b0bec4;
}
.table--bordered td {
  border-left: 1px solid #b0bec4;
}
.table--bordered th {
  border-left: 1px solid #b0bec4;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: 1px solid #b0bec4;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.note {
  padding-left: calc(10px * 2);
  margin-top: calc(10px * 3);
  margin-bottom: calc(10px * 3);
  color: #5e5e5e;
  border-left: 4px solid #098666;
}
.note p:last-child {
  margin-bottom: 0;
}
.note--info {
  border-color: #098666;;
}
.note--warning {
  border-color: rgba(230, 155, 0, 1);
}
.note--success {
  border-color: rgba(0, 195, 137, 1);
}
.note--danger {
  border-color: rgba(224, 90, 90, 1);
}
.callout {
  padding: calc(10px * 2.5) calc(10px * 3);
  margin: calc(10px * 3) 0;
  background-color: #eceff1;
  border-left: 5px solid #b0bec4;
}
.callout p {
  margin-top: scut-em(10);
  color: #445a64;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout a {
  color: rgba(62, 166, 133, 1);
  text-decoration: none;
}
.callout a:hover {
  text-decoration: underline;
}
.callout--default {
  color: #90a4ae;
  border: 1px solid #90a4ae;
}
.callout--transparent {
  background: transparent;
  border: 0;
  box-shadow: 0 0 10px #dce2e5;
}
.callout--success {
  color: rgba(68, 68, 68, 1);
  background-color: #90ffde;
  border-color: rgba(0, 195, 137, 1);
}
.callout--success .callout__title {
  color: rgba(0, 195, 137, 1);
}
.callout--info {
  color: rgba(68, 68, 68, 1);
  background-color: #e9f6fc;
  border-color: rgba(35, 164, 226, 1);
}
.callout--info .callout__title {
  color: rgba(35, 164, 226, 1);
}
.callout--warning {
  color: rgba(68, 68, 68, 1);
  background-color: #ffd47b;
  border-color: rgba(230, 155, 0, 1);
}
.callout--warning .callout__title {
  color: rgba(230, 155, 0, 1);
}
.callout--danger {
  color: rgba(68, 68, 68, 1);
  background-color: #fef9f9;
  border-color: rgba(224, 90, 90, 1);
}
.callout--danger .callout__title {
  color: rgba(224, 90, 90, 1);
}
.callout--primary {
  color: rgba(68, 68, 68, 1);
  background-color: #e8f6f2;
  border-color: rgba(62, 166, 133, 1);
}
.callout--primary .callout__title {
  color: rgba(62, 166, 133, 1);
}
.callout--dashed {
  border: 1px dashed rgba(68, 68, 68, 1);
}
.accordion {
  padding-top: 0;
  margin-bottom: calc(10px * 2);
  overflow: hidden;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
}
.accordion__item-title {
  position: relative;
  padding: calc(10px * 1.5) calc(10px * 2) calc(10px * 1.5) calc(10px * 5);
  font-size: calc(16px * 1.25);
  cursor: pointer;
}
.accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #cfd8dc;
}
.accordion__item-title:before {
  position: absolute;
  content: '';
}
.accordion__item-content {
  display: none;
  padding: calc(10px * 2);
  border-bottom: 1px solid #cfd8dc;
}
.accordion__item-content p:last-child {
  margin-bottom: 0;
}
.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}
.accordion--default .accordion__item-title:before {
  top: 50%;
  left: 22px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: calc(1px * 2) solid rgba(62, 166, 133, 1);
  border-left: calc(1px * 2) solid rgba(62, 166, 133, 1);
  transition: transform 0.2s;
  transform: rotate(-45deg);
}
.accordion--default .accordion__item-title--active {
  background-color: #f5f6f7;
}
.accordion--default .accordion__item-title--active:before {
  transition: transform 0.2s;
  transform: rotate(135deg);
}
.accordion--colored .accordion__item-title {
  transition: background-color 0.2s;
}
.accordion--colored .accordion__item-title:before {
  top: 50%;
  background-color: #cfd6db;
}
.accordion--colored .accordion__item-title:after {
  top: 50%;
  background-color: #cfd6db;
}
.accordion--colored .accordion__item-title:before {
  left: 20px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
}
.accordion--colored .accordion__item-title:after {
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  content: '';
}
.accordion--colored .accordion__item-title--active {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
  transition: background-color 0.2s;
}
.accordion--colored .accordion__item-title--active:before {
  background-color: #ffffff;
}
.accordion--colored .accordion__item-title--active:after {
  display: none;
}
.tab-articles__list {
  display: flex;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  flex-wrap: wrap;
}
.tab-articles__item {
  margin: 0 15px;
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .tab-articles__item {
    width: 100%;
  }
}
.tab-articles__title {
  display: block;
  margin-bottom: 7px;
  font-size: calc(16px * 1.125);
  line-height: 1.2;
}
.tab-articles__discr {
  font-size: 15px;
  font-weight: 300;
}
.page-header {
  margin-bottom: calc(10px * 3);
}
.page-header__headline {
  display: flex;
  justify-content: space-between;
}
.page-header__headline span {
  color: rgba(62, 166, 133, 1);
}
.page-header__headline .section-subscribe {
  margin-left: 10px;
  flex-shrink: 0;
}
.page-header__headline h1 {
  margin: 0 0 10px;
}
.page-header__description {
  margin-bottom: 0;
  line-height: 1.2;
}
.section-tree {
  display: flex;
  flex-wrap: wrap;
}
.section-tree__column {
  width: 50%;
  padding-right: calc(10px * 2);
  margin-bottom: calc(10px * 2);
}
@media (max-width: 768px) {
  .section-tree__column {
    width: 100%;
  }
}
.section__title {
  font-size: calc(16px * 1.375);
}
.section__title-link {
  color: rgba(68, 68, 68, 1);
}
.article-list {
  margin-bottom: 0;
}
.article-list-item {
  margin-bottom: calc(10px * 0.8);
  font-size: calc(16px * 1.125);
}
.article-list-item--is-promoted span {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: calc(10px / 2);
  font-size: calc(16px * 0.6);
  line-height: 15px;
  color: #8d6e63;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(212, 234, 249, 1);
  border-color: #ffb74d;
  border-radius: 50%;
  box-shadow: 0 1px 8px #e4dbd8;
  flex-shrink: 0;
}
[data-article-loading] .article {
  margin-bottom: calc(10px * 6);
}
.article-header--small .article-title {
  margin-bottom: 10px;
  font-size: calc(16px * 1.625);
}
.article-title {
  margin: 0 0 10px;
}
@media (max-width: 420px) {
  .article-title {
    font-size: calc(16px * 1.625);
  }
}
.article-title span {
  color: rgba(62, 166, 133, 1);
}
.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15px;
}
.article-subscribe {
  margin-left: 10px;
}
.article__attachments {
  margin-bottom: calc(10px * 1.5);
}
.article-vote {
  padding: calc(10px * 3);
  margin-bottom: calc(10px * 3);
  text-align: center;
  border: 1px solid #eceff1;
  border-radius: 10px;
}
.article-vote-question {
  display: block;
  margin-bottom: calc(10px * 1.5);
  font-size: calc(16px * 1.25);
}
.article-vote-controls {
  display: flex;
  margin-bottom: calc(10px * 2);
  justify-content: center;
}
.article-vote-controls__item {
  width: 100px;
  margin: 0 calc(10px * 1.5);
  font-family: 'Roboto', sans-serif !important;
}
.article-vote-controls__item:before {
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: calc(16px * 1.375);
  font-weight: 900;
  color: rgba(62, 166, 133, 1);
  transition: color 0.2s ease-in;
}
.article-vote-controls__item:hover:before {
  color: #ffffff !important;
}
.article-vote-controls__item--up.article-vote-controls__item--voted:before {
  color: rgba(0, 195, 137, 1);
}
.article-vote-controls__item--down.article-vote-controls__item--voted:before {
  color: rgba(224, 90, 90, 1);
}
.article-vote-count {
  font-size: calc(16px * 0.875);
  color: #90a4ae;
}
.article-more-questions {
  margin-bottom: calc(10px * 2);
}
.article-nav {
  margin: calc(10px * 3) 0 calc(10px * 8);
}
[data-article-loading] .article-nav {
  display: none;
}
.article-nav__inner:before,
.article-nav__inner:after {
  display: table;
  content: '';
}
.article-nav__inner:after {
  clear: both;
}
.article-nav__element {
  display: flex;
  align-items: center;
}
.article-nav__element--prev {
  float: left;
}
.article-nav__element--next {
  float: right;
}
.prev-next-btn {
  position: relative;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.prev-next-btn:before {
  display: inline-block;
  margin-top: 1px;
  font-family: 'Font Awesome 5 Free';
  font-size: calc(calc(16px * 1.25));
  font-style: normal;
  font-weight: 900;
  line-height: 12px;
  text-align: center;
  text-indent: 0;
  transition: transform 0.2s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .prev-next-btn {
    width: 40px;
    height: 40px;
    color: transparent !important;
    border: 2px solid rgba(9, 134, 102, 1);
    border-radius: 50%;
  }

  .prev-next-btn:before {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;
    color: rgba(62, 166, 133, 1) !important;
  }
}
.prev-next-btn--prev {
  margin-right: 10px;
}
.prev-next-btn--prev:hover:before {
  transform: translateX(-5px);
}
.prev-next-btn--prev:before {
  margin-right: calc(10px / 2);
  content: '\f177';
}
.prev-next-btn--next {
  margin-left: 10px;
  flex-direction: row-reverse;
}
.prev-next-btn--next:hover:before {
  transform: translateX(5px);
}
.prev-next-btn--next:before {
  margin-left: calc(10px / 2);
  content: '\f178';
}
.article-nav__title {
  color: rgba(62, 166, 133, 1);
}
@media (max-width: 768px) {
  .article-nav__title {
    display: none;
  }
}
.article-loader {
  display: none !important;
  margin: calc(10px * 3) auto;
  color: rgba(62, 166, 133, 1);
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
[data-article-loading] .article-loader {
  display: block !important;
}
[data-article-loading] .article-footer {
  display: none !important;
}
.article__body {
  font-size: calc(16px * 1.125);
}
.article__body h2 {
  margin-top: calc(10px * 3);
  font-size: calc(16px * 1.625);
}
.article__body .wysiwyg-font-size-x-large {
  margin-top: calc(10px * 3);
  font-size: calc(16px * 1.625);
}
.article__body h3 {
  margin-top: calc(10px * 3);
  font-size: calc(16px * 1.375);
}
.article__body .wysiwyg-font-size-large {
  font-size: calc(16px * 1.375);
}
.article__body h4 {
  margin-top: calc(10px * 3);
  font-size: calc(16px * 1.25);
}
.article__body .wysiwyg-font-size-medium {
  font-size: calc(16px * 1.25);
}
.article__body h5 {
  font-size: calc(16px * 1.125);
}
.article__body h6 {
  font-size: calc(16px * 1.125);
}
.article__body .wysiwyg-font-size-small {
  font-size: calc(16px * 0.75);
}
.article__body ul {
  padding-left: calc(10px * 2);
}
.article__body ol {
  padding-left: calc(10px * 2);
}
.article__body ul ul {
  margin-top: 10px;
}
.article__body ul ol {
  margin-top: 10px;
}
.article__body ol ul {
  margin-top: 10px;
}
.article__body ol ol {
  margin-top: 10px;
}
.article__body ul li {
  margin-bottom: 10px;
}
.article__body ol li {
  margin-bottom: 10px;
}
/*Global text styles*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-primary {
  background-color: #a1dcc9;
}
.text-info {
  background-color: rgba(35, 164, 226, 1);
}
.text-warning {
  background-color: rgba(230, 155, 0, 1);
}
.text-danger {
  background-color: rgba(224, 90, 90, 1);
}
.text-success {
  background-color: rgba(0, 195, 137, 1);
}
/*Content elements*/
blockquote {
  padding: calc(10px * 1.5) calc(10px * 2);
  margin: 0 0 calc(10px * 2);
  font-style: italic;
  background-color: #fff;
  border-left: 5px solid #07624b;
}
blockquote.is-colored {
  border-color: #ffb74d;
}
/*Description Lists*/
dl {
  margin-top: 0;
  margin-bottom: calc(10px * 1.5);
  font-size: 16px;
}
dt {
  margin-bottom: 10px;
  line-height: 1.4;
}
dd {
  margin-bottom: 10px;
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: '';
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: calc(10px * 1.5);
    clear: both;
  }
}
@media (min-width: 769px) {
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}
/*Colored list*/
ol.list-colored {
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
ol.list-colored li {
  position: relative;
  padding-left: calc(10px * 3.5);
  list-style: none;
  counter-increment: list;
}
ol.list-colored li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  font-size: calc(16px * 0.875);
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  content: counter(list);
  background-color: rgba(62, 166, 133, 1);
  border-radius: 50%;
}
ul.list-bullet {
  padding: 0;
}
ul.list-bullet li {
  position: relative;
  padding-left: calc(10px * 3);
  list-style: none;
}
ul.list-bullet li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(62, 166, 133, 1);
  content: '\f00c';
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.image-with-border {
  padding: 10px;
  border: 1px solid #eceff1;
  border-radius: 10px;
}
.image-with-shadow {
  display: block;
  box-shadow: 0 4px 15px 2px #90a4ae;
}
.image-overlay {
  position: relative;
}
.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
}
.image-with-video-icon {
  position: relative;
  display: block;
}
.image-with-video-icon img {
  display: block;
  width: 100%;
}
.image-with-video-icon:after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 1.875em 3.125em;
  border-right-width: 0;
  border-left-color: #ffffff;
  transition: transform 0.2s;
  transform: translate(50%, -50%);
}
.image-with-video-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #777;
}
.image-with-video-icon:hover:after {
  transform: translate(50%, -50%) scale(1.1);
}
.entry-info {
  display: flex;
}
.entry-info__avatar {
  flex-shrink: 0;
}
.entry-info__content .author {
  display: block;
  margin-bottom: calc(10px / 4);
  font-weight: 400;
}
.entry-info__content .meta {
  font-size: calc(16px * 0.875);
  color: #90a4ae;
}
.my-activities-menu:not(.my-activities-menu--sub) {
  padding-bottom: calc(10px * 1.5);
  margin-bottom: 10px;
  border-bottom: 1px solid #eceff1;
}
.my-activities-menu:not(.my-activities-menu--sub) .my-activities-menu__item {
  padding: calc(10px / 1.5) calc(10px * 2) calc(10px / 1.2);
  border: 1px solid rgba(62, 166, 133, 1);
}
@media (max-width: 420px) {
  .my-activities-menu:not(.my-activities-menu--sub) .my-activities-menu__item {
    padding: calc(10px / 2) 10px;
    border: 0;
  }
}
.my-activities-menu:not(.my-activities-menu--sub)
  .my-activities-menu__item:not(:first-child) {
  border-left: 0;
}
.my-activities-menu:not(.my-activities-menu--sub) .is-active {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.my-activities-menu--sub {
  margin-bottom: calc(10px * 3);
}
.my-activities-menu--sub .my-activities-menu__item:not(:last-child):after {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  vertical-align: middle;
  content: '';
  background-color: #90a4ae;
  border-radius: 50%;
}
.my-activities-menu--sub .is-active {
  font-weight: 600;
}
.my-activities-menu__items {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.my-activities-items {
  margin-top: calc(10px * 3);
  margin-bottom: calc(10px * 5);
  color: #90a4ae;
}
.my-activities-items .requests-link:hover {
  color: rgba(62, 166, 133, 1);
}
.my-activities-items .requests-sort-symbol {
  margin-left: calc(10px * 2);
}
@media (min-width: 769px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }

  .my-activities-items .my-activities-item__icon {
    display: none;
  }
}
.my-activities-items__head {
  display: none;
  color: #90a4ae;
}
.my-activities-items__head .my-activities-items__col {
  padding: calc(10px * 1.5) 0;
  font-size: calc(16px * 0.875);
}
@media (min-width: 769px) {
  .my-activities-items__head {
    display: table-header-group;
    font-weight: 800;
    text-transform: uppercase;
  }
}
@media (min-width: 769px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}
@media (min-width: 769px) {
  .my-activities-items__row {
    display: table-row;
  }
}
@media (max-width: 768px) {
  .my-activities-items__row {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #b0bec4;
  }
}
.my-activities-items__col {
  line-height: 1.2;
}
@media (min-width: 769px) {
  .my-activities-items__col {
    display: table-cell;
    padding: calc(10px * 1.2) 0;
    border-bottom: 1px solid #b0bec4;
  }

  .my-activities-items__col + .my-activities-items__col {
    padding-left: calc(10px * 1.5);
  }
}
@media (max-width: 768px) {
  .my-activities-items__request-id {
    display: inline;
  }
}
@media (min-width: 769px) {
  .my-activities-items__request-id {
    display: none;
  }
}
.my-activities-item__title {
  color: rgba(62, 166, 133, 1);
}
.my-activities-item__title:hover {
  color: rgba(62, 166, 133, 1);
}
@media (max-width: 768px) {
  .my-activities-item__title {
    display: block;
    margin-bottom: calc(10px * 2);
    font-size: calc(10px * 2);
  }

  .my-activities-item__meta {
    display: inline-block;
  }

  .my-activities-item__meta:after {
    margin: 0 calc(10px / 2);
    content: '\2022';
  }

  .my-activities-item__meta:last-of-type:after {
    display: none;
  }
}
.request-table-filters {
  padding: calc(10px * 1.2) 10px;
  margin: calc(10px * 2) 0 calc(10px * 3);
  background-color: #eceff1;
}
.request-table-filters input[type='search'] {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .request-table-filters {
    display: flex;
    padding: 10px 10px 0;
    justify-content: space-between;
  }
}
.request-table-filters a {
  display: block;
}
.request-table-filters .requests-search {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  border: 1px solid #90a4ae;
}
.request-table-filters .request-filter-label {
  display: block;
  padding-bottom: calc(10px * 0.7);
  font-size: calc(16px * 0.875);
  text-transform: uppercase;
}
.request-table-filters .request-filter {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  background-color: #ffffff;
  border: 1px solid #90a4ae;
  border-radius: 0;
}
.request-table-filters .request-filter-select {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}
.request-table-filters .request-filter-select select {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  border-radius: 10px;
}
.request-table-filters .request-filter-select:after {
  position: absolute;
  top: 25%;
  right: 10px;
  line-height: 16px;
  color: #999;
  content: '\25BE';
}
.request-table-filters__item {
  margin-bottom: calc(10px * 1.5);
}
@media (min-width: 769px) {
  .request-table-filters__item {
    display: flex;
    width: 32%;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .request-table-filters__item:last-child {
    margin-bottom: 0;
  }
}
.request-table-organization {
  display: flex;
}
.request-table-organization__col--main {
  width: 100%;
}
.request-table-organization__col--button a {
  height: 36px;
  padding: 0 10px;
  margin-left: 10px;
  line-height: 32px;
}
.request-id {
  display: inline-block;
  padding: 2px calc(10px / 2);
  margin-bottom: calc(10px / 2);
  font-size: calc(16px * 0.875);
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.request-page .comment {
  padding-bottom: calc(10px / 2);
}
.request-page .comment__inner {
  min-height: auto;
  padding-right: 0;
}
.request-details {
  padding: calc(10px * 2);
  border: 1px solid #eceff1;
}
.request-details p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .request-details dt {
    margin-bottom: 0;
  }
}
/*Comment List*/
.comments__header {
  padding-bottom: calc(10px * 2);
  margin-bottom: calc(10px * 2);
  border-bottom: 1px solid #eceff1;
}
.comment {
  padding-bottom: calc(10px * 2);
  margin-bottom: calc(10px * 2);
  border-bottom: 1px solid #eceff1;
}
.comment-sorter {
  display: flex;
  justify-content: space-between;
}
.comment__inner {
  position: relative;
  min-height: 110px;
  padding-right: calc(10px * 4);
}
.comment__header {
  margin-bottom: calc(10px * 2);
}
.comment__official-heading {
  display: inline-block;
  padding: 0 calc(10px / 2);
  margin-bottom: calc(10px / 2);
  font-size: calc(16px * 0.875);
  line-height: 1.5;
  color: #ffffff;
  background-color: #57c09f;
}
.comment__body {
  margin-bottom: 10px;
}
.comments__list {
  margin-bottom: calc(10px * 3);
}
/*Vote*/
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vote-sum {
  line-height: 2;
}
.vote-control,
.comment__actions {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.comment__actions .dropdown-toggle:after {
  margin-left: 0;
  content: '\f013';
}
/*Comment form*/
.comments__callout {
  margin: calc(10px * 2) 0;
  font-size: 16px;
}
.comment-form {
  position: relative;
  padding-left: 60px;
  margin: calc(10px * 3) 0;
}
@media (max-width: 768px) {
  .comment-form {
    padding-left: 0;
  }
}
.comment-form__controls {
  margin-bottom: calc(10px * 2);
}
.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .comment-form__avatar {
    display: none;
  }
}
.comment-form__body {
  margin-bottom: calc(10px * 2);
}
.comment-form__mark-as-solved {
  padding: calc(10px * 1.5) 0;
}
.comment-form__ccs {
  margin-bottom: 0;
}
.comment-form__ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.comment-form__ccs ul[data-hc-pills-container] {
  margin: 0;
  border: 1px solid #eceff1;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.meta__item {
  display: flex;
  font-size: calc(16px * 0.875);
  color: #90a4ae;
  align-items: center;
}
.meta__item:after {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  content: '';
  background-color: #b0bec4;
  border-radius: 50%;
}
.meta__item:last-of-type:after {
  display: none;
}
.search-results-count {
  margin-bottom: calc(10px * 3);
}
@media (max-width: 768px) {
  .search-results-count {
    font-size: calc(16px * 1.375);
  }
}
.search-results {
  display: flex;
  margin-bottom: calc(10px * 3);
  flex-wrap: wrap;
}
.search-result {
  padding: calc(10px * 2);
  margin-bottom: calc(10px * 2);
  border: 1px solid #eceff1;
  border-radius: 10px;
}
.search-result__title {
  margin-bottom: 10px;
}
.search-result__description {
  margin: 0;
}
.search-result-votes {
  padding: calc(10px / 3);
  margin-left: calc(10px / 2);
  font-size: calc(16px * 0.875);
  color: rgba(62, 166, 133, 1);
  border: 1px solid #eceff1;
  border-radius: 3px;
}
.searchbox ul {
  padding-left: 0;
  margin: 10px 0 calc(10px * 2);
  list-style: none;
}
.searchbox li {
  margin-bottom: calc(10px / 2);
}
.error-page {
  padding: calc(10px * 5) 0 calc(10px * 7);
  text-align: center;
}
.error-page h2 {
  margin-bottom: calc(10px / 2);
  font-size: calc(16px * 2);
}
.error-page p {
  margin: 0 0 10px;
  color: #90a4ae;
}
.error-page a {
  color: rgba(62, 166, 133, 1);
}
.error-page a:hover {
  text-decoration: none;
}
.error-page__title {
  margin-bottom: calc(10px / 2);
  font-size: 80px;
  font-weight: 800;
  color: rgba(62, 166, 133, 1);
  letter-spacing: 4px;
}
.error-page__link {
  display: block;
  margin-top: calc(10px * 3);
}
.error-page__link:hover {
  color: rgba(68, 68, 68, 1);
}
.error-page__link:before {
  display: inline-block;
  padding-right: 2px;
  content: '<';
  transition: transform 0.2s ease-in;
}
.error-page__link:hover:before {
  transform: translateX(-3px);
}
.pagination {
  margin: calc(10px * 2) 0 10px;
}
.pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 10px 10px;
  line-height: 1;
}
.pagination .pagination-current {
  display: flex;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-current span {
  margin-right: 1px;
}
.pagination a {
  color: #90a4ae;
}
.pagination a:hover {
  color: rgba(62, 166, 133, 1);
}
.footer {
  display: flex;
  padding: 80px 0 40px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.footer a {
  color: #90a4ae;
}
.footer a:hover {
  color: rgba(62, 166, 133, 1);
}
.footer-socials {
  display: flex;
  margin-top: 20px;
}
.footer-socials li {
  padding: 0 calc(10px * 1.5) 0 0;
}
.footer-socials a {
  font-size: calc(16px * 1.25);
}
.footer .callout {
  border: none;
  border-radius: 4px;
  margin: 0 0 40px;
  width: 100%;
}
.dropdown-toggle {
  min-width: unset;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: calc(10px / 2);
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: inherit;
  vertical-align: baseline;
  content: '\f107';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu {
  min-width: 170px;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dropdown-menu {
    margin-top: 0;
  }
}
.dropdown-menu [role='menuitem'] {
  position: relative;
  padding: 10px calc(10px * 1.5);
  font-size: calc(16px * 0.875);
  color: #37474f;
  text-decoration: none;
  white-space: normal;
}
.dropdown-menu [role='menuitem']:hover {
  color: #37474f;
  background-color: #eceff1;
}
.dropdown-menu [role='menuitem'][aria-selected='true']:after {
  position: absolute;
  top: 11px;
  right: 12px;
  display: inline-block;
  margin-left: 10px !important;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: '\f00c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  #user {
    display: block;
    padding: calc(10px / 2) 0;
  }
  #user #user-dropdown:after,
  #user #user-dropdown:before {
    display: none !important;
  }
}
#user .dropdown-toggle:hover {
  color: rgba(62, 166, 133, 1);
}
#user #user-dropdown {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #user #user-name {
    display: none;
  }
}
.user-info .btn.with-image {
  display: flex;
  padding: 0;
  background-color: transparent;
  align-items: center;
}
.user-info .btn.with-image span {
  padding-left: calc(10px / 2);
  vertical-align: middle;
}
.user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.avatar {
  position: relative;
  margin-right: calc(10px * 1.2);
}
.avatar--agent:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: 'Font Awesome 5 Free';
  font-size: calc(16px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(62, 166, 133, 1);
  content: '\f19d';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.language-selector {
  display: flex;
  margin-bottom: calc(10px * 2);
  color: #098666;
  align-items: center;
}
.language-selector:hover,
.language-selector:active,
.language-selector:focus {
  color: #5e6d75;
}
.language-selector:before {
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: calc(10px * 2);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-align: center;
  content: '\f0ac';
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.language-selector .dropdown-menu {
  bottom: 0;
  transform: translateY(100%);
}
.language-selector .dropdown-toggle {
  padding: 0;
  color: currentColor;
  border: none;
}
.language-selector .dropdown-toggle:hover,
.language-selector .dropdown-toggle:active,
.language-selector .dropdown-toggle:focus {
  color: currentColor;
  background-color: transparent;
}
.language-selector .dropdown-toggle:after {
  color: currentColor;
  transition: none;
}



@media (max-width: 768px) {
  #topbar .dropdown-menu {
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  #topbar .dropdown-menu [role='menuitem'] {
    padding: calc(10px / 2) 0 !important;
  }

  #topbar .dropdown-menu [role='menuitem']:hover {
    background-color: transparent;
  }
}
.share {
  display: flex;
  padding-left: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
  flex-wrap: wrap;
}
.share li {
  position: relative;
  display: inline-block;
  margin-right: calc(10px * 0.8);
  margin-bottom: calc(10px / 2);
  vertical-align: top;
}
.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: #eceff1;
  border-radius: 50%;
  touch-action: manipulation;
}
.share a:hover {
  background-color: #cfd6db;
}
.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share-facebook {
  color: #3d5b95;
}
.share-facebook:before {
  content: '\f09a';
}
.share-twitter {
  color: #24aadd;
}
.share-twitter:before {
  content: '\f099';
}
.share-linkedin {
  color: #0976b4;
}
.share-linkedin:before {
  content: '\f0e1';
}
.share-googleplus {
  color: #d23e30;
}
.share-googleplus:before {
  content: '\f0d5';
}
.profile-header {
  padding: calc(10px * 1.5) 0;
  text-align: center;
}
.profile-header__name {
  margin-bottom: calc(10px * 1.5);
  font-size: calc(16px * 2);
  line-height: 1;
}
.profile-header__avatar {
  margin-bottom: 10px;
  text-align: center;
}
.profile-header__avatar .avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 0;
}
.profile-header__avatar img {
  width: 100%;
  height: 100%;
}
.profile-header__description {
  color: #90a4ae;
}
.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(10px * 1.5);
  background-color: rgba(62, 166, 133, 1);
}
.profile-stats {
  margin: 0 0 calc(10px * 0.7);
  justify-content: center;
}
.profile-stats__value {
  padding-left: calc(10px / 2);
}
.profile-header__options {
  margin-top: calc(10px * 1.5);
}
.profile-nav {
  margin: calc(10px * 1.5) 0 calc(10px * 2.5);
  text-align: center;
}
.profile-nav__items {
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-nav__item {
  padding: 8px 12px;
  font-size: calc(16px * 0.875);
  line-height: 1.3;
  border: 1px solid rgba(62, 166, 133, 1);
  border-right: 0;
}
.profile-nav__item:last-of-type {
  border-right: 1px solid rgba(62, 166, 133, 1);
}
@media (max-width: 768px) {
  .profile-nav__item {
    padding: calc(10px * 0.6) 10px;
    border: 0 !important;
  }
}
.profile-nav__item.is-active {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.profile-nav__item a {
  color: rgba(62, 166, 133, 1);
}
.profile-section {
  margin-top: calc(10px * 5);
}
.profile-section__header {
  margin-bottom: calc(10px * 3);
}
.profile-section__title {
  font-size: calc(16px * 2);
}
.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-activity-list {
  margin: 0 0 calc(10px * 5);
}
.profile-activity {
  padding-bottom: calc(10px / 2);
  margin-bottom: calc(10px * 2);
  border-bottom: 1px solid #eceff1;
}
.profile-activity__header {
  margin-bottom: 10px;
}
.profile-contribution .meta {
  margin-top: calc(10px * 1.5);
}
.profile-contribution .meta .comment-link:hover {
  color: rgba(62, 166, 133, 1);
}
.profile-contribution__title {
  margin-bottom: 0;
  font-size: calc(16px * 1.625);
  color: rgba(62, 166, 133, 1);
}
.profile-contribution__title a {
  text-decoration: none;
}
.profile-contribution__title a:hover {
  color: rgba(68, 68, 68, 1);
}
.profile-contribution__breadcrumbs {
  display: flex;
  padding: 10px 0;
  margin-bottom: 0;
}
.status-label {
  padding: 2px calc(10px / 2);
  font-size: calc(16px * 0.875);
  color: #ffffff;
}
.status-label--pending {
  background-color: rgba(230, 155, 0, 1);
}
.status-label--with-ticket {
  background-color: rgba(62, 166, 133, 1);
}
.status-label--with-ticket:hover {
  color: #ffffff;
}
.status-label--with-ticket:focus {
  color: #ffffff;
}
.status-label--with-ticket:active {
  color: #ffffff;
}
.status-label--solved,
.status-label--closed {
  background-color: rgba(0, 195, 137, 1);
}
.status-label--new,
.status-label--open {
  background-color: rgba(224, 90, 90, 1);
}
.status-label--answered {
  background-color: rgba(230, 155, 0, 1);
}
.status-label--official {
  background-color: rgba(62, 166, 133, 1);
}
.status-label--completed,
.status-label--answered {
  background-color: rgba(0, 195, 137, 1);
}
.status-label--planned {
  background-color: #8d6e63;
}
.status-label--not-planned {
  color: rgba(68, 68, 68, 1);
  background-color: #eceff1;
}
.scroll-to-top.fa {
  position: fixed;
  bottom: -calc(10px * 5);
  left: calc(10px * 2);
  z-index: 3;
  display: flex;
  width: calc(10px * 5);
  height: calc(10px * 5);
  font-size: calc(16px * 2);
  color: rgba(62, 166, 133, 1);
  text-decoration: none;
  border: 1px solid rgba(62, 166, 133, 1);
  border-radius: 10px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  align-items: center;
  justify-content: center;
}
.scroll-to-top.fa:focus,
.scroll-to-top.fa:active {
  outline: 0;
}
.scroll-to-top.fa.is-active {
  bottom: calc(10px * 2);
}
@media (max-width: 1024px) {
  .scroll-to-top.fa {
    display: none;
  }
}
/*Embeds responsive*/
.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}
.embed img,
.embed-responsive img {
  width: 100%;
}
.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed:focus,
.embed-responsive:focus {
  outline: none !important;
}
/*Modifier class for 16:9 aspect ratio*/
.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}
/*Modifier class for 4:3 aspect ratio*/
.embed-responsive--4by3 {
  padding-bottom: 75%;
}
/*Community*/
.community-nav {
  display: flex;
  margin-bottom: calc(10px * 3);
  justify-content: space-between;
}
.community-nav__items {
  display: flex;
  margin: 0;
}
.community-nav__item {
  margin-right: 10px;
  font-size: calc(16px * 1.125);
}
.topic-list {
  display: flex;
  margin: 0 - (10px) calc(10px * 3);
  flex-wrap: wrap;
}
.topic-list-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: calc(10px * 2);
}
@media (max-width: 768px) {
  .topic-list-item {
    width: 100%;
  }
}
.topic-list-item__title a {
  color: rgba(68, 68, 68, 1);
}
.topic-list-item__title a:hover {
  color: rgba(62, 166, 133, 1);
}
.topic-list-item__box {
  padding: calc(10px * 2);
  border: 1px solid #eceff1;
  border-radius: 10px;
}
.topic-header {
  display: flex;
  margin-bottom: calc(10px * 3);
  border-bottom: 1px solid #eceff1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topic-header__title {
  margin-bottom: 10px;
  font-size: calc(16px * 2);
}
.topic-header__title span {
  color: rgba(62, 166, 133, 1);
}
.topic-header__button {
  margin-bottom: 10px;
}
.topic-description {
  width: 100%;
  margin-bottom: 10px;
  color: #90a4ae;
}
.topic-controls {
  display: flex;
  margin-bottom: calc(10px * 3);
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.topic-filters__item {
  display: inline-block;
  margin-bottom: 10px;
}
.topic-controls__subscribe {
  display: flex;
  align-items: center;
}
.topic-controls__subscribe .meta {
  padding-right: 10px;
}
.post-list {
  margin-bottom: calc(10px * 5);
}
.post-list-item {
  padding-bottom: calc(10px * 1.5);
  margin-bottom: calc(10px * 3);
  border-bottom: 1px solid #eceff1;
}
@media (min-width: 769px) {
  .post-list-item {
    display: flex;
    justify-content: space-between;
  }
}
.post-list-item a {
  text-decoration: none;
}
.post-list-item__title {
  margin-bottom: calc(10px / 2);
  font-size: calc(16px * 1.375);
  color: rgba(62, 166, 133, 1);
}
.post-list-item__title a:hover {
  color: rgba(68, 68, 68, 1);
}
.post-list-item__col--side {
  flex-shrink: 0;
}
.post-info {
  display: inline-flex;
  color: #90a4ae;
}
@media (min-width: 769px) {
  .post-info {
    display: inline-block;
    min-width: 90px;
    padding: 6px 2px;
    margin-right: 0;
    margin-left: calc(10px / 3);
    line-height: 1.35;
    text-align: center;
    border: calc(1px * 2) solid #eceff1;
  }

  .post-info:after {
    display: none;
  }

  .post-info .post-info__count {
    display: block;
    font-size: 16px;
    color: rgba(68, 68, 68, 1);
  }
}
.post__text {
  margin-bottom: calc(10px * 3);
}
.post-callout {
  padding: 10px;
}
.post-callout__title {
  margin-bottom: calc(10px * 1.5);
  font-size: calc(16px * 1.625);
}
.post__header {
  position: relative;
  padding-bottom: calc(10px * 1.5);
  margin-bottom: calc(10px * 1.5);
  border-bottom: 1px solid #eceff1;
}
.post__title {
  margin-bottom: calc(10px * 2.5);
}
@media (max-width: 420px) {
  .post__title {
    font-size: calc(16px * 1.625);
  }
}
.post-status {
  display: inline-block;
  padding: 0 calc(10px / 2);
  font-size: calc(16px * 0.75);
  line-height: 1.5;
}
.post-status--answered {
  color: #ffffff;
  background-color: rgba(0, 195, 137, 1);
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.post-subscribe {
  margin-left: 10px;
}
.post-new {
  display: flex;
  padding: calc(10px * 1.5) 0;
  margin: calc(10px * 3) 0;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  justify-content: space-between;
  align-content: flex-start;
}
.post-new__title {
  margin-bottom: 0;
}
.post-new__button {
  margin-left: 10px;
  flex-shrink: 0;
}
.post__voting-and-actions,
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.post__voting-and-actions .vote--post,
.post__voting-and-actions .vote--comment,
.comment__voting-and-actions .vote--post,
.comment__voting-and-actions .vote--comment {
  display: flex;
  margin: 0;
  flex-direction: column;
}
.post__voting-and-actions .vote-control,
.post__voting-and-actions .dropdown-toggle,
.comment__voting-and-actions .vote-control,
.comment__voting-and-actions .dropdown-toggle {
  width: 24px;
  min-width: 0;
  height: 24px;
  padding: 0;
  line-height: 24px;
  text-align: center;
  border: none;
}
.post__voting-and-actions .vote-control--up,
.comment__voting-and-actions .vote-control--up {
  line-height: 20px;
}
.post__voting-and-actions .vote-sum,
.comment__voting-and-actions .vote-sum {
  text-align: center;
}
.post__voting-and-actions .dropdown-toggle {
  position: relative;
  margin-top: 10px;
  color: rgba(62, 166, 133, 1);
  text-indent: -9999px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.2s;
}
.comment__voting-and-actions .dropdown-toggle {
  position: relative;
  margin-top: 10px;
  color: rgba(62, 166, 133, 1);
  text-indent: -9999px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.2s;
}
.post__voting-and-actions .dropdown-toggle:after,
.comment__voting-and-actions .dropdown-toggle:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  line-height: 24px;
  text-align: center;
  text-indent: 0;
  content: '\f013';
}
.post__voting-and-actions .dropdown-toggle:hover {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.comment__voting-and-actions .dropdown-toggle:hover {
  color: #ffffff;
  background-color: rgba(62, 166, 133, 1);
}
.post__header .post__voting-and-actions {
  position: static;
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
  align-items: center;
}
.post__header .post__voting-and-actions .vote--post {
  flex-direction: row;
}
.post__header .post__voting-and-actions .vote-sum {
  margin: 0 calc(10px / 2);
}
.post__header .post__voting-and-actions .vote-control,
.post__header .post__voting-and-actions .dropdown-toggle {
  width: 28px;
  height: 28px;
}
.post__header .post__voting-and-actions .post__actions {
  margin-left: calc(10px / 2);
}
.post__header .post__voting-and-actions .post__actions .dropdown-toggle {
  display: block;
  margin-top: 0;
}
.post__header .post__voting-and-actions .post__actions .dropdown-toggle:after {
  line-height: 28px;
}
.post-share {
  margin-bottom: calc(10px * 3);
}
.new-community-post-page,
.new-request-page {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .new-community-post-page,
  .new-request-page {
    margin: auto;
  }
}
.new_community_post,
.new-request-form {
  margin-bottom: 0;
}
.new_community_post .form-field {
  margin-bottom: calc(10px * 2);
}
.new-request-form .form-field {
  margin-bottom: calc(10px * 2);
}
.new_community_post .form-field p {
  margin-top: calc(10px / 2);
  color: #90a4ae;
}
.new-request-form .form-field p {
  margin-top: calc(10px / 2);
  color: #90a4ae;
}
.new_community_post .form-field input,
.new_community_post .form-field textarea,
.new-request-form .form-field input,
.new-request-form .form-field textarea {
  width: 100%;
  height: 36px;
}
.new_community_post .form-field input,
.new-request-form .form-field input {
  line-height: 36px;
}
.new_community_post .form-field textarea,
.new-request-form .form-field textarea {
  min-height: 200px;
}
.new_community_post .form-field .upload-dropzone {
  position: relative;
  border-color: #eceff1;
  border-radius: 10px;
}
.new-request-form .form-field .upload-dropzone {
  position: relative;
  border-color: #eceff1;
  border-radius: 10px;
}
.new_community_post .form-field .upload-dropzone input[type='file'],
.new-request-form .form-field .upload-dropzone input[type='file'] {
  position: relative;
  z-index: 1;
  height: 80px;
  font-size: 16px;
  opacity: 0;
}
.new_community_post .form-field .upload-dropzone span,
.new-request-form .form-field .upload-dropzone span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.new_community_post .form-field .upload-dropzone span a {
  padding: 0 calc(10px / 2);
  font-size: inherit;
  color: rgba(62, 166, 133, 1);
}
.new-request-form .form-field .upload-dropzone span a {
  padding: 0 calc(10px / 2);
  font-size: inherit;
  color: rgba(62, 166, 133, 1);
}
.new_community_post label {
  display: inline-block;
  margin-bottom: calc(10px / 2);
  font-size: calc(16px * 1.125);
}
.new-request-form label {
  display: inline-block;
  margin-bottom: calc(10px / 2);
  font-size: calc(16px * 1.125);
}
#hc-wysiwyg {
  border-color: #eceff1;
  border-radius: 10px;
}
.article-page iframe {
  max-width: 100%;
}
.dias-loading {
  width: 32px;
}
.ch2-dialog,
.ch2-dialog-actions button {
  border-radius: 4px;
}


/* Häiriöbannerin testaus */
/* Full-width ribbon */

.notification-banner {
  padding: 0; /* ei ylimääräistä ylä/ala-tilaa */
}

/* Make the ribbon background full width */
.notification-banner__inner {
  border-radius: 0;       /* nauha, ei kortti */
  margin: 0;              /* ei keskitystä */
  max-width: none;        /* poistetaan kortin leveysrajoitus */
  padding: 12px 0;        /* nauhan korkeus */
}

/* Text */
.notification-banner__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;

  /* accessibility: improve readability on bright backgrounds */
  text-shadow: 0 1px 1px rgba(0,0,0,0.25);

  /* clamp height */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* Ensure text is centered inside the container area */
.notification-banner .container {
  text-align: center;
}

/* Links */
.notification-banner__text a {
  color: #ffffff;
  text-decoration: underline;
}

/* Variants */

/* Info / notice (warning color) */
.notification-banner__inner--info {
  background: #F59E0B;
  color: #ffffff;
}

/* Outage / error */
.notification-banner__inner--outage {
  background: #DC2626;
  color: #ffffff;
}


/* =========================================================
   DIAS – Perinteinen kaupanteko vs. DIAS-kauppa
   ========================================================= */

.dias-trade-comparison {
  --dtc-green: #00c389;
  --dtc-dark-green: #098666;
  --dtc-text: #444444;
  --dtc-muted: #5e6d75;
  --dtc-border: #e4e8eb;
  --dtc-background: #f8f8fd;
  --dtc-white: #ffffff;
  --dtc-pink: #ffbfdf;

  width: 100%;
  margin: 32px 0;
  color: var(--dtc-text);
}

.dias-trade-comparison,
.dias-trade-comparison * {
  box-sizing: border-box;
}

.dias-trade-comparison__inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}


/* ---------------------------------------------------------
   OTSIKKO
   --------------------------------------------------------- */

.dias-trade-comparison__eyebrow {
  margin: 0 0 10px;
  color: var(--dtc-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dias-trade-comparison__title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--dtc-text);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.dias-trade-comparison__intro {
  max-width: 560px;
  margin: 0 0 28px !important;
  color: var(--dtc-text);
  font-size: 15px;
  line-height: 1.6;
}


/* ---------------------------------------------------------
   PÄÄKORTTI
   --------------------------------------------------------- */

.dias-trade-comparison__card {
  width: 100%;
  padding: 24px 20px;
  background: var(--dtc-white);
  border: 1px solid var(--dtc-border);
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(68, 68, 68, 0.07);
}

.dias-trade-comparison__section-title {
  margin: 0 0 10px;
  color: var(--dtc-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.dias-trade-comparison__section-title--dias {
  margin-top: 4px;
  color: var(--dtc-dark-green);
}


/* ---------------------------------------------------------
   AIKAJANA
   --------------------------------------------------------- */

.dias-trade-comparison__track-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;

  margin: 0 0 8px;
  padding: 2px 0 6px;

  -webkit-overflow-scrolling: touch;
}

.dias-trade-comparison__track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;

  gap: 6px;

  width: max-content;
  min-width: 0;

  margin: 0 !important;
  padding: 0 !important;
}


/* ---------------------------------------------------------
   AIKAJANAN KLIKATTAVAT RUUDUT
   --------------------------------------------------------- */

.dias-trade-comparison__step {
  flex: 0 0 44px !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;

  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: var(--dtc-white);
  border: 1.5px solid var(--dtc-border);
  border-radius: 8px;

  color: var(--dtc-text) !important;
  font-size: 17px;
  line-height: 1;

  text-align: center;
  text-decoration: none !important;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.dias-trade-comparison__step:visited {
  color: var(--dtc-text) !important;
}

.dias-trade-comparison__step:hover {
  color: var(--dtc-text) !important;
  text-decoration: none !important;

  border-color: #b0bec4;

  transform: translateY(-1px);
}

.dias-trade-comparison__step:focus {
  color: var(--dtc-text) !important;
  text-decoration: none !important;

  outline: none;

  border-color: var(--dtc-dark-green);
  box-shadow: 0 0 0 3px rgba(9, 134, 102, 0.16);
}

.dias-trade-comparison__step--event {
  background: var(--dtc-white);
}

.dias-trade-comparison__step--prep {
  background: var(--dtc-background);
}

.dias-trade-comparison__step--gap {
  background: var(--dtc-background);
  border-style: dashed;
}

.dias-trade-comparison__step.is-active {
  border-color: var(--dtc-dark-green);
  box-shadow: inset 0 0 0 2px rgba(9, 134, 102, 0.08);
}


/* ---------------------------------------------------------
   AIKAJANAN APUTEKSTI
   --------------------------------------------------------- */

.dias-trade-comparison__hint {
  margin: 0 0 22px;
  color: var(--dtc-muted);
  font-size: 11.5px;
  line-height: 1.5;
}


/* ---------------------------------------------------------
   KLIKKAUKSESTA AVAUTUVA TEKSTI
   --------------------------------------------------------- */

.dias-trade-comparison__detail {
  width: 100%;
  min-height: 88px;

  margin: 0;
  padding: 16px;

  background: var(--dtc-background);
  border-radius: 12px;
}

.dias-trade-comparison__detail-title {
  margin: 0 0 6px;
  color: var(--dtc-text);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.4;
}

.dias-trade-comparison__detail-text {
  margin: 0 !important;
  color: var(--dtc-text);
  font-size: 13.5px;
  line-height: 1.6;
}

.dias-trade-comparison__detail-placeholder {
  margin: 0;
  color: var(--dtc-muted);
  font-size: 13.5px;
  line-height: 1.6;
}


/* ---------------------------------------------------------
   ALANOSTO
   --------------------------------------------------------- */

.dias-trade-comparison__summary {
  width: 100%;

  margin: 20px 0 0;
  padding: 20px;

  background: var(--dtc-pink);
  border-radius: 16px;
}

.dias-trade-comparison__summary-title {
  margin: 0 0 6px;

  color: var(--dtc-text);

  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.dias-trade-comparison__summary-text {
  margin: 0;

  color: var(--dtc-text);

  font-size: 14px;
  line-height: 1.6;
}


/* ---------------------------------------------------------
   MOBIILI
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .dias-trade-comparison {
    margin: 24px 0;
  }

  .dias-trade-comparison__title {
    font-size: 22px;
  }

  .dias-trade-comparison__intro {
    font-size: 14px;
  }

  .dias-trade-comparison__card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .dias-trade-comparison__summary {
    padding: 18px 16px;
  }

}