@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i,900,900i');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1px;
}
body,
html {
  margin: 0;
  height: 100%;
  width: 100%;
  line-height: 1;
}
body {
  margin: 0 auto;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  background: #f0f1f2;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #141414;
    color: #ffffff;
  }
}
html.dark-mode body {
  background: #141414;
  color: #ffffff;
}
html.light-mode body {
  background: #f0f1f2;
  color: #3d424d;
}
body.admin-bar .header {
  top: 30px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
*:focus {
  outline: none;
}
b,
strong {
  font-weight: 900;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
mark {
  background: #7accb7;
  color: #146651;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.main-body {
  padding-bottom: 100px;
  min-height: 100%;
  padding-top: 54px;
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
}
.main-body > .page {
  padding: 7px 5px 5px 5px;
  max-width: 1400px;
  margin: 0 auto;
}
.main-body > .page .content {
  width: calc(100% - 355px);
  float: left;
}
@media only screen and (max-width: 819px) {
  .main-body > .page .content {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.main-body > .page:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
.select-theme {
  float: right;
  width: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin: 13px 0 0 7px;
  user-select: none;
}
@media (max-width: 1080px) {
  .select-theme {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .select-theme {
    position: absolute;
    left: 10px;
    top: 0px;
  }
}
.select-theme span {
  cursor: pointer;
}
.select-theme i:not(.icon-auto) {
  display: none;
}
html.dark-mode .select-theme .icon-dark {
  display: inline-block;
}
html.dark-mode .select-theme .icon-auto {
  display: none;
}
html.light-mode .select-theme .icon-light {
  display: inline-block;
}
html.light-mode .select-theme .icon-auto {
  display: none;
}
.title-note {
  font-size: 17px;
  position: relative;
  line-height: 40px;
  margin: -10px -10px 0;
  padding: 0 15px;
  height: 40px;
  color: #797b80;
  background: #f9f9fa;
  border-bottom: 1px solid #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .title-note {
    color: #ffffff;
    background: #141414;
    border-bottom: 1px solid #5a5a5f;
  }
}
html.dark-mode .title-note {
  color: #ffffff;
  background: #141414;
  border-bottom: 1px solid #5a5a5f;
}
html.light-mode .title-note {
  color: #797b80;
  background: #f9f9fa;
  border-bottom: 1px solid #d6dae6;
}
.silver-text {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 10px;
  margin-top: 20px;
  color: #616773;
  background-color: #f9f9fa;
}
@media (prefers-color-scheme: dark) {
  .silver-text {
    color: #7d7d7e;
    background-color: #141414;
  }
}
html.dark-mode .silver-text {
  color: #7d7d7e;
  background-color: #141414;
}
html.light-mode .silver-text {
  color: #616773;
  background-color: #f9f9fa;
}
.silver-container {
  background: #f9f9fa;
  margin-top: 15px;
  padding: 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f9f9fa;
}
@media (prefers-color-scheme: dark) {
  .silver-container {
    background-color: #141414;
  }
}
html.dark-mode .silver-container {
  background-color: #141414;
}
html.light-mode .silver-container {
  background-color: #f9f9fa;
}
@media only screen and (max-width: 1023px) {
  .silver-container {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .silver-container .social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .silver-container .social a {
    margin: 5px;
  }
  .silver-container .kk-star-ratings.lft {
    float: none;
    margin-right: 0;
  }
}
.silver-container img {
  margin-top: 15px !important;
}
.title-text {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .title-text {
    color: #ffffff;
  }
}
html.dark-mode .title-text {
  color: #ffffff;
}
html.light-mode .title-text {
  color: #535457;
}
.title-text:before {
  content: "";
  margin-right: 12px;
  display: inline-block;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  background-position: -13px -66px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .title-text:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .title-text:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .title-text:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.blue-link {
  font-size: 14px;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .blue-link {
    color: #0984ff;
  }
}
html.dark-mode .blue-link {
  color: #0984ff;
}
html.light-mode .blue-link {
  color: #4684c4;
}
.blue-link:hover {
  text-decoration: underline !important;
}
.silver-link {
  text-decoration: none;
  font-size: 13px;
  color: #828999;
}
@media (prefers-color-scheme: dark) {
  .silver-link {
    color: #7d7d7e;
  }
}
html.dark-mode .silver-link {
  color: #7d7d7e;
}
html.light-mode .silver-link {
  color: #828999;
}
.silver-link:hover {
  text-decoration: underline;
}
.warning-message {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  background: #f7950c;
}
@media (prefers-color-scheme: dark) {
  .warning-message {
    background: #ff9f08;
  }
}
html.dark-mode .warning-message {
  background: #ff9f08;
}
html.light-mode .warning-message {
  background: #f7950c;
}
.warning-message span {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  max-width: 95%;
}
@media only screen and (max-width: 819px) {
  .warning-message span {
    max-width: 90%;
  }
}
.pagination {
  text-align: center;
  font-size: 0;
  text-align: right;
  margin: 110px 90px 0 0;
}
@media only screen and (max-width: 819px) {
  .pagination {
    margin-top: 25px;
    text-align: center;
  }
}
.pagination .page-numbers {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  border-left: 0;
  font-size: 15px;
  height: 30px;
  padding: 0 6px;
  line-height: 28px;
  min-width: 30px;
  background: #f3f4f5;
  color: #8e9199;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .pagination .page-numbers {
    background: #141414;
    color: #7d7d7e;
    border-color: #5a5a5f;
  }
}
html.dark-mode .pagination .page-numbers {
  background: #141414;
  color: #7d7d7e;
  border-color: #5a5a5f;
}
html.light-mode .pagination .page-numbers {
  background: #f3f4f5;
  color: #8e9199;
  border-color: #d6dae6;
}
.pagination .page-numbers:first-child {
  border-left: 1px solid;
  border-left-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .pagination .page-numbers:first-child {
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .pagination .page-numbers:first-child {
  border-left-color: #5a5a5f;
}
html.light-mode .pagination .page-numbers:first-child {
  border-left-color: #d6dae6;
}
.pagination .page-numbers:not(.dots):hover,
.pagination .page-numbers.current {
  color: #ffffff !important;
  background: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .pagination .page-numbers:not(.dots):hover,
  .pagination .page-numbers.current {
    background: #0984ff;
  }
}
html.dark-mode .pagination .page-numbers:not(.dots):hover,
html.dark-mode .pagination .page-numbers.current {
  background: #0984ff;
}
html.light-mode .pagination .page-numbers:not(.dots):hover,
html.light-mode .pagination .page-numbers.current {
  background: #4684c4;
}
.pagination .dots {
  border: 1px solid transparent;
  border-right: 1px solid;
  background: transparent;
  border-right-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .pagination .dots {
    border-right-color: #5a5a5f;
  }
}
html.dark-mode .pagination .dots {
  border-right-color: #5a5a5f;
}
html.light-mode .pagination .dots {
  border-right-color: #d6dae6;
}
.pagination .dots + .page-numbers:not(.next) {
  display: none;
}
.pagination .next {
  margin-left: 10px;
  position: relative;
  border-left: 1px solid;
  border-left-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .pagination .next {
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .pagination .next {
  border-left-color: #5a5a5f;
}
html.light-mode .pagination .next {
  border-left-color: #d6dae6;
}
@media only screen and (max-width: 819px) {
  .pagination .next {
    margin-right: -140px;
  }
}
.pagination .next:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  margin-left: 5px;
  background-position: -72px -65px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .pagination .next:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .pagination .next:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .pagination .next:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.pagination .next:hover:after {
  transform: rotate(180deg);
  background-position: -218px -122px;
}
.pagination .prev {
  margin-right: 10px;
  border-left: 1px solid;
  border-left-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .pagination .prev {
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .pagination .prev {
  border-left-color: #5a5a5f;
}
html.light-mode .pagination .prev {
  border-left-color: #d6dae6;
}
.pagination .prev:before {
  content: "";
  display: inline-block;
  transform: rotate(180deg);
  width: 7px;
  height: 9px;
  margin-right: 5px;
  background-position: -72px -65px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .pagination .prev:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .pagination .prev:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .pagination .prev:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.pagination .prev:hover:before {
  transform: rotate(0);
  background-position: -218px -122px;
}
.pagination .prev + .page-numbers {
  border-left: 1px solid;
  border-left-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .pagination .prev + .page-numbers {
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .pagination .prev + .page-numbers {
  border-left-color: #5a5a5f;
}
html.light-mode .pagination .prev + .page-numbers {
  border-left-color: #d6dae6;
}
.read-more {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  font-weight: 900;
  transition: opacity .3s ease;
  color: #4684c4 !important;
}
@media (prefers-color-scheme: dark) {
  .read-more {
    color: #0984ff !important;
  }
}
html.dark-mode .read-more {
  color: #0984ff !important;
}
html.light-mode .read-more {
  color: #4684c4 !important;
}
.read-more:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  transform: rotate(180deg);
  width: 19px;
  height: 19px;
  margin-left: 10px;
  background-position: -213px -117px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
  background-color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .read-more:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
    background-color: #0984ff;
  }
}
html.dark-mode .read-more:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
  background-color: #0984ff;
}
html.light-mode .read-more:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
  background-color: #4684c4;
}
.read-more:hover {
  opacity: .7;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .read-more:hover {
    color: #0984ff;
  }
}
html.dark-mode .read-more:hover {
  color: #0984ff;
}
html.light-mode .read-more:hover {
  color: #4684c4;
}
.link-more--min {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  font-weight: normal !important;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .link-more--min {
    color: #0984ff;
  }
}
html.dark-mode .link-more--min {
  color: #0984ff;
}
html.light-mode .link-more--min {
  color: #4684c4;
}
.link-more--min:hover {
  text-decoration: underline;
}
.link-more--min:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background-position: -594px -99px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .link-more--min:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .link-more--min:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .link-more--min:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.social {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.social__title {
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .social__title {
    color: #ffffff;
  }
}
html.dark-mode .social__title {
  color: #ffffff;
}
html.light-mode .social__title {
  color: #515766;
}
@media only screen and (max-width: 1023px) {
  .social__title {
    display: block;
    width: 100%;
    margin: 15px 0 10px;
  }
}
.social-button {
  text-decoration: none;
}
.social a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 15px;
  padding: 0 !important;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .social a {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .social a {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .social a {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.social .counter {
  position: absolute;
  right: -6px;
  bottom: -6px;
}
.counter {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 16px;
  font-weight: bold;
  font-size: 10px;
  background: #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  .counter {
    background: #ea3c48;
  }
}
html.dark-mode .counter {
  background: #ea3c48;
}
html.light-mode .counter {
  background: #cc3d5e;
}
.list {
  margin-top: 10px;
  border-top: 2px solid;
  border-collapse: collapse;
  width: 100%;
  border-top-color: #bec2cc;
}
@media (prefers-color-scheme: dark) {
  .list {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .list {
  border-top-color: #5a5a5f;
}
html.light-mode .list {
  border-top-color: #bec2cc;
}
.list__title,
.list__content {
  font-size: 0;
}
.list__details-row {
  font-size: 15px;
  padding: 6px 0 6px 10px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .list__details-row {
    color: #ffffff;
  }
}
html.dark-mode .list__details-row {
  color: #ffffff;
}
html.light-mode .list__details-row {
  color: #535457;
}
.list__content-row {
  border-bottom: 1px dotted;
  border-bottom-color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .list__content-row {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .list__content-row {
  border-bottom-color: #5a5a5f;
}
html.light-mode .list__content-row {
  border-bottom-color: #8e9199;
}
@media only screen and (max-width: 819px) {
  .list__content-row {
    padding: 2px 0 8px;
  }
}
.list__title {
  border-bottom: 1px dotted;
  border-bottom-color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .list__title {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .list__title {
  border-bottom-color: #5a5a5f;
}
html.light-mode .list__title {
  border-bottom-color: #8e9199;
}
@media only screen and (max-width: 819px) {
  .list__title {
    display: none;
  }
}
.list__title-row,
.list__caption-row {
  text-align: left;
  font-size: 13px;
  padding: 6px 0 6px 10px;
  color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .list__title-row,
  .list__caption-row {
    color: #7d7d7e;
  }
}
html.dark-mode .list__title-row,
html.dark-mode .list__caption-row {
  color: #7d7d7e;
}
html.light-mode .list__title-row,
html.light-mode .list__caption-row {
  color: #8e9199;
}
.list__caption-row {
  padding-bottom: 0;
}
.list__caption {
  display: none;
}
@media only screen and (max-width: 819px) {
  .list__caption {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    padding-left: 10px;
  }
}
.list__details,
.list__check,
.list__title-row,
.list__title-check,
.list__details-row {
  display: inline-block;
  vertical-align: top;
}
.list__details-row {
  width: 25%;
}
@media only screen and (max-width: 819px) {
  .list__details-row {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 3.2px;
  }
}
.list__title-row {
  width: 23.75%;
}
.list__title-check,
.list__check {
  width: 5%;
  text-align: right;
  padding: 8px 0 0 10px;
}
.list__details {
  width: 95%;
}
@media only screen and (max-width: 819px) {
  .list__details {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
  }
}
.list-offers {
  padding-bottom: 10px;
}
.list-offers h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  .list-offers h4 {
    color: #ea3c48;
  }
}
html.dark-mode .list-offers h4 {
  color: #ea3c48;
}
html.light-mode .list-offers h4 {
  color: #cc3d5e;
}
.list-offers p {
  font-size: 15px;
  line-height: 1.2;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .list-offers p {
    color: #7d7d7e;
  }
}
html.dark-mode .list-offers p {
  color: #7d7d7e;
}
html.light-mode .list-offers p {
  color: #535457;
}
.list-offers .row {
  padding: 15px 0;
  border-bottom: 1px dotted;
  border-bottom-color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .list-offers .row {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .list-offers .row {
  border-bottom-color: #5a5a5f;
}
html.light-mode .list-offers .row {
  border-bottom-color: #8e9199;
}
.list-offers .row:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
.list-offers .thumb {
  float: left;
  z-index: 2;
  position: relative;
}
.list-offers .thumb img {
  vertical-align: top;
}
.list-offers .thumb a {
  text-decoration: none;
  display: block;
}
.list-offers .description {
  padding-left: 150px;
  height: 90px;
  position: relative;
}
.list-offers .blue-link {
  position: absolute;
  right: 10px;
  bottom: 0;
}
#unsubscribePopup {
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  z-index: 99;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px 23px 20px;
  background: #6699cc;
}
@media (prefers-color-scheme: dark) {
  #unsubscribePopup {
    background: #0984ff;
  }
}
html.dark-mode #unsubscribePopup {
  background: #0984ff;
}
html.light-mode #unsubscribePopup {
  background: #6699cc;
}
@media only screen and (max-width: 819px) {
  #unsubscribePopup {
    text-align: left;
    line-height: 14px;
    padding: 10px 10px 25px 10px;
  }
}
#unsubscribePopup span {
  font-weight: 900;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}
#unsubscribePopup span#closePopup {
  position: relative;
  float: right;
  font-size: 13px;
  line-height: 28px;
  white-space: nowrap;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
#unsubscribePopup span:hover {
  text-decoration: none;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textwidget img {
  vertical-align: top;
}
.broken_link {
  text-decoration: none !important;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.hidden {
  display: none;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.center {
  margin: 0 auto;
}
.text-center,
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right !important;
}
.m-reset {
  margin: 0 !important;
}
.m-left {
  margin-left: 10px;
}
.m-top {
  margin-top: 10px;
}
.m-right {
  margin-right: 10px;
}
.m-bottom {
  margin-bottom: 10px;
}
.fix {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
}
.clear {
  clear: both;
}
.overflow {
  overflow: hidden;
}
li:empty {
  display: none !important;
}
iframe[name=google_conversion_frame] {
  position: absolute;
  left: -9999px;
}
.wp-caption {
  width: auto !important;
}
a[title="SumoMe"] {
  top: 70px !important;
  display: none !important;
}
.screen-reader-text {
  display: none;
}
#removeSubscription ol li:before {
  top: -2px;
}
#disqus_thread {
  padding: 0 5px;
}
.header {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  min-width: 320px;
  border-bottom: 1px solid;
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e3e4e6 100%);
  background: linear-gradient(top, #ffffff 0%, #e3e4e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe3e4e6', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe3e4e6',GradientType=0);
  border-bottom-color: #c3c9d9;
}
@media (prefers-color-scheme: dark) {
  .header {
    background: #1c1c1e;
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .header {
  background: #1c1c1e;
  border-bottom-color: #5a5a5f;
}
html.light-mode .header {
  background: -webkit-linear-gradient(top, #ffffff 0%, #e3e4e6 100%);
  background: linear-gradient(top, #ffffff 0%, #e3e4e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe3e4e6', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe3e4e6',GradientType=0);
  border-bottom-color: #c3c9d9;
}
@media only screen and (min-width: 1024px) {
  .header .row {
    max-width: 1400px;
    padding-right: 5px;
    margin: 0 auto;
  }
}
.header .row:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
  .header .menu {
    float: none;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header .menu {
    float: right;
    margin: 15px 0 0 0;
  }
  .header .menu li {
    list-style: none;
  }
  .header .menu a {
    text-decoration: none;
    font-size: 13px;
  }
  .header .menu .menu-item {
    float: left;
    border: 1px solid;
    border-left: 0;
    border-color: #d6dae6;
  }
  html.dark-mode .header .menu .menu-item {
    border-color: #5a5a5f;
  }
  html.light-mode .header .menu .menu-item {
    border-color: #d6dae6;
  }
  .header .menu .menu-item:first-child {
    border-left: 1px solid;
    border-left-color: #d6dae6;
  }
  html.dark-mode .header .menu .menu-item:first-child {
    border-left-color: #5a5a5f;
  }
  html.light-mode .header .menu .menu-item:first-child {
    border-left-color: #d6dae6;
  }
  .header .menu .menu-item > a {
    display: block;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    background: linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f3', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f2f3',GradientType=0);
    color: #797b80;
  }
  html.dark-mode .header .menu .menu-item > a {
    background: #141414;
    color: #ffffff;
  }
  html.light-mode .header .menu .menu-item > a {
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    background: linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f3', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f2f3',GradientType=0);
    color: #797b80;
  }
  .header .menu .menu-item:hover > a,
  .header .menu .menu-item.active > a {
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    background: linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f3', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f2f3',GradientType=0);
  }
  html.dark-mode .header .menu .menu-item:hover > a,
  html.dark-mode .header .menu .menu-item.active > a {
    background: #313137;
  }
  html.light-mode .header .menu .menu-item:hover > a,
  html.light-mode .header .menu .menu-item.active > a {
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    background: linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f3', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f2f3',GradientType=0);
  }
  .header .menu .menu-item.has-dropdown {
    position: relative;
  }
  .header .menu .menu-item.has-dropdown > a {
    position: relative;
    white-space: nowrap;
  }
  .header .menu .menu-item.has-dropdown > a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 9px;
    height: 6px;
    background-position: -32px -66px;
    background-image: url('img/sprite@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
  html.dark-mode .header .menu .menu-item.has-dropdown > a:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
  html.light-mode .header .menu .menu-item.has-dropdown > a:after {
    background-image: url('img/sprite@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
  .header .menu .menu-item.has-dropdown:hover .sub-menu {
    display: block;
  }
  .header .menu .menu-item.blue a {
    color: #4684c4;
  }
  html.dark-mode .header .menu .menu-item.blue a {
    color: #0984ff;
  }
  html.light-mode .header .menu .menu-item.blue a {
    color: #4684c4;
  }
  .header .menu .sub-menu {
    position: absolute;
    left: 0;
    display: none;
    padding: 5px 0;
    z-index: 99;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-left: 1px solid #d9dadb;
    border-right: 1px solid #d9dadb;
    border-bottom: 1px solid #bebfc0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  }
  html.dark-mode .header .menu .sub-menu {
    background: #1c1c1e;
    border-color: #5a5a5f;
    box-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
  }
  html.light-mode .header .menu .sub-menu {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-left: 1px solid #d9dadb;
    border-right: 1px solid #d9dadb;
    border-bottom: 1px solid #bebfc0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .header .menu .sub-menu li {
    display: block;
    text-align: left !important;
  }
  .header .menu .sub-menu li.active a {
    background: #f5f6f7;
  }
  html.dark-mode .header .menu .sub-menu li.active a {
    background: #141414;
  }
  html.light-mode .header .menu .sub-menu li.active a {
    background: #f5f6f7;
  }
  .header .menu .sub-menu a {
    font-size: 13px;
    white-space: nowrap;
    display: block;
    padding: 7px 10px;
    color: #828999;
  }
  html.dark-mode .header .menu .sub-menu a {
    color: #ffffff;
  }
  html.light-mode .header .menu .sub-menu a {
    color: #828999;
  }
  .header .menu .sub-menu a:hover {
    background: #f5f6f7;
  }
  html.dark-mode .header .menu .sub-menu a:hover {
    background: #141414;
  }
  html.light-mode .header .menu .sub-menu a:hover {
    background: #f5f6f7;
  }
  .header .menu .dropdown-submenu {
    min-width: 150px;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item {
    border-color: #5a5a5f;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item:first-child {
    border-left-color: #5a5a5f;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
  .header .menu .menu-item > a {
    padding: 0 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .header .menu .menu-item > a {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item > a {
    background: #141414;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item:hover > a,
  .header .menu .menu-item.active > a {
    background: #313137;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item.has-dropdown > a:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item.blue a {
    color: #0984ff;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .sub-menu {
    background: #1c1c1e;
    border-color: #5a5a5f;
    box-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .sub-menu li.active a {
    background: #141414;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .sub-menu a {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .sub-menu a:hover {
    background: #141414;
  }
}
@media only screen and (max-width: 1023px) {
  .header .menu {
    display: block;
    width: 100%;
    margin-top: 3px;
  }
  .header .menu li {
    list-style: none;
    display: block;
    margin-top: 3px;
    background: #ffffff;
  }
  html.dark-mode .header .menu li {
    background: #141414;
  }
  html.light-mode .header .menu li {
    background: #ffffff;
  }
  .header .menu li:first-child {
    margin-top: 0;
  }
  .header .menu li a {
    display: block;
    text-decoration: none;
    padding: 12px 15px;
    line-height: 20px;
    font-size: 15px;
    transition: opacity .3s ease;
    color: #515766;
  }
  html.dark-mode .header .menu li a {
    color: #ffffff;
  }
  html.light-mode .header .menu li a {
    color: #515766;
  }
  .header .menu li a:hover {
    opacity: .7;
  }
  .header .menu .sub-menu {
    padding: 0 15px 15px 15px;
  }
  .header .menu .sub-menu li {
    background: #f0f1f2;
  }
  html.dark-mode .header .menu .sub-menu li {
    background: #1c1c1e;
  }
  html.light-mode .header .menu .sub-menu li {
    background: #f0f1f2;
  }
  .header .menu .home-link {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .header .menu li {
    background: #141414;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .header .menu li a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .header .menu .sub-menu li {
    background: #1c1c1e;
  }
}
@media only screen and (min-width: 1024px) {
  .header .menu .menu-item:hover > a,
  .header .menu .menu-item.active > a {
    background: #fafaf9;
  }
  html.dark-mode .header .menu .menu-item:hover > a,
  html.dark-mode .header .menu .menu-item.active > a {
    background: #1c1c1e;
  }
  html.light-mode .header .menu .menu-item:hover > a,
  html.light-mode .header .menu .menu-item.active > a {
    background: #fafaf9;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .header .menu .menu-item:hover > a,
  .header .menu .menu-item.active > a {
    background: #1c1c1e;
  }
}
.header .menu .sub-menu .generate-link {
  display: none;
}
.header .menu .sub-menu a.back-link {
  display: none;
}
.logo {
  width: 182px;
  height: 22px;
  margin: 16px 0 0 62px;
  float: left;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 182px 22px;
  background-image: url('img/logo@2x.png');
}
@media (prefers-color-scheme: dark) {
  .logo {
    background-image: url('img/logo-white@2x.png');
  }
}
html.dark-mode .logo {
  background-image: url('img/logo-white@2x.png');
}
html.light-mode .logo {
  background-image: url('img/logo@2x.png');
}
@media (max-width: 1160px) {
  .logo {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 819px) {
  .logo {
    margin-left: 20px;
  }
}
.logo:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 2px;
  display: inline-block;
  width: 52px;
  height: 9px;
  background-position: 0 -498px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .logo:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .logo:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .logo:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.menu-button {
  display: none;
  float: right;
  margin: 21px 20px 0 0;
  width: 20px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 20px 17px;
  background-image: url('img/menu@2x.png');
}
@media (prefers-color-scheme: dark) {
  .menu-button {
    background-image: url('img/menu-white@2x.png');
  }
}
html.dark-mode .menu-button {
  background-image: url('img/menu-white@2x.png');
}
html.light-mode .menu-button {
  background-image: url('img/menu@2x.png');
}
@media only screen and (max-width: 1023px) {
  .menu-button {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
  .mobile-container {
    text-align: right;
    font-size: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .mobile-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 55px 10px 10px 10px;
    background: #f0f1f2;
  }
  html.dark-mode .mobile-container {
    background: #1c1c1e;
  }
  html.light-mode .mobile-container {
    background: #f0f1f2;
  }
  .mobile-container.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .mobile-container {
    background: #1c1c1e;
  }
}
@media only screen and (max-width: 1023px) {
  .mobile-close {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 28px;
    height: 28px;
    overflow: hidden;
  }
  .mobile-close:before,
  .mobile-close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    left: 0;
    margin-top: -1.5px;
    transition: background 0.3s ease-in-out;
    background: #535457;
  }
  html.dark-mode .mobile-close:before,
  html.dark-mode .mobile-close:after {
    background: #ffffff;
  }
  html.light-mode .mobile-close:before,
  html.light-mode .mobile-close:after {
    background: #535457;
  }
  .mobile-close:before {
    transform: rotate(45deg);
  }
  .mobile-close:after {
    transform: rotate(-45deg);
  }
  .mobile-close:hover:before,
  .mobile-close:hover:after {
    background: rgba(0, 0, 0, 0.5);
  }
  html.dark-mode .mobile-close:hover:before,
  html.dark-mode .mobile-close:hover:after {
    background: #7d7d7e;
  }
  html.light-mode .mobile-close:hover:before,
  html.light-mode .mobile-close:hover:after {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .mobile-close:before,
  .mobile-close:after {
    background: #ffffff;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .mobile-close:hover:before,
  .mobile-close:hover:after {
    background: #7d7d7e;
  }
}
.content > div:first-child {
  padding: 0 !important;
}
.content > div:first-child > center > a {
  display: block;
  line-height: 0;
  margin: 0 0 5px;
}
.content > div:first-child > center > a > img {
  width: 100%;
  height: auto;
  border: 1px solid;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .content > div:first-child > center > a > img {
    border-color: #5a5a5f;
  }
}
html.dark-mode .content > div:first-child > center > a > img {
  border-color: #5a5a5f;
}
html.light-mode .content > div:first-child > center > a > img {
  border-color: #d6dae6;
}
.content > .tip-container {
  margin-top: 0;
  border: 1px solid;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .content > .tip-container {
    border-color: #5a5a5f;
  }
}
html.dark-mode .content > .tip-container {
  border-color: #5a5a5f;
}
html.light-mode .content > .tip-container {
  border-color: #d6dae6;
}
@media only screen and (max-width: 819px) {
  .content > .tip-container {
    margin-top: 5px;
  }
}
.content > .tip-container img {
  margin-top: 20px;
}
.content > .tip-container .title-row {
  padding: 18px 10px 18px 55px;
  line-height: 1.2;
  border-bottom: 1px solid;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .content > .tip-container .title-row {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .content > .tip-container .title-row {
  border-bottom-color: #5a5a5f;
}
html.light-mode .content > .tip-container .title-row {
  border-bottom-color: #d6dae6;
}
.content > .tip-container .title-row:before {
  left: 20px;
}
.content > .tip-container .details-row {
  padding: 20px;
}
.content .tablepress {
  margin-top: 10px;
  width: 100% !important;
}
.content .tablepress .sorting:after,
.content .tablepress .sorting_asc:after,
.content .tablepress .sorting_desc:after {
  top: 10px;
  bottom: auto;
  content: "" !important;
  width: 9px !important;
  height: 14px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.content .tablepress .sorting_desc:after {
  background: url('img/desc.png?v=3');
}
.content .tablepress .sorting_asc:after {
  background: url('img/asc.png?v=3');
}
.content .tablepress .sorting:after {
  background: url('img/sorting.png?v=3');
}
@media (max-width: 980px) {
  .content .tablepress center {
    text-align: left !important;
  }
}
.content .tablepress td {
  font-size: 17px;
  line-height: 1.2;
  border-top: none !important;
  border-bottom: none !important;
  padding: 8px 10px 8px 10px;
  color: #3d424d;
  background: #ffffff !important;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress td {
    color: #ffffff;
    background: #141414 !important;
  }
}
html.dark-mode .content .tablepress td {
  color: #ffffff;
  background: #141414 !important;
}
html.light-mode .content .tablepress td {
  color: #3d424d;
  background: #ffffff !important;
}
.content .tablepress td.column-1 {
  text-align: left;
  width: auto;
}
@media (max-width: 980px) {
  .content .tablepress td.column-1 a {
    display: block;
  }
}
.content .tablepress td.column-1 center {
  text-align: left;
}
.content .tablepress td.column-1 img {
  margin-top: 5px;
}
.content .tablepress thead th {
  font-weight: 900;
  font-size: 17px;
  padding: 8px 20px 8px 10px;
  line-height: 1.2;
  vertical-align: top;
  color: #3d424d;
  background: #ffffff !important;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress thead th {
    color: #ffffff;
    background: #141414 !important;
  }
}
html.dark-mode .content .tablepress thead th {
  color: #ffffff;
  background: #141414 !important;
}
html.light-mode .content .tablepress thead th {
  color: #3d424d;
  background: #ffffff !important;
}
.content .tablepress .row-hover tr:hover td {
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress .row-hover tr:hover td {
    background: #1c1c1e;
  }
}
html.dark-mode .content .tablepress .row-hover tr:hover td {
  background: #1c1c1e;
}
html.light-mode .content .tablepress .row-hover tr:hover td {
  background: #ffffff;
}
.content .tablepress .row-hover .column-1 {
  max-width: 150px;
}
@media (max-width: 980px) {
  .content .tablepress .row-hover .column-1 {
    max-width: 100%;
  }
}
.content .tablepress.current-style td {
  width: auto !important;
  font-size: 19px !important;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.current-style td {
    color: #ffffff;
  }
}
html.dark-mode .content .tablepress.current-style td {
  color: #ffffff;
}
html.light-mode .content .tablepress.current-style td {
  color: #3d424d;
}
.content .tablepress.current-style td.column-1 {
  font-size: 16px;
  padding-left: 8px !important;
  width: 170px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.current-style td.column-1 {
    color: #ffffff;
  }
}
html.dark-mode .content .tablepress.current-style td.column-1 {
  color: #ffffff;
}
html.light-mode .content .tablepress.current-style td.column-1 {
  color: #535457;
}
.content .tablepress.current-style td.column-1 p {
  margin-top: 0;
}
.content .tablepress.current-style th {
  font-size: 17px;
  font-weight: normal;
  color: #70798c !important;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.current-style th {
    color: #ffffff !important;
  }
}
html.dark-mode .content .tablepress.current-style th {
  color: #ffffff !important;
}
html.light-mode .content .tablepress.current-style th {
  color: #70798c !important;
}
.content .tablepress.current-style .sorting:after {
  background: transparent;
}
@media only screen and (max-width: 1023px) {
  .content .tablepress.current-style.desktop {
    display: none;
  }
}
.content .tablepress.current-style.mobile {
  display: none;
  border-top: 2px solid;
  border-top-color: #bec2cc;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.current-style.mobile {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .content .tablepress.current-style.mobile {
  border-top-color: #5a5a5f;
}
html.light-mode .content .tablepress.current-style.mobile {
  border-top-color: #bec2cc;
}
@media only screen and (max-width: 1023px) {
  .content .tablepress.current-style.mobile {
    display: table;
  }
}
.content .tablepress.current-style.mobile tr {
  display: table-row !important;
}
.content .tablepress.current-style.mobile td {
  display: table-cell !important;
  height: auto;
  border: 0;
}
.content .tablepress.current-style.mobile tr {
  border-bottom: 1px solid;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.current-style.mobile tr {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .content .tablepress.current-style.mobile tr {
  border-bottom-color: #5a5a5f;
}
html.light-mode .content .tablepress.current-style.mobile tr {
  border-bottom-color: #d6dae6;
}
.content .tablepress.newtable .card-caption {
  position: relative;
  margin: -15px;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 20px;
  line-height: 1.2;
  border-bottom: 1px solid;
  border-top: 1px solid;
  display: block;
  color: #125da3;
  background: #ffffff;
  border-top-color: #d6dae6;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.newtable .card-caption {
    color: #ffffff;
    background: #141414;
    border-top-color: #5a5a5f;
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .content .tablepress.newtable .card-caption {
  color: #ffffff;
  background: #141414;
  border-top-color: #5a5a5f;
  border-bottom-color: #5a5a5f;
}
html.light-mode .content .tablepress.newtable .card-caption {
  color: #125da3;
  background: #ffffff;
  border-top-color: #d6dae6;
  border-bottom-color: #d6dae6;
}
.content .tablepress.newtable .card-caption:hover {
  text-decoration: none;
}
.content .tablepress.newtable .column-1 {
  width: 100% !important;
  max-width: 100%;
  display: block;
  padding: 15px !important;
}
@media (max-width: 980px) {
  .content .tablepress.newtable .column-1 .card-thumb {
    float: none;
  }
}
.content .tablepress.newtable .column-1 br {
  display: none !important;
}
.content .tablepress.newtable .card-thumb {
  float: left;
}
.content .tablepress.newtable .card-thumb img {
  vertical-align: top;
  margin: 30px 0 25px 0;
  width: 120px !important;
  border-radius: 5px;
}
.content .tablepress.newtable .card-thumb,
.content .tablepress.newtable .btn-blue {
  width: 120px;
  line-height: 32px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
.content .tablepress.newtable tr {
  position: relative;
  display: block;
  border: 1px solid;
  border-top: 10px solid;
  border-color: #d6dae6;
  border-top-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.newtable tr {
    border-color: #5a5a5f;
    border-top-color: #1c1c1e;
  }
}
html.dark-mode .content .tablepress.newtable tr {
  border-color: #5a5a5f;
  border-top-color: #1c1c1e;
}
html.light-mode .content .tablepress.newtable tr {
  border-color: #d6dae6;
  border-top-color: #ffffff;
}
@media (max-width: 980px) {
  .content .tablepress.newtable tr {
    padding: 0;
    border-bottom: 1px solid !important;
    border-bottom-color: #d6dae6 !important;
  }
  html.dark-mode .content .tablepress.newtable tr {
    border-bottom-color: #5a5a5f !important;
  }
  html.light-mode .content .tablepress.newtable tr {
    border-bottom-color: #d6dae6 !important;
  }
}
@media (max-width: 980px) and (prefers-color-scheme: dark) {
  .content .tablepress.newtable tr {
    border-bottom-color: #5a5a5f !important;
  }
}
.content .tablepress.newtable tr:before {
  position: absolute;
  content: "";
  left: -1%;
  width: 102%;
  height: 10px;
  top: -10px;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.newtable tr:before {
    background: #1c1c1e;
  }
}
html.dark-mode .content .tablepress.newtable tr:before {
  background: #1c1c1e;
}
html.light-mode .content .tablepress.newtable tr:before {
  background: #ffffff;
}
.content .tablepress.newtable tr:first-child {
  border-top: 1px solid;
  border-top-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.newtable tr:first-child {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .content .tablepress.newtable tr:first-child {
  border-top-color: #5a5a5f;
}
html.light-mode .content .tablepress.newtable tr:first-child {
  border-top-color: #d6dae6;
}
.content .tablepress.newtable tr td {
  width: 100%;
  border: 0 !important;
  background: #f9f9fa !important;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.newtable tr td {
    background: #141414 !important;
  }
}
html.dark-mode .content .tablepress.newtable tr td {
  background: #141414 !important;
}
html.light-mode .content .tablepress.newtable tr td {
  background: #f9f9fa !important;
}
@media (max-width: 980px) {
  .content .tablepress.newtable tr td {
    font-weight: normal;
  }
}
.content .tablepress.newtable tr td .card-details {
  margin-top: 25px;
  padding-left: 135px;
}
@media (max-width: 980px) {
  .content .tablepress.newtable tr td .card-details {
    padding-left: 0;
    margin-top: 10px;
  }
}
.content .tablepress.newtable tr td .card-details br {
  display: none !important;
}
.content .tablepress.newtable tr td .card-details li {
  margin-top: 5px;
}
.content .tablepress.newtable tr td .card-details li:first-of-type {
  margin-top: 0;
}
.content .tablepress.newtable tr td .card-details li:before {
  background-color: transparent !important;
  width: 9px !important;
  height: 7px !important;
  border-radius: 0;
  background-position: -444px -41px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .content .tablepress.newtable tr td .card-details li:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .content .tablepress.newtable tr td .card-details li:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .content .tablepress.newtable tr td .card-details li:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.content .tablepress.newtable .btn-blue {
  text-transform: capitalize;
  position: relative;
  top: -10px;
  font-weight: normal;
}
.post-password-form label {
  display: inline-block;
  width: 50%;
}
.post-password-form input[type="password"] {
  width: 100%;
  height: 32px;
}
.custom-password-message {
  position: relative;
  top: -20px;
  display: block;
  color: #cc3d5e !important;
}
@media (prefers-color-scheme: dark) {
  .custom-password-message {
    color: #ea3c48 !important;
  }
}
html.dark-mode .custom-password-message {
  color: #ea3c48 !important;
}
html.light-mode .custom-password-message {
  color: #cc3d5e !important;
}
.feed-excerpt {
  margin: 15px 0 0 0;
  position: relative;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt {
    color: #ffffff;
  }
}
html.dark-mode .feed-excerpt {
  color: #ffffff;
}
html.light-mode .feed-excerpt {
  color: #3d424d;
}
.feed-excerpt:first-child {
  margin-top: 0;
}
.feed-excerpt > *:first-child {
  margin-top: 0 !important;
}
.feed-excerpt figure {
  font-size: 18px;
}
.feed-excerpt figure em {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
}
.feed-excerpt blockquote {
  padding-left: 40px;
}
.feed-excerpt h1,
.feed-excerpt h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 819px) {
  .feed-excerpt h1,
  .feed-excerpt h2 {
    font-size: 24px;
  }
}
.feed-excerpt h1 + *,
.feed-excerpt h2 + * {
  margin-top: 10px !important;
}
.feed-excerpt h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 20px 0 10px;
  font-weight: 700;
}
.feed-excerpt h3 + * {
  margin-top: 10px !important;
}
@media only screen and (max-width: 819px) {
  .feed-excerpt h3 {
    font-size: 22px;
  }
}
.feed-excerpt u {
  text-decoration: none;
}
.feed-excerpt p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 24px;
}
.feed-excerpt p.remark {
  font-size: 14px;
  line-height: 24px;
  padding: 15px;
  margin-top: 15px;
  background: #f9f9fa;
  color: #616773;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt p.remark {
    background: #141414;
    color: #ffffff;
  }
}
html.dark-mode .feed-excerpt p.remark {
  background: #141414;
  color: #ffffff;
}
html.light-mode .feed-excerpt p.remark {
  background: #f9f9fa;
  color: #616773;
}
.feed-excerpt p.remark a {
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt p.remark a {
    color: #0984ff;
  }
}
html.dark-mode .feed-excerpt p.remark a {
  color: #0984ff;
}
html.light-mode .feed-excerpt p.remark a {
  color: #4684c4;
}
.feed-excerpt p.remark a:hover {
  text-decoration: underline;
}
.feed-excerpt p.remark + p.remark {
  margin-top: 0;
  padding-top: 0;
}
.feed-excerpt p.remark.custom-blue {
  border: 1px solid;
  font-style: italic;
  padding: 15px;
  font-size: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  background: #f9f9fa;
  border-color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt p.remark.custom-blue {
    background: #1c1c1e;
    border-color: #0984ff;
  }
}
html.dark-mode .feed-excerpt p.remark.custom-blue {
  background: #1c1c1e;
  border-color: #0984ff;
}
html.light-mode .feed-excerpt p.remark.custom-blue {
  background: #f9f9fa;
  border-color: #4684c4;
}
.feed-excerpt p.remark.custom-white {
  border: 2px solid;
  font-style: italic;
  padding: 15px;
  font-size: 18px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  background: #f9f9fa;
  border-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt p.remark.custom-white {
    background: #1c1c1e;
    border-color: #5a5a5f;
  }
}
html.dark-mode .feed-excerpt p.remark.custom-white {
  background: #1c1c1e;
  border-color: #5a5a5f;
}
html.light-mode .feed-excerpt p.remark.custom-white {
  background: #f9f9fa;
  border-color: #ffffff;
}
.feed-excerpt p.custom-blue {
  border: 1px solid;
  font-style: italic;
  padding: 15px;
  font-size: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  background: #f9f9fa;
  border-color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt p.custom-blue {
    background: #1c1c1e;
    border-color: #0984ff;
  }
}
html.dark-mode .feed-excerpt p.custom-blue {
  background: #1c1c1e;
  border-color: #0984ff;
}
html.light-mode .feed-excerpt p.custom-blue {
  background: #f9f9fa;
  border-color: #4684c4;
}
.feed-excerpt p.custom-white {
  border: 2px solid;
  font-style: italic;
  padding: 15px;
  font-size: 18px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  background: #f9f9fa;
  border-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt p.custom-white {
    background: #1c1c1e;
    border-color: #5a5a5f;
  }
}
html.dark-mode .feed-excerpt p.custom-white {
  background: #1c1c1e;
  border-color: #5a5a5f;
}
html.light-mode .feed-excerpt p.custom-white {
  background: #f9f9fa;
  border-color: #ffffff;
}
.feed-excerpt a {
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt a {
    color: #0984ff;
  }
}
html.dark-mode .feed-excerpt a {
  color: #0984ff;
}
html.light-mode .feed-excerpt a {
  color: #4684c4;
}
.feed-excerpt a:hover {
  text-decoration: underline;
}
.feed-excerpt ol,
.feed-excerpt ul {
  margin-top: 24px;
}
.feed-excerpt ol li,
.feed-excerpt ul li {
  font-size: 18px;
  line-height: 32px;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.feed-excerpt ul ol,
.feed-excerpt ul ul {
  margin-top: 0;
}
.feed-excerpt ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 14px;
  left: 0;
  background-color: #3d414c;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt ul li:before {
    background-color: #ffffff;
  }
}
html.dark-mode .feed-excerpt ul li:before {
  background-color: #ffffff;
}
html.light-mode .feed-excerpt ul li:before {
  background-color: #3d414c;
}
.feed-excerpt ul li ul {
  margin-bottom: 7px;
  margin-top: 7px;
}
.feed-excerpt ol {
  counter-reset: myCounter;
}
.feed-excerpt ol ul,
.feed-excerpt ol ol {
  margin-top: 0;
}
.feed-excerpt ol > li strong {
  font-weight: 900;
  font-size: 19px;
}
.feed-excerpt ol > li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  font-weight: 900;
  top: 0;
  left: 0;
}
.feed-excerpt em {
  font-style: italic;
}
.feed-excerpt img {
  max-width: 100%;
  height: auto;
  margin-top: 24px;
}
.feed-excerpt .card-block {
  border: 1px solid;
  position: relative;
  margin: 20px 0 40px;
  padding: 7px 170px 7px 70px;
  background: #f8f8f9;
  border-color: #d5d8e6;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt .card-block {
    background: #1c1c1e;
    border-color: #5a5a5f;
  }
}
html.dark-mode .feed-excerpt .card-block {
  background: #1c1c1e;
  border-color: #5a5a5f;
}
html.light-mode .feed-excerpt .card-block {
  background: #f8f8f9;
  border-color: #d5d8e6;
}
@media only screen and (max-width: 1023px) {
  .feed-excerpt .card-block {
    padding: 15px;
  }
}
@media only screen and (max-width: 819px) {
  .feed-excerpt .card-block {
    margin-bottom: 20px;
  }
}
.feed-excerpt .card-block .details {
  padding-left: 140px;
}
@media only screen and (max-width: 819px) {
  .feed-excerpt .card-block .details {
    padding: 20px 0 0 0;
  }
}
.feed-excerpt .card-block .apply-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media only screen and (max-width: 1023px) {
  .feed-excerpt .card-block .apply-btn {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
.feed-excerpt .card-block .btn-blue {
  font-weight: normal;
}
.feed-excerpt .card-block ul {
  margin-top: 8px;
}
.feed-excerpt .card-block ul li {
  display: block;
  list-style: none;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  font-size: 16px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt .card-block ul li {
    color: #ffffff;
  }
}
html.dark-mode .feed-excerpt .card-block ul li {
  color: #ffffff;
}
html.light-mode .feed-excerpt .card-block ul li {
  color: #535457;
}
.feed-excerpt .card-block ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -65px -99px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt .card-block ul li:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .feed-excerpt .card-block ul li:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .feed-excerpt .card-block ul li:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.feed-excerpt .card-block .thumb {
  float: left;
}
@media only screen and (max-width: 819px) {
  .feed-excerpt .card-block .thumb {
    float: none;
    text-align: center;
  }
}
.feed-excerpt .card-block .thumb img {
  vertical-align: top;
  max-width: 110px;
  margin: 0;
}
.feed-excerpt .card-block .title-block {
  font-size: 20px;
  font-weight: 900;
  color: #0057a4;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt .card-block .title-block {
    color: #1c6cc1;
  }
}
html.dark-mode .feed-excerpt .card-block .title-block {
  color: #1c6cc1;
}
html.light-mode .feed-excerpt .card-block .title-block {
  color: #0057a4;
}
.feed-excerpt .card-block .title-block a {
  text-decoration: none;
  color: #0057a4;
}
@media (prefers-color-scheme: dark) {
  .feed-excerpt .card-block .title-block a {
    color: #1c6cc1;
  }
}
html.dark-mode .feed-excerpt .card-block .title-block a {
  color: #1c6cc1;
}
html.light-mode .feed-excerpt .card-block .title-block a {
  color: #0057a4;
}
.feed-excerpt #toc_container.no_bullets li,
.feed-excerpt .toc_widget_list.no_bullets li {
  padding-left: 18px;
}
.feed-item {
  margin-top: 5px;
  padding: 20px;
  position: relative;
  border: 1px solid;
  background: #ffffff;
  border-color: #d6dae6;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .feed-item {
    background: #1c1c1e;
    border-color: #5a5a5f;
    color: #ffffff;
  }
}
html.dark-mode .feed-item {
  background: #1c1c1e;
  border-color: #5a5a5f;
  color: #ffffff;
}
html.light-mode .feed-item {
  background: #ffffff;
  border-color: #d6dae6;
  color: #3d424d;
}
.feed-item.page:first-child {
  margin-top: 0;
}
.feed-item.page *:not(.tip-container .title-row) {
  line-height: 1.5;
}
.feed-item.page .feed-content {
  margin: -20px -20px 0;
}
.feed-item.page .feed-content .feed-excerpt,
.feed-item.page .feed-content .post-meta,
.feed-item.page .feed-content .post-author {
  margin-left: 20px;
  margin-right: 20px;
}
.feed-item.page .feed-content a {
  text-decoration: none;
}
.feed-item.page .feed-content h1,
.feed-item.page .feed-content h2 {
  font-size: 27px;
  padding: 15px 20px 15px 35px;
  margin-top: 0;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid;
  color: #515767;
  background: #f9f9fa;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .feed-item.page .feed-content h1,
  .feed-item.page .feed-content h2 {
    background: #141414;
    border-bottom-color: #5a5a5f;
    color: #ffffff;
  }
}
html.dark-mode .feed-item.page .feed-content h1,
html.dark-mode .feed-item.page .feed-content h2 {
  background: #141414;
  border-bottom-color: #5a5a5f;
  color: #ffffff;
}
html.light-mode .feed-item.page .feed-content h1,
html.light-mode .feed-item.page .feed-content h2 {
  color: #515767;
  background: #f9f9fa;
  border-bottom-color: #d6dae6;
}
.feed-item.page .feed-content h1:before,
.feed-item.page .feed-content h2:before {
  left: 15px;
  top: 27px;
}
.feed-item.category {
  padding-bottom: 0;
}
.feed-item.category .feed-content h1,
.feed-item.category .feed-content h2 {
  border-bottom: 0;
}
.feed-item .card-container ul {
  margin-top: 0;
}
.feed-item .card-container ul li {
  padding-left: 20px;
}
.feed-item .card-container ul li:before {
  width: 13px;
  height: 13px;
  background-position: -65px -99px;
  top: 6px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .feed-item .card-container ul li:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .feed-item .card-container ul li:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .feed-item .card-container ul li:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.post-author {
  display: block;
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #777f8c;
}
@media (prefers-color-scheme: dark) {
  .post-author {
    color: #7d7d7e;
  }
}
html.dark-mode .post-author {
  color: #7d7d7e;
}
html.light-mode .post-author {
  color: #777f8c;
}
.textwidget > div > center > a > img {
  border-left: 0;
  border-right: 0;
}
.post-top {
  border: 1px solid;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  background: #ffffff;
  border-color: #d6dae6;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .post-top {
    background: #1c1c1e;
    border-color: #5a5a5f;
    color: #ffffff;
  }
}
html.dark-mode .post-top {
  background: #1c1c1e;
  border-color: #5a5a5f;
  color: #ffffff;
}
html.light-mode .post-top {
  background: #ffffff;
  border-color: #d6dae6;
  color: #3d424d;
}
.post-top__head {
  position: relative;
}
.post-top__title {
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding: 20px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .post-top__title {
    pointer-events: none;
  }
}
@media only screen and (max-width: 819px) {
  .post-top__title {
    position: static;
    padding: 0;
    margin-bottom: 15px;
  }
}
.post-top__title h1 {
  font-weight: 900;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (max-width: 819px) {
  .post-top__title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #3d424d;
  }
  html.dark-mode .post-top__title h1 {
    color: #ffffff;
  }
  html.light-mode .post-top__title h1 {
    color: #3d424d;
  }
}
@media only screen and (max-width: 819px) and (prefers-color-scheme: dark) {
  .post-top__title h1 {
    color: #ffffff;
  }
}
.post-top__image {
  position: relative;
  height: 390px;
  overflow: hidden;
}
@media only screen and (max-width: 819px) {
  .post-top__image {
    height: auto;
  }
}
.post-top__image img {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 819px) {
  .post-top__image img {
    min-width: 1px;
    min-height: 1px;
    width: 100% !important;
    height: auto;
    position: static;
    transform: none;
  }
}
.post-top__image:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(61, 66, 77, 0.5);
}
@media (prefers-color-scheme: dark) {
  .post-top__image:after {
    background: rgba(14, 14, 14, 0.5);
  }
}
html.dark-mode .post-top__image:after {
  background: rgba(14, 14, 14, 0.5);
}
html.light-mode .post-top__image:after {
  background: rgba(61, 66, 77, 0.5);
}
@media only screen and (max-width: 819px) {
  .post-top__image:after {
    display: none;
  }
}
@media only screen and (max-width: 819px) {
  .post-top__image--teaser {
    display: none;
  }
}
.post-top__image--featured {
  display: none;
}
@media only screen and (max-width: 819px) {
  .post-top__image--featured {
    display: block;
  }
}
.post-top__details {
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .post-top .post-meta {
    font-size: 16px;
  }
}
.post-top .post-meta__thumb {
  width: 45px;
  height: 45px;
}
.post-top__text {
  line-height: 26px;
  margin-top: 20px;
}
.post-top__text a {
  text-decoration: none;
  font-weight: bold;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .post-top__text a {
    color: #0984ff;
  }
}
html.dark-mode .post-top__text a {
  color: #0984ff;
}
html.light-mode .post-top__text a {
  color: #4684c4;
}
.post-top__text a:hover {
  text-decoration: underline !important;
}
.post-top__more {
  text-align: right;
  margin-top: 15px;
}
.post-top .social {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
@media only screen and (max-width: 819px) {
  .post-top .social {
    top: auto;
    margin: 0;
    bottom: 20px;
  }
}
@media (max-width: 400px) {
  .post-top .social {
    display: block;
  }
}
@media (max-width: 400px) {
  .post-top .social .jssocials-share {
    display: block;
    margin-top: 10px !important;
  }
}
.post-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 400px) {
  .post-meta {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.post-meta__thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}
@media (prefers-color-scheme: dark) {
  .post-meta__thumb {
    background: #141414;
  }
}
html.dark-mode .post-meta__thumb {
  background: #141414;
}
html.light-mode .post-meta__thumb {
  background: #ccc;
}
@media only screen and (max-width: 819px) {
  .post-meta__thumb {
    width: 45px;
    height: 45px;
  }
}
.post-meta__thumb img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.post-meta__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% - 35px);
  padding-left: 10px;
}
.post-meta__details > div {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 400px) {
  .post-meta__details > div {
    margin: 0;
  }
}
@media only screen and (max-width: 819px) {
  .post-meta__details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: calc(100% - 45px);
  }
}
@media (max-width: 400px) {
  .post-meta__details {
    display: block;
  }
}
@media (min-width: 401px) {
  .post-meta__actions {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.post-meta__author {
  margin-right: 20px;
}
@media only screen and (max-width: 819px) {
  .post-meta__author {
    margin-right: 15px;
    font-size: 16px;
  }
}
.post-meta__author strong {
  font-weight: 900;
}
.post-meta__author a {
  text-decoration: none;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .post-meta__author a {
    color: #ffffff;
  }
}
html.dark-mode .post-meta__author a {
  color: #ffffff;
}
html.light-mode .post-meta__author a {
  color: #3d424d;
}
.post-meta__date,
.post-meta__comments {
  position: relative;
  padding-left: 24px;
}
.post-meta__date:before,
.post-meta__comments:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .post-meta__date:before,
  .post-meta__comments:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .post-meta__date:before,
html.dark-mode .post-meta__comments:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .post-meta__date:before,
html.light-mode .post-meta__comments:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.post-meta__date {
  margin-right: 20px;
}
@media (max-width: 400px) {
  .post-meta__date {
    margin: 10px 0;
  }
}
.post-meta__date:before {
  width: 15px;
  height: 15px;
  background-position: -168px -172px;
}
.post-meta__comments:before {
  width: 16px;
  height: 16px;
  background-position: -193px -172px;
}
.post-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0;
  border: 1px solid;
  margin-top: 5px;
  position: relative;
  padding: 20px;
  background: #ffffff;
  color: #3d424d;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .post-block {
    background: #1c1c1e;
    color: #ffffff;
    border-color: #5a5a5f;
  }
}
html.dark-mode .post-block {
  background: #1c1c1e;
  color: #ffffff;
  border-color: #5a5a5f;
}
html.light-mode .post-block {
  background: #ffffff;
  color: #3d424d;
  border-color: #d6dae6;
}
@media only screen and (max-width: 1023px) {
  .post-block {
    display: block;
    padding: 0;
  }
}
.post-block a {
  text-decoration: none;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .post-block a {
    color: #ffffff;
  }
}
html.dark-mode .post-block a {
  color: #ffffff;
}
html.light-mode .post-block a {
  color: #3d424d;
}
.post-block h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.post-block .post-meta {
  margin-top: 15px;
}
.post-block .img-holder {
  width: 340px;
}
@media (max-width: 1200px) {
  .post-block .img-holder {
    width: 240px;
  }
}
@media only screen and (max-width: 1023px) {
  .post-block .img-holder {
    width: 100%;
  }
}
.post-block .img-holder img {
  width: 100% !important;
  height: auto !important;
  vertical-align: top;
}
.post-block .feed-content {
  width: calc(100% - 340px);
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .post-block .feed-content {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 1023px) {
  .post-block .feed-content {
    width: 100%;
    padding: 20px;
  }
}
.post-block .feed-excerpt {
  margin-top: 10px;
}
.post-block .feed-excerpt p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 0 !important;
}
.post-block .feed-excerpt p:empty {
  display: none;
}
.post-block .feed-excerpt a {
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .post-block .feed-excerpt a {
    color: #0984ff;
  }
}
html.dark-mode .post-block .feed-excerpt a {
  color: #0984ff;
}
html.light-mode .post-block .feed-excerpt a {
  color: #4684c4;
}
.post-block .read-more {
  margin-top: 15px;
}
@media only screen and (max-width: 819px) {
  .page.feed .post-top__image img {
    width: auto;
  }
}
.aside {
  width: 350px;
  float: right;
}
@media only screen and (max-width: 819px) {
  .aside {
    width: 100%;
    margin: 25px 0 0 0;
    float: none;
  }
}
.aside .search-form {
  display: none;
}
.aside .text {
  text-align: center;
}
.aside ul {
  padding-bottom: 10px;
}
.aside ul li {
  list-style: none;
  position: relative;
  border-bottom: 1px dotted;
  display: block;
  padding: 5px 0;
  padding-left: 26px;
  border-bottom-color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .aside ul li {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .aside ul li {
  border-bottom-color: #5a5a5f;
}
html.light-mode .aside ul li {
  border-bottom-color: #8e9199;
}
.aside ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 10px;
  display: inline-block;
  left: 7px;
  background: #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  .aside ul li:before {
    background: #ea3c48;
  }
}
html.dark-mode .aside ul li:before {
  background: #ea3c48;
}
html.light-mode .aside ul li:before {
  background: #cc3d5e;
}
.aside ul li a {
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .aside ul li a {
    color: #ffffff;
  }
}
html.dark-mode .aside ul li a {
  color: #ffffff;
}
html.light-mode .aside ul li a {
  color: #535457;
}
.aside ul li a:hover {
  text-decoration: underline;
}
.aside .side-item {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid;
  margin-bottom: 0;
  background: #ffffff;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item {
    background: #1c1c1e;
    border-color: #5a5a5f;
  }
}
html.dark-mode .aside .side-item {
  background: #1c1c1e;
  border-color: #5a5a5f;
}
html.light-mode .aside .side-item {
  background: #ffffff;
  border-color: #d6dae6;
}
.aside .side-item:first-child {
  margin-top: 0;
  padding: 0 10px;
}
.aside .side-item:first-child .title-note {
  display: none;
}
.aside .side-item:first-child .textwidget .blue-link {
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 8px 10px;
  margin: -16px -10px;
  background: #6699cc;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item:first-child .textwidget .blue-link {
    background: #0984ff;
  }
}
html.dark-mode .aside .side-item:first-child .textwidget .blue-link {
  background: #0984ff;
}
html.light-mode .aside .side-item:first-child .textwidget .blue-link {
  background: #6699cc;
}
.aside .side-item:first-child a {
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item:first-child a {
    color: #0984ff;
  }
}
html.dark-mode .aside .side-item:first-child a {
  color: #0984ff;
}
html.light-mode .aside .side-item:first-child a {
  color: #4684c4;
}
.aside .side-item:first-child a:hover {
  text-decoration: underline;
}
.aside .side-item .fb_iframe_widget {
  width: 328px;
  margin: 0 auto;
}
.aside .side-item .styled-select {
  border: 0;
  text-align: center;
  text-align-last: center;
}
.aside .side-item .styled-select select {
  width: 100%;
}
.aside .side-item .styled-select option {
  text-align: left;
}
.aside .side-item .styled-select:before {
  display: none;
}
.aside .side-item .styled-select:after {
  right: 28%;
}
.aside .side-item .textwidget > center > a > img {
  width: 100%;
  margin-top: 10px;
}
.aside .side-item .tablepress th {
  background: transparent;
}
.aside .side-item .tablepress .row-hover tr:hover td {
  background: transparent;
}
.aside .side-item .tablepress .odd td {
  background: transparent;
}
.aside .side-item .tablepress tbody td {
  padding: 15px 0;
  border: 0;
  border-bottom: 2px solid;
  border-bottom-color: #bec2cc !important;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress tbody td {
    border-bottom-color: #5a5a5f !important;
  }
}
html.dark-mode .aside .side-item .tablepress tbody td {
  border-bottom-color: #5a5a5f !important;
}
html.light-mode .aside .side-item .tablepress tbody td {
  border-bottom-color: #bec2cc !important;
}
.aside .side-item .tablepress tbody td.column-1 {
  width: 150px;
}
.aside .side-item .tablepress tbody td.column-1 center {
  text-align: left;
}
.aside .side-item .tablepress tbody td.column-2 a {
  font-size: 13px;
  text-transform: lowercase;
  z-index: 2;
  display: inline-block;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress tbody td.column-2 a {
    color: #0984ff;
  }
}
html.dark-mode .aside .side-item .tablepress tbody td.column-2 a {
  color: #0984ff;
}
html.light-mode .aside .side-item .tablepress tbody td.column-2 a {
  color: #4684c4;
}
.aside .side-item .tablepress tbody td.column-2 a.title-link {
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
  line-height: 1.2;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress tbody td.column-2 a.title-link {
    color: #ffffff;
  }
}
html.dark-mode .aside .side-item .tablepress tbody td.column-2 a.title-link {
  color: #ffffff;
}
html.light-mode .aside .side-item .tablepress tbody td.column-2 a.title-link {
  color: #3d424d;
}
.aside .side-item .tablepress tbody td.column-2 a.title-link:hover {
  text-decoration: none;
}
.aside .side-item .tablepress tbody td.column-2 a.readmore {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.aside .side-item .tablepress tbody td.column-2 a:first-letter {
  text-transform: uppercase;
}
.aside .side-item .tablepress tbody td.column-2 a:hover {
  text-decoration: underline;
}
.aside .side-item .tablepress tbody td.column-2 center {
  display: block;
  height: 90px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  color: #616773;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress tbody td.column-2 center {
    color: #ffffff;
  }
}
html.dark-mode .aside .side-item .tablepress tbody td.column-2 center {
  color: #ffffff;
}
html.light-mode .aside .side-item .tablepress tbody td.column-2 center {
  color: #616773;
}
.aside .side-item .tablepress tbody td.column-2 h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress tbody td.column-2 h3 {
    color: #ffffff;
  }
}
html.dark-mode .aside .side-item .tablepress tbody td.column-2 h3 {
  color: #ffffff;
}
html.light-mode .aside .side-item .tablepress tbody td.column-2 h3 {
  color: #3d424d;
}
.aside .side-item .tablepress tbody td.column-2 p {
  margin-bottom: 5px;
}
.aside .side-item .tablepress tfoot th {
  padding: 15px 0;
  border: 0;
  border-bottom: 2px solid;
  border-bottom-color: #bec2cc !important;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress tfoot th {
    border-bottom-color: #5a5a5f !important;
  }
}
html.dark-mode .aside .side-item .tablepress tfoot th {
  border-bottom-color: #5a5a5f !important;
}
html.light-mode .aside .side-item .tablepress tfoot th {
  border-bottom-color: #bec2cc !important;
}
.aside .side-item .tablepress tr:last-child td {
  border-bottom: 0 !important;
}
.aside .side-item .tablepress.sidebar-credit-cards {
  width: calc(100% + 20px);
  margin: 15px -10px 0 -10px !important;
}
.aside .side-item .tablepress.sidebar-credit-cards img {
  width: 90px !important;
  height: auto !important;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.aside .side-item .tablepress.sidebar-credit-cards tbody tr:nth-child(odd) td {
  background: #f9f9fa;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress.sidebar-credit-cards tbody tr:nth-child(odd) td {
    background: #141414;
  }
}
html.dark-mode .aside .side-item .tablepress.sidebar-credit-cards tbody tr:nth-child(odd) td {
  background: #141414;
}
html.light-mode .aside .side-item .tablepress.sidebar-credit-cards tbody tr:nth-child(odd) td {
  background: #f9f9fa;
}
.aside .side-item .tablepress.sidebar-credit-cards tbody td {
  border-bottom: 0 !important;
  border-top: 1px solid;
  border-top-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress.sidebar-credit-cards tbody td {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .aside .side-item .tablepress.sidebar-credit-cards tbody td {
  border-top-color: #5a5a5f;
}
html.light-mode .aside .side-item .tablepress.sidebar-credit-cards tbody td {
  border-top-color: #d6dae6;
}
.aside .side-item .tablepress.sidebar-credit-cards tbody td.column-1 {
  width: 110px;
  padding-left: 10px;
  padding-right: 10px;
}
.aside .side-item .tablepress.sidebar-credit-cards tbody td.column-2 a {
  font-size: 14px;
}
.aside .side-item .tablepress.sidebar-credit-cards tbody td.column-2 a.title-link {
  font-size: 14px;
  font-weight: 900;
}
.aside .side-item .tablepress.sidebar-credit-cards tbody td.column-2 center {
  height: auto;
  min-height: 55px;
  padding-bottom: 20px;
  padding-right: 10px;
}
.aside .side-item .tablepress.sidebar-credit-cards tfoot th {
  border-bottom: 0 !important;
  border-top: 1px solid;
  border-top-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .aside .side-item .tablepress.sidebar-credit-cards tfoot th {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .aside .side-item .tablepress.sidebar-credit-cards tfoot th {
  border-top-color: #5a5a5f;
}
html.light-mode .aside .side-item .tablepress.sidebar-credit-cards tfoot th {
  border-top-color: #d6dae6;
}
.aside .side-item .tablepress.sidebar-credit-cards ul li {
  list-style: none;
  border: 0;
  padding: 0 0 0 15px;
}
.aside .side-item .tablepress.sidebar-credit-cards ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  background: url('img/check-green.png?v=3') no-repeat;
}
.aside .side-item .dataTables_info,
.aside .side-item thead {
  display: none;
}
.aside .side-item .dataTables_wrapper {
  margin-bottom: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
textarea {
  width: 100%;
  height: 32px;
  display: block;
  outline: none;
  padding: 0 13px !important;
  border: 1px solid;
  -webkit-appearance: none;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
  color: #535457;
  border-color: #d6dae6;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777f8c;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777f8c;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777f8c;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777f8c;
}
@media (prefers-color-scheme: dark) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=search],
  textarea {
    background: #141414;
    border-color: #5a5a5f;
    color: #ffffff;
  }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #7d7d7e;
  }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #7d7d7e;
  }
}
html.dark-mode input[type=text],
html.dark-mode input[type=password],
html.dark-mode input[type=email],
html.dark-mode input[type=number],
html.dark-mode input[type=search],
html.dark-mode textarea {
  background: #141414;
  border-color: #5a5a5f;
  color: #ffffff;
}
html.dark-mode input[type=text]::-webkit-input-placeholder,
html.dark-mode input[type=password]::-webkit-input-placeholder,
html.dark-mode input[type=email]::-webkit-input-placeholder,
html.dark-mode input[type=number]::-webkit-input-placeholder,
html.dark-mode input[type=search]::-webkit-input-placeholder,
html.dark-mode textarea::-webkit-input-placeholder {
  color: #7d7d7e;
}
html.dark-mode input[type=text]::-moz-placeholder,
html.dark-mode input[type=password]::-moz-placeholder,
html.dark-mode input[type=email]::-moz-placeholder,
html.dark-mode input[type=number]::-moz-placeholder,
html.dark-mode input[type=search]::-moz-placeholder,
html.dark-mode textarea::-moz-placeholder {
  color: #7d7d7e;
  opacity: 1;
}
html.dark-mode input[type=text]::-moz-placeholder,
html.dark-mode input[type=password]::-moz-placeholder,
html.dark-mode input[type=email]::-moz-placeholder,
html.dark-mode input[type=number]::-moz-placeholder,
html.dark-mode input[type=search]::-moz-placeholder,
html.dark-mode textarea::-moz-placeholder {
  color: #7d7d7e;
  opacity: 1;
}
html.dark-mode input[type=text]:-ms-input-placeholder,
html.dark-mode input[type=password]:-ms-input-placeholder,
html.dark-mode input[type=email]:-ms-input-placeholder,
html.dark-mode input[type=number]:-ms-input-placeholder,
html.dark-mode input[type=search]:-ms-input-placeholder,
html.dark-mode textarea:-ms-input-placeholder {
  color: #7d7d7e;
}
html.light-mode input[type=text],
html.light-mode input[type=password],
html.light-mode input[type=email],
html.light-mode input[type=number],
html.light-mode input[type=search],
html.light-mode textarea {
  background: #ffffff;
  color: #535457;
  border-color: #d6dae6;
}
html.light-mode input[type=text]::-webkit-input-placeholder,
html.light-mode input[type=password]::-webkit-input-placeholder,
html.light-mode input[type=email]::-webkit-input-placeholder,
html.light-mode input[type=number]::-webkit-input-placeholder,
html.light-mode input[type=search]::-webkit-input-placeholder,
html.light-mode textarea::-webkit-input-placeholder {
  color: #777f8c;
}
html.light-mode input[type=text]::-moz-placeholder,
html.light-mode input[type=password]::-moz-placeholder,
html.light-mode input[type=email]::-moz-placeholder,
html.light-mode input[type=number]::-moz-placeholder,
html.light-mode input[type=search]::-moz-placeholder,
html.light-mode textarea::-moz-placeholder {
  color: #777f8c;
  opacity: 1;
}
html.light-mode input[type=text]::-moz-placeholder,
html.light-mode input[type=password]::-moz-placeholder,
html.light-mode input[type=email]::-moz-placeholder,
html.light-mode input[type=number]::-moz-placeholder,
html.light-mode input[type=search]::-moz-placeholder,
html.light-mode textarea::-moz-placeholder {
  color: #777f8c;
  opacity: 1;
}
html.light-mode input[type=text]:-ms-input-placeholder,
html.light-mode input[type=password]:-ms-input-placeholder,
html.light-mode input[type=email]:-ms-input-placeholder,
html.light-mode input[type=number]:-ms-input-placeholder,
html.light-mode input[type=search]:-ms-input-placeholder,
html.light-mode textarea:-ms-input-placeholder {
  color: #777f8c;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid;
  border-color: #4684c4;
  box-shadow: 0 0 4px #4684c4;
}
@media (prefers-color-scheme: dark) {
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  textarea:focus {
    border-color: #0984ff;
    box-shadow: 0 0 4px #0984ff;
  }
}
html.dark-mode input[type=text]:focus,
html.dark-mode input[type=password]:focus,
html.dark-mode input[type=email]:focus,
html.dark-mode input[type=number]:focus,
html.dark-mode input[type=search]:focus,
html.dark-mode textarea:focus {
  border-color: #0984ff;
  box-shadow: 0 0 4px #0984ff;
}
html.light-mode input[type=text]:focus,
html.light-mode input[type=password]:focus,
html.light-mode input[type=email]:focus,
html.light-mode input[type=number]:focus,
html.light-mode input[type=search]:focus,
html.light-mode textarea:focus {
  border-color: #4684c4;
  box-shadow: 0 0 4px #4684c4;
}
input[type=text]:read-only,
input[type=password]:read-only,
input[type=email]:read-only,
input[type=number]:read-only,
input[type=search]:read-only,
textarea:read-only {
  padding-right: 0 !important;
  color: #bec2cc !important;
}
input[type=text]::selection,
input[type=password]::selection,
input[type=email]::selection,
input[type=number]::selection,
input[type=search]::selection,
textarea::selection {
  background: #c5ced9;
  color: #000;
}
input[type=text]::-ms-clear,
input[type=password]::-ms-clear,
input[type=email]::-ms-clear,
input[type=number]::-ms-clear,
input[type=search]::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text].search-input,
input[type=password].search-input,
input[type=email].search-input,
input[type=number].search-input,
input[type=search].search-input,
textarea.search-input {
  padding-right: 25px !important;
  background: url('img/search.png?v=3') right center no-repeat, #ffffff;
}
@media (prefers-color-scheme: dark) {
  input[type=text].search-input,
  input[type=password].search-input,
  input[type=email].search-input,
  input[type=number].search-input,
  input[type=search].search-input,
  textarea.search-input {
    background: url('img/search-white.png?v=3') right center no-repeat, #141414;
  }
}
html.dark-mode input[type=text].search-input,
html.dark-mode input[type=password].search-input,
html.dark-mode input[type=email].search-input,
html.dark-mode input[type=number].search-input,
html.dark-mode input[type=search].search-input,
html.dark-mode textarea.search-input {
  background: url('img/search-white.png?v=3') right center no-repeat, #141414;
}
html.light-mode input[type=text].search-input,
html.light-mode input[type=password].search-input,
html.light-mode input[type=email].search-input,
html.light-mode input[type=number].search-input,
html.light-mode input[type=search].search-input,
html.light-mode textarea.search-input {
  background: url('img/search.png?v=3') right center no-repeat, #ffffff;
}
input[type=submit],
button {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
  height: 210px;
  padding: 13px !important;
}
label {
  font-size: 13px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  label {
    color: #ffffff;
  }
}
html.dark-mode label {
  color: #ffffff;
}
html.light-mode label {
  color: #535457;
}
label.blue {
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  label.blue {
    color: #0984ff;
  }
}
html.dark-mode label.blue {
  color: #0984ff;
}
html.light-mode label.blue {
  color: #4684c4;
}
label.labe .silver,
label.radio .silver {
  color: #a1a7b3;
}
@media (prefers-color-scheme: dark) {
  label.labe .silver,
  label.radio .silver {
    color: #7d7d7e;
  }
}
html.dark-mode label.labe .silver,
html.dark-mode label.radio .silver {
  color: #7d7d7e;
}
html.light-mode label.labe .silver,
html.light-mode label.radio .silver {
  color: #a1a7b3;
}
span.required {
  margin-left: 3px;
  color: #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  span.required {
    color: #ea3c48;
  }
}
html.dark-mode span.required {
  color: #ea3c48;
}
html.light-mode span.required {
  color: #cc3d5e;
}
.styled-select {
  width: 100%;
  height: 32px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid;
  background: #ffffff;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .styled-select {
    background: #141414;
    border-color: #5a5a5f;
  }
}
html.dark-mode .styled-select {
  background: #141414;
  border-color: #5a5a5f;
}
html.light-mode .styled-select {
  background: #ffffff;
  border-color: #d6dae6;
}
.styled-select:before {
  position: absolute;
  content: "";
  z-index: 9;
  width: 21px;
  height: 32px;
  right: 0;
  top: 0px;
  border-left: 1px solid;
  pointer-events: none;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f9 100%);
  background: linear-gradient(top, #ffffff 0%, #f8f8f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f9', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f9',GradientType=0);
  border-left-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .styled-select:before {
    background: #141414;
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .styled-select:before {
  background: #141414;
  border-left-color: #5a5a5f;
}
html.light-mode .styled-select:before {
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f9 100%);
  background: linear-gradient(top, #ffffff 0%, #f8f8f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f9', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f9',GradientType=0);
  border-left-color: #d6dae6;
}
.styled-select:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  z-index: 9;
  background-position: -32px -66px;
  top: 14px;
  right: 6px;
  pointer-events: none;
  display: block;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .styled-select:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .styled-select:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .styled-select:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.styled-select select {
  background: transparent !important;
  -webkit-appearance: none;
  box-shadow: none;
  width: 110%;
  height: 32px;
  padding: 0 0 0 5px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  position: relative;
  outline: none;
  line-height: 30px;
  border: 0;
  border-radius: 0;
  opacity: 1;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .styled-select select {
    color: #ffffff;
  }
}
html.dark-mode .styled-select select {
  color: #ffffff;
}
html.light-mode .styled-select select {
  color: #535457;
}
.styled-select select option {
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .styled-select select option {
    background: #141414;
  }
}
html.dark-mode .styled-select select option {
  background: #141414;
}
html.light-mode .styled-select select option {
  background: #ffffff;
}
input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label,
input[type=checkbox] + span {
  user-select: none;
  display: inline-block !important;
  position: relative !important;
  padding-left: 20px !important;
  min-height: 13px;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  background-position: 0 -19px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox] + label:before,
  input[type=checkbox] + span:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode input[type=checkbox] + label:before,
html.dark-mode input[type=checkbox] + span:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode input[type=checkbox] + label:before,
html.light-mode input[type=checkbox] + span:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
input[type=checkbox] + label.minus:after,
input[type=checkbox] + span.minus:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 2px;
  top: 6px;
  left: 3px;
  background: #686c73;
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox] + label.minus:after,
  input[type=checkbox] + span.minus:after {
    background: #ffffff;
  }
}
html.dark-mode input[type=checkbox] + label.minus:after,
html.dark-mode input[type=checkbox] + span.minus:after {
  background: #ffffff;
}
html.light-mode input[type=checkbox] + label.minus:after,
html.light-mode input[type=checkbox] + span.minus:after {
  background: #686c73;
}
input[type=checkbox]:checked + label:before {
  background-position: -23px -19px;
}
input[type=checkbox]:disabled + label:before,
input[type=checkbox]:disabled + span:before {
  background-position: -237px -100px;
}
input[type=checkbox]:disabled:checked + label:before,
input[type=checkbox]:disabled:checked + span:before {
  background-position: -257px -100px;
}
input[type=checkbox].errored,
input[type=checkbox]:error {
  box-shadow: 0px 0px 9px #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox].errored,
  input[type=checkbox]:error {
    box-shadow: 0px 0px 9px #ea3c48;
  }
}
html.dark-mode input[type=checkbox].errored,
html.dark-mode input[type=checkbox]:error {
  box-shadow: 0px 0px 9px #ea3c48;
}
html.light-mode input[type=checkbox].errored,
html.light-mode input[type=checkbox]:error {
  box-shadow: 0px 0px 9px #cc3d5e;
}
input[type=checkbox].focused,
input[type=checkbox]:focus {
  box-shadow: 0px 0px 9px #4684c4;
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox].focused,
  input[type=checkbox]:focus {
    box-shadow: 0px 0px 9px #0984ff;
  }
}
html.dark-mode input[type=checkbox].focused,
html.dark-mode input[type=checkbox]:focus {
  box-shadow: 0px 0px 9px #0984ff;
}
html.light-mode input[type=checkbox].focused,
html.light-mode input[type=checkbox]:focus {
  box-shadow: 0px 0px 9px #4684c4;
}
input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
input[type=radio] + label,
input[type=radio] + span {
  user-select: none;
  display: inline-block !important;
  position: relative !important;
  padding-left: 20px !important;
  min-height: 13px;
}
input[type=radio] + label:before,
input[type=radio] + span:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-position: -160px -99px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  input[type=radio] + label:before,
  input[type=radio] + span:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode input[type=radio] + label:before,
html.dark-mode input[type=radio] + span:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode input[type=radio] + label:before,
html.light-mode input[type=radio] + span:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
input[type=radio]:checked + label:before {
  background-position: -179px -99px;
}
input[type=radio]:disabled + label:before,
input[type=radio]:disabled + span:before {
  background-position: -198px -99px;
}
input[type=radio]:disabled:checked + label:before,
input[type=radio]:disabled:checked + span:before {
  background-position: -217px -99px;
}
input[type=radio].errored,
input[type=radio]:error {
  box-shadow: 0px 0px 9px #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  input[type=radio].errored,
  input[type=radio]:error {
    box-shadow: 0px 0px 9px #ea3c48;
  }
}
html.dark-mode input[type=radio].errored,
html.dark-mode input[type=radio]:error {
  box-shadow: 0px 0px 9px #ea3c48;
}
html.light-mode input[type=radio].errored,
html.light-mode input[type=radio]:error {
  box-shadow: 0px 0px 9px #cc3d5e;
}
input[type=radio].focused,
input[type=radio]:focus {
  box-shadow: 0px 0px 9px #4684c4;
}
@media (prefers-color-scheme: dark) {
  input[type=radio].focused,
  input[type=radio]:focus {
    box-shadow: 0px 0px 9px #0984ff;
  }
}
html.dark-mode input[type=radio].focused,
html.dark-mode input[type=radio]:focus {
  box-shadow: 0px 0px 9px #0984ff;
}
html.light-mode input[type=radio].focused,
html.light-mode input[type=radio]:focus {
  box-shadow: 0px 0px 9px #4684c4;
}
.form-submit {
  width: 100%;
  padding: 0 20px 20px;
  text-align: right;
}
@media only screen and (max-width: 819px) {
  .form-submit {
    padding-right: 15px;
    padding-top: 10px;
  }
}
.form-submit button,
.form-submit input {
  line-height: 1 !important;
}
.form-submit [class^="btn-"],
.form-submit [class*=" btn-"] {
  min-width: 110px;
  vertical-align: top;
  height: 32px;
  margin-left: 10px;
}
.form-submit:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .search-form {
    float: left;
    margin: 15px 0 0 116px;
    border: 1px solid;
    border-color: #d6dae6;
  }
  html.dark-mode .search-form {
    border-color: #5a5a5f;
  }
  html.light-mode .search-form {
    border-color: #d6dae6;
  }
  .search-form input[type=search] {
    width: 210px;
    height: 25px;
    border: 0;
    text-align: center;
    float: left;
    color: #797b80;
  }
  .search-form input[type=search]::-webkit-input-placeholder {
    color: #a1a6b3;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #a1a6b3;
    opacity: 1;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #a1a6b3;
    opacity: 1;
  }
  .search-form input[type=search]:-ms-input-placeholder {
    color: #a1a6b3;
  }
  html.dark-mode .search-form input[type=search] {
    color: #ffffff;
  }
  html.dark-mode .search-form input[type=search]::-webkit-input-placeholder {
    color: #7d7d7e;
  }
  html.dark-mode .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  html.dark-mode .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  html.dark-mode .search-form input[type=search]:-ms-input-placeholder {
    color: #7d7d7e;
  }
  html.light-mode .search-form input[type=search] {
    color: #797b80;
  }
  html.light-mode .search-form input[type=search]::-webkit-input-placeholder {
    color: #a1a6b3;
  }
  html.light-mode .search-form input[type=search]::-moz-placeholder {
    color: #a1a6b3;
    opacity: 1;
  }
  html.light-mode .search-form input[type=search]::-moz-placeholder {
    color: #a1a6b3;
    opacity: 1;
  }
  html.light-mode .search-form input[type=search]:-ms-input-placeholder {
    color: #a1a6b3;
  }
  .search-form input[type=search]:focus {
    box-shadow: none;
    border: 0;
  }
  .search-form button {
    float: right;
    border: 0;
    border-left: 1px solid;
    width: 28px;
    height: 25px;
    cursor: pointer;
    text-indent: -9999px;
    color: transparent;
    display: inline-block;
    float: left;
    position: relative;
    border-left-color: #d6dae6;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    background: linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f3', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f2f3',GradientType=0);
  }
  html.dark-mode .search-form button {
    border-left-color: #5a5a5f;
    background: #141414;
  }
  html.light-mode .search-form button {
    border-left-color: #d6dae6;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    background: linear-gradient(top, #ffffff 0%, #f1f2f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f3', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f2f3',GradientType=0);
  }
  .search-form:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .search-form {
    border-color: #5a5a5f;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .search-form input[type=search] {
    color: #ffffff;
  }
  .search-form input[type=search]::-webkit-input-placeholder {
    color: #7d7d7e;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  .search-form input[type=search]:-ms-input-placeholder {
    color: #7d7d7e;
  }
}
@media only screen and (min-width: 1024px) and (prefers-color-scheme: dark) {
  .search-form button {
    border-left-color: #5a5a5f;
    background: #141414;
  }
}
@media (min-width: 1260px) and (max-width: 1320px) {
  .search-form input[type=search] {
    width: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  .search-form {
    margin: 15px 10px 0 70px;
  }
  .search-form input[type=search] {
    width: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .search-form {
    height: 44px;
    position: relative;
    background: #ffffff;
  }
  html.dark-mode .search-form {
    background: #141414;
  }
  html.light-mode .search-form {
    background: #ffffff;
  }
  .search-form input[type=search] {
    border: 0;
    height: 44px;
    font-size: 15px;
    padding: 0 45px 0 15px!important;
    width: 100%;
    text-align: left;
    color: #515766;
  }
  .search-form input[type=search]::-webkit-input-placeholder {
    color: #aaadb3;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #aaadb3;
    opacity: 1;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #aaadb3;
    opacity: 1;
  }
  .search-form input[type=search]:-ms-input-placeholder {
    color: #aaadb3;
  }
  html.dark-mode .search-form input[type=search] {
    color: #ffffff;
  }
  html.dark-mode .search-form input[type=search]::-webkit-input-placeholder {
    color: #7d7d7e;
  }
  html.dark-mode .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  html.dark-mode .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  html.dark-mode .search-form input[type=search]:-ms-input-placeholder {
    color: #7d7d7e;
  }
  html.light-mode .search-form input[type=search] {
    color: #515766;
  }
  html.light-mode .search-form input[type=search]::-webkit-input-placeholder {
    color: #aaadb3;
  }
  html.light-mode .search-form input[type=search]::-moz-placeholder {
    color: #aaadb3;
    opacity: 1;
  }
  html.light-mode .search-form input[type=search]::-moz-placeholder {
    color: #aaadb3;
    opacity: 1;
  }
  html.light-mode .search-form input[type=search]:-ms-input-placeholder {
    color: #aaadb3;
  }
  .search-form input[type=search]:focus {
    box-shadow: none;
    border: 0;
  }
  .search-form button {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    color: transparent;
    text-indent: -9999px;
  }
  .search-form button:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .search-form {
    background: #141414;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .search-form input[type=search] {
    color: #ffffff;
  }
  .search-form input[type=search]::-webkit-input-placeholder {
    color: #7d7d7e;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  .search-form input[type=search]::-moz-placeholder {
    color: #7d7d7e;
    opacity: 1;
  }
  .search-form input[type=search]:-ms-input-placeholder {
    color: #7d7d7e;
  }
}
.search-form button:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  background-position: -557px -20px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .search-form button:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .search-form button:before {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .search-form button:before {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
form[name=removeSubscription] label {
  position: relative;
  top: -2px;
  padding-left: 25px;
  display: block;
  line-height: 1.68;
}
form[name=removeSubscription] label:before {
  top: 6px;
}
form[name=removeSubscription] a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  form[name=removeSubscription] a {
    color: #0984ff;
  }
}
html.dark-mode form[name=removeSubscription] a {
  color: #0984ff;
}
html.light-mode form[name=removeSubscription] a {
  color: #4684c4;
}
form[name=removeSubscription] a:hover {
  text-decoration: underline;
}
form[name=changeemailrequest] input[name=new_email] {
  max-width: 300px;
}
[class^="btn-"],
[class*=" btn-"],
.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  border: none;
  outline: none;
}
[class^="btn-"]:hover,
[class*=" btn-"]:hover,
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.btn-light-silver {
  padding: 0 10px;
  color: #797b80;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0efee 100%);
  background: linear-gradient(top, #ffffff 0%, #f0efee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0efee', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff0efee',GradientType=0);
}
@media (prefers-color-scheme: dark) {
  .btn-light-silver {
    color: #ffffff;
    background: #141414;
  }
}
html.dark-mode .btn-light-silver {
  color: #ffffff;
  background: #141414;
}
html.light-mode .btn-light-silver {
  color: #797b80;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0efee 100%);
  background: linear-gradient(top, #ffffff 0%, #f0efee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0efee', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff0efee',GradientType=0);
}
.btn-light-silver:hover,
.btn-light-silver.active {
  background: -webkit-linear-gradient(top, #fafaf9 0%, #f0efee 100%);
  background: linear-gradient(top, #fafaf9 0%, #f0efee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafaf9', endColorstr='#fff0efee', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafaf9',endColorstr='#fff0efee',GradientType=0);
}
@media (prefers-color-scheme: dark) {
  .btn-light-silver:hover,
  .btn-light-silver.active {
    background: #313137;
  }
}
html.dark-mode .btn-light-silver:hover,
html.dark-mode .btn-light-silver.active {
  background: #313137;
}
html.light-mode .btn-light-silver:hover,
html.light-mode .btn-light-silver.active {
  background: -webkit-linear-gradient(top, #fafaf9 0%, #f0efee 100%);
  background: linear-gradient(top, #fafaf9 0%, #f0efee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafaf9', endColorstr='#fff0efee', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafaf9',endColorstr='#fff0efee',GradientType=0);
}
.btn-silver {
  border: 1px solid;
  font-size: 13px;
  padding: 0 28px;
  height: 32px;
  line-height: 32px;
  border-color: #d6dae6;
  color: #535457;
  background: -webkit-linear-gradient(top, #f8f9fa 0%, #f0f1f2 100%);
  background: linear-gradient(top, #f8f9fa 0%, #f0f1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9fa', endColorstr='#fff0f1f2', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9fa',endColorstr='#fff0f1f2',GradientType=0);
}
@media (prefers-color-scheme: dark) {
  .btn-silver {
    border-color: #5a5a5f;
    color: #ffffff;
    background: #141414;
  }
}
html.dark-mode .btn-silver {
  border-color: #5a5a5f;
  color: #ffffff;
  background: #141414;
}
html.light-mode .btn-silver {
  border-color: #d6dae6;
  color: #535457;
  background: -webkit-linear-gradient(top, #f8f9fa 0%, #f0f1f2 100%);
  background: linear-gradient(top, #f8f9fa 0%, #f0f1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9fa', endColorstr='#fff0f1f2', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9fa',endColorstr='#fff0f1f2',GradientType=0);
}
.btn-silver span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.btn-silver.small {
  height: 28px;
  line-height: 24px;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver.active {
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f9 100%) !important;
  background: linear-gradient(top, #ffffff 0%, #f8f8f9 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f9', GradientType=0) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f9',GradientType=0) !important;
}
@media (prefers-color-scheme: dark) {
  .btn-silver:hover,
  .btn-silver:focus,
  .btn-silver.active {
    background: #313137 !important;
  }
}
html.dark-mode .btn-silver:hover,
html.dark-mode .btn-silver:focus,
html.dark-mode .btn-silver.active {
  background: #313137 !important;
}
html.light-mode .btn-silver:hover,
html.light-mode .btn-silver:focus,
html.light-mode .btn-silver.active {
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f9 100%) !important;
  background: linear-gradient(top, #ffffff 0%, #f8f8f9 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f9', GradientType=0) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f9',GradientType=0) !important;
}
.btn-blue,
.feed-item.type-stc input[type=submit],
.post-password-form input[type="submit"] {
  white-space: nowrap !important;
  min-width: 110px;
  padding: 0 28px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  color: #ffffff !important;
  background: #125da3;
}
@media (prefers-color-scheme: dark) {
  .btn-blue,
  .feed-item.type-stc input[type=submit],
  .post-password-form input[type="submit"] {
    background: #1c6cc1;
  }
}
html.dark-mode .btn-blue,
html.dark-mode .feed-item.type-stc input[type=submit],
html.dark-mode .post-password-form input[type="submit"] {
  background: #1c6cc1;
}
html.light-mode .btn-blue,
html.light-mode .feed-item.type-stc input[type=submit],
html.light-mode .post-password-form input[type="submit"] {
  background: #125da3;
}
.btn-blue.btn-arrow,
.feed-item.type-stc input[type=submit].btn-arrow,
.post-password-form input[type="submit"].btn-arrow {
  position: relative;
}
.btn-blue.btn-arrow:after,
.feed-item.type-stc input[type=submit].btn-arrow:after,
.post-password-form input[type="submit"].btn-arrow:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 7px;
  background-position: -72px -81px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .btn-blue.btn-arrow:after,
  .feed-item.type-stc input[type=submit].btn-arrow:after,
  .post-password-form input[type="submit"].btn-arrow:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .btn-blue.btn-arrow:after,
html.dark-mode .feed-item.type-stc input[type=submit].btn-arrow:after,
html.dark-mode .post-password-form input[type="submit"].btn-arrow:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .btn-blue.btn-arrow:after,
html.light-mode .feed-item.type-stc input[type=submit].btn-arrow:after,
html.light-mode .post-password-form input[type="submit"].btn-arrow:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.btn-blue span,
.feed-item.type-stc input[type=submit] span,
.post-password-form input[type="submit"] span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.btn-blue.small,
.feed-item.type-stc input[type=submit].small,
.post-password-form input[type="submit"].small {
  height: 24px;
  line-height: 22px;
  font-size: 13px;
}
.btn-blue:hover:not(:disabled),
.feed-item.type-stc input[type=submit]:hover:not(:disabled),
.post-password-form input[type="submit"]:hover:not(:disabled),
.btn-blue:focus:not(:disabled),
.feed-item.type-stc input[type=submit]:focus:not(:disabled),
.post-password-form input[type="submit"]:focus:not(:disabled) {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #3189cc;
}
@media (prefers-color-scheme: dark) {
  .btn-blue:hover:not(:disabled),
  .feed-item.type-stc input[type=submit]:hover:not(:disabled),
  .post-password-form input[type="submit"]:hover:not(:disabled),
  .btn-blue:focus:not(:disabled),
  .feed-item.type-stc input[type=submit]:focus:not(:disabled),
  .post-password-form input[type="submit"]:focus:not(:disabled) {
    background: #124880;
  }
}
html.dark-mode .btn-blue:hover:not(:disabled),
html.dark-mode .feed-item.type-stc input[type=submit]:hover:not(:disabled),
html.dark-mode .post-password-form input[type="submit"]:hover:not(:disabled),
html.dark-mode .btn-blue:focus:not(:disabled),
html.dark-mode .feed-item.type-stc input[type=submit]:focus:not(:disabled),
html.dark-mode .post-password-form input[type="submit"]:focus:not(:disabled) {
  background: #124880;
}
html.light-mode .btn-blue:hover:not(:disabled),
html.light-mode .feed-item.type-stc input[type=submit]:hover:not(:disabled),
html.light-mode .post-password-form input[type="submit"]:hover:not(:disabled),
html.light-mode .btn-blue:focus:not(:disabled),
html.light-mode .feed-item.type-stc input[type=submit]:focus:not(:disabled),
html.light-mode .post-password-form input[type="submit"]:focus:not(:disabled) {
  background: #3189cc;
}
.btn-blue::-moz-focus-inner,
.feed-item.type-stc input[type=submit]::-moz-focus-inner,
.post-password-form input[type="submit"]::-moz-focus-inner {
  border: none;
}
.btn-blue:focus,
.feed-item.type-stc input[type=submit]:focus,
.post-password-form input[type="submit"]:focus {
  border: none;
}
.feed-item.type-stc input[type=text] + input[type=submit],
.feed-item.type-stc input[type=text] + .btn-blue {
  margin-top: 20px;
}
.tip-container {
  margin-top: 20px;
  border: 1px solid;
  background: #ffffff;
  border-color: #ffa733;
}
@media (prefers-color-scheme: dark) {
  .tip-container {
    background: #1c1c1e;
    border-color: #ff9f08;
  }
}
html.dark-mode .tip-container {
  background: #1c1c1e;
  border-color: #ff9f08;
}
html.light-mode .tip-container {
  background: #ffffff;
  border-color: #ffa733;
}
.tip-container ul,
.tip-container ol {
  margin-top: 5px !important;
}
.tip-container ol li {
  padding-left: 25px !important;
  font-size: 18px !important;
}
.tip-container ol li:before {
  font-size: 18px !important;
  color: #515766 !important;
}
.tip-container img {
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}
.tip-container .title-row {
  border-bottom: 1px solid;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 10px 10px 60px;
  position: relative;
  font-weight: 900;
  background: #ffa733;
  border-bottom-color: #ffa733;
}
@media (prefers-color-scheme: dark) {
  .tip-container .title-row {
    background: #ff9f08;
    border-bottom-color: #ff9f08;
  }
}
html.dark-mode .tip-container .title-row {
  background: #ff9f08;
  border-bottom-color: #ff9f08;
}
html.light-mode .tip-container .title-row {
  background: #ffa733;
  border-bottom-color: #ffa733;
}
@media only screen and (max-width: 1023px) {
  .tip-container .title-row {
    padding-left: 50px;
  }
}
.tip-container .title-row span {
  display: inline-block;
}
.tip-container .title-row:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 19px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 26px;
  background: url('img/tip-icon.png?v=3');
}
@media only screen and (max-width: 1023px) {
  .tip-container .title-row:before {
    left: 15px;
  }
}
.tip-container .details-row {
  padding: 15px 25px;
  line-height: 1.5;
  font-size: 18px;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .tip-container .details-row {
    color: #ffffff;
  }
}
html.dark-mode .tip-container .details-row {
  color: #ffffff;
}
html.light-mode .tip-container .details-row {
  color: #515766;
}
@media only screen and (max-width: 1023px) {
  .tip-container .details-row {
    padding: 15px;
  }
}
.tip-container .details-row a {
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .tip-container .details-row a {
    color: #0984ff;
  }
}
html.dark-mode .tip-container .details-row a {
  color: #0984ff;
}
html.light-mode .tip-container .details-row a {
  color: #4684c4;
}
.tip-container .details-row a:hover {
  text-decoration: underline;
}
.tip-container .details-link {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  font-weight: normal !important;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .tip-container .details-link {
    color: #0984ff;
  }
}
html.dark-mode .tip-container .details-link {
  color: #0984ff;
}
html.light-mode .tip-container .details-link {
  color: #4684c4;
}
.tip-container .details-link:hover {
  text-decoration: underline;
}
.tip-container .details-link:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background-position: -594px -99px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .tip-container .details-link:after {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .tip-container .details-link:after {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .tip-container .details-link:after {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.tip-container .details-link-hide {
  display: block;
  font-weight: normal !important;
  margin: 10px 0 5px;
}
.tip-container .tip {
  display: none;
  border-top: 1px solid;
  padding: 20px 15px;
  border-top-color: #ffa733;
}
@media (prefers-color-scheme: dark) {
  .tip-container .tip {
    border-top-color: #ff9f08;
  }
}
html.dark-mode .tip-container .tip {
  border-top-color: #ff9f08;
}
html.light-mode .tip-container .tip {
  border-top-color: #ffa733;
}
.tip-container.tip-open .details-row .details-link {
  display: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  [class^="icon-"],
  [class*=" icon-"] {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode [class^="icon-"],
html.dark-mode [class*=" icon-"] {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode [class^="icon-"],
html.light-mode [class*=" icon-"] {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
[class^="icon-"].disable,
[class*=" icon-"].disable {
  opacity: 0.5;
}
[class^="icon-"].disable:hover,
[class*=" icon-"].disable:hover {
  opacity: 0.5;
}
.icon-info-small {
  width: 13px;
  height: 13px;
  background-position: -111px -99px;
}
.icon-close-silver {
  width: 10px;
  height: 10px;
  background-position: -148px -65px;
}
.icon-warning-small-white {
  width: 14px;
  height: 13px;
  background-position: -380px -100px;
}
.icon-home {
  width: 13px;
  height: 15px;
  position: relative;
  top: -1px;
  background-position: -581px -19px;
}
.icon-facebook {
  width: 30px !important;
  height: 30px !important;
  background-position: -242px -242px;
}
.fa-facebook {
  width: 30px !important;
  height: 30px !important;
  background-position: -242px -242px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .fa-facebook {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .fa-facebook {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .fa-facebook {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.fa-facebook:before {
  display: none;
}
.icon-twitter {
  width: 30px !important;
  height: 30px !important;
  background-position: -282px -242px;
}
.fa-twitter {
  width: 30px !important;
  height: 30px !important;
  background-position: -282px -242px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .fa-twitter {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .fa-twitter {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .fa-twitter {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.fa-twitter:before {
  display: none;
}
.icon-rss {
  width: 30px;
  height: 30px;
  background-position: -322px -242px;
}
.icon-feedly {
  width: 30px;
  height: 30px;
  background-position: -362px -242px;
}
.icon-mail {
  width: 30px;
  height: 30px;
  background-position: -402px -242px;
}
.icon-instagram {
  width: 30px;
  height: 30px;
  background-position: -442px -242px;
}
.icon-aw {
  width: 30px;
  height: 30px;
  background-position: -482px -242px;
}
.icon-auto {
  width: 28px;
  height: 26px;
  background-position: -128px -425px;
}
.icon-light {
  width: 20px;
  height: 20px;
  background-position: -166px -425px;
}
.icon-dark {
  width: 16px;
  height: 17px;
  background-position: -196px -425px;
}
.authors-page {
  margin: 5px 0;
  border: 1px solid;
  background: #f9f9fa;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .authors-page {
    border-color: #5a5a5f;
    background: #141414;
  }
}
html.dark-mode .authors-page {
  border-color: #5a5a5f;
  background: #141414;
}
html.light-mode .authors-page {
  background: #f9f9fa;
  border-color: #d6dae6;
}
.authors-page:empty {
  display: none;
}
.authors-head {
  text-align: center;
  padding-top: 20px;
  border-bottom: solid 1px;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .authors-head {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .authors-head {
  border-bottom-color: #5a5a5f;
}
html.light-mode .authors-head {
  border-bottom-color: #d6dae6;
}
.authors-name {
  padding: 6px 0 8px 0;
}
.authors-name h2 {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 35px;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .authors-name h2 {
    color: #ffffff;
  }
}
html.dark-mode .authors-name h2 {
  color: #ffffff;
}
html.light-mode .authors-name h2 {
  color: #3d424d;
}
.authors-post h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #125da3;
}
@media (prefers-color-scheme: dark) {
  .authors-post h3 {
    color: #1c6cc1;
  }
}
html.dark-mode .authors-post h3 {
  color: #1c6cc1;
}
html.light-mode .authors-post h3 {
  color: #125da3;
}
.authors-photo img {
  border-radius: 50%;
}
.authors-contact {
  padding-top: 11px;
  padding-bottom: 4px;
  font-size: 13px;
  color: #616773;
}
@media (prefers-color-scheme: dark) {
  .authors-contact {
    color: #ffffff;
  }
}
html.dark-mode .authors-contact {
  color: #ffffff;
}
html.light-mode .authors-contact {
  color: #616773;
}
.authors-contact em {
  display: block;
  padding-bottom: 5px;
}
.authors-contact a {
  display: inline-block;
  padding: 10px 12px;
}
.authors-body {
  padding: 28px 15% 27px;
  font-size: 18px;
  line-height: 1.45;
  color: #3d424d;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .authors-body {
    color: #ffffff;
    background: #1c1c1e;
  }
}
html.dark-mode .authors-body {
  color: #ffffff;
  background: #1c1c1e;
}
html.light-mode .authors-body {
  color: #3d424d;
  background: #ffffff;
}
@media only screen and (max-width: 819px) {
  .authors-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.authors-body a {
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .authors-body a {
    color: #0984ff;
  }
}
html.dark-mode .authors-body a {
  color: #0984ff;
}
html.light-mode .authors-body a {
  color: #4684c4;
}
.authors-body a:hover {
  text-decoration: underline;
}
.authors-page + .page h1.page-title {
  text-align: center;
}
.authors-page + .page h1.page-title span {
  font-size: 27px;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .authors-page + .page h1.page-title span {
    color: #ffffff;
  }
}
html.dark-mode .authors-page + .page h1.page-title span {
  color: #ffffff;
}
html.light-mode .authors-page + .page h1.page-title span {
  color: #515766;
}
.team-person .authors-head {
  position: relative;
  height: 140px;
  margin: -20px;
  padding: 20px;
  border-bottom: 1px solid;
  background: #f9f9fa;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .team-person .authors-head {
    background: #141414;
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .team-person .authors-head {
  background: #141414;
  border-bottom-color: #5a5a5f;
}
html.light-mode .team-person .authors-head {
  background: #f9f9fa;
  border-bottom-color: #d6dae6;
}
.team-person .authors-photo {
  position: absolute;
  left: 40px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  min-height: 100px;
}
.team-person .authors-photo img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.team-person .authors-name {
  width: 100%;
  text-align: left;
  padding: 25px 0 0 148px;
}
.team-person .authors-name h2 {
  font-size: 30px;
}
.team-person .authors-post {
  float: left;
  padding: 10px 0 0 148px;
  text-align: left;
}
.team-person .authors-post h3 {
  font-size: 18px;
}
.team-person .authors-contact {
  float: right;
  margin: -40px 0 0 0;
}
.team-person .authors-contact {
  zoom: .8;
}
.team-person .authors-body {
  margin-top: 15px;
  padding: 20px 10px 10px 20px;
  line-height: 32px;
}
@media (max-width: 900px) {
  .team-person .authors-head {
    height: auto;
  }
  .team-person .authors-photo {
    left: 20px;
  }
  .team-person .authors-name {
    padding-top: 5px;
  }
  .team-person .authors-post {
    float: none;
  }
  .team-person .authors-name,
  .team-person .authors-post {
    padding-left: 128px;
  }
  .team-person .authors-contact {
    float: none;
    margin: 0;
    text-align: left;
    padding: 0 0 0 148px;
  }
  .team-person .authors-body {
    padding-left: 0;
  }
}
@media (max-width: 375px) {
  .team-person .authors-photo {
    width: 80px;
    height: 80px;
    min-height: 80px;
  }
  .team-person .authors-name {
    margin-top: -2px;
    padding-top: 0;
  }
  .team-person .authors-name h2 {
    font-size: 22px;
  }
  .team-person .authors-post h3 {
    font-size: 15px;
  }
  .team-person .authors-name,
  .team-person .authors-post {
    padding-left: 100px;
  }
  .team-person .authors-contact {
    padding-left: 115px;
    padding-top: 10px;
  }
}
.comment-list {
  padding: 10px 20px 30px 20px;
}
@media only screen and (max-width: 819px) {
  .comment-list {
    padding: 10px 0 15px;
  }
}
.comment-list li {
  list-style: none;
  display: block;
  padding: 15px 0 0 0;
}
.comment-list > li:first-child {
  border-top: 0;
}
.comment-list .avatar {
  vertical-align: top;
  margin: 10px 0 0 10px;
  float: left;
}
@media only screen and (max-width: 819px) {
  .comment-list .avatar {
    margin-left: 20px;
  }
}
.comment-list .date {
  font-size: 12px;
  padding-bottom: 5px;
  color: #777f8c;
}
@media (prefers-color-scheme: dark) {
  .comment-list .date {
    color: #7d7d7e;
  }
}
html.dark-mode .comment-list .date {
  color: #7d7d7e;
}
html.light-mode .comment-list .date {
  color: #777f8c;
}
.comment-list .date a {
  text-decoration: none;
  color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .comment-list .date a {
    color: #7d7d7e;
  }
}
html.dark-mode .comment-list .date a {
  color: #7d7d7e;
}
html.light-mode .comment-list .date a {
  color: #8e9199;
}
.comment-list .date a:hover {
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .comment-list .date a:hover {
    color: #ffffff;
  }
}
html.dark-mode .comment-list .date a:hover {
  color: #ffffff;
}
html.light-mode .comment-list .date a:hover {
  color: #535457;
}
.comment-list .comment-author {
  padding: 10px 10px 10px 50px;
  background: #f9f9fa;
  color: #777f8c;
}
@media (prefers-color-scheme: dark) {
  .comment-list .comment-author {
    background: #141414;
    color: #7d7d7e;
  }
}
html.dark-mode .comment-list .comment-author {
  background: #141414;
  color: #7d7d7e;
}
html.light-mode .comment-list .comment-author {
  background: #f9f9fa;
  color: #777f8c;
}
@media only screen and (max-width: 819px) {
  .comment-list .comment-author {
    padding-left: 60px;
  }
}
.comment-list .comment-author a:hover {
  text-decoration: underline !important;
}
.comment-list .comment-author span a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .comment-list .comment-author span a {
    color: #0984ff;
  }
}
html.dark-mode .comment-list .comment-author span a {
  color: #0984ff;
}
html.light-mode .comment-list .comment-author span a {
  color: #4684c4;
}
.comment-list .name {
  font-weight: 900;
  font-size: 16px;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .comment-list .name {
    color: #ffffff;
  }
}
html.dark-mode .comment-list .name {
  color: #ffffff;
}
html.light-mode .comment-list .name {
  color: #515766;
}
.comment-list .says {
  font-size: 16px;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .comment-list .says {
    color: #ffffff;
  }
}
html.dark-mode .comment-list .says {
  color: #ffffff;
}
html.light-mode .comment-list .says {
  color: #515766;
}
.comment-list .comment-content {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 12px;
  word-wrap: break-word;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .comment-list .comment-content {
    color: #ffffff;
  }
}
html.dark-mode .comment-list .comment-content {
  color: #ffffff;
}
html.light-mode .comment-list .comment-content {
  color: #515766;
}
@media only screen and (max-width: 819px) {
  .comment-list .comment-content {
    padding: 0 20px;
  }
}
.comment-list .comment-content a {
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .comment-list .comment-content a {
    color: #0984ff;
  }
}
html.dark-mode .comment-list .comment-content a {
  color: #0984ff;
}
html.light-mode .comment-list .comment-content a {
  color: #4684c4;
}
.comment-list .comment-content a:hover {
  text-decoration: underline;
}
.comment-list .reply {
  margin: 5px 0 0 10px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 819px) {
  .comment-list .reply {
    margin-left: 20px;
  }
}
.comment-list .reply a {
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .comment-list .reply a {
    color: #0984ff;
  }
}
html.dark-mode .comment-list .reply a {
  color: #0984ff;
}
html.light-mode .comment-list .reply a {
  color: #4684c4;
}
.comment-list .reply a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 819px) {
  .comment-list .children {
    margin-left: 20px;
  }
}
.comment-list .children .comment-author {
  padding-left: 60px;
}
.comment-list .children .comment-content {
  padding-left: 20px;
}
.comment-list .children .reply {
  margin-left: 20px;
}
.comment-list .children .avatar {
  margin-left: 20px;
  width: 30px;
  height: 30px;
}
.comment-respond {
  border: 1px solid;
  margin-top: 5px;
  border-color: #d6dae6;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .comment-respond {
    border-color: #5a5a5f;
    background: #1c1c1e;
  }
}
html.dark-mode .comment-respond {
  border-color: #5a5a5f;
  background: #1c1c1e;
}
html.light-mode .comment-respond {
  border-color: #d6dae6;
  background: #ffffff;
}
.comment-respond .comment-notes {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .comment-respond .comment-notes {
    color: #ffffff;
  }
}
html.dark-mode .comment-respond .comment-notes {
  color: #ffffff;
}
html.light-mode .comment-respond .comment-notes {
  color: #535457;
}
@media only screen and (max-width: 819px) {
  .comment-respond .comment-notes {
    padding: 0 10px;
  }
}
.comment-respond .comment-notes p a {
  font-size: 14px;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .comment-respond .comment-notes p a {
    color: #0984ff;
  }
}
html.dark-mode .comment-respond .comment-notes p a {
  color: #0984ff;
}
html.light-mode .comment-respond .comment-notes p a {
  color: #4684c4;
}
.comment-respond .comment-notes p a:hover {
  text-decoration: underline !important;
}
.comment-form {
  position: relative;
}
.comment-form .item {
  padding: 20px;
}
@media only screen and (max-width: 819px) {
  .comment-form .item {
    padding: 10px 5px;
  }
}
.comment-form .info {
  font-size: 12px;
  margin-top: 5px;
  color: #a1a7b3;
}
@media (prefers-color-scheme: dark) {
  .comment-form .info {
    color: #ffffff;
  }
}
html.dark-mode .comment-form .info {
  color: #ffffff;
}
html.light-mode .comment-form .info {
  color: #a1a7b3;
}
.comment-form .row {
  margin-top: 10px;
}
.comment-form .row:first-child {
  margin-top: 0;
}
.comment-form .row.row-text {
  margin-top: 75px;
}
@media only screen and (min-width: 1024px) {
  .comment-form .row.md-2 {
    margin: 10px -6px 0;
  }
}
.comment-form .row.md-2 .col {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .comment-form .row.md-2 .col {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 6px;
  }
}
.comment-form .row.md-2 .col:first-child {
  margin-top: 0;
}
.comment-form .row p {
  font-size: 13px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .comment-form .row p {
    color: #ffffff;
  }
}
html.dark-mode .comment-form .row p {
  color: #ffffff;
}
html.light-mode .comment-form .row p {
  color: #535457;
}
@media only screen and (max-width: 819px) {
  .comment-form .row p {
    padding: 0 10px;
  }
}
.comment-form .row p a {
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .comment-form .row p a {
    color: #0984ff;
  }
}
html.dark-mode .comment-form .row p a {
  color: #0984ff;
}
html.light-mode .comment-form .row p a {
  color: #4684c4;
}
.comment-form .row p a:hover {
  text-decoration: underline !important;
}
.comment-form .row:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 819px) {
  .comment-form input[type=text],
  .comment-form input[type=password],
  .comment-form input[type=email],
  .comment-form input[type=number],
  .comment-form input[type=search],
  .comment-form textarea {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.comments {
  border: 1px solid;
  margin-top: 5px;
  border-color: #d6dae6;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .comments {
    border-color: #5a5a5f;
    background: #1c1c1e;
  }
}
html.dark-mode .comments {
  border-color: #5a5a5f;
  background: #1c1c1e;
}
html.light-mode .comments {
  border-color: #d6dae6;
  background: #ffffff;
}
.comment-title {
  font-size: 16px;
  padding: 12px 20px;
  position: relative;
  border-bottom: 1px solid;
  color: #3d424d;
  border-bottom-color: #d6dae6;
  background: #f9f9fa;
}
@media (prefers-color-scheme: dark) {
  .comment-title {
    color: #ffffff;
    border-bottom-color: #5a5a5f;
    background: #141414;
  }
}
html.dark-mode .comment-title {
  color: #ffffff;
  border-bottom-color: #5a5a5f;
  background: #141414;
}
html.light-mode .comment-title {
  color: #3d424d;
  border-bottom-color: #d6dae6;
  background: #f9f9fa;
}
@media only screen and (max-width: 819px) {
  .comment-title {
    padding: 12px 20px;
  }
}
.comment-title a {
  font-weight: normal;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .comment-title a {
    color: #0984ff;
  }
}
html.dark-mode .comment-title a {
  color: #0984ff;
}
html.light-mode .comment-title a {
  color: #4684c4;
}
.comment-title a:hover {
  text-decoration: underline;
}
.subscribe-to-comments {
  position: absolute;
  left: 20px;
  bottom: 110px;
  font-size: 13px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .subscribe-to-comments {
    color: #ffffff;
  }
}
html.dark-mode .subscribe-to-comments {
  color: #ffffff;
}
html.light-mode .subscribe-to-comments {
  color: #535457;
}
@media only screen and (max-width: 819px) {
  .subscribe-to-comments {
    left: 15px;
  }
}
@media (max-width: 400px) {
  .subscribe-to-comments {
    bottom: 115px;
  }
}
.subscribe-to-comments a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 900;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .subscribe-to-comments a {
    color: #0984ff;
  }
}
html.dark-mode .subscribe-to-comments a {
  color: #0984ff;
}
html.light-mode .subscribe-to-comments a {
  color: #4684c4;
}
.subscribe-to-comments a:hover {
  text-decoration: underline;
}
.card {
  border: 1px solid;
  padding: 15px;
  margin-top: 10px;
  max-width: 100% !important;
  background: #f9f9fa;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .card {
    background: #141414;
    border-color: #5a5a5f;
  }
}
html.dark-mode .card {
  background: #141414;
  border-color: #5a5a5f;
}
html.light-mode .card {
  background: #f9f9fa;
  border-color: #d6dae6;
}
.card:first-child {
  margin-top: 0;
}
.card .btn-blue {
  text-transform: uppercase;
  position: relative;
  font-weight: normal !important;
  margin-top: 10px;
  width: 120px;
  padding: 0 10px;
}
.card__caption {
  position: relative;
  text-decoration: none !important;
  font-size: 20px;
  padding: 15px 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid;
  display: block;
  background: #ffffff;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .card__caption {
    background: #1c1c1e;
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .card__caption {
  background: #1c1c1e;
  border-bottom-color: #5a5a5f;
}
html.light-mode .card__caption {
  background: #ffffff;
  border-bottom-color: #d6dae6;
}
.card__caption > a {
  color: #125da3 !important;
}
@media (prefers-color-scheme: dark) {
  .card__caption > a {
    color: #1c6cc1 !important;
  }
}
html.dark-mode .card__caption > a {
  color: #1c6cc1 !important;
}
html.light-mode .card__caption > a {
  color: #125da3 !important;
}
.card__thumb {
  width: 120px;
  height: 75px;
  overflow: hidden;
}
.card__thumb img {
  max-width: 120px;
  vertical-align: top;
  height: auto;
  margin-top: 0 !important;
  border-radius: 5px;
}
.card__left {
  float: left;
  width: 120px;
}
@media (max-width: 980px) {
  .card__left {
    float: left;
    margin: auto;
  }
}
.card__details {
  padding-left: 135px;
}
@media (max-width: 980px) {
  .card__details {
    padding-left: 0;
    margin-top: 20px;
  }
}
.card__details ul li {
  font-size: 21px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #515766;
}
@media (prefers-color-scheme: dark) {
  .card__details ul li {
    color: #ffffff;
  }
}
html.dark-mode .card__details ul li {
  color: #ffffff;
}
html.light-mode .card__details ul li {
  color: #515766;
}
.card__details ul li:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 4px !important;
  width: 9px !important;
  height: 7px !important;
  top: 12px !important;
  background-image: url('img/sprite@2x.png?v=3') !important;
  background-size: 800px 600px !important;
  background-repeat: no-repeat !important;
}
@media (prefers-color-scheme: dark) {
  .card__details ul li:before {
    background-image: url('img/sprite-dark@2x.png?v=3') !important;
    background-size: 800px 600px !important;
    background-repeat: no-repeat !important;
  }
}
html.dark-mode .card__details ul li:before {
  background-image: url('img/sprite-dark@2x.png?v=3') !important;
  background-size: 800px 600px !important;
  background-repeat: no-repeat !important;
}
html.light-mode .card__details ul li:before {
  background-image: url('img/sprite@2x.png?v=3') !important;
  background-size: 800px 600px !important;
  background-repeat: no-repeat !important;
}
.card-container .card-title {
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 20px;
  background: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .card-container .card-title {
    background: #0984ff;
  }
}
html.dark-mode .card-container .card-title {
  background: #0984ff;
}
html.light-mode .card-container .card-title {
  background: #4684c4;
}
.card-container .card-details {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  border: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  .card-container .card-details tr,
  .card-container .card-details td {
    display: block;
  }
}
.card-container .card-details td {
  vertical-align: top;
  padding: 0 15px;
  border-left: 1px solid;
  border-left-color: #d5d8e6;
}
@media (prefers-color-scheme: dark) {
  .card-container .card-details td {
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .card-container .card-details td {
  border-left-color: #5a5a5f;
}
html.light-mode .card-container .card-details td {
  border-left-color: #d5d8e6;
}
@media only screen and (max-width: 819px) {
  .card-container .card-details td {
    vertical-align: top;
    padding: 15px 0;
    width: 100%;
    border-left: 0;
    border-top: 1px solid;
    border-top-color: #d5d8e6;
  }
  html.dark-mode .card-container .card-details td {
    border-top-color: #5a5a5f;
  }
  html.light-mode .card-container .card-details td {
    border-top-color: #d5d8e6;
  }
}
@media only screen and (max-width: 819px) and (prefers-color-scheme: dark) {
  .card-container .card-details td {
    border-top-color: #5a5a5f;
  }
}
.card-container .card-details .thumb {
  width: 160px;
  padding-left: 0;
  border-left: 0;
}
@media only screen and (max-width: 819px) {
  .card-container .card-details .thumb {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.card-container .card-details .thumb img {
  vertical-align: top;
  width: 145px;
  max-width: 145px;
}
.card-container .card-details .apply {
  text-align: right;
  padding-right: 0;
}
.card-container .card-details .apply .btn-blue {
  font-size: 16px;
}
.card-container .card-details a:not(.btn-blue) {
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .card-container .card-details a:not(.btn-blue) {
    color: #0984ff;
  }
}
html.dark-mode .card-container .card-details a:not(.btn-blue) {
  color: #0984ff;
}
html.light-mode .card-container .card-details a:not(.btn-blue) {
  color: #4684c4;
}
.card-container .card-details a:not(.btn-blue):hover {
  text-decoration: underline;
}
.qs-card {
  font-size: 16px;
  margin-top: 12px;
}
.qs-card .qs-data {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  background: #f9f9fa;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-data {
    background: #1c1c1e;
  }
}
html.dark-mode .qs-card .qs-data {
  background: #1c1c1e;
}
html.light-mode .qs-card .qs-data {
  background: #f9f9fa;
}
.qs-card .qs-data .qs-cardname--mobile {
  display: none;
}
@media (max-width: 900px) {
  .qs-card .qs-data .qs-cardname--mobile {
    display: block;
    width: 100%;
    padding: 0 0 17px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
  }
}
.qs-card .qs-view {
  width: auto;
  max-width: 180px;
  padding-right: 20px;
  text-align: center;
  flex: 0 0 auto;
}
@media (max-width: 900px) {
  .qs-card .qs-view {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .qs-card .qs-view .btn-blue {
    margin-left: 3px;
  }
}
@media (max-width: 900px) {
  .qs-card .qs-view {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    flex: 0 0 100%;
  }
}
.qs-card .qs-view > div:first-child {
  margin-bottom: 12px;
}
.qs-card .qs-view img {
  margin-top: 0;
  border-radius: 5px;
}
.qs-card .qs-view .btn-blue {
  width: 100%;
  max-width: 150px;
  margin-bottom: 11px;
  font-weight: normal;
}
.qs-card .qs-terms {
  font-size: 12px;
  font-weight: normal;
  color: #3d424d !important;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-terms {
    color: #ffffff !important;
  }
}
html.dark-mode .qs-card .qs-terms {
  color: #ffffff !important;
}
html.light-mode .qs-card .qs-terms {
  color: #3d424d !important;
}
.qs-card .qs-terms a {
  font-size: 14px;
  font-weight: normal !important;
}
.qs-card .qs-info {
  max-width: 100%;
  line-height: 20px;
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 459px) {
  .qs-card .qs-info {
    margin-top: 10px;
  }
}
.qs-card .qs-info .qs-cardname {
  display: block;
  margin: -3px 0 10px 0;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 900px) {
  .qs-card .qs-info .qs-cardname {
    display: none;
  }
}
.qs-card .qs-more {
  margin-top: 6px;
}
@media (max-width: 900px) {
  .qs-card .qs-more {
    padding-top: 10px;
  }
}
.qs-card .qs-more a {
  font-weight: 900 !important;
}
.qs-card .qs-more a.active:after {
  display: none;
}
.qs-card .qs-offer-row {
  display: flex;
  flex-wrap: wrap;
}
.qs-card .qs-offer {
  width: auto;
  max-width: 100%;
  font-weight: normal;
  line-height: 24px;
  flex: 0 0 auto;
  order: 1;
}
.qs-card .qs-offer strong {
  display: block;
}
@media (max-width: 459px) {
  .qs-card .qs-offer {
    padding-top: 5px;
  }
}
.qs-card .qs-ext {
  max-width: 20%;
  margin-left: auto;
  font-weight: normal;
  line-height: 20px;
  flex: 0 0 20%;
  order: 2;
}
.qs-card .qs-ext strong {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .qs-card .qs-ext {
    max-width: 100%;
    margin-left: 0;
    padding-top: 10px;
    flex: 0 0 100%;
  }
}
.qs-card .qs-ext + .qs-offer {
  width: 80%;
  max-width: 80%;
  padding-right: 45px;
  flex: 0 0 80%;
}
@media only screen and (max-width: 1023px) {
  .qs-card .qs-ext + .qs-offer {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    flex: 0 0 100%;
  }
}
.qs-card .qs-tabs {
  display: none;
}
.qs-card .qs-tabs-content {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: solid 1px;
  font-weight: normal;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-tabs-content {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .qs-card .qs-tabs-content {
  border-bottom-color: #5a5a5f;
}
html.light-mode .qs-card .qs-tabs-content {
  border-bottom-color: #d6dae6;
}
.qs-card .qs-tabs-content > div {
  display: none;
  margin-top: 12px;
}
.qs-card .qs-tabs-content > div.active {
  display: block;
}
.qs-card .qs-tabs-title {
  height: 41px;
  border-bottom: solid 1px;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-tabs-title {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .qs-card .qs-tabs-title {
  border-bottom-color: #5a5a5f;
}
html.light-mode .qs-card .qs-tabs-title {
  border-bottom-color: #d6dae6;
}
.qs-card .qs-tabs-title a {
  display: inline-block;
  margin: 0 16px;
  padding: 16px 0 9px;
  text-transform: uppercase;
  border-bottom: solid 2px transparent;
  font-size: 14px;
  font-weight: 900;
  color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-tabs-title a {
    color: #7d7d7e;
  }
}
html.dark-mode .qs-card .qs-tabs-title a {
  color: #7d7d7e;
}
html.light-mode .qs-card .qs-tabs-title a {
  color: #d6dae6;
}
@media (min-width: 768px) and (max-width: 900px) {
  .qs-card .qs-tabs-title a {
    margin: 0 10px;
  }
}
@media (max-width: 459px) {
  .qs-card .qs-tabs-title a {
    margin: 0 4px;
    padding-top: 18px;
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .qs-card .qs-tabs-title a {
    padding-top: 20px;
    font-size: 10px;
  }
}
.qs-card .qs-tabs-title a.active,
.qs-card .qs-tabs-title a:hover {
  text-decoration: none;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-tabs-title a.active,
  .qs-card .qs-tabs-title a:hover {
    color: #ffffff;
  }
}
html.dark-mode .qs-card .qs-tabs-title a.active,
html.dark-mode .qs-card .qs-tabs-title a:hover {
  color: #ffffff;
}
html.light-mode .qs-card .qs-tabs-title a.active,
html.light-mode .qs-card .qs-tabs-title a:hover {
  color: #3d424d;
}
.qs-card .qs-tabs-title a.active {
  border-bottom-color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  .qs-card .qs-tabs-title a.active {
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .qs-card .qs-tabs-title a.active {
  border-bottom-color: #5a5a5f;
}
html.light-mode .qs-card .qs-tabs-title a.active {
  border-bottom-color: #3d424d;
}
.qs-card .qs-tabs-title a:first-child {
  margin-left: 0;
}
.qs-card .qs-tabs-content > div {
  font-size: 16px;
}
.qs-card .qs-tabs-content > div ul {
  margin-top: 0;
}
.qs-card .qs-tabs-content > div ul li {
  font-size: 16px;
  line-height: 24px;
}
.qs-card .qs-tabs-content > div ul li:before {
  top: 10px;
}
.qs-card + p,
.qs-card + ul,
.qs-card + h3,
.qs-card + h4,
.qs-card + h5 {
  margin-top: 12px !important;
}
h2.qs-wrap,
h3.qs-wrap {
  margin: 0;
  padding: 0;
}
ul + .qs-card,
ul + .qs-wrap,
p + .qs-card,
p + .qs-wrap {
  margin-top: 12px;
}
.feed-excerpt .qs-tabs-content > div {
  font-size: 16px;
  line-height: 24px;
}
.feed-excerpt .qs-tabs-content > div p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
.dataTables_info {
  font-size: 13px;
  margin-top: 10px !important;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .dataTables_info {
    color: #ffffff;
  }
}
html.dark-mode .dataTables_info {
  color: #ffffff;
}
html.light-mode .dataTables_info {
  color: #535457;
}
@media only screen and (min-width: 1024px) {
  .dataTables_filter {
    float: none !important;
    height: 38px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.dataTables_filter label input {
  margin: 5px 0 20px 10px !important;
  padding-right: 25px !important;
  background: url('img/search.png?v=3') right center no-repeat, #ffffff !important;
}
@media (prefers-color-scheme: dark) {
  .dataTables_filter label input {
    background: url('img/search-white.png?v=3') right center no-repeat, #141414 !important;
  }
}
html.dark-mode .dataTables_filter label input {
  background: url('img/search-white.png?v=3') right center no-repeat, #141414 !important;
}
html.light-mode .dataTables_filter label input {
  background: url('img/search.png?v=3') right center no-repeat, #ffffff !important;
}
@media only screen and (min-width: 1024px) {
  .dataTables_filter label input {
    margin: 5px 0 10px 30px !important;
    display: inline-block !important;
  }
}
.dataTables_length {
  height: 30px;
  line-height: 35px;
}
@media only screen and (min-width: 1024px) {
  .dataTables_length {
    float: none !important;
    height: 38px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .dataTables_length select {
    display: inline-block !important;
    margin-left: 38px !important;
  }
}
.dataTables_paginate.paging_simple a {
  font-size: 13px !important;
  font-weight: normal !important;
}
.paginate_button {
  color: #3d424d !important;
}
@media (prefers-color-scheme: dark) {
  .paginate_button {
    color: #ffffff !important;
  }
}
html.dark-mode .paginate_button {
  color: #ffffff !important;
}
html.light-mode .paginate_button {
  color: #3d424d !important;
}
.paginate_button:after,
.paginate_button:before {
  text-shadow: none !important;
  color: #3d424d !important;
}
@media (prefers-color-scheme: dark) {
  .paginate_button:after,
  .paginate_button:before {
    color: #ffffff !important;
  }
}
html.dark-mode .paginate_button:after,
html.dark-mode .paginate_button:before {
  color: #ffffff !important;
}
html.light-mode .paginate_button:after,
html.light-mode .paginate_button:before {
  color: #3d424d !important;
}
.paginate_button.disabled {
  color: #999 !important;
}
@media (prefers-color-scheme: dark) {
  .paginate_button.disabled {
    color: #7d7d7e !important;
  }
}
html.dark-mode .paginate_button.disabled {
  color: #7d7d7e !important;
}
html.light-mode .paginate_button.disabled {
  color: #999 !important;
}
.paginate_button.disabled:before,
.paginate_button.disabled:after {
  color: #999 !important;
}
@media (prefers-color-scheme: dark) {
  .paginate_button.disabled:before,
  .paginate_button.disabled:after {
    color: #7d7d7e !important;
  }
}
html.dark-mode .paginate_button.disabled:before,
html.dark-mode .paginate_button.disabled:after {
  color: #7d7d7e !important;
}
html.light-mode .paginate_button.disabled:before,
html.light-mode .paginate_button.disabled:after {
  color: #999 !important;
}
.tablepress-wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
  position: relative;
  border-top: 3px solid;
  border-bottom: 1px solid;
  border-top-color: #3d424d;
  border-bottom-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .tablepress-wrap {
    border-top-color: #5a5a5f;
    border-bottom-color: #5a5a5f;
  }
}
html.dark-mode .tablepress-wrap {
  border-top-color: #5a5a5f;
  border-bottom-color: #5a5a5f;
}
html.light-mode .tablepress-wrap {
  border-top-color: #3d424d;
  border-bottom-color: #d6dae6;
}
@media only screen and (max-width: 1023px) {
  .tablepress-wrap-shadow {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  .tablepress-wrap-shadow:after {
    position: absolute;
    right: 0;
    content: '';
    left: -5px;
    top: -5px;
    bottom: -5px;
    z-index: 3;
    pointer-events: none;
    box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.2);
  }
}
.tablepress-wrap .tablepress {
  position: relative;
  margin: 0 !important;
}
.tablepress-wrap .tablepress th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.tablepress-wrap .tablepress th:not(:last-child) {
  z-index: 2;
}
.tablepress-wrap .tablepress th:first-child {
  left: 0;
  z-index: 10;
}
.tablepress-wrap .tablepress td:not(:first-child),
.tablepress-wrap .tablepress th:not(:first-child) {
  border-left: 1px solid;
  border-left-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .tablepress-wrap .tablepress td:not(:first-child),
  .tablepress-wrap .tablepress th:not(:first-child) {
    border-left-color: #5a5a5f;
  }
}
html.dark-mode .tablepress-wrap .tablepress td:not(:first-child),
html.dark-mode .tablepress-wrap .tablepress th:not(:first-child) {
  border-left-color: #5a5a5f;
}
html.light-mode .tablepress-wrap .tablepress td:not(:first-child),
html.light-mode .tablepress-wrap .tablepress th:not(:first-child) {
  border-left-color: #d6dae6;
}
@media only screen and (max-width: 819px) {
  .tablepress-wrap .tablepress td,
  .tablepress-wrap .tablepress th {
    padding-left: 15px !important;
  }
}
.tablepress-wrap .tablepress td {
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .tablepress-wrap .tablepress td {
    background: #141414;
  }
}
html.dark-mode .tablepress-wrap .tablepress td {
  background: #141414;
}
html.light-mode .tablepress-wrap .tablepress td {
  background: #ffffff;
}
.tablepress-wrap .tablepress td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 9;
  background: #ffffff !important;
}
@media (prefers-color-scheme: dark) {
  .tablepress-wrap .tablepress td:first-child {
    background: #141414 !important;
  }
}
html.dark-mode .tablepress-wrap .tablepress td:first-child {
  background: #141414 !important;
}
html.light-mode .tablepress-wrap .tablepress td:first-child {
  background: #ffffff !important;
}
@media only screen and (max-width: 1023px) {
  .tablepress-wrap .tablepress td:first-child:before {
    position: absolute;
    right: -1px;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.4);
    background: #d6dae6;
  }
  html.dark-mode .tablepress-wrap .tablepress td:first-child:before {
    background: #5a5a5f;
  }
  html.light-mode .tablepress-wrap .tablepress td:first-child:before {
    background: #d6dae6;
  }
}
@media only screen and (max-width: 1023px) and (prefers-color-scheme: dark) {
  .tablepress-wrap .tablepress td:first-child:before {
    background: #5a5a5f;
  }
}
@media only screen and (max-width: 1023px) {
  .tablepress-wrap .tablepress tr:first-child td:first-child:before {
    height: 1000%;
    top: -900%;
  }
}
.tablepress-wrap .tablepress tr.odd td {
  background: #f0f1f2 !important;
}
@media (prefers-color-scheme: dark) {
  .tablepress-wrap .tablepress tr.odd td {
    background: #1c1c1e !important;
  }
}
html.dark-mode .tablepress-wrap .tablepress tr.odd td {
  background: #1c1c1e !important;
}
html.light-mode .tablepress-wrap .tablepress tr.odd td {
  background: #f0f1f2 !important;
}
.footer {
  padding: 10px 20px;
  min-height: 50px;
  margin-top: -50px;
  border-top: 1px solid;
  background: #ffffff;
  border-top-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .footer {
    background: #1c1c1e;
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .footer {
  background: #1c1c1e;
  border-top-color: #5a5a5f;
}
html.light-mode .footer {
  background: #ffffff;
  border-top-color: #d6dae6;
}
@media only screen and (max-width: 819px) {
  .footer {
    margin-top: -30px;
  }
}
.footer .row {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
}
.footer .text {
  font-size: 12px;
  line-height: 1.5;
  color: #828999;
}
@media (prefers-color-scheme: dark) {
  .footer .text {
    color: #ffffff;
  }
}
html.dark-mode .footer .text {
  color: #ffffff;
}
html.light-mode .footer .text {
  color: #828999;
}
.footer .footer-menu {
  font-size: 0;
  margin-top: 10px;
  border-top: 1px dotted;
  padding-top: 10px;
  border-top-color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .footer .footer-menu {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .footer .footer-menu {
  border-top-color: #5a5a5f;
}
html.light-mode .footer .footer-menu {
  border-top-color: #8e9199;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-menu {
    -moz-column-count: 4;
    position: relative;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    padding-right: 100px;
  }
}
.footer .footer-menu li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  width: 50%;
  padding-bottom: 3px;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-menu li {
    display: block;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .footer .footer-menu li {
    width: 100%;
  }
}
.footer .footer-menu a {
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
  color: #828999;
}
@media (prefers-color-scheme: dark) {
  .footer .footer-menu a {
    color: #ffffff;
  }
}
html.dark-mode .footer .footer-menu a {
  color: #ffffff;
}
html.light-mode .footer .footer-menu a {
  color: #828999;
}
.footer .footer-menu a:hover {
  text-decoration: underline;
}
.footer .silver-link {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 1023px) {
  .footer .silver-link {
    display: none;
  }
}
.footer .bottom-row {
  position: relative;
}
.footer .quit-link {
  margin-top: 10px;
}
.footer .quit-link a {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  text-decoration: none;
  color: #828999;
}
@media (prefers-color-scheme: dark) {
  .footer .quit-link a {
    color: #ffffff;
  }
}
html.dark-mode .footer .quit-link a {
  color: #ffffff;
}
html.light-mode .footer .quit-link a {
  color: #828999;
}
.footer .quit-link a:hover {
  text-decoration: underline;
}
.footer .quit {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url('img/quit.png?v=3');
}
@media (prefers-color-scheme: dark) {
  .footer .quit {
    background: url('img/quit-white.png?v=3');
  }
}
html.dark-mode .footer .quit {
  background: url('img/quit-white.png?v=3');
}
html.light-mode .footer .quit {
  background: url('img/quit.png?v=3');
}
.footer .footer-links {
  margin-left: -7px;
  padding: 12px 0 18px;
}
.footer .footer-links a {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  color: #828999;
}
@media (prefers-color-scheme: dark) {
  .footer .footer-links a {
    color: #ffffff;
  }
}
html.dark-mode .footer .footer-links a {
  color: #ffffff;
}
html.light-mode .footer .footer-links a {
  color: #828999;
}
.footer .footer-links a:hover {
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .footer .footer-links a:hover {
    color: #0984ff;
  }
}
html.dark-mode .footer .footer-links a:hover {
  color: #0984ff;
}
html.light-mode .footer .footer-links a:hover {
  color: #4684c4;
}
.ui-tooltip {
  position: absolute;
  z-index: 1999;
  text-align: center;
  min-width: 70px;
  line-height: 1.2;
  padding: 5px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.ui-tooltip.custom-tooltip-styling {
  max-width: 190px;
}
.ui-tooltip .ui-tooltip-content {
  font-size: 11px;
  color: #ffffff;
}
.ui-tooltip .bottom:after,
.ui-tooltip .bottom:before {
  position: absolute;
  content: "";
  bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.ui-tooltip .bottom:before {
  border-top: 7px solid #ffffff;
}
.ui-tooltip .bottom:after {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  z-index: 99;
  bottom: -7px;
}
.ui-tooltip .top:after,
.ui-tooltip .top:before {
  position: absolute;
  content: "";
  top: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.ui-tooltip .top:before {
  border-bottom: 7px solid #ffffff;
}
.ui-tooltip .top:after {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  z-index: 99;
  top: -7px;
}
.ui-tooltip .top.left:before,
.ui-tooltip .bottom.left:before,
.ui-tooltip .top.left:after,
.ui-tooltip .bottom.left:after {
  left: 21px;
}
.ui-tooltip .top.right:before,
.ui-tooltip .bottom.right:before,
.ui-tooltip .top.right:after,
.ui-tooltip .bottom.right:after {
  right: 21px;
}
.ui-tooltip .top.center:before,
.ui-tooltip .bottom.center:before,
.ui-tooltip .top.center:after,
.ui-tooltip .bottom.center:after {
  left: 50%;
  margin-left: -7px;
}
.ui-widget-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.6;
  background: #fafdff;
}
@media (prefers-color-scheme: dark) {
  .ui-widget-overlay {
    background: #1c1c1e;
  }
}
html.dark-mode .ui-widget-overlay {
  background: #1c1c1e;
}
html.light-mode .ui-widget-overlay {
  background: #fafdff;
}
@media only screen and (max-width: 819px) {
  .ui-widget-overlay {
    display: none !important;
  }
}
.ui-dialog {
  position: absolute;
  z-index: 1000 !important;
  border: 5px solid;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border-color: rgba(166, 170, 179, 0.5);
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog {
    border-color: rgba(90, 90, 95, 0.5);
    background: #141414;
  }
}
html.dark-mode .ui-dialog {
  border-color: rgba(90, 90, 95, 0.5);
  background: #141414;
}
html.light-mode .ui-dialog {
  border-color: rgba(166, 170, 179, 0.5);
  background: #ffffff;
}
@media only screen and (max-width: 819px) {
  .ui-dialog {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    padding-top: 58px;
    height: 100% !important;
    z-index: 90 !important;
    border: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.ui-dialog.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .warning-message {
  margin: -20px -30px 10px -30px;
  padding: 10px 30px;
}
@media only screen and (max-width: 819px) {
  .ui-dialog .warning-message {
    margin: -15px -15px 10px -15px;
    padding: 10px 15px;
  }
}
.ui-dialog-header,
.ui-dialog-titlebar {
  width: 100%;
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  background: #f9f9fa;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header,
  .ui-dialog-titlebar {
    color: #ffffff;
    background: #1c1c1e;
  }
}
html.dark-mode .ui-dialog-header,
html.dark-mode .ui-dialog-titlebar {
  color: #ffffff;
  background: #1c1c1e;
}
html.light-mode .ui-dialog-header,
html.light-mode .ui-dialog-titlebar {
  background: #f9f9fa;
  color: #535457;
}
@media only screen and (max-width: 819px) {
  .ui-dialog-header,
  .ui-dialog-titlebar {
    padding: 15px 15px 15px 35px;
    position: relative;
    word-wrap: break-word;
  }
  .ui-dialog-header:before,
  .ui-dialog-titlebar:before {
    content: "";
    vertical-align: middle;
    margin-right: 12px;
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 15px;
    width: 9px;
    height: 6px;
    background-position: -13px -66px;
    background-image: url('img/sprite@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
  html.dark-mode .ui-dialog-header:before,
  html.dark-mode .ui-dialog-titlebar:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
  html.light-mode .ui-dialog-header:before,
  html.light-mode .ui-dialog-titlebar:before {
    background-image: url('img/sprite@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 819px) and (prefers-color-scheme: dark) {
  .ui-dialog-header:before,
  .ui-dialog-titlebar:before {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
.ui-dialog-header h3,
.ui-dialog-titlebar h3,
.ui-dialog-header span.ui-dialog-title,
.ui-dialog-titlebar span.ui-dialog-title {
  font-size: 16px;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header h3,
  .ui-dialog-titlebar h3,
  .ui-dialog-header span.ui-dialog-title,
  .ui-dialog-titlebar span.ui-dialog-title {
    color: #ffffff;
  }
}
html.dark-mode .ui-dialog-header h3,
html.dark-mode .ui-dialog-titlebar h3,
html.dark-mode .ui-dialog-header span.ui-dialog-title,
html.dark-mode .ui-dialog-titlebar span.ui-dialog-title {
  color: #ffffff;
}
html.light-mode .ui-dialog-header h3,
html.light-mode .ui-dialog-titlebar h3,
html.light-mode .ui-dialog-header span.ui-dialog-title,
html.light-mode .ui-dialog-titlebar span.ui-dialog-title {
  color: #535457;
}
@media only screen and (max-width: 819px) {
  .ui-dialog-header h3,
  .ui-dialog-titlebar h3,
  .ui-dialog-header span.ui-dialog-title,
  .ui-dialog-titlebar span.ui-dialog-title {
    font-size: 24px;
    line-height: 1.3;
    color: #cc3d5e;
  }
  html.dark-mode .ui-dialog-header h3,
  html.dark-mode .ui-dialog-titlebar h3,
  html.dark-mode .ui-dialog-header span.ui-dialog-title,
  html.dark-mode .ui-dialog-titlebar span.ui-dialog-title {
    color: #ffffff;
  }
  html.light-mode .ui-dialog-header h3,
  html.light-mode .ui-dialog-titlebar h3,
  html.light-mode .ui-dialog-header span.ui-dialog-title,
  html.light-mode .ui-dialog-titlebar span.ui-dialog-title {
    color: #cc3d5e;
  }
}
@media only screen and (max-width: 819px) and (prefers-color-scheme: dark) {
  .ui-dialog-header h3,
  .ui-dialog-titlebar h3,
  .ui-dialog-header span.ui-dialog-title,
  .ui-dialog-titlebar span.ui-dialog-title {
    color: #ffffff;
  }
}
.ui-dialog-header .silver,
.ui-dialog-titlebar .silver {
  color: #8e9199;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header .silver,
  .ui-dialog-titlebar .silver {
    color: #7d7d7e;
  }
}
html.dark-mode .ui-dialog-header .silver,
html.dark-mode .ui-dialog-titlebar .silver {
  color: #7d7d7e;
}
html.light-mode .ui-dialog-header .silver,
html.light-mode .ui-dialog-titlebar .silver {
  color: #8e9199;
}
.ui-dialog-header p,
.ui-dialog-titlebar p {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  color: #a1a7b3;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header p,
  .ui-dialog-titlebar p {
    color: #ffffff;
  }
}
html.dark-mode .ui-dialog-header p,
html.dark-mode .ui-dialog-titlebar p {
  color: #ffffff;
}
html.light-mode .ui-dialog-header p,
html.light-mode .ui-dialog-titlebar p {
  color: #a1a7b3;
}
.ui-dialog-header p a,
.ui-dialog-titlebar p a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #4684c4;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header p a,
  .ui-dialog-titlebar p a {
    color: #0984ff;
  }
}
html.dark-mode .ui-dialog-header p a,
html.dark-mode .ui-dialog-titlebar p a {
  color: #0984ff;
}
html.light-mode .ui-dialog-header p a,
html.light-mode .ui-dialog-titlebar p a {
  color: #4684c4;
}
.ui-dialog-header p a:hover,
.ui-dialog-titlebar p a:hover {
  text-decoration: underline;
}
.ui-dialog-header img,
.ui-dialog-titlebar img {
  position: relative;
  margin: -10px 5px -10px 0;
}
.ui-dialog-header [class*=" icon-"],
.ui-dialog-titlebar [class*=" icon-"],
.ui-dialog-header [class^="icon-"],
.ui-dialog-titlebar [class^="icon-"] {
  margin: -3px 10px 0 0;
}
.ui-dialog-header-close,
.ui-dialog-titlebar-close {
  background: transparent;
  display: block;
  width: 25px;
  height: 25px;
  color: transparent;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 819px) {
  .ui-dialog-header-close,
  .ui-dialog-titlebar-close {
    display: none;
  }
}
.ui-dialog-header-close .ui-button-text,
.ui-dialog-titlebar-close .ui-button-text {
  display: none;
}
.ui-dialog-header-close .ui-icon-closethick,
.ui-dialog-titlebar-close .ui-icon-closethick {
  display: inline-block;
  border: none;
  margin: 0 auto;
  outline: none;
  width: 10px;
  height: 10px;
  background-position: -148px -65px;
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header-close .ui-icon-closethick,
  .ui-dialog-titlebar-close .ui-icon-closethick {
    background-image: url('img/sprite-dark@2x.png?v=3');
    background-size: 800px 600px;
    background-repeat: no-repeat;
  }
}
html.dark-mode .ui-dialog-header-close .ui-icon-closethick,
html.dark-mode .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url('img/sprite-dark@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
html.light-mode .ui-dialog-header-close .ui-icon-closethick,
html.light-mode .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url('img/sprite@2x.png?v=3');
  background-size: 800px 600px;
  background-repeat: no-repeat;
}
.ui-dialog-header-close:hover,
.ui-dialog-titlebar-close:hover {
  border: 1px solid;
  cursor: pointer;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-header-close:hover,
  .ui-dialog-titlebar-close:hover {
    border-color: #5a5a5f;
  }
}
html.dark-mode .ui-dialog-header-close:hover,
html.dark-mode .ui-dialog-titlebar-close:hover {
  border-color: #5a5a5f;
}
html.light-mode .ui-dialog-header-close:hover,
html.light-mode .ui-dialog-titlebar-close:hover {
  border-color: #d6dae6;
}
.ui-dialog-header-close:hover .ui-icon-closethick,
.ui-dialog-titlebar-close:hover .ui-icon-closethick {
  background-position: -164px -65px;
}
.ui-dialog-content {
  width: 100%;
  border-top: 1px solid;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 1.4;
  border-color: #d6dae6;
  background: #ffffff;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-content {
    color: #ffffff;
    border-color: #5a5a5f;
    background: #141414;
  }
}
html.dark-mode .ui-dialog-content {
  color: #ffffff;
  border-color: #5a5a5f;
  background: #141414;
}
html.light-mode .ui-dialog-content {
  border-color: #d6dae6;
  background: #ffffff;
  color: #535457;
}
@media only screen and (max-width: 819px) {
  .ui-dialog-content {
    padding: 15px;
  }
}
.ui-dialog-content p {
  font-size: 15px;
  line-height: 1.4;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-content p {
    color: #ffffff;
  }
}
html.dark-mode .ui-dialog-content p {
  color: #ffffff;
}
html.light-mode .ui-dialog-content p {
  color: #535457;
}
.ui-dialog-content p .blue-link {
  font-size: 15px;
}
.ui-dialog-buttonpane {
  border-top: 1px solid;
  width: 100%;
  background: #f9f9fa;
  border-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .ui-dialog-buttonpane {
    background: #1c1c1e;
    border-color: #5a5a5f;
  }
}
html.dark-mode .ui-dialog-buttonpane {
  background: #1c1c1e;
  border-color: #5a5a5f;
}
html.light-mode .ui-dialog-buttonpane {
  background: #f9f9fa;
  border-color: #d6dae6;
}
@media only screen and (max-width: 819px) {
  .ui-dialog-buttonpane {
    margin-top: 50px;
  }
}
.ui-dialog-buttonpane .ui-button {
  min-width: 110px;
  padding: 0 28px;
  cursor: pointer;
  margin-left: 10px;
}
.ui-dialog-buttonpane .ui-button:first-child {
  margin-left: 0;
}
.ui-dialog-buttonpane .ui-button.btn-wide {
  margin-top: 10px;
}
.ui-dialog-buttonpane .ui-button.btn-wide:first-child {
  margin-top: 0;
}
.ui-dialog-buttonpane .ui-button span {
  margin-left: 0;
}
.ui-dialog-buttonpane [class^="btn-"],
.ui-dialog-buttonpane [class*=" btn-"] {
  min-width: 110px;
  height: 32px;
}
.ui-dialog-buttonpane .btn-silver {
  line-height: 30px;
}
.ui-dialog-buttonpane .btn-blue.ui-button-disabled {
  background: #528FCC !important;
  color: #3674B3 !important;
  cursor: default !important;
}
.ui-dialog-buttonpane button {
  line-height: 1 !important;
}
.ui-dialog-buttonset {
  padding: 20px 30px;
  text-align: right;
}
@media only screen and (max-width: 819px) {
  .ui-dialog-buttonset {
    text-align: center;
    padding: 20px 0;
  }
}
.ui-dialog-buttonset:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
[data-role="dialog"],
[data-role="dialog-footer"],
[data-role="dialog-header"] {
  display: none;
}
[data-role="dropdown"] {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
.sumome-smartbar-popup {
  position: fixed;
  top: 0;
  height: 35px;
  font-size: 13px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999999;
  background: #f0f1f2;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  .sumome-smartbar-popup {
    background: #141414;
    color: #ffffff;
  }
}
html.dark-mode .sumome-smartbar-popup {
  background: #141414;
  color: #ffffff;
}
html.light-mode .sumome-smartbar-popup {
  background: #f0f1f2;
  color: #535457;
}
.sumome-smartbar-popup .icon-info-small {
  margin-right: 5px;
}
.sumome-smartbar-popup .sumome-smartbar-input,
.sumome-smartbar-popup .sumome-smartbar-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.sumome-smartbar-popup .sumome-smartbar-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 8px;
}
.sumome-smartbar-popup .sumome-smartbar-close:hover {
  opacity: 0.7;
}
.sumome-smartbar-popup + .main-body .header {
  border-top: 1px solid;
  border-top-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .sumome-smartbar-popup + .main-body .header {
    border-top-color: #5a5a5f;
  }
}
html.dark-mode .sumome-smartbar-popup + .main-body .header {
  border-top-color: #5a5a5f;
}
html.light-mode .sumome-smartbar-popup + .main-body .header {
  border-top-color: #d6dae6;
}
@media only screen and (max-width: 819px) {
  .sumome-smartbar-popup + .main-body .header {
    border-top: 0;
  }
}
#sumome-smartbar-popup.sumome-smartbar-shadow {
  box-shadow: none !important;
}
.synved-social-resolution-single img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
}
.synved-social-resolution-single {
  margin-left: 5px !important;
}
.synved-social-button-share.synved-social-resolution-single {
  width: 33px !important;
  height: 43px !important;
}
.synved-social-button-follow.synved-social-resolution-single {
  width: 33px !important;
  height: 33px !important;
}
.synved-social-button {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
.kk-star-ratings + .synved-social-button {
  margin-top: 20px !important;
}
.kk-star-ratings .kksr-stars {
  display: inline-block;
}
/*.kk-star-ratings{
	margin-top: 16px;
	width: 140px !important;
	text-align: center;
}*/
.silver-container .kk-star-ratings {
  display: block !important;
}
.silver-container .kk-star-ratings .kksr-legend {
  padding: 6px 0 0 2px !important;
  font-size: 11px;
  color: #333;
}
.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget span,
.fb_iframe_widget iframe {
  width: 100% !important;
}
.jssocials-share {
  margin: 0 0 0 10px !important;
}
.jssocials-share .jssocials-share-link {
  margin-left: 5px !important;
  padding-top: 0;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.jssocials-share .jssocials-share-count {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 16px;
  height: 16px !important;
  border-radius: 50%;
  color: #ffffff;
  line-height: 16px;
  font-weight: bold;
  font-size: 10px !important;
  position: absolute;
  right: -6px;
  bottom: -6px;
  margin: 0 !important;
  background: #cc3d5e;
}
@media (prefers-color-scheme: dark) {
  .jssocials-share .jssocials-share-count {
    background: #ea3c48;
  }
}
html.dark-mode .jssocials-share .jssocials-share-count {
  background: #ea3c48;
}
html.light-mode .jssocials-share .jssocials-share-count {
  background: #cc3d5e;
}
.jssocials-share .jssocials-share-count:empty {
  display: none !important;
}
.social-inner .jssocials-shares,
.social-inner .jssocials-share {
  margin-top: 3px;
}
#toc_container.toc_light_blue {
  padding: 20px 15px;
  margin: 20px 0 0 0;
  width: 100% !important;
  border: 0 !important;
  background: #f9f9fa !important;
  color: #535457;
}
@media (prefers-color-scheme: dark) {
  #toc_container.toc_light_blue {
    background: #1c1c1e !important;
  }
}
html.dark-mode #toc_container.toc_light_blue {
  background: #1c1c1e !important;
}
html.light-mode #toc_container.toc_light_blue {
  background: #f9f9fa !important;
  color: #535457;
}
#toc_container.toc_light_blue .toc_title {
  font-size: 18px;
  font-weight: 900;
  color: #3d424d;
}
@media (prefers-color-scheme: dark) {
  #toc_container.toc_light_blue .toc_title {
    color: #ffffff;
  }
}
html.dark-mode #toc_container.toc_light_blue .toc_title {
  color: #ffffff;
}
html.light-mode #toc_container.toc_light_blue .toc_title {
  color: #3d424d;
}
#toc_container.toc_light_blue span.toc_toggle {
  font-size: 18px;
}
.jssocials-share-label {
  display: none !important;
}
.push-modal {
  position: fixed;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 20px;
  font-size: 15px;
  line-height: 1.3;
  max-width: 470px;
  width: 100%;
  color: #535457;
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .push-modal {
    background: #141414;
    color: #ffffff;
  }
}
html.dark-mode .push-modal {
  background: #141414;
  color: #ffffff;
}
html.light-mode .push-modal {
  color: #535457;
  background: #ffffff;
}
.push-modal__bottom {
  margin: 30px -20px -30px -20px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid;
  color: #535457;
  background: #f9f9fa;
  border-top-color: #d6dae6;
}
@media (prefers-color-scheme: dark) {
  .push-modal__bottom {
    border-top-color: #5a5a5f;
    background: #1c1c1e;
    color: #ffffff;
  }
}
html.dark-mode .push-modal__bottom {
  border-top-color: #5a5a5f;
  background: #1c1c1e;
  color: #ffffff;
}
html.light-mode .push-modal__bottom {
  color: #535457;
  background: #f9f9fa;
  border-top-color: #d6dae6;
}
.push-modal__bottom .blue-link {
  flex: 1;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
}
.push_overlay {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  content: '';
  background: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .push_overlay {
    background: #1c1c1e;
  }
}
html.dark-mode .push_overlay {
  background: #1c1c1e;
}
html.light-mode .push_overlay {
  background: #ffffff;
}
