/*!------------------------------------------------------------------
[MAIN STYLESHEET]
-------------------------------------------------------------------*/
:root {
  --brand-color: #5c67fc;
  --white: #fff;
  --light-gray: #f0f0f0;
  --dark: #0c101a;
  --dark-blue: #19213a;
  --light-blue: #3e4a6b;
  --lightest-blue: #f1f5ff;
  --background-color: var(--lightest-blue);
  --background-alt-color: var(--white);
  --text-color: var(--dark-blue);
  --text-alt-color: var(--light-blue);
  --heading-font-color: var(--dark-blue);
  --link-color: var(--dark-blue);
  --link-color-hover: var(--brand-color);
  --button-color: var(--dark-blue);
  --button-color-hover: var(--white);
  --button-background-color: var(--white);
  --button-background-hover: var(--brand-color);
  --border-color: var(--light-gray);
  --border-color-alt: #212630;
  --form-input-color: var(--dark-blue);
  --box-shadow-rgba: 0px 2px 20px rgba(62, 74, 107, 0.08);
  --tr-color: var(--light-gray);
  --syntax-highlighting-background: #f3f3f3;
}
[dark]:root {
  --brand-color: #5c67fc;
  --white: #fff;
  --light-gray: #f0f0f0;
  --dark: #0c101a;
  --background-color: var(--dark);
  --background-alt-color: #030406;
  --text-color: #9a9eab;
  --text-alt-color: #848690;
  --heading-font-color: var(--light-gray);
  --link-color: var(--light-gray);
  --link-color-hover: var(--brand-color);
  --button-color: var(--white);
  --button-color-hover: var(--white);
  --button-background-color: #030406;
  --button-background-hover: var(--brand-color);
  --border-color: #252629;
  --border-color-alt: #212630;
  --form-input-color: var(--dark);
  --tr-color: var(--dark);
  --box-shadow-rgba: 0px 2px 20px rgba(0, 0, 0, 0.08);
  --syntax-highlighting-background: var(--dark);
}
.list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clearfix::after,
.clearfix ::before {
  content: "";
  display: table;
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
fieldset,
legend,
figure,
hr {
  margin: 0;
  padding: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 32px;
}
ul,
ol,
dd {
  margin-left: 16px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
.highlight {
  background: var(--syntax-highlighting-background);
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #5d76bf;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #ec2355;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086b3;
}
.highlight .nc {
  color: #5d76bf;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #4d65dc;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #ec2355;
}
.highlight .sc {
  color: #ec2355;
}
.highlight .sd {
  color: #ec2355;
}
.highlight .s2 {
  color: #ec2355;
}
.highlight .se {
  color: #ec2355;
}
.highlight .sh {
  color: #ec2355;
}
.highlight .si {
  color: #ec2355;
}
.highlight .sx {
  color: #ec2355;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #ec2355;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}
.container {
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media only screen and (max-width: 1140px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 740px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 560px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 480px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: row;
  box-sizing: border-box;
  margin-left: -16px;
  margin-right: -16px;
}
.col {
  padding-left: 16px;
  padding-right: 16px;
}
[class^="col-"] {
  flex: auto;
}
.col-0 {
  width: 0%;
}
.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}
.push-0 {
  margin-left: 0%;
}
.push-1 {
  margin-left: 8.3333333333%;
}
.push-2 {
  margin-left: 16.6666666667%;
}
.push-3 {
  margin-left: 25%;
}
.push-4 {
  margin-left: 33.3333333333%;
}
.push-5 {
  margin-left: 41.6666666667%;
}
.push-6 {
  margin-left: 50%;
}
.push-7 {
  margin-left: 58.3333333333%;
}
.push-8 {
  margin-left: 66.6666666667%;
}
.push-9 {
  margin-left: 75%;
}
.push-10 {
  margin-left: 83.3333333333%;
}
.push-11 {
  margin-left: 91.6666666667%;
}
.push-12 {
  margin-left: 100%;
}
.pull-0 {
  margin-right: 0%;
}
.pull-1 {
  margin-right: 8.3333333333%;
}
.pull-2 {
  margin-right: 16.6666666667%;
}
.pull-3 {
  margin-right: 25%;
}
.pull-4 {
  margin-right: 33.3333333333%;
}
.pull-5 {
  margin-right: 41.6666666667%;
}
.pull-6 {
  margin-right: 50%;
}
.pull-7 {
  margin-right: 58.3333333333%;
}
.pull-8 {
  margin-right: 66.6666666667%;
}
.pull-9 {
  margin-right: 75%;
}
.pull-10 {
  margin-right: 83.3333333333%;
}
.pull-11 {
  margin-right: 91.6666666667%;
}
.pull-12 {
  margin-right: 100%;
}
@media (max-width: 1024px) {
  .col-d-0 {
    width: 0%;
  }
  .col-d-1 {
    width: 8.3333333333%;
  }
  .col-d-2 {
    width: 16.6666666667%;
  }
  .col-d-3 {
    width: 25%;
  }
  .col-d-4 {
    width: 33.3333333333%;
  }
  .col-d-5 {
    width: 41.6666666667%;
  }
  .col-d-6 {
    width: 50%;
  }
  .col-d-7 {
    width: 58.3333333333%;
  }
  .col-d-8 {
    width: 66.6666666667%;
  }
  .col-d-9 {
    width: 75%;
  }
  .col-d-10 {
    width: 83.3333333333%;
  }
  .col-d-11 {
    width: 91.6666666667%;
  }
  .col-d-12 {
    width: 100%;
  }
  .push-d-0 {
    margin-left: 0%;
  }
  .push-d-1 {
    margin-left: 8.3333333333%;
  }
  .push-d-2 {
    margin-left: 16.6666666667%;
  }
  .push-d-3 {
    margin-left: 25%;
  }
  .push-d-4 {
    margin-left: 33.3333333333%;
  }
  .push-d-5 {
    margin-left: 41.6666666667%;
  }
  .push-d-6 {
    margin-left: 50%;
  }
  .push-d-7 {
    margin-left: 58.3333333333%;
  }
  .push-d-8 {
    margin-left: 66.6666666667%;
  }
  .push-d-9 {
    margin-left: 75%;
  }
  .push-d-10 {
    margin-left: 83.3333333333%;
  }
  .push-d-11 {
    margin-left: 91.6666666667%;
  }
  .push-d-12 {
    margin-left: 100%;
  }
  .pull-d-0 {
    margin-right: 0%;
  }
  .pull-d-1 {
    margin-right: 8.3333333333%;
  }
  .pull-d-2 {
    margin-right: 16.6666666667%;
  }
  .pull-d-3 {
    margin-right: 25%;
  }
  .pull-d-4 {
    margin-right: 33.3333333333%;
  }
  .pull-d-5 {
    margin-right: 41.6666666667%;
  }
  .pull-d-6 {
    margin-right: 50%;
  }
  .pull-d-7 {
    margin-right: 58.3333333333%;
  }
  .pull-d-8 {
    margin-right: 66.6666666667%;
  }
  .pull-d-9 {
    margin-right: 75%;
  }
  .pull-d-10 {
    margin-right: 83.3333333333%;
  }
  .pull-d-11 {
    margin-right: 91.6666666667%;
  }
  .pull-d-12 {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .col-t-0 {
    width: 0%;
  }
  .col-t-1 {
    width: 8.3333333333%;
  }
  .col-t-2 {
    width: 16.6666666667%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-4 {
    width: 33.3333333333%;
  }
  .col-t-5 {
    width: 41.6666666667%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-7 {
    width: 58.3333333333%;
  }
  .col-t-8 {
    width: 66.6666666667%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-10 {
    width: 83.3333333333%;
  }
  .col-t-11 {
    width: 91.6666666667%;
  }
  .col-t-12 {
    width: 100%;
  }
  .push-t-0 {
    margin-left: 0%;
  }
  .push-t-1 {
    margin-left: 8.3333333333%;
  }
  .push-t-2 {
    margin-left: 16.6666666667%;
  }
  .push-t-3 {
    margin-left: 25%;
  }
  .push-t-4 {
    margin-left: 33.3333333333%;
  }
  .push-t-5 {
    margin-left: 41.6666666667%;
  }
  .push-t-6 {
    margin-left: 50%;
  }
  .push-t-7 {
    margin-left: 58.3333333333%;
  }
  .push-t-8 {
    margin-left: 66.6666666667%;
  }
  .push-t-9 {
    margin-left: 75%;
  }
  .push-t-10 {
    margin-left: 83.3333333333%;
  }
  .push-t-11 {
    margin-left: 91.6666666667%;
  }
  .push-t-12 {
    margin-left: 100%;
  }
  .pull-t-0 {
    margin-right: 0%;
  }
  .pull-t-1 {
    margin-right: 8.3333333333%;
  }
  .pull-t-2 {
    margin-right: 16.6666666667%;
  }
  .pull-t-3 {
    margin-right: 25%;
  }
  .pull-t-4 {
    margin-right: 33.3333333333%;
  }
  .pull-t-5 {
    margin-right: 41.6666666667%;
  }
  .pull-t-6 {
    margin-right: 50%;
  }
  .pull-t-7 {
    margin-right: 58.3333333333%;
  }
  .pull-t-8 {
    margin-right: 66.6666666667%;
  }
  .pull-t-9 {
    margin-right: 75%;
  }
  .pull-t-10 {
    margin-right: 83.3333333333%;
  }
  .pull-t-11 {
    margin-right: 91.6666666667%;
  }
  .pull-t-12 {
    margin-right: 100%;
  }
}
@media (max-width: 576px) {
  .col-m-0 {
    width: 0%;
  }
  .col-m-1 {
    width: 8.3333333333%;
  }
  .col-m-2 {
    width: 16.6666666667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.3333333333%;
  }
  .col-m-5 {
    width: 41.6666666667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.3333333333%;
  }
  .col-m-8 {
    width: 66.6666666667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.3333333333%;
  }
  .col-m-11 {
    width: 91.6666666667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .push-m-0 {
    margin-left: 0%;
  }
  .push-m-1 {
    margin-left: 8.3333333333%;
  }
  .push-m-2 {
    margin-left: 16.6666666667%;
  }
  .push-m-3 {
    margin-left: 25%;
  }
  .push-m-4 {
    margin-left: 33.3333333333%;
  }
  .push-m-5 {
    margin-left: 41.6666666667%;
  }
  .push-m-6 {
    margin-left: 50%;
  }
  .push-m-7 {
    margin-left: 58.3333333333%;
  }
  .push-m-8 {
    margin-left: 66.6666666667%;
  }
  .push-m-9 {
    margin-left: 75%;
  }
  .push-m-10 {
    margin-left: 83.3333333333%;
  }
  .push-m-11 {
    margin-left: 91.6666666667%;
  }
  .push-m-12 {
    margin-left: 100%;
  }
  .pull-m-0 {
    margin-right: 0%;
  }
  .pull-m-1 {
    margin-right: 8.3333333333%;
  }
  .pull-m-2 {
    margin-right: 16.6666666667%;
  }
  .pull-m-3 {
    margin-right: 25%;
  }
  .pull-m-4 {
    margin-right: 33.3333333333%;
  }
  .pull-m-5 {
    margin-right: 41.6666666667%;
  }
  .pull-m-6 {
    margin-right: 50%;
  }
  .pull-m-7 {
    margin-right: 58.3333333333%;
  }
  .pull-m-8 {
    margin-right: 66.6666666667%;
  }
  .pull-m-9 {
    margin-right: 75%;
  }
  .pull-m-10 {
    margin-right: 83.3333333333%;
  }
  .pull-m-11 {
    margin-right: 91.6666666667%;
  }
  .pull-m-12 {
    margin-right: 100%;
  }
}
@media (max-width: 1024px) {
  .col-d-0 {
    width: 0%;
  }
  .col-d-1 {
    width: 8.3333333333%;
  }
  .col-d-2 {
    width: 16.6666666667%;
  }
  .col-d-3 {
    width: 25%;
  }
  .col-d-4 {
    width: 33.3333333333%;
  }
  .col-d-5 {
    width: 41.6666666667%;
  }
  .col-d-6 {
    width: 50%;
  }
  .col-d-7 {
    width: 58.3333333333%;
  }
  .col-d-8 {
    width: 66.6666666667%;
  }
  .col-d-9 {
    width: 75%;
  }
  .col-d-10 {
    width: 83.3333333333%;
  }
  .col-d-11 {
    width: 91.6666666667%;
  }
  .col-d-12 {
    width: 100%;
  }
  .push-d-0 {
    margin-left: 0%;
  }
  .push-d-1 {
    margin-left: 8.3333333333%;
  }
  .push-d-2 {
    margin-left: 16.6666666667%;
  }
  .push-d-3 {
    margin-left: 25%;
  }
  .push-d-4 {
    margin-left: 33.3333333333%;
  }
  .push-d-5 {
    margin-left: 41.6666666667%;
  }
  .push-d-6 {
    margin-left: 50%;
  }
  .push-d-7 {
    margin-left: 58.3333333333%;
  }
  .push-d-8 {
    margin-left: 66.6666666667%;
  }
  .push-d-9 {
    margin-left: 75%;
  }
  .push-d-10 {
    margin-left: 83.3333333333%;
  }
  .push-d-11 {
    margin-left: 91.6666666667%;
  }
  .push-d-12 {
    margin-left: 100%;
  }
  .pull-d-0 {
    margin-right: 0%;
  }
  .pull-d-1 {
    margin-right: 8.3333333333%;
  }
  .pull-d-2 {
    margin-right: 16.6666666667%;
  }
  .pull-d-3 {
    margin-right: 25%;
  }
  .pull-d-4 {
    margin-right: 33.3333333333%;
  }
  .pull-d-5 {
    margin-right: 41.6666666667%;
  }
  .pull-d-6 {
    margin-right: 50%;
  }
  .pull-d-7 {
    margin-right: 58.3333333333%;
  }
  .pull-d-8 {
    margin-right: 66.6666666667%;
  }
  .pull-d-9 {
    margin-right: 75%;
  }
  .pull-d-10 {
    margin-right: 83.3333333333%;
  }
  .pull-d-11 {
    margin-right: 91.6666666667%;
  }
  .pull-d-12 {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .col-t-0 {
    width: 0%;
  }
  .col-t-1 {
    width: 8.3333333333%;
  }
  .col-t-2 {
    width: 16.6666666667%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-4 {
    width: 33.3333333333%;
  }
  .col-t-5 {
    width: 41.6666666667%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-7 {
    width: 58.3333333333%;
  }
  .col-t-8 {
    width: 66.6666666667%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-10 {
    width: 83.3333333333%;
  }
  .col-t-11 {
    width: 91.6666666667%;
  }
  .col-t-12 {
    width: 100%;
  }
  .push-t-0 {
    margin-left: 0%;
  }
  .push-t-1 {
    margin-left: 8.3333333333%;
  }
  .push-t-2 {
    margin-left: 16.6666666667%;
  }
  .push-t-3 {
    margin-left: 25%;
  }
  .push-t-4 {
    margin-left: 33.3333333333%;
  }
  .push-t-5 {
    margin-left: 41.6666666667%;
  }
  .push-t-6 {
    margin-left: 50%;
  }
  .push-t-7 {
    margin-left: 58.3333333333%;
  }
  .push-t-8 {
    margin-left: 66.6666666667%;
  }
  .push-t-9 {
    margin-left: 75%;
  }
  .push-t-10 {
    margin-left: 83.3333333333%;
  }
  .push-t-11 {
    margin-left: 91.6666666667%;
  }
  .push-t-12 {
    margin-left: 100%;
  }
  .pull-t-0 {
    margin-right: 0%;
  }
  .pull-t-1 {
    margin-right: 8.3333333333%;
  }
  .pull-t-2 {
    margin-right: 16.6666666667%;
  }
  .pull-t-3 {
    margin-right: 25%;
  }
  .pull-t-4 {
    margin-right: 33.3333333333%;
  }
  .pull-t-5 {
    margin-right: 41.6666666667%;
  }
  .pull-t-6 {
    margin-right: 50%;
  }
  .pull-t-7 {
    margin-right: 58.3333333333%;
  }
  .pull-t-8 {
    margin-right: 66.6666666667%;
  }
  .pull-t-9 {
    margin-right: 75%;
  }
  .pull-t-10 {
    margin-right: 83.3333333333%;
  }
  .pull-t-11 {
    margin-right: 91.6666666667%;
  }
  .pull-t-12 {
    margin-right: 100%;
  }
}
@media (max-width: 576px) {
  .col-m-0 {
    width: 0%;
  }
  .col-m-1 {
    width: 8.3333333333%;
  }
  .col-m-2 {
    width: 16.6666666667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.3333333333%;
  }
  .col-m-5 {
    width: 41.6666666667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.3333333333%;
  }
  .col-m-8 {
    width: 66.6666666667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.3333333333%;
  }
  .col-m-11 {
    width: 91.6666666667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .push-m-0 {
    margin-left: 0%;
  }
  .push-m-1 {
    margin-left: 8.3333333333%;
  }
  .push-m-2 {
    margin-left: 16.6666666667%;
  }
  .push-m-3 {
    margin-left: 25%;
  }
  .push-m-4 {
    margin-left: 33.3333333333%;
  }
  .push-m-5 {
    margin-left: 41.6666666667%;
  }
  .push-m-6 {
    margin-left: 50%;
  }
  .push-m-7 {
    margin-left: 58.3333333333%;
  }
  .push-m-8 {
    margin-left: 66.6666666667%;
  }
  .push-m-9 {
    margin-left: 75%;
  }
  .push-m-10 {
    margin-left: 83.3333333333%;
  }
  .push-m-11 {
    margin-left: 91.6666666667%;
  }
  .push-m-12 {
    margin-left: 100%;
  }
  .pull-m-0 {
    margin-right: 0%;
  }
  .pull-m-1 {
    margin-right: 8.3333333333%;
  }
  .pull-m-2 {
    margin-right: 16.6666666667%;
  }
  .pull-m-3 {
    margin-right: 25%;
  }
  .pull-m-4 {
    margin-right: 33.3333333333%;
  }
  .pull-m-5 {
    margin-right: 41.6666666667%;
  }
  .pull-m-6 {
    margin-right: 50%;
  }
  .pull-m-7 {
    margin-right: 58.3333333333%;
  }
  .pull-m-8 {
    margin-right: 66.6666666667%;
  }
  .pull-m-9 {
    margin-right: 75%;
  }
  .pull-m-10 {
    margin-right: 83.3333333333%;
  }
  .pull-m-11 {
    margin-right: 91.6666666667%;
  }
  .pull-m-12 {
    margin-right: 100%;
  }
}
@media (max-width: 1024px) {
  .col-d-0 {
    width: 0%;
  }
  .col-d-1 {
    width: 8.3333333333%;
  }
  .col-d-2 {
    width: 16.6666666667%;
  }
  .col-d-3 {
    width: 25%;
  }
  .col-d-4 {
    width: 33.3333333333%;
  }
  .col-d-5 {
    width: 41.6666666667%;
  }
  .col-d-6 {
    width: 50%;
  }
  .col-d-7 {
    width: 58.3333333333%;
  }
  .col-d-8 {
    width: 66.6666666667%;
  }
  .col-d-9 {
    width: 75%;
  }
  .col-d-10 {
    width: 83.3333333333%;
  }
  .col-d-11 {
    width: 91.6666666667%;
  }
  .col-d-12 {
    width: 100%;
  }
  .push-d-0 {
    margin-left: 0%;
  }
  .push-d-1 {
    margin-left: 8.3333333333%;
  }
  .push-d-2 {
    margin-left: 16.6666666667%;
  }
  .push-d-3 {
    margin-left: 25%;
  }
  .push-d-4 {
    margin-left: 33.3333333333%;
  }
  .push-d-5 {
    margin-left: 41.6666666667%;
  }
  .push-d-6 {
    margin-left: 50%;
  }
  .push-d-7 {
    margin-left: 58.3333333333%;
  }
  .push-d-8 {
    margin-left: 66.6666666667%;
  }
  .push-d-9 {
    margin-left: 75%;
  }
  .push-d-10 {
    margin-left: 83.3333333333%;
  }
  .push-d-11 {
    margin-left: 91.6666666667%;
  }
  .push-d-12 {
    margin-left: 100%;
  }
  .pull-d-0 {
    margin-right: 0%;
  }
  .pull-d-1 {
    margin-right: 8.3333333333%;
  }
  .pull-d-2 {
    margin-right: 16.6666666667%;
  }
  .pull-d-3 {
    margin-right: 25%;
  }
  .pull-d-4 {
    margin-right: 33.3333333333%;
  }
  .pull-d-5 {
    margin-right: 41.6666666667%;
  }
  .pull-d-6 {
    margin-right: 50%;
  }
  .pull-d-7 {
    margin-right: 58.3333333333%;
  }
  .pull-d-8 {
    margin-right: 66.6666666667%;
  }
  .pull-d-9 {
    margin-right: 75%;
  }
  .pull-d-10 {
    margin-right: 83.3333333333%;
  }
  .pull-d-11 {
    margin-right: 91.6666666667%;
  }
  .pull-d-12 {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .col-t-0 {
    width: 0%;
  }
  .col-t-1 {
    width: 8.3333333333%;
  }
  .col-t-2 {
    width: 16.6666666667%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-4 {
    width: 33.3333333333%;
  }
  .col-t-5 {
    width: 41.6666666667%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-7 {
    width: 58.3333333333%;
  }
  .col-t-8 {
    width: 66.6666666667%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-10 {
    width: 83.3333333333%;
  }
  .col-t-11 {
    width: 91.6666666667%;
  }
  .col-t-12 {
    width: 100%;
  }
  .push-t-0 {
    margin-left: 0%;
  }
  .push-t-1 {
    margin-left: 8.3333333333%;
  }
  .push-t-2 {
    margin-left: 16.6666666667%;
  }
  .push-t-3 {
    margin-left: 25%;
  }
  .push-t-4 {
    margin-left: 33.3333333333%;
  }
  .push-t-5 {
    margin-left: 41.6666666667%;
  }
  .push-t-6 {
    margin-left: 50%;
  }
  .push-t-7 {
    margin-left: 58.3333333333%;
  }
  .push-t-8 {
    margin-left: 66.6666666667%;
  }
  .push-t-9 {
    margin-left: 75%;
  }
  .push-t-10 {
    margin-left: 83.3333333333%;
  }
  .push-t-11 {
    margin-left: 91.6666666667%;
  }
  .push-t-12 {
    margin-left: 100%;
  }
  .pull-t-0 {
    margin-right: 0%;
  }
  .pull-t-1 {
    margin-right: 8.3333333333%;
  }
  .pull-t-2 {
    margin-right: 16.6666666667%;
  }
  .pull-t-3 {
    margin-right: 25%;
  }
  .pull-t-4 {
    margin-right: 33.3333333333%;
  }
  .pull-t-5 {
    margin-right: 41.6666666667%;
  }
  .pull-t-6 {
    margin-right: 50%;
  }
  .pull-t-7 {
    margin-right: 58.3333333333%;
  }
  .pull-t-8 {
    margin-right: 66.6666666667%;
  }
  .pull-t-9 {
    margin-right: 75%;
  }
  .pull-t-10 {
    margin-right: 83.3333333333%;
  }
  .pull-t-11 {
    margin-right: 91.6666666667%;
  }
  .pull-t-12 {
    margin-right: 100%;
  }
}
@media (max-width: 576px) {
  .col-m-0 {
    width: 0%;
  }
  .col-m-1 {
    width: 8.3333333333%;
  }
  .col-m-2 {
    width: 16.6666666667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.3333333333%;
  }
  .col-m-5 {
    width: 41.6666666667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.3333333333%;
  }
  .col-m-8 {
    width: 66.6666666667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.3333333333%;
  }
  .col-m-11 {
    width: 91.6666666667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .push-m-0 {
    margin-left: 0%;
  }
  .push-m-1 {
    margin-left: 8.3333333333%;
  }
  .push-m-2 {
    margin-left: 16.6666666667%;
  }
  .push-m-3 {
    margin-left: 25%;
  }
  .push-m-4 {
    margin-left: 33.3333333333%;
  }
  .push-m-5 {
    margin-left: 41.6666666667%;
  }
  .push-m-6 {
    margin-left: 50%;
  }
  .push-m-7 {
    margin-left: 58.3333333333%;
  }
  .push-m-8 {
    margin-left: 66.6666666667%;
  }
  .push-m-9 {
    margin-left: 75%;
  }
  .push-m-10 {
    margin-left: 83.3333333333%;
  }
  .push-m-11 {
    margin-left: 91.6666666667%;
  }
  .push-m-12 {
    margin-left: 100%;
  }
  .pull-m-0 {
    margin-right: 0%;
  }
  .pull-m-1 {
    margin-right: 8.3333333333%;
  }
  .pull-m-2 {
    margin-right: 16.6666666667%;
  }
  .pull-m-3 {
    margin-right: 25%;
  }
  .pull-m-4 {
    margin-right: 33.3333333333%;
  }
  .pull-m-5 {
    margin-right: 41.6666666667%;
  }
  .pull-m-6 {
    margin-right: 50%;
  }
  .pull-m-7 {
    margin-right: 58.3333333333%;
  }
  .pull-m-8 {
    margin-right: 66.6666666667%;
  }
  .pull-m-9 {
    margin-right: 75%;
  }
  .pull-m-10 {
    margin-right: 83.3333333333%;
  }
  .pull-m-11 {
    margin-right: 91.6666666667%;
  }
  .pull-m-12 {
    margin-right: 100%;
  }
}
.animate {
  animation: animateElement cubic-bezier(0.3, 0.45, 0.45, 0.95) 0.75s;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  transition: transform 0.15s;
}
@keyframes animateElement {
  0% {
    transform: translate(0px, 80px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.25s;
}
*::selection {
  color: var(--white);
  background-color: var(--brand-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Corben", "Georgia", serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-font-color);
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
blockquote {
  position: relative;
  padding: 28px 0 60px 60px;
  margin-bottom: 0;
  font-family: "Corben", "Georgia", serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  color: var(--heading-font-color);
}
blockquote::before {
  content: "\201C";
  position: absolute;
  top: 0.61em;
  left: -0.01em;
  font-size: 3em;
  color: var(--brand-color);
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: inline-block;
  margin-top: 20px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--heading-font-color);
}
blockquote cite:before {
  content: "\2014""\00a0";
}
@media only screen and (max-width: 768px) {
  blockquote {
    padding: 16px 0 48px 48px;
    font-size: 18px;
    line-height: 32px;
  }
  blockquote::before {
    top: 0.49em;
  }
}
@media only screen and (max-width: 576px) {
  blockquote {
    padding: 8px 0 40px 38px;
    font-size: 14px;
    line-height: 24px;
  }
  blockquote::before {
    top: 0.39em;
    font-size: 3em;
  }
  blockquote cite {
    margin-top: 16px;
    font-size: 14px;
  }
}
pre {
  overflow: auto;
  padding: 15px;
  margin-bottom: 0;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  color: var(--heading-font-color);
}
img,
.lightense-wrap {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img + em,
.lightense-wrap + em,
.gallery + em {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: var(--heading-font-color);
}
img + em a,
.lightense-wrap + em a,
.gallery + em a {
  font-weight: 700;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.35s;
}
img + em a:hover,
.lightense-wrap + em a:hover,
.gallery + em a:hover {
  color: var(--heading-font-color);
  border-color: var(--brand-color);
}
@media only screen and (max-width: 576px) {
  img + em,
  .lightense-wrap + em,
  .gallery + em {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }
}
a {
  text-decoration: none;
  color: var(--link-color);
  transition: all 0.35s;
}
a:hover {
  color: var(--link-color-hover);
}
hr {
  position: relative;
  height: 1px;
  margin: 60px 0;
  border: 0;
}
hr::before {
  content: ". . .";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  color: var(--heading-font-color);
}
.table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
table {
  font-size: 12px;
  color: var(--dark);
  width: 100%;
  border: 1.5px solid var(--form-input-color);
  border-collapse: collapse;
  color: var(--heading-font-color);
}
table th {
  padding: 12px;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--form-input-color);
  color: var(--white);
  font-weight: 700;
  background-color: var(--form-input-color);
}
table tr {
  background-color: var(--tr-color);
  transition: all 0.3s ease;
}
table tr:nth-child(even) {
  background-color: transparent;
}
table td {
  padding: 12px;
  font-size: 14px;
}
.button {
  display: inline-block;
  padding: 24px 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  color: var(--button-color);
  background-color: var(--button-background-color);
  outline: none;
  cursor: pointer;
  transition: all 0.25s;
}
.button:hover {
  color: var(--button-color-hover);
  background: var(--button-background-hover);
}
.button:active {
  transform: translateY(2px);
}
.button--dark {
  color: var(--white);
  background: var(--form-input-color);
}
.button--middle {
  width: 100%;
  max-width: 280px;
}
.button--big {
  width: 100%;
}
.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lazy.loaded {
  opacity: 1;
}
.lightense-backdrop {
  background-color: var(--background-alt-color) !important;
}
.top {
  position: fixed;
  bottom: 36px;
  right: 36px;  /* Ganti dari -100px ke 36px */
  z-index: 1;
  width: 36px;
  height: 36px;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--background-alt-color);
  color: var(--heading-font-color);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;  /* Tambahkan */
  visibility: hidden;  /* Tambahkan */
  pointer-events: none;  /* Tambahkan */
}

.top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  right: 36px;
}
@media only screen and (max-width: 1024px) {
  .top {
    bottom: 24px;
  }
  .top.is-active {
    right: 28px;
  }
}
.header.header--small .header__inner {
  padding: 64px 16px;
}
@media only screen and (max-width: 768px) {
  .header.header--small .header__inner {
    padding: 40px 16px 64px;
  }
}
@media only screen and (max-width: 576px) {
  .header.header--small .header__inner {
    padding: 40px 16px 48px;
  }
}
.header .header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 16px 96px;
}
@media only screen and (max-width: 1024px) {
  .header .header__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .header .header__inner {
    padding: 40px 16px 96px;
  }
}
@media only screen and (max-width: 576px) {
  .header .header__inner {
    padding: 40px 16px 80px;
  }
}
.logo {
  margin-bottom: 32px;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .logo {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.logo__link {
  font-family: "Corben", "Georgia", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.logo__link:hover {
  color: var(--brand-color);
}
@media only screen and (max-width: 576px) {
  .logo__link {
    font-size: 28px;
  }
}
.logo__image {
  max-height: 50px;
}
.menu-overlay {
  display: flex;
  align-items: center;
}
.main-nav .nav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background-color: var(--background-color);
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease;
  }
  .main-nav .nav__list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .main-nav .nav__list .nav__item {
    display: block;
    margin: 0;
  }
  .main-nav .nav__list .nav__item:last-child {
    margin-right: 0;
  }
  .main-nav .nav__list .nav__item .nav__link {
    display: inline-block;
    padding: 16px 0;
    font-size: 16px;
  }
}
.main-nav__box {
  display: flex;
  align-items: center;
}
.main-nav__box .nav__icon-close {
  display: none;
  font-size: 24px;
  text-align: right;
}
.main-nav__box .nav__icon-close .ion-md-close {
  transition: all 0.35s;
  cursor: pointer;
}
.main-nav__box .nav__icon-close .ion-md-close:hover {
  color: var(--brand-color);
}
.main-nav__box .nav__title {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .main-nav__box {
    position: relative;
    display: block;
    align-items: center;
    width: 70%;
    height: 80vh;
    padding-top: 64px;
    margin: 0 auto;
    overflow-y: auto;
  }
  .main-nav__box .nav__icon-close {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    font-size: 32px;
    line-height: 1;
    color: var(--link-color);
  }
  .main-nav__box .nav__title {
    display: inline-block;
    margin-bottom: 16px;
    font-family: "Corben", "Georgia", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: var(--heading-font-color);
  }
}
@media only screen and (max-width: 768px) {
  .main-nav__box {
    padding-top: 40px;
  }
  .main-nav__box .nav__icon-close {
    top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .main-nav__box {
    width: 90%;
  }
  .main-nav__box .nav__title {
    font-size: 28px;
  }
}
.nav__list .nav__item {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
}
.nav__list .nav__item:last-child {
  margin-right: 12px;
}
.nav__list .nav__item .nav__link {
  position: relative;
  padding: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.nav__list .nav__item .nav__link:hover {
  color: var(--brand-color);
}
.nav-buttons {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: var(--link-color);
  cursor: pointer;
}
.nav-buttons .nav__icon {
  transition: all 0.35s;
}
.nav-buttons .nav__icon:hover {
  color: var(--brand-color);
}
.nav-buttons .nav__icon:first-child {
  margin-right: 15px;
}
.nav-buttons .nav__icon-menu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-buttons {
    margin-left: auto;
    font-size: 24px;
  }
  .nav-buttons .nav__icon-menu {
    display: block;
  }
}
.toggle-theme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  user-select: none;
  cursor: pointer;
}
.toggle-sun,
.toggle-moon {
  position: absolute;
  font-size: 20px;
  color: var(--heading-font-color);
  transition: all 0.35s;
}
.toggle-sun:hover,
.toggle-moon:hover {
  color: var(--brand-color);
}
.toggle-moon {
  transform: translateX(1px);
}
.toggle-sun {
  display: none;
}
.dark-mode .toggle-sun {
  display: block;
}
.dark-mode .toggle-moon {
  display: none;
}
.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: auto;
  opacity: 0;
  background: var(--background-color);
  transition: all 0.25s ease;
}
.search.is-visible {
  z-index: 100;
  opacity: 1;
  transition: all 0.25s ease;
}
.search__box {
  margin: 0 auto;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .search__box {
    padding-top: 100px;
  }
}
.search__group {
  position: relative;
  margin-bottom: 32px;
}
.search__group .search__close {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  color: var(--heading-font-color);
  cursor: pointer;
  will-change: transform;
  transition: all 0.25s;
  background: var(--background-color);
}
.search__group .search__close:hover {
  transform: translateY(-50%) rotate(90deg);
}
.search__group .search__close .ion-md-close {
  vertical-align: middle;
}
.search__group .search__text {
  width: 100%;
  padding: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  border: 2px solid transparent;
  border-radius: 22px;
  color: var(--heading-font-color);
  background-color: var(--background-alt-color);
  outline: none;
  transition: all 0.25s;
}
.search__group .search__text::placeholder {
  font-weight: 700;
  color: var(--heading-font-color);
}
.search__group .search__text:focus {
  border-color: var(--brand-color);
}
.search__group .search__text::-ms-clear {
  display: none;
}
@media only screen and (max-width: 576px) {
  .search__group .search__text {
    padding: 24px;
  }
}
.search-results-list {
  height: 64vh;
  overflow: auto;
}
.search-results-list .no-results {
  width: 100%;
  text-align: center;
  color: var(--heading-font-color);
}
.search-results-list .article .article-tags__box {
  display: block;
}
.pagination__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--heading-font-color);
}
.pagination__item {
  width: calc(33.333% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 13px;
  line-height: 18px;
  background: var(--background-alt-color);
}
@media only screen and (max-width: 576px) {
  .pagination__item {
    font-size: 12px;
    padding: 16px 8px;
  }
}
.pagination__count {
  color: var(--text-alt-color);
}
.pagination__next:hover,
.pagination__prev:hover {
  color: var(--heading-font-color);
}
.pagination__next i,
.pagination__prev i {
  font-size: 13px;
  transition: 0.15s ease;
}
.pagination__next.disabled,
.pagination__prev.disabled {
  opacity: 0.6;
  color: inherit;
  cursor: not-allowed;
}
.pagination__next.disabled:hover i,
.pagination__prev.disabled:hover i {
  transform: none;
}
.pagination__next {
  border-radius: 0 8px 8px 0;
}
.pagination__next:hover i {
  transform: translateX(2px);
}
.pagination__next i {
  margin-left: 5px;
}
.pagination__prev {
  border-radius: 8px 0 0 8px;
}
.pagination__prev:hover i {
  transform: translateX(-2px);
}
.pagination__prev i {
  margin-right: 5px;
}
.footer {
  margin-top: 64px;
  margin-bottom: 44px;
}
.footer .row .col {
  flex-grow: 1;
}
.footer .footer__inner {
  position: relative;
  padding: 68px;
  border-radius: 22px 22px 0 0;
  background: var(--background-alt-color);
}
.footer .footer__inner .row {
  margin: 0;
}
.footer .footer__inner .col {
  position: relative;
  padding: 0 40px;
}
.footer .footer__inner .col:first-child {
  padding: 0 48px 0 0;
}
@media only screen and (max-width: 1024px) {
  .footer .footer__inner .col:first-child {
    padding: 0 24px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__inner .col:first-child {
    padding: 0;
  }
}
.footer .footer__inner .col:nth-child(2) {
  padding: 0 24px 0 0;
}
@media only screen and (max-width: 1024px) {
  .footer .footer__inner .col:nth-child(2) {
    padding: 0 0 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__inner .col:nth-child(2) {
    padding: 0;
  }
}
.footer .footer__inner .col:last-child {
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer__inner .col:last-child {
    padding: 0;
  }
  .footer .footer__inner .col:last-child::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__inner .col {
    padding: 0 16px;
  }
  .footer .footer__inner .col::after {
    content: none;
  }
}
@media only screen and (max-width: 1140px) {
  .footer .footer__inner {
    padding: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .row .col:last-child > .widget {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    margin-top: 48px;
  }
  .footer .footer__inner {
    padding: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .widget {
    margin-bottom: 44px;
  }
}
.widget__head {
  margin-bottom: 32px;
}
.widget__head .widget__title {
  margin: 0;
  font-size: 20px;
  color: var(--heading-font-color);
}
.widget-nav .nav__item {
  display: block;
  margin-right: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--background-color);
  line-height: 1;
}
.widget-nav .nav__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.widget-nav .nav__item .nav__link {
  padding: 0;
}
.widget-subscribe .subscribe__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.widget-subscribe .subscribe__group {
  margin-bottom: 24px;
}
.widget-subscribe .subscribe__group .subscribe__title {
  margin-bottom: 15px;
  color: var(--light-gray);
}
.widget-subscribe .subscribe__group .subscribe__description {
  font-size: 15px;
  color: var(--text-alt-color);
}
.widget-subscribe .subscribe-form {
  position: relative;
  height: 60px;
}
.widget-subscribe .subscribe-form .subscribe-email {
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: var(--white);
  border: 2px solid transparent;
  border-radius: 30px;
  background: var(--form-input-color);
  transition: 0.25s ease-in-out;
  outline: 0;
}
.widget-subscribe .subscribe-form .subscribe-email::placeholder {
  color: var(--white);
  font-weight: 500;
}
.widget-subscribe .subscribe-form .subscribe-email:focus {
  color: var(--white);
  border-color: var(--brand-color);
}
.widget-subscribe .subscribe-form .subscribe-button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  height: 44px;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  outline: none;
  color: var(--heading-font-color);
  background: var(--background-alt-color);
  transition: all 0.3s;
  cursor: pointer;
}
.widget-subscribe .subscribe-form .subscribe-button:hover {
  color: var(--button-color-hover);
  background: var(--button-background-hover);
}
@media only screen and (max-width: 1130px) {
  .widget-subscribe .subscribe-form .subscribe-email {
    font-size: 13px;
  }
  .widget-subscribe .subscribe-form .subscribe-button {
    font-size: 14px;
  }
}
.tag__cloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tag__cloud a {
  padding: 8px 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  color: var(--text-alt-color);
  background: var(--background-color);
}
.tag__cloud a:hover {
  color: var(--link-color);
}
.tag__cloud a:last-child {
  margin-right: 0;
}
.footer__info {
  padding: 36px 68px;
  text-align: center;
  border-top: 1px solid var(--background-color);
  border-radius: 0 0 22px 22px;
  background: var(--background-alt-color);
}
@media only screen and (max-width: 1140px) {
  .footer__info {
    padding: 32px 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__info {
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .footer__info {
    padding: 28px;
  }
}
.copyright {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-alt-color);
}
.copyright a {
  color: var(--heading-font-color);
  font-weight: 700;
}
.copyright a:hover {
  color: var(--brand-color);
}
.gallery-box {
  margin: 40px 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-content: center;
  grid-gap: 10px;
}
.gallery .gallery__image {
  background: var(--background-color);
}
.gallery .gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.author {
  margin-bottom: 32px;
}
.author__inner {
  display: flex;
  align-items: center;
  padding: 32px;
  border-radius: 22px;
  box-shadow: var(--box-shadow-rgba);
  background-color: var(--background-alt-color);
}
@media only screen and (max-width: 1024px) {
  .author__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .author__inner {
    padding: 20px;
  }
}
.author__left {
  position: relative;
  margin-top: -64px;
  margin-right: 44px;
}
.author__left .author__image {
  position: relative;
  transform: translate(0);
  z-index: 10;
  width: 440px;
  height: 470px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  user-select: none;
  background: var(--background-color);
}
.author__left .author__image img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}
@media only screen and (max-width: 1024px) {
  .author__left {
    width: 100%;
    margin-right: 0;
    order: -1;
  }
  .author__left .author__image {
    width: 100%;
    height: 440px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .author__left .author__image {
    height: 360px;
  }
}
@media only screen and (max-width: 576px) {
  .author__left .author__image {
    height: 280px;
    margin-bottom: 20px;
  }
}
.author__right .author__title {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.5;
  color: var(--heading-font-color);
}
@media only screen and (max-width: 1140px) {
  .author__right .author__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .author__right .author__title {
    margin-bottom: 20px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 576px) {
  .author__right .author__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.author__right .author__description {
  margin-bottom: 32px;
  color: var(--text-alt-color);
}
@media only screen and (max-width: 576px) {
  .author__right .author__description {
    margin-bottom: 20px;
  }
}
.author__right .author__contact .social__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.author__right .author__contact .social__item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.author__right .author__contact .social__item:last-child {
  margin-right: 0;
}
.author__right .author__contact .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 20px;
  border-radius: 16px;
  will-change: transform;
  color: var(--heading-font-color);
  background: var(--background-color);
  transition: transform 0.25s;
}
.author__right .author__contact .social__link i {
  line-height: 49px;
  transition: all 0.25s;
  will-change: transform;
}
.author__right .author__contact .social__link:hover {
  transform: translateY(-4px);
}
.author__right .author__contact .social__link:hover i {
  transform: scale(1.1);
}
@media only screen and (max-width: 576px) {
  .author__right .author__contact .social__link {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .author__right {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 576px) {
  .author__right {
    padding: 0 10px;
  }
}
.contact-head {
  margin-bottom: 32px;
}
.form__group {
  margin-bottom: 20px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__input {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1.5px solid var(--border-color);
  border-radius: 8px;
  outline: none;
  transition: 0.25s ease-in-out;
  resize: vertical;
  color: var(--heading-font-color);
  background-color: var(--background-color);
}
.form__input::placeholder {
  color: var(--text-color);
}
.form__input:focus {
  border-color: var(--brand-color);
}
.article {
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 22px;
  box-shadow: var(--box-shadow-rgba);
  background-color: var(--background-alt-color);
}
@media only screen and (max-width: 576px) {
  .article {
    padding: 20px;
  }
}
.image-wrap {
  width: 100%;
  max-width: 350px;
  margin-right: 32px;
  transform: translate(0);
  border-radius: 22px;
  overflow: hidden;
}
.image-wrap .article__image {
  position: relative;
  display: block;
  padding-top: 75%;
  background: var(--background-color);
}
.image-wrap .article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .image-wrap {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .image-wrap {
    margin-bottom: 20px;
  }
}
.article__inner {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .article__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .article__content {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 576px) {
  .article__content {
    padding: 0 10px;
  }
}
.article__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.7;
}
.article__title a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.article__title a:hover {
  text-decoration-color: var(--heading-font-color);
  color: var(--heading-font-color);
}
@media only screen and (max-width: 768px) {
  .article__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .article__title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.article__excerpt {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--text-alt-color);
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 576px) {
  .article__excerpt {
    margin-bottom: 12px;
  }
}
.article__bottom {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--background-color);
}
.article__meta {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 576px) {
  .article__meta {
    margin-right: 0;
  }
}
.article__author-image {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid var(--background-color);
  overflow: hidden;
  transition: none;
  background: var(--background-color);
}
.article__author-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--background-alt-color);
}
@media only screen and (max-width: 576px) {
  .article__author-image {
    margin-right: 8px;
  }
}
.article__info {
  display: flex;
  flex-direction: column;
}
.article__info .article__author-link {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--heading-font-color);
}
.article__info .article__date {
  font-size: 14px;
  line-height: 1;
  color: var(--text-alt-color);
}
.article-tags__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .article-tags__box {
    display: none;
  }
}
.article__tag {
  padding: 8px 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  color: var(--text-alt-color);
  transition: color 0.35s;
  background: var(--background-color);
}
.article__tag:hover {
  color: var(--link-color);
}
.article__tag:last-child {
  margin-right: 0;
}
.post,
.page {
  padding: 44px;
  border-radius: 22px;
  box-shadow: var(--box-shadow-rgba);
  color: var(--text-color);
  background: var(--background-alt-color);
}
.post .button,
.page .button {
  border: none;
  text-decoration: none;
}
.post .button:hover,
.page .button:hover {
  color: var(--white);
}
@media only screen and (max-width: 576px) {
  .post,
  .page {
    padding: 28px 20px;
  }
}
.post__info,
.page__info {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}
.post__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .post__tags {
    margin-bottom: 16px;
  }
}
.post__tag {
  padding: 8px 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  color: var(--text-alt-color);
  transition: color 0.35s;
  background: var(--background-color);
}
.post__tag:hover {
  color: var(--link-color);
}
.post__tag:last-child {
  margin-right: 0;
}
.post__title,
.page__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .post__title,
  .page__title {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 576px) {
  .post__title,
  .page__title {
    font-size: 24px;
  }
}
.post__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  line-height: 1;
}
.post__author {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 12px;
  margin-right: 12px;
}
.post__author::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 12px;
  background: var(--text-color);
}
.post__author .post__author-image {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid var(--background-color);
  overflow: hidden;
  transition: none;
  background: var(--background-color);
}
.post__author .post__author-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--background-alt-color);
}
.post__author .post__author-name {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--heading-font-color);
  transition: none;
}
@media only screen and (max-width: 576px) {
  .post__author .post__author-name {
    font-size: 12px;
  }
}
.post__date {
  font-size: 14px;
  color: var(--text-alt-color);
}
@media only screen and (max-width: 576px) {
  .post__date {
    font-size: 13px;
  }
}
.post__description,
.page__description {
  font-size: 21px;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  .post__description,
  .page__description {
    font-size: 20px;
  }
}
.post-image,
.page-image {
  position: relative;
  transform: translate(0);
  height: 590px;
  margin-bottom: 32px;
  border-radius: 22px;
  overflow: hidden;
  background-color: var(--background-color);
}
.post-image img,
.page-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .post-image,
  .page-image {
    height: 460px;
  }
}
@media only screen and (max-width: 768px) {
  .post-image,
  .page-image {
    height: 360px;
  }
}
@media only screen and (max-width: 576px) {
  .post-image,
  .page-image {
    height: 260px;
  }
}
.post__content,
.page__content {
  max-width: 720px;
  margin: 0 auto;
}
.post__content em a,
.page__content em a {
  font-weight: 700;
}
.post__content a,
.page__content a {
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.35s;
}
.post__content a:hover,
.page__content a:hover {
  color: var(--heading-font-color);
  border-color: var(--brand-color);
}
.post__content img,
.post__content .js-reframe,
.page__content img,
.page__content .js-reframe {
  border-radius: 16px;
  overflow: hidden;
}
.post__content img.lightense-open,
.post__content .js-reframe.lightense-open,
.page__content img.lightense-open,
.page__content .js-reframe.lightense-open {
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .post__content img,
  .post__content .js-reframe,
  .page__content img,
  .page__content .js-reframe {
    border-radius: 8px;
  }
}
.post__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .post__bottom {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.post__share .share__head {
  margin-bottom: 12px;
}
.post__share .share__title {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.post__share .share__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.post__share .share__item {
  margin-bottom: 0;
  margin: 4px 4px 4px 0;
  text-align: center;
}
.post__share .share__link {
  display: block;
  padding: 12px 32px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: var(--background-color);
  transition: all 0.25s;
}
.post__share .share__link i {
  transition: all 0.25s;
  will-change: transform;
}
.post__share .share__link:hover i {
  transform: scale(1.2);
}
@media only screen and (max-width: 576px) {
  .post__share .share__link {
    padding: 8px 24px;
    font-size: 16px;
  }
}
.related-posts {
  display: none;
  margin-top: 64px;
}
.related-posts.is-related {
  display: block;
}
.related-posts .related-title {
  margin-bottom: 32px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .related-posts {
    margin-top: 48px;
  }
}
.related-article {
  transition: transform 0.2s ease;
  will-change: transform;
}
.related-article:hover {
  transform: translateY(-4px);
}
@media only screen and (max-width: 1024px) {
  .related-article:hover {
    transform: none;
  }
}
@media only screen and (max-width: 576px) {
  .related-article:last-child .related-article__inner {
    margin-bottom: 16px;
  }
}
.related-article__inner {
  padding: 22px;
  margin-bottom: 32px;
  border-radius: 22px;
  box-shadow: var(--box-shadow-rgba);
  background-color: var(--background-alt-color);
}
@media only screen and (max-width: 1024px) {
  .related-article__inner {
    padding: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .related-article__inner {
    padding: 20px;
  }
}
.related-article__inner .image-wrap {
  width: 100%;
  margin-bottom: 24px;
  transform: translate(0);
  border-radius: 22px;
  overflow: hidden;
}
.related-article__inner .image-wrap .related-article__image {
  position: relative;
  display: block;
  padding-top: 75%;
  border-radius: 22px;
  overflow: hidden;
  background: var(--background-color);
}
.related-article__inner .image-wrap .related-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .related-article__inner .image-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .related-article__inner .image-wrap {
    margin-bottom: 20px;
  }
}
.related-article__inner .related-article__content {
  padding: 0 12px;
}
@media only screen and (max-width: 576px) {
  .related-article__inner .related-article__content {
    padding: 0 10px;
  }
}
.related-article__inner .related-article__title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.related-article__inner .related-article__title a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.related-article__inner .related-article__title a:hover {
  text-decoration-color: var(--heading-font-color);
  color: var(--heading-font-color);
}
@media only screen and (max-width: 1024px) {
  .related-article__inner .related-article__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 576px) {
  .related-article__inner .related-article__title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.related-article__inner .related-article__excerpt {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--text-alt-color);
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 576px) {
  .related-article__inner .related-article__excerpt {
    margin-bottom: 12px;
  }
}
.related-article__inner .related-article__bottom {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--background-color);
}
.related-article__inner .related-article__meta {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 576px) {
  .related-article__inner .related-article__meta {
    margin-right: 0;
  }
}
.related-article__inner .related-article__author-image {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid var(--background-color);
  overflow: hidden;
  transition: none;
  background: var(--background-color);
}
.related-article__inner .related-article__author-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--background-alt-color);
}
@media only screen and (max-width: 576px) {
  .related-article__inner .related-article__author-image {
    margin-right: 8px;
  }
}
.related-article__inner .related-article__info {
  display: flex;
  flex-direction: column;
}
.related-article__inner .related-article__info .related-article__author-link {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--heading-font-color);
}
.related-article__inner .related-article__info .related-article__date {
  font-size: 14px;
  line-height: 1;
  color: var(--text-alt-color);
}
.show-comments {
  margin-top: 32px;
  text-align: center;
}
.post__comments {
  display: none;
  padding: 68px;
  margin-top: 32px;
  border-radius: 22px;
  background: var(--background-alt-color);
}
.post__comments.is-open {
  display: block;
}
@media only screen and (max-width: 1140px) {
  .post__comments {
    padding: 44px;
  }
}
@media only screen and (max-width: 576px) {
  .post__comments {
    padding: 28px;
  }
}
.error {
  margin-bottom: 32px;
  text-align: center;
}
.error .error__title {
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 1;
}
.error .error__text {
  margin-bottom: 32px;
  color: var(--text-alt-color);
}
@media only screen and (max-width: 576px) {
  .error .error__text {
    margin-bottom: 24px;
  }
}
.tag-box .article:last-child {
  margin-bottom: 0;
}
.tag {
  transform: translate(0);
  padding: 96px 0 96px;
  margin-bottom: 32px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--box-shadow-rgba);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--background-alt-color);
}
.tag .tag__inner {
  display: inline-flex;
  align-items: center;
  padding: 16px;
  margin-left: 32px;
  border-radius: 22px;
  overflow: hidden;
  background-color: var(--background-alt-color);
}
.tag .tag__title {
  margin: 0;
  padding: 0 32px 0 16px;
  font-size: 28px;
  font-weight: 700;
  color: var(--heading-font-color);
  text-transform: capitalize;
}
.tag .tag__counter {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px 32px;
  border-radius: 22px;
  background: var(--background-color);
  color: var(--heading-font-color);
}
.tag .tag__counter span {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
.tag .tag__counter small {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .tag .tag__inner {
    display: flex;
    margin: 0 32px;
    border-radius: 16px;
  }
  .tag .tag__title {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 768px) {
  .tag {
    padding: 60px 0;
  }
  .tag .tag__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .tag {
    padding: 48px 0;
  }
  .tag .tag__inner {
    margin: 0 20px;
  }
  .tag .tag__title {
    font-size: 20px;
  }
  .tag .tag__counter {
    display: none;
  }
}
