figure.highlight::before {
  color: #8e908c !important;
  background-color: #f7f7f7 !important; }

pre.lineno {
  color: #8e908c !important; }

.highlight > pre {
  color: #4d4d4c;
  background-color: #f7f7f7 !important;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight > pre .c {
    color: #8e908c; }
  .highlight > pre .err {
    color: #c82829; }
  .highlight > pre .k {
    color: #8959a8; }
  .highlight > pre .l {
    color: #f5871f; }
  .highlight > pre .n {
    color: #4d4d4c; }
  .highlight > pre .o {
    color: #3e999f; }
  .highlight > pre .p {
    color: #4d4d4c; }
  .highlight > pre .cm {
    color: #8e908c; }
  .highlight > pre .cp {
    color: #8e908c; }
  .highlight > pre .c1 {
    color: #8e908c; }
  .highlight > pre .cs {
    color: #8e908c; }
  .highlight > pre .gd {
    color: #c82829; }
  .highlight > pre .ge {
    font-style: italic; }
  .highlight > pre .gh {
    font-weight: bold;
    color: #4d4d4c; }
  .highlight > pre .gi {
    color: #718c00; }
  .highlight > pre .gp {
    font-weight: bold;
    color: #8e908c; }
  .highlight > pre .gs {
    font-weight: bold; }
  .highlight > pre .gu {
    font-weight: bold;
    color: #3e999f; }
  .highlight > pre .kc {
    color: #8959a8; }
  .highlight > pre .kd {
    color: #8959a8; }
  .highlight > pre .kn {
    color: #3e999f; }
  .highlight > pre .kp {
    color: #8959a8; }
  .highlight > pre .kr {
    color: #8959a8; }
  .highlight > pre .kt {
    color: #eab700; }
  .highlight > pre .ld {
    color: #718c00; }
  .highlight > pre .m {
    color: #f5871f; }
  .highlight > pre .s {
    color: #718c00; }
  .highlight > pre .na {
    color: #4271ae; }
  .highlight > pre .nb {
    color: #4d4d4c; }
  .highlight > pre .nc {
    color: #eab700; }
  .highlight > pre .no {
    color: #c82829; }
  .highlight > pre .nd {
    color: #3e999f; }
  .highlight > pre .ni {
    color: #4d4d4c; }
  .highlight > pre .ne {
    color: #c82829; }
  .highlight > pre .nf {
    color: #4271ae; }
  .highlight > pre .nl {
    color: #4d4d4c; }
  .highlight > pre .nn {
    color: #eab700; }
  .highlight > pre .nx {
    color: #4271ae; }
  .highlight > pre .py {
    color: #4d4d4c; }
  .highlight > pre .nt {
    color: #3e999f; }
  .highlight > pre .nv {
    color: #c82829; }
  .highlight > pre .ow {
    color: #3e999f; }
  .highlight > pre .w {
    color: #4d4d4c; }
  .highlight > pre .mf {
    color: #f5871f; }
  .highlight > pre .mh {
    color: #f5871f; }
  .highlight > pre .mi {
    color: #f5871f; }
  .highlight > pre .mo {
    color: #f5871f; }
  .highlight > pre .sb {
    color: #718c00; }
  .highlight > pre .sc {
    color: #4d4d4c; }
  .highlight > pre .sd {
    color: #8e908c; }
  .highlight > pre .s2 {
    color: #718c00; }
  .highlight > pre .se {
    color: #f5871f; }
  .highlight > pre .sh {
    color: #718c00; }
  .highlight > pre .si {
    color: #f5871f; }
  .highlight > pre .sx {
    color: #718c00; }
  .highlight > pre .sr {
    color: #718c00; }
  .highlight > pre .s1 {
    color: #718c00; }
  .highlight > pre .ss {
    color: #718c00; }
  .highlight > pre .bp {
    color: #4d4d4c; }
  .highlight > pre .vc {
    color: #c82829; }
  .highlight > pre .vg {
    color: #c82829; }
  .highlight > pre .vi {
    color: #c82829; }
  .highlight > pre .il {
    color: #f5871f; }

figure.highlight::before {
  color: #999 !important;
  background-color: #2d2d2d !important; }

pre.lineno {
  color: #999 !important; }

.highlight > pre {
  color: #ccc;
  background-color: #2d2d2d !important;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight > pre .c {
    color: #999; }
  .highlight > pre .err {
    color: #f2777a; }
  .highlight > pre .k {
    color: #c9c; }
  .highlight > pre .l {
    color: #f99157; }
  .highlight > pre .n {
    color: #ccc; }
  .highlight > pre .o {
    color: #6cc; }
  .highlight > pre .p {
    color: #ccc; }
  .highlight > pre .cm {
    color: #999; }
  .highlight > pre .cp {
    color: #999; }
  .highlight > pre .c1 {
    color: #999; }
  .highlight > pre .cs {
    color: #999; }
  .highlight > pre .gd {
    color: #f2777a; }
  .highlight > pre .ge {
    font-style: italic; }
  .highlight > pre .gh {
    font-weight: bold;
    color: #ccc; }
  .highlight > pre .gi {
    color: #9c9; }
  .highlight > pre .gp {
    font-weight: bold;
    color: #999; }
  .highlight > pre .gs {
    font-weight: bold; }
  .highlight > pre .gu {
    font-weight: bold;
    color: #6cc; }
  .highlight > pre .kc {
    color: #c9c; }
  .highlight > pre .kd {
    color: #c9c; }
  .highlight > pre .kn {
    color: #6cc; }
  .highlight > pre .kp {
    color: #c9c; }
  .highlight > pre .kr {
    color: #c9c; }
  .highlight > pre .kt {
    color: #fc6; }
  .highlight > pre .ld {
    color: #9c9; }
  .highlight > pre .m {
    color: #f99157; }
  .highlight > pre .s {
    color: #9c9; }
  .highlight > pre .na {
    color: #69c; }
  .highlight > pre .nb {
    color: #ccc; }
  .highlight > pre .nc {
    color: #fc6; }
  .highlight > pre .no {
    color: #f2777a; }
  .highlight > pre .nd {
    color: #6cc; }
  .highlight > pre .ni {
    color: #ccc; }
  .highlight > pre .ne {
    color: #f2777a; }
  .highlight > pre .nf {
    color: #69c; }
  .highlight > pre .nl {
    color: #ccc; }
  .highlight > pre .nn {
    color: #fc6; }
  .highlight > pre .nx {
    color: #69c; }
  .highlight > pre .py {
    color: #ccc; }
  .highlight > pre .nt {
    color: #6cc; }
  .highlight > pre .nv {
    color: #f2777a; }
  .highlight > pre .ow {
    color: #6cc; }
  .highlight > pre .w {
    color: #ccc; }
  .highlight > pre .mf {
    color: #f99157; }
  .highlight > pre .mh {
    color: #f99157; }
  .highlight > pre .mi {
    color: #f99157; }
  .highlight > pre .mo {
    color: #f99157; }
  .highlight > pre .sb {
    color: #9c9; }
  .highlight > pre .sc {
    color: #ccc; }
  .highlight > pre .sd {
    color: #999; }
  .highlight > pre .s2 {
    color: #9c9; }
  .highlight > pre .se {
    color: #f99157; }
  .highlight > pre .sh {
    color: #9c9; }
  .highlight > pre .si {
    color: #f99157; }
  .highlight > pre .sx {
    color: #9c9; }
  .highlight > pre .sr {
    color: #9c9; }
  .highlight > pre .s1 {
    color: #9c9; }
  .highlight > pre .ss {
    color: #9c9; }
  .highlight > pre .bp {
    color: #ccc; }
  .highlight > pre .vc {
    color: #f2777a; }
  .highlight > pre .vg {
    color: #f2777a; }
  .highlight > pre .vi {
    color: #f2777a; }
  .highlight > pre .il {
    color: #f99157; }

/* stylelint-disable at-rule-name-space-after, at-rule-semicolon-space-before  */
.clearfix::after {
  display: table;
  clear: both;
  content: ""; }

.left {
  float: left; }

.right {
  float: right; }

@media (min-width: 0) {
  .d-none {
    display: none !important; } }
@media (min-width: 500px) {
  .d-md-none {
    display: none !important; } }
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; } }
@media print {
  .d-print-none, .extensions {
    display: none !important; } }

.horizontal-rules::before {
  display: block;
  font-size: 1.9rem;
  color: #888;
  text-align: center;
  letter-spacing: 1.5rem;
  content: "..."; }

.text--light, .card__image > .overlay--light, .hero--light, .header--light {
  color: #222; }
  .text--light h1, .card__image > .overlay--light h1, .hero--light h1, .header--light h1, .text--light h2, .card__image > .overlay--light h2, .hero--light h2, .header--light h2, .text--light h3, .card__image > .overlay--light h3, .hero--light h3, .header--light h3 {
    color: #000; }
  .text--light h4, .card__image > .overlay--light h4, .hero--light h4, .header--light h4, .text--light h5, .card__image > .overlay--light h5, .hero--light h5, .header--light h5 {
    color: #222; }
  .text--light h6, .card__image > .overlay--light h6, .hero--light h6, .header--light h6 {
    color: #888; }
  .text--light a:not(.button):not(.swiper__button), .card__image > .overlay--light a:not(.button):not(.swiper__button), .hero--light a:not(.button):not(.swiper__button), .header--light a:not(.button):not(.swiper__button) {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .text--light a:not(.button):not(.swiper__button), .card__image > .overlay--light a:not(.button):not(.swiper__button), .hero--light a:not(.button):not(.swiper__button), .header--light a:not(.button):not(.swiper__button), .text--light a:not(.button):not(.swiper__button):link, .card__image > .overlay--light a:not(.button):not(.swiper__button):link, .hero--light a:not(.button):not(.swiper__button):link, .header--light a:not(.button):not(.swiper__button):link, .text--light a:not(.button):not(.swiper__button):visited, .card__image > .overlay--light a:not(.button):not(.swiper__button):visited, .hero--light a:not(.button):not(.swiper__button):visited, .header--light a:not(.button):not(.swiper__button):visited {
      text-decoration: none; }
    .root[data-is-touch="false"] .text--light a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .card__image > .overlay--light a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .hero--light a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .header--light a:not(.button):not(.swiper__button):hover {
      text-decoration: underline; }
    .root[data-is-touch] .text--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .card__image > .overlay--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .hero--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .header--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .text--light a:not(.button):not(.swiper__button):active, .root[data-is-touch] .card__image > .overlay--light a:not(.button):not(.swiper__button):active, .root[data-is-touch] .hero--light a:not(.button):not(.swiper__button):active, .root[data-is-touch] .header--light a:not(.button):not(.swiper__button):active {
      text-decoration: none; }
    .text--light a:not(.button):not(.swiper__button), .card__image > .overlay--light a:not(.button):not(.swiper__button), .hero--light a:not(.button):not(.swiper__button), .header--light a:not(.button):not(.swiper__button), .text--light a:not(.button):not(.swiper__button):link, .card__image > .overlay--light a:not(.button):not(.swiper__button):link, .hero--light a:not(.button):not(.swiper__button):link, .header--light a:not(.button):not(.swiper__button):link, .text--light a:not(.button):not(.swiper__button):visited, .card__image > .overlay--light a:not(.button):not(.swiper__button):visited, .hero--light a:not(.button):not(.swiper__button):visited, .header--light a:not(.button):not(.swiper__button):visited {
      color: #222; }
    .root[data-is-touch="false"] .text--light a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .card__image > .overlay--light a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .hero--light a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .header--light a:not(.button):not(.swiper__button):hover {
      color: #fc4d50; }
    .root[data-is-touch] .text--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .card__image > .overlay--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .hero--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .header--light a:not(.button):not(.swiper__button).active, .root[data-is-touch] .text--light a:not(.button):not(.swiper__button):active, .root[data-is-touch] .card__image > .overlay--light a:not(.button):not(.swiper__button):active, .root[data-is-touch] .hero--light a:not(.button):not(.swiper__button):active, .root[data-is-touch] .header--light a:not(.button):not(.swiper__button):active {
      color: #f80408; }
    .text--light a:not(.button):not(.swiper__button).disabled, .card__image > .overlay--light a:not(.button):not(.swiper__button).disabled, .hero--light a:not(.button):not(.swiper__button).disabled, .header--light a:not(.button):not(.swiper__button).disabled, .text--light a:not(.button):not(.swiper__button):disabled, .card__image > .overlay--light a:not(.button):not(.swiper__button):disabled, .hero--light a:not(.button):not(.swiper__button):disabled, .header--light a:not(.button):not(.swiper__button):disabled {
      color: rgba(34, 34, 34, 0.2) !important; }

.text--dark, .card__image > .overlay, .card__image > .overlay--dark, .hero--dark, .header--dark {
  color: rgba(255, 255, 255, 0.95); }
  .text--dark h1, .card__image > .overlay h1, .card__image > .overlay--dark h1, .hero--dark h1, .header--dark h1, .text--dark h2, .card__image > .overlay h2, .card__image > .overlay--dark h2, .hero--dark h2, .header--dark h2, .text--dark h3, .card__image > .overlay h3, .card__image > .overlay--dark h3, .hero--dark h3, .header--dark h3 {
    color: #fff; }
  .text--dark h4, .card__image > .overlay h4, .card__image > .overlay--dark h4, .hero--dark h4, .header--dark h4, .text--dark h5, .card__image > .overlay h5, .card__image > .overlay--dark h5, .hero--dark h5, .header--dark h5 {
    color: rgba(255, 255, 255, 0.95); }
  .text--dark h6, .card__image > .overlay h6, .card__image > .overlay--dark h6, .hero--dark h6, .header--dark h6 {
    color: rgba(255, 255, 255, 0.85); }
  .text--dark a:not(.button):not(.swiper__button), .card__image > .overlay a:not(.button):not(.swiper__button), .card__image > .overlay--dark a:not(.button):not(.swiper__button), .hero--dark a:not(.button):not(.swiper__button), .header--dark a:not(.button):not(.swiper__button) {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .text--dark a:not(.button):not(.swiper__button), .card__image > .overlay a:not(.button):not(.swiper__button), .card__image > .overlay--dark a:not(.button):not(.swiper__button), .hero--dark a:not(.button):not(.swiper__button), .header--dark a:not(.button):not(.swiper__button), .text--dark a:not(.button):not(.swiper__button):link, .card__image > .overlay a:not(.button):not(.swiper__button):link, .card__image > .overlay--dark a:not(.button):not(.swiper__button):link, .hero--dark a:not(.button):not(.swiper__button):link, .header--dark a:not(.button):not(.swiper__button):link, .text--dark a:not(.button):not(.swiper__button):visited, .card__image > .overlay a:not(.button):not(.swiper__button):visited, .card__image > .overlay--dark a:not(.button):not(.swiper__button):visited, .hero--dark a:not(.button):not(.swiper__button):visited, .header--dark a:not(.button):not(.swiper__button):visited {
      text-decoration: none; }
    .root[data-is-touch="false"] .text--dark a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .card__image > .overlay a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .card__image > .overlay--dark a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .hero--dark a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .header--dark a:not(.button):not(.swiper__button):hover {
      text-decoration: underline; }
    .root[data-is-touch] .text--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .card__image > .overlay a:not(.button):not(.swiper__button).active, .root[data-is-touch] .card__image > .overlay--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .header--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .text--dark a:not(.button):not(.swiper__button):active, .root[data-is-touch] .card__image > .overlay a:not(.button):not(.swiper__button):active, .root[data-is-touch] .card__image > .overlay--dark a:not(.button):not(.swiper__button):active, .root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button):active, .root[data-is-touch] .header--dark a:not(.button):not(.swiper__button):active {
      text-decoration: none; }
    .text--dark a:not(.button):not(.swiper__button), .card__image > .overlay a:not(.button):not(.swiper__button), .card__image > .overlay--dark a:not(.button):not(.swiper__button), .hero--dark a:not(.button):not(.swiper__button), .header--dark a:not(.button):not(.swiper__button), .text--dark a:not(.button):not(.swiper__button):link, .card__image > .overlay a:not(.button):not(.swiper__button):link, .card__image > .overlay--dark a:not(.button):not(.swiper__button):link, .hero--dark a:not(.button):not(.swiper__button):link, .header--dark a:not(.button):not(.swiper__button):link, .text--dark a:not(.button):not(.swiper__button):visited, .card__image > .overlay a:not(.button):not(.swiper__button):visited, .card__image > .overlay--dark a:not(.button):not(.swiper__button):visited, .hero--dark a:not(.button):not(.swiper__button):visited, .header--dark a:not(.button):not(.swiper__button):visited {
      color: rgba(255, 255, 255, 0.95); }
    .root[data-is-touch="false"] .text--dark a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .card__image > .overlay a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .card__image > .overlay--dark a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .hero--dark a:not(.button):not(.swiper__button):hover, .root[data-is-touch="false"] .header--dark a:not(.button):not(.swiper__button):hover {
      color: #fc4d50; }
    .root[data-is-touch] .text--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .card__image > .overlay a:not(.button):not(.swiper__button).active, .root[data-is-touch] .card__image > .overlay--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .header--dark a:not(.button):not(.swiper__button).active, .root[data-is-touch] .text--dark a:not(.button):not(.swiper__button):active, .root[data-is-touch] .card__image > .overlay a:not(.button):not(.swiper__button):active, .root[data-is-touch] .card__image > .overlay--dark a:not(.button):not(.swiper__button):active, .root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button):active, .root[data-is-touch] .header--dark a:not(.button):not(.swiper__button):active {
      color: #f80408; }
    .text--dark a:not(.button):not(.swiper__button).disabled, .card__image > .overlay a:not(.button):not(.swiper__button).disabled, .card__image > .overlay--dark a:not(.button):not(.swiper__button).disabled, .hero--dark a:not(.button):not(.swiper__button).disabled, .header--dark a:not(.button):not(.swiper__button).disabled, .text--dark a:not(.button):not(.swiper__button):disabled, .card__image > .overlay a:not(.button):not(.swiper__button):disabled, .card__image > .overlay--dark a:not(.button):not(.swiper__button):disabled, .hero--dark a:not(.button):not(.swiper__button):disabled, .header--dark a:not(.button):not(.swiper__button):disabled {
      color: rgba(255, 255, 255, 0.2) !important; }

.of-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.of-hidden {
  overflow: hidden; }

.box-shadow-1 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.02); }

.box-shadow-2 {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.23), 0 2px 6px rgba(0, 0, 0, 0.08), 0 12px 24px rgba(0, 0, 0, 0.02); }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mt-3 {
  margin-top: 1rem; }

.mt-4 {
  margin-top: 1.5rem; }

.mt-5 {
  margin-top: 3rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mb-3 {
  margin-bottom: 1rem; }

.mb-4 {
  margin-bottom: 1.5rem; }

.mb-5 {
  margin-bottom: 3rem; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 0.25rem; }

.ml-2 {
  margin-left: 0.5rem; }

.ml-3 {
  margin-left: 1rem; }

.ml-4 {
  margin-left: 1.5rem; }

.ml-5 {
  margin-left: 3rem; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 0.25rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-3 {
  margin-right: 1rem; }

.mr-4 {
  margin-right: 1.5rem; }

.mr-5 {
  margin-right: 3rem; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.m-3 {
  margin: 1rem; }

.m-4 {
  margin: 1.5rem; }

.m-5 {
  margin: 3rem; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pt-3 {
  padding-top: 1rem; }

.pt-4 {
  padding-top: 1.5rem; }

.pt-5 {
  padding-top: 3rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pb-4 {
  padding-bottom: 1.5rem; }

.pb-5 {
  padding-bottom: 3rem; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 0.25rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pl-3 {
  padding-left: 1rem; }

.pl-4 {
  padding-left: 1.5rem; }

.pl-5 {
  padding-left: 3rem; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 0.25rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pr-3 {
  padding-right: 1rem; }

.pr-4 {
  padding-right: 1.5rem; }

.pr-5 {
  padding-right: 3rem; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 1rem; }

.p-4 {
  padding: 1.5rem; }

.p-5 {
  padding: 3rem; }

.mt-auto {
  margin-top: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.m-auto {
  margin: auto; }

.grid-container {
  overflow: hidden; }

.cell {
  min-width: 0; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 0) {
    .grid > .cell--1 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 8.3333333333%; } }
  @media (min-width: 0) {
    .grid > .cell--2 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 16.6666666667%; } }
  @media (min-width: 0) {
    .grid > .cell--3 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 25%; } }
  @media (min-width: 0) {
    .grid > .cell--4 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 33.3333333333%; } }
  @media (min-width: 0) {
    .grid > .cell--5 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 41.6666666667%; } }
  @media (min-width: 0) {
    .grid > .cell--6 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 50%; } }
  @media (min-width: 0) {
    .grid > .cell--7 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 58.3333333333%; } }
  @media (min-width: 0) {
    .grid > .cell--8 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 66.6666666667%; } }
  @media (min-width: 0) {
    .grid > .cell--9 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 75%; } }
  @media (min-width: 0) {
    .grid > .cell--10 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 83.3333333333%; } }
  @media (min-width: 0) {
    .grid > .cell--11 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 91.6666666667%; } }
  @media (min-width: 0) {
    .grid > .cell--12 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%; } }
  @media (min-width: 0) {
    .grid > .cell--auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      width: auto; } }
  @media (min-width: 0) {
    .grid > .cell--shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; } }
  @media (min-width: 0) {
    .grid > .cell--stretch {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (min-width: 500px) {
    .grid > .cell--md-1 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 8.3333333333%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-2 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 16.6666666667%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-3 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 25%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-4 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 33.3333333333%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-5 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 41.6666666667%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-6 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 50%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-7 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 58.3333333333%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-8 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 66.6666666667%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-9 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 75%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-10 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 83.3333333333%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-11 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 91.6666666667%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-12 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%; } }
  @media (min-width: 500px) {
    .grid > .cell--md-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      width: auto; } }
  @media (min-width: 500px) {
    .grid > .cell--md-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; } }
  @media (min-width: 500px) {
    .grid > .cell--md-stretch {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-1 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 8.3333333333%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-2 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 16.6666666667%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-3 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 25%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-4 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 33.3333333333%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-5 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 41.6666666667%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-6 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 50%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-7 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 58.3333333333%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-8 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 66.6666666667%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-9 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 75%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-10 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 83.3333333333%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-11 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 91.6666666667%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-12 {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      width: auto; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; } }
  @media (min-width: 1024px) {
    .grid > .cell--lg-stretch {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.grid--reverse {
  flex-direction: row-reverse; }

.grid--px-0 {
  margin-left: 0;
  margin-right: 0; }
  .grid--px-0 .cell {
    padding-left: 0;
    padding-right: 0; }

.grid--px-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .grid--px-1 .cell {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

.grid--px-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .grid--px-2 .cell {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.grid--px-3 {
  margin-left: -1rem;
  margin-right: -1rem; }
  .grid--px-3 .cell {
    padding-left: 1rem;
    padding-right: 1rem; }

.grid--px-4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .grid--px-4 .cell {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.grid--px-5 {
  margin-left: -3rem;
  margin-right: -3rem; }
  .grid--px-5 .cell {
    padding-left: 3rem;
    padding-right: 3rem; }

.grid--py-0 {
  margin-top: 0;
  margin-bottom: 0; }
  .grid--py-0 .cell {
    padding-top: 0;
    padding-bottom: 0; }

.grid--py-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }
  .grid--py-1 .cell {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

.grid--py-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  .grid--py-2 .cell {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.grid--py-3 {
  margin-top: -1rem;
  margin-bottom: -1rem; }
  .grid--py-3 .cell {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.grid--py-4 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }
  .grid--py-4 .cell {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

.grid--py-5 {
  margin-top: -3rem;
  margin-bottom: -3rem; }
  .grid--py-5 .cell {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.grid--p-0 {
  margin: 0; }
  .grid--p-0 .cell {
    padding: 0; }

.grid--p-1 {
  margin: -0.25rem; }
  .grid--p-1 .cell {
    padding: 0.25rem; }

.grid--p-2 {
  margin: -0.5rem; }
  .grid--p-2 .cell {
    padding: 0.5rem; }

.grid--p-3 {
  margin: -1rem; }
  .grid--p-3 .cell {
    padding: 1rem; }

.grid--p-4 {
  margin: -1.5rem; }
  .grid--p-4 .cell {
    padding: 1.5rem; }

.grid--p-5 {
  margin: -3rem; }
  .grid--p-5 .cell {
    padding: 3rem; }

/* stylelint-enable */
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 **/
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  /* 1 */ }
  @media print {
    html {
      font-size: 14px; } }

body {
  padding: 0;
  margin: 0;
  font: 300 1rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }
  body ::-moz-selection {
    background: rgba(252, 77, 80, 0.5); }
  body ::-webkit-selection {
    background: rgba(252, 77, 80, 0.5); }
  body ::selection {
    background: rgba(252, 77, 80, 0.5); }

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
figure,
pre,
.highlighter-rouge,
ul,
ol,
dl,
table,
.footnotes {
  padding: 0;
  margin: 0.5rem 0; }

input, textarea, select, button {
  font: 300 1rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #222; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600; }

h1 {
  font-size: 2.5rem;
  color: #000; }
  @media (max-width: 499px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 1.9rem;
  color: #000; }
  @media (max-width: 499px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.5rem;
  color: #000; }
  @media (max-width: 499px) {
    h3 {
      font-size: 1.35rem; } }

h4 {
  font-size: 1.2rem;
  color: #222; }
  @media (max-width: 499px) {
    h4 {
      font-size: 1.15rem; } }

h5 {
  font-size: 1rem;
  color: #222; }
  @media (max-width: 499px) {
    h5 {
      font-size: 1rem; } }

h6 {
  font-size: 1rem;
  color: #888; }
  @media (max-width: 499px) {
    h6 {
      font-size: 1rem; } }

a {
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a, a:link, a:visited {
    text-decoration: none; }
  .root[data-is-touch="false"] a:hover {
    text-decoration: underline; }
  .root[data-is-touch] a.active, .root[data-is-touch] a:active {
    text-decoration: none; }
  a, a:link, a:visited {
    color: #fc4d50; }
  .root[data-is-touch="false"] a:hover {
    color: #fb070b; }
  .root[data-is-touch] a.active, .root[data-is-touch] a:active {
    color: #b20306; }
  a.disabled, a:disabled {
    color: rgba(252, 77, 80, 0.2) !important; }

pre, code {
  font-family: Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace;
  overflow-x: scroll; }

code {
  font-size: 0.7rem;
  line-height: 1.4; }

figure > img {
  display: block; }

figcaption {
  font-size: 0.85rem; }

button {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  outline: none; }

input::-ms-clear {
  display: none; }
input:focus {
  outline: none; }

.mermaidTooltip {
  display: none; }

@media print {
  a, a:link, a:visited {
    text-decoration: underline; }
  .root[data-is-touch="false"] a:hover {
    text-decoration: underline; }
  .root[data-is-touch] a.active, .root[data-is-touch] a:active {
    text-decoration: underline; }

  img,
  tr,
  pre,
  blockquote {
    page-break-inside: avoid; } }
.button, .swiper__button {
  display: inline-block;
  font-weight: 600;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button svg, .swiper__button svg {
    width: 1rem;
    height: 1rem; }
  .button.disabled, .disabled.swiper__button, .button:disabled, .swiper__button:disabled {
    cursor: not-allowed; }

.button--primary {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--primary svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--primary, .button--primary:link, .button--primary:visited {
    color: #fff;
    background-color: #fc4d50; }
    .button--primary svg path, .button--primary:link svg path, .button--primary:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .button--primary:hover {
    color: #fff;
    background-color: #fb070b; }
    .root[data-is-touch="false"] .button--primary:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--primary.active, .root[data-is-touch] .button--primary:active {
    color: #fff;
    background-color: #b20306; }
    .root[data-is-touch] .button--primary.active svg path, .root[data-is-touch] .button--primary:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--primary.focus {
    color: default;
    background-color: #fb070b;
    box-shadow: 0 0 0 2px rgba(251, 7, 11, 0.4); }
    .root[data-is-touch] .button--primary.focus svg path {
      fill: default; }
  .button--primary.disabled, .button--primary:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: #fc4d50 !important; }
    .button--primary.disabled svg path, .button--primary:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.button--secondary {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--secondary svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--secondary, .button--secondary:link, .button--secondary:visited {
    color: #333;
    background-color: #f2f2f2; }
    .button--secondary svg path, .button--secondary:link svg path, .button--secondary:visited svg path {
      fill: #333; }
  .root[data-is-touch="false"] .button--secondary:hover {
    color: #333;
    background-color: #cecece; }
    .root[data-is-touch="false"] .button--secondary:hover svg path {
      fill: #333; }
  .root[data-is-touch] .button--secondary.active, .root[data-is-touch] .button--secondary:active {
    color: #333;
    background-color: #a8a8a8; }
    .root[data-is-touch] .button--secondary.active svg path, .root[data-is-touch] .button--secondary:active svg path {
      fill: #333; }
  .root[data-is-touch] .button--secondary.focus {
    color: default;
    background-color: #cecece;
    box-shadow: 0 0 0 2px rgba(206, 206, 206, 0.4); }
    .root[data-is-touch] .button--secondary.focus svg path {
      fill: default; }
  .button--secondary.disabled, .button--secondary:disabled {
    color: rgba(51, 51, 51, 0.2) !important;
    background-color: #f2f2f2 !important; }
    .button--secondary.disabled svg path, .button--secondary:disabled svg path {
      fill: rgba(51, 51, 51, 0.2) !important; }

.button--success {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--success svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--success, .button--success:link, .button--success:visited {
    color: #fff;
    background-color: #52c41a; }
    .button--success svg path, .button--success:link svg path, .button--success:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .button--success:hover {
    color: #fff;
    background-color: #388512; }
    .root[data-is-touch="false"] .button--success:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--success.active, .root[data-is-touch] .button--success:active {
    color: #fff;
    background-color: #1b4109; }
    .root[data-is-touch] .button--success.active svg path, .root[data-is-touch] .button--success:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--success.focus {
    color: default;
    background-color: #388512;
    box-shadow: 0 0 0 2px rgba(56, 133, 18, 0.4); }
    .root[data-is-touch] .button--success.focus svg path {
      fill: default; }
  .button--success.disabled, .button--success:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: #52c41a !important; }
    .button--success.disabled svg path, .button--success:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.button--info {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--info svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--info, .button--info:link, .button--info:visited {
    color: #fff;
    background-color: #1890ff; }
    .button--info svg path, .button--info:link svg path, .button--info:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .button--info:hover {
    color: #fff;
    background-color: #006cd0; }
    .root[data-is-touch="false"] .button--info:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--info.active, .root[data-is-touch] .button--info:active {
    color: #fff;
    background-color: #004483; }
    .root[data-is-touch] .button--info.active svg path, .root[data-is-touch] .button--info:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--info.focus {
    color: default;
    background-color: #006cd0;
    box-shadow: 0 0 0 2px rgba(0, 108, 208, 0.4); }
    .root[data-is-touch] .button--info.focus svg path {
      fill: default; }
  .button--info.disabled, .button--info:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: #1890ff !important; }
    .button--info.disabled svg path, .button--info:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.button--warning {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--warning svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--warning, .button--warning:link, .button--warning:visited {
    color: #fff;
    background-color: #fa8c16; }
    .button--warning svg path, .button--warning:link svg path, .button--warning:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .button--warning:hover {
    color: #fff;
    background-color: #c46804; }
    .root[data-is-touch="false"] .button--warning:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--warning.active, .root[data-is-touch] .button--warning:active {
    color: #fff;
    background-color: #794003; }
    .root[data-is-touch] .button--warning.active svg path, .root[data-is-touch] .button--warning:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--warning.focus {
    color: default;
    background-color: #c46804;
    box-shadow: 0 0 0 2px rgba(196, 104, 4, 0.4); }
    .root[data-is-touch] .button--warning.focus svg path {
      fill: default; }
  .button--warning.disabled, .button--warning:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: #fa8c16 !important; }
    .button--warning.disabled svg path, .button--warning:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.button--error {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--error svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--error, .button--error:link, .button--error:visited {
    color: #fff;
    background-color: #f5222d; }
    .button--error svg path, .button--error:link svg path, .button--error:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .button--error:hover {
    color: #fff;
    background-color: #c70913; }
    .root[data-is-touch="false"] .button--error:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--error.active, .root[data-is-touch] .button--error:active {
    color: #fff;
    background-color: #7d060c; }
    .root[data-is-touch] .button--error.active svg path, .root[data-is-touch] .button--error:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--error.focus {
    color: default;
    background-color: #c70913;
    box-shadow: 0 0 0 2px rgba(199, 9, 19, 0.4); }
    .root[data-is-touch] .button--error.focus svg path {
      fill: default; }
  .button--error.disabled, .button--error:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: #f5222d !important; }
    .button--error.disabled svg path, .button--error:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.button--theme-light {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--theme-light svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--theme-light, .button--theme-light:link, .button--theme-light:visited {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(0, 0, 0, 0.9); }
    .button--theme-light svg path, .button--theme-light:link svg path, .button--theme-light:visited svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch="false"] .button--theme-light:hover {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(46, 46, 46, 0.9); }
    .root[data-is-touch="false"] .button--theme-light:hover svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch] .button--theme-light.active, .root[data-is-touch] .button--theme-light:active {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(87, 87, 87, 0.9); }
    .root[data-is-touch] .button--theme-light.active svg path, .root[data-is-touch] .button--theme-light:active svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch] .button--theme-light.focus {
    color: default;
    background-color: rgba(46, 46, 46, 0.9);
    box-shadow: 0 0 0 2px rgba(46, 46, 46, 0.4); }
    .root[data-is-touch] .button--theme-light.focus svg path {
      fill: default; }
  .button--theme-light.disabled, .button--theme-light:disabled {
    color: rgba(255, 255, 255, 0.4) !important;
    background-color: rgba(0, 0, 0, 0.9) !important; }
    .button--theme-light.disabled svg path, .button--theme-light:disabled svg path {
      fill: rgba(255, 255, 255, 0.4) !important; }

.button--theme-dark {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--theme-dark svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--theme-dark, .button--theme-dark:link, .button--theme-dark:visited {
    color: #222;
    background-color: rgba(255, 255, 255, 0.9); }
    .button--theme-dark svg path, .button--theme-dark:link svg path, .button--theme-dark:visited svg path {
      fill: #222; }
  .root[data-is-touch="false"] .button--theme-dark:hover {
    color: #222;
    background-color: rgba(219, 219, 219, 0.9); }
    .root[data-is-touch="false"] .button--theme-dark:hover svg path {
      fill: #222; }
  .root[data-is-touch] .button--theme-dark.active, .root[data-is-touch] .button--theme-dark:active {
    color: #222;
    background-color: rgba(181, 181, 181, 0.9); }
    .root[data-is-touch] .button--theme-dark.active svg path, .root[data-is-touch] .button--theme-dark:active svg path {
      fill: #222; }
  .root[data-is-touch] .button--theme-dark.focus {
    color: default;
    background-color: rgba(219, 219, 219, 0.9);
    box-shadow: 0 0 0 2px rgba(219, 219, 219, 0.4); }
    .root[data-is-touch] .button--theme-dark.focus svg path {
      fill: default; }
  .button--theme-dark.disabled, .button--theme-dark:disabled {
    color: rgba(34, 34, 34, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.9) !important; }
    .button--theme-dark.disabled svg path, .button--theme-dark:disabled svg path {
      fill: rgba(34, 34, 34, 0.2) !important; }

.button--outline-primary {
  color: #fc4d50;
  border: 1px solid #fc4d50;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-primary svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-primary, .button--outline-primary:link, .button--outline-primary:visited {
    color: #fc4d50;
    background-color: transparent; }
    .button--outline-primary svg path, .button--outline-primary:link svg path, .button--outline-primary:visited svg path {
      fill: #fc4d50; }
  .root[data-is-touch="false"] .button--outline-primary:hover {
    color: #fff;
    background-color: #fc4d50; }
    .root[data-is-touch="false"] .button--outline-primary:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-primary.active, .root[data-is-touch] .button--outline-primary:active {
    color: #fff;
    background-color: #f80408; }
    .root[data-is-touch] .button--outline-primary.active svg path, .root[data-is-touch] .button--outline-primary:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-primary.focus {
    color: default;
    background-color: #fc4d50;
    box-shadow: 0 0 0 2px rgba(252, 77, 80, 0.4); }
    .root[data-is-touch] .button--outline-primary.focus svg path {
      fill: default; }
  .button--outline-primary.disabled, .button--outline-primary:disabled {
    color: rgba(252, 77, 80, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-primary.disabled svg path, .button--outline-primary:disabled svg path {
      fill: rgba(252, 77, 80, 0.2) !important; }

.button--outline-secondary {
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-secondary svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-secondary, .button--outline-secondary:link, .button--outline-secondary:visited {
    color: #f2f2f2;
    background-color: transparent; }
    .button--outline-secondary svg path, .button--outline-secondary:link svg path, .button--outline-secondary:visited svg path {
      fill: #f2f2f2; }
  .root[data-is-touch="false"] .button--outline-secondary:hover {
    color: #333;
    background-color: #f2f2f2; }
    .root[data-is-touch="false"] .button--outline-secondary:hover svg path {
      fill: #333; }
  .root[data-is-touch] .button--outline-secondary.active, .root[data-is-touch] .button--outline-secondary:active {
    color: #333;
    background-color: #cccccc; }
    .root[data-is-touch] .button--outline-secondary.active svg path, .root[data-is-touch] .button--outline-secondary:active svg path {
      fill: #333; }
  .root[data-is-touch] .button--outline-secondary.focus {
    color: default;
    background-color: #f2f2f2;
    box-shadow: 0 0 0 2px rgba(242, 242, 242, 0.4); }
    .root[data-is-touch] .button--outline-secondary.focus svg path {
      fill: default; }
  .button--outline-secondary.disabled, .button--outline-secondary:disabled {
    color: rgba(242, 242, 242, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-secondary.disabled svg path, .button--outline-secondary:disabled svg path {
      fill: rgba(242, 242, 242, 0.2) !important; }

.button--outline-success {
  color: #52c41a;
  border: 1px solid #52c41a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-success svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-success, .button--outline-success:link, .button--outline-success:visited {
    color: #52c41a;
    background-color: transparent; }
    .button--outline-success svg path, .button--outline-success:link svg path, .button--outline-success:visited svg path {
      fill: #52c41a; }
  .root[data-is-touch="false"] .button--outline-success:hover {
    color: #fff;
    background-color: #52c41a; }
    .root[data-is-touch="false"] .button--outline-success:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-success.active, .root[data-is-touch] .button--outline-success:active {
    color: #fff;
    background-color: #368011; }
    .root[data-is-touch] .button--outline-success.active svg path, .root[data-is-touch] .button--outline-success:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-success.focus {
    color: default;
    background-color: #52c41a;
    box-shadow: 0 0 0 2px rgba(82, 196, 26, 0.4); }
    .root[data-is-touch] .button--outline-success.focus svg path {
      fill: default; }
  .button--outline-success.disabled, .button--outline-success:disabled {
    color: rgba(82, 196, 26, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-success.disabled svg path, .button--outline-success:disabled svg path {
      fill: rgba(82, 196, 26, 0.2) !important; }

.button--outline-info {
  color: #1890ff;
  border: 1px solid #1890ff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-info svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-info, .button--outline-info:link, .button--outline-info:visited {
    color: #1890ff;
    background-color: transparent; }
    .button--outline-info svg path, .button--outline-info:link svg path, .button--outline-info:visited svg path {
      fill: #1890ff; }
  .root[data-is-touch="false"] .button--outline-info:hover {
    color: #fff;
    background-color: #1890ff; }
    .root[data-is-touch="false"] .button--outline-info:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-info.active, .root[data-is-touch] .button--outline-info:active {
    color: #fff;
    background-color: #0069cb; }
    .root[data-is-touch] .button--outline-info.active svg path, .root[data-is-touch] .button--outline-info:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-info.focus {
    color: default;
    background-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.4); }
    .root[data-is-touch] .button--outline-info.focus svg path {
      fill: default; }
  .button--outline-info.disabled, .button--outline-info:disabled {
    color: rgba(24, 144, 255, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-info.disabled svg path, .button--outline-info:disabled svg path {
      fill: rgba(24, 144, 255, 0.2) !important; }

.button--outline-warning {
  color: #fa8c16;
  border: 1px solid #fa8c16;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-warning svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-warning, .button--outline-warning:link, .button--outline-warning:visited {
    color: #fa8c16;
    background-color: transparent; }
    .button--outline-warning svg path, .button--outline-warning:link svg path, .button--outline-warning:visited svg path {
      fill: #fa8c16; }
  .root[data-is-touch="false"] .button--outline-warning:hover {
    color: #fff;
    background-color: #fa8c16; }
    .root[data-is-touch="false"] .button--outline-warning:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-warning.active, .root[data-is-touch] .button--outline-warning:active {
    color: #fff;
    background-color: #bf6504; }
    .root[data-is-touch] .button--outline-warning.active svg path, .root[data-is-touch] .button--outline-warning:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-warning.focus {
    color: default;
    background-color: #fa8c16;
    box-shadow: 0 0 0 2px rgba(250, 140, 22, 0.4); }
    .root[data-is-touch] .button--outline-warning.focus svg path {
      fill: default; }
  .button--outline-warning.disabled, .button--outline-warning:disabled {
    color: rgba(250, 140, 22, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-warning.disabled svg path, .button--outline-warning:disabled svg path {
      fill: rgba(250, 140, 22, 0.2) !important; }

.button--outline-error {
  color: #f5222d;
  border: 1px solid #f5222d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-error svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-error, .button--outline-error:link, .button--outline-error:visited {
    color: #f5222d;
    background-color: transparent; }
    .button--outline-error svg path, .button--outline-error:link svg path, .button--outline-error:visited svg path {
      fill: #f5222d; }
  .root[data-is-touch="false"] .button--outline-error:hover {
    color: #fff;
    background-color: #f5222d; }
    .root[data-is-touch="false"] .button--outline-error:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-error.active, .root[data-is-touch] .button--outline-error:active {
    color: #fff;
    background-color: #c20912; }
    .root[data-is-touch] .button--outline-error.active svg path, .root[data-is-touch] .button--outline-error:active svg path {
      fill: #fff; }
  .root[data-is-touch] .button--outline-error.focus {
    color: default;
    background-color: #f5222d;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.4); }
    .root[data-is-touch] .button--outline-error.focus svg path {
      fill: default; }
  .button--outline-error.disabled, .button--outline-error:disabled {
    color: rgba(245, 34, 45, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-error.disabled svg path, .button--outline-error:disabled svg path {
      fill: rgba(245, 34, 45, 0.2) !important; }

.button--outline-theme-light {
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-theme-light svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-theme-light, .button--outline-theme-light:link, .button--outline-theme-light:visited {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent; }
    .button--outline-theme-light svg path, .button--outline-theme-light:link svg path, .button--outline-theme-light:visited svg path {
      fill: rgba(0, 0, 0, 0.9); }
  .root[data-is-touch="false"] .button--outline-theme-light:hover {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(0, 0, 0, 0.9); }
    .root[data-is-touch="false"] .button--outline-theme-light:hover svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch] .button--outline-theme-light.active, .root[data-is-touch] .button--outline-theme-light:active {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(41, 41, 41, 0.9); }
    .root[data-is-touch] .button--outline-theme-light.active svg path, .root[data-is-touch] .button--outline-theme-light:active svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch] .button--outline-theme-light.focus {
    color: default;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4); }
    .root[data-is-touch] .button--outline-theme-light.focus svg path {
      fill: default; }
  .button--outline-theme-light.disabled, .button--outline-theme-light:disabled {
    color: rgba(0, 0, 0, 0.4) !important;
    background-color: transparent !important; }
    .button--outline-theme-light.disabled svg path, .button--outline-theme-light:disabled svg path {
      fill: rgba(0, 0, 0, 0.4) !important; }

.button--outline-theme-dark {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--outline-theme-dark svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--outline-theme-dark, .button--outline-theme-dark:link, .button--outline-theme-dark:visited {
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent; }
    .button--outline-theme-dark svg path, .button--outline-theme-dark:link svg path, .button--outline-theme-dark:visited svg path {
      fill: rgba(255, 255, 255, 0.9); }
  .root[data-is-touch="false"] .button--outline-theme-dark:hover {
    color: #222;
    background-color: rgba(255, 255, 255, 0.9); }
    .root[data-is-touch="false"] .button--outline-theme-dark:hover svg path {
      fill: #222; }
  .root[data-is-touch] .button--outline-theme-dark.active, .root[data-is-touch] .button--outline-theme-dark:active {
    color: #222;
    background-color: rgba(217, 217, 217, 0.9); }
    .root[data-is-touch] .button--outline-theme-dark.active svg path, .root[data-is-touch] .button--outline-theme-dark:active svg path {
      fill: #222; }
  .root[data-is-touch] .button--outline-theme-dark.focus {
    color: default;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); }
    .root[data-is-touch] .button--outline-theme-dark.focus svg path {
      fill: default; }
  .button--outline-theme-dark.disabled, .button--outline-theme-dark:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: transparent !important; }
    .button--outline-theme-dark.disabled svg path, .button--outline-theme-dark:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.button--pill {
  border-radius: 6rem; }

.button--rounded {
  border-radius: 0.4rem; }

.button--circle, .swiper__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 50%; }

.button--md, .button--pill, .button--rounded, .button--circle, .swiper__button {
  padding: 0.45rem 0.6333333333rem;
  font-size: 1rem; }
  .button--md.button--circle, .button--circle, .swiper__button {
    width: 1.9rem;
    height: 1.9rem; }

.button--xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.7rem; }
  .button--xs.button--circle, .button--xs.swiper__button {
    width: 1.2rem;
    height: 1.2rem; }

.button--sm {
  padding: 0.325rem 0.5rem;
  font-size: 0.85rem; }
  .button--sm.button--circle, .button--sm.swiper__button {
    width: 1.5rem;
    height: 1.5rem; }

.button--lg {
  padding: 0.525rem 0.7666666667rem;
  font-size: 1.25rem; }
  .button--lg.button--circle, .button--lg.swiper__button {
    width: 2.3rem;
    height: 2.3rem; }

.button--xl {
  padding: 0.65rem 0.9333333333rem;
  font-size: 1.5rem; }
  .button--xl.button--circle, .button--xl.swiper__button {
    width: 2.8rem;
    height: 2.8rem; }

.image {
  max-width: 100%; }

.image--md, .image {
  width: 12rem; }

.image--xl {
  width: 20em; }

.image--lg {
  width: 16rem; }

.image--sm {
  width: 8rem; }

.image--xs {
  width: 4rem; }

.image__shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.image__align--center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.card {
  max-width: 18rem;
  border-radius: 0.4rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.02);
  -webkit-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out; }
  .card > :first-child {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem; }
  .card > :last-child {
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem; }

.cell > .card {
  max-width: unset; }

.card__content {
  padding: 0.5rem 1rem; }

.card__header, .card__header > a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .card__header, .card__header:link, .card__header:visited, .card__header > a, .card__header > a:link, .card__header > a:visited {
    text-decoration: none; }
  .root[data-is-touch="false"] .card__header:hover, .root[data-is-touch="false"] .card__header > a:hover {
    text-decoration: underline; }
  .root[data-is-touch] .card__header.active, .root[data-is-touch] .card__header:active, .root[data-is-touch] .card__header > a.active, .root[data-is-touch] .card__header > a:active {
    text-decoration: none; }
  .card__header, .card__header:link, .card__header:visited, .card__header > a, .card__header > a:link, .card__header > a:visited {
    color: #000; }
  .root[data-is-touch="false"] .card__header:hover, .root[data-is-touch="false"] .card__header > a:hover {
    color: #fc4d50; }
  .root[data-is-touch] .card__header.active, .root[data-is-touch] .card__header:active, .root[data-is-touch] .card__header > a.active, .root[data-is-touch] .card__header > a:active {
    color: #f80408; }
  .card__header.disabled, .card__header:disabled, .card__header > a.disabled, .card__header > a:disabled {
    color: rgba(0, 0, 0, 0.2) !important; }

.card__image {
  position: relative;
  width: 100%; }
  .card__image > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit; }
  .card__image > .overlay {
    position: absolute;
    width: 100%;
    max-height: 100%;
    padding: 0.5rem; }
    .card__image > .overlay a {
      text-decoration: none !important; }
  .card__image > .overlay, .card__image > .overlay--top {
    top: 0;
    bottom: auto;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .card__image > .overlay--bottom {
    top: auto;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .card__image > .overlay--full {
    top: 0;
    bottom: 0; }
  .card__image > .overlay, .card__image > .overlay--dark {
    background-color: rgba(0, 0, 0, 0.4); }
  .card__image > .overlay--light {
    background: rgba(255, 255, 255, 0.4); }

.card--clickable {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .root[data-is-touch="false"] .card--clickable:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.23), 0 2px 6px rgba(0, 0, 0, 0.08), 0 12px 24px rgba(0, 0, 0, 0.02); }
    .root[data-is-touch="false"] .card--clickable:hover .card__image > img {
      height: inherit; }

.card--flat {
  box-shadow: none; }
  .card--flat .card__image > img {
    border-radius: 0.4rem; }
  .card--flat .card__content {
    padding-top: 0;
    padding-left: 0; }

.gallery {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.gallery__swiper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  overflow: hidden; }

.gallery-item__main {
  display: block; }

.hero {
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-size: cover; }
  .hero h1 {
    font-size: 3.5rem; }
  .hero h2 {
    font-size: 2.5rem; }
  .hero h3 {
    font-size: 2rem; }
  .hero h4 {
    font-size: 1.75rem; }
  .hero h5 {
    font-size: 1.5rem; }
  .hero h6 {
    font-size: 1.5rem; }
  .hero p {
    font-size: 1.5rem; }
  @media (max-width: 1023px) {
    .hero h1 {
      font-size: 3rem; }
    .hero h2 {
      font-size: 2rem; }
    .hero h3 {
      font-size: 1.75rem; }
    .hero h4 {
      font-size: 1.5rem; }
    .hero h5 {
      font-size: 1.25rem; }
    .hero h6 {
      font-size: 1.25rem; }
    .hero p {
      font-size: 1.25rem; } }
  @media (max-width: 499px) {
    .hero h1 {
      font-size: 2rem; }
    .hero h2 {
      font-size: 1.5rem; }
    .hero h3 {
      font-size: 1.35rem; }
    .hero h4 {
      font-size: 1.15rem; }
    .hero h5 {
      font-size: 1rem; }
    .hero h6 {
      font-size: 1rem; }
    .hero p {
      font-size: 1rem; } }

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

.hero__content {
  margin: 3rem; }
  @media (max-width: 1023px) {
    .hero__content {
      margin: 3rem 1.5rem; } }
  @media (max-width: 499px) {
    .hero__content {
      margin: 1.5rem 1rem; } }

.heros > .hero {
  margin: 3rem; }
  @media (max-width: 1023px) {
    .heros > .hero {
      margin: 1rem; } }
  @media (max-width: 499px) {
    .heros > .hero {
      margin: 0.5rem 0; } }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .menu > li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    list-style-type: none; }
    .menu > li:last-child {
      margin-right: 0; }

.menu--vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  align-items: normal; }
  .menu--vertical > li {
    margin-right: 0; }

.menu--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.menu--center, .hero--center .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.menu--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.menu--grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.95);
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out; }

.modal--show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.modal--overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

ul.toc {
  display: block;
  margin: 0;
  color: #222;
  list-style-type: none; }
  ul.toc > li {
    margin: 0.125rem 0; }
    ul.toc > li a {
      display: inline-block;
      margin: 0.0625rem 0;
      text-decoration: none !important; }
  ul.toc .toc-h1 a,
  ul.toc .toc-h2 a,
  ul.toc .toc-h3 a,
  ul.toc .toc-h4 a,
  ul.toc .toc-h5 a,
  ul.toc .toc-h6 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited,
    ul.toc .toc-h2 a,
    ul.toc .toc-h2 a:link,
    ul.toc .toc-h2 a:visited,
    ul.toc .toc-h3 a,
    ul.toc .toc-h3 a:link,
    ul.toc .toc-h3 a:visited,
    ul.toc .toc-h4 a,
    ul.toc .toc-h4 a:link,
    ul.toc .toc-h4 a:visited,
    ul.toc .toc-h5 a,
    ul.toc .toc-h5 a:link,
    ul.toc .toc-h5 a:visited,
    ul.toc .toc-h6 a,
    ul.toc .toc-h6 a:link,
    ul.toc .toc-h6 a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] ul.toc .toc-h1 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h2 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h3 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h4 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h5 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h6 a:hover {
      text-decoration: underline; }
    .root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active,
    .root[data-is-touch] ul.toc .toc-h2 a.active,
    .root[data-is-touch] ul.toc .toc-h2 a:active,
    .root[data-is-touch] ul.toc .toc-h3 a.active,
    .root[data-is-touch] ul.toc .toc-h3 a:active,
    .root[data-is-touch] ul.toc .toc-h4 a.active,
    .root[data-is-touch] ul.toc .toc-h4 a:active,
    .root[data-is-touch] ul.toc .toc-h5 a.active,
    .root[data-is-touch] ul.toc .toc-h5 a:active,
    .root[data-is-touch] ul.toc .toc-h6 a.active,
    .root[data-is-touch] ul.toc .toc-h6 a:active {
      text-decoration: none; }
    ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited,
    ul.toc .toc-h2 a,
    ul.toc .toc-h2 a:link,
    ul.toc .toc-h2 a:visited,
    ul.toc .toc-h3 a,
    ul.toc .toc-h3 a:link,
    ul.toc .toc-h3 a:visited,
    ul.toc .toc-h4 a,
    ul.toc .toc-h4 a:link,
    ul.toc .toc-h4 a:visited,
    ul.toc .toc-h5 a,
    ul.toc .toc-h5 a:link,
    ul.toc .toc-h5 a:visited,
    ul.toc .toc-h6 a,
    ul.toc .toc-h6 a:link,
    ul.toc .toc-h6 a:visited {
      color: #222; }
    .root[data-is-touch="false"] ul.toc .toc-h1 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h2 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h3 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h4 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h5 a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h6 a:hover {
      color: #fc4d50; }
    .root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active,
    .root[data-is-touch] ul.toc .toc-h2 a.active,
    .root[data-is-touch] ul.toc .toc-h2 a:active,
    .root[data-is-touch] ul.toc .toc-h3 a.active,
    .root[data-is-touch] ul.toc .toc-h3 a:active,
    .root[data-is-touch] ul.toc .toc-h4 a.active,
    .root[data-is-touch] ul.toc .toc-h4 a:active,
    .root[data-is-touch] ul.toc .toc-h5 a.active,
    .root[data-is-touch] ul.toc .toc-h5 a:active,
    .root[data-is-touch] ul.toc .toc-h6 a.active,
    .root[data-is-touch] ul.toc .toc-h6 a:active {
      color: #f80408; }
    ul.toc .toc-h1 a.disabled, ul.toc .toc-h1 a:disabled,
    ul.toc .toc-h2 a.disabled,
    ul.toc .toc-h2 a:disabled,
    ul.toc .toc-h3 a.disabled,
    ul.toc .toc-h3 a:disabled,
    ul.toc .toc-h4 a.disabled,
    ul.toc .toc-h4 a:disabled,
    ul.toc .toc-h5 a.disabled,
    ul.toc .toc-h5 a:disabled,
    ul.toc .toc-h6 a.disabled,
    ul.toc .toc-h6 a:disabled {
      color: rgba(34, 34, 34, 0.2) !important; }
  ul.toc .toc-h1.active a,
  ul.toc .toc-h2.active a,
  ul.toc .toc-h3.active a,
  ul.toc .toc-h4.active a,
  ul.toc .toc-h5.active a,
  ul.toc .toc-h6.active a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    ul.toc .toc-h1.active a, ul.toc .toc-h1.active a:link, ul.toc .toc-h1.active a:visited,
    ul.toc .toc-h2.active a,
    ul.toc .toc-h2.active a:link,
    ul.toc .toc-h2.active a:visited,
    ul.toc .toc-h3.active a,
    ul.toc .toc-h3.active a:link,
    ul.toc .toc-h3.active a:visited,
    ul.toc .toc-h4.active a,
    ul.toc .toc-h4.active a:link,
    ul.toc .toc-h4.active a:visited,
    ul.toc .toc-h5.active a,
    ul.toc .toc-h5.active a:link,
    ul.toc .toc-h5.active a:visited,
    ul.toc .toc-h6.active a,
    ul.toc .toc-h6.active a:link,
    ul.toc .toc-h6.active a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] ul.toc .toc-h1.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h2.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h3.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h4.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h5.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h6.active a:hover {
      text-decoration: underline; }
    .root[data-is-touch] ul.toc .toc-h1.active a.active, .root[data-is-touch] ul.toc .toc-h1.active a:active,
    .root[data-is-touch] ul.toc .toc-h2.active a.active,
    .root[data-is-touch] ul.toc .toc-h2.active a:active,
    .root[data-is-touch] ul.toc .toc-h3.active a.active,
    .root[data-is-touch] ul.toc .toc-h3.active a:active,
    .root[data-is-touch] ul.toc .toc-h4.active a.active,
    .root[data-is-touch] ul.toc .toc-h4.active a:active,
    .root[data-is-touch] ul.toc .toc-h5.active a.active,
    .root[data-is-touch] ul.toc .toc-h5.active a:active,
    .root[data-is-touch] ul.toc .toc-h6.active a.active,
    .root[data-is-touch] ul.toc .toc-h6.active a:active {
      text-decoration: none; }
    ul.toc .toc-h1.active a, ul.toc .toc-h1.active a:link, ul.toc .toc-h1.active a:visited,
    ul.toc .toc-h2.active a,
    ul.toc .toc-h2.active a:link,
    ul.toc .toc-h2.active a:visited,
    ul.toc .toc-h3.active a,
    ul.toc .toc-h3.active a:link,
    ul.toc .toc-h3.active a:visited,
    ul.toc .toc-h4.active a,
    ul.toc .toc-h4.active a:link,
    ul.toc .toc-h4.active a:visited,
    ul.toc .toc-h5.active a,
    ul.toc .toc-h5.active a:link,
    ul.toc .toc-h5.active a:visited,
    ul.toc .toc-h6.active a,
    ul.toc .toc-h6.active a:link,
    ul.toc .toc-h6.active a:visited {
      color: #fc4d50; }
    .root[data-is-touch="false"] ul.toc .toc-h1.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h2.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h3.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h4.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h5.active a:hover,
    .root[data-is-touch="false"] ul.toc .toc-h6.active a:hover {
      color: #fb070b; }
    .root[data-is-touch] ul.toc .toc-h1.active a.active, .root[data-is-touch] ul.toc .toc-h1.active a:active,
    .root[data-is-touch] ul.toc .toc-h2.active a.active,
    .root[data-is-touch] ul.toc .toc-h2.active a:active,
    .root[data-is-touch] ul.toc .toc-h3.active a.active,
    .root[data-is-touch] ul.toc .toc-h3.active a:active,
    .root[data-is-touch] ul.toc .toc-h4.active a.active,
    .root[data-is-touch] ul.toc .toc-h4.active a:active,
    .root[data-is-touch] ul.toc .toc-h5.active a.active,
    .root[data-is-touch] ul.toc .toc-h5.active a:active,
    .root[data-is-touch] ul.toc .toc-h6.active a.active,
    .root[data-is-touch] ul.toc .toc-h6.active a:active {
      color: #b20306; }
    ul.toc .toc-h1.active a.disabled, ul.toc .toc-h1.active a:disabled,
    ul.toc .toc-h2.active a.disabled,
    ul.toc .toc-h2.active a:disabled,
    ul.toc .toc-h3.active a.disabled,
    ul.toc .toc-h3.active a:disabled,
    ul.toc .toc-h4.active a.disabled,
    ul.toc .toc-h4.active a:disabled,
    ul.toc .toc-h5.active a.disabled,
    ul.toc .toc-h5.active a:disabled,
    ul.toc .toc-h6.active a.disabled,
    ul.toc .toc-h6.active a:disabled {
      color: rgba(252, 77, 80, 0.2) !important; }
  ul.toc .toc-h2, ul.toc .toc-h2 a,
  ul.toc .toc-h3,
  ul.toc .toc-h3 a,
  ul.toc .toc-h4,
  ul.toc .toc-h4 a,
  ul.toc .toc-h5,
  ul.toc .toc-h5 a,
  ul.toc .toc-h6,
  ul.toc .toc-h6 a {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.2; }
  ul.toc .toc-h1 {
    border: 0 solid #e6e6e6;
    border-bottom-width: 1px;
    padding: 0.5rem 0 0.25rem 0;
    margin-bottom: 0.5rem;
    color: #000; }
    ul.toc .toc-h1, ul.toc .toc-h1 a {
      font-size: 0.85rem;
      font-weight: 600;
      line-height: 1.4; }
    ul.toc .toc-h1 a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited {
        text-decoration: none; }
      .root[data-is-touch="false"] ul.toc .toc-h1 a:hover {
        text-decoration: underline; }
      .root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active {
        text-decoration: none; }
      ul.toc .toc-h1 a, ul.toc .toc-h1 a:link, ul.toc .toc-h1 a:visited {
        color: #000; }
      .root[data-is-touch="false"] ul.toc .toc-h1 a:hover {
        color: #fc4d50; }
      .root[data-is-touch] ul.toc .toc-h1 a.active, .root[data-is-touch] ul.toc .toc-h1 a:active {
        color: #f80408; }
      ul.toc .toc-h1 a.disabled, ul.toc .toc-h1 a:disabled {
        color: rgba(0, 0, 0, 0.2) !important; }
  ul.toc .toc-h2, ul.toc .toc-h2 a {
    font-weight: 600; }
  ul.toc .toc-h3 {
    margin-left: 1rem; }
  ul.toc .toc-h4 {
    margin-left: 2rem; }
  ul.toc .toc-h5,
  ul.toc .toc-h6 {
    margin-left: 3rem; }
  ul.toc .toc-h6 {
    color: #888; }
    ul.toc .toc-h6 a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      ul.toc .toc-h6 a, ul.toc .toc-h6 a:link, ul.toc .toc-h6 a:visited {
        text-decoration: none; }
      .root[data-is-touch="false"] ul.toc .toc-h6 a:hover {
        text-decoration: underline; }
      .root[data-is-touch] ul.toc .toc-h6 a.active, .root[data-is-touch] ul.toc .toc-h6 a:active {
        text-decoration: none; }
      ul.toc .toc-h6 a, ul.toc .toc-h6 a:link, ul.toc .toc-h6 a:visited {
        color: #888; }
      .root[data-is-touch="false"] ul.toc .toc-h6 a:hover {
        color: #fc4d50; }
      .root[data-is-touch] ul.toc .toc-h6 a.active, .root[data-is-touch] ul.toc .toc-h6 a:active {
        color: #f80408; }
      ul.toc .toc-h6 a.disabled, ul.toc .toc-h6 a:disabled {
        color: rgba(136, 136, 136, 0.2) !important; }

ul.toc--ellipsis > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

ul.toc--navigator > li a {
  padding-left: 0.5rem;
  margin: 0.25rem 0; }
ul.toc--navigator > li.active a {
  margin-left: -4px;
  border: 0 solid #fc4d50;
  border-left-width: 4px; }
ul.toc--navigator .toc-h2,
ul.toc--navigator .toc-h3,
ul.toc--navigator .toc-h4 {
  color: #888; }
  ul.toc--navigator .toc-h2 a,
  ul.toc--navigator .toc-h3 a,
  ul.toc--navigator .toc-h4 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    ul.toc--navigator .toc-h2 a, ul.toc--navigator .toc-h2 a:link, ul.toc--navigator .toc-h2 a:visited,
    ul.toc--navigator .toc-h3 a,
    ul.toc--navigator .toc-h3 a:link,
    ul.toc--navigator .toc-h3 a:visited,
    ul.toc--navigator .toc-h4 a,
    ul.toc--navigator .toc-h4 a:link,
    ul.toc--navigator .toc-h4 a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] ul.toc--navigator .toc-h2 a:hover,
    .root[data-is-touch="false"] ul.toc--navigator .toc-h3 a:hover,
    .root[data-is-touch="false"] ul.toc--navigator .toc-h4 a:hover {
      text-decoration: underline; }
    .root[data-is-touch] ul.toc--navigator .toc-h2 a.active, .root[data-is-touch] ul.toc--navigator .toc-h2 a:active,
    .root[data-is-touch] ul.toc--navigator .toc-h3 a.active,
    .root[data-is-touch] ul.toc--navigator .toc-h3 a:active,
    .root[data-is-touch] ul.toc--navigator .toc-h4 a.active,
    .root[data-is-touch] ul.toc--navigator .toc-h4 a:active {
      text-decoration: none; }
    ul.toc--navigator .toc-h2 a, ul.toc--navigator .toc-h2 a:link, ul.toc--navigator .toc-h2 a:visited,
    ul.toc--navigator .toc-h3 a,
    ul.toc--navigator .toc-h3 a:link,
    ul.toc--navigator .toc-h3 a:visited,
    ul.toc--navigator .toc-h4 a,
    ul.toc--navigator .toc-h4 a:link,
    ul.toc--navigator .toc-h4 a:visited {
      color: #888; }
    .root[data-is-touch="false"] ul.toc--navigator .toc-h2 a:hover,
    .root[data-is-touch="false"] ul.toc--navigator .toc-h3 a:hover,
    .root[data-is-touch="false"] ul.toc--navigator .toc-h4 a:hover {
      color: #646464; }
    .root[data-is-touch] ul.toc--navigator .toc-h2 a.active, .root[data-is-touch] ul.toc--navigator .toc-h2 a:active,
    .root[data-is-touch] ul.toc--navigator .toc-h3 a.active,
    .root[data-is-touch] ul.toc--navigator .toc-h3 a:active,
    .root[data-is-touch] ul.toc--navigator .toc-h4 a.active,
    .root[data-is-touch] ul.toc--navigator .toc-h4 a:active {
      color: #3e3e3e; }
    ul.toc--navigator .toc-h2 a.disabled, ul.toc--navigator .toc-h2 a:disabled,
    ul.toc--navigator .toc-h3 a.disabled,
    ul.toc--navigator .toc-h3 a:disabled,
    ul.toc--navigator .toc-h4 a.disabled,
    ul.toc--navigator .toc-h4 a:disabled {
      color: rgba(136, 136, 136, 0.2) !important; }
ul.toc--navigator .toc-h1 {
  color: #222; }
  ul.toc--navigator .toc-h1, ul.toc--navigator .toc-h1 a {
    font-size: 1rem;
    line-height: 1.6; }
  ul.toc--navigator .toc-h1 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    ul.toc--navigator .toc-h1 a, ul.toc--navigator .toc-h1 a:link, ul.toc--navigator .toc-h1 a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] ul.toc--navigator .toc-h1 a:hover {
      text-decoration: underline; }
    .root[data-is-touch] ul.toc--navigator .toc-h1 a.active, .root[data-is-touch] ul.toc--navigator .toc-h1 a:active {
      text-decoration: none; }
    ul.toc--navigator .toc-h1 a, ul.toc--navigator .toc-h1 a:link, ul.toc--navigator .toc-h1 a:visited {
      color: #000; }
    .root[data-is-touch="false"] ul.toc--navigator .toc-h1 a:hover {
      color: #2e2e2e; }
    .root[data-is-touch] ul.toc--navigator .toc-h1 a.active, .root[data-is-touch] ul.toc--navigator .toc-h1 a:active {
      color: #575757; }
    ul.toc--navigator .toc-h1 a.disabled, ul.toc--navigator .toc-h1 a:disabled {
      color: rgba(0, 0, 0, 0.4) !important; }
ul.toc--navigator .toc-h2, ul.toc--navigator .toc-h2 a {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4; }

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 499px) {
    .item {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.item__image {
  margin-right: 1rem; }
  .item__image + .item__content > :first-child {
    margin-top: 0; }
    .item__image + .item__content > :first-child > :first-child {
      margin-top: 0; }
  @media (max-width: 499px) {
    .item__image {
      margin-right: 0; } }

.item__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

a > .item__header, a.item__header, .item__header > a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a > .item__header, a > .item__header:link, a > .item__header:visited, a.item__header, a.item__header:link, a.item__header:visited, .item__header > a, .item__header > a:link, .item__header > a:visited {
    text-decoration: none; }
  .root[data-is-touch="false"] a > .item__header:hover, .root[data-is-touch="false"] a.item__header:hover, .root[data-is-touch="false"] .item__header > a:hover {
    text-decoration: underline; }
  .root[data-is-touch] a > .item__header.active, .root[data-is-touch] a > .item__header:active, .root[data-is-touch] a.item__header.active, .root[data-is-touch] a.item__header:active, .root[data-is-touch] .item__header > a.active, .root[data-is-touch] .item__header > a:active {
    text-decoration: none; }
  a > .item__header, a > .item__header:link, a > .item__header:visited, a.item__header, a.item__header:link, a.item__header:visited, .item__header > a, .item__header > a:link, .item__header > a:visited {
    color: #000; }
  .root[data-is-touch="false"] a > .item__header:hover, .root[data-is-touch="false"] a.item__header:hover, .root[data-is-touch="false"] .item__header > a:hover {
    color: #fc4d50; }
  .root[data-is-touch] a > .item__header.active, .root[data-is-touch] a > .item__header:active, .root[data-is-touch] a.item__header.active, .root[data-is-touch] a.item__header:active, .root[data-is-touch] .item__header > a.active, .root[data-is-touch] .item__header > a:active {
    color: #f80408; }
  a > .item__header.disabled, a > .item__header:disabled, a.item__header.disabled, a.item__header:disabled, .item__header > a.disabled, .item__header > a:disabled {
    color: rgba(0, 0, 0, 0.2) !important; }

.item__meta {
  color: #888; }

.item__description, .item__description .article__content {
  font-size: 0.85rem;
  line-height: 1.6; }
  .item__description h1,
  .item__description h2,
  .item__description h3,
  .item__description h4,
  .item__description h5,
  .item__description h6,
  .item__description p,
  .item__description hr,
  .item__description blockquote,
  .item__description figure,
  .item__description pre,
  .item__description .highlighter-rouge,
  .item__description ul,
  .item__description ol,
  .item__description dl,
  .item__description table,
  .item__description .footnotes, .item__description .article__content h1,
  .item__description .article__content h2,
  .item__description .article__content h3,
  .item__description .article__content h4,
  .item__description .article__content h5,
  .item__description .article__content h6,
  .item__description .article__content p,
  .item__description .article__content hr,
  .item__description .article__content blockquote,
  .item__description .article__content figure,
  .item__description .article__content pre,
  .item__description .article__content .highlighter-rouge,
  .item__description .article__content ul,
  .item__description .article__content ol,
  .item__description .article__content dl,
  .item__description .article__content table,
  .item__description .article__content .footnotes {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .item__description h1, .item__description h2, .item__description h3, .item__description h4, .item__description h5, .item__description h6, .item__description .article__content h1, .item__description .article__content h2, .item__description .article__content h3, .item__description .article__content h4, .item__description .article__content h5, .item__description .article__content h6 {
    margin-top: 1rem; }
  .item__description h1, .item__description h2, .item__description h3, .item__description .article__content h1, .item__description .article__content h2, .item__description .article__content h3 {
    color: #222; }
  .item__description h1, .item__description h2, .item__description .article__content h1, .item__description .article__content h2 {
    padding: 0;
    border: none; }
  .item__description h1, .item__description .article__content h1 {
    font-size: 1.05rem; }
  .item__description h2, .item__description .article__content h2 {
    font-size: 1rem; }
  .item__description h3, .item__description .article__content h3 {
    font-size: 0.95rem; }
  .item__description h4, .item__description .article__content h4 {
    font-size: 0.9rem; }
  .item__description h5, .item__description .article__content h5 {
    font-size: 0.85rem; }
  .item__description h6, .item__description .article__content h6 {
    font-size: 0.85rem; }
  .item__description img, .item__description .article__content img {
    max-height: 32rem; }
    @media (max-width: 499px) {
      .item__description img, .item__description .article__content img {
        max-height: 14rem; } }

.items > .item:not(:last-child) {
  margin-bottom: 0.5rem; }

.items--divided > .item {
  list-style-type: none; }
  .items--divided > .item:not(:first-child) {
    padding-top: 1.5rem; }
  .items--divided > .item:not(:last-child) {
    padding-bottom: 1.5rem;
    border: 0 solid #e6e6e6;
    border-bottom-width: 1px; }

.swiper {
  position: relative;
  overflow: hidden; }

.swiper__wrapper, .swiper__slide {
  width: 100%;
  height: 100%; }

.swiper__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.swiper__wrapper--animation {
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }

.swiper__slide {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .swiper__slide > img {
    max-width: 100%; }

.swiper__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .swiper__button svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .swiper__button, .swiper__button:link, .swiper__button:visited {
    color: #000;
    background-color: rgba(242, 242, 242, 0.4); }
    .swiper__button svg path, .swiper__button:link svg path, .swiper__button:visited svg path {
      fill: #000; }
  .root[data-is-touch="false"] .swiper__button:hover {
    color: #000;
    background-color: rgba(206, 206, 206, 0.4); }
    .root[data-is-touch="false"] .swiper__button:hover svg path {
      fill: #000; }
  .root[data-is-touch] .swiper__button.active, .root[data-is-touch] .swiper__button:active {
    color: #000;
    background-color: rgba(168, 168, 168, 0.4); }
    .root[data-is-touch] .swiper__button.active svg path, .root[data-is-touch] .swiper__button:active svg path {
      fill: #000; }
  .root[data-is-touch] .swiper__button.focus {
    color: default;
    background-color: rgba(206, 206, 206, 0.4);
    box-shadow: 0 0 0 2px rgba(206, 206, 206, 0.4); }
    .root[data-is-touch] .swiper__button.focus svg path {
      fill: default; }
  .swiper__button.disabled, .swiper__button:disabled {
    color: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(242, 242, 242, 0.4) !important; }
    .swiper__button.disabled svg path, .swiper__button:disabled svg path {
      fill: rgba(0, 0, 0, 0.2) !important; }

.swiper--light .swiper__button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .swiper--light .swiper__button svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .swiper--light .swiper__button, .swiper--light .swiper__button:link, .swiper--light .swiper__button:visited {
    color: #222;
    background-color: rgba(255, 255, 255, 0.4); }
    .swiper--light .swiper__button svg path, .swiper--light .swiper__button:link svg path, .swiper--light .swiper__button:visited svg path {
      fill: #222; }
  .root[data-is-touch="false"] .swiper--light .swiper__button:hover {
    color: #222;
    background-color: rgba(219, 219, 219, 0.4); }
    .root[data-is-touch="false"] .swiper--light .swiper__button:hover svg path {
      fill: #222; }
  .root[data-is-touch] .swiper--light .swiper__button.active, .root[data-is-touch] .swiper--light .swiper__button:active {
    color: #222;
    background-color: rgba(181, 181, 181, 0.4); }
    .root[data-is-touch] .swiper--light .swiper__button.active svg path, .root[data-is-touch] .swiper--light .swiper__button:active svg path {
      fill: #222; }
  .root[data-is-touch] .swiper--light .swiper__button.focus {
    color: default;
    background-color: rgba(219, 219, 219, 0.4);
    box-shadow: 0 0 0 2px rgba(219, 219, 219, 0.4); }
    .root[data-is-touch] .swiper--light .swiper__button.focus svg path {
      fill: default; }
  .swiper--light .swiper__button.disabled, .swiper--light .swiper__button:disabled {
    color: rgba(34, 34, 34, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.4) !important; }
    .swiper--light .swiper__button.disabled svg path, .swiper--light .swiper__button:disabled svg path {
      fill: rgba(34, 34, 34, 0.2) !important; }

.swiper--dark .swiper__button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .swiper--dark .swiper__button svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .swiper--dark .swiper__button, .swiper--dark .swiper__button:link, .swiper--dark .swiper__button:visited {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(0, 0, 0, 0.4); }
    .swiper--dark .swiper__button svg path, .swiper--dark .swiper__button:link svg path, .swiper--dark .swiper__button:visited svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch="false"] .swiper--dark .swiper__button:hover {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(46, 46, 46, 0.4); }
    .root[data-is-touch="false"] .swiper--dark .swiper__button:hover svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch] .swiper--dark .swiper__button.active, .root[data-is-touch] .swiper--dark .swiper__button:active {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(87, 87, 87, 0.4); }
    .root[data-is-touch] .swiper--dark .swiper__button.active svg path, .root[data-is-touch] .swiper--dark .swiper__button:active svg path {
      fill: rgba(255, 255, 255, 0.95); }
  .root[data-is-touch] .swiper--dark .swiper__button.focus {
    color: default;
    background-color: rgba(46, 46, 46, 0.4);
    box-shadow: 0 0 0 2px rgba(46, 46, 46, 0.4); }
    .root[data-is-touch] .swiper--dark .swiper__button.focus svg path {
      fill: default; }
  .swiper--dark .swiper__button.disabled, .swiper--dark .swiper__button:disabled {
    color: rgba(255, 255, 255, 0.4) !important;
    background-color: rgba(0, 0, 0, 0.4) !important; }
    .swiper--dark .swiper__button.disabled svg path, .swiper--dark .swiper__button:disabled svg path {
      fill: rgba(255, 255, 255, 0.4) !important; }

.swiper__button--prev {
  left: 10px; }

.swiper__button--next {
  right: 10px; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fade-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.main {
  width: 100%;
  max-width: 950px;
  padding: 0 3rem;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .main {
      padding: 0 1.5rem; } }
  @media (max-width: 499px) {
    .main {
      padding: 0 1rem; } }

.has-aside .main {
  max-width: 1170px; }
  @media (max-width: 1023px) {
    .has-aside .main {
      max-width: 950px; } }

.full-width .main {
  width: 100%;
  max-width: 100%; }

.header {
  background: #f2f2f2; }
  .header a {
    font-weight: 300;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header a, .header a:link, .header a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] .header a:hover {
      text-decoration: underline; }
    .root[data-is-touch] .header a.active, .root[data-is-touch] .header a:active {
      text-decoration: none; }
    .header a, .header a:link, .header a:visited {
      color: #333; }
    .root[data-is-touch="false"] .header a:hover {
      color: #fc4d50; }
    .root[data-is-touch] .header a.active, .root[data-is-touch] .header a:active {
      color: #f80408; }
    .header a.disabled, .header a:disabled {
      color: rgba(51, 51, 51, 0.2) !important; }
  .header .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 499px) {
      .header .main {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

.header--dark {
  background: rgba(0, 0, 0, 0.15); }
  .header--dark .navigation__item--active::after {
    border: 0 solid rgba(255, 255, 255, 0.95);
    border-bottom-width: 4px; }

.header--light {
  background: rgba(255, 255, 255, 0.15); }
  .header--light .navigation__item--active::after {
    border: 0 solid #222;
    border-bottom-width: 4px; }

.header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5rem;
  margin-right: 1rem;
  white-space: nowrap; }
  .header__title > li {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    list-style-type: none; }
    .header__title > li:last-child {
      margin-right: 0; }
  @media (max-width: 499px) {
    .header__title {
      height: auto;
      margin-right: 0; } }
  .header__title > .header__brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 499px) {
      .header__title > .header__brand {
        height: 3rem; } }
  .header__title > .search-button {
    display: none;
    margin-left: 0.5rem; }
    @media (max-width: 499px) {
      .header__title > .search-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }

.header__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .header__brand > a > svg {
    width: 15.12rem;
    height: 15.12rem;
    margin-right: 1rem;
    vertical-align: middle; }
    @media (max-width: 499px) {
      .header__brand > a > svg {
        width: 14.64rem;
        height: 14.64rem; } }
  .header__brand > a {
    display: inline-block;
    font-size: 1.2rem; }

.navigation {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .navigation > ul {
    height: 5rem;
    padding-bottom: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 499px) {
      .navigation > ul {
        padding-bottom: 4px;
        margin: -4px 0 0 0; } }
    .navigation > ul > li {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      margin-right: 1rem;
      list-style-type: none; }
      .navigation > ul > li:last-child {
        margin-right: 0; }
    @media (max-width: 499px) {
      .navigation > ul {
        height: auto; } }
    @media (max-width: 499px) {
      .navigation > ul .search-button {
        display: none; } }

.navigation__item::after {
  display: block;
  margin-bottom: -4px;
  content: "";
  border: 0 solid transparent;
  border-bottom-width: 4px; }

.navigation__item--active a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .navigation__item--active a, .navigation__item--active a:link, .navigation__item--active a:visited {
    text-decoration: none; }
  .root[data-is-touch="false"] .navigation__item--active a:hover {
    text-decoration: underline; }
  .root[data-is-touch] .navigation__item--active a.active, .root[data-is-touch] .navigation__item--active a:active {
    text-decoration: none; }
  .navigation__item--active a, .navigation__item--active a:link, .navigation__item--active a:visited {
    color: #fc4d50; }
  .root[data-is-touch="false"] .navigation__item--active a:hover {
    color: #fc4d50; }
  .root[data-is-touch] .navigation__item--active a.active, .root[data-is-touch] .navigation__item--active a:active {
    color: #f80408; }
  .navigation__item--active a.disabled, .navigation__item--active a:disabled {
    color: rgba(252, 77, 80, 0.2) !important; }
.navigation__item--active::after {
  border: 0 solid #fc4d50;
  border-bottom-width: 4px; }

/**
 * Site Info
 */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #333;
  background: #f2f2f2; }
  .footer a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .footer a, .footer a:link, .footer a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] .footer a:hover {
      text-decoration: underline; }
    .root[data-is-touch] .footer a.active, .root[data-is-touch] .footer a:active {
      text-decoration: none; }
    .footer a, .footer a:link, .footer a:visited {
      color: #333; }
    .root[data-is-touch="false"] .footer a:hover {
      color: #fc4d50; }
    .root[data-is-touch] .footer a.active, .root[data-is-touch] .footer a:active {
      color: #f80408; }
    .footer a.disabled, .footer a:disabled {
      color: rgba(51, 51, 51, 0.2) !important; }
  .footer .site-info {
    font-size: 0.7rem;
    text-align: center; }
    .footer .site-info .menu {
      line-height: 1.2; }
      .footer .site-info .menu > *:not(:last-child) {
        border: 0 solid #333;
        border-right-width: 1px;
        padding-right: 0.25rem;
        margin-right: 0.25rem; }

.footer__author-links {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .footer__author-links .author-links {
    text-align: center; }

.article-list .item__meta {
  padding: 0 1rem 0 0;
  font-family: Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace;
  font-size: 0.85rem;
  white-space: nowrap; }
.article-list.gird--sm .card__header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.article-list__group-header {
  margin-top: 1rem; }

.article__info {
  font-size: 0.85rem;
  color: #888; }
  .article__info .left-col {
    float: left; }
    @media (max-width: 499px) {
      .article__info .left-col {
        float: none; } }
    .article__info .left-col > .edit-on-github-btn {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 300;
      font-family: Roboto, sans-serif;
      padding: 7px 10px;
      border: 1px solid #888888;
      border-radius: 6px;
      color: #888888 !important;
      cursor: pointer;
      text-decoration: none !important; }
    .article__info .left-col > .edit-on-github-btn > .fa-github {
      font-size: 25px;
      margin-right: 7px;
      vertical-align: middle; }
    .article__info .left-col > .edit-on-github-btn > .edit-on-github-label {
      vertical-align: middle; }
  .article__info .right-col {
    float: right;
    margin-left: 0.5rem;
    margin-top: 5px; }
    @media (max-width: 499px) {
      .article__info .right-col {
        float: none; } }
    .article__info .right-col > li:not(:last-child) {
      border: 0 solid #888;
      border-right-width: 1px;
      padding-right: 0.5rem;
      margin-right: 0.5rem;
      line-height: 1.2; }

.article__header {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 499px) {
    .article__header {
      margin-top: 1.5rem; } }
  .article__header header, .article__header h1 {
    display: inline; }
  .article__header h1 {
    word-wrap: break-word; }
  .article__header .split-space {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .article__header .edit-on-github {
    text-decoration: none !important; }

.article__header--overlay .overlay {
  min-height: 36rem;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 499px) {
    .article__header--overlay .overlay {
      min-height: 29rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
.article__header--overlay .overlay__excerpt {
  font-size: 2rem;
  font-weight: 600; }
  @media (max-width: 1023px) {
    .article__header--overlay .overlay__excerpt {
      font-size: 1.75rem; } }
  @media (max-width: 499px) {
    .article__header--overlay .overlay__excerpt {
      font-size: 1.35rem; } }
.article__header--overlay .article__header {
  margin-top: 0; }

.article__header--cover {
  width: 100%; }

.article__content {
  line-height: 1.8;
  word-wrap: break-word; }
  @media print {
    .article__content {
      line-height: 1.6; } }
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6,
  .article__content p,
  .article__content hr,
  .article__content blockquote,
  .article__content figure,
  .article__content pre,
  .article__content .highlighter-rouge,
  .article__content ul,
  .article__content ol,
  .article__content dl,
  .article__content table,
  .article__content .footnotes {
    margin: 1rem 0; }
    @media print {
      .article__content h1,
      .article__content h2,
      .article__content h3,
      .article__content h4,
      .article__content h5,
      .article__content h6,
      .article__content p,
      .article__content hr,
      .article__content blockquote,
      .article__content figure,
      .article__content pre,
      .article__content .highlighter-rouge,
      .article__content ul,
      .article__content ol,
      .article__content dl,
      .article__content table,
      .article__content .footnotes {
        margin: 0.5rem 0; } }
  .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    position: relative;
    margin-top: 1.5rem; }
    @media print {
      .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
        margin-top: 1rem; } }
    .article__content h1 > .anchor, .article__content h2 > .anchor, .article__content h3 > .anchor, .article__content h4 > .anchor, .article__content h5 > .anchor, .article__content h6 > .anchor {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      margin-left: 0.25rem;
      text-decoration: none;
      visibility: hidden;
      opacity: 0; }
      .article__content h1 > .anchor, .article__content h1 > .anchor:link, .article__content h1 > .anchor:visited, .article__content h2 > .anchor, .article__content h2 > .anchor:link, .article__content h2 > .anchor:visited, .article__content h3 > .anchor, .article__content h3 > .anchor:link, .article__content h3 > .anchor:visited, .article__content h4 > .anchor, .article__content h4 > .anchor:link, .article__content h4 > .anchor:visited, .article__content h5 > .anchor, .article__content h5 > .anchor:link, .article__content h5 > .anchor:visited, .article__content h6 > .anchor, .article__content h6 > .anchor:link, .article__content h6 > .anchor:visited {
        text-decoration: none; }
      .root[data-is-touch="false"] .article__content h1 > .anchor:hover, .root[data-is-touch="false"] .article__content h2 > .anchor:hover, .root[data-is-touch="false"] .article__content h3 > .anchor:hover, .root[data-is-touch="false"] .article__content h4 > .anchor:hover, .root[data-is-touch="false"] .article__content h5 > .anchor:hover, .root[data-is-touch="false"] .article__content h6 > .anchor:hover {
        text-decoration: underline; }
      .root[data-is-touch] .article__content h1 > .anchor.active, .root[data-is-touch] .article__content h1 > .anchor:active, .root[data-is-touch] .article__content h2 > .anchor.active, .root[data-is-touch] .article__content h2 > .anchor:active, .root[data-is-touch] .article__content h3 > .anchor.active, .root[data-is-touch] .article__content h3 > .anchor:active, .root[data-is-touch] .article__content h4 > .anchor.active, .root[data-is-touch] .article__content h4 > .anchor:active, .root[data-is-touch] .article__content h5 > .anchor.active, .root[data-is-touch] .article__content h5 > .anchor:active, .root[data-is-touch] .article__content h6 > .anchor.active, .root[data-is-touch] .article__content h6 > .anchor:active {
        text-decoration: none; }
      .article__content h1 > .anchor, .article__content h1 > .anchor:link, .article__content h1 > .anchor:visited, .article__content h2 > .anchor, .article__content h2 > .anchor:link, .article__content h2 > .anchor:visited, .article__content h3 > .anchor, .article__content h3 > .anchor:link, .article__content h3 > .anchor:visited, .article__content h4 > .anchor, .article__content h4 > .anchor:link, .article__content h4 > .anchor:visited, .article__content h5 > .anchor, .article__content h5 > .anchor:link, .article__content h5 > .anchor:visited, .article__content h6 > .anchor, .article__content h6 > .anchor:link, .article__content h6 > .anchor:visited {
        color: #cccccc; }
      .root[data-is-touch="false"] .article__content h1 > .anchor:hover, .root[data-is-touch="false"] .article__content h2 > .anchor:hover, .root[data-is-touch="false"] .article__content h3 > .anchor:hover, .root[data-is-touch="false"] .article__content h4 > .anchor:hover, .root[data-is-touch="false"] .article__content h5 > .anchor:hover, .root[data-is-touch="false"] .article__content h6 > .anchor:hover {
        color: #fc4d50; }
      .root[data-is-touch] .article__content h1 > .anchor.active, .root[data-is-touch] .article__content h1 > .anchor:active, .root[data-is-touch] .article__content h2 > .anchor.active, .root[data-is-touch] .article__content h2 > .anchor:active, .root[data-is-touch] .article__content h3 > .anchor.active, .root[data-is-touch] .article__content h3 > .anchor:active, .root[data-is-touch] .article__content h4 > .anchor.active, .root[data-is-touch] .article__content h4 > .anchor:active, .root[data-is-touch] .article__content h5 > .anchor.active, .root[data-is-touch] .article__content h5 > .anchor:active, .root[data-is-touch] .article__content h6 > .anchor.active, .root[data-is-touch] .article__content h6 > .anchor:active {
        color: #f80408; }
      .article__content h1 > .anchor.disabled, .article__content h1 > .anchor:disabled, .article__content h2 > .anchor.disabled, .article__content h2 > .anchor:disabled, .article__content h3 > .anchor.disabled, .article__content h3 > .anchor:disabled, .article__content h4 > .anchor.disabled, .article__content h4 > .anchor:disabled, .article__content h5 > .anchor.disabled, .article__content h5 > .anchor:disabled, .article__content h6 > .anchor.disabled, .article__content h6 > .anchor:disabled {
        color: rgba(204, 204, 204, 0.2) !important; }
      .article__content h1 > .anchor > i, .article__content h2 > .anchor > i, .article__content h3 > .anchor > i, .article__content h4 > .anchor > i, .article__content h5 > .anchor > i, .article__content h6 > .anchor > i {
        font-size: 0.85rem; }
    .root[data-is-touch="false"] .article__content h1:hover > .anchor, .root[data-is-touch="false"] .article__content h2:hover > .anchor, .root[data-is-touch="false"] .article__content h3:hover > .anchor, .root[data-is-touch="false"] .article__content h4:hover > .anchor, .root[data-is-touch="false"] .article__content h5:hover > .anchor, .root[data-is-touch="false"] .article__content h6:hover > .anchor {
      cursor: pointer;
      visibility: visible;
      opacity: 1; }
  .article__content h1,
  .article__content h2 {
    border: 0 solid #e6e6e6;
    border-bottom-width: 1px; }
  .article__content hr {
    border: none; }
    .article__content hr::before {
      display: block;
      font-size: 1.9rem;
      color: #888;
      text-align: center;
      letter-spacing: 1.5rem;
      content: "..."; }
  .article__content blockquote {
    padding-left: 1rem;
    font-size: 0.85rem;
    color: #888;
    border: 0 solid #cccccc;
    border-left-width: 4px; }
    .article__content blockquote p {
      margin: 0.5rem 0; }
    .article__content blockquote > :last-child {
      margin-bottom: 0; }
  .article__content img:not(.emoji) {
    max-width: 100%;
    vertical-align: middle; }
  .article__content .emoji {
    display: inline-block;
    width: 1.26rem;
    height: 1.26rem;
    vertical-align: text-bottom; }
  .article__content .footnotes {
    border: 0 solid #e6e6e6;
    border-top-width: 1px;
    margin-top: 3rem; }
    @media print {
      .article__content .footnotes {
        margin-top: 1rem; } }
  .article__content code {
    padding: 0.25rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.4rem; }
    .article__content code span {
      padding: 0;
      margin: 0; }
  .article__content pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .article__content pre > code {
      padding: 0;
      word-wrap: normal;
      background-color: transparent; }
      .article__content pre > code.language-mermaid, .article__content pre > code.language-chart {
        display: none; }
        .article__content pre > code.language-mermaid svg, .article__content pre > code.language-chart svg {
          width: 100%; }
        .article__content pre > code.language-mermaid[data-processed], .article__content pre > code.language-chart[data-processed] {
          display: block; }
  .article__content .highlighter-rouge > .highlight > pre, .article__content figure.highlight > pre {
    padding: 1rem 0 1rem 1rem;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.4rem; }
    .article__content .highlighter-rouge > .highlight > pre > code, .article__content figure.highlight > pre > code {
      display: block; }
  .article__content figure.highlight::before {
    display: block;
    padding: 0.5rem 1rem 0.5rem 0;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.1);
    text-align: right;
    text-transform: uppercase;
    content: attr(data-lang);
    background-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem; }
  .article__content figure.highlight > pre {
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .article__content figure.highlight > pre > code > .rouge-table {
      width: auto;
      margin: 0 0 -1rem -1rem; }
      .article__content figure.highlight > pre > code > .rouge-table tbody, .article__content figure.highlight > pre > code > .rouge-table tr, .article__content figure.highlight > pre > code > .rouge-table td {
        padding-top: 0;
        padding-bottom: 0;
        border: none; }
      .article__content figure.highlight > pre > code > .rouge-table > tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .article__content figure.highlight > pre > code > .rouge-table > tbody > tr {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
          .article__content figure.highlight > pre > code > .rouge-table > tbody > tr > .code {
            padding: 0 0 1rem 0.5rem;
            overflow: auto;
            -webkit-overflow-scrolling: touch; }
      .article__content figure.highlight > pre > code > .rouge-table tbody td.gl {
        padding-left: 1rem; }
      .article__content figure.highlight > pre > code > .rouge-table tbody td > pre {
        display: block;
        margin: 0;
        border-radius: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        .article__content figure.highlight > pre > code > .rouge-table tbody td > pre.lineno {
          color: #888;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
  .article__content ul, .article__content ol {
    margin-left: 1.5rem; }
    .article__content ul ul, .article__content ul ol, .article__content ol ul, .article__content ol ol {
      margin-top: 0;
      margin-bottom: 0; }
    .article__content ul li p, .article__content ol li p {
      margin: 0.5rem; }
      @media print {
        .article__content ul li p, .article__content ol li p {
          margin: 0.25rem; } }
  .article__content dl dt p, .article__content dl dd p {
    margin: 0.5rem; }
    @media print {
      .article__content dl dt p, .article__content dl dd p {
        margin: 0.25rem; } }
  .article__content dl dt {
    font-weight: 600; }
  .article__content dl dd {
    margin-left: 2rem; }
  .article__content ul.task-list {
    margin-left: 0;
    list-style-type: none; }
    .article__content ul.task-list ul, .article__content ul.task-list ol {
      margin-left: 1.5rem; }
  .article__content table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .article__content table thead, .article__content table tfoot {
      background-color: rgba(0, 0, 0, 0.05); }
    .article__content table th, .article__content table td {
      padding: 0.5rem;
      border: 1px solid #e6e6e6; }
    .article__content table th {
      font-weight: 600; }

.article__footer {
  margin: 1.5rem 0;
  font-size: 0.85rem; }

.article__license a, .article__subscribe a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .article__license a, .article__license a:link, .article__license a:visited, .article__subscribe a, .article__subscribe a:link, .article__subscribe a:visited {
    text-decoration: none; }
  .root[data-is-touch="false"] .article__license a:hover, .root[data-is-touch="false"] .article__subscribe a:hover {
    text-decoration: underline; }
  .root[data-is-touch] .article__license a.active, .root[data-is-touch] .article__license a:active, .root[data-is-touch] .article__subscribe a.active, .root[data-is-touch] .article__subscribe a:active {
    text-decoration: none; }
  .article__license a, .article__license a:link, .article__license a:visited, .article__subscribe a, .article__subscribe a:link, .article__subscribe a:visited {
    color: #222; }
  .root[data-is-touch="false"] .article__license a:hover, .root[data-is-touch="false"] .article__subscribe a:hover {
    color: #fc4d50; }
  .root[data-is-touch] .article__license a.active, .root[data-is-touch] .article__license a:active, .root[data-is-touch] .article__subscribe a.active, .root[data-is-touch] .article__subscribe a:active {
    color: #f80408; }
  .article__license a.disabled, .article__license a:disabled, .article__subscribe a.disabled, .article__subscribe a:disabled {
    color: rgba(34, 34, 34, 0.2) !important; }

.article__license {
  color: #888; }
  .article__license img {
    height: 1.6rem; }

.author-links > ul {
  margin: 0; }
  .author-links > ul > li > .mail-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .mail-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .mail-button, .author-links > ul > li > .mail-button:link, .author-links > ul > li > .mail-button:visited {
      color: #fff;
      background-color: #0072c5; }
      .author-links > ul > li > .mail-button svg path, .author-links > ul > li > .mail-button:link svg path, .author-links > ul > li > .mail-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .mail-button:hover {
      color: #fff;
      background-color: #00497e; }
      .root[data-is-touch="false"] .author-links > ul > li > .mail-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .mail-button.active, .root[data-is-touch] .author-links > ul > li > .mail-button:active {
      color: #fff;
      background-color: #001c31; }
      .root[data-is-touch] .author-links > ul > li > .mail-button.active svg path, .root[data-is-touch] .author-links > ul > li > .mail-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .mail-button.focus {
      color: default;
      background-color: #00497e;
      box-shadow: 0 0 0 2px rgba(0, 73, 126, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .mail-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .mail-button.disabled, .author-links > ul > li > .mail-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #0072c5 !important; }
      .author-links > ul > li > .mail-button.disabled svg path, .author-links > ul > li > .mail-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .facebook-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .facebook-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .facebook-button, .author-links > ul > li > .facebook-button:link, .author-links > ul > li > .facebook-button:visited {
      color: #fff;
      background-color: #4267b2; }
      .author-links > ul > li > .facebook-button svg path, .author-links > ul > li > .facebook-button:link svg path, .author-links > ul > li > .facebook-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .facebook-button:hover {
      color: #fff;
      background-color: #2f497e; }
      .root[data-is-touch="false"] .author-links > ul > li > .facebook-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .facebook-button.active, .root[data-is-touch] .author-links > ul > li > .facebook-button:active {
      color: #fff;
      background-color: #1a2946; }
      .root[data-is-touch] .author-links > ul > li > .facebook-button.active svg path, .root[data-is-touch] .author-links > ul > li > .facebook-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .facebook-button.focus {
      color: default;
      background-color: #2f497e;
      box-shadow: 0 0 0 2px rgba(47, 73, 126, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .facebook-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .facebook-button.disabled, .author-links > ul > li > .facebook-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #4267b2 !important; }
      .author-links > ul > li > .facebook-button.disabled svg path, .author-links > ul > li > .facebook-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .twitter-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .twitter-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .twitter-button, .author-links > ul > li > .twitter-button:link, .author-links > ul > li > .twitter-button:visited {
      color: #fff;
      background-color: #1da1f2; }
      .author-links > ul > li > .twitter-button svg path, .author-links > ul > li > .twitter-button:link svg path, .author-links > ul > li > .twitter-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .twitter-button:hover {
      color: #fff;
      background-color: #0b79bd; }
      .root[data-is-touch="false"] .author-links > ul > li > .twitter-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .twitter-button.active, .root[data-is-touch] .author-links > ul > li > .twitter-button:active {
      color: #fff;
      background-color: #074b74; }
      .root[data-is-touch] .author-links > ul > li > .twitter-button.active svg path, .root[data-is-touch] .author-links > ul > li > .twitter-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .twitter-button.focus {
      color: default;
      background-color: #0b79bd;
      box-shadow: 0 0 0 2px rgba(11, 121, 189, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .twitter-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .twitter-button.disabled, .author-links > ul > li > .twitter-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #1da1f2 !important; }
      .author-links > ul > li > .twitter-button.disabled svg path, .author-links > ul > li > .twitter-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .weibo-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .weibo-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .weibo-button, .author-links > ul > li > .weibo-button:link, .author-links > ul > li > .weibo-button:visited {
      color: #fff;
      background-color: #e6162d; }
      .author-links > ul > li > .weibo-button svg path, .author-links > ul > li > .weibo-button:link svg path, .author-links > ul > li > .weibo-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .weibo-button:hover {
      color: #fff;
      background-color: #a51020; }
      .root[data-is-touch="false"] .author-links > ul > li > .weibo-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .weibo-button.active, .root[data-is-touch] .author-links > ul > li > .weibo-button:active {
      color: #fff;
      background-color: #5f0913; }
      .root[data-is-touch] .author-links > ul > li > .weibo-button.active svg path, .root[data-is-touch] .author-links > ul > li > .weibo-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .weibo-button.focus {
      color: default;
      background-color: #a51020;
      box-shadow: 0 0 0 2px rgba(165, 16, 32, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .weibo-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .weibo-button.disabled, .author-links > ul > li > .weibo-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #e6162d !important; }
      .author-links > ul > li > .weibo-button.disabled svg path, .author-links > ul > li > .weibo-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .googlepluse-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .googlepluse-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .googlepluse-button, .author-links > ul > li > .googlepluse-button:link, .author-links > ul > li > .googlepluse-button:visited {
      color: #fff;
      background-color: #ea4335; }
      .author-links > ul > li > .googlepluse-button svg path, .author-links > ul > li > .googlepluse-button:link svg path, .author-links > ul > li > .googlepluse-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .googlepluse-button:hover {
      color: #fff;
      background-color: #c32214; }
      .root[data-is-touch="false"] .author-links > ul > li > .googlepluse-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .googlepluse-button.active, .root[data-is-touch] .author-links > ul > li > .googlepluse-button:active {
      color: #fff;
      background-color: #7e160d; }
      .root[data-is-touch] .author-links > ul > li > .googlepluse-button.active svg path, .root[data-is-touch] .author-links > ul > li > .googlepluse-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .googlepluse-button.focus {
      color: default;
      background-color: #c32214;
      box-shadow: 0 0 0 2px rgba(195, 34, 20, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .googlepluse-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .googlepluse-button.disabled, .author-links > ul > li > .googlepluse-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #ea4335 !important; }
      .author-links > ul > li > .googlepluse-button.disabled svg path, .author-links > ul > li > .googlepluse-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .telegram-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .telegram-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .telegram-button, .author-links > ul > li > .telegram-button:link, .author-links > ul > li > .telegram-button:visited {
      color: #fff;
      background-color: #32afed; }
      .author-links > ul > li > .telegram-button svg path, .author-links > ul > li > .telegram-button:link svg path, .author-links > ul > li > .telegram-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .telegram-button:hover {
      color: #fff;
      background-color: #118ac6; }
      .root[data-is-touch="false"] .author-links > ul > li > .telegram-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .telegram-button.active, .root[data-is-touch] .author-links > ul > li > .telegram-button:active {
      color: #fff;
      background-color: #0b5980; }
      .root[data-is-touch] .author-links > ul > li > .telegram-button.active svg path, .root[data-is-touch] .author-links > ul > li > .telegram-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .telegram-button.focus {
      color: default;
      background-color: #118ac6;
      box-shadow: 0 0 0 2px rgba(17, 138, 198, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .telegram-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .telegram-button.disabled, .author-links > ul > li > .telegram-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #32afed !important; }
      .author-links > ul > li > .telegram-button.disabled svg path, .author-links > ul > li > .telegram-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .medium-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .medium-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .medium-button, .author-links > ul > li > .medium-button:link, .author-links > ul > li > .medium-button:visited {
      color: #fff;
      background-color: #000; }
      .author-links > ul > li > .medium-button svg path, .author-links > ul > li > .medium-button:link svg path, .author-links > ul > li > .medium-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .medium-button:hover {
      color: #fff;
      background-color: #2e2e2e; }
      .root[data-is-touch="false"] .author-links > ul > li > .medium-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .medium-button.active, .root[data-is-touch] .author-links > ul > li > .medium-button:active {
      color: #fff;
      background-color: #575757; }
      .root[data-is-touch] .author-links > ul > li > .medium-button.active svg path, .root[data-is-touch] .author-links > ul > li > .medium-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .medium-button.focus {
      color: default;
      background-color: #2e2e2e;
      box-shadow: 0 0 0 2px rgba(46, 46, 46, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .medium-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .medium-button.disabled, .author-links > ul > li > .medium-button:disabled {
      color: rgba(255, 255, 255, 0.4) !important;
      background-color: #000 !important; }
      .author-links > ul > li > .medium-button.disabled svg path, .author-links > ul > li > .medium-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.4) !important; }
  .author-links > ul > li > .zhihu-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .zhihu-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .zhihu-button, .author-links > ul > li > .zhihu-button:link, .author-links > ul > li > .zhihu-button:visited {
      color: #fff;
      background-color: #0084ff; }
      .author-links > ul > li > .zhihu-button svg path, .author-links > ul > li > .zhihu-button:link svg path, .author-links > ul > li > .zhihu-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .zhihu-button:hover {
      color: #fff;
      background-color: #005fb8; }
      .root[data-is-touch="false"] .author-links > ul > li > .zhihu-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .zhihu-button.active, .root[data-is-touch] .author-links > ul > li > .zhihu-button:active {
      color: #fff;
      background-color: #00376b; }
      .root[data-is-touch] .author-links > ul > li > .zhihu-button.active svg path, .root[data-is-touch] .author-links > ul > li > .zhihu-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .zhihu-button.focus {
      color: default;
      background-color: #005fb8;
      box-shadow: 0 0 0 2px rgba(0, 95, 184, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .zhihu-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .zhihu-button.disabled, .author-links > ul > li > .zhihu-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #0084ff !important; }
      .author-links > ul > li > .zhihu-button.disabled svg path, .author-links > ul > li > .zhihu-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .douban-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .douban-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .douban-button, .author-links > ul > li > .douban-button:link, .author-links > ul > li > .douban-button:visited {
      color: #fff;
      background-color: #42bd56; }
      .author-links > ul > li > .douban-button svg path, .author-links > ul > li > .douban-button:link svg path, .author-links > ul > li > .douban-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .douban-button:hover {
      color: #fff;
      background-color: #30883e; }
      .root[data-is-touch="false"] .author-links > ul > li > .douban-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .douban-button.active, .root[data-is-touch] .author-links > ul > li > .douban-button:active {
      color: #fff;
      background-color: #1c4f24; }
      .root[data-is-touch] .author-links > ul > li > .douban-button.active svg path, .root[data-is-touch] .author-links > ul > li > .douban-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .douban-button.focus {
      color: default;
      background-color: #30883e;
      box-shadow: 0 0 0 2px rgba(48, 136, 62, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .douban-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .douban-button.disabled, .author-links > ul > li > .douban-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #42bd56 !important; }
      .author-links > ul > li > .douban-button.disabled svg path, .author-links > ul > li > .douban-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .linkedin-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .linkedin-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .linkedin-button, .author-links > ul > li > .linkedin-button:link, .author-links > ul > li > .linkedin-button:visited {
      color: #fff;
      background-color: #1074af; }
      .author-links > ul > li > .linkedin-button svg path, .author-links > ul > li > .linkedin-button:link svg path, .author-links > ul > li > .linkedin-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .linkedin-button:hover {
      color: #fff;
      background-color: #0a496e; }
      .root[data-is-touch="false"] .author-links > ul > li > .linkedin-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .linkedin-button.active, .root[data-is-touch] .author-links > ul > li > .linkedin-button:active {
      color: #fff;
      background-color: #041a27; }
      .root[data-is-touch] .author-links > ul > li > .linkedin-button.active svg path, .root[data-is-touch] .author-links > ul > li > .linkedin-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .linkedin-button.focus {
      color: default;
      background-color: #0a496e;
      box-shadow: 0 0 0 2px rgba(10, 73, 110, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .linkedin-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .linkedin-button.disabled, .author-links > ul > li > .linkedin-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #1074af !important; }
      .author-links > ul > li > .linkedin-button.disabled svg path, .author-links > ul > li > .linkedin-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }
  .author-links > ul > li > .github-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .github-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .github-button, .author-links > ul > li > .github-button:link, .author-links > ul > li > .github-button:visited {
      color: #fff;
      background-color: #000; }
      .author-links > ul > li > .github-button svg path, .author-links > ul > li > .github-button:link svg path, .author-links > ul > li > .github-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .github-button:hover {
      color: #fff;
      background-color: #2e2e2e; }
      .root[data-is-touch="false"] .author-links > ul > li > .github-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .github-button.active, .root[data-is-touch] .author-links > ul > li > .github-button:active {
      color: #fff;
      background-color: #575757; }
      .root[data-is-touch] .author-links > ul > li > .github-button.active svg path, .root[data-is-touch] .author-links > ul > li > .github-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .github-button.focus {
      color: default;
      background-color: #2e2e2e;
      box-shadow: 0 0 0 2px rgba(46, 46, 46, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .github-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .github-button.disabled, .author-links > ul > li > .github-button:disabled {
      color: rgba(255, 255, 255, 0.4) !important;
      background-color: #000 !important; }
      .author-links > ul > li > .github-button.disabled svg path, .author-links > ul > li > .github-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.4) !important; }
  .author-links > ul > li > .npm-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .npm-button svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .author-links > ul > li > .npm-button, .author-links > ul > li > .npm-button:link, .author-links > ul > li > .npm-button:visited {
      color: #fff;
      background-color: #fff; }
      .author-links > ul > li > .npm-button svg path, .author-links > ul > li > .npm-button:link svg path, .author-links > ul > li > .npm-button:visited svg path {
        fill: #fff; }
    .root[data-is-touch="false"] .author-links > ul > li > .npm-button:hover {
      color: #fff;
      background-color: #dbdbdb; }
      .root[data-is-touch="false"] .author-links > ul > li > .npm-button:hover svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .npm-button.active, .root[data-is-touch] .author-links > ul > li > .npm-button:active {
      color: #fff;
      background-color: #b5b5b5; }
      .root[data-is-touch] .author-links > ul > li > .npm-button.active svg path, .root[data-is-touch] .author-links > ul > li > .npm-button:active svg path {
        fill: #fff; }
    .root[data-is-touch] .author-links > ul > li > .npm-button.focus {
      color: default;
      background-color: #dbdbdb;
      box-shadow: 0 0 0 2px rgba(219, 219, 219, 0.4); }
      .root[data-is-touch] .author-links > ul > li > .npm-button.focus svg path {
        fill: default; }
    .author-links > ul > li > .npm-button.disabled, .author-links > ul > li > .npm-button:disabled {
      color: rgba(255, 255, 255, 0.2) !important;
      background-color: #fff !important; }
      .author-links > ul > li > .npm-button.disabled svg path, .author-links > ul > li > .npm-button:disabled svg path {
        fill: rgba(255, 255, 255, 0.2) !important; }

.author-profile {
  max-width: 25rem;
  padding: 0.5rem 1rem;
  margin: 1.5rem 0;
  font-size: 0.85rem;
  background-color: rgba(0, 0, 0, 0.05); }
  @media (max-width: 499px) {
    .author-profile {
      text-align: center; } }

.author-profile__avatar {
  width: 5rem;
  height: 5rem;
  margin-top: 0.5rem;
  border-radius: 50%; }

.author-profile__name {
  font-size: 1.25rem;
  font-weight: 600; }
  .author-profile__name a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .author-profile__name a, .author-profile__name a:link, .author-profile__name a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] .author-profile__name a:hover {
      text-decoration: underline; }
    .root[data-is-touch] .author-profile__name a.active, .root[data-is-touch] .author-profile__name a:active {
      text-decoration: none; }
    .author-profile__name a, .author-profile__name a:link, .author-profile__name a:visited {
      color: #222; }
    .root[data-is-touch="false"] .author-profile__name a:hover {
      color: #fc4d50; }
    .root[data-is-touch] .author-profile__name a.active, .root[data-is-touch] .author-profile__name a:active {
      color: #f80408; }
    .author-profile__name a.disabled, .author-profile__name a:disabled {
      color: rgba(34, 34, 34, 0.2) !important; }

.author-profile__links {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.site-tags .tag-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .site-tags .tag-button svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .site-tags .tag-button, .site-tags .tag-button:link, .site-tags .tag-button:visited {
    color: #333;
    background-color: #f2f2f2; }
    .site-tags .tag-button svg path, .site-tags .tag-button:link svg path, .site-tags .tag-button:visited svg path {
      fill: #333; }
  .root[data-is-touch="false"] .site-tags .tag-button:hover {
    color: #333;
    background-color: #cecece; }
    .root[data-is-touch="false"] .site-tags .tag-button:hover svg path {
      fill: #333; }
  .root[data-is-touch] .site-tags .tag-button.active, .root[data-is-touch] .site-tags .tag-button:active {
    color: #fff;
    background-color: #fca24d; }
    .root[data-is-touch] .site-tags .tag-button.active svg path, .root[data-is-touch] .site-tags .tag-button:active svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button.focus {
    color: #fff;
    background-color: #fca24d;
    box-shadow: 0 0 0 2px rgba(252, 162, 77, 0.4); }
    .root[data-is-touch] .site-tags .tag-button.focus svg path {
      fill: #fff; }
  .site-tags .tag-button.disabled, .site-tags .tag-button:disabled {
    color: rgba(51, 51, 51, 0.2) !important;
    background-color: #f2f2f2 !important; }
    .site-tags .tag-button.disabled svg path, .site-tags .tag-button:disabled svg path {
      fill: rgba(51, 51, 51, 0.2) !important; }
  .site-tags .tag-button > .tag-button__count {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 0.7rem;
    line-height: 1;
    vertical-align: top; }
.site-tags .tag-button-1 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-1 svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-1, .site-tags .tag-button-1:link, .site-tags .tag-button-1:visited {
    color: #fff;
    background-color: rgba(252, 77, 80, 0.4); }
    .site-tags .tag-button-1 svg path, .site-tags .tag-button-1:link svg path, .site-tags .tag-button-1:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .site-tags .tag-button-1:hover {
    color: #fff;
    background-color: rgba(251, 7, 11, 0.4); }
    .root[data-is-touch="false"] .site-tags .tag-button-1:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-1.active, .root[data-is-touch] .site-tags .tag-button-1:active {
    color: #fff;
    background-color: #fca24d; }
    .root[data-is-touch] .site-tags .tag-button-1.active svg path, .root[data-is-touch] .site-tags .tag-button-1:active svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-1.focus {
    color: #fff;
    background-color: #fca24d;
    box-shadow: 0 0 0 2px rgba(252, 162, 77, 0.4); }
    .root[data-is-touch] .site-tags .tag-button-1.focus svg path {
      fill: #fff; }
  .site-tags .tag-button-1.disabled, .site-tags .tag-button-1:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(252, 77, 80, 0.4) !important; }
    .site-tags .tag-button-1.disabled svg path, .site-tags .tag-button-1:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }
.site-tags .tag-button-2 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-2 svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-2, .site-tags .tag-button-2:link, .site-tags .tag-button-2:visited {
    color: #fff;
    background-color: rgba(252, 77, 80, 0.55); }
    .site-tags .tag-button-2 svg path, .site-tags .tag-button-2:link svg path, .site-tags .tag-button-2:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .site-tags .tag-button-2:hover {
    color: #fff;
    background-color: rgba(251, 7, 11, 0.55); }
    .root[data-is-touch="false"] .site-tags .tag-button-2:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-2.active, .root[data-is-touch] .site-tags .tag-button-2:active {
    color: #fff;
    background-color: #fca24d; }
    .root[data-is-touch] .site-tags .tag-button-2.active svg path, .root[data-is-touch] .site-tags .tag-button-2:active svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-2.focus {
    color: #fff;
    background-color: #fca24d;
    box-shadow: 0 0 0 2px rgba(252, 162, 77, 0.4); }
    .root[data-is-touch] .site-tags .tag-button-2.focus svg path {
      fill: #fff; }
  .site-tags .tag-button-2.disabled, .site-tags .tag-button-2:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(252, 77, 80, 0.55) !important; }
    .site-tags .tag-button-2.disabled svg path, .site-tags .tag-button-2:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }
.site-tags .tag-button-3 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-3 svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-3, .site-tags .tag-button-3:link, .site-tags .tag-button-3:visited {
    color: #fff;
    background-color: rgba(252, 77, 80, 0.7); }
    .site-tags .tag-button-3 svg path, .site-tags .tag-button-3:link svg path, .site-tags .tag-button-3:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .site-tags .tag-button-3:hover {
    color: #fff;
    background-color: rgba(251, 7, 11, 0.7); }
    .root[data-is-touch="false"] .site-tags .tag-button-3:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-3.active, .root[data-is-touch] .site-tags .tag-button-3:active {
    color: #fff;
    background-color: #fca24d; }
    .root[data-is-touch] .site-tags .tag-button-3.active svg path, .root[data-is-touch] .site-tags .tag-button-3:active svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-3.focus {
    color: #fff;
    background-color: #fca24d;
    box-shadow: 0 0 0 2px rgba(252, 162, 77, 0.4); }
    .root[data-is-touch] .site-tags .tag-button-3.focus svg path {
      fill: #fff; }
  .site-tags .tag-button-3.disabled, .site-tags .tag-button-3:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(252, 77, 80, 0.7) !important; }
    .site-tags .tag-button-3.disabled svg path, .site-tags .tag-button-3:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }
.site-tags .tag-button-4 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-4 svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .site-tags .tag-button-4, .site-tags .tag-button-4:link, .site-tags .tag-button-4:visited {
    color: #fff;
    background-color: rgba(252, 77, 80, 0.9); }
    .site-tags .tag-button-4 svg path, .site-tags .tag-button-4:link svg path, .site-tags .tag-button-4:visited svg path {
      fill: #fff; }
  .root[data-is-touch="false"] .site-tags .tag-button-4:hover {
    color: #fff;
    background-color: rgba(251, 7, 11, 0.9); }
    .root[data-is-touch="false"] .site-tags .tag-button-4:hover svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-4.active, .root[data-is-touch] .site-tags .tag-button-4:active {
    color: #fff;
    background-color: #fca24d; }
    .root[data-is-touch] .site-tags .tag-button-4.active svg path, .root[data-is-touch] .site-tags .tag-button-4:active svg path {
      fill: #fff; }
  .root[data-is-touch] .site-tags .tag-button-4.focus {
    color: #fff;
    background-color: #fca24d;
    box-shadow: 0 0 0 2px rgba(252, 162, 77, 0.4); }
    .root[data-is-touch] .site-tags .tag-button-4.focus svg path {
      fill: #fff; }
  .site-tags .tag-button-4.disabled, .site-tags .tag-button-4:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(252, 77, 80, 0.9) !important; }
    .site-tags .tag-button-4.disabled svg path, .site-tags .tag-button-4:disabled svg path {
      fill: rgba(255, 255, 255, 0.2) !important; }

.search {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.search--google-custom-search-engine .main {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 499px) {
    .search--google-custom-search-engine .main {
      position: absolute;
      padding: 0; } }

.search__header {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000; }
  .search--light .search__header {
    color: #000; }
  .search--dark .search__header {
    color: #fff; }
  @media (max-width: 499px) {
    .search__header {
      display: none; } }

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 1.5rem 0; }

.search-box {
  position: relative;
  width: 100%;
  max-width: 22rem; }
  @media (max-width: 499px) {
    .search-box {
      width: 100%;
      max-width: none; } }
  .search-box > input {
    display: inline-block;
    width: 100%;
    height: 2.3rem;
    padding: 0 2rem;
    margin: 0;
    line-height: 1 !important;
    color: #222;
    background-color: transparent;
    border: 2px solid #cccccc;
    border-radius: 6rem;
    -webkit-appearance: none;
    /* fix iOS don't display box-shadow properly */
    -webkit-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out; }
    .root[data-is-touch] .search-box > input.focus {
      box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.4); }
    .search--light .search-box > input {
      color: #222;
      border-color: #222; }
      .root[data-is-touch] .search--light .search-box > input.focus {
        box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.4); }
    .search--dark .search-box > input {
      color: rgba(255, 255, 255, 0.95);
      border-color: rgba(255, 255, 255, 0.95); }
      .root[data-is-touch] .search--dark .search-box > input.focus {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); }
  .search-box > .search-box__icon-search {
    color: #888; }
    .search--light .search-box > .search-box__icon-search {
      color: #888; }
    .search--dark .search-box > .search-box__icon-search {
      color: rgba(255, 255, 255, 0.85); }
  .search-box > .search-box__icon-clear > a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .search-box > .search-box__icon-clear > a, .search-box > .search-box__icon-clear > a:link, .search-box > .search-box__icon-clear > a:visited {
      text-decoration: none; }
    .root[data-is-touch="false"] .search-box > .search-box__icon-clear > a:hover {
      text-decoration: underline; }
    .root[data-is-touch] .search-box > .search-box__icon-clear > a.active, .root[data-is-touch] .search-box > .search-box__icon-clear > a:active {
      text-decoration: none; }
    .search-box > .search-box__icon-clear > a, .search-box > .search-box__icon-clear > a:link, .search-box > .search-box__icon-clear > a:visited {
      color: #222; }
    .root[data-is-touch="false"] .search-box > .search-box__icon-clear > a:hover {
      color: #505050; }
    .root[data-is-touch] .search-box > .search-box__icon-clear > a.active, .root[data-is-touch] .search-box > .search-box__icon-clear > a:active {
      color: #797979; }
    .search-box > .search-box__icon-clear > a.disabled, .search-box > .search-box__icon-clear > a:disabled {
      color: rgba(34, 34, 34, 0.4) !important; }
    .search--light .search-box > .search-box__icon-clear > a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .search--light .search-box > .search-box__icon-clear > a, .search--light .search-box > .search-box__icon-clear > a:link, .search--light .search-box > .search-box__icon-clear > a:visited {
        text-decoration: none; }
      .root[data-is-touch="false"] .search--light .search-box > .search-box__icon-clear > a:hover {
        text-decoration: underline; }
      .root[data-is-touch] .search--light .search-box > .search-box__icon-clear > a.active, .root[data-is-touch] .search--light .search-box > .search-box__icon-clear > a:active {
        text-decoration: none; }
      .search--light .search-box > .search-box__icon-clear > a, .search--light .search-box > .search-box__icon-clear > a:link, .search--light .search-box > .search-box__icon-clear > a:visited {
        color: #222; }
      .root[data-is-touch="false"] .search--light .search-box > .search-box__icon-clear > a:hover {
        color: #505050; }
      .root[data-is-touch] .search--light .search-box > .search-box__icon-clear > a.active, .root[data-is-touch] .search--light .search-box > .search-box__icon-clear > a:active {
        color: #797979; }
      .search--light .search-box > .search-box__icon-clear > a.disabled, .search--light .search-box > .search-box__icon-clear > a:disabled {
        color: rgba(34, 34, 34, 0.4) !important; }
    .search--dark .search-box > .search-box__icon-clear > a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .search--dark .search-box > .search-box__icon-clear > a, .search--dark .search-box > .search-box__icon-clear > a:link, .search--dark .search-box > .search-box__icon-clear > a:visited {
        text-decoration: none; }
      .root[data-is-touch="false"] .search--dark .search-box > .search-box__icon-clear > a:hover {
        text-decoration: underline; }
      .root[data-is-touch] .search--dark .search-box > .search-box__icon-clear > a.active, .root[data-is-touch] .search--dark .search-box > .search-box__icon-clear > a:active {
        text-decoration: none; }
      .search--dark .search-box > .search-box__icon-clear > a, .search--dark .search-box > .search-box__icon-clear > a:link, .search--dark .search-box > .search-box__icon-clear > a:visited {
        color: rgba(255, 255, 255, 0.95); }
      .root[data-is-touch="false"] .search--dark .search-box > .search-box__icon-clear > a:hover {
        color: rgba(219, 219, 219, 0.95); }
      .root[data-is-touch] .search--dark .search-box > .search-box__icon-clear > a.active, .root[data-is-touch] .search--dark .search-box > .search-box__icon-clear > a:active {
        color: rgba(181, 181, 181, 0.95); }
      .search--dark .search-box > .search-box__icon-clear > a.disabled, .search--dark .search-box > .search-box__icon-clear > a:disabled {
        color: rgba(255, 255, 255, 0.2) !important; }
  .search-box > .search-box__icon-search, .search-box > .search-box__icon-clear {
    position: absolute;
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.3rem;
    text-align: center;
    vertical-align: middle; }
  .search-box.not-empty > .search-box__icon-clear {
    display: block; }
  .search-box > .search-box__icon-clear {
    top: 0;
    right: 0;
    display: none; }
  .search-box > .search-box__icon-search {
    top: 0;
    left: 0; }

.search__cancel {
  margin-left: 0.5rem;
  font-weight: 600;
  white-space: nowrap; }

.search-result {
  margin: 1.5rem 0;
  font-size: 0.85rem;
  line-height: 1.4; }

.search-result__header {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase; }
  .search--light .search-result__header {
    color: #888; }
  .search--dark .search-result__header {
    color: rgba(255, 255, 255, 0.85); }

.search-result__item {
  list-style-type: none; }
  .search-result__item a {
    padding: 0.25rem 1rem;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-result__item a svg path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .search-result__item a, .search-result__item a:link, .search-result__item a:visited {
      color: #222;
      background-color: transparent; }
      .search-result__item a svg path, .search-result__item a:link svg path, .search-result__item a:visited svg path {
        fill: #222; }
    .root[data-is-touch="false"] .search-result__item a:hover {
      color: #333;
      background-color: #f2f2f2; }
      .root[data-is-touch="false"] .search-result__item a:hover svg path {
        fill: #333; }
    .root[data-is-touch] .search-result__item a.active, .root[data-is-touch] .search-result__item a:active {
      color: #333;
      background-color: #cccccc; }
      .root[data-is-touch] .search-result__item a.active svg path, .root[data-is-touch] .search-result__item a:active svg path {
        fill: #333; }
    .root[data-is-touch] .search-result__item a.focus {
      color: default;
      background-color: #f2f2f2;
      box-shadow: 0 0 0 2px rgba(242, 242, 242, 0.4); }
      .root[data-is-touch] .search-result__item a.focus svg path {
        fill: default; }
    .search-result__item a.disabled, .search-result__item a:disabled {
      color: rgba(34, 34, 34, 0.2) !important;
      background-color: transparent !important; }
      .search-result__item a.disabled svg path, .search-result__item a:disabled svg path {
        fill: rgba(34, 34, 34, 0.2) !important; }
    .search--light .search-result__item a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .search--light .search-result__item a svg path {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .search--light .search-result__item a, .search--light .search-result__item a:link, .search--light .search-result__item a:visited {
        color: #222;
        background-color: transparent; }
        .search--light .search-result__item a svg path, .search--light .search-result__item a:link svg path, .search--light .search-result__item a:visited svg path {
          fill: #222; }
      .root[data-is-touch="false"] .search--light .search-result__item a:hover {
        color: rgba(255, 255, 255, 0.95);
        background-color: rgba(0, 0, 0, 0.9); }
        .root[data-is-touch="false"] .search--light .search-result__item a:hover svg path {
          fill: rgba(255, 255, 255, 0.95); }
      .root[data-is-touch] .search--light .search-result__item a.active, .root[data-is-touch] .search--light .search-result__item a:active {
        color: rgba(255, 255, 255, 0.95);
        background-color: rgba(41, 41, 41, 0.9); }
        .root[data-is-touch] .search--light .search-result__item a.active svg path, .root[data-is-touch] .search--light .search-result__item a:active svg path {
          fill: rgba(255, 255, 255, 0.95); }
      .root[data-is-touch] .search--light .search-result__item a.focus {
        color: default;
        background-color: rgba(0, 0, 0, 0.9);
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4); }
        .root[data-is-touch] .search--light .search-result__item a.focus svg path {
          fill: default; }
      .search--light .search-result__item a.disabled, .search--light .search-result__item a:disabled {
        color: rgba(34, 34, 34, 0.4) !important;
        background-color: transparent !important; }
        .search--light .search-result__item a.disabled svg path, .search--light .search-result__item a:disabled svg path {
          fill: rgba(34, 34, 34, 0.4) !important; }
    .search--dark .search-result__item a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .search--dark .search-result__item a svg path {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .search--dark .search-result__item a, .search--dark .search-result__item a:link, .search--dark .search-result__item a:visited {
        color: rgba(255, 255, 255, 0.95);
        background-color: transparent; }
        .search--dark .search-result__item a svg path, .search--dark .search-result__item a:link svg path, .search--dark .search-result__item a:visited svg path {
          fill: rgba(255, 255, 255, 0.95); }
      .root[data-is-touch="false"] .search--dark .search-result__item a:hover {
        color: #222;
        background-color: rgba(255, 255, 255, 0.9); }
        .root[data-is-touch="false"] .search--dark .search-result__item a:hover svg path {
          fill: #222; }
      .root[data-is-touch] .search--dark .search-result__item a.active, .root[data-is-touch] .search--dark .search-result__item a:active {
        color: #222;
        background-color: rgba(217, 217, 217, 0.9); }
        .root[data-is-touch] .search--dark .search-result__item a.active svg path, .root[data-is-touch] .search--dark .search-result__item a:active svg path {
          fill: #222; }
      .root[data-is-touch] .search--dark .search-result__item a.focus {
        color: default;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4); }
        .root[data-is-touch] .search--dark .search-result__item a.focus svg path {
          fill: default; }
      .search--dark .search-result__item a.disabled, .search--dark .search-result__item a:disabled {
        color: rgba(255, 255, 255, 0.2) !important;
        background-color: transparent !important; }
        .search--dark .search-result__item a.disabled svg path, .search--dark .search-result__item a:disabled svg path {
          fill: rgba(255, 255, 255, 0.2) !important; }
  .search-result__item.active a, .search-result__item.active a:link, .search-result__item.active a:visited {
    color: #333;
    background-color: #f2f2f2; }
    .search--light .search-result__item.active a, .search--light .search-result__item.active a:link, .search--light .search-result__item.active a:visited {
      color: rgba(255, 255, 255, 0.95);
      background-color: rgba(0, 0, 0, 0.9); }
    .search--dark .search-result__item.active a, .search--dark .search-result__item.active a:link, .search--dark .search-result__item.active a:visited {
      color: #222;
      background-color: rgba(255, 255, 255, 0.9); }
  .root[data-is-touch] .search-result__item.active a.active, .root[data-is-touch] .search-result__item.active a:active {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.gsc-control-cse *,
.gsc-control-cse ::before,
.gsc-control-cse ::after {
  box-sizing: initial; }

.popup-image {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .root[data-is-touch="false"] .popup-image:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.23), 0 2px 6px rgba(0, 0, 0, 0.08), 0 12px 24px rgba(0, 0, 0, 0.02); }

.extensions {
  margin: 1rem 0; }

.extensions--video, .extensions--slide, .extensions--demo {
  position: relative;
  width: 100%;
  padding: 0; }
  .extensions--video > iframe, .extensions--slide > iframe, .extensions--demo > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.extensions--video {
  padding-top: 56.25%; }

.extensions--slide {
  padding-top: 81.3021702838%; }

.extensions--demo {
  min-height: 340px;
  padding-top: 56.25%; }

.extensions--audio {
  display: block;
  max-width: 100% !important; }

.article__content p.success {
  padding: 0.5rem 1rem;
  background-color: rgba(82, 196, 26, 0.1);
  border: 1px solid #52c41a;
  border-radius: 0.4rem; }
.article__content p.info {
  padding: 0.5rem 1rem;
  background-color: rgba(24, 144, 255, 0.1);
  border: 1px solid #1890ff;
  border-radius: 0.4rem; }
.article__content p.warning {
  padding: 0.5rem 1rem;
  background-color: rgba(250, 140, 22, 0.1);
  border: 1px solid #fa8c16;
  border-radius: 0.4rem; }
.article__content p.error {
  padding: 0.5rem 1rem;
  background-color: rgba(245, 34, 45, 0.1);
  border: 1px solid #f5222d;
  border-radius: 0.4rem; }

.article__content code.success {
  color: #fff;
  background-color: #52c41a; }
.article__content code.info {
  color: #fff;
  background-color: #1890ff; }
.article__content code.warning {
  color: #fff;
  background-color: #fa8c16; }
.article__content code.error {
  color: #fff;
  background-color: #f5222d; }

.article__content img.shadow, .article__content .shadow > img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23), 0 1px 3px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.02); }
.article__content img.border, .article__content .border > img {
  border: 1px solid #e6e6e6; }
.article__content img.rounded, .article__content .rounded > img {
  border-radius: 0.4rem; }
.article__content img.circle, .article__content .circle > img {
  border-radius: 50%; }

.icon {
  display: block; }
  .icon > svg {
    display: block; }

body,
html,
.root,
.layout--page {
  height: 100vh; }

.layout--page.layout--page--sidebar .page__viewport,
.layout--page.layout--page--sidebar .page__grid {
  height: 100%; }
@media (max-width: 1023px) {
  .layout--page.layout--page--sidebar .page__main {
    overflow: unset; } }

.page__main {
  height: 100%;
  color: #222; }
  .page__main .col-aside {
    display: none; }
    .page__main .col-aside > aside {
      position: absolute;
      width: 220px;
      overflow: hidden; }

.page__main-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #fff; }

.page__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 auto; }
  @media print {
    .page__content {
      padding-bottom: 0; } }

.hide-footer .page__content {
  padding-bottom: 0; }

.page__comments {
  margin: 1.5rem 0; }

.page__aside .toc-aside {
  padding: 3rem 0 1rem 3rem; }

.page__actions {
  position: fixed;
  bottom: 3rem;
  left: 1rem;
  z-index: 996;
  display: none; }

.page__sidebar {
  z-index: 998;
  display: block;
  width: 80%;
  max-width: 250px;
  height: 100%;
  background-color: #fff;
  border: 0 solid #e6e6e6;
  border-right-width: 1px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .page__sidebar > a > svg {
    width: 14.64rem;
    height: 14.64rem;
    margin-right: 1rem;
    vertical-align: middle; }
    @media (max-width: 499px) {
      .page__sidebar > a > svg {
        width: 14.64rem;
        height: 14.64rem; } }
  .page__sidebar .sidebar-toc {
    padding: 1rem 1rem 1.5rem 1.5rem; }

.sidebar-button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sidebar-button svg path {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .sidebar-button, .sidebar-button:link, .sidebar-button:visited {
    color: #000;
    background-color: rgba(242, 242, 242, 0.75); }
    .sidebar-button svg path, .sidebar-button:link svg path, .sidebar-button:visited svg path {
      fill: #000; }
  .root[data-is-touch="false"] .sidebar-button:hover {
    color: #000;
    background-color: rgba(206, 206, 206, 0.75); }
    .root[data-is-touch="false"] .sidebar-button:hover svg path {
      fill: #000; }
  .root[data-is-touch] .sidebar-button.active, .root[data-is-touch] .sidebar-button:active {
    color: #000;
    background-color: rgba(168, 168, 168, 0.75); }
    .root[data-is-touch] .sidebar-button.active svg path, .root[data-is-touch] .sidebar-button:active svg path {
      fill: #000; }
  .root[data-is-touch] .sidebar-button.focus {
    color: default;
    background-color: rgba(206, 206, 206, 0.75);
    box-shadow: 0 0 0 2px rgba(206, 206, 206, 0.4); }
    .root[data-is-touch] .sidebar-button.focus svg path {
      fill: default; }
  .sidebar-button.disabled, .sidebar-button:disabled {
    color: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(242, 242, 242, 0.75) !important; }
    .sidebar-button.disabled svg path, .sidebar-button:disabled svg path {
      fill: rgba(0, 0, 0, 0.2) !important; }

.page__mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.95);
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0s 0.4s ease-in-out;
  cursor: pointer; }

.layout--page--sidebar .page__main {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .layout--page--sidebar .page__main {
      overflow: unset; } }

.has-aside .col-aside {
  position: relative;
  display: block;
  width: 220px; }
  .has-aside .col-aside > aside.fixed {
    position: fixed;
    -webkit-font-smoothing: subpixel-antialiased; }
  @media (max-width: 1023px) {
    .has-aside .col-aside {
      display: none; } }

@media (max-width: 1023px) {
  .page__sidebar {
    position: fixed;
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0); }

  .page__actions {
    display: block; }

  .show-sidebar .page__actions {
    visibility: hidden; }
  .show-sidebar .page__sidebar {
    -webkit-transform: translate(0);
    transform: translate(0); }
  .show-sidebar .page__mask {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; } }
.hero--light .article__info {
  color: #222; }

.hero--dark .article__info {
  color: rgba(255, 255, 255, 0.95); }

.page__main--immersive .page__header {
  position: absolute;
  width: 100%; }
.page__main--immersive .hero__content {
  padding-top: 5rem; }

.article__sharing {
  margin: 1.5rem 0; }

.article__section-navigator {
  padding-top: 1rem;
  margin: 1.5rem 0 1rem 0;
  word-wrap: break-word;
  border: 0 solid #e6e6e6;
  border-top-width: 4px; }
  .article__section-navigator > .previous, .article__section-navigator > .next {
    width: 50%; }
    .article__section-navigator > .previous > span, .article__section-navigator > .next > span {
      font-weight: 600;
      color: #888; }
    .article__section-navigator > .previous > a, .article__section-navigator > .next > a {
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .article__section-navigator > .previous > a, .article__section-navigator > .previous > a:link, .article__section-navigator > .previous > a:visited, .article__section-navigator > .next > a, .article__section-navigator > .next > a:link, .article__section-navigator > .next > a:visited {
        text-decoration: none; }
      .root[data-is-touch="false"] .article__section-navigator > .previous > a:hover, .root[data-is-touch="false"] .article__section-navigator > .next > a:hover {
        text-decoration: underline; }
      .root[data-is-touch] .article__section-navigator > .previous > a.active, .root[data-is-touch] .article__section-navigator > .previous > a:active, .root[data-is-touch] .article__section-navigator > .next > a.active, .root[data-is-touch] .article__section-navigator > .next > a:active {
        text-decoration: none; }
      .article__section-navigator > .previous > a, .article__section-navigator > .previous > a:link, .article__section-navigator > .previous > a:visited, .article__section-navigator > .next > a, .article__section-navigator > .next > a:link, .article__section-navigator > .next > a:visited {
        color: #222; }
      .root[data-is-touch="false"] .article__section-navigator > .previous > a:hover, .root[data-is-touch="false"] .article__section-navigator > .next > a:hover {
        color: #fc4d50; }
      .root[data-is-touch] .article__section-navigator > .previous > a.active, .root[data-is-touch] .article__section-navigator > .previous > a:active, .root[data-is-touch] .article__section-navigator > .next > a.active, .root[data-is-touch] .article__section-navigator > .next > a:active {
        color: #f80408; }
      .article__section-navigator > .previous > a.disabled, .article__section-navigator > .previous > a:disabled, .article__section-navigator > .next > a.disabled, .article__section-navigator > .next > a:disabled {
        color: rgba(34, 34, 34, 0.2) !important; }
  .article__section-navigator > .previous {
    float: left;
    padding-right: 0.5rem; }
  .article__section-navigator > .next {
    float: right;
    padding-left: 0.5rem;
    text-align: right; }

.layout--articles {
  margin: 1.5rem 0;
  margin-top: 3rem; }
  @media (max-width: 499px) {
    .layout--articles {
      margin-top: 1.5rem; } }
  .layout--articles .card__header {
    font-size: 1rem; }
  .layout--articles .card__image > .overlay, .layout--articles .card__image > .overlay .card__header {
    font-size: 0.85rem; }

.layout--archive > .layout--archive__result {
  margin: 1.5rem 0; }

.layout--home .pagination {
  margin: 1.5rem 0; }
.layout--home .pagination__menu {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
.layout--home .pagination__omit {
  color: #888; }
.layout--home .items {
  margin-top: 2.25rem; }

.layout--landing .heros {
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto; }
.layout--landing .hero img {
  display: block;
  width: 100%;
  margin: 0 auto; }
.layout--landing .hero__content {
  margin-bottom: 0; }
.layout--landing .hero__cover {
  max-width: 950px; }
.layout--landing .hero__cover--full-width {
  max-width: none; }

.layout--404 .sign {
  display: table;
  margin: 1.5rem auto;
  margin-top: 3rem; }
  .layout--404 .sign h1 {
    font-size: 6rem;
    line-height: 1; }
  .layout--404 .sign p {
    font-size: 1.8rem; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/****Vars****/
body {
  font-size: 16px;
  line-height: 24px;
  color: #536B76;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

a:visited {
  color: #1E77B7; }

.root[data-is-touch="false"] a {
  color: #1E77B7; }
  .root[data-is-touch="false"] a:hover {
    color: #FF8A00; }

html {
  scroll-behavior: smooth; }

.article__content {
  padding: 0 15px; }
  .article__content p {
    margin-top: 0;
    text-align: justify; }

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif; }

.blue {
  color: #1E77B7 !important; }

.pt0 {
  padding-top: 0 !important; }

.dn {
  display: none !important; }

/*@media all and (min-width:0px)*/
.grid > .cell--auto {
  flex: 1 1 auto;
  width: auto; }

.article__content,
.page__main {
  line-height: 24px;
  color: #536B76; }

/****Header****/
.page__header {
  padding-top: 70px; }

.m0 {
  margin: 0; }

.mb2 {
  margin-bottom: 0.5rem; }

header.header {
  background: #FFFFFF;
  box-shadow: 0px 15px 15px rgba(0, 152, 218, 0.15);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99; }
  header.header .header__brand > a > svg {
    height: auto;
    margin-right: 0;
    width: 187px; }
  header.header .main {
    width: 1060px;
    margin: 0 auto;
    padding: 0;
    height: 70px;
    align-items: center; }
  header.header nav.top_navigation ul li {
    margin: 0 0 0 31px; }
    header.header nav.top_navigation ul li:first-child {
      margin: 0; }
    header.header nav.top_navigation ul li a {
      font-size: 16px;
      transition: all 300ms ease;
      line-height: 20px;
      font-weight: 400;
      color: #536B76;
      font-family: 'Montserrat', sans-serif; }
      header.header nav.top_navigation ul li a:hover {
        color: #1E77B7 !important; }
        header.header nav.top_navigation ul li a:hover i:before {
          color: #1E77B7 !important; }
    header.header nav.top_navigation ul li:after {
      display: none !important; }
    header.header nav.top_navigation ul li.navigation__item--active a {
      color: #1E77B7;
      font-weight: bold; }
      header.header nav.top_navigation ul li.navigation__item--active a i:before {
        color: #1E77B7 !important; }
    header.header nav.top_navigation ul li .search-button {
      background: none !important;
      border: none !important;
      width: 26px;
      min-width: 10px;
      height: 26px;
      margin-left: 5px; }
      header.header nav.top_navigation ul li .search-button i {
        color: #FF8A00;
        font-size: 24px;
        transition: all 300ms ease;
        line-height: 26px; }
      header.header nav.top_navigation ul li .search-button:hover i {
        color: #1E77B7; }

.header__title > .search-button {
  min-width: 10px; }

.modal--overflow {
  padding: 15px; }

.hero__content .search-wrapper {
  margin: 30px auto 0; }
.hero__content .article__header h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 55px; }
  .hero__content .article__header h1 span {
    font-size: 35px;
    display: block;
    padding-top: 9px; }

header .top-title,
header h1 {
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #1E77B7; }

.learn-hub h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #1478B2;
  margin: 0 0 38px; }

.learn-hub.container {
  width: 1240px;
  padding-top: 50px; }

.learn-hub-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .learn-hub-list li {
    margin-top: 20px; }
    .learn-hub-list li:first-child {
      margin: 0; }
    .learn-hub-list li a {
      display: flex;
      width: 368px;
      align-items: center;
      border: 1px solid #C5C5C5;
      box-shadow: 0px 5px 15px rgba(158, 222, 250, 0.25);
      border-radius: 6px;
      padding: 30px 10px;
      font-weight: 600;
      justify-content: center;
      text-decoration: none !important;
      font-size: 24px;
      color: #000 !important;
      line-height: 24px; }
      .learn-hub-list li a:hover {
        border-color: #1478B2;
        color: #1478b2 !important; }

.top_navigation > ul,
.header__title {
  height: auto; }

.header__title {
  position: relative; }

.h4_article {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  border: none !important;
  padding-top: 4px;
  margin-bottom: 40px;
  color: #1E77B7;
  margin-bottom: 30px !important; }

/******Buttons*******/
.button, .swiper__button {
  background: #FF8A00;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  line-height: 26px !important;
  min-width: 210px;
  border: 2px solid #FF8A00;
  padding: 5px 15px;
  border-radius: 20px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .button.button--primary, .button--primary.swiper__button, .button.button--info, .button--info.swiper__button {
    background: #FF8A00; }
    .button.button--primary:hover, .button--primary.swiper__button:hover, .button.button--info:hover, .button--info.swiper__button:hover {
      color: #fff !important;
      border-color: #1E77B7 !important;
      background: #1E77B7 !important; }
  .button .fab, .swiper__button .fab {
    font-size: 20px;
    color: #fff;
    margin-right: 10px; }
  .button.button--normal, .button--normal.swiper__button, .button.button--active, .button--active.swiper__button {
    color: #fff;
    background: #FF8A00; }
    .button.button--normal:hover, .button--normal.swiper__button:hover, .button.button--active:hover, .button--active.swiper__button:hover {
      color: #fff;
      background: #1E77B7;
      border-color: #1E77B7; }
  .button.button--trans_white, .button--trans_white.swiper__button {
    border-color: #FF8A00;
    color: #FF8A00 !important;
    background: #fff; }
    .button.button--trans_white:hover, .button--trans_white.swiper__button:hover {
      color: #1E77B7 !important;
      border-color: #1E77B7; }
  .button.button--big_btn, .button--big_btn.swiper__button {
    min-width: 260px; }
  .button.button--trans, .button--trans.swiper__button {
    border-color: #fff;
    background: none;
    color: #fff; }
    .button.button--trans:hover, .button--trans.swiper__button:hover {
      color: #1E77B7 !important;
      background: #fff;
      border-color: #fff; }
      .button.button--trans:hover i, .button--trans.swiper__button:hover i {
        color: #1E77B7; }

h2.h2_doc {
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  line-height: 31px;
  margin: 0 0 35px;
  color: #1E77B7;
  border: none; }

.root[data-is-touch="false"] ul.toc .toc-h1.active a:hover, .root[data-is-touch="false"] ul.toc .toc-h2.active a:hover, .root[data-is-touch="false"] ul.toc .toc-h3.active a:hover, .root[data-is-touch="false"] ul.toc .toc-h4.active a:hover, .root[data-is-touch="false"] ul.toc .toc-h5.active a:hover, .root[data-is-touch="false"] ul.toc .toc-h6.active a:hover {
  color: #FF8A00; }

/******Index*******/
.layout--page.layout--page--sidebar .page__viewport,
.layout--page.layout--page--sidebar .page__grid {
  height: auto; }

.layout--404 .sign h1 {
  border: none; }

.article__header--overlay .hero.hero--center {
  background: #20a5df url("../../assets/images/bg_hero.png") 0 0 no-repeat;
  background-size: cover;
  padding-top: 50px; }
  .article__header--overlay .hero.hero--center p.overlay__excerpt {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 41px;
    padding-top: 2px;
    line-height: 30px; }
  .article__header--overlay .hero.hero--center .menu li {
    margin: 0 10px; }

.big_img {
  max-width: 800px;
  margin: 0 auto 10px; }

.h3_title {
  font-weight: 800;
  font-size: 35px;
  line-height: 55px;
  margin: 0 0 15px; }
  .h3_title.big_h3 {
    font-size: 40px; }

.h2_title {
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 15px; }

.epd h2.h2_title {
  font-size: 40px;
  line-height: 50px;
  color: #536B76;
  margin-bottom: 60px; }

.grey {
  color: #536B76 !important; }

.h3_descr {
  font-size: 18px;
  line-height: 30px; }

.h4_title {
  font-weight: 800;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 38px; }
  .h4_title.white {
    color: #fff; }

.top_section h2.h2_title {
  font-size: 40px;
  text-align: left;
  line-height: 50px;
  color: #536B76;
  margin: 82px 0 32px; }
  .top_section h2.h2_title a {
    font-weight: 800; }
    .top_section h2.h2_title a:hover {
      text-decoration: none; }
.top_section p {
  text-align: left; }
.top_section figure {
  float: right; }
.top_section .menu {
  padding-top: 29px; }
  .top_section .menu.three_a a {
    margin: 0 10px; }
.top_section.bottom_section {
  padding-top: 40px; }
  .top_section.bottom_section h4 {
    margin: 0; }

.bottom_section {
  padding-top: 72px; }
  .bottom_section h2.h2_title {
    margin-bottom: 53px; }
  .bottom_section a.button, .bottom_section a.swiper__button {
    min-width: 246px;
    padding: 9px 15px; }
  .bottom_section .menu li {
    margin: 0 4px; }

img[title*="lit_shadow"] {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

img[title*="w_60"] {
  width: 60%; }

img[title*="w_80"] {
  width: 80%; }

.table-inner {
  overflow: auto; }

.table_code {
  font-family: 'Source Code Pro', monospace;
  line-height: 32px;
  display: table;
  width: 560px;
  margin: 15px 0 0;
  border-collapse: collapse; }
  .table_code thead tr {
    background: rgba(244, 247, 252, 0.8); }
    .table_code thead tr th {
      font-size: 14px;
      color: #3E4095;
      padding: 2px 10px;
      font-weight: 400; }
      .table_code thead tr th:nth-child(2n) {
        width: 168px; }
      .table_code thead tr th:last-child {
        text-align: right;
        padding-right: 30px; }
  .table_code tbody tr:nth-child(2n) {
    background: rgba(244, 247, 252, 0.8); }
  .table_code tbody tr:nth-child(2n+1) {
    background: #fff; }
  .table_code tbody tr td {
    font-size: 12px;
    color: #536B76;
    padding: 2px 10px;
    font-weight: 400; }
    .table_code tbody tr td:last-child {
      text-align: right;
      padding-right: 30px; }

.mb50 {
  margin-bottom: 50px; }

.code_snippet {
  padding: 38px 30px;
  background: rgba(244, 247, 252, 0.8);
  border-radius: 8px; }
  .code_snippet .code_bg {
    position: relative;
    padding: 1;
    z-index: 4; }
    .code_snippet .code_bg::after {
      content: '';
      position: absolute;
      top: -15px;
      left: -30px;
      background: #E7EEF9;
      display: block;
      width: calc(100% + 60px);
      height: calc(100% + 30px);
      z-index: -1; }
  .code_snippet em {
    font-size: 0;
    background: #A0C3D3;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px; }

.code_snippet_inner {
  color: #536B76;
  padding-top: 45px;
  font-weight: 400;
  font-family: 'Source Code Pro', monospace; }
  .code_snippet_inner p {
    line-height: 24px;
    font-size: 19px;
    padding-bottom: 16px; }
  .code_snippet_inner strong {
    font-weight: 400; }

.light_blue {
  color: #32B8F2; }

.snip_dark_blue {
  color: #1E77B7; }

.c_orange {
  color: #f08717; }

p.code_snip_dots {
  font-size: 23px; }

.tal {
  text-align: left !important; }

.ai_bg1 {
  color: #3E4095; }

.snip_red {
  color: #EB5757; }

.ecosystem-section h2.h2_title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 44px; }
.ecosystem-section .tab-python-scala-li {
  min-width: 275px;
  font-size: 24px;
  line-height: 28px;
  margin: 0 2px 8px;
  padding: 26px 10px; }
  .ecosystem-section .tab-python-scala-li span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 11px;
    font-weight: 500;
    background: #ff8a00;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }

.tabs-body {
  padding-top: 28px; }
  .tabs-body h3.h3_title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px; }
    .tabs-body h3.h3_title a {
      font-weight: 800; }
      .tabs-body h3.h3_title a:hover {
        text-decoration: none; }
  .tabs-body .tabs-item figure {
    margin: 0; }

.root .ecosystem {
  list-style-type: none;
  text-align: center;
  margin: 59px 0 0; }
  .root .ecosystem li {
    list-style-type: none;
    display: inline-block;
    margin: 0 29px; }
    .root .ecosystem li a {
      font-weight: 500;
      font-size: 16px;
      transition: all 300ms ease;
      line-height: 20px;
      color: #536B76; }
      .root .ecosystem li a:hover {
        text-decoration: underline;
        color: #1E77B7; }

.ecosystem-description {
  font-weight: 400;
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 13px;
  line-height: 26px; }

.heros {
  padding-top: 50px; }
  .heros .section-row {
    padding: 70px 20px;
    margin: 0; }

.bottom_blue {
  position: relative; }
  .bottom_blue::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    background: #0098da;
    margin-left: 24vw;
    z-index: -1; }

.quick_easy {
  position: relative; }
  .quick_easy.landing_models .grid--container::before {
    display: none; }
  .quick_easy.landing_models .d_flex {
    align-items: center; }
  .quick_easy .quick_easy_inner {
    margin-top: 80px; }
    .quick_easy .quick_easy_inner h3 {
      font-weight: 800;
      font-size: 40px;
      line-height: 50px; }

.grid--container {
  margin: 0 auto;
  width: 1170px;
  padding: 0 15px;
  position: relative; }
  .grid--container .grid {
    margin: 0 -15px;
    position: relative;
    z-index: 5; }
    .grid--container .grid .cell {
      padding: 0 15px; }

.feature-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15);
  padding: 70px 15px;
  height: 100%; }
  .feature-item figure {
    aspect-ratio: auto; }
  .feature-item.topthree figure {
    width: 60px;
    margin: 0 auto 20px; }
  .feature-item h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #1E77B7;
    margin: 0 0 12px; }
  .feature-item p {
    padding: 0 35px;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px; }
  .feature-item.sponsor {
    padding: 20px 10px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none; }
    .feature-item.sponsor figure {
      width: auto;
      margin: 0; }

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

.article__footer {
  margin: 112px 0 40px;
  display: none; }

.article__license .license {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding-top: 36px; }
  .article__license .license img {
    height: auto; }
  .article__license .license p {
    display: inline-flex;
    align-items: center; }
  .article__license .license a {
    color: #1E77B7;
    display: inline-block;
    margin: 0 5px; }
    .article__license .license a:hover {
      text-decoration: none !important;
      color: #FF8A00 !important; }

.article__section-navigator {
  border: none;
  padding: 0 0 65px;
  font-family: 'Montserrat', sans-serif; }
  .article__section-navigator div.nav-step span {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #536B76;
    display: block; }
  .article__section-navigator div.nav-step.previous span {
    text-align: left; }
  .article__section-navigator div.nav-step a {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #0098DA !important;
    text-decoration: underline !important; }
    .article__section-navigator div.nav-step a:hover {
      text-decoration: none !important; }

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

.descr_quick {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  padding-top: 20px;
  margin-bottom: 37px; }
  .descr_quick a {
    font-weight: normal; }

b {
  font-weight: bold; }

.features-inner {
  position: relative;
  padding: 65px 95px 0; }
  .features-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15);
    z-index: -1;
    height: calc(100% - 111px); }
  .features-inner .features-ul {
    display: flex;
    justify-content: center;
    margin: 0 0 0px 0px; }
  .features-inner .highlight {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 570px; }

.highlight > {
  text-align: left !important; }
  .highlight > pre {
    padding: 25px 0;
    text-align: left !important; }
  .highlight > code {
    text-align: left !important; }

.header-author {
  padding-bottom: 50px; }

.article__content ul,
ul.list1 {
  list-style-type: none;
  margin: 0 0 0 47px; }
  .article__content ul li,
  ul.list1 li {
    text-align: left;
    margin-bottom: 4px;
    position: relative;
    padding-left: 20px; }
    .article__content ul li:before,
    ul.list1 li:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 6px;
      height: 6px;
      background: #1E77B7;
      border-radius: 9px;
      left: 0;
      top: 9px; }

ol.list1 {
  margin: 0 0 0 35px; }
  ol.list1 li {
    margin-bottom: 15px; }

.benchmark-section {
  text-align: left;
  position: relative;
  margin-top: 70px; }
  .benchmark-section:before {
    content: '';
    height: calc(100% + 136px);
    width: 950px;
    background: #F7FCFE;
    top: -68px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute; }

.benchmark-top {
  padding-top: 50px; }

.table2 {
  width: 100%;
  background: #ffffff; }
  .table2 thead tr {
    background: #3E4095;
    box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15); }
    .table2 thead tr th {
      vertical-align: middle;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 16px;
      line-height: 26px;
      height: 75px;
      padding: 10px;
      text-align: left;
      min-width: 103px; }
  .table2 tbody tr td {
    height: 63px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #536B76;
    text-align: left; }
  .table2 tbody tr:nth-child(odd) {
    box-shadow: inset 0px 0px 35px rgba(0, 152, 218, 0.05); }
  .table2 tbody tr:nth-child(even) {
    box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.05); }

.have_subtitle .top-title,
.have_subtitle h1 {
  font-size: 40px;
  line-height: 46px; }
.have_subtitle .top-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  padding: 17px 0 25px; }
.have_subtitle .search-wrapper {
  margin: 0 auto 20px; }

.full_menu {
  padding: 49px 28px 90px;
  width: 100%; }
  .full_menu .demopage-sidemenu {
    height: auto;
    position: relative;
    top: auto;
    z-index: 8;
    transition: none;
    width: auto;
    padding: 0;
    overflow: visible; }
    .full_menu .demopage-sidemenu:before {
      display: none; }
    .full_menu .demopage-sidemenu .sidemenu {
      display: flex;
      justify-content: space-between; }
      .full_menu .demopage-sidemenu .sidemenu .col-side {
        flex: 0 0 25%;
        width: 25%;
        padding: 0 25px 30px; }
        .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top {
          margin: 0; }
          .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li {
            font-weight: 700;
            font-size: 24px;
            color: #000;
            line-height: 32px;
            font-family: 'Montserrat', sans-serif;
            padding: 0 0 55px;
            position: relative; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li[data-hide="hide"] {
              display: none !important; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li i {
              display: none; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li::before {
              content: '';
              background: #c5c5c5;
              position: absolute;
              bottom: 36px;
              left: 0;
              width: 100%;
              height: 1px; }
        .full_menu .demopage-sidemenu .sidemenu .col-side ul {
          list-style-type: none;
          margin: 0 0 45px; }
          .full_menu .demopage-sidemenu .sidemenu .col-side ul.dn {
            display: none; }
          .full_menu .demopage-sidemenu .sidemenu .col-side ul li {
            list-style-type: none;
            padding: 0;
            margin-top: 14px; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul li[data-hide="hide"] {
              display: none !important; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul li:first-child {
              margin: 0; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul li a {
              font-size: 18px;
              line-height: 24px;
              font-weight: normal;
              color: #333333 !important; }
              .full_menu .demopage-sidemenu .sidemenu .col-side ul li a:hover {
                text-decoration: none;
                color: #FF882F !important; }
            .full_menu .demopage-sidemenu .sidemenu .col-side ul li.free_link span {
              display: none; }

.page__sidebar {
  position: fixed;
  left: 0;
  max-width: 280px;
  top: 70px;
  background: none;
  border: none;
  z-index: 9; }
  .page__sidebar:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #F5F5F5;
    display: block;
    height: 100%;
    width: 15px;
    opacity: 0.5; }

.has-aside .col-aside {
  position: fixed;
  right: 5px;
  width: 250px;
  height: 100vh;
  top: 70px;
  background: none;
  border: none; }
  .has-aside .col-aside:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #F5F5F5;
    display: block;
    height: 100%;
    width: 15px;
    opacity: 0.5; }

.has-aside .col-aside > aside {
  position: relative !important;
  width: 100%;
  top: auto;
  right: 0;
  top: 0 !important;
  overflow: auto;
  height: 100%;
  left: auto !important; }

/***Lightbox***/
.input_output_modal {
  position: fixed;
  padding: 30px;
  width: 1000px;
  top: 10%;
  right: 0;
  margin: auto;
  overflow: auto;
  height: 86%;
  left: 0;
  display: none;
  z-index: 99999; }
  .input_output_modal.open {
    display: block; }
  .input_output_modal img {
    width: 100%;
    height: auto; }
  .input_output_modal .close-modal {
    position: absolute;
    right: 10px;
    top: 10px; }

.input_output_img img {
  cursor: pointer; }

#overview {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.5); }
  #overview.open {
    display: block; }

@media (min-width: 1700px) {
  .layout--page--aside:not(.layout--page--sidebar) {
    background: url("../../assets/images/main-bg1.jpg") 0 0 repeat; }
    .layout--page--aside:not(.layout--page--sidebar) .page__viewport {
      margin-left: 260px; }
      .layout--page--aside:not(.layout--page--sidebar) .page__viewport.has-aside .col-main {
        margin-right: 0; }
      .layout--page--aside:not(.layout--page--sidebar) .page__viewport .page__main-inner {
        padding-right: 260px; }

  .layout--page--sidebar.layout--page--aside {
    background: url("../../assets/images/main-bg1.jpg") 0 0 repeat; }
    .layout--page--sidebar.layout--page--aside .page__viewport {
      margin-right: 260px; }
      .layout--page--sidebar.layout--page--aside .page__viewport .has-aside .col-aside {
        right: 260px; } }
summary.button, summary.swiper__button {
  margin-bottom: 20px; }

.tac {
  text-align: center; }

.tabs-model-aproach-head p {
  text-align: center; }

.tac {
  text-align: center !important; }

.tabs-python-scala-box > .highlighter-rouge {
  display: block !important; }

.tabs-model-aproach-head {
  padding-bottom: 30px; }

code.language-plaintext {
  display: inline !important; }

.annotator_type {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin: -15px 0 22px; }

.tab-python-scala-li,
.tab-mfl-li,
.tab-li-model-aproach {
  text-align: center;
  min-width: 196px;
  transition: all 300ms ease;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 27px;
  color: #0098DA;
  background: #fff;
  padding: 13px 10px;
  position: relative;
  border: 2px solid #ECF9FF;
  box-sizing: border-box;
  box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.1);
  margin: 0 2px; }
  .tab-python-scala-li.tabheader_active, .tab-python-scala-li:hover,
  .tab-mfl-li.tabheader_active,
  .tab-mfl-li:hover,
  .tab-li-model-aproach.tabheader_active,
  .tab-li-model-aproach:hover {
    background: #0098DA;
    color: #fff;
    border-color: #0098DA; }

.tabs-model-aproach-head {
  display: flex; }

.tab-li-model-aproach {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }
  .tab-li-model-aproach strong {
    display: block;
    font-size: 15px;
    font-weight: 500; }

.tabs-python-scala-head {
  padding: 30px 0; }

.tab-mfl-li {
  min-width: 165px;
  font-size: 16px;
  padding: 10px; }
  .tab-mfl-li.tabheader_active, .tab-mfl-li:hover {
    background: #3e4095;
    border-color: #3e4095; }

.jsl-tabs {
  padding: 10px !important;
  background: #e2f5fe; }
  .jsl-tabs .tabs-python-scala-head {
    padding: 0; }
    .jsl-tabs .tabs-python-scala-head .tab-python-scala-li {
      min-width: 170px;
      font-size: 16px;
      padding: 10px;
      margin-right: 15px;
      border: 1px solid #0098DA; }

.page__main-inner {
  min-height: calc(100vh - 70px);
  height: 100%; }

.layout--page--sidebar .page__main-inner {
  margin-top: 70px; }
.layout--page--sidebar .page__header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 9; }
.layout--page--sidebar .page__sidebar .page__main {
  margin-left: 250px; }

.article__header {
  margin-top: 0;
  padding: 54px 5px 0;
  position: relative; }
  .article__header header,
  .article__header h1 {
    display: block; }

.edit-on-github {
  position: absolute;
  right: 5%;
  top: 10px;
  display: none; }

.h2_article {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  border: none !important;
  padding-top: 4px;
  margin-bottom: 40px;
  color: #0098DA;
  margin-top: 75px !important; }

.container-aside {
  margin-bottom: 1.5em; }

.h1_article {
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  border: none !important;
  margin-bottom: 40px;
  color: #1E77B7; }

.main {
  padding: 0; }

.container-aside {
  width: auto; }

.page__sidebar .sidebar-toc {
  padding: 3rem 1rem 10rem 15px;
  background: #ffffff; }
  .page__sidebar .sidebar-toc ul.toc--navigator li {
    margin: 0 0 10px;
    position: relative; }
  .page__sidebar .sidebar-toc ul.toc--navigator .toc-h1 {
    font-weight: 500;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 22px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #5334AE;
    border: none;
    letter-spacing: -0.5px; }
  .page__sidebar .sidebar-toc ul.toc--navigator .toc-subtitle {
    font-weight: 500;
    padding: 10px 13px 0;
    font-size: 15px;
    line-height: 22px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #bbbbbb;
    border: none;
    letter-spacing: -0.5px; }
  .page__sidebar .sidebar-toc ul.toc--navigator .toc-h2 {
    padding-left: 5px; }
    .page__sidebar .sidebar-toc ul.toc--navigator .toc-h2 a {
      font-size: 14px;
      line-height: 18px;
      margin: 0;
      font-weight: normal;
      color: #536B76;
      border: none; }
    .page__sidebar .sidebar-toc ul.toc--navigator .toc-h2:hover a {
      color: #1E77B7; }
    .page__sidebar .sidebar-toc ul.toc--navigator .toc-h2.active a {
      color: #1E77B7;
      font-weight: bold; }
    .page__sidebar .sidebar-toc ul.toc--navigator .toc-h2.subtitle_item {
      padding-left: 15px; }
      .page__sidebar .sidebar-toc ul.toc--navigator .toc-h2.subtitle_item a {
        font-size: 13px; }

.col-aside .page__aside ul.toc--ellipsis li {
  margin: 0 0 10px;
  position: relative;
  white-space: normal;
  overflow: visible; }
  .col-aside .page__aside ul.toc--ellipsis li.toc-h3 {
    margin-bottom: 10px;
    padding-left: 15px; }
  .col-aside .page__aside ul.toc--ellipsis li.toc-h2 {
    padding-top: 7px; }
.col-aside .page__aside ul.toc--ellipsis .toc-h3,
.col-aside .page__aside ul.toc--ellipsis .toc-h2 {
  padding-left: 5px; }
  .col-aside .page__aside ul.toc--ellipsis .toc-h3 a,
  .col-aside .page__aside ul.toc--ellipsis .toc-h2 a {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    position: relative;
    font-weight: normal;
    color: #536B76;
    border: none; }
  .col-aside .page__aside ul.toc--ellipsis .toc-h3:hover a,
  .col-aside .page__aside ul.toc--ellipsis .toc-h2:hover a {
    color: #1E77B7; }
  .col-aside .page__aside ul.toc--ellipsis .toc-h3.active a,
  .col-aside .page__aside ul.toc--ellipsis .toc-h2.active a {
    color: #1E77B7;
    font-weight: bold; }
  .col-aside .page__aside ul.toc--ellipsis .toc-h3.h2-select a:before,
  .col-aside .page__aside ul.toc--ellipsis .toc-h2.h2-select a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background: #536b76;
    display: block; }

#podcast {
  margin-top: 60px !important; }

.video-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(30, 119, 183, 0.25);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 45px; }
  .video-item .extensions {
    margin: 0; }

.video-descr {
  height: 70px;
  align-items: center;
  font-weight: 500;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  color: #536B76;
  padding: 10px 25px; }

.strata-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15);
  padding: 33px 34px;
  margin: 25px 15px 0; }
  .strata-wrapper h2 {
    margin: 0 0 10px !important;
    color: #0098DA;
    padding: 0; }

.article__content h2 {
  margin-top: 45px; }

.list2 {
  list-style-type: none;
  margin: 0 !important; }
  .list2 li {
    font-size: 16px;
    line-height: 24px;
    color: #536B76;
    position: relative;
    padding-left: 28px;
    margin-bottom: 21px; }
    .list2 li:before {
      content: '';
      background: #FF8A00;
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 10px; }
    .list2 li a {
      font-weight: bold;
      text-transform: capitalize;
      font-weight: 800;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      line-height: 24px;
      color: #1E77B7;
      display: inline-block;
      margin-bottom: 10px; }
    .list2 li p {
      margin: 0 !important; }

.podcast {
  overflow: hidden;
  padding-bottom: 50px; }
  .podcast p {
    margin: 0 0 10px; }
  .podcast a {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0098DA !important; }
    .podcast a:hover {
      color: #FF8A00; }

.img1 {
  float: left;
  margin: 0 15px 0 0 !important; }

.extra-wrap {
  overflow: hidden; }

.art_descr {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto 50px;
  width: 645px; }

.breadcrambs {
  display: flex;
  list-style-type: none;
  padding-bottom: 20px; }
  .breadcrambs li {
    list-style-type: none;
    font-size: 16px;
    line-height: 36px;
    color: #536B76; }
    .breadcrambs li:first-child::after {
      content: '>';
      font-size: 17px;
      display: inline-block;
      margin: 0 8px; }
    .breadcrambs li a {
      font-weight: normal;
      text-decoration: none !important; }

.search-wrapper {
  position: relative;
  z-index: 8; }
  .search-wrapper .search-input-wrapper {
    width: 415px;
    margin: 0 auto 50px; }
  .search-wrapper button {
    position: absolute;
    right: 0;
    top: 0; }
  .search-wrapper input {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzUzNkI3NiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTUuOTM3IDE0LjQ1MUE4LjkyNyA4LjkyNyAwIDAgMCAyLjYxNCAyLjYxNGE4LjkyNiA4LjkyNiAwIDAgMCAxMS44MzcgMTMuMzIzbDMuNzU2IDMuNzU1YTEuMDUgMS4wNSAwIDEgMCAxLjQ4NS0xLjQ4NWwtMy43NTUtMy43NTZaTTEzLjc1MiA0LjFBNi44MjYgNi44MjYgMCAxIDEgNC4xIDEzLjc1MiA2LjgyNiA2LjgyNiAwIDAgMSAxMy43NTIgNC4xWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 50px;
    border-radius: 5px;
    transition: all 300ms ease;
    border: 1px solid #1E77B7;
    padding: 5px 5px 5px 41px;
    font-weight: 400;
    width: 100%;
    color: #536B76;
    font-family: 'Roboto';
    font-size: 14px; }
    .search-wrapper input:focus {
      background-color: #ECF9FF; }

.results-container {
  list-style-type: none;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  border-bottom: 1px solid #f4f5f6;
  width: 100%; }
  .results-container em {
    display: block;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .results-container li {
    list-style-type: none;
    padding: 25px 10px;
    border-top: 1px solid #f4f5f6; }
    .results-container li:last-child {
      padding-bottom: 15px; }
    .results-container li .sr_seotitle {
      display: block;
      font-size: 14px;
      color: #536B76 !important;
      font-weight: 500;
      line-height: 24px; }
    .results-container li i {
      font-style: normal;
      font-size: 12px;
      line-height: 12px;
      color: #ff882f;
      display: block;
      font-weight: 400;
      margin-bottom: 4px; }
    .results-container li .hightitle {
      color: #ff882f !important; }
    .results-container li a {
      color: #1E77B7 !important;
      font-size: 18px;
      line-height: 28px;
      text-align: left;
      transition: all 300ms ease;
      border-radius: 3px; }
      .results-container li a:hover {
        text-decoration: none !important;
        color: #ff882f !important; }

.article-inner {
  display: block;
  position: relative;
  padding: 70px 30px 0;
  min-height: 205px; }
  .article-inner:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 29px;
    background: url("../../assets/images/news_f.svg") 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 24px;
    z-index: 5; }
  .article-inner img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0; }
  .article-inner a {
    font-weight: 800;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    position: relative;
    z-index: 5;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25); }

.article-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(30, 119, 183, 0.25);
  margin-bottom: 20px;
  overflow: hidden; }
  .article-item .video-descr {
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    position: relative;
    z-index: 9;
    display: flex;
    background: #fff; }
  .article-item p {
    margin: 0 !important; }

.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 39px; }

.demopage {
  min-height: 1010px;
  position: relative; }
  .demopage .search-wrapper {
    margin: 0 0 40px; }
  .demopage h1.subtitle {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0; }

.demopage_content {
  padding: 0 !important; }
  .demopage_content .layout--landing {
    flex: 0 0 78%;
    width: 78%;
    padding: 56px 0 0 42px; }

h2.h2_title.cat_h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 80px; }

.cat-wrapper {
  padding: 65px 56px 0;
  width: 100%; }
  .cat-wrapper .cat-item {
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 25px 0px rgba(0, 152, 218, 0.1); }
    .cat-wrapper .cat-item h5 {
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 24px;
      line-height: 34px; }
  .cat-wrapper .cat-title-wrap {
    border-bottom: 1px solid #f4f4f4;
    padding: 41px 15px 19px 81px; }
    .cat-wrapper .cat-title-wrap .cat-title {
      color: #1E77B7;
      font-size: 30px;
      font-style: normal;
      font-weight: 800;
      line-height: 50px;
      margin: 0; }
  .cat-wrapper .cat-item-inner {
    display: flex;
    padding: 49px 87px; }
  .cat-wrapper .cat-item-col {
    flex: 0 0 25%;
    width: 25%;
    padding-right: 65px; }

.cat-list {
  list-style-type: none; }
  .cat-list.mb6 {
    margin-bottom: 64px; }
  .cat-list li {
    margin-top: 10px;
    padding-left: 33px;
    position: relative; }
    .cat-list li::before {
      content: '';
      width: 0px;
      position: absolute;
      display: block;
      height: 0px;
      transition: all 300ms ease;
      left: 0;
      top: 9px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #536B76; }
    .cat-list li:first-child {
      margin: 0; }
    .cat-list li.active a {
      color: #FF8A00 !important;
      text-decoration: none !important; }
    .cat-list li.active:before {
      border-left-color: #FF8A00; }
    .cat-list li:hover::before {
      border-left-color: #FF8A00; }
    .cat-list li a {
      color: #536B76 !important;
      font-size: 18px;
      transition: all 300ms ease;
      font-weight: 400;
      line-height: 30px; }
      .cat-list li a:hover {
        color: #FF8A00 !important;
        text-decoration: none !important; }
        .cat-list li a:hover::before {
          border-left-color: #FF8A00; }

.cat-item-wrapper {
  justify-content: space-between;
  display: flex;
  margin-top: 15px; }
  .cat-item-wrapper .cat-item {
    flex: 0 0 49.5%;
    width: 49.5%; }
    .cat-item-wrapper .cat-item .cat-item-col {
      flex: 0 0 50%;
      width: 50%;
      padding-right: 20px; }

.filter_item {
  margin-bottom: 67px; }
  .filter_item .filter_item_top {
    position: relative; }
    .filter_item .filter_item_top .filter-img {
      position: relative;
      margin: 0; }
      .filter_item .filter_item_top .filter-img::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #5334ae;
        opacity: .75;
        transition: .3s;
        position: absolute;
        left: 0;
        top: 0;
        right: 0; }
      .filter_item .filter_item_top .filter-img img {
        width: 100%;
        height: auto; }
    .filter_item .filter_item_top .filter_item_title {
      color: #fff;
      font-size: 30px;
      font-weight: 800;
      text-align: center;
      line-height: 30px;
      padding: 0 15px;
      z-index: 7;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      display: flex; }
  .filter_item:hover .filter-img::before {
    opacity: 0; }

.filter_item_bottom {
  padding: 30px 15px 40px; }

.notebook-section {
  padding: 150px 15px 40px; }
  .notebook-section h2 {
    font-size: 50px; }

.demomenu {
  flex: 0 0 22%;
  width: 22%;
  transition: all 300ms ease;
  padding-top: 56px;
  border-right: 1px solid #c5c5c5;
  height: 100%; }
  .demomenu .demopage-sidemenu {
    position: relative; }
    .demomenu .demopage-sidemenu:after {
      content: '';
      background: #c5c5c5;
      position: absolute;
      bottom: -1px;
      left: -29px;
      width: calc(100% + 30px);
      height: 1px; }
  .demomenu .sidemenu {
    list-style-type: none;
    margin: 0;
    position: relative; }
    .demomenu .sidemenu .col-side {
      padding-right: 15px; }
    .demomenu .sidemenu:after {
      content: '';
      background: #c5c5c5;
      position: absolute;
      top: 0;
      left: -29px;
      width: calc(100% + 29px);
      height: 1px; }
    .demomenu .sidemenu ul.acc-top.active li i {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .demomenu .sidemenu ul.acc-top li {
      padding: 28px 25px 28px 0;
      font-weight: 700;
      cursor: pointer;
      font-size: 20px;
      line-height: 24px;
      color: #0099D5;
      position: relative; }
      .demomenu .sidemenu ul.acc-top li[data-hide="hide"] {
        display: none !important; }
      .demomenu .sidemenu ul.acc-top li:after {
        content: '';
        background: #c5c5c5;
        position: absolute;
        top: 0;
        left: -29px;
        width: calc(100% + 44px);
        height: 1px; }
      .demomenu .sidemenu ul.acc-top li i {
        position: absolute;
        top: 37%;
        right: 0;
        transition: all 300ms ease;
        font-size: 24px;
        line-height: 24px; }
    .demomenu .sidemenu ul {
      list-style-type: none;
      margin: 0; }
      .demomenu .sidemenu ul.dn {
        display: none; }
      .demomenu .sidemenu ul.acc-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        padding-bottom: 0; }
        .demomenu .sidemenu ul.acc-body.open {
          padding-bottom: 20px; }
    .demomenu .sidemenu li {
      line-height: 16px;
      position: relative;
      margin-top: 20px; }
      .demomenu .sidemenu li[data-hide="hide"] {
        display: none !important; }
      .demomenu .sidemenu li:first-child {
        margin: 0; }
      .demomenu .sidemenu li.free_link {
        padding-right: 40px; }
      .demomenu .sidemenu li.active a {
        color: #ff8a00 !important;
        font-weight: bold; }
      .demomenu .sidemenu li span {
        display: none; }
      .demomenu .sidemenu li a {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #6C6C6C !important;
        transition: all 300ms ease; }
        .demomenu .sidemenu li a:hover {
          text-decoration: none !important;
          color: #ff8a00 !important; }

.top_demos .demomenu {
  padding: 0;
  margin-top: 56px; }
.top_demos .tab-item {
  width: 31%; }

.page__main--immersive_bg .js-article-content {
  display: flex;
  padding: 0 29px; }
.page__main--immersive_bg .main {
  max-width: 100%; }
.page__main--immersive_bg .main-docs {
  width: 100%; }
.page__main--immersive_bg .article__header {
  margin: 0;
  padding: 0; }
.page__main--immersive_bg header.main-docs {
  background: url("../../assets/images/3d-render-abstract-background.jpg") center no-repeat;
  background-size: cover;
  padding: 68px 15px; }
  .page__main--immersive_bg header.main-docs.have_subtitle {
    padding: 41px 15px; }
  .page__main--immersive_bg header.main-docs .top-title,
  .page__main--immersive_bg header.main-docs h1 {
    color: #fff;
    margin: 0; }

.end_banner {
  background-repeat: no-repeat;
  height: 320px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 1280px;
  padding: 0 50px;
  align-items: flex-start; }
  .end_banner h1 {
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    text-transform: none;
    line-height: 70px;
    letter-spacing: 0.7px; }
  .end_banner p {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 45px; }

.epd #panels {
  padding-top: 100px; }
.epd .tab-wrapper-inner {
  padding-bottom: 100px; }

.notebook_wrapper {
  display: flex; }
  .notebook_wrapper .start-item {
    position: relative;
    text-align: center;
    height: 100%;
    width: 25%;
    flex: 0 0 25%;
    padding-bottom: 40px; }
    .notebook_wrapper .start-item + .start-item .start-number {
      background: #1E77B7; }
    .notebook_wrapper .start-item + .start-item .start-title {
      color: #1e77b7; }
    .notebook_wrapper .start-item + .start-item + .start-item .start-number {
      background: #5334AE; }
    .notebook_wrapper .start-item + .start-item + .start-item .start-title {
      color: #5334AE; }
    .notebook_wrapper .start-item + .start-item + .start-item + .start-item .start-number {
      background: #3E4095; }
    .notebook_wrapper .start-item + .start-item + .start-item + .start-item .start-title {
      color: #3E4095; }

.start-number {
  margin: 0 auto;
  width: 77px;
  font-weight: 800;
  font-size: 25px;
  padding: 3px 0;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
  background: #0098DA; }
  .start-number img {
    margin: 0 auto !important;
    width: auto !important; }

.start-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #0098DA;
  padding: 39px 0; }

.mont {
  font-family: 'Montserrat', sans-serif; }

a.btn1 {
  display: inline-block;
  min-width: 240px;
  text-align: center;
  padding: 14px 15px;
  color: #fff !important;
  transition: all 300ms ease;
  text-decoration: none !important;
  background: #FF8A00;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 25px; }
  a.btn1:hover {
    text-decoration: none;
    background: #5334AE; }
  a.btn1.small {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 17px;
    min-width: 170px; }
  a.btn1.trans {
    background: #fff;
    border: 1px solid #0098DA;
    color: #0098DA !important;
    font-weight: 600; }
    a.btn1.trans:hover {
      background: #5334AE;
      border-color: #5334AE;
      color: #fff !important; }

.shadow {
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 152, 218, 0.15); }

/****Footer****/
.page__footer footer {
  background: #fff;
  padding: 38px 15px;
  position: relative;
  z-index: 999;
  border-top: 1px solid #E2F5FE; }
  .page__footer footer .site-info {
    font-size: 14px;
    line-height: 12px;
    margin: 0;
    color: #536B76; }
    .page__footer footer .site-info a {
      font-weight: normal;
      color: #0098DA;
      transition: all 300ms ease; }
      .page__footer footer .site-info a:hover {
        color: #FF8A00 !important;
        text-decoration: none !important; }

.footer_date {
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background: #0098DA;
  color: #fff; }

.article__footer,
.article__section-navigator,
.podcast {
  padding: 0 15px; }

.article__section-navigator .nav_link {
  font-family: 'Montserrat', sans-serif; }
  .article__section-navigator .nav_link span {
    font-weight: bold;
    font-size: 20px;
    display: block;
    line-height: 30px;
    color: #536B76; }
  .article__section-navigator .nav_link a {
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-decoration-line: underline !important;
    color: #0098DA !important; }
    .article__section-navigator .nav_link a:hover {
      color: #FF8A00 !important;
      text-decoration: none !important; }

.tab-wrapper-inner {
  display: flex;
  margin: 0 -13px;
  flex-wrap: wrap; }

.tab-item {
  width: 22.9%;
  margin: 0 13px;
  min-height: 260px;
  border: 1px solid #C5C5C5;
  box-shadow: 0px 5px 15px rgba(158, 222, 250, 0.25);
  border-radius: 6px;
  background: #FFF;
  position: relative;
  margin-bottom: 20px !important;
  z-index: 5;
  padding: 20px 16px; }
  .tab-item.dn {
    display: none; }
  .tab-item .tab_fig_blue {
    width: 46px;
    flex: 0 0 46px;
    height: 46px;
    background: rgba(158, 222, 250, 0.25);
    border-radius: 6px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0; }
    .tab-item .tab_fig_blue img {
      height: auto;
      width: 100%; }
  .tab-item .tab-menu {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
  .tab-item .tab-item-top {
    display: flex;
    margin-bottom: 27px; }
  .tab-item .tab-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    flex: 0 1 auto; }
  .tab-item .tab-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #424242;
    overflow: hidden;
    position: relative;
    max-height: 67px;
    transition: all 500ms ease; }
    .tab-item .tab-description .show_more {
      position: absolute;
      right: 0;
      bottom: 3px;
      padding: 0 5px 0 35px;
      text-decoration: none !important;
      background: white;
      background: linear-gradient(270deg, white 64%, rgba(255, 255, 255, 0.7819328415) 54%, rgba(255, 255, 255, 0) 100%);
      display: none; }
    .tab-item .tab-description.big-descr-close {
      max-height: 267px; }
    .tab-item .tab-description.big-descr .show_more {
      display: inline-block; }
  .tab-item .tab-item-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between; }

.btn {
  display: inline-flex;
  align-items: center;
  background: #DAF5FF;
  border: 1px solid #0099D5;
  min-width: 134px;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none !important;
  padding: 13px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0099D5 !important; }
  .btn::before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45MjEgNy43N2E0LjI3MiA0LjI3MiAwIDAgMC00LjI2NyA0LjI2NyA0LjI3MiA0LjI3MiAwIDAgMCA0LjI2NyA0LjI2NyA0LjI3MiA0LjI3MiAwIDAgMCA0LjI2OC00LjI2N0E0LjI3MiA0LjI3MiAwIDAgMCAxMS45MiA3Ljc3WiIgZmlsbD0iIzE0NzhCMiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuOTYyLjk0M0M1Ljg0NC45NDMuODY3IDUuOTIuODY3IDEyLjAzOGMwIDYuMTE3IDQuOTc3IDExLjA5NCAxMS4wOTUgMTEuMDk0IDYuMTE3IDAgMTEuMDk0LTQuOTc3IDExLjA5NC0xMS4wOTRDMjMuMDU2IDUuOTIgMTguMDc5Ljk0MyAxMS45NjIuOTQzWm0wIDE3LjExN2E2LjAzIDYuMDMgMCAwIDEtNi4wMjMtNi4wMjIgNi4wMyA2LjAzIDAgMCAxIDYuMDIzLTYuMDIzIDYuMDMgNi4wMyAwIDAgMSA2LjAyMiA2LjAyMyA2LjAzIDYuMDMgMCAwIDEtNi4wMjIgNi4wMjNaIiBmaWxsPSIjMDA5OUQ1Ii8+PC9zdmc+");
    background-size: cover; }
  .btn:hover {
    border: 1px solid #1E77B7;
    background: #8be0ff;
    color: #1e77b7 !important; }
  .btn.disable {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn.button--blue_btn {
    background: #FFF1D1;
    border: 1px solid #FF882F;
    color: #FF882F !important; }
    .btn.button--blue_btn::before {
      background: url("../../assets/images/btn2.svg") center no-repeat;
      width: 31px; }
    .btn.button--blue_btn:hover {
      border: 1px solid #FF6D00;
      background: #FBE3AC;
      color: #FF6D00 !important; }

.page__comments {
  margin: 0; }

.article__info .right-col {
  font-family: 'Montserrat',sans-serif; }

.main-big {
  width: 100%;
  padding: 0; }

.page__content {
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 90px; }

.tabcontent {
  display: none; }
  .tabcontent h3 {
    font-weight: 800;
    font-size: 35px;
    line-height: 55px;
    font-family: 'Montserrat',sans-serif;
    color: #536B76;
    margin: 70px 0; }

.tabcontent {
  animation: fadeEffect 1s; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.page__aside .toc-aside {
  padding: 3rem 10px 10rem 30px; }

.responsive_btn {
  height: 35px;
  display: none;
  margin-left: 20px;
  min-width: 28px; }
  .responsive_btn.hide_aside {
    display: none !important; }
  .responsive_btn i {
    font-size: 32px;
    line-height: 32px;
    color: #FF8A00; }
    .responsive_btn i.fa-times {
      display: none; }
  .responsive_btn.close .fa-times {
    display: inline-block; }
  .responsive_btn.close .fa-bars {
    display: none; }

/***NLP Products***/
.nlp_content {
  background: url("../../assets/images/nlp_bg.jpg") 0 0 no-repeat;
  background-size: cover; }
  .nlp_content h1 {
    color: #fff;
    margin: 80px 0 46px;
    padding: 0 15px; }

.nlp_content_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  flex-wrap: wrap;
  justify-content: space-between; }

.nlp_content_col {
  width: 280px;
  display: flex;
  flex: 0 0 280px;
  background: rgba(255, 255, 255, 0.15);
  flex-wrap: wrap;
  border-radius: 10px; }

.nlp_content_item {
  display: flex;
  width: 100%;
  background: #fff;
  height: 225px;
  font-size: 22px;
  border-radius: 10px;
  border: 1px solid #eee;
  line-height: 26px;
  align-items: center;
  flex: 0 0 auto;
  margin-bottom: 20px;
  justify-content: center;
  text-decoration: none !important;
  color: #1e77b7 !important; }
  .nlp_content_item:hover p {
    color: #ff8a00 !important; }
  .nlp_content_item:last-child {
    margin: 0; }

.nlp_content_title {
  font-size: 20px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  width: 100%;
  padding: 5px 0; }

.nlp_c {
  text-align: center; }
  .nlp_c figure {
    display: inline-block;
    margin: 0px 0 13px; }

/***Models***/
code {
  font-size: .85rem;
  line-height: 1.6; }

.highlight > pre .n {
  color: #fff; }

.site-tags .tag-button-1,
.site-tags .btn-tag {
  padding: 3px 10px 5px;
  color: #fff;
  font-weight: 600;
  background-color: rgba(3, 102, 214, 0.4); }
  .site-tags .tag-button-1:hover,
  .site-tags .btn-tag:hover {
    background: #FF8A00;
    color: #ffffff; }

.root[data-is-touch="false"] .tags_box,
.tags_box {
  width: 100%;
  text-align: center;
  padding: 28px 0 16px; }
  .root[data-is-touch="false"] .tags_box ul,
  .tags_box ul {
    display: inline-block;
    float: none !important; }
    .root[data-is-touch="false"] .tags_box ul li,
    .tags_box ul li {
      margin: 0 4px;
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      line-height: 17px !important;
      text-align: center;
      color: #1E77B7 !important;
      display: block;
      min-width: 10px;
      min-height: 10px;
      padding: 8px 24px;
      border-radius: 15px;
      border: none;
      background: #ECF9FF;
      float: left; }

.button-copy-s3.copied span {
  top: -70px;
  opacity: 1;
  z-index: 0; }
.button-copy-s3 span {
  color: #1e77b7;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #1e77b7;
  background: #fff;
  display: inline-block;
  padding: 9px;
  position: absolute;
  width: 100px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease;
  font-weight: 600;
  border-radius: 5px;
  top: -2px; }
  .button-copy-s3 span:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1e77b7;
    border-bottom: 10px solid transparent;
    right: 38%;
    bottom: -20px; }
  .button-copy-s3 span:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #fff;
    border-bottom: 10px solid transparent;
    right: 38%;
    bottom: -19px; }

.disp_platform_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding-bottom: 75px; }
  .disp_platform_wrapper .disp_platform_item {
    width: 33%;
    margin: 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 6px; }
    .disp_platform_wrapper .disp_platform_item .dp_top {
      background: #f9f9f9;
      border-bottom: 1px solid #e9e9e9;
      justify-content: center;
      padding: 8px 10px;
      height: 66px; }
      .disp_platform_wrapper .disp_platform_item .dp_top figure {
        margin: 0; }
        .disp_platform_wrapper .disp_platform_item .dp_top figure img {
          transform: scale(1.4);
          transform-origin: center; }
    .disp_platform_wrapper .disp_platform_item .dp_body {
      text-align: center;
      padding: 18px 10px; }

.btn2 {
  border: 2px solid #0992f8;
  border-radius: 4px;
  display: inline-block;
  padding: 0 10px;
  color: #0992f8 !important;
  font-size: 12px;
  font-weight: 600;
  transition: all 300ms ease;
  min-width: 120px;
  text-align: center;
  background: #fff;
  line-height: 22px; }
  .btn2:hover {
    background: #0052cc;
    color: #fff !important;
    border-color: #0052cc;
    text-decoration: none !important; }
  .btn2[disabled] {
    background: #aeaeae;
    border-color: #aeaeae;
    color: #fff !important;
    cursor: not-allowed; }

.model-wrap p {
  font-size: 18px;
  line-height: 26px;
  color: #536B76; }
.model-wrap .article__content h2 {
  font-weight: 800;
  font-size: 25px;
  line-height: 55px;
  margin-bottom: 31px;
  text-align: center;
  font-weight: 800;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #1E77B7; }
  .model-wrap .article__content h2.model-param {
    margin-top: 78px; }
  .model-wrap .article__content h2.h2_title {
    margin-top: 80px; }
.model-wrap .article__content .table-model {
  width: 795px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15); }
  .model-wrap .article__content .table-model tbody {
    width: 100%;
    display: table;
    margin-top: 0; }
  .model-wrap .article__content .table-model tr {
    width: 100%; }
    .model-wrap .article__content .table-model tr:nth-child(odd) td {
      background: #5334AE; }
      .model-wrap .article__content .table-model tr:nth-child(odd) td:first-child {
        box-shadow: inset 0px 0px 23px rgba(0, 152, 218, 0.15); }
    .model-wrap .article__content .table-model tr:nth-child(even) td:first-child {
      box-shadow: 0px 0px 23px rgba(0, 152, 218, 0.15); }
    .model-wrap .article__content .table-model tr td {
      background: #5F3EC0;
      border: none;
      color: #fff;
      padding: 0 22px;
      font-weight: 600;
      font-size: 18px;
      line-height: 54px; }
      .model-wrap .article__content .table-model tr td:first-child {
        background: #fff;
        color: #1E77B7;
        text-align: right;
        width: 265px; }
.model-wrap .btn-box {
  text-align: center;
  padding: 40px 0 75px;
  display: flex;
  justify-content: center; }
  .model-wrap .btn-box .button, .model-wrap .btn-box .swiper__button {
    margin: 0 5px; }
.model-wrap .button-orange {
  background: #FF8A00;
  color: #fff !important;
  transition: all 300ms ease;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 30px !important;
  padding: 3px 15px;
  min-width: 200px;
  position: relative;
  text-align: center;
  border-radius: 22px;
  border: 2px solid #FF8A00; }
  .model-wrap .button-orange:disabled {
    background: #aeaeae;
    border-color: #aeaeae; }
  .model-wrap .button-orange.hidden {
    display: none; }
  .model-wrap .button-orange.button-orange-trans {
    background: #fff;
    color: #FF8A00 !important; }
    .model-wrap .button-orange.button-orange-trans:hover {
      color: #fff !important; }
  .model-wrap .button-orange:hover {
    background: #1E77B7;
    border-color: #1E77B7; }
  .model-wrap .button-orange.button-icon:before {
    content: '';
    display: inline-block;
    margin-right: 10px !important; }
  .model-wrap .button-orange.co:before {
    width: 27px;
    height: 16px;
    background: url("../../assets/images/co.svg") 0 0 no-repeat; }
  .model-wrap .button-orange.arr:before {
    width: 20px;
    height: 20px;
    background: url("../../assets/images/arr_d.svg") 0 0 no-repeat; }
  .model-wrap .button-orange.button-copy-s3:before {
    width: 20px;
    height: 20px;
    background: url("../../assets/images/copy.svg") 0 0 no-repeat; }
  .model-wrap .button-orange.copied:before {
    width: 20px;
    height: 20px;
    background: url("../../assets/images/checkmark.svg") 0 0 no-repeat; }
  .model-wrap .button-orange i {
    font-size: 23px;
    margin-right: 10px; }

.btn-box-install {
  margin: 0 -10px !important;
  text-align: center !important; }
  .btn-box-install a {
    margin: 0 10px 10px; }

.button.button-blue, .button-blue.swiper__button {
  border-radius: 5px;
  background: #fff;
  border-color: #1E77B7;
  min-width: 170px;
  color: #1E77B7 !important; }
  .button.button-blue:hover, .button-blue.swiper__button:hover {
    border-color: #FF8A00;
    color: #FF8A00 !important; }

/***Docs***/
.block-wrapper-top .block-box {
  justify-content: flex-start; }

.block-box {
  padding: 55px;
  box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15);
  background: #ffffff;
  display: flex;
  justify-content: space-between; }
  .block-box h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 31px;
    color: #0098DA;
    margin: 0 0 20px !important;
    border: none;
    text-align: left !important; }
  .block-box .image {
    width: 50px;
    margin: 0; }
  .block-box .has_i {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
    padding-bottom: 20px; }
    .block-box .has_i p,
    .block-box .has_i h2 {
      margin: 0 !important; }
  .block-box.with_i {
    flex-direction: row !important; }

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

.alab-top-wrapper {
  display: flex;
  padding: 40px 20px;
  justify-content: space-between; }
  .alab-top-wrapper .block-box-inner {
    width: 60%;
    flex: 0 0 60%; }
    .alab-top-wrapper .block-box-inner h2 {
      text-align: left;
      margin: 0 0 25px; }
    .alab-top-wrapper .block-box-inner img,
    .alab-top-wrapper .block-box-inner figure {
      margin: 0; }
  .alab-top-wrapper .alab-top-image {
    justify-content: center;
    width: 40%;
    flex: 0 0 40%; }

.list3 {
  list-style-type: none;
  margin: 0 0 0 10px !important; }
  .list3 li {
    font-size: 16px;
    line-height: 24px;
    color: #536B76;
    position: relative;
    padding-left: 18px;
    margin-bottom: 2px; }
    .list3 li:before {
      content: '';
      background: #0098DA;
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 10px; }

.right-box,
.left-box {
  width: 45%;
  flex: 0 0 auto; }

.quickstart-box {
  margin-top: 80px; }

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

.btn-list {
  margin: 0 !important;
  list-style-type: none; }
  .btn-list li {
    margin: 0 0 14px; }
    .btn-list li:before {
      display: none !important; }
    .btn-list li a {
      display: inline-block;
      min-width: 248px;
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: #fff !important;
      text-decoration: underline;
      background: #5334AE;
      transition: all 300ms ease;
      line-height: 55px; }
      .btn-list li a:hover {
        background: #FF8A00; }

.main-docs {
  margin: 0 auto;
  width: 850px; }

.block-wrapper {
  margin-top: 38px;
  display: flex;
  justify-content: space-between; }
  .block-wrapper .block-box {
    flex-direction: column;
    width: 405px;
    padding: 30px 40px; }

.btn-block {
  padding: 20px 0;
  margin: 0 !important; }

.btn-flex {
  display: flex; }
  .btn-flex a {
    min-width: 180px;
    margin-right: 10px; }

.go_next,
.root[data-is-touch="false"] .go_next {
  padding-top: 50px;
  text-align: center; }
  .go_next a,
  .root[data-is-touch="false"] .go_next a {
    color: #0098DA;
    text-decoration: underline; }
    .go_next a:hover,
    .root[data-is-touch="false"] .go_next a:hover {
      text-decoration: none; }

.fwn {
  font-weight: 300 !important; }

.input_output_wrapper {
  display: flex; }
  .input_output_wrapper .input_output_inner {
    width: 50%;
    flex: 0 0 50%;
    padding: 40px 20px; }
  .input_output_wrapper .input_output_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 800;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #1E77B7; }
  .input_output_wrapper figure {
    margin: 0; }
    .input_output_wrapper figure img {
      height: auto; }

.pagination {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0; }
  .pagination.pagination_big {
    flex-wrap: wrap;
    margin: 0 !important;
    position: relative; }
    .pagination.pagination_big .owl-stage-outer {
      text-align: center; }
      .pagination.pagination_big .owl-stage-outer .owl-stage {
        display: flex; }
    .pagination.pagination_big .owl-stage-outer {
      position: relative;
      z-index: 5; }
    .pagination.pagination_big li {
      padding: 0 !important;
      margin: 0;
      text-align: center; }
      .pagination.pagination_big li a {
        display: inline-block;
        padding: 7px 10px;
        min-width: 68px;
        text-align: center;
        background: #1e77b7;
        text-decoration: none !important;
        color: #fff !important;
        border: 1px solid #DFE3E8; }
      .pagination.pagination_big li:hover a, .pagination.pagination_big li.active a {
        background: #ff8a00;
        color: #fff; }
    .pagination.pagination_big .owl-nav {
      position: absolute;
      top: 0;
      z-index: 4;
      left: -60px;
      width: calc(100% + 120px);
      display: flex;
      justify-content: space-between; }
      .pagination.pagination_big .owl-nav button {
        font-size: 36px;
        border: 1px solid #DFE3E8;
        color: #fff;
        background: #1e77b7;
        transition: all 300ms ease;
        display: inline-block;
        padding: 8px 22px !important;
        line-height: 22px; }
        .pagination.pagination_big .owl-nav button span {
          position: relative;
          top: -3px; }
        .pagination.pagination_big .owl-nav button:hover {
          background: #ff8a00;
          color: #fff; }
  .pagination li {
    margin: 0 15px;
    list-style-type: none; }
    .pagination li:before {
      display: none !important; }

.search-wrapper h2,
.docs-wrapper h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  margin: 60px 0 35px;
  color: #1E77B7;
  border: none; }

.search-wrapper h2 {
  margin: 0 0 35px; }

.docs-wrapper {
  margin: 0 auto;
  width: 910px;
  padding: 0 15px; }
  .docs-wrapper.border {
    border: 1px solid #E1F6FF;
    padding: 0; }
    .docs-wrapper.border .table-model-big {
      margin: 0; }
  .docs-wrapper img {
    margin-bottom: 15px; }
  .docs-wrapper p.info,
  .docs-wrapper p.success {
    padding: 30px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15); }
  .docs-wrapper .table-model-big {
    margin: 0 auto 50px;
    display: table;
    box-shadow: 0px 0px 35px rgba(0, 152, 218, 0.15); }
    .docs-wrapper .table-model-big.table3 tbody tr {
      box-shadow: none !important; }
      .docs-wrapper .table-model-big.table3 tbody tr td {
        border: 1px solid #536B76 !important;
        font-weight: normal !important; }
    .docs-wrapper .table-model-big.no_td_shadow tr {
      box-shadow: none !important; }
    .docs-wrapper .table-model-big.w7 {
      width: 750px; }
    .docs-wrapper .table-model-big.db {
      display: block; }
    .docs-wrapper .table-model-big thead tr th {
      color: #ffffff;
      background: #3E4095;
      border: 1px solid #FFFFFF;
      box-shadow: 0px 0px 15px rgba(0, 152, 218, 0.15);
      font-weight: 800;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      padding: 10px;
      min-height: 55px;
      vertical-align: middle;
      text-align: left; }
    .docs-wrapper .table-model-big tbody {
      border: 1px solid #fff; }
      .docs-wrapper .table-model-big tbody tr {
        width: 100%; }
        .docs-wrapper .table-model-big tbody tr:nth-child(odd) {
          box-shadow: inset 0px 0px 15px rgba(0, 152, 218, 0.15); }
        .docs-wrapper .table-model-big tbody tr td {
          border: none;
          padding: 15px;
          min-height: 42px;
          font-size: 14px;
          line-height: 20px;
          border-left: 2px solid #E1F6FF; }
          .docs-wrapper .table-model-big tbody tr td code {
            padding: 5px;
            background: #E2F5FE; }
          .docs-wrapper .table-model-big tbody tr td:first-child {
            font-weight: bold;
            border: none; }
  .docs-wrapper h4,
  .docs-wrapper h3,
  .docs-wrapper h5 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    margin: 60px 0 35px;
    color: #1E77B7;
    border: none; }
  .docs-wrapper h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px; }
  .docs-wrapper h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 20px; }
  .docs-wrapper h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px; }
  .docs-wrapper .highlight > pre {
    border-radius: 0 !important; }
  .docs-wrapper ul {
    list-style-type: none;
    margin: 0 0 0 10px !important;
    padding-bottom: 10px; }
    .docs-wrapper ul li {
      font-size: 16px;
      line-height: 24px;
      color: #536B76;
      position: relative;
      padding-left: 18px;
      margin-top: 10px; }
      .docs-wrapper ul li.hide {
        display: none; }
      .docs-wrapper ul li :first-child {
        margin: 0; }
      .docs-wrapper ul li ul {
        padding: 5px 0; }
      .docs-wrapper ul li:before {
        content: '';
        background: #536B76;
        position: absolute;
        left: 0;
        top: 9px;
        width: 6px;
        height: 6px;
        display: block;
        border-radius: 10px; }
  .docs-wrapper .highlighter-rouge {
    padding: 0;
    margin: 0 0 15px; }
  .docs-wrapper li .highlighter-rouge,
  .docs-wrapper p .highlighter-rouge {
    padding: 5px;
    background: #E2F5FE; }
  .docs-wrapper .h3-box {
    padding-bottom: 50px; }

.root[data-is-touch="false"] .docs-wrapper a {
  color: #0098DA;
  text-decoration: underline; }
  .root[data-is-touch="false"] .docs-wrapper a:hover {
    color: #FF8A00;
    text-decoration: none; }

.col-aside .page__aside ul.toc--ellipsis .toc-h3 a {
  font-size: 13px;
  line-height: 18px; }

@media (max-width: 1800px) {
  .has-aside .col-main {
    margin-right: 200px; }
  .has-aside header.header .main {
    padding-right: 200px; }

  .cat-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 65px 0 0; }
    .cat-wrapper .cat-title-wrap {
      padding: 41px 15px 19px 25px; }
    .cat-wrapper .cat-item-inner {
      padding: 49px 25px; }

  .layout--page--sidebar .has-aside .col-main {
    margin-right: 0; }
  .layout--page--sidebar .has-aside header.header .main {
    padding-right: 15px; }

  .has-aside .col-aside > aside {
    right: 0; }

  .btn {
    min-width: 112px; } }
@media (max-width: 1700px) {
  .layout--page--sidebar.layout--page--aside .main {
    max-width: 1070px; }

  .demopage_content .layout--landing {
    flex: 0 0 80%;
    width: 80%;
    padding: 56px 0 0 29px; }

  .demomenu {
    flex: 0 0 20%;
    width: 20%; }

  .tab-item {
    width: 22%; }

  .btn {
    min-width: 100px;
    padding: 13px 9px; } }
@media (max-width: 1600px) {
  .end_banner {
    width: 100%; }

  .layout--page--sidebar.layout--page--aside .main {
    max-width: 970px; }
    .layout--page--sidebar.layout--page--aside .main .article-inner::before {
      top: 18px; }
    .layout--page--sidebar.layout--page--aside .main .article-inner {
      padding: 44px 30px 0;
      min-height: 235px; }
    .layout--page--sidebar.layout--page--aside .main .article-inner a {
      font-weight: bold;
      font-size: 16px;
      line-height: 20px; }

  .layout--page--sidebar .page__content,
  .layout--page--sidebar header.header {
    padding-left: 250px; }

  .layout--page--sidebar .has-aside .page__content,
  .layout--page--sidebar .has-aside header.header {
    padding-left: 0; }

  .tab-item {
    width: 23%;
    margin: 0 10px;
    padding: 20px 10px; }
    .tab-item .tab-item-top {
      margin-bottom: 15px; }

  .demomenu .sidemenu li a {
    font-size: 18px;
    line-height: 22px; }

  .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li {
    padding: 0 0 40px;
    font-size: 22px;
    line-height: 30px; }
    .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li:before {
      bottom: 21px; }

  .demomenu {
    flex: 0 0 20%;
    width: 20%; }

  .tab-wrapper-inner {
    margin: 0 -10px; }

  .page__main--immersive_bg .js-article-content {
    padding: 0 20px; }

  .demopage_content .layout--landing {
    flex: 0 0 80%;
    width: 80%;
    padding: 56px 0 0 20px; }

  .cat-wrapper {
    max-width: 1100px; }
    .cat-wrapper .cat-item-col {
      padding-right: 26px; }

  .cat-list li {
    padding-left: 19px;
    margin-top: 16px; }
    .cat-list li::before {
      top: 7px; }
    .cat-list li a {
      line-height: 24px; } }
@media (max-width: 1500px) {
  .layout--page--sidebar.layout--page--aside .main {
    max-width: 870px; }
    .layout--page--sidebar.layout--page--aside .main .article-wrapper .cell--lg-4 {
      width: 50%; }

  .demopage .main-big {
    width: 100% !important; }

  .pagination.pagination_big {
    margin: 0 auto !important;
    width: 80%; } }
@media (max-width: 1425px) {
  .tab-item {
    width: 31%;
    margin: 0 7px; }

  .tab-wrapper-inner {
    margin: 0 -7px; }

  .btn {
    min-width: 98px;
    padding: 10px 5px; } }
@media (max-width: 1400px) {
  .subtitle,
  .demopage h1.subtitle {
    font-size: 20px;
    line-height: 26px; }

  .full_menu .demopage-sidemenu .sidemenu .col-side {
    padding: 0 20px 30px; }
    .full_menu .demopage-sidemenu .sidemenu .col-side ul li {
      margin-top: 10px; }

  .demopage_content .layout--landing,
  .demomenu {
    padding-top: 41px; }

  .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 37px; }
    .full_menu .demopage-sidemenu .sidemenu .col-side ul.acc-top li::before {
      bottom: 19px; }
  .full_menu .demopage-sidemenu .sidemenu .col-side ul li a {
    font-size: 16px;
    line-height: 20px; }

  .layout--page--sidebar.layout--page--aside .main {
    max-width: 770px; }

  .pagination.pagination_big li a {
    padding: 7px 8px; }
  .pagination.pagination_big .owl-nav {
    left: -45px;
    width: calc(100% + 91px); }
    .pagination.pagination_big .owl-nav button {
      padding: 8px 14px !important; }

  .docs-wrapper {
    width: 100%; }

  .main-docs {
    width: 750px; }

  .right-box, .left-box {
    width: 48%; }

  .block-box {
    padding: 35px;
    font-size: 16px;
    line-height: 24px; }

  .block-wrapper .block-box {
    width: 360px;
    padding: 25px 30px; }

  .go_next {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 1320px) {
  .full_menu {
    padding: 49px 0 90px; }

  .learn-hub.container {
    width: 960px; }

  .learn-hub-list li a {
    width: 290px;
    font-size: 21px;
    padding: 25px 10px; }

  .learn-hub h4 {
    font-size: 21px;
    line-height: 26px; }

  .page__aside .toc-aside {
    padding: 3rem 0 1rem 15px;
    box-shadow: inset 0px 22px 15px -10px rgba(0, 152, 218, 0.15); }

  .has-aside .col-main {
    margin-right: 210px; }
  .has-aside .col-aside {
    width: 200px; }
  .has-aside header.header .main {
    padding-right: 210px; }

  .page__main .col-aside > aside {
    width: 100%; }

  .layout--page--sidebar.layout--page--aside .main {
    max-width: 770px; }
    .layout--page--sidebar.layout--page--aside .main .col-aside {
      width: 250px; } }
@media (max-width: 1300px) {
  .layout--page--sidebar.layout--page--aside .main {
    width: 100%;
    max-width: none; }
  .layout--page--sidebar.layout--page--aside .page__sidebar {
    width: 200px; }
  .layout--page--sidebar.layout--page--aside .col-main {
    margin-left: 210px; }
  .layout--page--sidebar.layout--page--aside .col-aside {
    width: 200px; }
  .layout--page--sidebar.layout--page--aside header.header .main {
    padding-left: 210px; }
  .layout--page--sidebar.layout--page--aside .responsive_btn#aside_menu {
    display: inline-block; }
  .layout--page--sidebar.layout--page--aside .has-aside .col-aside {
    right: -265px;
    transition: all 300ms ease;
    z-index: 9;
    background: #ffffff; }
    .layout--page--sidebar.layout--page--aside .has-aside .col-aside.open {
      right: 0; }

  .nlp_content_inner {
    width: 1000px; }

  .nlp_content_col {
    width: 234px;
    flex: 0 0 234px; } }
@media (max-width: 1199px) {
  .has-aside .col-aside {
    display: block; }

  .menu.three_a li {
    margin-bottom: 15px; }

  .cat-wrapper {
    max-width: 980px; }
    .cat-wrapper .cat-title-wrap {
      padding: 15px 20px 15px; }
      .cat-wrapper .cat-title-wrap .cat-title {
        font-size: 22px;
        line-height: 30px; }
    .cat-wrapper .cat-item-inner {
      padding: 49px 20px; }
    .cat-wrapper .cat-item h5 {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 16px; }

  h2.h2_title.cat_h2 {
    font-size: 42px; }

  .cat-list li {
    line-height: 22px;
    padding-left: 12px; }
    .cat-list li::before {
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 6px solid #536B76;
      top: 8px; }
    .cat-list li a {
      font-size: 16px;
      line-height: 24px; }

  .top_demos .demomenu {
    margin-top: 42px; }

  .code_snippet .code_bg::after {
    left: -47px;
    width: calc(100% + 94px); }

  .full_menu .demopage-sidemenu .sidemenu {
    flex-wrap: wrap; }
    .full_menu .demopage-sidemenu .sidemenu .col-side {
      flex: 0 0 50%;
      width: 50%;
      padding: 0 15px 30px; }
      .full_menu .demopage-sidemenu .sidemenu .col-side ul {
        margin: 0 0 50px; }
        .full_menu .demopage-sidemenu .sidemenu .col-side ul li {
          list-style-type: none;
          padding: 0;
          margin-top: 14px; }

  .code_snippet {
    padding: 38px 47px; }

  .ecosystem-section .tab-python-scala-li {
    min-width: 226px; }
    .ecosystem-section .tab-python-scala-li span {
      line-height: 25px; }

  .page__main--immersive_bg .js-article-content {
    padding: 0 15px; }

  .demomenu .sidemenu ul.acc-top li {
    font-size: 18px;
    line-height: 24px;
    padding: 22px 25px 22px 0; }
  .demomenu .sidemenu li {
    margin-top: 15px; }
    .demomenu .sidemenu li a {
      font-size: 16px;
      line-height: 20px; }

  .has-aside .col-main {
    margin-right: 0; }
  .has-aside header.header .main {
    padding-right: 0; }

  .has-aside .col-aside {
    right: -200px;
    transition: all 300ms ease;
    z-index: 9;
    background: #ffffff; }
    .has-aside .col-aside.open {
      right: 0; }

  .has-aside .col-main {
    margin-left: 0; }
  .has-aside header.header .main {
    padding-left: 15px; }

  .grid--container {
    width: 960px; }
    .grid--container#panels {
      width: 100%; }

  .feature-item {
    padding: 50px 15px; }

  .features-inner {
    padding: 65px 50px 0; }
    .features-inner .highlight {
      text-align: left; }

  .layout--page--sidebar .page__sidebar {
    background: #ffffff;
    box-shadow: inset 0px 19px 15px -10px rgba(0, 152, 218, 0.15); }
    .layout--page--sidebar .page__sidebar::before {
      width: 10px; }
  .layout--page--sidebar .main {
    max-width: 768px; }
    .layout--page--sidebar .main .grid--container {
      width: 768px; }

  .layout--page--sidebar.layout--page--aside .page__sidebar {
    width: 200px; }

  .article-wrapper .grid > .cell--lg-4 {
    width: 50%; }

  .responsive_btn {
    height: 35px;
    display: none; }
    .responsive_btn i {
      font-size: 32px;
      line-height: 32px;
      color: #FF8A00; }
      .responsive_btn i.fa-times {
        display: none; } }
@media (max-width: 1155px) {
  .demomenu {
    flex: 0 0 27%;
    width: 27%; }

  .demopage_content .layout--landing {
    flex: 0 0 73%;
    width: 73%;
    padding: 41px 0 0 30px; }

  .top_demos .demomenu {
    flex: 0 0 20%;
    width: 20%; }
  .top_demos .layout--landing {
    flex: 0 0 80%;
    width: 73%;
    padding: 41px 0 0 30px; }

  .tab-item {
    width: 47%; }

  .btn {
    min-width: 112px;
    padding: 10px; } }
@media (max-width: 1130px) {
  .top_demos .btn {
    font-size: 15px;
    min-width: 98px;
    padding: 10px 5px; }
    .top_demos .btn:before {
      margin-right: 4px; } }
@media (max-width: 1100px) {
  header.header .main {
    width: 100%;
    padding: 0 15px; } }
@media (min-width: 1024px) and (max-width: 1700px) {
  .video-item iframe[title="vimeo-player"] {
    height: 249px !important; } }
@media (min-width: 767px) and (max-width: 1023px) {
  .learn-hub .grid > .cell--sm-4 {
    width: 33.3333333333%; } }
@media (max-width: 1023px) {
  .learn-hub.container {
    width: 768px; }

  .input_output_modal {
    width: 90%; }

  .nlp_content_inner {
    width: 764px; }

  .nlp_content_col {
    width: 49%;
    flex: 0 0 49%;
    margin-bottom: 20px; }

  .learn-hub-inner {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(158, 222, 250, 0.25);
    border-radius: 6px; }
    .learn-hub-inner h4 {
      background: #00A4DB;
      border-radius: 6px 6px 0px 0px;
      color: #fff;
      margin: 0;
      padding: 15px 0;
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 23px; }

  .learn-hub-list {
    padding: 15px; }
    .learn-hub-list li a {
      width: 100%;
      font-size: 16px;
      text-align: center; }

  .show-sidebar .page__mask {
    opacity: 0.5; }

  .demopage_content {
    padding-left: 0; }

  .layout--page--sidebar .page__content,
  .layout--page--sidebar header.header {
    padding-left: 0; }
  .layout--page--sidebar .page__sidebar {
    overflow: auto; }
    .layout--page--sidebar .page__sidebar:after {
      content: '';
      position: absolute;
      top: -70px;
      left: 0;
      display: block;
      width: 100%;
      height: 70px;
      background: #FFFFFF;
      box-shadow: 0px 15px 15px rgba(0, 152, 218, 0.15);
      z-index: 9; }
  .layout--page--sidebar .page__actions {
    bottom: auto;
    left: 15px;
    top: 17px;
    display: none; }
    .layout--page--sidebar .page__actions .js-sidebar-show i {
      color: #FF8A00;
      font-size: 32px;
      line-height: 32px; }

  .layout--page--sidebar.layout--page--aside .col-main {
    margin-left: 0; }
  .layout--page--sidebar.layout--page--aside header.header .main {
    padding-left: 15px; }
  .layout--page--sidebar.layout--page--aside .page__sidebar {
    width: 250px;
    max-width: 250px; }

  .page__sidebar {
    width: 250px; }
    .page__sidebar.open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
@media (max-width: 991px) {
  header.header nav.top_navigation ul li .search-button {
    margin-left: 20px !important; }

  .filter_item_title figure {
    width: 88%; }
    .filter_item_title figure img {
      width: 100%;
      height: auto; }

  .nlp_content_col {
    width: 44%;
    flex: 0 0 44%; }

  .ecosystem-section .tab-python-scala-li {
    min-width: 175px;
    font-size: 20px;
    padding: 21px 10px; }
    .ecosystem-section .tab-python-scala-li span {
      padding: 0 7px;
      font-size: 12px;
      line-height: 21px; }

  .cat-wrapper {
    max-width: 760px; }
    .cat-wrapper .cat-item-inner {
      flex-wrap: wrap; }
    .cat-wrapper .cat-item-col {
      flex: 0 0 50%;
      width: 50%;
      padding-right: 15px;
      margin-bottom: 30px; }

  .cat-item-wrapper .cat-item .cat-item-col {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 15px; }

  .quick_easy .quick_easy_inner {
    padding-left: 0;
    text-align: center !important;
    margin-top: 50px; }
    .quick_easy .quick_easy_inner .descr_quick {
      text-align: center; }
    .quick_easy .quick_easy_inner h3 {
      font-size: 33px;
      line-height: 36px; }

  .article__header--overlay .hero.hero--center {
    padding-top: 42px; }

  .feature-item.sponsor {
    height: 130px; }

  .top_section h2.h2_title {
    font-size: 34px;
    line-height: 42px;
    margin: 55px 0 32px; }

  .page__main--immersive_bg .js-article-content {
    position: relative;
    display: block; }
    .page__main--immersive_bg .js-article-content .demomenu {
      width: 320px;
      position: fixed;
      left: -320px;
      height: calc(100% - 70px);
      overflow-x: hidden;
      overflow-y: auto;
      top: 70px;
      z-index: 9;
      margin: 0;
      background: #fff;
      padding-left: 15px; }
      .page__main--immersive_bg .js-article-content .demomenu.open {
        left: 0; }
    .page__main--immersive_bg .js-article-content .layout--landing {
      width: 100%;
      padding-left: 0; }

  .responsive_btn.close .fa-times {
    display: inline-block; }
  .responsive_btn.close .fa-bars {
    display: none; }
  .responsive_btn#aside_menu {
    display: inline-block; }

  .notebook_wrapper {
    flex-wrap: wrap; }
    .notebook_wrapper .start-item {
      width: 50%;
      flex: 0 0 50%; }

  .tab-item {
    width: 48%; }

  .subtitle {
    font-size: 21px;
    line-height: 25px; }

  .nlp_content_item {
    height: 250px; }

  .docs-wrapper {
    width: 100%; }

  #aside_menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0; }

  #aside_menu {
    margin-right: 15px; }

  .header__title {
    margin: 0; }

  .grid--container {
    width: 760px; }

  .heros .section-row {
    padding: 70px 0px; }

  #responsive_menu {
    display: inline-block;
    margin: 0; }

  .layout--page--sidebar #responsive_menu {
    position: relative;
    margin: auto; }

  nav.top_navigation {
    box-shadow: inset 0px 15px 15px rgba(0, 152, 218, 0.15);
    position: fixed;
    left: -100%;
    height: calc(100vh - 70px);
    width: 50%;
    background: #fff;
    transition: all 300ms ease;
    z-index: 6;
    top: 70px; }
    nav.top_navigation.open {
      left: 0; }

  header.header nav.top_navigation .top-menu {
    flex-direction: column;
    width: 100% !important;
    padding: 23px 0; }
    header.header nav.top_navigation .top-menu li {
      text-align: left;
      width: 100%;
      margin: 0 !important; }
      header.header nav.top_navigation .top-menu li a {
        display: block;
        font-size: 18px;
        padding: 10px 20px;
        color: #5334AE !important; }
      header.header nav.top_navigation .top-menu li button {
        margin: 10px 0; }

  .feature-item h4 {
    font-size: 19px; }
  .feature-item p {
    padding: 0; }

  .benchmark-top {
    padding-top: 0; }

  .benchmark-section {
    margin-top: 0; }
    .benchmark-section:before {
      display: none; }

  .sponsor figure {
    padding: 20px !important; }

  .tabcontent h3 {
    margin: 35px 0; }

  .header__title .header__brand {
    margin: 0 15px; } }
@media (max-width: 800px) {
  .main-docs {
    width: 100%;
    padding: 0 15px; }

  .table-model-big.w7 {
    width: 100%; } }
@media (min-width: 560px) and (max-width: 767px) {
  .learn-hub .grid > .cell--sm-4 {
    width: 50%; } }
@media (max-width: 767px) {
  .search-wrapper .search-input-wrapper {
    width: 100%; }

  .nlp_content_col {
    margin: 0 15px; }

  .disp_platform_wrapper {
    margin: 0 -10px; }
    .disp_platform_wrapper .disp_platform_wrapper .disp_platform_item {
      margin: 0 10px; }

  .nlp_content_inner {
    width: 100%; }

  .nlp_content_item {
    font-size: 18px;
    line-height: 24px;
    height: 200px; }

  .nlp_content_title {
    font-size: 17px; }

  .search-results-wrapper {
    padding: 0; }

  .header__title {
    width: 100%;
    margin: 0; }

  .top_demos .tab-item {
    width: 47%; }

  h2.h2_title.cat_h2 {
    margin-bottom: 40px; }

  .notebook-section {
    padding: 70px 15px 40px; }

  .code_snippet {
    padding: 38px 15px; }
    .code_snippet .code_bg::after {
      left: -15px;
      width: calc(100% + 30px); }

  .root .ecosystem {
    margin: 25px 0 0; }
    .root .ecosystem li {
      margin: 0 10px 5px; }

  .code_snippet_inner p {
    line-height: 28px; }

  .ecosystem-section .tab-python-scala-li {
    min-width: 24%;
    font-size: 18px;
    padding: 18px 10px; }
    .ecosystem-section .tab-python-scala-li .ecosystem-section .tab-python-scala-li span {
      padding: 0 7px;
      font-size: 11px;
      line-height: 18px; }

  .has_nlu .tab-li-model-aproach {
    min-width: 130px; }

  .alab-top-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 38px; }
    .alab-top-wrapper .block-box-inner {
      width: 100%;
      flex: 0 0 100%; }
      .alab-top-wrapper .block-box-inner h2 {
        text-align: center; }
    .alab-top-wrapper .alab-top-image {
      margin-bottom: 45px; }

  .article__header {
    padding: 54px 15px 0; }

  .model-wrap .article__content .table-model {
    width: 100%; }

  .tab-item {
    width: 47%; }

  .btn {
    min-width: 99px;
    padding: 10px 5px; }

  .learn-hub.container {
    width: 100%; }

  .learn-hub-inner {
    margin-bottom: 50px; }

  .learn-hub .grid {
    justify-content: center; }

  .nlp_content_inner {
    justify-content: center; }

  .epd #panels {
    padding-top: 60px; }

  .hero.epd h2.h2_title {
    font-size: 32px;
    line-height: 41px; }

  .epd .tab-wrapper-inner {
    padding-bottom: 60px; }

  .btn-box-install {
    margin: 0 -6px !important; }
    .btn-box-install a {
      margin: 0 6px 10px; }
    .btn-box-install .button.button-blue, .btn-box-install .button-blue.swiper__button {
      min-width: 158px; }

  .block-box.with_i {
    flex-direction: column !important; }

  .block-box.with_i img {
    width: 60% !important;
    float: none !important;
    margin: 20px auto 0;
    display: block; }

  .layout--page--sidebar .main .grid--container {
    width: 100%; }

  .grid--container {
    width: 100%; }

  .article__header--overlay .button, .article__header--overlay .swiper__button {
    min-width: 180px; }

  .cell--sm-12 {
    width: 100% !important; }

  .topthree {
    width: 70%;
    height: auto;
    margin: 0 auto 25px; }

  .heros .section-row {
    padding: 50px 0px; }

  .heros .quick_easy .descr_quick,
  .heros .quick_easy h3 {
    text-align: center; }

  .descr_quick {
    padding-top: 0; }

  .hero .h3_title {
    line-height: 45px; }

  .top_section {
    padding: 0 15px; }

  .block-wrapper {
    flex-direction: column;
    margin: 0; }
    .block-wrapper .block-box {
      width: 100%;
      padding: 20px;
      max-width: 600px;
      margin: 0 auto 30px; }

  .quickstart-box {
    margin-bottom: 50px; }

  .go_next,
  .root[data-is-touch="false"] .go_next {
    padding-top: 10px; }

  .quickstart-box {
    flex-direction: column; }
    .quickstart-box .right-box,
    .quickstart-box .left-box {
      width: 100%; }

  .btn-list {
    display: flex;
    justify-content: space-between; }
    .btn-list li {
      margin: 0 2px; }
      .btn-list li a {
        font-size: 15px;
        min-width: 174px; }

  .left-box {
    margin-bottom: 30px; }

  .list3 {
    margin-bottom: 18px !important; } }
@media (max-width: 700px) {
  .block-box h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px; }

  .nlp_content_col {
    width: 100%;
    margin-bottom: 25px; }

  .model-wrap .btn-box .button, .model-wrap .btn-box .swiper__button {
    min-width: 170px; }

  .input_output_wrapper {
    flex-direction: column; }
    .input_output_wrapper .input_output_inner {
      width: 100%;
      flex: 0 0 100%;
      padding: 30px 0; }

  .page__sidebar .sidebar-toc {
    padding: 3rem 10px 10rem 10px; }

  .sponsor figure {
    padding: 0px !important; }

  .article__header--overlay .hero.hero--center .menu li {
    margin: 0 5px; }
    .article__header--overlay .hero.hero--center .menu li .button, .article__header--overlay .hero.hero--center .menu li .swiper__button {
      min-width: 160px; }

  .article__header--overlay .hero.hero--center {
    padding: 30px 0 50px; }

  .features-inner .features-ul {
    flex-direction: column;
    margin: 0; }

  ul.list1 {
    margin: 0 0 35px; }

  .table-wrapper {
    width: 100%;
    margin-top: 30px;
    position: relative; }

  .table-wrapper-inner {
    overflow-x: auto; }
    .table-wrapper-inner::after {
      content: '';
      height: 100%;
      width: 40px;
      position: absolute;
      right: -10px;
      top: 0;
      display: block;
      background: #def6ff;
      background: -moz-linear-gradient(270deg, #def6ff 0%, rgba(255, 0, 50, 0) 100%);
      background: -webkit-linear-gradient(270deg, #def6ff 0%, rgba(255, 0, 50, 0) 100%);
      background: linear-gradient(270deg, #def6ff 0%, rgba(255, 0, 50, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#def6ff",endColorstr="#ff0032",GradientType=1); }

  .block-box {
    padding: 25px 15px; } }
@media (max-width: 600px) {
  .full_menu .demopage-sidemenu .sidemenu .col-side {
    flex: 0 0 100%;
    width: 100%; }
    .full_menu .demopage-sidemenu .sidemenu .col-side ul {
      margin: 0 0 33px; }

  .ecosystem-section .tab-python-scala-li {
    min-width: 49%; }

  .btn-list {
    flex-direction: column; }
    .btn-list li {
      margin-top: 10px; }
      .btn-list li:first-child {
        margin: 0; }
      .btn-list li a {
        width: 100%; }

  .demopage_content .layout--landing {
    flex: 0 0 100%;
    width: 100%;
    padding: 56px 0 0 0; }

  .tab-item {
    width: 100%; }

  .quickstart-box {
    margin-top: 0; }

  .docs-wrapper .table-model-big thead tr th {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 5px; }

  .table_code_wrapper {
    overflow: hidden; }
    .table_code_wrapper .table_code_inner {
      overflow-y: auto; } }
@media (max-width: 560px) {
  .learn-hub-inner h4 {
    padding: 15px 5px;
    min-height: 61px;
    font-size: 17px;
    line-height: 19px; }

  .feature-item.sponsor {
    height: auto; }

  .code_snippet .code_bg::after {
    left: -15px;
    width: calc(100% + 30px); }

  .code_snippet {
    padding: 38px 15px; }

  .table_code thead tr th:nth-child(2n) {
    width: auto; }

  .input_output_modal {
    height: auto; }

  .has_nlu .tab-li-model-aproach {
    min-width: 100%;
    margin: 0; }

  .model-wrap .btn-box {
    flex-direction: column; }
    .model-wrap .btn-box .button, .model-wrap .btn-box .swiper__button {
      margin: 0 0 20px;
      width: 100%; }

  .menu.three_a li {
    margin: 0;
    padding: 0 15px 15px; }

  .btn-box-install .button.button-blue, .btn-box-install .button-blue.swiper__button {
    min-width: 47%; }

  .layout--page--sidebar.layout--page--aside .main .col-aside,
  .layout--page--sidebar.layout--page--aside .page__sidebar,
  .layout--page--sidebar.layout--page--aside .main .col-aside,
  .layout--page--sidebar.layout--page--aside .page__sidebar {
    width: 48%;
    max-width: none; }

  nav.top_navigation {
    width: 100%; }

  .hero .h3_title {
    line-height: 40px;
    font-size: 30px; }
    .hero .h3_title.big_h3 {
      line-height: 45px; }

  .heros .section-row {
    padding: 50px 0px; }

  .article__header h1 {
    font-size: 48px; }
    .article__header h1 span {
      line-height: 43px;
      font-size: 32px; }

  .article__header--overlay .hero.hero--center .menu li {
    margin: 0 0 15px; }
    .article__header--overlay .hero.hero--center .menu li .button, .article__header--overlay .hero.hero--center .menu li .swiper__button {
      min-width: 160px;
      width: 100%; }

  .topthree {
    width: 100%; }

  .features-inner {
    padding: 65px 15px 0; }

  .feature-item.sponsor {
    padding: 0; }

  .three_a,
  .article__header--overlay .menu {
    flex-direction: column; }
    .three_a li,
    .article__header--overlay .menu li {
      width: 100%;
      margin: 0 0 15px; }
      .three_a li a,
      .article__header--overlay .menu li a {
        width: 100%;
        margin: 0 !important; }

  .table2 thead tr th {
    font-size: 14px;
    line-height: 30px;
    height: 45px; }

  .sponsor figure {
    padding: 15px !important; }

  .page__footer footer .site-info {
    line-height: 22px; }

  .list2 li {
    line-height: 22px;
    padding-left: 20px; }
    .list2 li a {
      font-size: 16px;
      line-height: 22px; }

  .strata-wrapper {
    padding: 20px 15px; }

  .video-item .video-descr {
    line-height: 18px;
    padding: 10px 15px; }

  .demopage .section-row {
    padding: 0; }
  .demopage .article__header h1 {
    font-size: 35px;
    line-height: 45px; }

  .tabcontent h3 {
    font-size: 25px;
    line-height: 30px; }

  .article-inner {
    padding: 60px 30px 0; }

  .article-inner a {
    font-weight: bold;
    font-size: 17px;
    line-height: 19px; }

  header.header .header__brand > a > svg {
    width: 145px; }

  .article__header h1 {
    font-size: 38px; }

  .edit-on-github {
    right: 15px; }

  .nlp_content_col {
    width: 100%;
    flex: 0 0 100%; } }
@media (max-width: 660px) {
  .nlp_content_item {
    margin: 0 0 20px; }

  .nlp_content_inner {
    padding: 0 15px; }

  .tab-mfl-li {
    min-width: 130px;
    font-weight: 500;
    font-size: 18px;
    padding: 10px; }

  .top_section h2.h2_title {
    margin: 0px 0 32px; } }
@media (max-width: 510px) {
  .cat-item-wrapper .cat-item,
  .cat-wrapper .cat-item-col {
    flex: 0 0 100%;
    width: 100%; }

  .cat-item-wrapper {
    flex-direction: column; }
    .cat-item-wrapper .cat-item {
      margin-bottom: 20px; }

  .cat-wrapper .cat-item-inner {
    padding: 49px 20px 10px; }

  .top_demos .tab-item {
    width: 100%; }

  .disp_platform_wrapper {
    flex-direction: column;
    margin: 0;
    padding-bottom: 10px; }
    .disp_platform_wrapper .disp_platform_item {
      width: 100%;
      margin: 0 0 30px; }

  .model-wrap .btn-box {
    padding: 40px 0 20px; } }
@media (max-width: 499px) {
  .header__title > .search-button {
    margin-left: 0;
    margin-right: 42px;
    width: 40px;
    height: 40px; }

  .jsl-tabs .tabs-python-scala-head .tab-python-scala-li,
  .tab-python-scala-li {
    min-width: 100%; }

  .tab-mfl-li {
    min-width: 32%;
    font-size: 16px; }

  .alab-top-wrapper .btn-flex {
    flex-direction: column;
    padding-bottom: 0; }
    .alab-top-wrapper .btn-flex a {
      width: 100%;
      margin: 0 0 25px; }

  .breadcrambs {
    flex-wrap: wrap; }

  .btn-box-install {
    text-align: justify !important; }
    .btn-box-install .button.button-blue, .btn-box-install .button-blue.swiper__button {
      min-width: 45%; }

  .notebook_wrapper .start-item {
    width: 100%;
    flex: 0 0 100%; }

  .end_banner h1 {
    font-size: 40px;
    line-height: 46px; }

  .end_banner {
    padding: 0 15px; }

  header .top-title, header h1 {
    font-size: 30px;
    line-height: 38px; } }
@media (max-width: 430px) {
  .ecosystem-section .tab-python-scala-li {
    min-width: 100%;
    font-size: 17px;
    padding: 10px 10px; }

  .code_snippet {
    padding: 38px 15px; }
    .code_snippet p {
      line-height: 20px;
      font-size: 17px;
      padding-bottom: 16px; }

  .hero__content .article__header h1 {
    font-size: 40px;
    line-height: 46px; }
    .hero__content .article__header h1 span {
      font-size: 28px;
      line-height: 35px; }

  .code_snippet p {
    line-height: 22px;
    font-size: 12px; } }
@media (max-width: 400px) {
  .docs-wrapper .table-model-big tbody tr td {
    padding: 15px 5px; }

  .btn-box-install {
    text-align: justify !important; }
    .btn-box-install .button.button-blue, .btn-box-install .button-blue.swiper__button {
      min-width: 100%; }

  .btn-box-install a {
    margin: 0 0 10px; }

  .docs-wrapper h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    margin: 28px 0 35px; }

  .article__header h1 {
    font-size: 30px;
    line-height: 35px; }

  .docs-wrapper p.info,
  .docs-wrapper p.success {
    padding: 10px; }

  p,
  body {
    font-size: 16px;
    line-height: 24px; }

  .tab-li-model-aproach,
  .tab-mfl-li {
    min-width: 100%; }

  header.header .header__brand > a > svg {
    width: 106px; }

  .filter_item_bottom {
    padding: 15px 15px; } }
@media (max-width: 350px) {
  .filter_item .filter_item_top .filter_item_title {
    font-size: 24px;
    padding: 0 15px; }

  h2.h2_title.cat_h2 {
    font-size: 32px; }

  .page__main--immersive_bg .js-article-content .demomenu {
    width: 100%;
    left: -100%; } }
@media (max-width: 290px) {
  .filter_item .filter_item_top .filter_item_title {
    font-size: 18px; }

  a.btn1.small {
    min-width: 100%; }

  .tab-item .tab-menu {
    flex-direction: column; }
    .tab-item .tab-menu li {
      width: 100%;
      display: block;
      margin-bottom: 12px; }
      .tab-item .tab-menu li a {
        width: 100%;
        min-width: 10px; } }
/* end custom scss snippet */
