html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input {
  font: inherit;
  color: inherit;
  margin: 0;
}
button {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
@media xprint {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: #0000;
  font-size: 10px;
}
body {
  color: #333;
  background-color: #fff;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1,
h3 {
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
.page-header {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-xs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-3 {
    width: 25%;
  }
}
label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
}
.form-control {
  color: #555;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 1px #00000013;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow:
    inset 0 1px 1px #00000013,
    0 0 8px #66afe999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-placeholder-shown {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: #0000;
  border: 0;
}
.form-group {
  margin-bottom: 15px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px #00000013;
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow:
    inset 0 1px 1px #00000013,
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px #00000013;
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow:
    inset 0 1px 1px #00000013,
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px #00000013;
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow:
    inset 0 1px 1px #00000013,
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
@media (min-width: 768px) {
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  display: inline-block;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px #00000020;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover,
.btn-default.active,
.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active {
  background-image: none;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  z-index: 1000;
  float: left;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 4px;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 6px 12px #0000002d;
}
.dropdown-menu > li > a {
  clear: both;
  color: #333;
  white-space: nowrap;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.42857;
  display: block;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #337ab7;
  outline: 0;
  text-decoration: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group .form-control {
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  display: block;
  position: relative;
}
.nav > li > a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  border: 1px solid #0000;
  min-height: 50px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
}
.container-fluid > .navbar-header,
.container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-header,
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  float: right;
  background-color: #0000;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 15px;
  padding: 9px 10px;
  position: relative;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  border-radius: 1px;
  width: 22px;
  height: 2px;
  display: block;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    float: none;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0000;
    border: 0;
    margin-top: 0;
    position: static;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    margin-right: -15px;
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0;
}
.modal-open {
  overflow: hidden;
}
.modal.fade .modal-dialog {
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}
.modal.in .modal-dialog {
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  width: auto;
  margin: 10px;
  position: relative;
}
.modal-content {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  outline: 0;
  position: relative;
  box-shadow: 0 3px 9px #00000080;
}
.modal-backdrop {
  z-index: 1040;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  padding: 15px;
  position: relative;
}
.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px #00000080;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6u8w4BMUTPHjxsAXC-q.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/S6u_w4BMUTPHjxsI3wi_FQft1dw.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/S6u_w4BMUTPHjxsI3wi_Gwft.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format("woff2");
  unicode-range:
    U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh50XSwiPGQ.woff2) format("woff2");
  unicode-range:
    U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Material Icons Round;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2)
    format("woff2");
}
.material-icons-round {
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Material Icons Round;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
a {
  font-weight: 600;
}
a,
p {
  color: #4a4a4a;
}
.kicker,
a.kicker:hover {
  color: #b00;
}
#navbar-main.navbar {
  min-height: 42px;
}
.headline h1 {
  letter-spacing: 0.5px;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a,
article,
aside,
b,
body,
div,
footer,
form,
h1,
h3,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
strong,
time,
ul {
  border: none;
  margin: 0;
  padding: 0;
}
.navbar-nav > li:hover > .dropdown-menu,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
a {
  cursor: pointer;
}
.timestamp,
body {
  font-weight: 400;
}
a:focus,
a:hover {
  color: #5e5e5e;
}
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-xs-12,
.container {
  padding-left: 10px;
  padding-right: 10px;
}
html {
  height: 100%;
}
.slick-track:after {
  clear: both;
}
.navbar-brand.brand-mobile,
.slick-slide.slick-loading img {
  display: none;
}
.img-sticker {
  position: relative;
}
body {
  background-color: #fff;
  flex-direction: column;
  min-height: 100%;
  font-family: Lato, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  overflow-x: hidden;
}
p {
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.35em;
  overflow: hidden;
}
h1,
h3 {
  font-weight: 900;
}
.container {
  width: 100%;
  max-width: 1260px;
}
.wrapper-maincontent {
  flex: 1;
}
.right,
[dir="rtl"] .slick-slide {
  float: right;
}
.left {
  float: left;
}
.kicker {
  text-transform: uppercase;
  text-align: left;
  margin-right: 6px;
}
.timestamp {
  color: #4a4a4a;
  margin-right: 6px;
  font-size: 0.781em;
}
.slick-slider {
  margin-bottom: 30px;
}
.tab-panel.just-in .desc {
  margin-bottom: 20px;
}
.bot-15 {
  margin-bottom: 15px;
}
#wrapper,
.tab-panel-2.latest-news {
  display: block;
  overflow: hidden;
}
.sprite-icon {
  vertical-align: middle;
  background: url(/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/409d8d84-6ce8-4c15-b148-83833f6b4ca9/images/tsol-spritesv5.svg) no-repeat;
  display: inline-block;
}
.home .icon.sprite-icon,
.home-light .icon.sprite-icon {
  background-position: -100px -389px;
  width: 17px;
  height: 16px;
}
.log-in .icon.sprite-icon {
  background-position: -245px -385px;
  width: 20px;
  height: 20px;
}
.log-in-light .icon.sprite-icon {
  background-position: -245px -385px;
  width: 13px;
  height: 17px;
}
.search .icon.sprite-icon {
  background-position: -170px -386px;
  width: 20px;
  height: 20px;
}
.close .icon.sprite-icon {
  background-position: -98px -164px;
  width: 21px;
  height: 21px;
}
.appstore-large .icon.sprite-icon {
  background-position: -731px -309px;
  width: 120px;
  height: 40px;
}
.playstore-large .icon.sprite-icon {
  background-position: -587px -309px;
  width: 120px;
  height: 40px;
}
.huawei .icon.sprite-icon {
  background-position: -299px -376px;
  width: 121px;
  height: 41px;
}
.youtube .icon.sprite-icon {
  background-position: -596px -381px;
  width: 31px;
  height: 31px;
}
.instagram-white .icon.sprite-icon {
  background-position: -668px -381px;
  width: 31px;
  height: 31px;
}
.twitter-white .icon.sprite-icon {
  background-position: -740px -381px;
  width: 31px;
  height: 31px;
}
.facebook-white .icon.sprite-icon {
  background-position: -812px -381px;
  width: 31px;
  height: 31px;
}
.telegram .icon.sprite-icon {
  background-position: -22px -447px;
  width: 25px;
  height: 25px;
}
.epaper .icon.sprite-icon {
  background-position: -674px -168px;
  width: 20px;
  height: 20px;
}
.epaper {
  font-size: 0.75em;
  font-weight: 400;
}
.title-02 {
  font-weight: 900;
}
.img-sticker {
  float: left;
}
.img-sticker a,
.img-sticker img {
  display: block;
  overflow: hidden;
}
.footer img {
  max-width: 100%;
}
.topics label {
  text-transform: uppercase;
}
.f16 {
  font-size: 1em;
  line-height: 1.25em;
}
.headline h1 a {
  color: #b00;
  font-weight: 900;
}
.title-02 {
  color: #b00;
  font-size: 1.563em;
  line-height: 1.24em;
}
#navbar-main.navbar,
.branding {
  background: #fff;
  border-color: #d6d6d6 currentColor;
  border-left-style: none;
  border-left-width: medium;
  border-right-style: none;
  border-right-width: medium;
  border-radius: 0;
  margin-bottom: 0;
}
.branding .navbar-brand {
  min-height: 67px;
  padding: 4px;
}
.social-branding {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.social-branding li {
  float: left;
  padding: 10px 0;
}
ul.social-branding li:last-child {
  padding-right: 0;
}
.active {
  background: #dfdfdf;
}
.navbar-toggle,
.navbar-toggle:hover {
  background: 0 0 !important;
}
#tsolnavbar .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
#page-header .navbar-right {
  margin-right: 0;
}
#tsolnavbar ul.nav li a {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}
#tsolnavbar ul.nav li ul li a {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.nav > li > a.login {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-top: 4px;
  margin-right: 12px;
  padding: 5px 10px;
  font-size: 0.813em;
}
#tsolnavbar .nav > li > a {
  padding: 11px 10px !important;
}
ul.dropdown-menu.log-in {
  left: inherit;
  padding: 0;
  right: 0 !important;
}
ul.dropdown-menu.log-in li {
  width: 100%;
}
ul.dropdown-menu.log-in li a {
  padding: 10px 12px;
}
li.log-out {
  border-top: 1px solid #d6d6d6;
}
ul.dropdown-menu.log-in > .log-out a {
  text-align: center;
  background: #eee;
  border-radius: 0;
  margin: 10px;
  padding: 5px 10px;
  font-weight: 600;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.form-control:focus {
  border-color: #ccc;
}
.navbar-toggle {
  border: none;
  margin-right: 35px;
}
.navbar-toggle .icon-bar {
  border: 2px solid #383838;
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform-origin: 10% 10%;
  transform: rotate(45deg);
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.topics {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.headline {
  border-bottom: 1px solid #d6d6d6;
}
.footer-bottom .container a {
  color: #fff;
  font-weight: 400;
}
.headline {
  margin-bottom: 18px;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
}
.headline hr {
  border: 1.5px solid #b00;
  width: 100px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.headline p {
  margin-top: 5px;
  margin-bottom: 0;
}
.headline p span {
  border-right: 1px solid #ddd;
  margin-right: 8px;
  padding: 0 10px 2px 0;
  font-size: 0.889em;
  display: inline-block;
}
.headline p span:last-child {
  border-right: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
.trending {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}
.tab-panel.just-in {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.tab-panel .nav-pills {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.tab-panel .tab-content {
  background: #fff;
}
.tab-panel .nav-pills > li {
  text-align: center;
  width: 50%;
  margin: 0;
  padding: 0;
}
.tab-panel .nav-pills > li > a,
.tab-panel-2 .nav-pills > li > a {
  color: #4a4a4a;
  border-radius: 0;
}
.tab-panel .nav-pills > li.active > a,
.tab-panel-2 .nav-pills > li.active > a {
  color: #b00;
  background: #fff;
  border-top: 2px solid #b00;
}
.tab-content > .tab-pane,
.tab-content > .tab-pane.active {
  background: #fff;
  padding: 20px 0;
}
.just-in .tab-content > .tab-pane,
.just-in .tab-content > .tab-pane.active {
  padding: 20px 15px;
}
.form-group {
  display: block;
  position: relative;
}
.story-wrapper .topImages ul.slick-dots li button:before {
  color: #000;
}
.topImages .slick-slider {
  margin-bottom: 10px;
}
.btn-default.regbutton {
  color: #fff;
  background: #b00;
  padding: 10px 25px;
  font-size: 1em;
  border: none !important;
}
.form-group {
  overflow: hidden;
}
ul.social-branding li > ul > li {
  padding: 0;
}
.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
}
.market-movers-wrap .tab-content > .tab-pane {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 15px;
}
.footer-bottom .container {
  background: 0 0;
}
.tab-panel-2 .nav-pills {
  color: #4a4a4a;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.trending ul.trend-list {
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}
.tab-panel-2 .nav-pills > li {
  text-align: center;
  border-top: 2px solid #0000;
  margin: 0;
  padding: 0;
}
.tab-panel-2 .nav-pills > .active {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-bottom: -2px !important;
}
.trending p {
  line-height: 1.15em;
}
.trending ul.trend-list {
  height: 100px;
  margin: 0 0 11px;
  padding: 0 0 10px;
  list-style: none;
  display: block;
}
.trending ul.trend-list li {
  list-style: none;
}
.trending ul.trend-list p.trend-list-num {
  vertical-align: middle;
  color: #9b9b9b;
  padding: 15px 10px 15px 0;
  font-size: 2.813em;
}
.trend-list h3 {
  font-size: 1em;
}
.tab-search-results ul.nav-pills label {
  float: left;
  margin: 10px 10px 10px 0;
}
.gallery-content .slick-next,
.gallery-content .slick-prev {
  top: 45%;
}
.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: #0000;
  background: 0 0;
  outline: 0;
}
.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
  background: #eee;
}
.slider .slick-slide img {
  text-align: center;
  width: auto;
  max-height: 580px;
  margin: 0 auto;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}
.slick-next.slick-arrow.slick-disabled,
.slick-prev.slick-arrow.slick-disabled,
.slider-story .slick-disabled {
  display: none !important;
}
.slick-list,
.slick-track {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-dots li button:focus,
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate(0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.topImages .slider-nav-thumbnails .slick-track {
  max-height: 56px;
  overflow: hidden;
}
.slick-slide img {
  width: auto;
  max-width: 100%;
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  outline: 0;
  display: block;
}
.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}
.slick-next,
.slick-prev {
  cursor: pointer;
  z-index: 10;
  vertical-align: middle;
  border-top: 4px solid #e6e6e6;
  border-bottom: none;
  border-left: none;
  border-right: 4px solid #e6e6e6;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  font-size: 0;
  line-height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  box-shadow: 2px -2px 1px #0000001a;
}
.footer,
.footer .container,
footer.row {
  background: #444443;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  opacity: 0.95;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.slick-prev {
  width: 22px;
  height: 22px;
  margin-left: 8px;
  left: 0;
  transform: rotate(-136deg);
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-next:before,
.slick-prev:before,
[dir="rtl"] .slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  right: 0;
  transform: rotate(45deg);
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-dots {
  text-align: center;
  width: 100%;
  padding: 0;
  list-style: none;
  display: block;
}
.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.slick-dots li button {
  cursor: pointer;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}
.slick-dots li button:before {
  content: "•";
  text-align: center;
  color: #fff;
  opacity: 0.25;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.footer {
  border-top: 1px solid #ddd;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  position: relative;
}
.footer p {
  color: #b5b5b5;
  margin: 0;
}
.footer h3 {
  color: #fff;
  letter-spacing: 0.3px;
  padding: 20px 0 10px;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.429em;
}
.footer a,
.kicker {
  font-weight: 400;
}
.footer ul {
  color: #7f8c8d;
  margin-left: 0;
  padding-left: 0;
  font-size: 13px;
  list-style-type: none;
}
.footer ul li a {
  padding: 0 0 5px;
  display: block;
}
.footer a {
  color: #b5b5b5;
}
.footer-bottom {
  background: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bottom p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0;
  font-size: 11px;
}
footer .regbutton {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 8px 24px !important;
}
footer ul.social-branding li {
  padding-top: 5px;
  padding-left: 0;
}
.btn-login a {
  padding: 5px 10px;
  font-size: 0.813em;
}
.topImages .slider .slick-slide img {
  max-height: 407px;
}
.slider-nav-thumbnails .slick-slide.slick-current {
  border-top: 2px solid #b00;
}
.story-wrapper .topImages ul.slick-dots {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.story-wrapper .topImages ul.slick-dots li {
  margin-bottom: 0;
  list-style: none;
}
.btn-login a {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 12px;
}
.btn-login a:hover {
  xbackground: #eee;
}
li.top-bar:hover > .dropdown-menu {
  margin-top: -8px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle,
  ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  #tsolnavbar,
  .navbar-brand.brand-prime {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-brand.brand-mobile {
    text-align: center;
    width: 168px;
    height: 48px;
    margin: 0 auto;
    padding: 6px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .navbar-brand.brand-mobile img {
    object-fit: contain;
    width: 168px;
    max-width: 100%;
    height: auto;
    max-height: 36px;
    margin: 0 auto;
  }
  #tsolnavbar .nav > li > a {
    padding: 10px !important;
  }
  #navbar-main .nav > li > a.login {
    padding: 5px 18px;
  }
  .headline p {
    text-align: right;
    font-size: 0.875em;
  }
  .topImages .slider .slick-slide img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .headline p {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 12px;
  }
  .topImages .slider .slick-slide img {
    max-height: 309px;
  }
}
.MenuWidget .slick-list {
  margin-left: 20px !important;
  margin-right: 30px !important;
}
.MenuWidget .slick-next,
.MenuWidget .slick-prev {
  width: 9px;
  height: 9px;
  box-shadow: none;
  border-top: 3px solid #8f8f8f;
  border-right: 3px solid #8f8f8f;
  margin-top: -4px;
}
.topics label {
  letter-spacing: 0.2px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.topics {
  display: flex;
}
.topics label:after {
  content: ":";
  border: 0 solid #0000;
  width: 0;
  height: 0;
  margin: 0 5px;
  position: absolute;
  top: -2%;
  left: 100%;
}
.branding .navbar-brand {
  z-index: 1;
  position: relative;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .topics label {
    padding-top: 3px;
  }
  .topics label:after {
    top: 10%;
  }
}
@media (max-width: 991px) {
  .branding {
    display: none;
  }
  .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav li a.log-in {
    padding: 7px 9px 7px 7px;
  }
}
.nav > li > a.log-in-light {
  padding: 9px 6px 7px;
  display: block;
  position: relative;
}
.material-icons-round.person {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .navbar-nav li a.log-in {
    padding: 0 8px 0 0;
  }
}
.headline:not(.type-02):has(> .row > h1.title-02) {
  border-bottom: none;
  overflow: hidden;
}
.headline:not(.type-02):has(> .row > h1.title-02) > .row {
  border-bottom: 1px solid #d6d6d6;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}
.headline:not(.type-02):has(> .row > h1.title-02) > .row > h1 {
  float: none;
  flex: none;
  min-width: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto !important;
  max-width: none !important;
}
.headline:not(.type-02):has(> .row > h1.title-02) > .row > p {
  float: none;
  flex: none;
  min-width: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto !important;
  max-width: none !important;
}
.headline:not(.type-02):has(> .row > h1.title-02) > .row > h1.title-02 {
  flex: auto;
  margin: 0;
}
.headline:not(.type-02):has(> .row > h1.title-02) > .row > p {
  white-space: nowrap;
  flex: none;
  align-items: baseline;
  margin: 0;
  display: flex;
}
.headline:not(.type-02):has(> .row > h1.title-02) > .row > hr {
  background-color: var(--color-red-2);
  border: 1.5px solid var(--color-primary);
  width: 50px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.headline:not(.type-02):has(> .row > h1.title-02) p span {
  padding: 0;
}
@media (max-width: 576px) {
  .headline:not(.type-02):has(> .row > h1.title-02) > .row {
    flex-wrap: wrap;
  }
  .headline:not(.type-02):has(> .row > h1.title-02) > .row > p {
    flex: none;
  }
}
.story-wrapper {
  padding-top: 25px;
  display: block;
  overflow: hidden;
}
.story p img {
  width: auto;
}
.story-wrapper .story-pg.headline {
  padding-bottom: 18px;
}
.story-wrapper .story-pg h1 {
  letter-spacing: 0.5px;
  font-size: 2.438em;
  font-weight: 900;
  line-height: 1.154em;
}
.story-wrapper .story-pg h1 a {
  font-weight: 900;
}
.story-wrapper ul.side-note li {
  padding-bottom: 2px;
}
.story-wrapper ul {
  margin: 0 20px 20px;
  padding-left: 15px;
  list-style: outside;
}
.story-wrapper ul li {
  margin-bottom: 10px;
  font-size: 0.95em;
  list-style: outside;
}
.story-wrapper .side-note .timestamp {
  margin: 0;
  font-size: 1em;
}
.story-wrapper article p {
  word-wrap: break-word;
  margin-bottom: 15px;
  line-height: 1.533em;
  overflow: visible;
}
.story-wrapper .inline-img img {
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 10%;
  object-position: 0% 10%;
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.content-holder {
  position: relative;
}
ul.side-note {
  max-width: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
ul.side-note li {
  list-style: none;
}
.story-content {
  margin-left: 25%;
  position: relative;
}
.story a {
  color: #004bd1;
  font-weight: 400;
}
.story a:hover {
  text-decoration: underline;
}
.story p img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  .story-wrapper {
    padding-top: 0;
  }
  .side-note {
    max-width: 100%;
    position: static;
  }
  .story-content {
    margin-left: 0;
  }
  .story-wrapper .story-pg h1 {
    font-size: 1.75em;
  }
  ul.side-note {
    max-width: 100%;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .story-content {
    margin-left: 0;
  }
  .story-wrapper article p {
    font-size: 1.125em;
    line-height: 1.444em;
  }
  .story-wrapper .inline-img img {
    max-height: 649px;
  }
}
.panel-heading .accordion-toggle.widget__title[data-toggle="collapse"]:after {
  content: "";
  float: right;
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 12px;
}
.panel-heading
  .accordion-toggle.widget__title[data-toggle="collapse"].collapsed:after {
  color: #454444;
  transform: rotate(180deg);
}
.relative,
.bookmark {
  position: relative;
}
@media only screen and (max-width: 991px) {
  ul.side-note {
    margin: 0;
    padding: 0 10px;
  }
}
:root {
  --color-icon: #231f20;
  --color-text: #4a4a4a;
  --color-text-2: #4a4a4a;
  --color-text-3: #333;
  --color-text-4: #444;
  --color-text-5: #979797;
  --color-bg-1: #fff;
  --color-on-bg-1: #4a4a4a;
  --color-bg-2: #f2f2f2;
  --color-on-bg-2: #4a4a4a;
  --color-bg-3: #303030;
  --color-on-bg-3: #8f8f8f;
  --color-bg-primary: #b00;
  --color-on-bg-primary: #fff;
  --color-on-bg-dark: #fff;
  --color-border: #d6d6d6;
  --color-border-2: #ddd;
  --color-text-1: #4a4a4a;
  --color-primary: #b00;
  --color-primary-alt: #c00;
  --color-white-1: #fff;
  --color-red-2: #d00;
  --color-red-3: #da2128;
  --color-gold: #c89414;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-icon: #231f20;
    --color-text: #4a4a4a;
    --color-text-2: #4a4a4a;
    --color-text-3: #333;
    --color-text-4: #444;
    --color-text-5: #979797;
    --color-bg-1: #fff;
    --color-on-bg-1: #4a4a4a;
    --color-bg-2: #f2f2f2;
    --color-on-bg-2: #4a4a4a;
    --color-bg-3: #303030;
    --color-on-bg-3: #8f8f8f;
    --color-bg-primary: #b00;
    --color-on-bg-primary: #fff;
    --color-on-bg-dark: #fff;
    --color-border: #d6d6d6;
    --color-border-2: #ddd;
    --color-text-1: #4a4a4a;
    --color-primary: #b00;
    --color-primary-alt: #c00;
    --color-white-1: #fff;
    --color-red-2: #d00;
    --color-red-3: #da2128;
    --color-gold: #c89414;
  }
}
a {
  color: var(--color-text);
}
.kicker {
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: left;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
}
.btn {
  font-size: 16px;
  font-weight: 700;
}
.btn--subscribe {
  color: #fff;
  background-color: var(--color-red-3);
  border: 1px solid #0000;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 12px;
  padding: 5px 10px;
  font-size: 0.813em;
}
.btn--subscribe:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.dropdown--subscribe li {
  float: none !important;
  padding: 0 !important;
}
.dropdown--subscribe li a {
  padding: 10px;
  font-size: 12px;
}
.bttn {
  color: var(--color-on-bg-1);
  border: 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.813em;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1024px) {
  .bttn {
    padding: 4px 10px;
  }
}
.bttn:hover,
.bttn:focus {
  color: #333;
  background-color: #eee;
  border: 1px solid #eee;
}
.bttn--log {
  color: var(--color-on-bg-1);
  border: 1px solid;
}
.tab-option {
  padding: 15px 10px;
  position: relative;
  bottom: 0;
}
.footer-n {
  color: #8f8f8f;
  background-color: #303030;
  border-top: 1px solid #707070;
  padding: 30px 10px;
}
.footer-n__inner {
  max-width: 800px;
  margin: 0 auto 30px;
}
.footer-n__inner:last-child {
  margin: 0 auto;
}
.footer-n__links {
  float: left;
  width: 20%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer-n__links {
    width: 50%;
    margin-bottom: 30px;
  }
}
.footer-n__links b {
  color: #bbb;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}
.footer-n__links ul li a {
  color: #8f8f8f;
  cursor: pointer;
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.footer-n__clearfix {
  display: none;
}
@media (max-width: 1024px) {
  .footer-n__clearfix {
    display: block;
  }
}
.footer-n__socials {
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer-n__socials {
    margin-bottom: 20px;
    display: block;
  }
}
.footer-n__socials li {
  padding: 0 6px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer-n__socials li {
    margin: 0 5px;
  }
}
.footer-n__downloads,
.footer-n__downloads li {
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer-n__downloads li {
    margin-bottom: 5px;
    display: block;
  }
}
.footer-n__newsletter {
  padding: 10px 0;
}
.footer-n__newsletter .form-group {
  margin-bottom: 0;
}
.footer-n__newsletter .btn-default.regbutton {
  background-color: #000;
  padding: 0 25px;
  font-size: 14px;
  top: 0;
  bottom: 0;
  right: 0;
}
.footer-n__newsletter label {
  float: left;
  text-align: right;
  width: 30%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .footer-n__newsletter label {
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.timestamp {
  color: var(--color-text-2);
}
@media (max-width: 767px) {
  .nav .btn--subscribe {
    margin-right: 5px;
    padding: 3px 10px;
  }
}
.nav .btn--subscribe:active,
.nav .btn--subscribe:focus,
.nav .btn--subscribe:hover {
  color: #383838 !important;
}
.navbar-right .dropdown-menu li a {
  padding: 10px;
}
.navbar-right .dropdown--subscribe {
  display: none;
}
@media (max-width: 991px) {
  .navbar-right .dropdown--subscribe {
    display: inline-block;
  }
}
#navbar-main.navbar {
  background-color: var(--color-bg-1);
  border-color: var(--color-border);
  color: var(--color-border);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0;
}
@media (max-width: 991px) {
  #navbar-main.navbar {
    background-color: var(--color-bg-1);
    min-height: 47px;
  }
}
@media (max-width: 1024px) {
  #navbar-main.navbar .login {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  #navbar-main.navbar .login {
    margin-top: 4px;
  }
}
#navbar-main.navbar .login:hover {
  color: #555 !important;
}
#navbar-main.navbar .login.bttn--log:hover {
  color: #333;
  background-color: #eee;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  #navbar-main.navbar a {
    color: #555;
  }
}
#login_menu .sprite-icon {
  filter: none;
  background-position: -675px -26px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .tab-panel-2 .nav-pills > li.active > a {
    border-top: 2px solid var(--color-primary) !important;
  }
}
.topics {
  background-color: var(--color-bg-2);
  padding: 10px 0 10px 10px;
}
.btn-login .login {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  margin-top: 4px;
  margin-right: 12px;
  padding: 5px 10px;
  font-size: 0.813em;
  line-height: 20px;
}
.btn-login .login:hover {
  color: #383838;
}
.social-branding li .epaper:first-child:hover {
  background-color: #0000;
}
.navbar-nav #btn_login,
.navbar-nav #podcast {
  display: none;
}
@media (max-width: 991px) {
  .navbar-nav #btn_login,
  .navbar-nav #podcast {
    display: inline-block;
  }
}
.modal--scroll .modal-content {
  overflow: hidden;
}
.modal--scroll .modal-body {
  height: 200px;
  overflow-y: scroll;
}
.modal-header {
  border-bottom: 0;
  padding: 8px 30px 0;
}
@media (max-width: 1024px) {
  .modal-header {
    padding: 8px 15px 0;
  }
}
.modal-header .close {
  font-size: 32px;
}
.modal-body {
  margin: 0 30px 15px;
  padding: 0;
}
@media (max-width: 1024px) {
  .modal-body {
    margin: 0 15px 15px;
  }
}
.modal-body p,
.modal-body ol,
.modal-body ul,
.modal-body li {
  color: #303030;
  font-size: 14px;
  line-height: 22px;
}
.modal-body ol,
.modal-body ul {
  padding-left: 15px;
}
.modal-body small {
  font-size: 12px;
  line-height: 19.2px;
}
.modal-footer {
  border-top: 0;
  padding: 10px 30px 20px;
}
@media (max-width: 1024px) {
  .modal-footer {
    padding: 10px 15px 20px;
  }
}
@media (max-width: 320px) {
  .modal-footer .btn,
  .modal-footer .btn + .btn {
    margin-bottom: 5px;
  }
}
.modal-title {
  color: var(--color-primary);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
}
.drop {
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  background-color: #000000b3;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.drop--audio {
  bottom: 60px;
  z-index: 999 !important;
}
.drop .tab-content {
  height: calc(100vh - 250px);
  overflow-y: scroll;
}
.drop.active {
  opacity: 1;
  visibility: visible;
}
.drop .nav {
  background-color: #f9f9f9;
}
.drop .nav li {
  float: left;
  text-align: center;
  border-bottom: 2px solid #0000;
  width: 100%;
  display: inline-block;
}
.drop .nav li a {
  background-color: #f9f9f9;
  font-size: 14px;
}
.drop .nav li.active {
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.drop .tab-content .tab-pane-audio {
  padding: 0 10px;
}
.drop .tab-content .tab-pane-foryou {
  padding: 50px 40px;
}
.drop .tab-content .tab-pane-foryou .icon-headphone {
  background-image: url(/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/409d8d84-6ce8-4c15-b148-83833f6b4ca9/images/podcast-icon-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  margin: 0 auto 15px;
}
.drop .tab-content .tab-pane-foryou h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.drop .tab-content .tab-pane-foryou p {
  font-size: 16px;
}
.drop .tab-content .tab-pane-foryou .btn {
  margin: 30px 0 10px;
  padding: 10px 25px;
}
.mobilenav {
  z-index: 1000;
  background-color: #fff;
  border-top: 1px solid #efefef;
  width: 100%;
  padding-top: 5px;
  display: block;
  position: fixed;
  bottom: 0;
}
.mobilenav ul > li {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 6%;
  margin: 0 7%;
  font-size: 10px;
  display: inline-block;
}
@media (max-width: 765px) {
  .mobilenav ul > li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 8%;
    margin: 0 6%;
    font-size: 10px;
    display: inline-block;
  }
}
@media (max-width: 589px) {
  .mobilenav ul > li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 20%;
    margin: 0;
    font-size: 10px;
    display: inline-block;
  }
}
.mobilenav ul > li.active,
.mobilenav ul > li:hover {
  background-color: #fff;
}
.mobilenav ul > li.active div,
.mobilenav ul > li:hover div {
  color: #979797;
  padding: 7px 0;
  display: block;
}
.mobilenav ul > li.active i,
.mobilenav ul > li.active a,
.mobilenav ul > li:hover i,
.mobilenav ul > li:hover a,
.mobilenav ul > li.active i:before,
.mobilenav ul > li.active a:before,
.mobilenav ul > li:hover i:before,
.mobilenav ul > li:hover a:before {
  color: var(--color-primary);
}
.mobilenav ul > li.active .home,
.mobilenav ul > li:hover .home {
  background-image: url(../images/home-red.svg);
}
.mobilenav ul > li.active .paper,
.mobilenav ul > li:hover .paper {
  background-image: url(../images/for-you-red.svg);
}
.mobilenav ul > li.active .bookmark,
.mobilenav ul > li:hover .bookmark {
  background-image: url(../images/bookmark-red.svg);
}
.mobilenav ul > li.active .search,
.mobilenav ul > li:hover .search {
  background-image: url(../images/search-red.svg);
}
.mobilenav ul > li.active .podcast,
.mobilenav ul > li:hover .podcast {
  background-image: url(../images/podcast-icon-red.svg);
}
.mobilenav ul > li.active > div,
.mobilenav ul > li:hover > div {
  color: var(--color-primary);
}
.mobilenav ul > li a,
.mobilenav ul > li div {
  color: #979797;
  padding: 7px 0;
  display: block;
}
.mobilenav__icon {
  vertical-align: middle;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mobilenav__icon.home {
  background-image: url(../images/home-grey.svg);
}
.mobilenav__icon.paper {
  background-image: url(../images/for-you-grey.svg);
}
.mobilenav__icon.bookmark {
  background-image: url(../images/bookmark-grey.svg);
}
.mobilenav__icon.search {
  background-image: url(../images/search-grey.svg);
}
.mobilenav__icon.podcast {
  background-image: url(../images/podcast-icon-grey.svg);
}
.mega-nav-toggle {
  margin: 0;
  padding: 10px;
  display: block;
}
@media (max-width: 768px) {
  .mega-nav-toggle {
    display: none !important;
  }
  .m-login-button {
    margin-right: 5px;
    top: 1px;
    opacity: 1 !important;
    display: inline-block !important;
  }
  .navbar-right .dropdown--subscribe {
    top: 1px;
  }
}
#hllogin:focus,
#hllogin:hover {
  background-color: #eee;
}
.headline {
  padding-bottom: 8px;
}
.headline hr {
  background-color: var(--color-red-2);
  border: 1.5px solid var(--color-primary);
  width: 100px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#tsolnavbar {
  display: block;
}
@media (max-width: 991px) {
  #tsolnavbar {
    display: none;
  }
}
#tsolnavbar ul.nav li a {
  color: var(--color-on-bg-1);
  padding: 11px 10px !important;
}
#tsolnavbar ul.nav li a.active,
#tsolnavbar ul.nav li a:active,
#tsolnavbar ul.nav li a:hover,
#tsolnavbar ul.nav li a:focus {
  color: var(--color-on-bg-primary);
  background-color: var(--color-bg-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.home-light .icon.sprite-icon {
  filter: none;
  background-position: -603px -27px;
  width: 17px;
  height: 17px;
}
.home-light.active .icon.sprite-icon,
.home-light:active .icon.sprite-icon,
.home-light:hover .icon.sprite-icon,
.home-light:focus .icon.sprite-icon {
  filter: invert(0);
  background-position: -100px -389px;
}
#tsolnavbar ul.nav li ul li a {
  color: #333;
}
.branding .login {
  color: var(--color-on-bg-1);
}
.branding .login:hover {
  background-color: #eee;
  color: #555 !important;
}
.branding a {
  color: var(--color-on-bg-1);
}
@media (max-width: 768px) {
  .branding a {
    color: #555;
  }
}
.navbar-brand {
  position: relative;
}
.navbar-header .navbar-brand.brand-mobile {
  display: none;
}
@media (max-width: 991px) {
  .navbar-header .navbar-brand.brand-mobile {
    max-height: 38px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    top: 5px;
  }
}
@media (max-width: 767px) {
  .navbar-header .navbar-brand.brand-mobile {
    top: 2px;
  }
}
.branding {
  background-color: var(--color-bg-1);
  border-color: var(--color-bg-1);
}
.nav > li > a.login {
  color: var(--color-on-bg-1);
  border: 1px solid var(--color-on-bg-1);
}
@media (max-width: 991px) {
  .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 11px 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
.navbar-toggle .icon-bar {
  border: 2px solid var(--color-on-bg-1);
  background-color: var(--color-on-bg-1);
  border-radius: 0;
}
.navbar-toggle .icon-x {
  color: var(--color-on-bg-1);
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  display: none;
}
#page-header nav .navbar-right {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    margin-right: 0;
    top: 3px;
    right: 10px;
  }
}
button:focus,
button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
ul.dropdown-menu.log-in li {
  padding: 0;
}
#wrapperFooter {
  padding-bottom: 0;
}
.show-sd {
  display: block;
}
@media (max-width: 1024px) {
  .show-sd {
    display: none;
  }
}
@media (min-width: 1200px) {
  .show-sd {
    display: none;
  }
}
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 1024px) {
  .navbar-nav > li:hover > .dropdown-menu {
    display: none;
  }
  .slider-story .slick-list {
    padding: 0 20% 0 0;
  }
}
.slider-story .slick-slider {
  margin-bottom: 0;
}
.slider-story .slick-arrow {
  z-index: 1;
  background-color: #fff;
  border: 1px solid;
  padding: 5px;
  position: absolute;
  top: 0;
}
.slider-story .slick-disabled {
  pointer-events: none;
  display: none !important;
}
.videos {
  padding-top: 15px;
}
.videos__items .tab-content .tab-pane {
  background-color: #0000;
}
.trending--10 {
  padding-top: 8px;
}
.info {
  padding-bottom: 18px;
}
.credit {
  color: #adadad;
  height: 28px;
  font-size: 14px;
}
.credit a {
  text-transform: uppercase;
}
ul.side-note {
  border-top: 0;
}
@media (min-width: 1024px) {
  ul.side-note {
    border-top: 1px solid var(--color-border);
    max-width: 141px;
    margin-left: 10px;
    padding-top: 15px;
  }
}
@media (min-width: 1100px) {
  ul.side-note {
    max-width: 160px;
  }
}
@media (min-width: 1230px) {
  ul.side-note {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  ul.side-note {
    max-width: none;
  }
}
.top-search {
  border: 1px solid #0000;
  border-radius: 4px;
  color: var(--color-text, #333);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 7px;
  display: flex;
}
.top-search i,
.top-search svg {
  width: 22px;
  height: 22px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.top-search:hover {
  color: #383838;
  background-color: #eee;
  border: 1px solid #eee;
}
.login-search {
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 7px;
}
.login-search i {
  width: 16px;
  height: 16px;
  color: var(--color-text);
  justify-content: center;
  align-items: center;
  display: flex;
}
.login-search:hover {
  color: #383838;
  background-color: #eee;
  border: 1px solid #eee;
}
ul.nav.social-branding {
  align-items: center;
  gap: 8px;
  display: inline-flex !important;
}
.nav a.btn--subscribe,
.btn-login a {
  margin: 0 !important;
}
.log-in-light {
  border-radius: 4px;
  padding: 7px !important;
}
@media only screen and (max-width: 767px) {
  .side-note,
  ul.side-note {
    max-width: 100%;
    position: static;
  }
  .story-content {
    z-index: auto;
    margin-left: 0;
  }
}
.headline .row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
.story-content ul li {
  margin-bottom: 8px;
  margin-left: 15px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 28px;
  list-style: outside;
}
.story-wrapper .kicker {
  margin-right: unset;
  font-weight: unset;
}
.story-wrapper .info {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.story-wrapper .story-pg.headline {
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.story-wrapper .side-note {
  border-top: 1px solid var(--color-border);
  width: calc(25% - 30px);
  max-width: 180px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .story-wrapper .side-note {
    max-width: unset;
    border: none;
    margin-bottom: 0;
    padding-right: 20px;
    position: static !important;
  }
}
.story-wrapper article.story p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.story-content .inline-img {
  margin-bottom: 28px;
}
.social-icons .modal-content {
  border-radius: 6px;
  padding: 15px;
  top: 30px;
}
.social-icons .modal-body a {
  margin: 5px;
  font-size: 20px;
  display: inline-block;
}
.social-icons .modal-body {
  flex-direction: row;
  place-content: center;
  gap: 10px;
  margin: 30px 50px;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .social-icons .modal-body {
    gap: 0;
    margin: 30px 0;
  }
}
.modal-backdrop {
  z-index: 1080 !important;
  z-index: 9990 !important;
}
@media (max-width: 991px) {
  .content-wrap {
    padding-top: 0;
  }
}
.trending ul.trend-list {
  border-color: #d6d6d6 #d6d6d6 currentColor;
  border-bottom-style: none;
  border-bottom-width: medium;
  height: auto;
}
.img-sticker {
  width: 100%;
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .trend-list {
    flex-flow: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending ul.trend-list {
    width: 100%;
    display: inline-block;
  }
  .trending ul.trend-list p.trend-list-num {
    font-size: 1.813em;
  }
}
@media (max-width: 767px) {
  .trending ul.trend-list p.trend-list-num {
    text-align: center;
    font-size: 1.813em;
  }
  .trending ul.trend-list {
    margin-bottom: 0;
    padding: 0;
  }
}
.kicker {
  font-size: 12px;
}
.slider-story .slick-arrow {
  border: 1px solid #4a4a4a;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  display: flex !important;
}
.slider-story .slick-disabled {
  display: none !important;
}
.slider-story .slick-arrow:hover {
  background-color: var(--color-bg-2);
  color: var(--color-on-bg-2);
}
.articleDetails.story-wrapper .info .info__credit.credit {
  height: auto;
}
.social-icons .modal-body {
  flex-direction: column;
  margin: 30px 50px;
  padding: 0;
}
#shareModal .modal-dialog {
  top: 20%;
}
@media (min-width: 1024px) {
  ul.side-note {
    padding-top: 0;
  }
}
.story-wrapper article .story p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.story-wrapper article .story ul li,
.story-wrapper article h1,
.story-wrapper article h3 {
  color: #4a4a4a;
}
.navbar-nav li a.log-in {
  padding: 7px;
}
@media (max-width: 768px) {
  .navbar-nav li a.log-in {
    padding: 7px 8px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  @media only screen and (max-width: 767px) {
    .nav > li > a.login {
      margin-right: 0;
      padding: 3px 7px;
    }
    .slider .slick-slide img,
    .topImages .slider .slick-slide img {
      width: auto;
      max-height: 200px;
    }
    .gallery-content .slick-next,
    .gallery-content .slick-prev {
      top: 15%;
    }
    .topImages .slider-nav-thumbnails .slick-track {
      max-height: 38px;
      overflow: hidden;
    }
    #tsolnavbar,
    ul.social-branding {
      display: none;
    }
    .navbar-toggle,
    ul.navbar-nav {
      margin-top: 0;
      margin-bottom: 0;
    }
    .navbar-brand.brand-prime {
      display: none;
    }
    .navbar-brand.brand-mobile {
      text-align: center;
      width: 168px;
      height: 48px;
      margin: 0 auto;
      padding: 6px 0;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
    }
    .navbar-brand.brand-mobile img {
      object-fit: contain;
      width: 168px;
      max-width: 100%;
      height: auto;
      max-height: 36px;
      margin: 0 auto;
    }
    .topics {
      margin-top: 2px;
    }
    #page-header .navbar-right {
      float: right;
    }
    #page-header .navbar-right li {
      display: inline-block;
    }
    #page-header .navbar-right {
      float: none;
      position: absolute;
      top: 0;
      right: 0;
    }
    .tab-content > .tab-pane,
    .tab-content > .tab-pane.active {
      margin-bottom: 0;
    }
    .trending ul.trend-list p.trend-list-num {
      font-size: 1.813em;
    }
    .trending p {
      font-size: 0.95em;
    }
    .trending ul.trend-list {
      height: auto;
    }
    .trending ul.trend-list li:nth-child(2) {
      padding: 0;
    }
    footer .footer {
      display: none;
    }
    .tab-panel-2 .nav-pills > li.active > a {
      border-top: none;
    }
    .tab-panel-2 .nav-pills > li {
      text-align: left;
    }
    .tab-search-results label {
      display: none;
    }
  }
  @media only screen and (min-width: 420px) and (max-width: 767px) {
    .topImages .slider-nav-thumbnails .slick-track {
      max-height: 58px;
      overflow: hi;
    }
  }
}
@font-face {
  font-family: FontAwesome;
  font-display: swap;
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/409d8d84-6ce8-4c15-b148-83833f6b4ca9/images/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.fa-search:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
:root {
  --smg55-gb-height: 36px;
  --smg55-gb-inner-height: 32px;
  --smg55-gb-gradient-height: 4px;
}
body.has-smg55-globalbar {
  padding-top: var(--smg55-gb-height);
}
@media (max-width: 1328px) {
  body.has-smg55-globalbar {
    padding-top: var(--smg55-gb-height) !important;
  }
}
.smg55-global-bar {
  width: 100%;
  height: var(--smg55-gb-height);
  z-index: 1100001;
  background: #000;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.smg55-global-bar *,
.smg55-global-bar :before,
.smg55-global-bar :after {
  box-sizing: border-box;
}
.smg55-global-bar__inner {
  height: var(--smg55-gb-inner-height);
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  display: flex;
  overflow: hidden;
}
.smg55-global-bar__links {
  white-space: nowrap;
  align-items: center;
  gap: 16px;
  min-width: 0;
  display: flex;
  overflow: hidden;
}
.globalbar-link {
  opacity: 0.92;
  font-family: Lato;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #d9d9da !important;
}
.globalbar-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.globalbar-link:focus-visible {
  opacity: 1;
  text-decoration: underline;
}
.smg55-global-bar__right {
  flex: none;
  align-items: center;
  display: flex;
}
.smg55-brandbar-link {
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  display: inline-flex;
}
img.smg55-brandbar {
  width: 90%;
  margin-top: -8px;
  display: block;
}
.smg55-poweredby {
  opacity: 0.95;
  width: auto;
  height: 12px;
  margin-left: 20px;
  display: block;
}
.smg55-global-bar__center {
  text-align: center;
  flex: auto;
  justify-content: center;
  align-items: center;
  display: none;
}
.smg55-brandbar-img {
  width: 90%;
  margin-top: -8px;
  display: block;
}
.smg55-global-bar__gradient {
  width: 100%;
  height: var(--smg55-gb-gradient-height);
  background: linear-gradient(270deg, #1268b3 0%, #9fb439 47.57%, #4eb857 100%);
}
@media (max-width: 1024px) {
  .smg55-global-bar__links,
  .smg55-global-bar__right {
    display: none;
  }
  .smg55-global-bar__center {
    display: flex;
  }
  .smg55-global-bar__inner {
    justify-content: center;
    padding: 0 12px;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.content-wrap > .container > .row {
  display: flex;
}
.content-wrap > .container > .row > .col-md-4,
.content-wrap > .container > .container > .row > .col-md-4 {
  background-color: var(--color-bg-1);
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.content-wrap > .container-fluid > .container > .row > .col-md-4 {
  padding-top: 25px;
  overflow: hidden;
}
.img-sticker {
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
}
.img-sticker img {
  object-fit: cover;
  object-position: center 10%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hidden-sm {
  display: none;
}
@media screen and (max-width: 990px) {
  .content-wrap > .container > .row {
    display: block;
  }
  .content-wrap > .container > .row > .col-md-4,
  .content-wrap > .container > .container > .row > .col-md-4 {
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sm {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 0 !important;
  }
  .sassize {
    --breakpoint: desktop;
  }
}
@media (max-width: 991px) {
  .sassize {
    --breakpoint: tablet;
  }
}
@media (max-width: 767px) {
  .sassize {
    --breakpoint: mobile;
  }
}
@media screen and (max-width: 768px) {
  a#hllogin:hover {
    background-color: #eee !important;
  }
}
.navbar-header {
  margin-right: 0 !important;
}
.sprite-icon {
  background: url(../images/tsol-spritesv6.svg);
}
.header__nav-mega {
  position: absolute;
  top: 41px;
}
.nav--mega {
  z-index: 1001;
  background-color: #fff;
  order: 4;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-bottom: 50px;
  overflow: auto;
}
.nav--mega .nav__content {
  flex-direction: column;
  max-width: 1260px;
  display: flex;
}
.nav__title {
  border-bottom: 1px solid var(--color-border);
  background-color: #eee;
  width: 100%;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1rem;
  display: flex;
}
.nav__lists {
  padding: 10px 0 0;
}
.nav__lists li a {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}
@media (min-width: 992px) {
  .nav--mega .nav__content {
    flex-flow: column wrap;
    gap: 20px;
    height: 600px;
    margin: 15px auto;
  }
  .nav__title {
    border-bottom: 0;
  }
  .nav__lists li a {
    padding: 7.5px 10px;
  }
}
.form--search {
  border-top: 1px solid #d6d6d6;
  padding: 12px 10px;
}
.navbar-toggle .icon-x {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  display: none;
}
.border-b {
  border-bottom: 1px solid #d6d6d6;
}
.show--tablet-f {
  display: none;
}
@media (max-width: 991px) {
  .nav__lists {
    column-count: 2;
    padding: 12px 20px;
  }
  .show--tablet-f {
    display: flex;
  }
}
.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}
.input-group > .form-control {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}
.input-group .btn:focus,
.input-group > .form-control:focus {
  z-index: 5;
}
.input-group .btn {
  z-index: 2;
  position: relative;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mega-nav-toggle.navbar-toggle {
  flex-direction: column;
  padding: 13px 8px 0;
  display: flex;
}
.navbar-toggle .icon-bar {
  border: 1.5px solid var(--color-on-bg-1);
  width: 16px;
}
#tsolnavbar ul.nav li a {
  padding: 11px 10px !important;
}
ul.social-branding li {
  padding: 13px 0;
}
.nav .btn--subscribe {
  margin-top: 4px;
  margin-right: 8px;
  padding: 5px 10px;
  color: #fff !important;
}
@media (max-width: 990px) {
  .navbar-header .navbar-brand.brand-mobile {
    top: 0;
  }
  .navbar-toggle {
    margin-right: 0;
    padding: 15px 12px 5px 13px;
  }
  #navbar-main.navbar {
    min-height: 48px;
  }
  .header__nav-mega {
    top: 46px;
  }
}
@media (min-width: 991px) {
  .navbar-brand.brand-prime {
    margin-left: -0.55em;
  }
  .mega-nav-toggle.navbar-toggle {
    margin-left: -0.5em;
  }
  .branding .navbar-brand {
    top: 4.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.nav.navbar-nav.navbar-right {
    padding-top: 3px;
  }
  .navbar-toggle {
    margin-left: -1em;
    margin-right: 14px;
    padding: 16px 13px 5px 14px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3.1px;
  }
  #page-header nav .navbar-right {
    margin-right: -0.6rem !important;
  }
  #navbar-main .nav > li > a.login {
    padding: 5px 10px;
  }
  .nav > li > a.login {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  ul.nav.navbar-nav.navbar-right {
    padding-top: 2px;
  }
  .nav .btn--subscribe {
    margin-right: 5px;
    padding: 5px 10px;
  }
  .nav > li > a.login {
    margin-right: 0;
    padding: 5px 10px;
  }
}
@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    margin-right: 0;
    top: 0;
    right: 0;
  }
}
.widgettop {
  text-align: center;
  z-index: 999999;
  color: #4a4a4a;
  background-color: #ffcb71;
  width: 100%;
  padding: 0 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0;
}
.widgettop .firinfo {
  width: 95%;
  padding: 10px 0;
  font-size: 12px;
}
.widgettop .close {
  cursor: pointer;
  padding: 10px 0;
}
.widgettop .flex-container {
  display: flex;
}
.articleDetails {
  padding-top: 25px;
  display: block;
  overflow: hidden;
}
.articleDetails .img-sticker img {
  object-fit: contain;
}
@media print {
  @media print {
    a:after {
      content: "";
    }
    body {
      -webkit-print-color-adjust: exact;
      padding-top: 0 !important;
    }
    .story-wrapper,
    .story-wrapper * {
      visibility: visible;
    }
    .story-wrapper.col-md-8 {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }
    .story-wrapper .story-pg h1 {
      font-size: 1.7em;
    }
    ul#sideNote {
      max-width: 100% !important;
    }
    #navbar-main,
    .social-branding,
    #widget-1326,
    #footer,
    .col-md-4.col-xs-12 {
      display: none;
    }
    .navbar-brand {
      float: none;
      text-align: center;
      margin: 0 auto;
    }
    ul.side-note {
      width: 100%;
      max-width: 800px;
      position: static;
    }
    ul#sideNote {
      position: static !important;
    }
    .story-content {
      width: 100%;
      margin-left: 0;
    }
    .footer-bottom {
      box-shadow: none !important;
      text-shadow: none !important;
      background: 0 0 !important;
    }
    .footer-bottom p,
    .footer-bottom .container a {
      color: #222 !important;
    }
  }
}
:root {
  --color-neutral: #fff;
  --color-neutral-10: #f7f7f7;
  --color-neutral-20: #eee;
  --color-neutral-30: #d6d6d6;
  --color-neutral-40: #bbb;
  --color-neutral-50: #adadad;
  --color-neutral-60: #939393;
  --color-neutral-70: #707070;
  --color-neutral-80: #595959;
  --color-neutral-90: #4a4a4a;
  --color-neutral-110: #333;
  --color-neutral-120: #202020;
  --color-primary: #b00;
  --color-on-primary: #fff;
  --color-bg-hover: #eee;
  --color-on-hover: #333;
  --color-border: #d6d6d6;
  --color-text: #4a4a4a;
  --color-link: #06c;
  --color-bg-1: #fff;
  --color-bg-2: #f2f2f2;
  --color-bg-3: #eee;
  --color-on-bg: #4a4a4a;
  --color-bg-footer: #333;
  --color-on-footer: #d6d6d6;
  --color-color-white: #fff;
  --color-border-footer: #707070;
}
.topics {
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 0.3rem;
  display: flex;
  position: relative;
}
.topics--scrolling .topics__arrow {
  cursor: pointer;
  align-items: center;
  height: 100%;
  display: flex;
}
.topics--scrolling .topics__arrow-l {
  display: none;
}
.topics__section {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-bg-2);
  position: relative;
}
.topics__title {
  text-transform: uppercase;
  color: #4a4a4a;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.topics__scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  position: relative;
  top: -1px;
  left: 1px;
  overflow-y: scroll;
}
.topics__scroll::-webkit-scrollbar {
  display: none;
}
.topics__arrow {
  background-color: var(--color-bg-2);
  display: none;
  position: absolute;
  top: 1px;
}
.topics__arrow-l {
  background: linear-gradient(270deg, #f2f2f280 0%, #f2f2f2 40%);
  padding: 0 13px 0 0;
  left: 0;
}
.topics__arrow-r {
  background: linear-gradient(90deg, #f2f2f280 0%, #f2f2f2 30%);
  padding: 0 6px 0 10px;
  right: 0;
}
.topics__links {
  flex-wrap: nowrap;
  gap: 8px 12px;
  padding: 0 12px;
  display: flex;
}
.topics__links a {
  color: var(--color-primary);
  flex-shrink: 0;
  padding-right: 12px;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.topics__links a:after {
  content: "";
  background-color: var(--color-border);
  width: 0.5px;
  height: 70%;
  position: absolute;
  top: 20%;
  right: 0;
}
.topics__links a:last-child:after {
  display: none;
}
.topics__links a:hover {
  text-decoration: underline;
}
.topics__content {
  position: relative;
  overflow: hidden;
}
.topics__content:before {
  content: "";
  background-color: var(--color-bg-2);
  width: 2px;
  display: block;
}
.container-topic-bar {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container-topic-bar {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-topic-bar {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-topic-bar {
    max-width: 960px;
  }
}
.container-topic-bar {
  max-width: 1260px;
}
#award-container a.award-highlight,
#award-container a.award-highlight * {
  cursor: pointer !important;
}
.award-highlight {
  opacity: 1;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 12px 20px 8px;
  display: flex;
  box-shadow: 0 1px 5px #0000001a;
  font-size: 12px !important;
}
.award-highlight:hover {
  color: inherit;
  text-decoration: none;
}
.award-icon {
  flex-shrink: 0;
  width: auto;
  max-width: 80px;
  max-height: 25px;
  margin-right: 8px;
}
.award-text {
  margin: 0;
  line-height: 14px;
}
.award-text span.awardcat {
  font-weight: 700;
}
.award-divider {
  color: #d6d6d6;
  margin: 0 6px;
  font-size: 16px;
  line-height: 12px;
}
.mobile-break {
  display: none;
}
@media (max-width: 575px) {
  .award-icon {
    max-height: 24px;
  }
  .award-highlight {
    padding: 12px 15px 8px;
  }
  .award-divider {
    display: none;
  }
  .mobile-break {
    height: 2px;
    display: block;
  }
}
.articleDetails.story-wrapper .headline.story-pg {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.articleDetails.story-wrapper .headline.story-pg h1 {
  letter-spacing: 0.5px;
  color: #4a4a4a;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}
.articleDetails.story-wrapper .content-holder.story-wrapper {
  width: 100%;
}
.articleDetails.story-wrapper .story-content {
  min-width: 0;
}
.articleDetails.story-wrapper > .info {
  min-height: 0;
}
@media (max-width: 767px) {
  .articleDetails.story-wrapper .headline.story-pg h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.footer-n__newsletter {
  color: #8f8f8f;
}
.footer-n__newsletter .newsletter-form {
  margin: 0;
  padding: 0;
}
.footer-n__newsletter label {
  float: left;
  text-align: right;
  border: 0;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.footer-n__newsletter .f16 {
  font-size: 1em;
  line-height: 1.25em;
}
.footer-n__newsletter .form-group {
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.footer-n__newsletter input {
  border-radius: 0;
}
.footer-n__newsletter .footer-n__input {
  font-size: 14px;
  display: inline-block;
}
.footer-n__newsletter .regbutton {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 8px 24px !important;
}
.footer-n__newsletter .btn-default.regbutton {
  color: #fff;
  background: #000;
  height: 34px;
  font-size: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0 !important;
  padding: 0 25px !important;
}
.footer-n__newsletter .btn-default.regbutton:active {
  color: #fff;
}
@media (max-width: 799px) {
  .footer-n__newsletter label {
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
html {
  scroll-behavior: smooth;
}
.availability-progress-bar {
  background: #be0000;
  border-radius: 999px;
  height: 100%;
  transition: width 0.3s;
}
.iframe-phone-wrap {
  transform-origin: top;
  width: min(100%, 420px);
  margin: 18px auto 24px;
}
.iframe-phone-wrap iframe {
  transform-origin: 0 0;
  border: 0;
  width: 420px;
  min-height: 760px;
  display: block;
}
.step-num {
  color: #be0000;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  font-size: 1.35rem;
  font-weight: 800;
  display: inline-block;
}
.heading-flex {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.heading-flex > .title-02 {
  float: left;
  margin-bottom: 10px;
}
.heading-flex > hr {
  background-color: #b00;
  border: 1.5px solid #b00;
  width: 50px;
  height: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.trending ul.trend-list {
  border-color: #d6d6d6;
}
.trending--10 .trending__group {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .trending--10 .trending__group {
    float: left;
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .trending--10 .trending__group {
    float: none;
    width: 100%;
    display: block;
  }
}
.trending ul.trend-list {
  border-bottom: none;
  height: auto;
}
.trend-list .trend-item {
  border-bottom: 1px solid #d6d6d6;
  height: 100px;
  margin: 0 0 12px;
  padding: 0 0 12px;
}
.trend-list h3 {
  font-size: 1em;
  line-height: 20px;
}
.trend-list {
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.trend-item {
  width: 100%;
}
.trend-flex {
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 12px;
  display: flex;
}
.trend-num {
  text-align: center;
  flex: 0 0 30px;
  min-width: 17%;
}
.trend-text {
  flex: 1;
  overflow: hidden;
}
.trend-img {
  flex: 0 0 90px;
}
.trending ul.trend-list p.trend-list-num {
  vertical-align: middle;
  color: #979797;
  margin: 0;
  padding: 0;
  font-size: 2.813em;
}
@media (max-width: 767px) {
  .trend-list .trend-item {
    height: auto;
  }
  .trend-num {
    min-width: auto;
  }
}
@media (min-width: 768px) {
  .trend-list {
    flex-flow: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trending ul.trend-list {
    width: 100%;
    display: inline-block;
  }
  li.trend-item {
    float: left;
    box-sizing: border-box;
    width: 50% !important;
  }
  li.trend-item:nth-child(odd) {
    padding-right: 10px;
  }
  li.trend-item:nth-child(2n) {
    padding-left: 10px;
  }
  .trending--10 .trending__group {
    float: none;
    width: 100%;
    display: flex;
  }
  .trend-num {
    min-width: 12%;
  }
  .trending ul.trend-list p.trend-list-num {
    font-size: 1.813em;
  }
}
@media (max-width: 767px) {
  .trending ul.trend-list p.trend-list-num {
    text-align: center;
    font-size: 1.813em;
  }
  .trend-list .trend-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .trending ul.trend-list {
    margin-bottom: 0;
    padding: 0;
  }
}
.testament-slider {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 12px;
  margin: 14px 0 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 12px #1018280f;
}
.testament-slide {
  opacity: 0;
  pointer-events: none;
  margin: 0;
  transition:
    opacity 0.35s,
    transform 0.45s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.015);
}
.testament-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.testament-slider-prev {
  left: 10px;
}
.testament-slider-next {
  right: 10px;
}
.testament-slider-dot {
  cursor: pointer;
  background: #fff;
  border: 1px solid #cfd6e3;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  padding: 0;
}
.testament-slider-dot.is-active {
  background: #d71920;
  border-color: #d71920;
  transform: scale(1.15);
}
@media (max-width: 560px) {
  .testament-slider-prev {
    left: 8px;
  }
  .testament-slider-next {
    right: 8px;
  }
}
.target-article-subtitle {
  color: #444;
  border-left: 4px solid #be0000;
  margin: 12px 0 0;
  padding-left: 14px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.55;
}
.branding .nav.social-branding #btn_login .login.login-icon {
  color: var(--color-text, #333);
  background: 0 0;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  margin: 0 !important;
  padding: 7px !important;
}
.branding .nav.social-branding #btn_login .login.login-icon:hover {
  background-color: #eee;
  border-color: #eee;
  color: #383838 !important;
}
.branding .nav.social-branding #btn_login .login.login-icon:focus-visible {
  background-color: #eee;
  border-color: #eee;
  color: #383838 !important;
}
.branding .nav.social-branding #btn_login .login.login-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  display: block;
}
.articleDetails.story-wrapper .info {
  margin-bottom: 18px;
}
.articleDetails.story-wrapper .info .info__credit.credit {
  color: #111;
  float: none;
  width: calc(25% - 30px);
  max-width: 180px;
  height: auto;
  margin-left: 10px;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
}
.articleDetails.story-wrapper .credit__authors {
  color: #555;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.35;
}
.articleDetails.story-wrapper .credit__authors a {
  color: #111;
  font-weight: 800;
  text-decoration: none;
}
.articleDetails.story-wrapper .credit__date {
  color: #111;
  font-size: 1.4rem;
  line-height: 1.35;
  display: block;
}
.story-wrapper #sideNote.side-note {
  border-top: 1px solid #d5d5d5;
  margin-top: 0;
  padding-top: 26px;
}
.story-wrapper #sideNote.side-note li {
  list-style: none;
}
.side-note__actions {
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
  display: flex;
}
.side-note__action {
  color: #1f2933;
  cursor: pointer;
  background: 0 0;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  display: inline-flex;
}
.side-note__action:hover {
  color: #be0000;
}
.side-note__action:focus-visible {
  color: #be0000;
}
.side-note__action svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  display: block;
}
.side-note__title {
  color: #d00000;
  margin: 0 0 16px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
}
.side-related {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 14px;
  padding: 0 0 16px;
}
.side-related__thumb {
  background: #f0f1f3;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
  display: flex;
}
.side-related__thumb img {
  opacity: 0.78;
  width: 82px;
  height: auto;
}
.side-related__meta {
  color: #111;
  margin-bottom: 4px;
  font-size: 1.15rem;
  line-height: 1.25;
}
.side-related__meta span {
  color: #d00000;
  text-transform: uppercase;
  margin-right: 4px;
}
.story-wrapper .side-related h3 {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.16;
}
.story-wrapper .side-related h3 a {
  color: #1f2933;
  text-decoration: none;
}
.story-wrapper .side-related h3 a:hover {
  color: #be0000;
}
@media screen and (max-width: 1023px) {
  .articleDetails.story-wrapper .info .info__credit.credit {
    width: auto;
    max-width: none;
    margin-left: 0;
  }
  .story-wrapper #sideNote.side-note {
    border-top: 0;
    padding-top: 0;
  }
  .side-note__related {
    display: none;
  }
}
.story .summary-box,
.story .trust-block,
.story .depoimento-card,
.story .scam-block,
.story .form-wrap,
.story .comments-section {
  box-sizing: border-box;
  width: 100%;
  margin: 22px 0;
}
.story .summary-box {
  background: #fff;
  border: 1px solid #dedede;
  border-left: 4px solid #be0000;
  border-radius: 4px;
  padding: 16px 18px;
}
.story .summary-box h3,
.story .trust-block-title,
.story .form-badge {
  color: #be0000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}
.story .summary-box ul,
.story .benefits-list {
  padding-left: 0;
  list-style: none;
}
.story .summary-box li {
  color: #333;
  margin-bottom: 9px;
  padding-left: 18px;
  font-size: 1.48rem;
  line-height: 1.5;
  position: relative;
}
.story .summary-box li:before {
  content: "›";
  color: #be0000;
  font-weight: 900;
  position: absolute;
  left: 0;
}
.story .cta-inline-btn,
.story .mid-cta a {
  text-align: center;
  background: #be0000;
  border-radius: 6px;
  width: 100%;
  margin: 18px 0;
  padding: 14px 18px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.25;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}
.story .image-caption {
  color: #777;
  margin: 6px 0 20px;
  font-size: 1.25rem;
  line-height: 1.45;
}
.story .article-video {
  background: #000;
  border-radius: 6px;
  margin: 20px 0;
  overflow: hidden;
}
.story .article-video video {
  width: 100%;
  height: auto;
  display: block;
}
.story blockquote,
.story .scam-quote {
  color: #333;
  background: #fafafa;
  border-left: 4px solid #be0000;
  margin: 22px 0;
  padding: 15px 18px;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 1.65rem;
  font-style: italic;
  line-height: 1.65;
}
.story blockquote cite,
.story .scam-quote cite {
  color: #777;
  margin-top: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  display: block;
}
.story .money-highlight {
  color: #be0000;
  font-weight: 800;
}
.story .trust-block,
.story .depoimento-card,
.story .scam-block {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 18px;
}
.story .trust-logos {
  --trust-logo-gap: 10px;
  margin-bottom: 14px;
  padding: 2px 0;
  display: block;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}
.story .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.story .trust-badge {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Roboto, Arial, sans-serif;
  color: #333;
}
.story .trust-logos:before,
.story .trust-logos:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  width: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.story .trust-logos:before {
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f700 100%);
  left: 0;
}
.story .trust-logos:after {
  background: linear-gradient(270deg, #f7f7f7 0%, #f7f7f700 100%);
  right: 0;
}
.story .trust-logos-track {
  will-change: transform;
  width: -webkit-max-content;
  width: max-content;
  animation: 18s linear infinite trust-logos-scroll;
  display: flex;
}
.story .trust-logos-group {
  gap: var(--trust-logo-gap);
  padding-right: var(--trust-logo-gap);
  flex-shrink: 0;
  display: flex;
}
.story .trust-logo-card {
  flex: 0 0 calc((100cqw - (2 * var(--trust-logo-gap))) / 3);
  width: calc((100cqw - (2 * var(--trust-logo-gap))) / 3);
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 10px 12px;
  display: flex;
  box-shadow: 0 2px 8px #0f172a0d;
}
.story .trust-logo-card img {
  object-fit: contain;
  max-width: 100%;
  max-height: 38px;
  display: block;
}
.story .trust-logo-card--sc img {
  max-height: 54px;
}
.story .trust-logo-card--bnm img {
  max-height: 46px;
}
.story .trust-logo-card--gxbank img {
  max-height: 30px;
}
.story .trust-logo-card--maybank {
  background: #ffc600;
  border-color: #efbd00;
}
.story .trust-logo-card--duitnow {
  background: #111;
}
.story .trust-logo-card--duitnow img {
  max-height: 42px;
}
@keyframes trust-logos-scroll {
  to {
    transform: translate(-50%);
  }
}
@supports not (width: 1cqw) {
  .story .trust-logo-card {
    flex-basis: 150px;
    width: 150px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .story .trust-logos-track {
    animation-duration: 36s;
  }
}
.story .trust-item {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}
.story .trust-icon {
  flex: none;
}
.story .t-title,
.story .depo-name,
.story .step-title {
  color: #151515;
  font-weight: 800;
}
.story .t-desc,
.story .depo-meta {
  color: #666;
  font-size: 1.25rem;
  line-height: 1.45;
}
.story .depoimento-card {
  border-top: 4px solid #be0000;
}
.story .depo-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}
.story .depo-avatar {
  color: #fff;
  background: #be0000;
  border-radius: 50%;
  flex: 0 0 52px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 1.7rem;
  font-weight: 800;
  display: flex;
}
.story .scam-block h3 {
  margin-top: 0;
}
.story .amount-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
  display: grid;
}
.story .amount-box {
  text-align: center;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 16px 10px;
}
.story .amount-box.highlight {
  background: #fff6f6;
  border-color: #be0000;
}
.story .amt {
  color: #be0000;
  font-size: 2.4rem;
  font-weight: 900;
}
.story .amt-label {
  color: #666;
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.35;
}
.story .benefits-list li {
  border-bottom: 1px solid #eee;
  gap: 10px;
  padding: 10px 0;
  line-height: 1.5;
  display: flex;
}
.story .check {
  color: #be0000;
  flex: none;
  font-weight: 900;
}
.story .steps-wrap {
  margin: 18px 0;
}
.story .step-row {
  gap: 14px;
  margin-bottom: 16px;
  display: flex;
}
.story .step-num {
  color: #fff;
  background: #be0000;
  border-radius: 50%;
  flex: 0 0 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 1.6rem;
  font-weight: 900;
  display: flex;
}
.story .step-body p {
  color: #555;
  margin: 4px 0 0;
  font-size: 1.45rem;
}
.story .step-warn {
  color: #6c3c00;
  background: #fff8d7;
  border: 1px solid #edc45a;
  border-radius: 6px;
  margin: 0 0 18px 50px;
  padding: 11px 13px;
  font-size: 1.35rem;
  line-height: 1.45;
}
.story .form-wrap {
  color: #fff;
  background: #111;
  border-radius: 10px;
  padding: 22px;
}
.story .form-wrap .aio-sdk-form {
  --aio-sdk-submit-bg: #be0000;
  --aio-sdk-submit-color: #fff;
}

#navbar-main.sticky-mini {
  position: fixed;
  top: var(--sticky-header-offset, 0px);
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  transform: translateZ(0);
}

.story .uniqLink {
  color: #be0000 !important;
  font-weight: 800 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: calc(60px + env(safe-area-inset-bottom));
  z-index: 99998;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #be0000;
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

#sticky-cta.visible {
  display: flex;
}

.sticky-cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.2rem;
}

.sticky-cta-text strong {
  font-size: 1.35rem;
  font-weight: 800;
}

.sticky-cta-btn {
  background: #fff;
  color: #be0000 !important;
  text-decoration: none !important;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  border-radius: 10px;
  padding: 10px 12px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  #sticky-cta {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 116px;
  }
}

#navbar-main-sticky-placeholder {
  display: none;
}

#navbar-main-sticky-placeholder.is-active {
  display: block;
}

@media (min-width: 991px) {
  #navbar-main.sticky-mini .navbar-header .navbar-brand.brand-mobile {
    display: inline-block;
    top: 0;
    max-height: 38px;
    min-height: 38px;
    padding: 5px 14px 5px 0;
  }

  #navbar-main.sticky-mini .navbar-header .navbar-brand.brand-mobile img {
    width: 84px;
    height: 28px;
  }
}
.story .form-badge {
  color: #fff;
  background: #be0000;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
}
.story .form-title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
}
.story .form-subtitle,
.story .form-trust-row,
.story .spots-label,
.story .spots-pct,
.story .live-text,
.story .post-submit-sub {
  color: #bbb;
}
.story .form-call-note {
  color: #ffd0d0;
  background: #be000038;
  border-left: 4px solid #be0000;
  border-radius: 6px;
  margin: 14px 0;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.story .form-photo {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
  display: block;
}
.story .countdown-wrap,
.story .live-row {
  justify-content: center;
  align-items: center;
  gap: 7px;
  display: flex;
}
.story .cd-item {
  text-align: center;
}
.story .cd-val {
  color: #fff;
  background: #be0000;
  border-radius: 5px;
  min-width: 54px;
  padding: 6px 10px;
  font-size: 2.7rem;
  font-weight: 900;
  display: inline-block;
}
.story .cd-label {
  color: #aaa;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 0.95rem;
}
.story .spots-block {
  text-align: center;
  background: #1c1c1c;
  border: 1px solid #333;
  border-radius: 8px;
  margin: 18px 0;
  padding: 16px;
}
.story .spots-num {
  color: #ff3b3b;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}
.story .spots-bar {
  background: #333;
  border-radius: 99px;
  height: 8px;
  margin: 12px 0 8px;
  overflow: hidden;
}
.story .spots-fill {
  background: #be0000;
  height: 100%;
}
.story .spots-warn {
  color: #ff9b9b;
  margin-top: 8px;
  font-size: 1.25rem;
}
.story .live-dot {
  background: #2ecc71;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.story #post-submit-block {
  text-align: center;
  background: #1b1b1b;
  border-radius: 8px;
  margin-top: 16px;
  padding: 18px;
  display: none;
}
.story .comments-section {
  border-top: 2px solid #eee;
  padding-top: 18px;
}
.story .comments-title {
  color: #111;
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 800;
}
.story .comment {
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}
.story .c-avatar {
  background: #ddd;
  border-radius: 50%;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.story .c-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.story .c-avatar.ini {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}
.story .c-body {
  flex: 1;
  min-width: 0;
}
.story .c-name {
  color: #111;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 800;
}
.story .c-time,
.story .c-actions {
  color: #777;
  font-size: 1.15rem;
  font-weight: 400;
}
.story .c-text {
  color: #222;
  background: #f2f3f5;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 1.45rem;
  line-height: 1.5;
}
.story .c-actions {
  gap: 12px;
  margin: 5px 0 0 10px;
  display: flex;
}
.story .c-reply {
  border-left: 2px solid #e1e1e1;
  margin-top: 12px;
  padding-left: 12px;
}
@media (max-width: 639px) {
  .target-article-subtitle {
    font-size: 1.5rem;
  }
  .story .amount-grid {
    grid-template-columns: 1fr;
  }
  .story .form-wrap {
    padding: 16px;
  }
  .story .step-warn {
    margin-left: 0;
  }
  .story .cd-val {
    min-width: 46px;
    font-size: 2.2rem;
  }
}
