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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/****************** snapmaker theme start ******************/
/* brand color/Snapmaker black */
/* brand color/Tech blue */
/* brand color/Vibrant yellow */
@font-face {
  font-family: "iconfont";
  /* Project id 3001564 */
  src: url("/hc/theming_assets/01JAESE7ZS2BPK16NE22TSGBDH") format("woff2"), url("/hc/theming_assets/01JAESEG2Z9J5YH8VG2HDZSQAK") format("woff"), url("$assets-iconfont-tt") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #1f1f1f;
}

.big-title-1, .big-title-2, .title-1, .title-2, .title-3, .title-4 {
  letter-spacing: -0.015em;
}

/* adaptive title */
.big-title-1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 84px;
  line-height: 92px;
}

.big-title-2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 60px;
  line-height: 68px;
}

/* adaptive font */
.title-1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 44px;
  line-height: 56px;
}

.title-2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 36px;
  line-height: 44px;
}

.title-3 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 24px;
  line-height: 32px;
}

.title-4 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 18px;
  line-height: 24px;
}

/* normal font */
.font-1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 16px;
  line-height: 24px;
}

.font-2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 14px;
  line-height: 20px;
}

.font-3 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto;
  font-size: 12px;
  line-height: 20px;
}

.m-3xl {
  margin: 100px;
}

.m-2xl {
  margin: 68px;
}

.m-xl {
  margin: 44px;
}

.m-l {
  margin: 24px;
}

.m-m {
  margin: 16px;
}

.m-s {
  margin: 12px;
}

.m-xs {
  margin: 8px;
}

.m-2xs {
  margin: 4px;
}

.mx-3xl {
  margin-right: 100px;
  margin-left: 100px;
}

.mx-2xl {
  margin-right: 68px;
  margin-left: 68px;
}

.mx-xl {
  margin-right: 44px;
  margin-left: 44px;
}

.mx-l {
  margin-right: 24px;
  margin-left: 24px;
}

.mx-m {
  margin-right: 16px;
  margin-left: 16px;
}

.mx-s {
  margin-right: 12px;
  margin-left: 12px;
}

.mx-xs {
  margin-right: 8px;
  margin-left: 8px;
}

.mx-2xs {
  margin-right: 4px;
  margin-left: 4px;
}

.my-3xl {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-2xl {
  margin-top: 68px;
  margin-bottom: 68px;
}

.my-xl {
  margin-top: 44px;
  margin-bottom: 44px;
}

.my-l {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-m {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-s {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2xs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mt-3xl {
  margin-top: 100px;
}

.mt-2xl {
  margin-top: 68px;
}

.mt-xl {
  margin-top: 44px;
}

.mt-l {
  margin-top: 24px;
}

.mt-m {
  margin-top: 16px;
}

.mt-s {
  margin-top: 12px;
}

.mt-xs {
  margin-top: 8px;
}

.mt-2xs {
  margin-top: 4px;
}

.mb-3xl {
  margin-bottom: 100px;
}

.mb-2xl {
  margin-bottom: 68px;
}

.mb-xl {
  margin-bottom: 44px;
}

.mb-l {
  margin-bottom: 24px;
}

.mb-m {
  margin-bottom: 16px;
}

.mb-s {
  margin-bottom: 12px;
}

.mb-xs {
  margin-bottom: 8px;
}

.mb-2xs {
  margin-bottom: 4px;
}

.mr-3xl {
  margin-right: 100px;
}

.mr-2xl {
  margin-right: 68px;
}

.mr-xl {
  margin-right: 44px;
}

.mr-l {
  margin-right: 24px;
}

.mr-m {
  margin-right: 16px;
}

.mr-s {
  margin-right: 12px;
}

.mr-xs {
  margin-right: 8px;
}

.mr-2xs {
  margin-right: 4px;
}

.ml-3xl {
  margin-left: 100px;
}

.ml-2xl {
  margin-left: 68px;
}

.ml-xl {
  margin-left: 44px;
}

.ml-l {
  margin-left: 24px;
}

.ml-m {
  margin-left: 16px;
}

.ml-s {
  margin-left: 12px;
}

.ml-xs {
  margin-left: 8px;
}

.ml-2xs {
  margin-left: 4px;
}

.p-3xl {
  padding: 100px;
}

.p-2xl {
  padding: 68px;
}

.p-xl {
  padding: 44px;
}

.p-l {
  padding: 24px;
}

.p-m {
  padding: 16px;
}

.p-s {
  padding: 12px;
}

.p-xs {
  padding: 8px;
}

.p-2xs {
  padding: 4px;
}

.px-3xl {
  padding-right: 100px;
  padding-left: 100px;
}

.px-2xl {
  padding-right: 68px;
  padding-left: 68px;
}

.px-xl {
  padding-right: 44px;
  padding-left: 44px;
}

.px-l {
  padding-right: 24px;
  padding-left: 24px;
}

.px-m {
  padding-right: 16px;
  padding-left: 16px;
}

.px-s {
  padding-right: 12px;
  padding-left: 12px;
}

.px-xs {
  padding-right: 8px;
  padding-left: 8px;
}

.px-2xs {
  padding-right: 4px;
  padding-left: 4px;
}

.py-3xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-2xl {
  padding-top: 68px;
  padding-bottom: 68px;
}

.py-xl {
  padding-top: 44px;
  padding-bottom: 44px;
}

.py-l {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-m {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-s {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pt-3xl {
  padding-top: 100px;
}

.pt-2xl {
  padding-top: 68px;
}

.pt-xl {
  padding-top: 44px;
}

.pt-l {
  padding-top: 24px;
}

.pt-m {
  padding-top: 16px;
}

.pt-s {
  padding-top: 12px;
}

.pt-xs {
  padding-top: 8px;
}

.pt-2xs {
  padding-top: 4px;
}

.pb-3xl {
  padding-bottom: 100px;
}

.pb-2xl {
  padding-bottom: 68px;
}

.pb-xl {
  padding-bottom: 44px;
}

.pb-l {
  padding-bottom: 24px;
}

.pb-m {
  padding-bottom: 16px;
}

.pb-s {
  padding-bottom: 12px;
}

.pb-xs {
  padding-bottom: 8px;
}

.pb-2xs {
  padding-bottom: 4px;
}

.pr-3xl {
  padding-right: 100px;
}

.pr-2xl {
  padding-right: 68px;
}

.pr-xl {
  padding-right: 44px;
}

.pr-l {
  padding-right: 24px;
}

.pr-m {
  padding-right: 16px;
}

.pr-s {
  padding-right: 12px;
}

.pr-xs {
  padding-right: 8px;
}

.pr-2xs {
  padding-right: 4px;
}

.pl-3xl {
  padding-left: 100px;
}

.pl-2xl {
  padding-left: 68px;
}

.pl-xl {
  padding-left: 44px;
}

.pl-l {
  padding-left: 24px;
}

.pl-m {
  padding-left: 16px;
}

.pl-s {
  padding-left: 12px;
}

.pl-xs {
  padding-left: 8px;
}

.pl-2xs {
  padding-left: 4px;
}

@media (min-width: 1441px) and (max-width: 1921px) {
  .big-title-1 {
    font-size: 72px;
    line-height: 80px;
  }
  .big-title-2 {
    font-size: 52px;
    line-height: 60px;
  }
  /* adaptive font */
  .title-1 {
    font-size: 40px;
    line-height: 48px;
  }
  .title-2 {
    font-size: 32px;
    line-height: 40px;
  }
  .title-3 {
    font-size: 24px;
    line-height: 32px;
  }
  .title-4 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1441px) {
  .big-title-1 {
    font-size: 60px;
    line-height: 68px;
  }
  .big-title-2 {
    font-size: 44px;
    line-height: 56px;
  }
  /* adaptive font */
  .title-1 {
    font-size: 36px;
    line-height: 44px;
  }
  .title-2 {
    font-size: 28px;
    line-height: 36px;
  }
  .title-3 {
    font-size: 20px;
    line-height: 28px;
  }
  .title-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .m-3xl {
    margin: 80px;
  }
  .m-2xl {
    margin: 52px;
  }
  .m-xl {
    margin: 32px;
  }
  .m-l {
    margin: 24px;
  }
  .m-m {
    margin: 16px;
  }
  .m-s {
    margin: 12px;
  }
  .m-xs {
    margin: 8px;
  }
  .m-2xs {
    margin: 4px;
  }
  .mx-3xl {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mx-2xl {
    margin-right: 52px;
    margin-left: 52px;
  }
  .mx-xl {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mx-l {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mx-m {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mx-s {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mx-xs {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mx-2xs {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-3xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-2xl {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .my-l {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-m {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-s {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-xs {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-2xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mt-3xl {
    margin-top: 80px;
  }
  .mt-2xl {
    margin-top: 52px;
  }
  .mt-xl {
    margin-top: 32px;
  }
  .mt-l {
    margin-top: 24px;
  }
  .mt-m {
    margin-top: 16px;
  }
  .mt-s {
    margin-top: 12px;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mt-2xs {
    margin-top: 4px;
  }
  .mb-3xl {
    margin-bottom: 80px;
  }
  .mb-2xl {
    margin-bottom: 52px;
  }
  .mb-xl {
    margin-bottom: 32px;
  }
  .mb-l {
    margin-bottom: 24px;
  }
  .mb-m {
    margin-bottom: 16px;
  }
  .mb-s {
    margin-bottom: 12px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .mb-2xs {
    margin-bottom: 4px;
  }
  .mr-3xl {
    margin-right: 80px;
  }
  .mr-2xl {
    margin-right: 52px;
  }
  .mr-xl {
    margin-right: 32px;
  }
  .mr-l {
    margin-right: 24px;
  }
  .mr-m {
    margin-right: 16px;
  }
  .mr-s {
    margin-right: 12px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mr-2xs {
    margin-right: 4px;
  }
  .ml-3xl {
    margin-left: 80px;
  }
  .ml-2xl {
    margin-left: 52px;
  }
  .ml-xl {
    margin-left: 32px;
  }
  .ml-l {
    margin-left: 24px;
  }
  .ml-m {
    margin-left: 16px;
  }
  .ml-s {
    margin-left: 12px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .ml-2xs {
    margin-left: 4px;
  }
  .p-3xl {
    padding: 80px;
  }
  .p-2xl {
    padding: 52px;
  }
  .p-xl {
    padding: 32px;
  }
  .p-l {
    padding: 24px;
  }
  .p-m {
    padding: 16px;
  }
  .p-s {
    padding: 12px;
  }
  .p-xs {
    padding: 8px;
  }
  .p-2xs {
    padding: 4px;
  }
  .px-3xl {
    padding-right: 80px;
    padding-left: 80px;
  }
  .px-2xl {
    padding-right: 52px;
    padding-left: 52px;
  }
  .px-xl {
    padding-right: 32px;
    padding-left: 32px;
  }
  .px-l {
    padding-right: 24px;
    padding-left: 24px;
  }
  .px-m {
    padding-right: 16px;
    padding-left: 16px;
  }
  .px-s {
    padding-right: 12px;
    padding-left: 12px;
  }
  .px-xs {
    padding-right: 8px;
    padding-left: 8px;
  }
  .px-2xs {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-3xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-2xl {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-l {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-m {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-2xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pt-3xl {
    padding-top: 80px;
  }
  .pt-2xl {
    padding-top: 52px;
  }
  .pt-xl {
    padding-top: 32px;
  }
  .pt-l {
    padding-top: 24px;
  }
  .pt-m {
    padding-top: 16px;
  }
  .pt-s {
    padding-top: 12px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pt-2xs {
    padding-top: 4px;
  }
  .pb-3xl {
    padding-bottom: 80px;
  }
  .pb-2xl {
    padding-bottom: 52px;
  }
  .pb-xl {
    padding-bottom: 32px;
  }
  .pb-l {
    padding-bottom: 24px;
  }
  .pb-m {
    padding-bottom: 16px;
  }
  .pb-s {
    padding-bottom: 12px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pb-2xs {
    padding-bottom: 4px;
  }
  .pr-3xl {
    padding-right: 80px;
  }
  .pr-2xl {
    padding-right: 52px;
  }
  .pr-xl {
    padding-right: 32px;
  }
  .pr-l {
    padding-right: 24px;
  }
  .pr-m {
    padding-right: 16px;
  }
  .pr-s {
    padding-right: 12px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pr-2xs {
    padding-right: 4px;
  }
  .pl-3xl {
    padding-left: 80px;
  }
  .pl-2xl {
    padding-left: 52px;
  }
  .pl-xl {
    padding-left: 32px;
  }
  .pl-l {
    padding-left: 24px;
  }
  .pl-m {
    padding-left: 16px;
  }
  .pl-s {
    padding-left: 12px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pl-2xs {
    padding-left: 4px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .big-title-1 {
    font-size: 40px;
    line-height: 48px;
  }
  .big-title-2 {
    font-size: 36px;
    line-height: 44px;
  }
  .title-1 {
    font-size: 36px;
    line-height: 44px;
  }
  .title-2 {
    font-size: 28px;
    line-height: 36px;
  }
  .title-3 {
    font-size: 20px;
    line-height: 28px;
  }
  .title-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .m-3xl {
    margin: 60px;
  }
  .m-2xl {
    margin: 40px;
  }
  .m-xl {
    margin: 28px;
  }
  .m-l {
    margin: 24px;
  }
  .m-m {
    margin: 16px;
  }
  .m-s {
    margin: 12px;
  }
  .m-xs {
    margin: 8px;
  }
  .m-2xs {
    margin: 4px;
  }
  .mx-3xl {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mx-2xl {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-xl {
    margin-right: 28px;
    margin-left: 28px;
  }
  .mx-l {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mx-m {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mx-s {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mx-xs {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mx-2xs {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-3xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-2xl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-xl {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-l {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-m {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-s {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-xs {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-2xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mt-3xl {
    margin-top: 60px;
  }
  .mt-2xl {
    margin-top: 40px;
  }
  .mt-xl {
    margin-top: 28px;
  }
  .mt-l {
    margin-top: 24px;
  }
  .mt-m {
    margin-top: 16px;
  }
  .mt-s {
    margin-top: 12px;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mt-2xs {
    margin-top: 4px;
  }
  .mb-3xl {
    margin-bottom: 60px;
  }
  .mb-2xl {
    margin-bottom: 40px;
  }
  .mb-xl {
    margin-bottom: 28px;
  }
  .mb-l {
    margin-bottom: 24px;
  }
  .mb-m {
    margin-bottom: 16px;
  }
  .mb-s {
    margin-bottom: 12px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .mb-2xs {
    margin-bottom: 4px;
  }
  .mr-3xl {
    margin-right: 60px;
  }
  .mr-2xl {
    margin-right: 40px;
  }
  .mr-xl {
    margin-right: 28px;
  }
  .mr-l {
    margin-right: 24px;
  }
  .mr-m {
    margin-right: 16px;
  }
  .mr-s {
    margin-right: 12px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mr-2xs {
    margin-right: 4px;
  }
  .ml-3xl {
    margin-left: 60px;
  }
  .ml-2xl {
    margin-left: 40px;
  }
  .ml-xl {
    margin-left: 28px;
  }
  .ml-l {
    margin-left: 24px;
  }
  .ml-m {
    margin-left: 16px;
  }
  .ml-s {
    margin-left: 12px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .ml-2xs {
    margin-left: 4px;
  }
  .p-3xl {
    padding: 60px;
  }
  .p-2xl {
    padding: 40px;
  }
  .p-xl {
    padding: 28px;
  }
  .p-l {
    padding: 24px;
  }
  .p-m {
    padding: 16px;
  }
  .p-s {
    padding: 12px;
  }
  .p-xs {
    padding: 8px;
  }
  .p-2xs {
    padding: 4px;
  }
  .px-3xl {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-2xl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-xl {
    padding-right: 28px;
    padding-left: 28px;
  }
  .px-l {
    padding-right: 24px;
    padding-left: 24px;
  }
  .px-m {
    padding-right: 16px;
    padding-left: 16px;
  }
  .px-s {
    padding-right: 12px;
    padding-left: 12px;
  }
  .px-xs {
    padding-right: 8px;
    padding-left: 8px;
  }
  .px-2xs {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-3xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-2xl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-xl {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-l {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-m {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-2xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pt-3xl {
    padding-top: 60px;
  }
  .pt-2xl {
    padding-top: 40px;
  }
  .pt-xl {
    padding-top: 28px;
  }
  .pt-l {
    padding-top: 24px;
  }
  .pt-m {
    padding-top: 16px;
  }
  .pt-s {
    padding-top: 12px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pt-2xs {
    padding-top: 4px;
  }
  .pb-3xl {
    padding-bottom: 60px;
  }
  .pb-2xl {
    padding-bottom: 40px;
  }
  .pb-xl {
    padding-bottom: 28px;
  }
  .pb-l {
    padding-bottom: 24px;
  }
  .pb-m {
    padding-bottom: 16px;
  }
  .pb-s {
    padding-bottom: 12px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pb-2xs {
    padding-bottom: 4px;
  }
  .pr-3xl {
    padding-right: 60px;
  }
  .pr-2xl {
    padding-right: 40px;
  }
  .pr-xl {
    padding-right: 28px;
  }
  .pr-l {
    padding-right: 24px;
  }
  .pr-m {
    padding-right: 16px;
  }
  .pr-s {
    padding-right: 12px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pr-2xs {
    padding-right: 4px;
  }
  .pl-3xl {
    padding-left: 60px;
  }
  .pl-2xl {
    padding-left: 40px;
  }
  .pl-xl {
    padding-left: 28px;
  }
  .pl-l {
    padding-left: 24px;
  }
  .pl-m {
    padding-left: 16px;
  }
  .pl-s {
    padding-left: 12px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pl-2xs {
    padding-left: 4px;
  }
}

@media (min-width: 376px) and (max-width: 769px) {
  .big-title-1 {
    font-size: 40px;
    line-height: 48px;
  }
  .big-title-2 {
    font-size: 36px;
    line-height: 44px;
  }
  .title-1 {
    font-size: 28px;
    line-height: 36px;
  }
  .title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .title-3 {
    font-size: 20px;
    line-height: 28px;
  }
  .title-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .m-3xl {
    margin: 48px;
  }
  .m-2xl {
    margin: 36px;
  }
  .m-xl {
    margin: 28px;
  }
  .m-l {
    margin: 24px;
  }
  .m-m {
    margin: 16px;
  }
  .m-s {
    margin: 12px;
  }
  .m-xs {
    margin: 8px;
  }
  .m-2xs {
    margin: 4px;
  }
  .mx-3xl {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mx-2xl {
    margin-right: 36px;
    margin-left: 36px;
  }
  .mx-xl {
    margin-right: 28px;
    margin-left: 28px;
  }
  .mx-l {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mx-m {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mx-s {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mx-xs {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mx-2xs {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-3xl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .my-2xl {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-xl {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-l {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-m {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-s {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-xs {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-2xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mt-3xl {
    margin-top: 48px;
  }
  .mt-2xl {
    margin-top: 36px;
  }
  .mt-xl {
    margin-top: 28px;
  }
  .mt-l {
    margin-top: 24px;
  }
  .mt-m {
    margin-top: 16px;
  }
  .mt-s {
    margin-top: 12px;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mt-2xs {
    margin-top: 4px;
  }
  .mb-3xl {
    margin-bottom: 48px;
  }
  .mb-2xl {
    margin-bottom: 36px;
  }
  .mb-xl {
    margin-bottom: 28px;
  }
  .mb-l {
    margin-bottom: 24px;
  }
  .mb-m {
    margin-bottom: 16px;
  }
  .mb-s {
    margin-bottom: 12px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .mb-2xs {
    margin-bottom: 4px;
  }
  .mr-3xl {
    margin-right: 48px;
  }
  .mr-2xl {
    margin-right: 36px;
  }
  .mr-xl {
    margin-right: 28px;
  }
  .mr-l {
    margin-right: 24px;
  }
  .mr-m {
    margin-right: 16px;
  }
  .mr-s {
    margin-right: 12px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mr-2xs {
    margin-right: 4px;
  }
  .ml-3xl {
    margin-left: 48px;
  }
  .ml-2xl {
    margin-left: 36px;
  }
  .ml-xl {
    margin-left: 28px;
  }
  .ml-l {
    margin-left: 24px;
  }
  .ml-m {
    margin-left: 16px;
  }
  .ml-s {
    margin-left: 12px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .ml-2xs {
    margin-left: 4px;
  }
  .p-3xl {
    padding: 48px;
  }
  .p-2xl {
    padding: 36px;
  }
  .p-xl {
    padding: 28px;
  }
  .p-l {
    padding: 24px;
  }
  .p-m {
    padding: 16px;
  }
  .p-s {
    padding: 12px;
  }
  .p-xs {
    padding: 8px;
  }
  .p-2xs {
    padding: 4px;
  }
  .px-3xl {
    padding-right: 48px;
    padding-left: 48px;
  }
  .px-2xl {
    padding-right: 36px;
    padding-left: 36px;
  }
  .px-xl {
    padding-right: 28px;
    padding-left: 28px;
  }
  .px-l {
    padding-right: 24px;
    padding-left: 24px;
  }
  .px-m {
    padding-right: 16px;
    padding-left: 16px;
  }
  .px-s {
    padding-right: 12px;
    padding-left: 12px;
  }
  .px-xs {
    padding-right: 8px;
    padding-left: 8px;
  }
  .px-2xs {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-3xl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .py-2xl {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-xl {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-l {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-m {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-2xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pt-3xl {
    padding-top: 48px;
  }
  .pt-2xl {
    padding-top: 36px;
  }
  .pt-xl {
    padding-top: 28px;
  }
  .pt-l {
    padding-top: 24px;
  }
  .pt-m {
    padding-top: 16px;
  }
  .pt-s {
    padding-top: 12px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pt-2xs {
    padding-top: 4px;
  }
  .pb-3xl {
    padding-bottom: 48px;
  }
  .pb-2xl {
    padding-bottom: 36px;
  }
  .pb-xl {
    padding-bottom: 28px;
  }
  .pb-l {
    padding-bottom: 24px;
  }
  .pb-m {
    padding-bottom: 16px;
  }
  .pb-s {
    padding-bottom: 12px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pb-2xs {
    padding-bottom: 4px;
  }
  .pr-3xl {
    padding-right: 48px;
  }
  .pr-2xl {
    padding-right: 36px;
  }
  .pr-xl {
    padding-right: 28px;
  }
  .pr-l {
    padding-right: 24px;
  }
  .pr-m {
    padding-right: 16px;
  }
  .pr-s {
    padding-right: 12px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pr-2xs {
    padding-right: 4px;
  }
  .pl-3xl {
    padding-left: 48px;
  }
  .pl-2xl {
    padding-left: 36px;
  }
  .pl-xl {
    padding-left: 28px;
  }
  .pl-l {
    padding-left: 24px;
  }
  .pl-m {
    padding-left: 16px;
  }
  .pl-s {
    padding-left: 12px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pl-2xs {
    padding-left: 4px;
  }
}

@media (max-width: 376px) {
  .big-title-1 {
    font-size: 40px;
    line-height: 48px;
  }
  .big-title-2 {
    font-size: 36px;
    line-height: 44px;
  }
  .title-1 {
    font-size: 28px;
    line-height: 36px;
  }
  .title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .title-3 {
    font-size: 20px;
    line-height: 28px;
  }
  .title-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .m-3xl {
    margin: 40px;
  }
  .m-2xl {
    margin: 36px;
  }
  .m-xl {
    margin: 28px;
  }
  .m-l {
    margin: 24px;
  }
  .m-m {
    margin: 16px;
  }
  .m-s {
    margin: 12px;
  }
  .m-xs {
    margin: 8px;
  }
  .m-2xs {
    margin: 4px;
  }
  .mx-3xl {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-2xl {
    margin-right: 36px;
    margin-left: 36px;
  }
  .mx-xl {
    margin-right: 28px;
    margin-left: 28px;
  }
  .mx-l {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mx-m {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mx-s {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mx-xs {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mx-2xs {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-3xl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-2xl {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-xl {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-l {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-m {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-s {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-xs {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-2xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mt-3xl {
    margin-top: 40px;
  }
  .mt-2xl {
    margin-top: 36px;
  }
  .mt-xl {
    margin-top: 28px;
  }
  .mt-l {
    margin-top: 24px;
  }
  .mt-m {
    margin-top: 16px;
  }
  .mt-s {
    margin-top: 12px;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mt-2xs {
    margin-top: 4px;
  }
  .mb-3xl {
    margin-bottom: 40px;
  }
  .mb-2xl {
    margin-bottom: 36px;
  }
  .mb-xl {
    margin-bottom: 28px;
  }
  .mb-l {
    margin-bottom: 24px;
  }
  .mb-m {
    margin-bottom: 16px;
  }
  .mb-s {
    margin-bottom: 12px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .mb-2xs {
    margin-bottom: 4px;
  }
  .mr-3xl {
    margin-right: 40px;
  }
  .mr-2xl {
    margin-right: 36px;
  }
  .mr-xl {
    margin-right: 28px;
  }
  .mr-l {
    margin-right: 24px;
  }
  .mr-m {
    margin-right: 16px;
  }
  .mr-s {
    margin-right: 12px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mr-2xs {
    margin-right: 4px;
  }
  .ml-3xl {
    margin-left: 40px;
  }
  .ml-2xl {
    margin-left: 36px;
  }
  .ml-xl {
    margin-left: 28px;
  }
  .ml-l {
    margin-left: 24px;
  }
  .ml-m {
    margin-left: 16px;
  }
  .ml-s {
    margin-left: 12px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .ml-2xs {
    margin-left: 4px;
  }
  .p-3xl {
    padding: 40px;
  }
  .p-2xl {
    padding: 36px;
  }
  .p-xl {
    padding: 28px;
  }
  .p-l {
    padding: 24px;
  }
  .p-m {
    padding: 16px;
  }
  .p-s {
    padding: 12px;
  }
  .p-xs {
    padding: 8px;
  }
  .p-2xs {
    padding: 4px;
  }
  .px-3xl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-2xl {
    padding-right: 36px;
    padding-left: 36px;
  }
  .px-xl {
    padding-right: 28px;
    padding-left: 28px;
  }
  .px-l {
    padding-right: 24px;
    padding-left: 24px;
  }
  .px-m {
    padding-right: 16px;
    padding-left: 16px;
  }
  .px-s {
    padding-right: 12px;
    padding-left: 12px;
  }
  .px-xs {
    padding-right: 8px;
    padding-left: 8px;
  }
  .px-2xs {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-3xl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-2xl {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-xl {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-l {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-m {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-2xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pt-3xl {
    padding-top: 40px;
  }
  .pt-2xl {
    padding-top: 36px;
  }
  .pt-xl {
    padding-top: 28px;
  }
  .pt-l {
    padding-top: 24px;
  }
  .pt-m {
    padding-top: 16px;
  }
  .pt-s {
    padding-top: 12px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pt-2xs {
    padding-top: 4px;
  }
  .pb-3xl {
    padding-bottom: 40px;
  }
  .pb-2xl {
    padding-bottom: 36px;
  }
  .pb-xl {
    padding-bottom: 28px;
  }
  .pb-l {
    padding-bottom: 24px;
  }
  .pb-m {
    padding-bottom: 16px;
  }
  .pb-s {
    padding-bottom: 12px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pb-2xs {
    padding-bottom: 4px;
  }
  .pr-3xl {
    padding-right: 40px;
  }
  .pr-2xl {
    padding-right: 36px;
  }
  .pr-xl {
    padding-right: 28px;
  }
  .pr-l {
    padding-right: 24px;
  }
  .pr-m {
    padding-right: 16px;
  }
  .pr-s {
    padding-right: 12px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pr-2xs {
    padding-right: 4px;
  }
  .pl-3xl {
    padding-left: 40px;
  }
  .pl-2xl {
    padding-left: 36px;
  }
  .pl-xl {
    padding-left: 28px;
  }
  .pl-l {
    padding-left: 24px;
  }
  .pl-m {
    padding-left: 16px;
  }
  .pl-s {
    padding-left: 12px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pl-2xs {
    padding-left: 4px;
  }
}

.snmk-primary-btn, .snmk-btn, .follow-btn button, .snmk-link-btn, .snmk-float-btn {
  display: inline-block;
  position: relative;
  min-width: 9em;
  padding: 1em 2em;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  border-radius: 42px;
}

.snmk-primary-btn {
  background-color: #0C63E2;
  color: #fff;
}

.snmk-primary-btn:hover, .snmk-primary-btn:active {
  background-color: #0A4FB5;
}

.snmk-primary-btn:disabled {
  color: #fff;
  background-color: #c2c2c2;
  cursor: not-allowed;
}

.snmk-btn, .follow-btn button {
  color: #0C63E2;
  background-color: white;
  border: #0C63E2 1px solid;
}

.snmk-btn:hover, .follow-btn button:hover, .snmk-btn:active, .follow-btn button:active {
  background-color: rgba(12, 99, 226, 0.2);
  border: 1px solid #0C63E2;
  text-decoration: none;
}

.snmk-btn:disabled, .follow-btn button:disabled {
  color: #c2c2c2;
  background-color: white;
  border: #c2c2c2 1px solid;
  cursor: not-allowed;
}

.snmk-float-btn {
  color: #0C63E2;
  background-color: white;
  border: #0C63E2 1px solid;
}

.snmk-float-btn:hover, .snmk-float-btn:active {
  border: #0A4FB5 1px solid;
  color: #0A4FB5;
}

.snmk-float-btn:disabled {
  color: #c2c2c2;
  background-color: white;
  border: #c2c2c2 1px solid;
  cursor: not-allowed;
}

.snmk-link {
  position: relative;
  border: none;
  cursor: pointer;
  color: #1f1f1f;
  border-radius: 0;
}

.snmk-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1f1f1f;
}

.snmk-link:hover, .snmk-link:active {
  color: #0C63E2;
}

.snmk-link:hover::after, .snmk-link:active::after {
  background-color: #0C63E2;
}

.snmk-link[disabled] {
  color: #c2c2c2;
  cursor: not-allowed;
}

.snmk-link-btn {
  min-width: 0;
  padding: 0;
  color: #1f1f1f;
  border-radius: 0;
}

.snmk-link-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #0C63E2;
  transition: all 0.3s ease-in-out;
}

.snmk-link-btn:hover {
  color: #0C63E2;
}

.snmk-link-btn:hover::after {
  width: 100%;
}

.snmk-link-btn:disabled {
  color: #c2c2c2;
  background-color: white;
  cursor: not-allowed;
}

.snmk-link-btn:disabled:hover::after {
  width: 0;
}

@media (min-width: 1025px) {
  .not-pc {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .only-mob {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .only-pc {
    display: none !important;
  }
  .not-tablet {
    display: none !important;
  }
  .only-mob {
    display: none !important;
  }
}

@media (max-width: 769px) {
  .only-pc {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .not-mob {
    display: none !important;
  }
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50;
}

.bg-white {
  background-color: white;
}

.c-yellow {
  color: #F5CE00;
}

.c-black {
  color: #1C1E20;
}

.c-blue {
  color: #0C63E2;
}

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

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

.horizontal-center {
  display: flex;
  justify-content: center;
}

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

.bold {
  font-weight: bold;
}

.body-no-scroll {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.font-blue {
  color: #0C63E2;
}

.font-bw-1 {
  color: #1f1f1f;
}

.font-bw-2 {
  color: #5c5c5c;
}

.font-bw-3 {
  color: #999;
}

.font-bw-4 {
  color: #c2c2c2;
}

.font-bw-5 {
  color: #d6d6d6;
}

.font-bw-6 {
  color: #e0e0e0;
}

.font-bw-7 {
  color: #ebebeb;
}

.font-bw-8 {
  color: #f5f5f5;
}

.bg-bw-1 {
  background-color: #1f1f1f;
}

.bg-bw-2 {
  background-color: #5c5c5c;
}

.bg-bw-3 {
  background-color: #999;
}

.bg-bw-4 {
  background-color: #c2c2c2;
}

.bg-bw-5 {
  background-color: #d6d6d6;
}

.bg-bw-6 {
  background-color: #e0e0e0;
}

.bg-bw-7 {
  background-color: #ebebeb;
}

.bg-bw-8 {
  background-color: #f5f5f5;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.display-flex {
  display: flex;
}

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

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

.flex-spacebetween {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .snmk-container {
    display: flex;
    justify-content: start;
    margin: 0 84px;
    flex-wrap: wrap;
  }
  .snmk-col-1,
.snmk-col-2,
.snmk-col-3,
.snmk-col-4,
.snmk-col-5,
.snmk-col-6,
.snmk-col-7,
.snmk-col-8,
.snmk-col-9,
.snmk-col-10,
.snmk-col-11,
.snmk-col-12 {
    margin: 0 12px;
  }
  .snmk-col-1 {
    width: calc(8.3333333333% - 24px);
  }
  .snmk-col-2 {
    width: calc(2 * 8.3333333333% - 24px);
  }
  .snmk-col-3 {
    width: calc(3 * 8.3333333333% - 24px);
  }
  .snmk-col-4 {
    width: calc(4 * 8.3333333333% - 24px);
  }
  .snmk-col-5 {
    width: calc(5 * 8.3333333333% - 24px);
  }
  .snmk-col-6 {
    width: calc(6 * 8.3333333333% - 24px);
  }
  .snmk-col-7 {
    width: calc(7 * 8.3333333333% - 24px);
  }
  .snmk-col-8 {
    width: calc(8 * 8.3333333333% - 24px);
  }
  .snmk-col-9 {
    width: calc(9 * 8.3333333333% - 24px);
  }
  .snmk-col-10 {
    width: calc(10 * 8.3333333333% - 24px);
  }
  .snmk-col-11 {
    width: calc(11 * 8.3333333333% - 24px);
  }
  .snmk-col-12 {
    width: calc(12 * 8.3333333333% - 24px);
  }
  .snmk-col-offset-1 {
    margin-left: calc(8.3333333333%*1 + 12px);
  }
  .snmk-col-offset-2 {
    margin-left: calc(8.3333333333%*2 + 12px);
  }
  .snmk-col-offset-3 {
    margin-left: calc(8.3333333333%*3 + 12px);
  }
  .snmk-col-offset-4 {
    margin-left: calc(8.3333333333%*4 + 12px);
  }
  .snmk-col-offset-5 {
    margin-left: calc(8.3333333333%*5 + 12px);
  }
  .snmk-col-offset-6 {
    margin-left: calc(8.3333333333%*6 + 12px);
  }
  .snmk-col-offset-7 {
    margin-left: calc(8.3333333333%*7 + 12px);
  }
  .snmk-col-offset-8 {
    margin-left: calc(8.3333333333%*8 + 12px);
  }
  .snmk-col-offset-9 {
    margin-left: calc(8.3333333333%*9 + 12px);
  }
  .snmk-col-offset-10 {
    margin-left: calc(8.3333333333%*10 + 12px);
  }
  .snmk-col-offset-11 {
    margin-left: calc(8.3333333333%*11 + 12px);
  }
  .snmk-col-offset-12 {
    margin-left: calc(8.3333333333%*12 + 12px);
  }
}

@media (min-width: 2561px) {
  .snmk-container {
    max-width: calc(2561px - 1px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1025px) and (max-width: 1441px) {
  .snmk-container {
    display: flex;
    margin: 0 52px;
    flex-wrap: wrap;
  }
  .snmk-col-l-1,
.snmk-col-l-2,
.snmk-col-l-3,
.snmk-col-l-4,
.snmk-col-l-5,
.snmk-col-l-6,
.snmk-col-l-7,
.snmk-col-l-8,
.snmk-col-l-9,
.snmk-col-l-10,
.snmk-col-l-11,
.snmk-col-l-12 {
    margin: 0 8px;
  }
  .snmk-col-l-1 {
    width: calc(8.3333333333% - 16px);
  }
  .snmk-col-l-2 {
    width: calc(2 * 8.3333333333% - 16px);
  }
  .snmk-col-l-3 {
    width: calc(3 * 8.3333333333% - 16px);
  }
  .snmk-col-l-4 {
    width: calc(4 * 8.3333333333% - 16px);
  }
  .snmk-col-l-5 {
    width: calc(5 * 8.3333333333% - 16px);
  }
  .snmk-col-l-6 {
    width: calc(6 * 8.3333333333% - 16px);
  }
  .snmk-col-l-7 {
    width: calc(7 * 8.3333333333% - 16px);
  }
  .snmk-col-l-8 {
    width: calc(8 * 8.3333333333% - 16px);
  }
  .snmk-col-l-9 {
    width: calc(9 * 8.3333333333% - 16px);
  }
  .snmk-col-l-10 {
    width: calc(10 * 8.3333333333% - 16px);
  }
  .snmk-col-l-11 {
    width: calc(11 * 8.3333333333% - 16px);
  }
  .snmk-col-l-12 {
    width: calc(12 * 8.3333333333% - 16px);
  }
  .snmk-col-l-offset-1 {
    margin-left: calc(8.3333333333%*1 + 8px);
  }
  .snmk-col-l-offset-2 {
    margin-left: calc(8.3333333333%*2 + 8px);
  }
  .snmk-col-l-offset-3 {
    margin-left: calc(8.3333333333%*3 + 8px);
  }
  .snmk-col-l-offset-4 {
    margin-left: calc(8.3333333333%*4 + 8px);
  }
  .snmk-col-l-offset-5 {
    margin-left: calc(8.3333333333%*5 + 8px);
  }
  .snmk-col-l-offset-6 {
    margin-left: calc(8.3333333333%*6 + 8px);
  }
  .snmk-col-l-offset-7 {
    margin-left: calc(8.3333333333%*7 + 8px);
  }
  .snmk-col-l-offset-8 {
    margin-left: calc(8.3333333333%*8 + 8px);
  }
  .snmk-col-l-offset-9 {
    margin-left: calc(8.3333333333%*9 + 8px);
  }
  .snmk-col-l-offset-10 {
    margin-left: calc(8.3333333333%*10 + 8px);
  }
  .snmk-col-l-offset-11 {
    margin-left: calc(8.3333333333%*11 + 8px);
  }
  .snmk-col-l-offset-12 {
    margin-left: calc(8.3333333333%*12 + 8px);
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .snmk-container {
    display: flex;
    margin: 0 32px;
    flex-wrap: wrap;
  }
  .snmk-col-m-1,
.snmk-col-m-2,
.snmk-col-m-3,
.snmk-col-m-4,
.snmk-col-m-5,
.snmk-col-m-6,
.snmk-col-m-7,
.snmk-col-m-8 {
    margin: 0 8px;
  }
  .snmk-col-m-1 {
    width: calc(12.5% - 16px);
  }
  .snmk-col-m-2 {
    width: calc(2 * 12.5% - 16px);
  }
  .snmk-col-m-3 {
    width: calc(3 * 12.5% - 16px);
  }
  .snmk-col-m-4 {
    width: calc(4 * 12.5% - 16px);
  }
  .snmk-col-m-5 {
    width: calc(5 * 12.5% - 16px);
  }
  .snmk-col-m-6 {
    width: calc(6 * 12.5% - 16px);
  }
  .snmk-col-m-7 {
    width: calc(7 * 12.5% - 16px);
  }
  .snmk-col-m-8 {
    width: calc(8 * 12.5% - 16px);
  }
  .snmk-col-m-offset-1 {
    margin-left: calc(12.5%*1 + 8px);
  }
  .snmk-col-m-offset-2 {
    margin-left: calc(12.5%*2 + 8px);
  }
  .snmk-col-m-offset-3 {
    margin-left: calc(12.5%*3 + 8px);
  }
  .snmk-col-m-offset-4 {
    margin-left: calc(12.5%*4 + 8px);
  }
  .snmk-col-m-offset-5 {
    margin-left: calc(12.5%*5 + 8px);
  }
  .snmk-col-m-offset-6 {
    margin-left: calc(12.5%*6 + 8px);
  }
  .snmk-col-m-offset-7 {
    margin-left: calc(12.5%*7 + 8px);
  }
  .snmk-col-m-offset-8 {
    margin-left: calc(12.5%*8 + 8px);
  }
}

@media (min-width: 376px) and (max-width: 769px) {
  .snmk-container {
    display: flex;
    margin: 0 16px;
    flex-wrap: wrap;
  }
  .snmk-col-s-1,
.snmk-col-s-2,
.snmk-col-s-3,
.snmk-col-s-4 {
    margin: 0 8px;
  }
  .snmk-col-s-1 {
    width: calc(25% - 16px);
  }
  .snmk-col-s-2 {
    width: calc(2 * 25% - 16px);
  }
  .snmk-col-s-3 {
    width: calc(3 * 25% - 16px);
  }
  .snmk-col-s-4 {
    width: calc(4 * 25% - 16px);
  }
  .snmk-col-s-offset-1 {
    margin-left: calc(25%*1 + 8px);
  }
  .snmk-col-s-offset-2 {
    margin-left: calc(25%*2 + 8px);
  }
  .snmk-col-s-offset-3 {
    margin-left: calc(25%*3 + 8px);
  }
  .snmk-col-s-offset-4 {
    margin-left: calc(25%*4 + 8px);
  }
}

@media (max-width: 376px) {
  .snmk-container {
    display: flex;
    margin: 0 8px;
    flex-wrap: wrap;
  }
  .snmk-col-xs-1,
.snmk-col-xs-2,
.snmk-col-xs-3,
.snmk-col-xs-4 {
    margin: 0 8px;
  }
  .snmk-col-xs-1 {
    width: calc(25% - 16px);
  }
  .snmk-col-xs-2 {
    width: calc(2 * 25% - 16px);
  }
  .snmk-col-xs-3 {
    width: calc(3 * 25% - 16px);
  }
  .snmk-col-xs-4 {
    width: calc(4 * 25% - 16px);
  }
  .snmk-col-xs-offset-1 {
    margin-left: calc(25%*1 + 8px);
  }
  .snmk-col-xs-offset-2 {
    margin-left: calc(25%*2 + 8px);
  }
  .snmk-col-xs-offset-3 {
    margin-left: calc(25%*3 + 8px);
  }
  .snmk-col-xs-offset-4 {
    margin-left: calc(25%*4 + 8px);
  }
}

/****************** snapmaker theme end ******************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before, .fa-glass.notification-inline.notification-error::before {
  content: "";
}

.fa-music:before, .fa-music.notification-inline.notification-error::before {
  content: "";
}

.fa-search:before, .fa-search.notification-inline.notification-error::before {
  content: "";
}

.fa-envelope-o:before, .fa-envelope-o.notification-inline.notification-error::before {
  content: "";
}

.fa-heart:before, .fa-heart.notification-inline.notification-error::before {
  content: "";
}

.fa-star:before, .fa-star.notification-inline.notification-error::before {
  content: "";
}

.fa-star-o:before, .fa-star-o.notification-inline.notification-error::before {
  content: "";
}

.fa-user:before, .fa-user.notification-inline.notification-error::before {
  content: "";
}

.fa-film:before, .fa-film.notification-inline.notification-error::before {
  content: "";
}

.fa-th-large:before, .fa-th-large.notification-inline.notification-error::before {
  content: "";
}

.fa-th:before, .fa-th.notification-inline.notification-error::before {
  content: "";
}

.fa-th-list:before, .fa-th-list.notification-inline.notification-error::before {
  content: "";
}

.fa-check:before, .fa-check.notification-inline.notification-error::before {
  content: "";
}

.fa-remove:before, .fa-remove.notification-inline.notification-error::before,
.fa-close:before,
.fa-close.notification-inline.notification-error::before,
.fa-times:before,
.fa-times.notification-inline.notification-error::before {
  content: "";
}

.fa-search-plus:before, .fa-search-plus.notification-inline.notification-error::before {
  content: "";
}

.fa-search-minus:before, .fa-search-minus.notification-inline.notification-error::before {
  content: "";
}

.fa-power-off:before, .fa-power-off.notification-inline.notification-error::before {
  content: "";
}

.fa-signal:before, .fa-signal.notification-inline.notification-error::before {
  content: "";
}

.fa-gear:before, .fa-gear.notification-inline.notification-error::before,
.fa-cog:before,
.fa-cog.notification-inline.notification-error::before {
  content: "";
}

.fa-trash-o:before, .fa-trash-o.notification-inline.notification-error::before {
  content: "";
}

.fa-home:before, .fa-home.notification-inline.notification-error::before {
  content: "";
}

.fa-file-o:before, .fa-file-o.notification-inline.notification-error::before {
  content: "";
}

.fa-clock-o:before, .fa-clock-o.notification-inline.notification-error::before {
  content: "";
}

.fa-road:before, .fa-road.notification-inline.notification-error::before {
  content: "";
}

.fa-download:before, .fa-download.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-o-down:before, .fa-arrow-circle-o-down.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-o-up:before, .fa-arrow-circle-o-up.notification-inline.notification-error::before {
  content: "";
}

.fa-inbox:before, .fa-inbox.notification-inline.notification-error::before {
  content: "";
}

.fa-play-circle-o:before, .fa-play-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-rotate-right:before, .fa-rotate-right.notification-inline.notification-error::before,
.fa-repeat:before,
.fa-repeat.notification-inline.notification-error::before {
  content: "";
}

.fa-refresh:before, .fa-refresh.notification-inline.notification-error::before {
  content: "";
}

.fa-list-alt:before, .fa-list-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-lock:before, .fa-lock.notification-inline.notification-error::before {
  content: "";
}

.fa-flag:before, .fa-flag.notification-inline.notification-error::before {
  content: "";
}

.fa-headphones:before, .fa-headphones.notification-inline.notification-error::before {
  content: "";
}

.fa-volume-off:before, .fa-volume-off.notification-inline.notification-error::before {
  content: "";
}

.fa-volume-down:before, .fa-volume-down.notification-inline.notification-error::before {
  content: "";
}

.fa-volume-up:before, .fa-volume-up.notification-inline.notification-error::before {
  content: "";
}

.fa-qrcode:before, .fa-qrcode.notification-inline.notification-error::before {
  content: "";
}

.fa-barcode:before, .fa-barcode.notification-inline.notification-error::before {
  content: "";
}

.fa-tag:before, .fa-tag.notification-inline.notification-error::before {
  content: "";
}

.fa-tags:before, .fa-tags.notification-inline.notification-error::before {
  content: "";
}

.fa-book:before, .fa-book.notification-inline.notification-error::before {
  content: "";
}

.fa-bookmark:before, .fa-bookmark.notification-inline.notification-error::before {
  content: "";
}

.fa-print:before, .fa-print.notification-inline.notification-error::before {
  content: "";
}

.fa-camera:before, .fa-camera.notification-inline.notification-error::before {
  content: "";
}

.fa-font:before, .fa-font.notification-inline.notification-error::before {
  content: "";
}

.fa-bold:before, .fa-bold.notification-inline.notification-error::before {
  content: "";
}

.fa-italic:before, .fa-italic.notification-inline.notification-error::before {
  content: "";
}

.fa-text-height:before, .fa-text-height.notification-inline.notification-error::before {
  content: "";
}

.fa-text-width:before, .fa-text-width.notification-inline.notification-error::before {
  content: "";
}

.fa-align-left:before, .fa-align-left.notification-inline.notification-error::before {
  content: "";
}

.fa-align-center:before, .fa-align-center.notification-inline.notification-error::before {
  content: "";
}

.fa-align-right:before, .fa-align-right.notification-inline.notification-error::before {
  content: "";
}

.fa-align-justify:before, .fa-align-justify.notification-inline.notification-error::before {
  content: "";
}

.fa-list:before, .fa-list.notification-inline.notification-error::before {
  content: "";
}

.fa-dedent:before, .fa-dedent.notification-inline.notification-error::before,
.fa-outdent:before,
.fa-outdent.notification-inline.notification-error::before {
  content: "";
}

.fa-indent:before, .fa-indent.notification-inline.notification-error::before {
  content: "";
}

.fa-video-camera:before, .fa-video-camera.notification-inline.notification-error::before {
  content: "";
}

.fa-photo:before, .fa-photo.notification-inline.notification-error::before,
.fa-image:before,
.fa-image.notification-inline.notification-error::before,
.fa-picture-o:before,
.fa-picture-o.notification-inline.notification-error::before {
  content: "";
}

.fa-pencil:before, .fa-pencil.notification-inline.notification-error::before {
  content: "";
}

.fa-map-marker:before, .fa-map-marker.notification-inline.notification-error::before {
  content: "";
}

.fa-adjust:before, .fa-adjust.notification-inline.notification-error::before {
  content: "";
}

.fa-tint:before, .fa-tint.notification-inline.notification-error::before {
  content: "";
}

.fa-edit:before, .fa-edit.notification-inline.notification-error::before,
.fa-pencil-square-o:before,
.fa-pencil-square-o.notification-inline.notification-error::before {
  content: "";
}

.fa-share-square-o:before, .fa-share-square-o.notification-inline.notification-error::before {
  content: "";
}

.fa-check-square-o:before, .fa-check-square-o.notification-inline.notification-error::before {
  content: "";
}

.fa-arrows:before, .fa-arrows.notification-inline.notification-error::before {
  content: "";
}

.fa-step-backward:before, .fa-step-backward.notification-inline.notification-error::before {
  content: "";
}

.fa-fast-backward:before, .fa-fast-backward.notification-inline.notification-error::before {
  content: "";
}

.fa-backward:before, .fa-backward.notification-inline.notification-error::before {
  content: "";
}

.fa-play:before, .fa-play.notification-inline.notification-error::before {
  content: "";
}

.fa-pause:before, .fa-pause.notification-inline.notification-error::before {
  content: "";
}

.fa-stop:before, .fa-stop.notification-inline.notification-error::before {
  content: "";
}

.fa-forward:before, .fa-forward.notification-inline.notification-error::before {
  content: "";
}

.fa-fast-forward:before, .fa-fast-forward.notification-inline.notification-error::before {
  content: "";
}

.fa-step-forward:before, .fa-step-forward.notification-inline.notification-error::before {
  content: "";
}

.fa-eject:before, .fa-eject.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-left:before, .fa-chevron-left.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-right:before, .fa-chevron-right.notification-inline.notification-error::before {
  content: "";
}

.fa-plus-circle:before, .fa-plus-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-minus-circle:before, .fa-minus-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-times-circle:before, .fa-times-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-check-circle:before, .fa-check-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-question-circle:before, .fa-question-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-info-circle:before, .fa-info-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-crosshairs:before, .fa-crosshairs.notification-inline.notification-error::before {
  content: "";
}

.fa-times-circle-o:before, .fa-times-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-check-circle-o:before, .fa-check-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-ban:before, .fa-ban.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-left:before, .fa-arrow-left.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-right:before, .fa-arrow-right.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-up:before, .fa-arrow-up.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-down:before, .fa-arrow-down.notification-inline.notification-error::before {
  content: "";
}

.fa-mail-forward:before, .fa-mail-forward.notification-inline.notification-error::before,
.fa-share:before,
.fa-share.notification-inline.notification-error::before {
  content: "";
}

.fa-expand:before, .fa-expand.notification-inline.notification-error::before {
  content: "";
}

.fa-compress:before, .fa-compress.notification-inline.notification-error::before {
  content: "";
}

.fa-plus:before, .fa-plus.notification-inline.notification-error::before {
  content: "";
}

.fa-minus:before, .fa-minus.notification-inline.notification-error::before {
  content: "";
}

.fa-asterisk:before, .fa-asterisk.notification-inline.notification-error::before {
  content: "";
}

.fa-exclamation-circle:before, .fa-exclamation-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-gift:before, .fa-gift.notification-inline.notification-error::before {
  content: "";
}

.fa-leaf:before, .fa-leaf.notification-inline.notification-error::before {
  content: "";
}

.fa-fire:before, .fa-fire.notification-inline.notification-error::before {
  content: "";
}

.fa-eye:before, .fa-eye.notification-inline.notification-error::before {
  content: "";
}

.fa-eye-slash:before, .fa-eye-slash.notification-inline.notification-error::before {
  content: "";
}

.fa-warning:before, .fa-warning.notification-inline.notification-error::before,
.fa-exclamation-triangle:before,
.fa-exclamation-triangle.notification-inline.notification-error::before {
  content: "";
}

.fa-plane:before, .fa-plane.notification-inline.notification-error::before {
  content: "";
}

.fa-calendar:before, .fa-calendar.notification-inline.notification-error::before {
  content: "";
}

.fa-random:before, .fa-random.notification-inline.notification-error::before {
  content: "";
}

.fa-comment:before, .fa-comment.notification-inline.notification-error::before {
  content: "";
}

.fa-magnet:before, .fa-magnet.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-up:before, .fa-chevron-up.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-down:before, .fa-chevron-down.notification-inline.notification-error::before {
  content: "";
}

.fa-retweet:before, .fa-retweet.notification-inline.notification-error::before {
  content: "";
}

.fa-shopping-cart:before, .fa-shopping-cart.notification-inline.notification-error::before {
  content: "";
}

.fa-folder:before, .fa-folder.notification-inline.notification-error::before {
  content: "";
}

.fa-folder-open:before, .fa-folder-open.notification-inline.notification-error::before {
  content: "";
}

.fa-arrows-v:before, .fa-arrows-v.notification-inline.notification-error::before {
  content: "";
}

.fa-arrows-h:before, .fa-arrows-h.notification-inline.notification-error::before {
  content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart-o.notification-inline.notification-error::before,
.fa-bar-chart:before,
.fa-bar-chart.notification-inline.notification-error::before {
  content: "";
}

.fa-twitter-square:before, .fa-twitter-square.notification-inline.notification-error::before {
  content: "";
}

.fa-facebook-square:before, .fa-facebook-square.notification-inline.notification-error::before {
  content: "";
}

.fa-camera-retro:before, .fa-camera-retro.notification-inline.notification-error::before {
  content: "";
}

.fa-key:before, .fa-key.notification-inline.notification-error::before {
  content: "";
}

.fa-gears:before, .fa-gears.notification-inline.notification-error::before,
.fa-cogs:before,
.fa-cogs.notification-inline.notification-error::before {
  content: "";
}

.fa-comments:before, .fa-comments.notification-inline.notification-error::before {
  content: "";
}

.fa-thumbs-o-up:before, .fa-thumbs-o-up.notification-inline.notification-error::before {
  content: "";
}

.fa-thumbs-o-down:before, .fa-thumbs-o-down.notification-inline.notification-error::before {
  content: "";
}

.fa-star-half:before, .fa-star-half.notification-inline.notification-error::before {
  content: "";
}

.fa-heart-o:before, .fa-heart-o.notification-inline.notification-error::before {
  content: "";
}

.fa-sign-out:before, .fa-sign-out.notification-inline.notification-error::before {
  content: "";
}

.fa-linkedin-square:before, .fa-linkedin-square.notification-inline.notification-error::before {
  content: "";
}

.fa-thumb-tack:before, .fa-thumb-tack.notification-inline.notification-error::before {
  content: "";
}

.fa-external-link:before, .fa-external-link.notification-inline.notification-error::before {
  content: "";
}

.fa-sign-in:before, .fa-sign-in.notification-inline.notification-error::before {
  content: "";
}

.fa-trophy:before, .fa-trophy.notification-inline.notification-error::before {
  content: "";
}

.fa-github-square:before, .fa-github-square.notification-inline.notification-error::before {
  content: "";
}

.fa-upload:before, .fa-upload.notification-inline.notification-error::before {
  content: "";
}

.fa-lemon-o:before, .fa-lemon-o.notification-inline.notification-error::before {
  content: "";
}

.fa-phone:before, .fa-phone.notification-inline.notification-error::before {
  content: "";
}

.fa-square-o:before, .fa-square-o.notification-inline.notification-error::before {
  content: "";
}

.fa-bookmark-o:before, .fa-bookmark-o.notification-inline.notification-error::before {
  content: "";
}

.fa-phone-square:before, .fa-phone-square.notification-inline.notification-error::before {
  content: "";
}

.fa-twitter:before, .fa-twitter.notification-inline.notification-error::before {
  content: "";
}

.fa-facebook-f:before, .fa-facebook-f.notification-inline.notification-error::before,
.fa-facebook:before,
.fa-facebook.notification-inline.notification-error::before {
  content: "";
}

.fa-github:before, .fa-github.notification-inline.notification-error::before {
  content: "";
}

.fa-unlock:before, .fa-unlock.notification-inline.notification-error::before {
  content: "";
}

.fa-credit-card:before, .fa-credit-card.notification-inline.notification-error::before {
  content: "";
}

.fa-feed:before, .fa-feed.notification-inline.notification-error::before,
.fa-rss:before,
.fa-rss.notification-inline.notification-error::before {
  content: "";
}

.fa-hdd-o:before, .fa-hdd-o.notification-inline.notification-error::before {
  content: "";
}

.fa-bullhorn:before, .fa-bullhorn.notification-inline.notification-error::before {
  content: "";
}

.fa-bell:before, .fa-bell.notification-inline.notification-error::before {
  content: "";
}

.fa-certificate:before, .fa-certificate.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-o-right:before, .fa-hand-o-right.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-o-left:before, .fa-hand-o-left.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-o-up:before, .fa-hand-o-up.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-o-down:before, .fa-hand-o-down.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-left:before, .fa-arrow-circle-left.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-right:before, .fa-arrow-circle-right.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-up:before, .fa-arrow-circle-up.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-down:before, .fa-arrow-circle-down.notification-inline.notification-error::before {
  content: "";
}

.fa-globe:before, .fa-globe.notification-inline.notification-error::before {
  content: "";
}

.fa-wrench:before, .fa-wrench.notification-inline.notification-error::before {
  content: "";
}

.fa-tasks:before, .fa-tasks.notification-inline.notification-error::before {
  content: "";
}

.fa-filter:before, .fa-filter.notification-inline.notification-error::before {
  content: "";
}

.fa-briefcase:before, .fa-briefcase.notification-inline.notification-error::before {
  content: "";
}

.fa-arrows-alt:before, .fa-arrows-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-group:before, .fa-group.notification-inline.notification-error::before,
.fa-users:before,
.fa-users.notification-inline.notification-error::before {
  content: "";
}

.fa-chain:before, .fa-chain.notification-inline.notification-error::before,
.fa-link:before,
.fa-link.notification-inline.notification-error::before {
  content: "";
}

.fa-cloud:before, .fa-cloud.notification-inline.notification-error::before {
  content: "";
}

.fa-flask:before, .fa-flask.notification-inline.notification-error::before {
  content: "";
}

.fa-cut:before, .fa-cut.notification-inline.notification-error::before,
.fa-scissors:before,
.fa-scissors.notification-inline.notification-error::before {
  content: "";
}

.fa-copy:before, .fa-copy.notification-inline.notification-error::before,
.fa-files-o:before,
.fa-files-o.notification-inline.notification-error::before {
  content: "";
}

.fa-paperclip:before, .fa-paperclip.notification-inline.notification-error::before {
  content: "";
}

.fa-save:before, .fa-save.notification-inline.notification-error::before,
.fa-floppy-o:before,
.fa-floppy-o.notification-inline.notification-error::before {
  content: "";
}

.fa-square:before, .fa-square.notification-inline.notification-error::before {
  content: "";
}

.fa-navicon:before, .fa-navicon.notification-inline.notification-error::before,
.fa-reorder:before,
.fa-reorder.notification-inline.notification-error::before,
.fa-bars:before,
.fa-bars.notification-inline.notification-error::before {
  content: "";
}

.fa-list-ul:before, .fa-list-ul.notification-inline.notification-error::before {
  content: "";
}

.fa-list-ol:before, .fa-list-ol.notification-inline.notification-error::before {
  content: "";
}

.fa-strikethrough:before, .fa-strikethrough.notification-inline.notification-error::before {
  content: "";
}

.fa-underline:before, .fa-underline.notification-inline.notification-error::before {
  content: "";
}

.fa-table:before, .fa-table.notification-inline.notification-error::before {
  content: "";
}

.fa-magic:before, .fa-magic.notification-inline.notification-error::before {
  content: "";
}

.fa-truck:before, .fa-truck.notification-inline.notification-error::before {
  content: "";
}

.fa-pinterest:before, .fa-pinterest.notification-inline.notification-error::before {
  content: "";
}

.fa-pinterest-square:before, .fa-pinterest-square.notification-inline.notification-error::before {
  content: "";
}

.fa-google-plus-square:before, .fa-google-plus-square.notification-inline.notification-error::before {
  content: "";
}

.fa-google-plus:before, .fa-google-plus.notification-inline.notification-error::before {
  content: "";
}

.fa-money:before, .fa-money.notification-inline.notification-error::before {
  content: "";
}

.fa-caret-down:before, .fa-caret-down.notification-inline.notification-error::before {
  content: "";
}

.fa-caret-up:before, .fa-caret-up.notification-inline.notification-error::before {
  content: "";
}

.fa-caret-left:before, .fa-caret-left.notification-inline.notification-error::before {
  content: "";
}

.fa-caret-right:before, .fa-caret-right.notification-inline.notification-error::before {
  content: "";
}

.fa-columns:before, .fa-columns.notification-inline.notification-error::before {
  content: "";
}

.fa-unsorted:before, .fa-unsorted.notification-inline.notification-error::before,
.fa-sort:before,
.fa-sort.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-down:before, .fa-sort-down.notification-inline.notification-error::before,
.fa-sort-desc:before,
.fa-sort-desc.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-up:before, .fa-sort-up.notification-inline.notification-error::before,
.fa-sort-asc:before,
.fa-sort-asc.notification-inline.notification-error::before {
  content: "";
}

.fa-envelope:before, .fa-envelope.notification-inline.notification-error::before {
  content: "";
}

.fa-linkedin:before, .fa-linkedin.notification-inline.notification-error::before {
  content: "";
}

.fa-rotate-left:before, .fa-rotate-left.notification-inline.notification-error::before,
.fa-undo:before,
.fa-undo.notification-inline.notification-error::before {
  content: "";
}

.fa-legal:before, .fa-legal.notification-inline.notification-error::before,
.fa-gavel:before,
.fa-gavel.notification-inline.notification-error::before {
  content: "";
}

.fa-dashboard:before, .fa-dashboard.notification-inline.notification-error::before,
.fa-tachometer:before,
.fa-tachometer.notification-inline.notification-error::before {
  content: "";
}

.fa-comment-o:before, .fa-comment-o.notification-inline.notification-error::before {
  content: "";
}

.fa-comments-o:before, .fa-comments-o.notification-inline.notification-error::before {
  content: "";
}

.fa-flash:before, .fa-flash.notification-inline.notification-error::before,
.fa-bolt:before,
.fa-bolt.notification-inline.notification-error::before {
  content: "";
}

.fa-sitemap:before, .fa-sitemap.notification-inline.notification-error::before {
  content: "";
}

.fa-umbrella:before, .fa-umbrella.notification-inline.notification-error::before {
  content: "";
}

.fa-paste:before, .fa-paste.notification-inline.notification-error::before,
.fa-clipboard:before,
.fa-clipboard.notification-inline.notification-error::before {
  content: "";
}

.fa-lightbulb-o:before, .fa-lightbulb-o.notification-inline.notification-error::before {
  content: "";
}

.fa-exchange:before, .fa-exchange.notification-inline.notification-error::before {
  content: "";
}

.fa-cloud-download:before, .fa-cloud-download.notification-inline.notification-error::before {
  content: "";
}

.fa-cloud-upload:before, .fa-cloud-upload.notification-inline.notification-error::before {
  content: "";
}

.fa-user-md:before, .fa-user-md.notification-inline.notification-error::before {
  content: "";
}

.fa-stethoscope:before, .fa-stethoscope.notification-inline.notification-error::before {
  content: "";
}

.fa-suitcase:before, .fa-suitcase.notification-inline.notification-error::before {
  content: "";
}

.fa-bell-o:before, .fa-bell-o.notification-inline.notification-error::before {
  content: "";
}

.fa-coffee:before, .fa-coffee.notification-inline.notification-error::before {
  content: "";
}

.fa-cutlery:before, .fa-cutlery.notification-inline.notification-error::before {
  content: "";
}

.fa-file-text-o:before, .fa-file-text-o.notification-inline.notification-error::before {
  content: "";
}

.fa-building-o:before, .fa-building-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hospital-o:before, .fa-hospital-o.notification-inline.notification-error::before {
  content: "";
}

.fa-ambulance:before, .fa-ambulance.notification-inline.notification-error::before {
  content: "";
}

.fa-medkit:before, .fa-medkit.notification-inline.notification-error::before {
  content: "";
}

.fa-fighter-jet:before, .fa-fighter-jet.notification-inline.notification-error::before {
  content: "";
}

.fa-beer:before, .fa-beer.notification-inline.notification-error::before {
  content: "";
}

.fa-h-square:before, .fa-h-square.notification-inline.notification-error::before {
  content: "";
}

.fa-plus-square:before, .fa-plus-square.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-double-left:before, .fa-angle-double-left.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-double-right:before, .fa-angle-double-right.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-double-up:before, .fa-angle-double-up.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-double-down:before, .fa-angle-double-down.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-left:before, .fa-angle-left.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-right:before, .fa-angle-right.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-up:before, .fa-angle-up.notification-inline.notification-error::before {
  content: "";
}

.fa-angle-down:before, .fa-angle-down.notification-inline.notification-error::before {
  content: "";
}

.fa-desktop:before, .fa-desktop.notification-inline.notification-error::before {
  content: "";
}

.fa-laptop:before, .fa-laptop.notification-inline.notification-error::before {
  content: "";
}

.fa-tablet:before, .fa-tablet.notification-inline.notification-error::before {
  content: "";
}

.fa-mobile-phone:before, .fa-mobile-phone.notification-inline.notification-error::before,
.fa-mobile:before,
.fa-mobile.notification-inline.notification-error::before {
  content: "";
}

.fa-circle-o:before, .fa-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-quote-left:before, .fa-quote-left.notification-inline.notification-error::before {
  content: "";
}

.fa-quote-right:before, .fa-quote-right.notification-inline.notification-error::before {
  content: "";
}

.fa-spinner:before, .fa-spinner.notification-inline.notification-error::before {
  content: "";
}

.fa-circle:before, .fa-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-mail-reply:before, .fa-mail-reply.notification-inline.notification-error::before,
.fa-reply:before,
.fa-reply.notification-inline.notification-error::before {
  content: "";
}

.fa-github-alt:before, .fa-github-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-folder-o:before, .fa-folder-o.notification-inline.notification-error::before {
  content: "";
}

.fa-folder-open-o:before, .fa-folder-open-o.notification-inline.notification-error::before {
  content: "";
}

.fa-smile-o:before, .fa-smile-o.notification-inline.notification-error::before {
  content: "";
}

.fa-frown-o:before, .fa-frown-o.notification-inline.notification-error::before {
  content: "";
}

.fa-meh-o:before, .fa-meh-o.notification-inline.notification-error::before {
  content: "";
}

.fa-gamepad:before, .fa-gamepad.notification-inline.notification-error::before {
  content: "";
}

.fa-keyboard-o:before, .fa-keyboard-o.notification-inline.notification-error::before {
  content: "";
}

.fa-flag-o:before, .fa-flag-o.notification-inline.notification-error::before {
  content: "";
}

.fa-flag-checkered:before, .fa-flag-checkered.notification-inline.notification-error::before {
  content: "";
}

.fa-terminal:before, .fa-terminal.notification-inline.notification-error::before {
  content: "";
}

.fa-code:before, .fa-code.notification-inline.notification-error::before {
  content: "";
}

.fa-mail-reply-all:before, .fa-mail-reply-all.notification-inline.notification-error::before,
.fa-reply-all:before,
.fa-reply-all.notification-inline.notification-error::before {
  content: "";
}

.fa-star-half-empty:before, .fa-star-half-empty.notification-inline.notification-error::before,
.fa-star-half-full:before,
.fa-star-half-full.notification-inline.notification-error::before,
.fa-star-half-o:before,
.fa-star-half-o.notification-inline.notification-error::before {
  content: "";
}

.fa-location-arrow:before, .fa-location-arrow.notification-inline.notification-error::before {
  content: "";
}

.fa-crop:before, .fa-crop.notification-inline.notification-error::before {
  content: "";
}

.fa-code-fork:before, .fa-code-fork.notification-inline.notification-error::before {
  content: "";
}

.fa-unlink:before, .fa-unlink.notification-inline.notification-error::before,
.fa-chain-broken:before,
.fa-chain-broken.notification-inline.notification-error::before {
  content: "";
}

.fa-question:before, .fa-question.notification-inline.notification-error::before {
  content: "";
}

.fa-info:before, .fa-info.notification-inline.notification-error::before {
  content: "";
}

.fa-exclamation:before, .fa-exclamation.notification-inline.notification-error::before {
  content: "";
}

.fa-superscript:before, .fa-superscript.notification-inline.notification-error::before {
  content: "";
}

.fa-subscript:before, .fa-subscript.notification-inline.notification-error::before {
  content: "";
}

.fa-eraser:before, .fa-eraser.notification-inline.notification-error::before {
  content: "";
}

.fa-puzzle-piece:before, .fa-puzzle-piece.notification-inline.notification-error::before {
  content: "";
}

.fa-microphone:before, .fa-microphone.notification-inline.notification-error::before {
  content: "";
}

.fa-microphone-slash:before, .fa-microphone-slash.notification-inline.notification-error::before {
  content: "";
}

.fa-shield:before, .fa-shield.notification-inline.notification-error::before {
  content: "";
}

.fa-calendar-o:before, .fa-calendar-o.notification-inline.notification-error::before {
  content: "";
}

.fa-fire-extinguisher:before, .fa-fire-extinguisher.notification-inline.notification-error::before {
  content: "";
}

.fa-rocket:before, .fa-rocket.notification-inline.notification-error::before {
  content: "";
}

.fa-maxcdn:before, .fa-maxcdn.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-circle-left:before, .fa-chevron-circle-left.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-circle-right:before, .fa-chevron-circle-right.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-circle-up:before, .fa-chevron-circle-up.notification-inline.notification-error::before {
  content: "";
}

.fa-chevron-circle-down:before, .fa-chevron-circle-down.notification-inline.notification-error::before {
  content: "";
}

.fa-html5:before, .fa-html5.notification-inline.notification-error::before {
  content: "";
}

.fa-css3:before, .fa-css3.notification-inline.notification-error::before {
  content: "";
}

.fa-anchor:before, .fa-anchor.notification-inline.notification-error::before {
  content: "";
}

.fa-unlock-alt:before, .fa-unlock-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-bullseye:before, .fa-bullseye.notification-inline.notification-error::before {
  content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis-h.notification-inline.notification-error::before {
  content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-v.notification-inline.notification-error::before {
  content: "";
}

.fa-rss-square:before, .fa-rss-square.notification-inline.notification-error::before {
  content: "";
}

.fa-play-circle:before, .fa-play-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-ticket:before, .fa-ticket.notification-inline.notification-error::before {
  content: "";
}

.fa-minus-square:before, .fa-minus-square.notification-inline.notification-error::before {
  content: "";
}

.fa-minus-square-o:before, .fa-minus-square-o.notification-inline.notification-error::before {
  content: "";
}

.fa-level-up:before, .fa-level-up.notification-inline.notification-error::before {
  content: "";
}

.fa-level-down:before, .fa-level-down.notification-inline.notification-error::before {
  content: "";
}

.fa-check-square:before, .fa-check-square.notification-inline.notification-error::before {
  content: "";
}

.fa-pencil-square:before, .fa-pencil-square.notification-inline.notification-error::before {
  content: "";
}

.fa-external-link-square:before, .fa-external-link-square.notification-inline.notification-error::before {
  content: "";
}

.fa-share-square:before, .fa-share-square.notification-inline.notification-error::before {
  content: "";
}

.fa-compass:before, .fa-compass.notification-inline.notification-error::before {
  content: "";
}

.fa-toggle-down:before, .fa-toggle-down.notification-inline.notification-error::before,
.fa-caret-square-o-down:before,
.fa-caret-square-o-down.notification-inline.notification-error::before {
  content: "";
}

.fa-toggle-up:before, .fa-toggle-up.notification-inline.notification-error::before,
.fa-caret-square-o-up:before,
.fa-caret-square-o-up.notification-inline.notification-error::before {
  content: "";
}

.fa-toggle-right:before, .fa-toggle-right.notification-inline.notification-error::before,
.fa-caret-square-o-right:before,
.fa-caret-square-o-right.notification-inline.notification-error::before {
  content: "";
}

.fa-euro:before, .fa-euro.notification-inline.notification-error::before,
.fa-eur:before,
.fa-eur.notification-inline.notification-error::before {
  content: "";
}

.fa-gbp:before, .fa-gbp.notification-inline.notification-error::before {
  content: "";
}

.fa-dollar:before, .fa-dollar.notification-inline.notification-error::before,
.fa-usd:before,
.fa-usd.notification-inline.notification-error::before {
  content: "";
}

.fa-rupee:before, .fa-rupee.notification-inline.notification-error::before,
.fa-inr:before,
.fa-inr.notification-inline.notification-error::before {
  content: "";
}

.fa-cny:before, .fa-cny.notification-inline.notification-error::before,
.fa-rmb:before,
.fa-rmb.notification-inline.notification-error::before,
.fa-yen:before,
.fa-yen.notification-inline.notification-error::before,
.fa-jpy:before,
.fa-jpy.notification-inline.notification-error::before {
  content: "";
}

.fa-ruble:before, .fa-ruble.notification-inline.notification-error::before,
.fa-rouble:before,
.fa-rouble.notification-inline.notification-error::before,
.fa-rub:before,
.fa-rub.notification-inline.notification-error::before {
  content: "";
}

.fa-won:before, .fa-won.notification-inline.notification-error::before,
.fa-krw:before,
.fa-krw.notification-inline.notification-error::before {
  content: "";
}

.fa-bitcoin:before, .fa-bitcoin.notification-inline.notification-error::before,
.fa-btc:before,
.fa-btc.notification-inline.notification-error::before {
  content: "";
}

.fa-file:before, .fa-file.notification-inline.notification-error::before {
  content: "";
}

.fa-file-text:before, .fa-file-text.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-alpha-asc:before, .fa-sort-alpha-asc.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-alpha-desc:before, .fa-sort-alpha-desc.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-amount-asc:before, .fa-sort-amount-asc.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-amount-desc:before, .fa-sort-amount-desc.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-numeric-asc:before, .fa-sort-numeric-asc.notification-inline.notification-error::before {
  content: "";
}

.fa-sort-numeric-desc:before, .fa-sort-numeric-desc.notification-inline.notification-error::before {
  content: "";
}

.fa-thumbs-up:before, .fa-thumbs-up.notification-inline.notification-error::before {
  content: "";
}

.fa-thumbs-down:before, .fa-thumbs-down.notification-inline.notification-error::before {
  content: "";
}

.fa-youtube-square:before, .fa-youtube-square.notification-inline.notification-error::before {
  content: "";
}

.fa-youtube:before, .fa-youtube.notification-inline.notification-error::before {
  content: "";
}

.fa-xing:before, .fa-xing.notification-inline.notification-error::before {
  content: "";
}

.fa-xing-square:before, .fa-xing-square.notification-inline.notification-error::before {
  content: "";
}

.fa-youtube-play:before, .fa-youtube-play.notification-inline.notification-error::before {
  content: "";
}

.fa-dropbox:before, .fa-dropbox.notification-inline.notification-error::before {
  content: "";
}

.fa-stack-overflow:before, .fa-stack-overflow.notification-inline.notification-error::before {
  content: "";
}

.fa-instagram:before, .fa-instagram.notification-inline.notification-error::before {
  content: "";
}

.fa-flickr:before, .fa-flickr.notification-inline.notification-error::before {
  content: "";
}

.fa-adn:before, .fa-adn.notification-inline.notification-error::before {
  content: "";
}

.fa-bitbucket:before, .fa-bitbucket.notification-inline.notification-error::before {
  content: "";
}

.fa-bitbucket-square:before, .fa-bitbucket-square.notification-inline.notification-error::before {
  content: "";
}

.fa-tumblr:before, .fa-tumblr.notification-inline.notification-error::before {
  content: "";
}

.fa-tumblr-square:before, .fa-tumblr-square.notification-inline.notification-error::before {
  content: "";
}

.fa-long-arrow-down:before, .fa-long-arrow-down.notification-inline.notification-error::before {
  content: "";
}

.fa-long-arrow-up:before, .fa-long-arrow-up.notification-inline.notification-error::before {
  content: "";
}

.fa-long-arrow-left:before, .fa-long-arrow-left.notification-inline.notification-error::before {
  content: "";
}

.fa-long-arrow-right:before, .fa-long-arrow-right.notification-inline.notification-error::before {
  content: "";
}

.fa-apple:before, .fa-apple.notification-inline.notification-error::before {
  content: "";
}

.fa-windows:before, .fa-windows.notification-inline.notification-error::before {
  content: "";
}

.fa-android:before, .fa-android.notification-inline.notification-error::before {
  content: "";
}

.fa-linux:before, .fa-linux.notification-inline.notification-error::before {
  content: "";
}

.fa-dribbble:before, .fa-dribbble.notification-inline.notification-error::before {
  content: "";
}

.fa-skype:before, .fa-skype.notification-inline.notification-error::before {
  content: "";
}

.fa-foursquare:before, .fa-foursquare.notification-inline.notification-error::before {
  content: "";
}

.fa-trello:before, .fa-trello.notification-inline.notification-error::before {
  content: "";
}

.fa-female:before, .fa-female.notification-inline.notification-error::before {
  content: "";
}

.fa-male:before, .fa-male.notification-inline.notification-error::before {
  content: "";
}

.fa-gittip:before, .fa-gittip.notification-inline.notification-error::before,
.fa-gratipay:before,
.fa-gratipay.notification-inline.notification-error::before {
  content: "";
}

.fa-sun-o:before, .fa-sun-o.notification-inline.notification-error::before {
  content: "";
}

.fa-moon-o:before, .fa-moon-o.notification-inline.notification-error::before {
  content: "";
}

.fa-archive:before, .fa-archive.notification-inline.notification-error::before {
  content: "";
}

.fa-bug:before, .fa-bug.notification-inline.notification-error::before {
  content: "";
}

.fa-vk:before, .fa-vk.notification-inline.notification-error::before {
  content: "";
}

.fa-weibo:before, .fa-weibo.notification-inline.notification-error::before {
  content: "";
}

.fa-renren:before, .fa-renren.notification-inline.notification-error::before {
  content: "";
}

.fa-pagelines:before, .fa-pagelines.notification-inline.notification-error::before {
  content: "";
}

.fa-stack-exchange:before, .fa-stack-exchange.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-o-right:before, .fa-arrow-circle-o-right.notification-inline.notification-error::before {
  content: "";
}

.fa-arrow-circle-o-left:before, .fa-arrow-circle-o-left.notification-inline.notification-error::before {
  content: "";
}

.fa-toggle-left:before, .fa-toggle-left.notification-inline.notification-error::before,
.fa-caret-square-o-left:before,
.fa-caret-square-o-left.notification-inline.notification-error::before {
  content: "";
}

.fa-dot-circle-o:before, .fa-dot-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-wheelchair:before, .fa-wheelchair.notification-inline.notification-error::before {
  content: "";
}

.fa-vimeo-square:before, .fa-vimeo-square.notification-inline.notification-error::before {
  content: "";
}

.fa-turkish-lira:before, .fa-turkish-lira.notification-inline.notification-error::before,
.fa-try:before,
.fa-try.notification-inline.notification-error::before {
  content: "";
}

.fa-plus-square-o:before, .fa-plus-square-o.notification-inline.notification-error::before {
  content: "";
}

.fa-space-shuttle:before, .fa-space-shuttle.notification-inline.notification-error::before {
  content: "";
}

.fa-slack:before, .fa-slack.notification-inline.notification-error::before {
  content: "";
}

.fa-envelope-square:before, .fa-envelope-square.notification-inline.notification-error::before {
  content: "";
}

.fa-wordpress:before, .fa-wordpress.notification-inline.notification-error::before {
  content: "";
}

.fa-openid:before, .fa-openid.notification-inline.notification-error::before {
  content: "";
}

.fa-institution:before, .fa-institution.notification-inline.notification-error::before,
.fa-bank:before,
.fa-bank.notification-inline.notification-error::before,
.fa-university:before,
.fa-university.notification-inline.notification-error::before {
  content: "";
}

.fa-mortar-board:before, .fa-mortar-board.notification-inline.notification-error::before,
.fa-graduation-cap:before,
.fa-graduation-cap.notification-inline.notification-error::before {
  content: "";
}

.fa-yahoo:before, .fa-yahoo.notification-inline.notification-error::before {
  content: "";
}

.fa-google:before, .fa-google.notification-inline.notification-error::before {
  content: "";
}

.fa-reddit:before, .fa-reddit.notification-inline.notification-error::before {
  content: "";
}

.fa-reddit-square:before, .fa-reddit-square.notification-inline.notification-error::before {
  content: "";
}

.fa-stumbleupon-circle:before, .fa-stumbleupon-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-stumbleupon:before, .fa-stumbleupon.notification-inline.notification-error::before {
  content: "";
}

.fa-delicious:before, .fa-delicious.notification-inline.notification-error::before {
  content: "";
}

.fa-digg:before, .fa-digg.notification-inline.notification-error::before {
  content: "";
}

.fa-pied-piper-pp:before, .fa-pied-piper-pp.notification-inline.notification-error::before {
  content: "";
}

.fa-pied-piper-alt:before, .fa-pied-piper-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-drupal:before, .fa-drupal.notification-inline.notification-error::before {
  content: "";
}

.fa-joomla:before, .fa-joomla.notification-inline.notification-error::before {
  content: "";
}

.fa-language:before, .fa-language.notification-inline.notification-error::before {
  content: "";
}

.fa-fax:before, .fa-fax.notification-inline.notification-error::before {
  content: "";
}

.fa-building:before, .fa-building.notification-inline.notification-error::before {
  content: "";
}

.fa-child:before, .fa-child.notification-inline.notification-error::before {
  content: "";
}

.fa-paw:before, .fa-paw.notification-inline.notification-error::before {
  content: "";
}

.fa-spoon:before, .fa-spoon.notification-inline.notification-error::before {
  content: "";
}

.fa-cube:before, .fa-cube.notification-inline.notification-error::before {
  content: "";
}

.fa-cubes:before, .fa-cubes.notification-inline.notification-error::before {
  content: "";
}

.fa-behance:before, .fa-behance.notification-inline.notification-error::before {
  content: "";
}

.fa-behance-square:before, .fa-behance-square.notification-inline.notification-error::before {
  content: "";
}

.fa-steam:before, .fa-steam.notification-inline.notification-error::before {
  content: "";
}

.fa-steam-square:before, .fa-steam-square.notification-inline.notification-error::before {
  content: "";
}

.fa-recycle:before, .fa-recycle.notification-inline.notification-error::before {
  content: "";
}

.fa-automobile:before, .fa-automobile.notification-inline.notification-error::before,
.fa-car:before,
.fa-car.notification-inline.notification-error::before {
  content: "";
}

.fa-cab:before, .fa-cab.notification-inline.notification-error::before,
.fa-taxi:before,
.fa-taxi.notification-inline.notification-error::before {
  content: "";
}

.fa-tree:before, .fa-tree.notification-inline.notification-error::before {
  content: "";
}

.fa-spotify:before, .fa-spotify.notification-inline.notification-error::before {
  content: "";
}

.fa-deviantart:before, .fa-deviantart.notification-inline.notification-error::before {
  content: "";
}

.fa-soundcloud:before, .fa-soundcloud.notification-inline.notification-error::before {
  content: "";
}

.fa-database:before, .fa-database.notification-inline.notification-error::before {
  content: "";
}

.fa-file-pdf-o:before, .fa-file-pdf-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-word-o:before, .fa-file-word-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-excel-o:before, .fa-file-excel-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-powerpoint-o:before, .fa-file-powerpoint-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-photo-o:before, .fa-file-photo-o.notification-inline.notification-error::before,
.fa-file-picture-o:before,
.fa-file-picture-o.notification-inline.notification-error::before,
.fa-file-image-o:before,
.fa-file-image-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-zip-o:before, .fa-file-zip-o.notification-inline.notification-error::before,
.fa-file-archive-o:before,
.fa-file-archive-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-sound-o:before, .fa-file-sound-o.notification-inline.notification-error::before,
.fa-file-audio-o:before,
.fa-file-audio-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-movie-o:before, .fa-file-movie-o.notification-inline.notification-error::before,
.fa-file-video-o:before,
.fa-file-video-o.notification-inline.notification-error::before {
  content: "";
}

.fa-file-code-o:before, .fa-file-code-o.notification-inline.notification-error::before {
  content: "";
}

.fa-vine:before, .fa-vine.notification-inline.notification-error::before {
  content: "";
}

.fa-codepen:before, .fa-codepen.notification-inline.notification-error::before {
  content: "";
}

.fa-jsfiddle:before, .fa-jsfiddle.notification-inline.notification-error::before {
  content: "";
}

.fa-life-bouy:before, .fa-life-bouy.notification-inline.notification-error::before,
.fa-life-buoy:before,
.fa-life-buoy.notification-inline.notification-error::before,
.fa-life-saver:before,
.fa-life-saver.notification-inline.notification-error::before,
.fa-support:before,
.fa-support.notification-inline.notification-error::before,
.fa-life-ring:before,
.fa-life-ring.notification-inline.notification-error::before {
  content: "";
}

.fa-circle-o-notch:before, .fa-circle-o-notch.notification-inline.notification-error::before {
  content: "";
}

.fa-ra:before, .fa-ra.notification-inline.notification-error::before,
.fa-resistance:before,
.fa-resistance.notification-inline.notification-error::before,
.fa-rebel:before,
.fa-rebel.notification-inline.notification-error::before {
  content: "";
}

.fa-ge:before, .fa-ge.notification-inline.notification-error::before,
.fa-empire:before,
.fa-empire.notification-inline.notification-error::before {
  content: "";
}

.fa-git-square:before, .fa-git-square.notification-inline.notification-error::before {
  content: "";
}

.fa-git:before, .fa-git.notification-inline.notification-error::before {
  content: "";
}

.fa-y-combinator-square:before, .fa-y-combinator-square.notification-inline.notification-error::before,
.fa-yc-square:before,
.fa-yc-square.notification-inline.notification-error::before,
.fa-hacker-news:before,
.fa-hacker-news.notification-inline.notification-error::before {
  content: "";
}

.fa-tencent-weibo:before, .fa-tencent-weibo.notification-inline.notification-error::before {
  content: "";
}

.fa-qq:before, .fa-qq.notification-inline.notification-error::before {
  content: "";
}

.fa-wechat:before, .fa-wechat.notification-inline.notification-error::before,
.fa-weixin:before,
.fa-weixin.notification-inline.notification-error::before {
  content: "";
}

.fa-send:before, .fa-send.notification-inline.notification-error::before,
.fa-paper-plane:before,
.fa-paper-plane.notification-inline.notification-error::before {
  content: "";
}

.fa-send-o:before, .fa-send-o.notification-inline.notification-error::before,
.fa-paper-plane-o:before,
.fa-paper-plane-o.notification-inline.notification-error::before {
  content: "";
}

.fa-history:before, .fa-history.notification-inline.notification-error::before {
  content: "";
}

.fa-circle-thin:before, .fa-circle-thin.notification-inline.notification-error::before {
  content: "";
}

.fa-header:before, .fa-header.notification-inline.notification-error::before {
  content: "";
}

.fa-paragraph:before, .fa-paragraph.notification-inline.notification-error::before {
  content: "";
}

.fa-sliders:before, .fa-sliders.notification-inline.notification-error::before {
  content: "";
}

.fa-share-alt:before, .fa-share-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-share-alt-square:before, .fa-share-alt-square.notification-inline.notification-error::before {
  content: "";
}

.fa-bomb:before, .fa-bomb.notification-inline.notification-error::before {
  content: "";
}

.fa-soccer-ball-o:before, .fa-soccer-ball-o.notification-inline.notification-error::before,
.fa-futbol-o:before,
.fa-futbol-o.notification-inline.notification-error::before {
  content: "";
}

.fa-tty:before, .fa-tty.notification-inline.notification-error::before {
  content: "";
}

.fa-binoculars:before, .fa-binoculars.notification-inline.notification-error::before {
  content: "";
}

.fa-plug:before, .fa-plug.notification-inline.notification-error::before {
  content: "";
}

.fa-slideshare:before, .fa-slideshare.notification-inline.notification-error::before {
  content: "";
}

.fa-twitch:before, .fa-twitch.notification-inline.notification-error::before {
  content: "";
}

.fa-yelp:before, .fa-yelp.notification-inline.notification-error::before {
  content: "";
}

.fa-newspaper-o:before, .fa-newspaper-o.notification-inline.notification-error::before {
  content: "";
}

.fa-wifi:before, .fa-wifi.notification-inline.notification-error::before {
  content: "";
}

.fa-calculator:before, .fa-calculator.notification-inline.notification-error::before {
  content: "";
}

.fa-paypal:before, .fa-paypal.notification-inline.notification-error::before {
  content: "";
}

.fa-google-wallet:before, .fa-google-wallet.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-visa:before, .fa-cc-visa.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-mastercard:before, .fa-cc-mastercard.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-discover:before, .fa-cc-discover.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-amex:before, .fa-cc-amex.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-paypal:before, .fa-cc-paypal.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-stripe:before, .fa-cc-stripe.notification-inline.notification-error::before {
  content: "";
}

.fa-bell-slash:before, .fa-bell-slash.notification-inline.notification-error::before {
  content: "";
}

.fa-bell-slash-o:before, .fa-bell-slash-o.notification-inline.notification-error::before {
  content: "";
}

.fa-trash:before, .fa-trash.notification-inline.notification-error::before {
  content: "";
}

.fa-copyright:before, .fa-copyright.notification-inline.notification-error::before {
  content: "";
}

.fa-at:before, .fa-at.notification-inline.notification-error::before {
  content: "";
}

.fa-eyedropper:before, .fa-eyedropper.notification-inline.notification-error::before {
  content: "";
}

.fa-paint-brush:before, .fa-paint-brush.notification-inline.notification-error::before {
  content: "";
}

.fa-birthday-cake:before, .fa-birthday-cake.notification-inline.notification-error::before {
  content: "";
}

.fa-area-chart:before, .fa-area-chart.notification-inline.notification-error::before {
  content: "";
}

.fa-pie-chart:before, .fa-pie-chart.notification-inline.notification-error::before {
  content: "";
}

.fa-line-chart:before, .fa-line-chart.notification-inline.notification-error::before {
  content: "";
}

.fa-lastfm:before, .fa-lastfm.notification-inline.notification-error::before {
  content: "";
}

.fa-lastfm-square:before, .fa-lastfm-square.notification-inline.notification-error::before {
  content: "";
}

.fa-toggle-off:before, .fa-toggle-off.notification-inline.notification-error::before {
  content: "";
}

.fa-toggle-on:before, .fa-toggle-on.notification-inline.notification-error::before {
  content: "";
}

.fa-bicycle:before, .fa-bicycle.notification-inline.notification-error::before {
  content: "";
}

.fa-bus:before, .fa-bus.notification-inline.notification-error::before {
  content: "";
}

.fa-ioxhost:before, .fa-ioxhost.notification-inline.notification-error::before {
  content: "";
}

.fa-angellist:before, .fa-angellist.notification-inline.notification-error::before {
  content: "";
}

.fa-cc:before, .fa-cc.notification-inline.notification-error::before {
  content: "";
}

.fa-shekel:before, .fa-shekel.notification-inline.notification-error::before,
.fa-sheqel:before,
.fa-sheqel.notification-inline.notification-error::before,
.fa-ils:before,
.fa-ils.notification-inline.notification-error::before {
  content: "";
}

.fa-meanpath:before, .fa-meanpath.notification-inline.notification-error::before {
  content: "";
}

.fa-buysellads:before, .fa-buysellads.notification-inline.notification-error::before {
  content: "";
}

.fa-connectdevelop:before, .fa-connectdevelop.notification-inline.notification-error::before {
  content: "";
}

.fa-dashcube:before, .fa-dashcube.notification-inline.notification-error::before {
  content: "";
}

.fa-forumbee:before, .fa-forumbee.notification-inline.notification-error::before {
  content: "";
}

.fa-leanpub:before, .fa-leanpub.notification-inline.notification-error::before {
  content: "";
}

.fa-sellsy:before, .fa-sellsy.notification-inline.notification-error::before {
  content: "";
}

.fa-shirtsinbulk:before, .fa-shirtsinbulk.notification-inline.notification-error::before {
  content: "";
}

.fa-simplybuilt:before, .fa-simplybuilt.notification-inline.notification-error::before {
  content: "";
}

.fa-skyatlas:before, .fa-skyatlas.notification-inline.notification-error::before {
  content: "";
}

.fa-cart-plus:before, .fa-cart-plus.notification-inline.notification-error::before {
  content: "";
}

.fa-cart-arrow-down:before, .fa-cart-arrow-down.notification-inline.notification-error::before {
  content: "";
}

.fa-diamond:before, .fa-diamond.notification-inline.notification-error::before {
  content: "";
}

.fa-ship:before, .fa-ship.notification-inline.notification-error::before {
  content: "";
}

.fa-user-secret:before, .fa-user-secret.notification-inline.notification-error::before {
  content: "";
}

.fa-motorcycle:before, .fa-motorcycle.notification-inline.notification-error::before {
  content: "";
}

.fa-street-view:before, .fa-street-view.notification-inline.notification-error::before {
  content: "";
}

.fa-heartbeat:before, .fa-heartbeat.notification-inline.notification-error::before {
  content: "";
}

.fa-venus:before, .fa-venus.notification-inline.notification-error::before {
  content: "";
}

.fa-mars:before, .fa-mars.notification-inline.notification-error::before {
  content: "";
}

.fa-mercury:before, .fa-mercury.notification-inline.notification-error::before {
  content: "";
}

.fa-intersex:before, .fa-intersex.notification-inline.notification-error::before,
.fa-transgender:before,
.fa-transgender.notification-inline.notification-error::before {
  content: "";
}

.fa-transgender-alt:before, .fa-transgender-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-venus-double:before, .fa-venus-double.notification-inline.notification-error::before {
  content: "";
}

.fa-mars-double:before, .fa-mars-double.notification-inline.notification-error::before {
  content: "";
}

.fa-venus-mars:before, .fa-venus-mars.notification-inline.notification-error::before {
  content: "";
}

.fa-mars-stroke:before, .fa-mars-stroke.notification-inline.notification-error::before {
  content: "";
}

.fa-mars-stroke-v:before, .fa-mars-stroke-v.notification-inline.notification-error::before {
  content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-h.notification-inline.notification-error::before {
  content: "";
}

.fa-neuter:before, .fa-neuter.notification-inline.notification-error::before {
  content: "";
}

.fa-genderless:before, .fa-genderless.notification-inline.notification-error::before {
  content: "";
}

.fa-facebook-official:before, .fa-facebook-official.notification-inline.notification-error::before {
  content: "";
}

.fa-pinterest-p:before, .fa-pinterest-p.notification-inline.notification-error::before {
  content: "";
}

.fa-whatsapp:before, .fa-whatsapp.notification-inline.notification-error::before {
  content: "";
}

.fa-server:before, .fa-server.notification-inline.notification-error::before {
  content: "";
}

.fa-user-plus:before, .fa-user-plus.notification-inline.notification-error::before {
  content: "";
}

.fa-user-times:before, .fa-user-times.notification-inline.notification-error::before {
  content: "";
}

.fa-hotel:before, .fa-hotel.notification-inline.notification-error::before,
.fa-bed:before,
.fa-bed.notification-inline.notification-error::before {
  content: "";
}

.fa-viacoin:before, .fa-viacoin.notification-inline.notification-error::before {
  content: "";
}

.fa-train:before, .fa-train.notification-inline.notification-error::before {
  content: "";
}

.fa-subway:before, .fa-subway.notification-inline.notification-error::before {
  content: "";
}

.fa-medium:before, .fa-medium.notification-inline.notification-error::before {
  content: "";
}

.fa-yc:before, .fa-yc.notification-inline.notification-error::before,
.fa-y-combinator:before,
.fa-y-combinator.notification-inline.notification-error::before {
  content: "";
}

.fa-optin-monster:before, .fa-optin-monster.notification-inline.notification-error::before {
  content: "";
}

.fa-opencart:before, .fa-opencart.notification-inline.notification-error::before {
  content: "";
}

.fa-expeditedssl:before, .fa-expeditedssl.notification-inline.notification-error::before {
  content: "";
}

.fa-battery-4:before, .fa-battery-4.notification-inline.notification-error::before,
.fa-battery:before,
.fa-battery.notification-inline.notification-error::before,
.fa-battery-full:before,
.fa-battery-full.notification-inline.notification-error::before {
  content: "";
}

.fa-battery-3:before, .fa-battery-3.notification-inline.notification-error::before,
.fa-battery-three-quarters:before,
.fa-battery-three-quarters.notification-inline.notification-error::before {
  content: "";
}

.fa-battery-2:before, .fa-battery-2.notification-inline.notification-error::before,
.fa-battery-half:before,
.fa-battery-half.notification-inline.notification-error::before {
  content: "";
}

.fa-battery-1:before, .fa-battery-1.notification-inline.notification-error::before,
.fa-battery-quarter:before,
.fa-battery-quarter.notification-inline.notification-error::before {
  content: "";
}

.fa-battery-0:before, .fa-battery-0.notification-inline.notification-error::before,
.fa-battery-empty:before,
.fa-battery-empty.notification-inline.notification-error::before {
  content: "";
}

.fa-mouse-pointer:before, .fa-mouse-pointer.notification-inline.notification-error::before {
  content: "";
}

.fa-i-cursor:before, .fa-i-cursor.notification-inline.notification-error::before {
  content: "";
}

.fa-object-group:before, .fa-object-group.notification-inline.notification-error::before {
  content: "";
}

.fa-object-ungroup:before, .fa-object-ungroup.notification-inline.notification-error::before {
  content: "";
}

.fa-sticky-note:before, .fa-sticky-note.notification-inline.notification-error::before {
  content: "";
}

.fa-sticky-note-o:before, .fa-sticky-note-o.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-jcb:before, .fa-cc-jcb.notification-inline.notification-error::before {
  content: "";
}

.fa-cc-diners-club:before, .fa-cc-diners-club.notification-inline.notification-error::before {
  content: "";
}

.fa-clone:before, .fa-clone.notification-inline.notification-error::before {
  content: "";
}

.fa-balance-scale:before, .fa-balance-scale.notification-inline.notification-error::before {
  content: "";
}

.fa-hourglass-o:before, .fa-hourglass-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hourglass-1:before, .fa-hourglass-1.notification-inline.notification-error::before,
.fa-hourglass-start:before,
.fa-hourglass-start.notification-inline.notification-error::before {
  content: "";
}

.fa-hourglass-2:before, .fa-hourglass-2.notification-inline.notification-error::before,
.fa-hourglass-half:before,
.fa-hourglass-half.notification-inline.notification-error::before {
  content: "";
}

.fa-hourglass-3:before, .fa-hourglass-3.notification-inline.notification-error::before,
.fa-hourglass-end:before,
.fa-hourglass-end.notification-inline.notification-error::before {
  content: "";
}

.fa-hourglass:before, .fa-hourglass.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-grab-o:before, .fa-hand-grab-o.notification-inline.notification-error::before,
.fa-hand-rock-o:before,
.fa-hand-rock-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-stop-o:before, .fa-hand-stop-o.notification-inline.notification-error::before,
.fa-hand-paper-o:before,
.fa-hand-paper-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-scissors-o:before, .fa-hand-scissors-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-lizard-o:before, .fa-hand-lizard-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-spock-o:before, .fa-hand-spock-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-pointer-o:before, .fa-hand-pointer-o.notification-inline.notification-error::before {
  content: "";
}

.fa-hand-peace-o:before, .fa-hand-peace-o.notification-inline.notification-error::before {
  content: "";
}

.fa-trademark:before, .fa-trademark.notification-inline.notification-error::before {
  content: "";
}

.fa-registered:before, .fa-registered.notification-inline.notification-error::before {
  content: "";
}

.fa-creative-commons:before, .fa-creative-commons.notification-inline.notification-error::before {
  content: "";
}

.fa-gg:before, .fa-gg.notification-inline.notification-error::before {
  content: "";
}

.fa-gg-circle:before, .fa-gg-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-tripadvisor:before, .fa-tripadvisor.notification-inline.notification-error::before {
  content: "";
}

.fa-odnoklassniki:before, .fa-odnoklassniki.notification-inline.notification-error::before {
  content: "";
}

.fa-odnoklassniki-square:before, .fa-odnoklassniki-square.notification-inline.notification-error::before {
  content: "";
}

.fa-get-pocket:before, .fa-get-pocket.notification-inline.notification-error::before {
  content: "";
}

.fa-wikipedia-w:before, .fa-wikipedia-w.notification-inline.notification-error::before {
  content: "";
}

.fa-safari:before, .fa-safari.notification-inline.notification-error::before {
  content: "";
}

.fa-chrome:before, .fa-chrome.notification-inline.notification-error::before {
  content: "";
}

.fa-firefox:before, .fa-firefox.notification-inline.notification-error::before {
  content: "";
}

.fa-opera:before, .fa-opera.notification-inline.notification-error::before {
  content: "";
}

.fa-internet-explorer:before, .fa-internet-explorer.notification-inline.notification-error::before {
  content: "";
}

.fa-tv:before, .fa-tv.notification-inline.notification-error::before,
.fa-television:before,
.fa-television.notification-inline.notification-error::before {
  content: "";
}

.fa-contao:before, .fa-contao.notification-inline.notification-error::before {
  content: "";
}

.fa-500px:before, .fa-500px.notification-inline.notification-error::before {
  content: "";
}

.fa-amazon:before, .fa-amazon.notification-inline.notification-error::before {
  content: "";
}

.fa-calendar-plus-o:before, .fa-calendar-plus-o.notification-inline.notification-error::before {
  content: "";
}

.fa-calendar-minus-o:before, .fa-calendar-minus-o.notification-inline.notification-error::before {
  content: "";
}

.fa-calendar-times-o:before, .fa-calendar-times-o.notification-inline.notification-error::before {
  content: "";
}

.fa-calendar-check-o:before, .fa-calendar-check-o.notification-inline.notification-error::before {
  content: "";
}

.fa-industry:before, .fa-industry.notification-inline.notification-error::before {
  content: "";
}

.fa-map-pin:before, .fa-map-pin.notification-inline.notification-error::before {
  content: "";
}

.fa-map-signs:before, .fa-map-signs.notification-inline.notification-error::before {
  content: "";
}

.fa-map-o:before, .fa-map-o.notification-inline.notification-error::before {
  content: "";
}

.fa-map:before, .fa-map.notification-inline.notification-error::before {
  content: "";
}

.fa-commenting:before, .fa-commenting.notification-inline.notification-error::before {
  content: "";
}

.fa-commenting-o:before, .fa-commenting-o.notification-inline.notification-error::before {
  content: "";
}

.fa-houzz:before, .fa-houzz.notification-inline.notification-error::before {
  content: "";
}

.fa-vimeo:before, .fa-vimeo.notification-inline.notification-error::before {
  content: "";
}

.fa-black-tie:before, .fa-black-tie.notification-inline.notification-error::before {
  content: "";
}

.fa-fonticons:before, .fa-fonticons.notification-inline.notification-error::before {
  content: "";
}

.fa-reddit-alien:before, .fa-reddit-alien.notification-inline.notification-error::before {
  content: "";
}

.fa-edge:before, .fa-edge.notification-inline.notification-error::before {
  content: "";
}

.fa-credit-card-alt:before, .fa-credit-card-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-codiepie:before, .fa-codiepie.notification-inline.notification-error::before {
  content: "";
}

.fa-modx:before, .fa-modx.notification-inline.notification-error::before {
  content: "";
}

.fa-fort-awesome:before, .fa-fort-awesome.notification-inline.notification-error::before {
  content: "";
}

.fa-usb:before, .fa-usb.notification-inline.notification-error::before {
  content: "";
}

.fa-product-hunt:before, .fa-product-hunt.notification-inline.notification-error::before {
  content: "";
}

.fa-mixcloud:before, .fa-mixcloud.notification-inline.notification-error::before {
  content: "";
}

.fa-scribd:before, .fa-scribd.notification-inline.notification-error::before {
  content: "";
}

.fa-pause-circle:before, .fa-pause-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-pause-circle-o:before, .fa-pause-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-stop-circle:before, .fa-stop-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-stop-circle-o:before, .fa-stop-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-shopping-bag:before, .fa-shopping-bag.notification-inline.notification-error::before {
  content: "";
}

.fa-shopping-basket:before, .fa-shopping-basket.notification-inline.notification-error::before {
  content: "";
}

.fa-hashtag:before, .fa-hashtag.notification-inline.notification-error::before {
  content: "";
}

.fa-bluetooth:before, .fa-bluetooth.notification-inline.notification-error::before {
  content: "";
}

.fa-bluetooth-b:before, .fa-bluetooth-b.notification-inline.notification-error::before {
  content: "";
}

.fa-percent:before, .fa-percent.notification-inline.notification-error::before {
  content: "";
}

.fa-gitlab:before, .fa-gitlab.notification-inline.notification-error::before {
  content: "";
}

.fa-wpbeginner:before, .fa-wpbeginner.notification-inline.notification-error::before {
  content: "";
}

.fa-wpforms:before, .fa-wpforms.notification-inline.notification-error::before {
  content: "";
}

.fa-envira:before, .fa-envira.notification-inline.notification-error::before {
  content: "";
}

.fa-universal-access:before, .fa-universal-access.notification-inline.notification-error::before {
  content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-alt.notification-inline.notification-error::before {
  content: "";
}

.fa-question-circle-o:before, .fa-question-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-blind:before, .fa-blind.notification-inline.notification-error::before {
  content: "";
}

.fa-audio-description:before, .fa-audio-description.notification-inline.notification-error::before {
  content: "";
}

.fa-volume-control-phone:before, .fa-volume-control-phone.notification-inline.notification-error::before {
  content: "";
}

.fa-braille:before, .fa-braille.notification-inline.notification-error::before {
  content: "";
}

.fa-assistive-listening-systems:before, .fa-assistive-listening-systems.notification-inline.notification-error::before {
  content: "";
}

.fa-asl-interpreting:before, .fa-asl-interpreting.notification-inline.notification-error::before,
.fa-american-sign-language-interpreting:before,
.fa-american-sign-language-interpreting.notification-inline.notification-error::before {
  content: "";
}

.fa-deafness:before, .fa-deafness.notification-inline.notification-error::before,
.fa-hard-of-hearing:before,
.fa-hard-of-hearing.notification-inline.notification-error::before,
.fa-deaf:before,
.fa-deaf.notification-inline.notification-error::before {
  content: "";
}

.fa-glide:before, .fa-glide.notification-inline.notification-error::before {
  content: "";
}

.fa-glide-g:before, .fa-glide-g.notification-inline.notification-error::before {
  content: "";
}

.fa-signing:before, .fa-signing.notification-inline.notification-error::before,
.fa-sign-language:before,
.fa-sign-language.notification-inline.notification-error::before {
  content: "";
}

.fa-low-vision:before, .fa-low-vision.notification-inline.notification-error::before {
  content: "";
}

.fa-viadeo:before, .fa-viadeo.notification-inline.notification-error::before {
  content: "";
}

.fa-viadeo-square:before, .fa-viadeo-square.notification-inline.notification-error::before {
  content: "";
}

.fa-snapchat:before, .fa-snapchat.notification-inline.notification-error::before {
  content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat-ghost.notification-inline.notification-error::before {
  content: "";
}

.fa-snapchat-square:before, .fa-snapchat-square.notification-inline.notification-error::before {
  content: "";
}

.fa-pied-piper:before, .fa-pied-piper.notification-inline.notification-error::before {
  content: "";
}

.fa-first-order:before, .fa-first-order.notification-inline.notification-error::before {
  content: "";
}

.fa-yoast:before, .fa-yoast.notification-inline.notification-error::before {
  content: "";
}

.fa-themeisle:before, .fa-themeisle.notification-inline.notification-error::before {
  content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-circle.notification-inline.notification-error::before,
.fa-google-plus-official:before,
.fa-google-plus-official.notification-inline.notification-error::before {
  content: "";
}

.fa-fa:before, .fa-fa.notification-inline.notification-error::before,
.fa-font-awesome:before,
.fa-font-awesome.notification-inline.notification-error::before {
  content: "";
}

.fa-handshake-o:before, .fa-handshake-o.notification-inline.notification-error::before {
  content: "";
}

.fa-envelope-open:before, .fa-envelope-open.notification-inline.notification-error::before {
  content: "";
}

.fa-envelope-open-o:before, .fa-envelope-open-o.notification-inline.notification-error::before {
  content: "";
}

.fa-linode:before, .fa-linode.notification-inline.notification-error::before {
  content: "";
}

.fa-address-book:before, .fa-address-book.notification-inline.notification-error::before {
  content: "";
}

.fa-address-book-o:before, .fa-address-book-o.notification-inline.notification-error::before {
  content: "";
}

.fa-vcard:before, .fa-vcard.notification-inline.notification-error::before,
.fa-address-card:before,
.fa-address-card.notification-inline.notification-error::before {
  content: "";
}

.fa-vcard-o:before, .fa-vcard-o.notification-inline.notification-error::before,
.fa-address-card-o:before,
.fa-address-card-o.notification-inline.notification-error::before {
  content: "";
}

.fa-user-circle:before, .fa-user-circle.notification-inline.notification-error::before {
  content: "";
}

.fa-user-circle-o:before, .fa-user-circle-o.notification-inline.notification-error::before {
  content: "";
}

.fa-user-o:before, .fa-user-o.notification-inline.notification-error::before {
  content: "";
}

.fa-id-badge:before, .fa-id-badge.notification-inline.notification-error::before {
  content: "";
}

.fa-drivers-license:before, .fa-drivers-license.notification-inline.notification-error::before,
.fa-id-card:before,
.fa-id-card.notification-inline.notification-error::before {
  content: "";
}

.fa-drivers-license-o:before, .fa-drivers-license-o.notification-inline.notification-error::before,
.fa-id-card-o:before,
.fa-id-card-o.notification-inline.notification-error::before {
  content: "";
}

.fa-quora:before, .fa-quora.notification-inline.notification-error::before {
  content: "";
}

.fa-free-code-camp:before, .fa-free-code-camp.notification-inline.notification-error::before {
  content: "";
}

.fa-telegram:before, .fa-telegram.notification-inline.notification-error::before {
  content: "";
}

.fa-thermometer-4:before, .fa-thermometer-4.notification-inline.notification-error::before,
.fa-thermometer:before,
.fa-thermometer.notification-inline.notification-error::before,
.fa-thermometer-full:before,
.fa-thermometer-full.notification-inline.notification-error::before {
  content: "";
}

.fa-thermometer-3:before, .fa-thermometer-3.notification-inline.notification-error::before,
.fa-thermometer-three-quarters:before,
.fa-thermometer-three-quarters.notification-inline.notification-error::before {
  content: "";
}

.fa-thermometer-2:before, .fa-thermometer-2.notification-inline.notification-error::before,
.fa-thermometer-half:before,
.fa-thermometer-half.notification-inline.notification-error::before {
  content: "";
}

.fa-thermometer-1:before, .fa-thermometer-1.notification-inline.notification-error::before,
.fa-thermometer-quarter:before,
.fa-thermometer-quarter.notification-inline.notification-error::before {
  content: "";
}

.fa-thermometer-0:before, .fa-thermometer-0.notification-inline.notification-error::before,
.fa-thermometer-empty:before,
.fa-thermometer-empty.notification-inline.notification-error::before {
  content: "";
}

.fa-shower:before, .fa-shower.notification-inline.notification-error::before {
  content: "";
}

.fa-bathtub:before, .fa-bathtub.notification-inline.notification-error::before,
.fa-s15:before,
.fa-s15.notification-inline.notification-error::before,
.fa-bath:before,
.fa-bath.notification-inline.notification-error::before {
  content: "";
}

.fa-podcast:before, .fa-podcast.notification-inline.notification-error::before {
  content: "";
}

.fa-window-maximize:before, .fa-window-maximize.notification-inline.notification-error::before {
  content: "";
}

.fa-window-minimize:before, .fa-window-minimize.notification-inline.notification-error::before {
  content: "";
}

.fa-window-restore:before, .fa-window-restore.notification-inline.notification-error::before {
  content: "";
}

.fa-times-rectangle:before, .fa-times-rectangle.notification-inline.notification-error::before,
.fa-window-close:before,
.fa-window-close.notification-inline.notification-error::before {
  content: "";
}

.fa-times-rectangle-o:before, .fa-times-rectangle-o.notification-inline.notification-error::before,
.fa-window-close-o:before,
.fa-window-close-o.notification-inline.notification-error::before {
  content: "";
}

.fa-bandcamp:before, .fa-bandcamp.notification-inline.notification-error::before {
  content: "";
}

.fa-grav:before, .fa-grav.notification-inline.notification-error::before {
  content: "";
}

.fa-etsy:before, .fa-etsy.notification-inline.notification-error::before {
  content: "";
}

.fa-imdb:before, .fa-imdb.notification-inline.notification-error::before {
  content: "";
}

.fa-ravelry:before, .fa-ravelry.notification-inline.notification-error::before {
  content: "";
}

.fa-eercast:before, .fa-eercast.notification-inline.notification-error::before {
  content: "";
}

.fa-microchip:before, .fa-microchip.notification-inline.notification-error::before {
  content: "";
}

.fa-snowflake-o:before, .fa-snowflake-o.notification-inline.notification-error::before {
  content: "";
}

.fa-superpowers:before, .fa-superpowers.notification-inline.notification-error::before {
  content: "";
}

.fa-wpexplorer:before, .fa-wpexplorer.notification-inline.notification-error::before {
  content: "";
}

.fa-meetup:before, .fa-meetup.notification-inline.notification-error::before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(/hc/theming_assets/01JAESEFBZT3ZSWJB3SBKGBB32) format("woff2");
  /*
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
//  src: url('../fonts/FontAwesome.otf') format('opentype'); // used when developing fonts
*/
  font-weight: normal;
  font-style: normal;
}

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

*:focus {
  outline: none;
}

body {
  background-color: #FFFFFF;
  color: #272829;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #272829;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

input {
  font-weight: 300;
  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 #28a7e1;
}

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 #e7e8e9;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #28a7e1;
}

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

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

textarea:focus {
  border: 1px solid #28a7e1;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.container-divider {
  border-top: 1px solid white;
  margin-bottom: 20px;
}

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

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

@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, .article-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .split-button button {
  background-color: transparent;
  border: 1px solid #28a7e1;
  border-radius: 4px;
  color: #28a7e1;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  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, .article-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .split-button button {
    width: auto;
  }
}

.button:hover, .article-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .split-button button:hover, .button:active, .article-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .split-button button:active, .button:focus, .article-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .split-button button:focus, .button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .community-follow button.button-primary, .split-button button.button-primary {
  background-color: #28a7e1;
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .split-button button.button-primary:hover, .button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .split-button button.button-primary:focus, .button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .split-button button.button-primary:active {
  background-color: #46c0fa;
  border-color: #46c0fa;
}

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

.button.button-secondary, .article-subscribe button.button-secondary, .button-secondary.pagination-next-link, .button-secondary.pagination-prev-link, .button-secondary.pagination-first-link, .button-secondary.pagination-last-link, .subscriptions-subscribe button.button-secondary, .requests-table-toolbar .organization-subscribe button.button-secondary, .community-follow button.button-secondary, .split-button button.button-secondary {
  background-color: transparent;
  color: #28a7e1;
  border: 1px solid #28a7e1;
}

.button.button-secondary:hover, .article-subscribe button.button-secondary:hover, .button-secondary.pagination-next-link:hover, .button-secondary.pagination-prev-link:hover, .button-secondary.pagination-first-link:hover, .button-secondary.pagination-last-link:hover, .subscriptions-subscribe button.button-secondary:hover, .requests-table-toolbar .organization-subscribe button.button-secondary:hover, .community-follow button.button-secondary:hover, .split-button button.button-secondary:hover, .button.button-secondary:focus, .article-subscribe button.button-secondary:focus, .button-secondary.pagination-next-link:focus, .button-secondary.pagination-prev-link:focus, .button-secondary.pagination-first-link:focus, .button-secondary.pagination-last-link:focus, .subscriptions-subscribe button.button-secondary:focus, .requests-table-toolbar .organization-subscribe button.button-secondary:focus, .community-follow button.button-secondary:focus, .split-button button.button-secondary:focus, .button.button-secondary:active, .article-subscribe button.button-secondary:active, .button-secondary.pagination-next-link:active, .button-secondary.pagination-prev-link:active, .button-secondary.pagination-first-link:active, .button-secondary.pagination-last-link:active, .subscriptions-subscribe button.button-secondary:active, .requests-table-toolbar .organization-subscribe button.button-secondary:active, .community-follow button.button-secondary:active, .split-button button.button-secondary:active {
  color: #46c0fa;
  border: 1px solid #46c0fa;
}

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

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #46c0fa;
}

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

.button-large.button-secondary, input.button-secondary[type="submit"] {
  color: #676869;
  border: 1px solid #e7e8e9;
  background-color: transparent;
}

.button-large.button-secondary:hover, .button-large.button-secondary:focus, .button-large.button-secondary:active, input.button-secondary[type="submit"]:hover, input.button-secondary[type="submit"]:focus, input.button-secondary[type="submit"]:active {
  color: #272829;
  border: 1px solid #e7e8e9;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: #28a7e1;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  outline-color: #28a7e1;
  padding: 8px 20px;
}

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

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

.split-button button:not(:only-child):last-child {
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

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

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

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

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

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

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

.table tr {
  border-bottom: 1px solid #e7e8e9;
  display: block;
  padding: 20px 0;
}

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

.table td {
  display: block;
}

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

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

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

/***** Forms *****/
.form {
  max-width: 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 #e7e8e9;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #28a7e1;
}

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

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

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

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

.form-field .nesty-input:focus {
  border: 1px solid #28a7e1;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #28a7e1;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

/***** article list *****/
.article-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0;
}

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

.article-list-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article-list-item {
    flex: 1 0 auto;
    width: 33%;
    /* Three columns on desktop */
    max-width: 33%;
    padding-left: 0;
    padding-right: 24px;
  }
  [dir="rtl"] .article-list-item {
    padding: 0 0 0 24px;
  }
}

.article-list-item:nth-child(3n) {
  padding-right: 0;
}

.article-list-item .article-item {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e7e8e9;
}

.article-list-item a {
  display: inline-block;
  padding: 15px 24px 15px 0;
  color: #272829;
  text-decoration: none;
}

.article-list-item a:hover,
.article-list-item a:focus {
  color: #0C63E2;
  text-decoration: none;
}

.article-list-item .icon-lock {
  vertical-align: baseline;
}

.video-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .video-list {
    flex-direction: row;
    margin-right: -15px;
  }
}

.video-list-item {
  flex: 0 0 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-list-item .article-body {
  display: none;
}

@media (min-width: 768px) {
  .video-list-item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .video-list-item {
    flex: 0 0 50%;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .video-list-item {
    flex: 0 0 33%;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.video-list-item a.video-list-item-title {
  display: block;
  margin-top: 15px;
  color: #272829;
  font-size: 15px;
  text-decoration: none;
}

.video-list-item:hover .video-list-item-title, .video-list-item:focus .video-list-item-title {
  color: #0C63E2;
}

.video-list-item-cover {
  display: block;
  position: relative;
}

.video-list-item-cover-img {
  display: block;
  width: 100%;
}

.video-list-item-cover-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/hc/theming_assets/01JAESEEBNKSAM909266DEAS3S);
}

.video-list-item ol.video-list-item-labels {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.video-list-item ol.video-list-item-labels li {
  font-size: 14px;
  flex: 0 0 auto;
  padding: 4px 8px;
  margin-right: 10px;
  color: #676869;
  background-color: #f7f8f9;
}

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

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

.blocks-item {
  border: 1px solid #28a7e1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #28a7e1;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #28a7e1;
}

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

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #e7e8e9;
}

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

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

.blocks-item-link {
  color: #28a7e1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

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

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #28a7e1;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

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

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

/* 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 #e7e8e9;
  border-top: 1px solid #e7e8e9;
}

@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 #28a7e1;
}

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

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

.collapsible-nav-list li {
  color: #272829;
  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: #272829;
  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 #28a7e1;
    order: 1;
  }
}

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

.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: 60px;
  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(60px / 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 #28a7e1;
}

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

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

.meta-group * {
  display: inline;
}

.meta-data {
  color: #676869;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

.scroll-nav {
  position: sticky;
  top: 10px;
}

.scroll-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.scroll-nav__item {
  padding-bottom: 10px;
}

.scroll-nav .scroll-nav__link {
  color: #676869;
  text-decoration: none;
}

.scroll-nav .scroll-nav__link:before {
  content: url(/hc/theming_assets/01K8R31Y9J6BWY0S4CERH82TKY);
  padding-right: 10px;
}

.scroll-nav .scroll-nav__sub-list {
  margin: 0;
  padding: 10px 0 0 30px;
  list-style-type: none;
}

.scroll-nav .scroll-nav__sub-item {
  padding-bottom: 10px;
}

.scroll-nav .scroll-nav__sub-item:last-child {
  padding-bottom: 0;
}

.scroll-nav .scroll-nav__sub-link {
  color: #676869;
  text-decoration: none;
}

.scroll-nav .scroll-nav__sub-link:before {
  content: url(/hc/theming_assets/01K8R31Y9J6BWY0S4CERH82TKY);
  padding-right: 10px;
}

.scroll-nav__link:hover, .scroll-nav__item--active > .scroll-nav__link, .scroll-nav__item--active > .scroll-nav__sub-link {
  color: #28a7e1;
}

.scroll-nav__link:hover:before, .notification-inline.notification-error:hover::before, .scroll-nav__item--active > .scroll-nav__link:before, .scroll-nav__item--active > .scroll-nav__sub-link:before {
  content: url(/hc/theming_assets/01K8R320TXHB264TAM0526806F);
  padding-right: 10px;
}

.scroll-nav .scroll-nav__sub-link:hover {
  color: #28a7e1;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 47px;
  margin-bottom: 68px;
}

@media (max-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
    margin-top: 28px;
    margin-bottom: 36px;
  }
}

/* Follow btn */
.breadcrums-box {
  flex-direction: row;
}

.follow-btn {
  border: 0;
  display: flex;
  /* align-items: center; */
}

.follow-btn button {
  min-width: unset;
}

.modal-wrapper {
  display: none;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1111;
  border-radius: 12px;
  font-size: 14px;
  color: black;
}

.close-icon {
  color: #999;
  width: 24px;
  height: 24px;
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  line-height: 24px;
  font-family: Roboto;
  font-size: 20px;
  text-align: center;
}

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

.modal-body .iconfont {
  font-size: 72px;
  color: #5c5c5c;
}

.modal-confirm {
  display: inline-block;
  position: relative;
  border: none;
  cursor: pointer;
  color: #0C63E2;
  background-color: transparent;
}

.modal-confirm::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0C63E2;
  background-color: #0C63E2;
  transition: all 0.3s ease-in-out;
}

.modal-confirm:hover::after, .modal-confirm:active::after {
  width: 100%;
}

@media (min-width: 1025px) {
  .modal-wrapper {
    width: 560px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .modal-wrapper {
    width: 444px;
  }
}

@media (max-width: 769px) {
  .modal-wrapper {
    width: 344px;
  }
}

/***** Breadcrumbs *****/
.breadcrumbs {
  display: flex;
  margin: 0;
  padding: 0;
}

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

.breadcrumbs li {
  display: inline;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1f1f1f;
}

.breadcrumbs li + li::before, .breadcrumbs li + li.notification-inline.notification-error::before {
  color: #1f1f1f;
  content: "/";
  margin: 0 4px;
}

.breadcrumbs li a {
  color: #1f1f1f;
}

.breadcrumbs li:last-child, .breadcrumbs li:last-child a, .breadcrumbs li:last-child::before, .breadcrumbs .notification-inline.notification-error:last-child::before {
  color: #999;
}

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

.search input[type="search"] {
  border: 1px solid #e7e8e9;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  color: #666;
  height: 52px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

@media (max-width: 768px) {
  .search input[type="search"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.search input[type="search"]:focus {
  border: 1px solid #28a7e1;
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 20px;
  color: #777;
}

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

.search-container {
  position: relative;
}

.search-container {
  width: 100%;
  background-color: #F5F5F5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search-wrapper {
  width: 45%;
  position: relative;
  max-width: 852px;
}

@media (max-width: 768px) {
  .search-wrapper {
    width: 100%;
    padding: 0 16px;
  }
}

.search-wrapper .search-icon {
  left: unset;
  right: 15px;
}

@media (max-width: 768px) {
  .search-wrapper .search-icon {
    right: 28px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #272829;
  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;
  font-weight: 300;
}

.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: #676869;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

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

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

.recent-activity-item-comment::before, .recent-activity-item-comment.notification-inline.notification-error::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: #28a7e1;
  width: 16px;
  height: 16px;
}

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

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

/***** Category pages *****/
.category-container {
  flex: 1;
  margin: 0 -20px;
}

@media (min-width: 768px) {
  .category-container {
    flex: 0 0 80%;
    margin: 0;
  }
}

.category-container .category-section {
  width: 100%;
}

.snmk-container .category-sections .category-section {
  margin-bottom: 2px;
}

.snmk-container .category-section-body {
  padding: 0;
}

.snmk-container .category-section-title {
  padding: 24px;
}

@media (max-width: 769px) {
  .snmk-container .category-section .category-section-article {
    padding: 10px 24px;
  }
  .category-section-body .snmk-btn, .category-section-body .follow-btn button, .follow-btn .category-section-body button {
    margin-left: 24px;
  }
}

.category-section {
  display: block;
  margin-bottom: 20px;
}

.category-section-header {
  display: block;
  position: relative;
  background-color: #f7f8f9;
}

.category-section-toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
}

.category-section-toggle-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.category-section-toggle .icon-up {
  background-image: url(/hc/theming_assets/01K8R31WX8XT5REQRVGQAZJTN4);
}

.category-section-toggle .icon-down {
  background-image: url(/hc/theming_assets/01K8R3209638DSWXAGRKNCTAVB);
}

.category-section-toggle[aria-expanded="false"] .icon-down {
  display: inline-block;
}

.category-section-toggle[aria-expanded="true"] .icon-up {
  display: inline-block;
}

.category-section-body {
  display: none;
  padding: 10px 20px;
}

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

.category-section-title {
  font-size: 36px;
  font-weight: bold;
  color: #272829;
  line-height: 44px;
  display: block;
}

@media (max-width: 768px) {
  .category-section-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.category-section .category-section-articles, .category-section .category-section-subsections {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}

.category-section .category-section-article {
  flex: 1 0 100%;
  padding: 10px 20px 10px 0;
}

@media (min-width: 768px) {
  .category-section .category-section-article {
    flex: 1 0 40%;
  }
}

.category-section .category-section-article-link {
  color: #272829;
  font-size: 15px;
  text-decoration: none;
}

.category-section .category-section-article-link:hover, .category-section .category-section-article-link:focus {
  color: #28a7e1;
}

.category-section .category-section-article .article-body {
  display: none;
}

.category-section .category-section-subsection {
  flex: 0 0 100%;
  padding: 10px 20px 10px 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .category-section .category-section-subsection {
    flex: 1 0 40%;
    margin-bottom: 50px;
  }
}

.category-section .category-section-subsection-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-section .category-section-subsection-articles {
  padding: 0;
}

.category-section .category-section-subsection-article {
  padding: 10px 0;
}

.category-section .video-list {
  margin-top: 5px;
}

.category-section .see-more-article {
  margin-top: 10px;
  width: auto;
}

.icon-star {
  color: #28a7e1;
  font-size: 18px;
}

.bg-blue {
  background-color: #0C63E2;
}

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

.academy-banner {
  background-image: url(/hc/theming_assets/01JAESEG3V8YRF247TBGN03QMM);
  background-position: top center;
  height: 520px;
  background-size: auto 520px;
  color: white;
}

.academy-banner .tab-options {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 55px;
}

.academy-banner .tab-option {
  min-width: 80px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
  border-radius: 55px;
  padding: 16px 12px;
}

.academy-banner .tab-option-active {
  background-color: #0C63E2;
}

.academy-banner .section-all, .academy-banner .section-cnc {
  padding-left: 32px;
  padding-right: 32px;
}

.academy-banner .section-3dp {
  padding-left: 44px;
  padding-right: 44px;
}

.academy-banner .divide-line {
  width: 2px;
  background-color: #EFEFEF;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.3;
}

.academy-banner a {
  text-decoration: none;
}

.academy-banner .mob-tab-option {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
  border-radius: 55px;
  padding: 16px 32px;
  min-width: 9em;
  background-color: #0C63E2;
  display: inline-block;
  text-align: left;
}

@media (min-width: 1467px) {
  .academy-banner {
    background-position: center;
    height: 520px;
    background-size: 100% auto;
  }
}

@media (max-width: 1025px) {
  .academy-banner {
    height: 488px;
    background-size: auto 488px;
  }
  .academy-banner .tab-options {
    margin-top: 12px;
    display: none;
    flex-direction: column;
    background-color: white;
    color: #1f1f1f;
    box-shadow: unset;
    backdrop-filter: unset;
    border-radius: 8px;
  }
  .academy-banner .tab-option {
    color: #1f1f1f;
    padding: 16px 32px;
    min-width: 9em;
    border-radius: none;
  }
  .academy-banner .tab-option-active {
    display: none;
    color: white;
  }
  .academy-banner .divide-line {
    display: none;
  }
  .academy-banner .iconfont {
    float: right;
  }
}

.section-title-collection {
  border-bottom: 2px solid #e0e0e0;
}

.section-title-collection:last-child {
  border-bottom: unset;
}

.category-section[video-type] .section-title-collection {
  border-bottom: none;
}

.academy-extract-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.academy-extract-img-list i {
  width: calc((100% - 24px * 2) / 3);
}

.academy-extract-img-list .extract-img-item {
  width: calc((100% - 24px * 2) / 3);
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .academy-extract-img-list .extract-img-item {
    width: 100%;
  }
}

.academy-extract-img-list .extract-img-item .extract-img-box {
  padding: 22px;
  transition: all 0.25s ease;
}

.academy-extract-img-list .extract-img-item img {
  border-radius: 8px;
}

.academy-extract-img-list .extract-img-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.academy-extract-img-list .extract-img-item:hover {
  border: 1px solid #0C63E2;
  background-color: white;
  box-shadow: 0px 6px 32px -6px rgba(0, 0, 0, 0.08);
}

.academy-extract-img-list .extract-img-item:hover .extract-img-box {
  padding: 0;
}

.academy-extract-img-list .extract-img-item:hover img {
  border-radius: 0;
}

.academy-extract-img-list .extract-img-item .video-list-item-title {
  padding: 0 22px 22px;
}

.academy-extract-img-list img {
  max-width: 100%;
}

.academy-extract-img-list a {
  text-decoration: none;
}

.category-section[aria-expanded="false"] .category-section-header {
  margin-bottom: 16px;
}

.wiki-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 90px 140px;
  gap: 24px;
}

@media (max-width: 768px) {
  .wiki-wrapper {
    justify-content: space-between;
    padding-block: 32px 52px;
    gap: 20px;
  }
}

.wiki-wrapper .wiki-block {
  text-align: center;
  max-width: 210px;
  width: 10vw;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .wiki-wrapper .wiki-block {
    width: calc(50% - 12px);
    margin-top: 12px;
  }
}

.wiki-wrapper .wiki-block:hover {
  text-decoration: none;
}

.wiki-wrapper .wiki-block .wiki-block-img {
  width: 64px;
  height: auto;
  padding-inline: 73px;
}

@media (max-width: 768px) {
  .wiki-wrapper .wiki-block .wiki-block-img {
    width: 56px;
    padding-inline: 52px;
  }
}

.wiki-wrapper .wiki-block .wiki-block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1f1f1f;
  margin-top: 36px;
}

@media (max-width: 768px) {
  .wiki-wrapper .wiki-block .wiki-block-title {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px;
  }
}

.software-wiki {
  position: relative;
  width: calc(100% + 48px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background-color: #F5F5F5;
  border-radius: 16px;
  overflow: hidden;
  margin-block: 44px 148px;
  justify-content: space-between;
  padding-inline: 148px;
}

@media (max-width: 768px) {
  .software-wiki {
    flex-direction: column-reverse;
    padding-inline: 0;
    margin-block: 20px 48px;
    width: 100%;
  }
}

.software-wiki .sw-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 261px;
}

@media (max-width: 768px) {
  .software-wiki .sw-text-container {
    min-width: unset;
    width: 100%;
    padding-inline: 20px;
  }
}

.software-wiki .sw-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #5c5c5c;
  margin: 0;
}

@media (max-width: 768px) {
  .software-wiki .sw-desc {
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    text-align: center;
  }
}

.software-wiki .sw-btn-container {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .software-wiki .sw-btn-container {
    margin-top: 16px;
    flex-direction: column;
    gap: 10px;
  }
}

.software-wiki .sw-btn-container a:hover {
  text-decoration: none;
}

.production-academy {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .production-academy {
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.production-academy .pa-block {
  width: calc(25% - (3 * 42px) / 4);
  margin-right: 42px;
  position: relative;
}

.production-academy .pa-block:hover {
  text-decoration: none;
}

.production-academy .pa-block:nth-child(4n), .production-academy .pa-block:last-child {
  margin: 0;
}

.production-academy .pa-block:nth-child(4n)::after, .production-academy .pa-block:last-child::after {
  display: none;
}

.production-academy .pa-block:nth-child(5), .production-academy .pa-block:nth-child(6) {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .production-academy .pa-block:nth-child(5), .production-academy .pa-block:nth-child(6) {
    margin-top: 0;
  }
}

.production-academy .pa-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: calc((42px - 1px) / 2 * -1);
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}

@media (max-width: 768px) {
  .production-academy .pa-block::after {
    bottom: 20px;
    left: 0;
    top: unset;
    right: unset;
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 768px) {
  .production-academy .pa-block {
    width: 100%;
    margin-right: 0;
    padding-bottom: calc(42px + 14px);
  }
}

.production-academy .pa-img-wrapper {
  line-height: 0;
}

.production-academy .pa-img {
  width: 100%;
}

.production-academy .pa-title {
  margin-top: 20px;
  font-size: 19px;
  line-height: 24px;
  color: #15171a;
  font-weight: 700;
}

.production-academy .pa-excerpt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #15171a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .production-academy .pa-excerpt {
    margin-top: 14px;
  }
}

.production-academy .pa-detail {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #737373;
}

@media (max-width: 768px) {
  .production-academy .pa-detail {
    margin-top: 12px;
  }
}

/***** Section pages *****/
.section-container {
  padding-bottom: 80px;
}

.section-container h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  .section-container h2 {
    margin: 0 0 50px;
  }
}

.section-resource {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-metadata {
  flex: 0 0 364px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
}

.section-metadata img {
  width: 100%;
}

.compatible-wrapper {
  width: 100%;
  height: 2em;
  position: relative;
  display: flex;
  align-items: center;
}

.compatible-wrapper .hr {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.compatible {
  background-color: white;
  padding: 0 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 155px;
  text-align: center;
}

.products-label-btn-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.products-label-btn {
  margin-top: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  border: 1px solid #d6d6d6;
  border-radius: 46px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.products-label-btn:hover {
  text-decoration: none;
  color: #0C63E2;
}

.download-select {
  width: 100%;
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 68px;
}

.file-resource-container {
  width: 33%;
  color: #5c5c5c;
}

.file-resource-container .dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background-color: white;
  width: 100%;
  border-radius: 8px;
  padding: 8px 0;
  opacity: 1;
  z-index: 1;
}

.file-resource-container .dropdown a {
  display: block;
  padding: 12px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-resource-container .dropdown a:hover {
  color: #0C63E2;
  background-color: rgba(12, 99, 226, 0.04);
  text-decoration: none;
}

.resource-title-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.resource-title-container, .resource-title, .resource-time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
}

.resource-title {
  flex: 1 1;
}

.resource-time {
  min-width: 100px;
}

.file-download-btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  min-width: 9em;
  padding: 1em 2em;
  padding-right: calc(2em + 16px);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  background-color: #0C63E2;
  color: #fff;
}

.file-download-btn:hover, .file-download-btn:active {
  background-color: #0A4FB5;
  text-decoration: none;
}

.file-download-btn:disabled {
  color: #fff;
  background-color: #c2c2c2;
  cursor: not-allowed;
}

.file-download-btn .iconfont {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.file-resource-container .snmk-link-btn {
  color: #0C63E2;
}

.file-resource-container .snmk-link-btn:hover {
  text-decoration: none;
}

.resource-select {
  position: relative;
}

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

.file-download-btn .iconfont.down {
  display: inline-block;
  transition: all .2s;
  font-weight: bold;
  font-size: 20px;
}

.resource-select[aria-expanded="true"] .iconfont.down {
  transform: translateY(-50%) rotate(180deg);
}

.category-section[aria-expanded="false"] .section-title-collection {
  display: none;
}

.category-section-toggle .iconfont {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
}

.category-section-toggle[aria-expanded="false"] .iconfont {
  transform: rotate(0);
}

.category-section-toggle[aria-expanded="true"] .iconfont {
  transform: rotate(180deg);
}

.video-list .video-list-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.video-list-item-cover:hover .video-list-item-play-icon {
  color: white;
}

.video-list-item-play-icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
}

.video-list-item-play-icon:hover {
  color: white;
}

.video-list .video-list-item a.video-list-item-title {
  margin-top: 12px;
  font-size: 16px;
  color: #5c5c5c;
}

.video-list .video-list-item a.video-list-item-title:hover {
  color: #0C63E2;
}

.iconfont.video-list-item-play-icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  left: 24px;
  bottom: 24px;
}

.snmk-container .category-section {
  margin-bottom: 0px;
}

.snmk-container .category-section-header {
  width: calc(100% + 48px);
  left: 50%;
  transform: translateX(-50%);
}

.subsections-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subsections-list .article-list {
  margin-top: 24px;
}

.subsections-list .article-item {
  border-bottom: unset;
}

.subsections-list .article-list-link {
  color: #5c5c5c;
}

.manual-article .subsections-container {
  width: 33%;
}

.manual-article .subsections-container .article-list {
  flex-direction: column;
}

.manual-article .subsections-container .article-list-item {
  width: 100%;
  max-width: 100%;
}

.manual-article .subsections-container .article-list-link {
  display: flex;
  align-items: center;
}

.manual-article .subsections-container .article-list-link:hover .book-icon {
  color: white;
  background-color: #0C63E2;
}

.manual-article .subsections-container .article-list-link:hover .book-icon::after {
  border-top-color: #0C63E2;
}

.normal-article .subsections-container {
  width: 50%;
}

.normal-article .subsections-container .article-list {
  flex-direction: column;
}

.normal-article .subsections-container .article-list-item {
  width: 100%;
  max-width: 100%;
}

.normal-article .subsections-container .article-list-item .article-list-link {
  margin-bottom: 16px;
  padding: 0;
}

/*
* icon User Manual
*/
.book-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  padding-top: 2.5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-icon::before, .book-icon.notification-inline.notification-error::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  /* height: 20px; */
  border-top: 5px white solid;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 5px solid transparent;
}

.book-icon::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  /* height: 20px; */
  border-top: 5px #f5f5f5 solid;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 5px solid transparent;
}

@media (min-width: 1025px) {
  .video-list .video-list-item:nth-child(1), .video-list .video-list-item:nth-child(2), .video-list .video-list-item:nth-child(3) {
    margin-top: 0;
  }
  .video-list .video-list-item {
    margin-top: 44px;
  }
  .manual-article .subsections-container:nth-child(1), .manual-article .subsections-container:nth-child(2), .manual-article .subsections-container:nth-child(3) {
    margin-top: 0;
  }
  .normal-article .subsections-container:nth-child(1), .normal-article .subsections-container:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1441px) {
  .file-resource-container {
    width: calc((100% - 24px*2)/3);
  }
  .file-resource-container:nth-child(3n) {
    margin-right: 0;
  }
  .file-resource-container:nth-child(1), .file-resource-container:nth-child(2), .file-resource-container:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1441px) {
  .file-resource-container {
    width: calc((100% - 24px*1)/2);
  }
  .file-resource-container:nth-child(2n) {
    margin-right: 0;
  }
  .file-resource-container:nth-child(1), .file-resource-container:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .file-resource-container {
    width: calc((100% - 24px*1)/2);
  }
  .file-resource-container:nth-child(2n) {
    margin-right: 0;
  }
  .file-resource-container:nth-child(1), .file-resource-container:nth-child(2) {
    margin-top: 0;
  }
  .video-list .video-list-item:nth-child(1), .video-list .video-list-item:nth-child(2) {
    margin-top: 0;
  }
  .video-list .video-list-item {
    margin-top: 32px;
  }
  .manual-article .subsections-container {
    width: 50%;
  }
  .manual-article .subsections-container:nth-child(1), .manual-article .subsections-container:nth-child(2) {
    margin-top: 0;
  }
  .normal-article .subsections-container:nth-child(1), .normal-article .subsections-container:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 769px) {
  .section-resource {
    flex-direction: column;
  }
  .products-label-btn-container {
    padding-bottom: 40px;
  }
  .section-metadata {
    flex: 0 0 100%;
    background-color: whitesmoke;
    padding-bottom: 12px;
  }
  .section-metadata img {
    width: 100%;
  }
  .compatible {
    background-color: whitesmoke;
  }
  .file-resource-container {
    width: 100%;
    padding-right: 0;
  }
  .file-resource-container:nth-child(1) {
    margin-top: 0;
  }
  .section-metadata {
    padding: 0;
  }
  .download-select {
    row-gap: 36px;
    margin-left: 0;
  }
  .file-resource-container {
    margin-right: 0;
  }
  .snmk-container .category-section-header {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .video-list .video-list-item:nth-child(1) {
    margin-top: 0;
  }
  .video-list .video-list-item {
    margin-top: 28px;
  }
  .manual-article .subsections-container {
    width: 100%;
  }
  .manual-article .subsections-container:nth-child(1) {
    margin-top: 0;
  }
  .normal-article .subsections-container {
    width: 100%;
  }
  .normal-article .subsections-container:nth-child(1) {
    margin-top: 0;
  }
}

.scroll-text-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-text-title .text-box {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  transition: 10s all;
}

.scroll-text-title .text-box:hover {
  animation: scroll-word-title;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: translateX(-100%); */
  width: auto;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  align-items: unset;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.scroll-text-time {
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-text-time .text-box {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  transition: 10s all;
}

.scroll-text-time .text-box:hover {
  animation: scroll-word-time;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: translateX(-100%); */
  width: auto;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  align-items: unset;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.scroll-text-btn {
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-text-btn .text-box {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  transition: 10s all;
}

.scroll-text-btn .text-box:hover {
  animation: scroll-word-btn;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: translateX(-100%); */
  width: auto;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  align-items: unset;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

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

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

.attachments .attachment-item .attachment-icon {
  color: #272829;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone span {
  color: #676869;
}

/***** 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: #676869;
}

.share a:hover {
  text-decoration: none;
  color: #28a7e1;
}

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

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

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.comment-callout a {
  color: #28a7e1;
}

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

.comment-sorter .dropdown-toggle {
  color: #676869;
  font-weight: 300;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: #28a7e1;
}

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

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

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

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

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

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

.comment-body a:visited {
  color: #000;
}

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

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

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

@media (max-width: 768px) {
  .comment-body iframe {
    width: 100%;
  }
}

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

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

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

.vote-sum {
  color: #676869;
  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: #28a7e1;
}

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

.vote-voted {
  color: #28a7e1;
}

.vote-voted:hover {
  color: #46c0fa;
}

/***** 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/01JAESEJC5GDTCJR5WMM3Q12F7);
  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 #e7e8e9;
  font-size: 13px;
}

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

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #e7e8e9;
  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: #28a7e1;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: #28a7e1;
  color: #FFFFFF;
}

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

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

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

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #28a7e1;
  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 #e7e8e9;
  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: #272829;
  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: #000;
}

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

.striped-list-count {
  color: #676869;
  font-weight: 300;
  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: 300;
  text-align: center;
}

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

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #28a7e1;
}

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

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

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

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #676869;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

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

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

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

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

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

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

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

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

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

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

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

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

.post-body a:visited {
  color: #000;
}

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

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

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

@media (max-width: 768px) {
  .post-body iframe {
    width: 100%;
  }
}

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

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

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

.post-comment-count .icon-comments {
  color: #28a7e1;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #e7e8e9;
  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;
  }
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
.my-activities-table td:first-child {
    width: 500px;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

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

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

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

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

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

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

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

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

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

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

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

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

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

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

.subscriptions-table td: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: #676869;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #676869;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

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

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

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

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

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

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

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

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #e7e8e9;
  color: #676869;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

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

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #28a7e1;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #28a7e1;
}

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

.request-title {
  width: 100%;
}

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

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

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

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

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

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

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #676869;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

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

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

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

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #676869;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #28a7e1;
  border-radius: 4px;
  color: #28a7e1;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #676869;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

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

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  /* By default use bold instead of italic to highlight */
}

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

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.search-results-sidebar .dropdown-toggle {
  display: flex;
  padding: 8px 10px;
  background-color: #f7f8f9;
}

.search-results-sidebar .dropdown-toggle span {
  margin-right: 8px;
}

.search-results-sidebar .dropdown-toggle span:last-child {
  margin-right: 0;
}

.search-results-sidebar .dropdown-toggle-text {
  vertical-align: top;
  line-height: 24px;
}

.search-results-sidebar .dropdown-menu {
  min-width: 0;
}

.search-results-sidebar .icon-filter {
  background-image: url(/hc/theming_assets/01JAESEBDX9H0RXEEQ35CZ4XSH);
  display: inline-block;
  width: 24px;
  height: 24px;
}

.search-results-sidebar .icon-down {
  background-image: url(/hc/theming_assets/01K8R3209638DSWXAGRKNCTAVB);
  display: inline-block;
  width: 24px;
  height: 24px;
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  color: #28a7e1;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #272829;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 20px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li {
  border-bottom: 1px solid #e7e8e9;
}

.search-results-list > li:last-child {
  border-bottom: 0;
}

.search-results .search-result-title {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #272829;
  text-decoration: none;
  margin-bottom: 10px;
}

.search-results .search-result-title a:hover,
.search-results .search-result-title a:focus {
  color: #28a7e1;
  text-decoration: none;
}

.search-results .search-result-breadcrumbs {
  display: block;
  margin: 0;
}

.search-results .search-result-breadcrumbs li, .search-results .search-result-breadcrumbs li a, .search-results .search-result-breadcrumbs li a:visited {
  color: #979899;
  text-decoration: none;
}

[dir="ltr"] .search-results .search-result-icons {
  float: right;
}

[dir="rtl"] .search-results .search-result-icons {
  float: left;
}

.search-results .search-result-votes, .search-results .search-result-meta-count {
  color: #676869;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-results .search-result-votes-icon, .search-results .search-result-meta-count-icon {
  color: #28a7e1;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-results .search-result-votes, [dir="ltr"] .search-results .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-results .search-result-votes::before, [dir="ltr"] .search-results .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-results .search-result-votes, [dir="rtl"] .search-results .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-results .search-result-votes::before, [dir="rtl"] .search-results .search-result-meta-count::before {
  margin-left: 3px;
}

.search-results .search-result-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-results .search-result-description em {
  font-style: normal;
  font-weight: bold;
  background: yellow;
}

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

.notification a {
  color: #158ec2;
}

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

.notification-icon, .notification-inline.notification-error::before, .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;
}

.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: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 5px 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;
}

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

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

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

.user-info > button {
  border: 0;
  color: #272829;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

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

.user-info > button::after {
  color: #272829;
  padding-right: 15px;
}

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

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

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

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

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

.avatar {
  display: inline-block;
  position: relative;
  /*
  .icon-agent {
    color: $brand_color;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    background-color: #FFFFFF;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 17px;
  }
  */
}

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

/***** Header *****/
.snmk-container {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Droid Sans","Helvetica Neue","Helvetica","Arial","Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei","Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.has-second-bar {
  height: 156px;
}

.header {
  position: sticky;
  top: -1px;
  z-index: 100;
  background-color: white;
  border: 1px solid #EFEFEF;
  transition: all 0.2s ease-in-out;
}

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

.logo {
  z-index: 1;
}

.header .search-container {
  display: inline-block;
}

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

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

.nav-wrapper .user-nav[aria-expanded="true"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 20px;
  z-index: 100;
  border-bottom: 1px solid #e7e8e9;
  box-shadow: 0 2px 20px 2px #eee;
}

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

.nav-wrapper .user-nav[aria-expanded="true"] .search-container {
  display: block;
  margin-top: 20px;
}

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

.nav-wrapper .user-nav > .logo {
  display: none;
}

.nav-wrapper .user-nav > a {
  display: inline-block;
  border: 0;
  margin: 0 20px 0 0;
  width: auto;
  font-size: 16px;
  color: #272829;
  text-decoration: none;
}

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

.nav-wrapper .user-nav .user-info {
  display: none;
}

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

.nav-wrapper .user-nav .sign-out {
  display: block;
}

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

@media (max-width: 768px) {
  .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: inline-block;
  background: none;
  border: 0;
  color: #272829;
  margin-right: 10px;
  padding: 0;
  width: auto;
  z-index: 101;
  position: absolute;
  right: 20px;
  top: 22px;
}

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

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

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

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: #272829;
}

.nav-wrapper .menu-button[aria-expanded="false"] .icon-menu.icon-open {
  display: inline-block;
}

.nav-wrapper .menu-button[aria-expanded="false"] .icon-menu.icon-close {
  display: none;
}

.nav-wrapper .menu-button[aria-expanded="true"] .icon-menu.icon-open {
  display: none;
}

.nav-wrapper .menu-button[aria-expanded="true"] .icon-menu.icon-close {
  display: inline-block;
}

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

.first-bar {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.first-bar a {
  color: #5c5c5c;
}

.first-bar .logo {
  font-size: 32px;
}

.first-bar .snmk-primary-btn {
  padding: 0.5em 1em;
}

.has-second-bar .first-bar {
  border-bottom: 1px solid #EFEFEF;
}

/* collection icon */
.bar-burger {
  position: relative;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  width: 3.25rem;
}

.bar-burger span {
  display: block;
  background-color: #4a4a4a;
  height: 2px;
  position: absolute;
  transform-origin: center;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  width: 24px;
}

.bar-burger span:first-child {
  top: calc(50% - 9px);
}

.bar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.bar-burger span:nth-child(3) {
  top: calc(50% + 7px);
}

.bar-burger.is-active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.bar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.bar-burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/***************/
.menus {
  display: flex;
}

.menu {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.second-bar {
  height: 76px;
  display: flex;
  justify-content: space-between;
}

.second-bar .is-open {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.right-nav {
  display: flex;
  align-items: center;
}

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

.nav-item {
  padding: 0 12px;
  line-height: 24px;
  margin-left: 44px;
  color: #5c5c5c;
}

.nav-items .search-container {
  margin-left: 52px;
}

.nav-items .search-container input::placeholder {
  color: #999;
}

.sub-nav-item {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #1f1f1f;
  background-color: #ebebeb;
  border-radius: 30px;
}

.mask {
  display: none;
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(10, 10, 10, 0.6);
}

.shop-btn {
  padding: 0.25em 0.8em;
  display: flex;
  min-width: unset;
  background-image: linear-gradient(106.08deg, #0C63E2 13.29%, #08BFF7 91.26%);
}

@media (min-width: 1025px) {
  .first-bar {
    position: relative;
  }
  .menus {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .menu {
    padding: 0 1.5625vw;
  }
  .menu::before, .menu.notification-inline.notification-error::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5625vw;
    width: calc(100% - 2 * 1.5625vw);
    height: 2px;
    transform: scale(0);
    background-color: #333;
    transition: all 0.2s ease-in-out;
  }
  .menu:hover::before, .notification-inline.notification-error:hover::before {
    transform: scale(1);
  }
  .active-nav-item {
    padding-right: 1em;
    padding-left: 1em;
    background-color: #f5f5f5;
    border-radius: 30px;
  }
}

@media (max-width: 1025px) {
  .first-bar {
    position: relative;
  }
  .menus {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    z-index: 10;
    background-color: white;
  }
  .has-second-bar .menus {
    top: calc(100% + 1px);
  }
  .menu {
    height: 64px;
    padding: 0 29px 0 0;
    border-bottom: #ebebeb 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1f1f1f;
  }
  .second-bar .is-open {
    display: inline-block;
    transform: rotate(180deg);
  }
  .nav-items {
    width: 100vw;
    height: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    flex-direction: column;
    z-index: 1;
    background-color: white;
    justify-items: flex-start;
    overflow: hidden;
  }
}

@media (max-width: 1025px) and (min-width: 1441px) {
  .nav-items {
    padding: 0 96px;
  }
}

@media (max-width: 1025px) and (min-width: 1025px) and (max-width: 1441px) {
  .nav-items {
    padding: 0 60px;
  }
}

@media (max-width: 1025px) and (min-width: 769px) and (max-width: 1025px) {
  .nav-items {
    padding: 0 40px;
  }
}

@media (max-width: 1025px) and (min-width: 376px) and (max-width: 769px) {
  .nav-items {
    padding: 0 24px;
  }
}

@media (max-width: 1025px) and (max-width: 376px) {
  .nav-items {
    padding: 0 16px;
  }
}

@media (max-width: 1025px) {
  .nav-items .nav-item {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 16px;
    margin-left: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .nav-items .search-container {
    order: -1;
    margin-left: 0;
    margin-top: 24px;
  }
  .search-container {
    width: 100%;
  }
}

@media (max-width: 1025px) {
  .mob-w-100 {
    width: 100%;
  }
  .nav-curr-item {
    display: none;
  }
}

.p-title {
  font-size: 28px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .p-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/***** Footer *****/
.footer {
  padding-top: 60px;
  background: #f7f8f9;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.footer-column-1 {
  flex: 0 0 100%;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .footer-column-1 {
    flex: 2 0 20%;
  }
}

.footer-column-2 h2, .footer-column-3 h2, .footer-column-4 h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2;
  color: #979899;
}

.footer-column-2 a, .footer-column-3 a, .footer-column-4 a {
  font-size: 14px;
  text-decoration: none;
  color: #272829;
}

.footer-column-2 a:hover, .footer-column-3 a:hover, .footer-column-4 a:hover {
  color: #28a7e1;
}

.footer-column-2, .footer-column-3 {
  flex: 1 0 20%;
}

.footer-column-4 {
  position: relative;
  flex: 1 0 30%;
}

.footer-column-4 .contact-us-block {
  padding-left: 0.125rem;
  margin-bottom: 1rem;
  position: relative;
}

.footer-column-4 p {
  margin: 0;
}

.footer-column-4 i {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background-color: #33383b;
}

.footer-column-4 i.fa-envelope, .footer-column-4 i.fa-phone {
  position: absolute;
  top: 4px;
}

.footer-column-4 i.fa-bilibili {
  background-repeat: no-repeat;
  background-position-x: 9px;
  background-position-y: 9px;
  background-image: url(/hc/theming_assets/01JAESEE8FERY0QBZ49XMNVXB0);
}

.footer-column-4 .contact-item {
  margin-left: 50px;
  font-size: 13px;
}

.footer-column-4 .contact-item a {
  font-size: 13px;
}

.footer-column-4 .contact-us-social {
  display: flex;
  padding-left: 0.125rem;
  margin: 2rem 0 1rem;
}

.footer-column-4 .contact-us-social-item {
  margin-right: 4px;
}

.footer-column-4 .contact-us-social-item i {
  border-radius: 10%;
}

.footer-column-4 .footer-modal {
  position: absolute;
  bottom: 0;
  left: -185px;
  background-color: white;
  margin-bottom: 1rem;
  display: none;
  box-shadow: 0 5px 20px #999;
  border-radius: 4px;
}

.footer-column-4 .footer-modal img {
  display: block;
  width: 180px;
  height: 180px;
}

.footer .language-selector {
  height: 38px;
  margin-left: 50px;
  vertical-align: middle;
  border-radius: 6px;
  background-color: #33383b;
}

.footer .language-selector .dropdown-toggle {
  height: 100%;
  color: #fff;
  padding: 6px 10px;
  white-space: nowrap;
}

.footer .language-selector .dropdown-menu {
  background-color: #33383b;
}

.footer .language-selector .dropdown-menu [role="menuitem"] {
  color: #fff;
}

.footer .language-selector .dropdown-menu [role="menuitem"]:hover,
.footer .language-selector .dropdown-menu [role="menuitem"]:focus {
  background: #676869;
}

.footer-copyright {
  margin-top: 60px;
  text-align: center;
  color: #979899;
}

.footer-copyright p {
  margin: 0;
}

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

.footer {
  background-color: #1C1E20;
}

.footer .snmk-container {
  align-items: flex-start;
}

.footer-related-links-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-related-links-title {
  color: white;
  font-weight: 500;
}

.footer-related-links {
  font-weight: 500;
}

.footer-related-links a {
  color: #c2c2c2;
}

.footer-related-links a:hover {
  color: white;
}

.contact-us .contact-us-title {
  color: white;
  font-weight: 500;
}

.contact-us .warn {
  color: red;
  display: none;
}

.contact-us .success {
  color: green;
  display: none;
}

.contact-us .newsletter-input {
  background-color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
  padding: 0.4166vw 1.82vw 0.4166vw 1vw;
  border: none;
  color: white;
}

.contact-us .newsletter-btn {
  background-color: #0C63E2;
  color: #FBFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0.4166vw 0.832vw;
  border: none;
}

.contact-us .contact-way {
  display: flex;
  align-items: center;
}

.contact-us .contact-way .iconfont {
  flex: 0 0 44px;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 25px;
  justify-content: center;
  background-color: #5c5c5c;
}

.parent {
  position: relative;
}

.input-wrapper {
  flex: 1 1;
  width: 100%;
  background-color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 46px 8px 16px;
  border: none;
  color: white;
  margin-right: -50px;
  border-radius: 46px;
}

.input-wrapper input {
  background-color: #5c5c5c;
  color: white;
}

#emailInside {
  width: 100%;
  outline: none;
  font-size: 1rem;
  border-style: none;
  padding: 0;
}

.submit-wrapper {
  flex: 0 0;
}

.submit-wrapper input {
  line-height: calc(1.5rem + 10px);
  border-style: none;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  font-weight: 500;
  background-color: #0C63E2;
  min-width: 120px;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-apperance: none;
  apperance: none;
}

.submit-wrapper input:hover {
  background-color: #0A4FB5;
}

.message {
  max-width: 345px;
  padding-left: 30px;
  font-size: 0.8rem;
  padding-top: 10px;
  background-color: transparent;
}

.footer-social-icon a {
  color: white;
  font-size: 32px;
  text-decoration: none;
}

.message.warn a {
  color: red;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #595959;
}

.change-language {
  color: white;
  position: relative;
  display: inline;
}

.change-language::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

.change-language:hover {
  text-decoration: none;
}

.change-language:hover::after {
  animation-name: bottomline;
  animation-iteration-count: 1;
  animation-duration: 2s;
}

@keyframes bottomline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .footer-related-links-left-block {
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-related-links-right-block {
    width: 33.33%;
  }
  .footer-related-links-block-new {
    width: 50%;
    margin-bottom: 44px;
    padding-right: 24px;
  }
  .footer-related-links-block-right-new {
    width: 100%;
    margin-bottom: 44px;
    padding-right: 24px;
  }
  .footer-related-links-block {
    display: none;
    width: 33.33%;
    margin-bottom: 44px;
    padding-right: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .footer-related-links-left-block, .footer-related-links-right-block {
    display: none;
  }
  .footer-related-links-block {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 24px;
  }
  .footer-related-links-block:first-child, .footer-related-links-block:nth-child(2) {
    margin-top: 24px;
  }
  .contact-us {
    margin-top: 24px;
  }
}

@media (max-width: 769px) {
  .footer-related-links-left-block, .footer-related-links-right-block {
    display: none;
  }
  .footer-related-links-container {
    flex-direction: column;
  }
  .footer-related-links-block {
    width: 100%;
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 24px;
  }
  .footer-related-links {
    display: none;
  }
  .footer-related-links-title {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  .footer-related-links-title .iconfont {
    transition: all 0.3s;
  }
  .contact-us {
    margin-top: 24px;
  }
  .contact-us .contact-way {
    display: flex;
    align-items: center;
  }
  .contact-us .contact-way .iconfont {
    flex: 0 0 32px;
    height: 32px;
    font-size: 18px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom .change-language {
    margin-top: 12px;
    display: block;
  }
}

/***** Hero component *****/
.hero {
  background-position: center;
  background-size: cover;
  height: 456px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 173px;
}

.hero-inner {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  margin-top: 50px;
}

/***** Homepage *****/
.home-section {
  padding: 0;
}

.home-section-default {
  background-color: #fff;
}

.home-section-grey {
  background: #f7f8f9;
}

.home-section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

/* Home categories */
.home-section .home-category-list {
  display: flex;
  margin: 0 -10px;
  padding: 40px 0 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

@media (min-width: 768px) {
  .home-section .home-category-list {
    padding: 60px 0 20px;
  }
}

.home-section .home-category-item {
  display: flex;
  flex: 1 0 290px;
  margin: 0 0 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .home-section .home-category-item {
    flex: 0 0 290px;
  }
}

.home-section .home-category {
  display: block;
  width: 100%;
  border: 1px solid #e7e8e9;
  border-radius: 4px;
  box-shadow: 10px 10px 20px #eee;
}

.home-section .home-category:hover {
  transform: scale(1.08);
}

.home-section .home-category a:hover {
  text-decoration: none;
}

.home-section .home-category img {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: auto;
}

.home-section .home-category-title {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 20px 8px 8px;
  font-size: 22px;
  font-weight: bold;
  color: #272829;
}

.home-section .home-category-description {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 8px 24px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #979899;
}

/* Home get started */
.home-section .home-get-started {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .home-section .home-get-started {
    padding-top: 60px;
  }
}

.home-section .home-get-started-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px -12px 40px;
}

@media (min-width: 768px) {
  .home-section .home-get-started-blocks {
    margin: 60px -12px 40px;
  }
}

.home-section .home-get-started-block {
  background-color: #f7f8f9;
  flex: 1 1 400px;
  margin: 0 12px 20px;
  border-radius: 4px;
  position: relative;
}

.home-section .home-get-started-block .icon-youtube {
  position: absolute;
  display: inline-block;
  margin: 30px 12px;
  width: 60px;
  height: 60px;
  background-image: url(/hc/theming_assets/01JAESECZY3Z6DTWX9E88HV195);
}

.home-section .home-get-started-block .icon-bilibili {
  position: absolute;
  display: inline-block;
  margin: 30px 12px;
  width: 60px;
  height: 60px;
  background-image: url(/hc/theming_assets/01JAESEDH1JJEGHGS9SNPW9T3N);
}

.home-section .home-get-started-block .icon-discussion {
  position: absolute;
  display: inline-block;
  margin: 30px 12px;
  width: 60px;
  height: 60px;
  background-image: url(/hc/theming_assets/01JAESE8YWEE68DM4EQZX20E7E);
}

.home-section .home-get-started-block h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 30px 10px 100px;
}

.home-section .home-get-started-block p {
  font-size: 16px;
  color: #676869;
  margin: 10px 0;
  padding-left: 100px;
  padding-right: 30px;
}

.home-section .home-get-started-block a {
  font-size: 16px;
  color: #28a7e1;
  text-decoration: underline;
  display: block;
  margin: 10px 0 20px;
  padding-left: 100px;
  padding-right: 30px;
}

.home-section .home-get-started-block a:hover {
  text-decoration: none;
}

/* Promoted Articles */
.home-section .home-promoted-articles {
  padding-top: 40px;
  padding-bottom: 80px;
}

.home-section .home-need-help {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: -15px;
}

.home-section .home-need-help-desc {
  text-align: center;
  margin-top: 10px;
  color: #979899;
}

.home-section .home-need-help-buttons {
  display: flex;
  justify-content: center;
}

.home-section .home-need-help-buttons .button, .home-section .home-need-help-buttons .article-subscribe button, .article-subscribe .home-section .home-need-help-buttons button, .home-section .home-need-help-buttons .split-button button, .split-button .home-section .home-need-help-buttons button, .home-section .home-need-help-buttons .community-follow button, .community-follow .home-section .home-need-help-buttons button, .home-section .home-need-help-buttons .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .home-section .home-need-help-buttons button, .home-section .home-need-help-buttons .subscriptions-subscribe button, .subscriptions-subscribe .home-section .home-need-help-buttons button, .home-section .home-need-help-buttons .pagination-next-link, .home-section .home-need-help-buttons .pagination-prev-link, .home-section .home-need-help-buttons .pagination-first-link, .home-section .home-need-help-buttons .pagination-last-link {
  width: 192px;
  margin: 0 12px;
}

.home-section .home-need-help #home-weixin-qrcode {
  position: absolute;
  display: none;
}

.home-section .home-need-help #home-weixin-qrcode .home-need-help-modal {
  display: block;
  position: absolute;
  left: 12px;
  top: 43px;
  background-color: #FFFFFF;
  width: 192px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 5px 20px #979899;
}

.home-section .home-need-help #home-weixin-qrcode img {
  display: block;
  width: 120px;
  margin: 30px 38px;
}

.search-text-container {
  width: 100%;
}

.quick-links {
  color: #5c5c5c;
}

.quick-links a {
  color: #f5f5f5;
}

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

.product-category {
  overflow: hidden;
}

.product-category .title-2.font-bw-1.bold:first-child {
  margin-top: 0;
}

.category-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-img {
  width: calc((100% - 24px*3)/4);
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding-bottom: 0;
  border-radius: 8px;
}

.product-img .img {
  padding: 0;
  width: 100%;
  transition: all .5s;
}

.product-img .img:hover {
  padding: 0;
}

.product-img span {
  color: #1f1f1f;
  text-align: center;
}

.product-img:hover .snmk-link-btn {
  color: #0C63E2;
}

.product-img:hover .snmk-link-btn::after {
  width: 100%;
}

.software-category {
  background-color: #F5F5F5;
  color: #1f1f1f;
  display: flex;
  border-radius: 8px;
  margin-top: 24px;
}

.software-category:hover {
  text-decoration: none;
}

.software-category:hover .snmk-primary-btn {
  background-color: #0A4FB5;
}

.software-category:first-child {
  margin-top: 0;
}

.software-text-container .snmk-primary-btn {
  text-decoration: none;
}

.margin-block-unset {
  margin-block: unset;
}

.section-academy {
  background-image: url(/hc/theming_assets/01JAESEEAR07W954KR82MWGAGQ);
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: center;
  color: white;
}

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

.section-academy a {
  text-decoration: unset;
}

.section-academy .snmk-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-service {
  background-color: white;
}

.section-service .services-wrapper {
  display: flex;
  justify-content: space-between;
}

.section-services {
  background-color: white;
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.services-wrapper .snmk-link-btn {
  margin-top: 0;
}

.service-card {
  background: #F5F5F5;
  border-radius: 10.1126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  flex: 1 1 auto;
  margin-inline: 0;
  margin-right: 24px;
  width: calc((100% - 24px * 3)/4);
  margin-top: 24px;
  align-items: center;
}

.service-card a {
  color: #0C63E2;
  margin-top: 24px;
  text-decoration: none;
}

.service-card:last-child, .service-card:nth-child(4n) {
  margin-right: 0;
}

.service-card:last-child:nth-child(4n + 1) {
  margin-right: calc((100% - 24px * 3)/4 * 3 + 24px * 3);
}

.service-card:last-child:nth-child(4n + 2) {
  margin-right: calc((100% - 24px * 3)/4 * 2 + 24px * 2);
}

.service-card:last-child:nth-child(4n + 3) {
  margin-right: calc((100% - 24px * 3)/4 * 1 + 24px * 1);
}

.service-card-img {
  line-height: 0;
}

.service-card-img img {
  width: 100%;
  margin-bottom: 0;
  max-width: 225px;
}

.service-card-title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.24px;
  color: #1F1F1F;
}

.service-card-desc {
  margin-bottom: 24px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5C5C5C;
}

@media (min-width: 769px) {
  .services-wrapper {
    padding: 0;
  }
  .service-card:nth-child(1), .service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .service-card {
    width: 100%;
    margin-right: 0;
  }
  .service-card:first-child {
    margin-top: 0;
  }
  .service-card-desc {
    margin-bottom: 48px;
  }
}

@media (min-width: 1025px) {
  .product-img:nth-child(4n) {
    margin-right: 0;
  }
  .product-img:nth-child(1), .product-img:nth-child(2), .product-img:nth-child(3), .product-img:nth-child(4) {
    margin-top: 0;
  }
  .software-category {
    padding-left: calc(1 * 100%/12 - 16px);
    padding-right: calc(1 * 100%/12 - 16px);
    justify-content: space-between;
    align-items: center;
  }
  .software-text-container {
    width: 50%;
    padding-right: calc(1 * (100vw - 20px)/12 - 16px + 8px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .software-category img {
    max-height: 19.47vw;
    max-width: 100%;
    padding-left: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .product-img {
    width: calc((100% - 24px*2)/3);
    padding-bottom: 0vw;
  }
  .product-img .img {
    padding: 0vw;
  }
  .product-img .img:hover {
    padding: 0vw;
  }
  .product-img:nth-child(3n) {
    margin-right: 0;
  }
  .product-img:nth-child(1), .product-img:nth-child(2), .product-img:nth-child(3) {
    margin-top: 0;
  }
  .software-category {
    padding-left: 60px;
    padding-right: 60px;
  }
  .software-category img {
    height: 28.125vw;
    padding-left: 8px;
  }
}

@media (max-width: 769px) {
  .home-search-container {
    background-size: 2560px 520px;
    height: 520px;
  }
  .product-img {
    width: calc((100% - 24px*1)/2);
    padding-bottom: 0px;
  }
  .product-img .img {
    padding: 0px;
  }
  .product-img:nth-child(2n) {
    margin-right: 0;
  }
  .product-img:nth-child(1), .product-img:nth-child(2) {
    margin-top: 0;
  }
  a.product-img {
    margin-right: 16px;
  }
  .software-category {
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .software-text-container {
    margin-top: 36px;
    width: 100%;
  }
  .software-text-container .snmk-primary-btn {
    margin-top: 15px;
  }
  .software-category img {
    width: 100%;
    height: auto;
  }
  .home-need-help-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-need-help-buttons .snmk-btn, .home-need-help-buttons .follow-btn button, .follow-btn .home-need-help-buttons button {
    margin-top: 8px;
    margin-bottom: 20px;
    width: 280px;
  }
}

@media (max-width: 769px) and (max-width: 768px) {
  .home-need-help-buttons {
    margin: auto;
    max-width: 190px;
    flex-direction: column;
    display: flex;
  }
}

.home-need-help-buttons .snmk-btn, .home-need-help-buttons .follow-btn button, .follow-btn .home-need-help-buttons button {
  margin-top: 8px;
}

.home-need-help-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-need-help-buttons .snmk-primary-btn {
  margin-bottom: 20px;
  width: 280px;
}

/*===================== home update 25.10.25 ==============*/
main {
  background-color: white;
}

.home-banner-container {
  background: linear-gradient(to bottom, #FCFCFC 0%, #EEF4FF 100%);
  padding-block: 90px;
}

.hb-title {
  font-size: 56px;
  line-height: 64px;
}

@media (max-width: 768px) {
  .hb-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.hb-desc {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .hb-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.h2-title {
  text-align: center;
  color: #1C1E20;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .h2-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.contact-us, .where-to-buy, .rights {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .contact-us, .where-to-buy, .rights {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-support {
  max-width: 1032px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .contact-support {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-support .cs-blocks-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .contact-support .cs-blocks-container {
    margin-top: 16px;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .contact-support .cs-blocks-container .cs-text-container {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

.contact-support .cs-blocks-container .cs-block {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
  text-align: center;
  background: #F5F5F5;
  padding: 68px 30px;
  border-radius: 12px;
  height: 349px;
}

.contact-support .cs-blocks-container .cs-block:hover {
  text-decoration: none;
}

.contact-support .cs-blocks-container .cs-block:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .contact-support .cs-blocks-container .cs-block {
    margin-right: 0;
    width: 100%;
    flex-direction: row;
    padding: 20px 16px 24px;
    margin-top: 12px;
    height: unset;
    align-items: flex-start;
  }
  .contact-support .cs-blocks-container .cs-block:first-child {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .contact-support .cs-blocks-container .cs-block img {
    margin-right: 12px;
    width: 36px;
    height: auto;
  }
}

.contact-support .cs-blocks-container .cs-block:last-child {
  margin-right: 0;
}

.contact-support .cs-blocks-container .cs-title {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .contact-support .cs-blocks-container .cs-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.contact-support .cs-blocks-container .cs-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .contact-support .cs-blocks-container .cs-desc {
    margin-top: 4px;
  }
}

.services {
  background-color: #F5F5F5;
  padding-block: 160px;
}

@media (max-width: 768px) {
  .services {
    padding-block: 48px;
  }
  .services #hp-swiper {
    width: 100%;
    height: 100%;
  }
  .services #hp-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .services .services-wrapper {
    padding-inline: 16px;
  }
}

@media (min-width: 1200px) {
  .services .services-wrapper {
    max-width: 100%;
    margin-left: calc((100% - 1200px) / 2);
  }
}

.services .s-slide {
  width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 16px 100px 72px;
  background: white;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .services .s-slide {
    width: 100%;
    height: unset;
    padding: 32px 16px 48px;
    margin-top: 16px;
  }
}

.services .s-img {
  width: 48px;
  height: auto;
}

@media (max-width: 768px) {
  .services .s-img {
    width: 40px;
  }
}

.services .s-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .services .s-title {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
  }
}

.services .s-desc {
  font-size: 20px;
  line-height: 28px;
  color: #5C5C5C;
  margin-top: 4px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .services .s-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.services .s-link {
  margin-top: 4px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: underline;
  color: #0C63E2;
}

@media (max-width: 768px) {
  .services .s-link {
    font-size: 16px;
    line-height: 28px;
  }
}

.rights .r-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .rights .r-blocks {
    flex-direction: column;
  }
}

.rights .r-block {
  width: 50%;
  position: relative;
  margin-right: 20px;
  line-height: 0;
}

.rights .r-block :last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .rights .r-block {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
    margin-right: 0;
  }
  .rights .r-block:first-child {
    margin-top: 0;
  }
}

.rights .r-block .r-img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.rights .r-link {
  position: absolute;
  bottom: 6.6%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: semibold;
}

@media (max-width: 768px) {
  .rights .r-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.where-to-buy .wtb-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .where-to-buy .wtb-blocks {
    flex-direction: column;
  }
}

.where-to-buy .wtb-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 12px;
  height: 362px;
  padding-inline: 16px;
}

.where-to-buy .wtb-block:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .where-to-buy .wtb-block {
    margin-right: 0;
    width: 100%;
    padding: 20px 16px 24px;
    margin-top: 16px;
    height: unset;
    height: 216px;
  }
  .where-to-buy .wtb-block:first-child {
    margin-top: 0;
  }
}

.where-to-buy .wtb-img {
  width: 239px;
  height: auto;
}

@media (max-width: 768px) {
  .where-to-buy .wtb-img {
    width: 166px;
  }
}

.where-to-buy .wtb-desc {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .where-to-buy .wtb-desc {
    margin-top: 11px;
    font-size: 16px;
    line-height: 24px;
  }
}

.where-to-buy .wtb-link {
  margin-top: 48px;
  width: 121px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .where-to-buy .wtb-link {
    width: 99px;
    margin-top: 29px;
  }
}

.global-reseller-network {
  max-width: 1200px;
  margin-inline: auto;
}

.global-reseller-network .g-r-wrapper {
  display: flex;
  position: relative;
}

.global-reseller-network .g-r-img {
  width: 100%;
  height: auto;
  line-height: 0;
}

@media (max-width: 768px) {
  .global-reseller-network .g-r-img {
    display: none;
  }
}

.global-reseller-network .g-r-mob-img {
  width: 100%;
  height: auto;
  line-height: 0;
  display: none;
}

@media (max-width: 768px) {
  .global-reseller-network .g-r-mob-img {
    display: block;
  }
}

.global-reseller-network .g-r-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .global-reseller-network .g-r-desc {
    font-size: 14px;
    line-height: 20px;
  }
}

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

.contact-us .cu-blocks {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .contact-us .cu-blocks {
    flex-direction: column;
  }
}

.contact-us .cu-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  background: #F5F5F5;
  padding: 60px 48px 70px;
  border-radius: 12px;
}

.contact-us .cu-block:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .contact-us .cu-block {
    margin-right: 0;
    width: 100%;
    padding: 24px 16px 30px;
    margin-top: 16px;
  }
  .contact-us .cu-block:first-child {
    margin-top: 0;
  }
}

.contact-us .cu-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 768px) {
  .contact-us .cu-img {
    width: 32px;
    height: auto;
  }
}

.contact-us .cu-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .contact-us .cu-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact-us .cu-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .contact-us .cu-desc {
    margin-top: 8px;
  }
}

.contact-us .cu-ai-link, .contact-us .cu-email {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .contact-us .cu-ai-link, .contact-us .cu-email {
    margin-top: 10px;
  }
}

.contact-us .cu-ai-link {
  display: flex;
  color: #528fe8;
  text-decoration: underline;
}

.contact-us .cu-email-link {
  color: #0c63e2;
}

.product-category {
  max-width: 1032px;
  margin: auto;
}

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

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

.article-sidebar {
  border-bottom: 1px solid #e7e8e9;
  border-top: 1px solid #e7e8e9;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  align-self: stretch;
  overflow-y: scroll;
}

.article-sidebar::-webkit-scrollbar {
  width: 0 !important;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 320px;
    height: 800px;
    align-self: self-start;
    position: sticky;
    top: 100px;
  }
}

.article-sidebar .collapsible-sidebar {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .article-sidebar .collapsible-sidebar {
    margin-bottom: 60px;
  }
}

.article-sidebar .collapsible-sidebar-title {
  position: relative;
  margin-bottom: 15px;
  color: #272829;
  font-size: 24px;
  font-weight: 600;
}

.article-sidebar .related-articles {
  display: none;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .article-sidebar .related-articles {
    display: block;
  }
}

.article-sidebar .related-articles-title {
  position: relative;
  margin-bottom: 15px;
  color: #272829;
  font-size: 24px;
  font-weight: 600;
}

.article-sidebar .related-articles ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.article-sidebar .related-articles li {
  padding-bottom: 10px;
}

.article-sidebar .related-articles a {
  color: #676869;
  text-decoration: none;
}

.article-sidebar .related-articles li:hover a,
.article-sidebar .related-articles li:focus a {
  color: #28a7e1;
}

.article {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    min-width: 640px;
    margin-left: 60px;
    margin-bottom: 60px;
  }
}

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

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

.article-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

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

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

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

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

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

.article-meta a {
  color: #272829;
  font-weight: bold;
}

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

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

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

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

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

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

.article-body a:visited {
  color: #000;
}

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

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

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

@media (max-width: 768px) {
  .article-body iframe {
    width: 100%;
  }
}

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

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

.article-votes {
  border-top: 1px solid #e7e8e9;
  padding: 30px 0;
  text-align: center;
}

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

.article-return-to-top {
  border-top: 1px solid #e7e8e9;
}

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

.article-return-to-top a {
  color: #272829;
  display: block;
  padding: 20px 0;
}

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

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

.care-banner {
  position: relative;
  height: calc((100vw - 17px) * (994 / 1920));
  background-image: url(/hc/theming_assets/01JAESEBZ40B36GRQ5XAGW4RC7);
  background-position: center;
  background-size: 100% 100%;
}

@media (min-width: 769px) and (max-width: 1025px) {
  .care-banner {
    height: calc((100vw - 17px) * (535 / 1022));
    background-image: url(/hc/theming_assets/01JAESEE0KBYTM69DSV38J87A6);
  }
}

@media (max-width: 768px) {
  .care-banner {
    height: calc((100vw - 17px) * (414 / 375));
    background-image: url(/hc/theming_assets/01JAESEDW0NA0EGJFBN5HZWCWV);
  }
}

.care-banner-text-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.care-banner-text-wrapper .care-banner-text {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 100px;
  line-height: 102px;
  letter-spacing: -3px;
}

@media (max-width: 768px) {
  .care-banner-text-wrapper {
    top: 30%;
  }
  .care-banner-text-wrapper .care-banner-text {
    font-size: 68px;
    line-height: 92px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .care-banner-text-wrapper h1 {
    text-align: left;
    margin-left: 30px;
  }
  .care-banner-text-wrapper .care-banner-text {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.24px;
  }
}

.service-content {
  width: 25%;
}

@media (max-width: 768px) {
  .service-content {
    width: 100%;
  }
}

.service-content img {
  max-width: 100%;
}

.enable-service-model-item {
  width: 30.666%;
}

@media (max-width: 768px) {
  .enable-service-model-item {
    width: 100%;
  }
}

.enable-service-model-item a {
  text-decoration: underline;
}

.enable-service-model-item img {
  max-width: 100%;
}

.pucharse-snap {
  position: relative;
  margin-top: 35px;
  flex: 1 1 auto;
  background: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pucharse-snap {
    padding: 22px 0;
    margin-top: 36px;
  }
}

.pucharse-snap img {
  position: absolute;
  bottom: 32px;
  right: 0;
}

@media (min-width: 769px) and (max-width: 1025px) {
  .pucharse-snap img {
    bottom: 50px;
  }
}

@media (max-width: 768px) {
  .pucharse-snap img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }
}

.purchase-step {
  margin-top: 21px;
  padding: 19px 0;
  position: relative;
  color: black;
  border-radius: 8px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purchase-step::before, .purchase-step.notification-inline.notification-error::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 21px solid white;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.purchase-step::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 21px solid #f5f5f5;
  background-color: white;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.purchase-step:first-child::before, .notification-inline.notification-error:first-child::before {
  border: transparent;
}

.purchase-step:last-child::after {
  border: transparent;
}

@media (min-width: 769px) and (max-width: 1025px) {
  .purchase-step::before, .purchase-step.notification-inline.notification-error::before {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 21px solid white;
  }
  .purchase-step::after {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 21px solid #f5f5f5;
    bottom: -21px;
  }
}

@media (max-width: 768px) {
  .purchase-step::before, .purchase-step.notification-inline.notification-error::before {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 21px solid white;
  }
  .purchase-step::after {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 21px solid #f5f5f5;
    bottom: -21px;
  }
}

.obain-service {
  padding: 44px 90px;
  background-color: #f5f5f5;
  border-radius: 20px;
  color: black;
}

@media (min-width: 769px) and (max-width: 1025px) {
  .obain-service {
    padding: 40px 81px;
  }
}

@media (max-width: 768px) {
  .obain-service {
    padding: 0 29px 24px;
  }
}

.obain-service-content {
  display: flex;
}

@media (max-width: 768px) {
  .obain-service-content {
    flex-direction: column;
    align-items: center;
  }
  .obain-service-content:first-child {
    padding-top: 24px;
  }
}

.obain-service-icon {
  width: 62px;
}

.obain-service-text {
  flex: 1 1 auto;
  margin-left: 40px;
  text-align: left;
}

@media (max-width: 768px) {
  .obain-service-text {
    text-align: center;
    margin-top: 12px;
  }
}

.obain-service-down-icon {
  text-align: left;
  margin-left: 18px;
  font-size: 28px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .obain-service-down-icon {
    text-align: center;
  }
}

.qa {
  text-align: left;
  margin-top: 20px;
}

.qa:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .qa .question, .qa .answer {
    font-size: 12px;
    line-height: 20px;
  }
}
