@charset "UTF-8";
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
:: Template name: Raydo
:: Version: 1.0.0
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>
:: 1-Tools and Libs
    1.1-Normalize
    1.2-Font
:: 2-Base Styles
    2.1-Variable
    2.2-Grig
    2.3-Base
:: 3-Modules
    3.1-Header
    3.2-Hero
    3.3-Loop
    3.4-Footer
    3.5-Search
:: 4-Layouts
    4.1-Post
    4.2-Author
    4.3-Tag
    4.4-Mobile
<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* =======================
:: 1-Tools and Libs
======================= */
/* >>>>>>>>>>>>>> :: 1.1-Normalize <<<<<<<<<<<<<<< */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: 0 0;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* =======================
:: 2-Base Styles
======================= */
/* >>>>>>>>>>>>>> :: 2.1-Variable <<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>> :: 2.2-Grid <<<<<<<<<<<<<<< */
/* Grid */
.container-big {
  max-width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * 2);
  padding-right: calc(16px * 2);
}
@media (max-width: 576px) {
  .container-big {
    max-width: 480px;
    padding-left: calc(16px + 4px);
    padding-right: calc(16px + 4px);
  }
}
.container {
  max-width: 1332px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 740px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 560px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 480px;
    padding-left: calc(16px + 4px);
    padding-right: calc(16px + 4px);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: row;
  box-sizing: border-box;
  margin-inline-start: -16px;
  margin-inline-end: -16px;
}
.col {
  padding-left: 16px;
  padding-right: 16px;
}
[class^="col-"] {
  flex: auto;
}
.col-0 {
  width: calc(0 / 12 * 100%);
}
.col-1 {
  width: calc(1 / 12 * 100%);
}
.col-2 {
  width: calc(2 / 12 * 100%);
}
.col-3 {
  width: calc(3 / 12 * 100%);
}
.col-4 {
  width: calc(4 / 12 * 100%);
}
.col-5 {
  width: calc(5 / 12 * 100%);
}
.col-6 {
  width: calc(6 / 12 * 100%);
}
.col-7 {
  width: calc(7 / 12 * 100%);
}
.col-8 {
  width: calc(8 / 12 * 100%);
}
.col-9 {
  width: calc(9 / 12 * 100%);
}
.col-10 {
  width: calc(10 / 12 * 100%);
}
.col-11 {
  width: calc(11 / 12 * 100%);
}
.col-12 {
  width: calc(12 / 12 * 100%);
}
.push-0 {
  margin-inline-start: calc(0 / 12 * 100%);
}
.push-1 {
  margin-inline-start: calc(1 / 12 * 100%);
}
.push-2 {
  margin-inline-start: calc(2 / 12 * 100%);
}
.push-3 {
  margin-inline-start: calc(3 / 12 * 100%);
}
.push-4 {
  margin-inline-start: calc(4 / 12 * 100%);
}
.push-5 {
  margin-inline-start: calc(5 / 12 * 100%);
}
.push-6 {
  margin-inline-start: calc(6 / 12 * 100%);
}
.push-7 {
  margin-inline-start: calc(7 / 12 * 100%);
}
.push-8 {
  margin-inline-start: calc(8 / 12 * 100%);
}
.push-9 {
  margin-inline-start: calc(9 / 12 * 100%);
}
.push-10 {
  margin-inline-start: calc(10 / 12 * 100%);
}
.push-11 {
  margin-inline-start: calc(11 / 12 * 100%);
}
.push-12 {
  margin-inline-start: calc(12 / 12 * 100%);
}
.pull-0 {
  margin-inline-end: calc(0 / 12 * 100%);
}
.pull-1 {
  margin-inline-end: calc(1 / 12 * 100%);
}
.pull-2 {
  margin-inline-end: calc(2 / 12 * 100%);
}
.pull-3 {
  margin-inline-end: calc(3 / 12 * 100%);
}
.pull-4 {
  margin-inline-end: calc(4 / 12 * 100%);
}
.pull-5 {
  margin-inline-end: calc(5 / 12 * 100%);
}
.pull-6 {
  margin-inline-end: calc(6 / 12 * 100%);
}
.pull-7 {
  margin-inline-end: calc(7 / 12 * 100%);
}
.pull-8 {
  margin-inline-end: calc(8 / 12 * 100%);
}
.pull-9 {
  margin-inline-end: calc(9 / 12 * 100%);
}
.pull-10 {
  margin-inline-end: calc(10 / 12 * 100%);
}
.pull-11 {
  margin-inline-end: calc(11 / 12 * 100%);
}
.pull-12 {
  margin-inline-end: calc(12 / 12 * 100%);
}
@media (max-width: 1400px) {
  .col-w-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-w-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-w-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-w-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-w-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-w-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-w-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-w-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-w-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-w-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-w-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-w-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-w-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-w-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-w-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-w-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-w-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-w-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-w-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-w-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-w-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-w-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-w-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-w-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-w-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-w-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-w-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-w-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-w-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-w-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-w-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-w-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-w-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-w-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-w-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-w-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-w-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-w-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-w-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 1024px) {
  .col-d-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-d-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-d-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-d-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-d-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-d-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-d-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-d-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-d-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-d-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-d-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-d-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-d-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-d-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-d-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-d-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-d-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-d-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-d-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-d-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-d-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-d-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-d-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-d-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-d-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-d-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-d-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-d-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-d-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-d-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-d-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-d-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-d-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-d-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-d-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-d-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-d-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-d-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-d-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 768px) {
  .col-t-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-t-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-t-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-t-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-t-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-t-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-t-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-t-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-t-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-t-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-t-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-t-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-t-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-t-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-t-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-t-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-t-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-t-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-t-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-t-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-t-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-t-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-t-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-t-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-t-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-t-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-t-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-t-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-t-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-t-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-t-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-t-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-t-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-t-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-t-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-t-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-t-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-t-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-t-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 576px) {
  .col-m-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-m-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-m-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-m-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-m-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-m-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-m-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-m-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-m-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-m-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-m-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-m-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-m-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-m-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-m-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-m-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-m-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-m-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-m-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-m-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-m-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-m-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-m-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-m-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-m-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-m-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-m-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-m-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-m-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-m-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-m-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-m-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-m-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-m-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-m-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-m-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-m-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-m-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-m-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 1400px) {
  .col-w-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-w-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-w-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-w-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-w-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-w-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-w-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-w-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-w-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-w-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-w-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-w-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-w-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-w-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-w-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-w-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-w-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-w-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-w-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-w-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-w-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-w-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-w-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-w-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-w-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-w-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-w-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-w-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-w-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-w-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-w-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-w-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-w-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-w-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-w-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-w-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-w-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-w-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-w-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 1024px) {
  .col-d-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-d-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-d-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-d-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-d-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-d-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-d-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-d-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-d-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-d-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-d-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-d-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-d-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-d-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-d-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-d-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-d-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-d-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-d-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-d-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-d-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-d-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-d-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-d-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-d-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-d-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-d-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-d-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-d-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-d-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-d-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-d-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-d-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-d-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-d-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-d-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-d-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-d-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-d-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 768px) {
  .col-t-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-t-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-t-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-t-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-t-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-t-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-t-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-t-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-t-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-t-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-t-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-t-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-t-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-t-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-t-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-t-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-t-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-t-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-t-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-t-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-t-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-t-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-t-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-t-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-t-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-t-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-t-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-t-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-t-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-t-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-t-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-t-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-t-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-t-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-t-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-t-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-t-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-t-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-t-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 576px) {
  .col-m-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-m-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-m-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-m-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-m-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-m-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-m-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-m-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-m-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-m-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-m-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-m-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-m-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-m-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-m-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-m-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-m-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-m-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-m-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-m-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-m-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-m-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-m-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-m-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-m-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-m-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-m-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-m-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-m-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-m-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-m-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-m-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-m-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-m-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-m-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-m-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-m-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-m-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-m-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 1400px) {
  .col-w-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-w-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-w-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-w-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-w-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-w-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-w-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-w-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-w-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-w-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-w-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-w-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-w-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-w-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-w-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-w-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-w-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-w-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-w-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-w-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-w-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-w-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-w-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-w-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-w-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-w-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-w-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-w-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-w-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-w-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-w-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-w-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-w-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-w-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-w-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-w-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-w-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-w-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-w-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 1024px) {
  .col-d-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-d-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-d-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-d-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-d-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-d-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-d-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-d-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-d-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-d-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-d-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-d-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-d-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-d-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-d-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-d-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-d-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-d-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-d-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-d-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-d-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-d-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-d-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-d-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-d-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-d-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-d-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-d-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-d-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-d-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-d-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-d-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-d-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-d-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-d-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-d-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-d-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-d-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-d-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 768px) {
  .col-t-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-t-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-t-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-t-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-t-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-t-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-t-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-t-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-t-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-t-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-t-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-t-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-t-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-t-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-t-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-t-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-t-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-t-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-t-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-t-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-t-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-t-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-t-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-t-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-t-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-t-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-t-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-t-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-t-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-t-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-t-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-t-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-t-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-t-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-t-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-t-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-t-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-t-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-t-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
@media (max-width: 576px) {
  .col-m-0 {
    width: calc(0 / 12 * 100%);
  }
  .col-m-1 {
    width: calc(1 / 12 * 100%);
  }
  .col-m-2 {
    width: calc(2 / 12 * 100%);
  }
  .col-m-3 {
    width: calc(3 / 12 * 100%);
  }
  .col-m-4 {
    width: calc(4 / 12 * 100%);
  }
  .col-m-5 {
    width: calc(5 / 12 * 100%);
  }
  .col-m-6 {
    width: calc(6 / 12 * 100%);
  }
  .col-m-7 {
    width: calc(7 / 12 * 100%);
  }
  .col-m-8 {
    width: calc(8 / 12 * 100%);
  }
  .col-m-9 {
    width: calc(9 / 12 * 100%);
  }
  .col-m-10 {
    width: calc(10 / 12 * 100%);
  }
  .col-m-11 {
    width: calc(11 / 12 * 100%);
  }
  .col-m-12 {
    width: calc(12 / 12 * 100%);
  }
  .push-m-0 {
    margin-inline-start: calc(0 / 12 * 100%);
  }
  .push-m-1 {
    margin-inline-start: calc(1 / 12 * 100%);
  }
  .push-m-2 {
    margin-inline-start: calc(2 / 12 * 100%);
  }
  .push-m-3 {
    margin-inline-start: calc(3 / 12 * 100%);
  }
  .push-m-4 {
    margin-inline-start: calc(4 / 12 * 100%);
  }
  .push-m-5 {
    margin-inline-start: calc(5 / 12 * 100%);
  }
  .push-m-6 {
    margin-inline-start: calc(6 / 12 * 100%);
  }
  .push-m-7 {
    margin-inline-start: calc(7 / 12 * 100%);
  }
  .push-m-8 {
    margin-inline-start: calc(8 / 12 * 100%);
  }
  .push-m-9 {
    margin-inline-start: calc(9 / 12 * 100%);
  }
  .push-m-10 {
    margin-inline-start: calc(10 / 12 * 100%);
  }
  .push-m-11 {
    margin-inline-start: calc(11 / 12 * 100%);
  }
  .push-m-12 {
    margin-inline-start: calc(12 / 12 * 100%);
  }
  .pull-m-0 {
    margin-inline-end: calc(0 / 12 * 100%);
  }
  .pull-m-1 {
    margin-inline-end: calc(1 / 12 * 100%);
  }
  .pull-m-2 {
    margin-inline-end: calc(2 / 12 * 100%);
  }
  .pull-m-3 {
    margin-inline-end: calc(3 / 12 * 100%);
  }
  .pull-m-4 {
    margin-inline-end: calc(4 / 12 * 100%);
  }
  .pull-m-5 {
    margin-inline-end: calc(5 / 12 * 100%);
  }
  .pull-m-6 {
    margin-inline-end: calc(6 / 12 * 100%);
  }
  .pull-m-7 {
    margin-inline-end: calc(7 / 12 * 100%);
  }
  .pull-m-8 {
    margin-inline-end: calc(8 / 12 * 100%);
  }
  .pull-m-9 {
    margin-inline-end: calc(9 / 12 * 100%);
  }
  .pull-m-10 {
    margin-inline-end: calc(10 / 12 * 100%);
  }
  .pull-m-11 {
    margin-inline-end: calc(11 / 12 * 100%);
  }
  .pull-m-12 {
    margin-inline-end: calc(12 / 12 * 100%);
  }
}
/* >>>>>>>>>>>>>> :: 2.3-Base <<<<<<<<<<<<<<< */
*, *::after, *::before {
  box-sizing: border-box;
}
body {
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--text-color);
  background: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* A very simple reset. */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, fieldset, legend, figure, hr {
  margin: 0;
  padding: 0;
}
/* Remove trailing margins from nested lists. */
li > ul, li > ol {
  margin-bottom: 0;
}
/* Remove default table spacing. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  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;
}
a {
  text-decoration: none;
  transition: all 0.25s ease;
  color: var(--link-color);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.section-title {
  margin-bottom: 32px;
  padding-bottom: 20px;
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px solid var(--border-color);
  color: var(--heading-font-color);
}
.section-title span {
  font-weight: 700;
}
.list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
/* =======================
:: 3-Modules
======================= */
/* >>>>>>>>>>>>>> :: 3.1-Header <<<<<<<<<<<<<<< */
/* Header */
.header {
  margin-bottom: 48px;
}
.header .header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 16px;
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 16px;
  }
}
/* Logo */
.logo {
  line-height: 1;
}
.logo__link {
  display: inline-flex;
  font-family: var(--heading-font-family);
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .logo__link {
    font-size: 32px;
  }
}
.logo__image {
  max-height: 50px;
}
/* Nav */
.main-nav {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .main-nav {
    position: absolute;
    top: 90px;
    right: 16px;
    z-index: -1;
    display: block;
    min-width: 180px;
    padding: 24px;
    border-radius: 12px;
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    visibility: hidden;
    background: var(--background-color);
    box-shadow: 1px 12px 16px -4px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s;
  }
  .main-nav.is-visible {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .main-nav .nav__list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .main-nav .nav__list .nav__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .main-nav .nav__list .nav__item:last-child .nav__link {
    padding: 0;
  }
  .main-nav .nav__list .nav__item .nav__link {
    display: block;
    padding: 0 0 8px 0;
    font-size: 16px;
    text-align: right;
    transition: color 0.25s;
  }
}
@media (max-width: 576px) {
  .main-nav {
    top: 80px;
  }
}
@media (max-width: 1024px) {
  .mode-dark .main-nav {
    background: var(--background-alt-color);
  }
}
[dir="rtl"] .nav-lang #lang-selector {
  left: 36px;
  right: auto;
}
@media (max-width: 1024px) {
  [dir="rtl"] .main-nav {
    left: 16px;
    right: auto;
  }
  [dir="rtl"] .nav-button {
    align-items: flex-start;
    margin-inline-start: 0;
  }
  [dir="rtl"] .nav-lang #lang-selector {
    left: 0;
    transform: translateY(0);
  }
}
.main-nav__box {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .main-nav__box {
    display: block;
  }
}
.nav__list {
  display: flex;
  align-items: center;
}
.nav__list .nav__item {
  display: inline-block;
  margin-inline-end: 36px;
  margin-bottom: 0;
}
.nav__list .nav__item:last-child {
  margin-inline-end: 0;
}
.nav__list .nav__item .nav__link {
  position: relative;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--link-color);
}
.nav__list .nav__item .nav__link.active-link {
  color: var(--color-accent);
}
.nav-button {
  display: flex;
  align-items: center;
  margin-inline-start: 36px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .nav-button {
    flex-direction: column;
    align-items: flex-end;
  }
  .nav-button .color-mode-toggler {
    order: 1;
  }
}
.color-mode-toggler, .lang-label, .nav-search {
  display: flex;
  align-items: center;
  margin-inline-end: 36px;
  font-size: 16px;
  font-weight: 500;
  color: var(--link-color);
  cursor: pointer;
}
.color-mode-toggler:last-child, .lang-label:last-child, .nav-search:last-child {
  margin-inline-end: 0;
}
.color-mode-toggler svg, .lang-label svg, .nav-search svg {
  margin-inline-end: 2px;
  vertical-align: bottom !important;
}
@media (max-width: 1024px) {
  .color-mode-toggler, .lang-label, .nav-search {
    margin-inline-end: 0;
  }
}
.nav-search .nav-search-button {
  display: inline-block;
  padding: 12px;
  border-radius: 50%;
  color: var(--text-alt-color);
  background: var(--color-accent);
  box-shadow: 1px 12px 16px -4px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}
.nav-search .nav-search-button:hover {
  background: var(--link-color-hover);
}
.nav-search svg {
  margin-inline-end: 0;
}
@media (max-width: 1024px) {
  .nav-search {
    order: 1;
    margin-top: 8px;
  }
}
/* Nav Lang */
.nav-lang {
  position: relative;
}
.nav-lang #lang-selector {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 190px;
  opacity: 0;
  transform: translateY(28px);
  padding: 24px 28px;
  border-radius: 12px;
  pointer-events: none;
  transition: transform 0.25s;
  background: var(--background-color);
  box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.08);
}
.nav-lang #lang-selector a {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--link-color);
}
.nav-lang #lang-selector a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-lang #lang-selector a.active {
  color: var(--color-accent);
}
.nav-lang #lang-selector.open {
  pointer-events: initial;
  opacity: 1;
  transform: translateY(20px);
}
.nav-lang #lang-selector-closer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.nav-lang #lang-selector-closer.open {
  display: block;
}
@media (max-width: 1024px) {
  .nav-lang {
    width: 100%;
    margin-inline-start: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-align: right;
  }
  .nav-lang .lang-label {
    display: none;
  }
  .nav-lang #lang-selector {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0;
    border: none;
    transform: none;
    opacity: 1;
    pointer-events: all;
    background: transparent;
    align-items: initial;
    box-shadow: none;
  }
  .nav-lang #lang-selector a {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: none;
  }
}
.mode-dark #lang-selector {
  background: var(--background-alt-color);
}
.mode-light .color-mode-toggler a:first-child {
  display: none;
}
.mode-dark .color-mode-toggler a:last-child {
  display: none;
}
/* Humburger */
.hamburger {
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
    align-items: center;
  }
}
.hamburger div, .hamburger div:after, .hamburger div:before {
  width: 24px;
  height: 3px;
  border-radius: 10px;
  transition: all 0.15s linear;
  background-color: var(--heading-font-color);
}
.hamburger div:before, .hamburger div:after {
  content: "";
  position: absolute;
}
.hamburger div:before {
  transform: translateY(-200%);
}
.hamburger div:after {
  transform: translateY(200%);
}
.hamburger.is-open div {
  background: transparent;
}
.hamburger.is-open div:before {
  transform: rotate(45deg);
}
.hamburger.is-open div:after {
  transform: rotate(-45deg);
}
/* >>>>>>>>>>>>>> :: 3.2-Hero <<<<<<<<<<<<<<< */
/* Hero */
.hero-image {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 360px;
  width: 100%;
  overflow: hidden;
  user-select: none;
}
.hero-image .hero-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-image .hero-image__inner::before {
  content: "";
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
  background: linear-gradient(180deg, var(--background-gradient-start), var(--background-gradient-end));
}
.hero-image .hero-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-image .hero-image__inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero-image {
    height: 300px;
  }
}
.hero {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 40px;
  }
}
.hero__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.hero__inner .hero__title {
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.3;
}
.hero__inner .hero__description {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .hero__inner .hero__description {
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .hero__inner .hero__title {
    font-size: 48px;
  }
  .hero__inner .hero__description {
    margin-top: 20px;
  }
}
/* >>>>>>>>>>>>>> :: 3.3-Loop <<<<<<<<<<<<<<< */
/* Loop */
.article {
  margin-bottom: 32px;
  will-change: transform;
  transition: transform 0.25s ease-out;
}
.article:hover {
  transform: scale(1.02);
}
.article:hover .article__inner {
  box-shadow: 1px 28px 20px -4px rgba(0, 0, 0, 0.12);
}
.article.article--big {
  position: relative;
  height: 100%;
}
.article.article--big:hover .article__image {
  box-shadow: 1px 28px 20px -4px rgba(0, 0, 0, 0.12);
}
.article.article--big .article__image {
  border-radius: 22px;
  box-shadow: 1px 18px 20px -4px rgba(0, 0, 0, 0.08);
}
.article.article--big .article__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.article.article--big .article__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 480px;
  transform: translate(-50%, -50%);
  will-change: transform;
  text-align: center;
  box-shadow: none;
  color: var(--text-alt-color);
  background: transparent;
}
.article.article--big .article__inner .article__meta {
  justify-content: center;
}
.article.article--big .article__inner .article__title a {
  color: var(--text-alt-color);
}
.article.article--big .article__inner .article__authors {
  justify-content: center;
}
.article.article--big .article__inner .article__authors .article__author__link {
  color: var(--text-alt-color);
}
@media (max-width: 1400px) {
  .article.article--big:hover .article__image {
    box-shadow: none;
  }
  .article.article--big:hover .article__inner {
    box-shadow: 1px 28px 20px -4px rgba(0, 0, 0, 0.12);
  }
  .article.article--big .article__image {
    border-radius: 22px 22px 0 0;
    box-shadow: none;
  }
  .article.article--big .article__image::after {
    content: none;
  }
  .article.article--big .article__inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    text-align: left;
    color: var(--text-color);
    background: var(--background-color);
    box-shadow: 1px 18px 20px -4px rgba(0, 0, 0, 0.08);
  }
  .article.article--big .article__inner .article__meta {
    justify-content: flex-start;
  }
  .article.article--big .article__inner .article__title a {
    color: var(--text-color);
  }
  .article.article--big .article__inner .article__title a:hover {
    color: var(--color-accent);
  }
  .article.article--big .article__inner .article__authors {
    justify-content: flex-start;
  }
  .article.article--big .article__inner .article__authors .article__author__link {
    color: var(--text-color);
  }
  .article.article--big .article__inner .article__authors .article__author__link:hover {
    color: var(--color-accent);
  }
}
.article__image {
  position: relative;
  display: block;
  border-radius: 22px 22px 0 0;
  padding-bottom: 70%;
  transform: translate(0);
  overflow: hidden;
  background-color: var(--background-alt-color);
}
.article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.article__inner {
  position: relative;
  padding: 24px;
  border-radius: 0 0 22px 22px;
  background: var(--background-color);
  box-shadow: 1px 18px 20px -4px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease-out;
}
@media (max-width: 576px) {
  .article__inner {
    padding: 20px;
  }
}
.mode-dark .article__inner {
  background: var(--background-alt-color);
}
.featured {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--text-alt-color);
  background: var(--color-accent);
  pointer-events: none;
}
.article__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-bottom: 8px;
  font-family: var(--heading-font-family);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.article__tags {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-inline-end: 4px;
}
.article__tags .article__tag {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px 4px 4px 0;
  border-radius: 4px;
  color: var(--text-alt-color);
  background: var(--color-accent);
}
.article__tags .article__tag:hover {
  background: var(--link-color-hover);
}
.article__title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.3;
}
.article__title a:hover {
  color: var(--color-accent);
}
@media (max-width: 576px) {
  .article__title {
    font-size: 20px;
  }
}
.article__description {
  display: -webkit-box;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .article__description {
    margin: 8px 0 0;
  }
}
.article__authors {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.article__authors .article__author__avatar {
  display: flex;
  align-items: center;
  margin-inline-end: 12px;
}
.article__authors .article__author__avatar a {
  position: relative;
  display: inline-block;
  transform: translate(0);
  width: 28px;
  height: 28px;
  border: 1px solid var(--text-alt-color);
  border-radius: 50%;
  overflow: hidden;
  background: var(--background-alt-color);
  transition: transform 0.25s ease;
}
.article__authors .article__author__avatar a:not(:first-child) {
  margin-inline-start: -12px;
}
.article__authors .article__author__avatar a:nth-child(1) {
  z-index: 5;
}
.article__authors .article__author__avatar a:nth-child(2) {
  z-index: 4;
}
.article__authors .article__author__avatar a:nth-child(3) {
  z-index: 3;
}
.article__authors .article__author__avatar a:nth-child(4) {
  z-index: 2;
}
.article__authors .article__author__avatar a:nth-child(5) {
  z-index: 1;
}
.article__authors .article__author__avatar a:hover {
  transform: translateY(-2px);
}
.article__authors .article__author__avatar a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__authors .article__author {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: inherit;
}
.article__authors .article__author .article__author__link:hover {
  color: var(--color-accent);
}
/* Pagination */
.pagination {
  margin: 16px auto 0;
}
@media (max-width: 768px) {
  .pagination {
    margin: 8px auto 0;
  }
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: var(--heading-font-family);
}
.pagination__next, .pagination__prev {
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  color: var(--text-alt-color);
  background: var(--color-accent);
}
.pagination__next:hover, .pagination__prev:hover {
  background: var(--link-color-hover);
}
.pagination__next.disabled, .pagination__prev.disabled {
  display: none;
}
.pagination__next {
  margin-inline-start: 16px;
}
.pagination__prev {
  margin-inline-end: 16px;
}
.pagination__count {
  font-size: 15px;
}
/* >>>>>>>>>>>>>> :: 3.4-Footer <<<<<<<<<<<<<<< */
/* Footer Widgets */
.footer-widgets {
  margin-top: 80px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .footer-widgets {
    margin-top: 60px;
  }
}
.widget-box .row .col {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .widget-box .widget {
    margin-bottom: 48px;
  }
  .widget-box .row .col:last-child .widget {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .widget-box .widget {
    margin-bottom: 40px;
  }
}
.widget {
  padding: 24px;
  border-radius: 22px;
  box-shadow: 1px 18px 20px -4px rgba(0, 0, 0, 0.08);
  background: var(--background-color);
}
@media (max-width: 576px) {
  .widget {
    padding: 20px;
  }
}
.mode-dark .widget {
  background: var(--background-alt-color);
}
.widget__title {
  position: relative;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 576px) {
  .widget__title {
    font-size: 24px;
  }
}
/* Widget Authors */
.widget-authors .authors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.widget-authors .authors__inner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.widget-authors .authors__inner .author__image {
  position: relative;
  display: inline-block;
  transform: translate(0);
  width: 60px;
  height: 60px;
  border: 2px solid var(--text-alt-color);
  border-radius: 50%;
  overflow: hidden;
  background: var(--background-alt-color);
  transition: transform 0.25s ease;
}
.widget-authors .authors__inner .author__image:not(:first-child) {
  margin-inline-start: -12px;
}
.widget-authors .authors__inner .author__image:nth-child(1) {
  z-index: 5;
}
.widget-authors .authors__inner .author__image:nth-child(2) {
  z-index: 4;
}
.widget-authors .authors__inner .author__image:nth-child(3) {
  z-index: 3;
}
.widget-authors .authors__inner .author__image:nth-child(4) {
  z-index: 2;
}
.widget-authors .authors__inner .author__image:nth-child(5) {
  z-index: 1;
}
.widget-authors .authors__inner .author__image:hover {
  transform: translateY(-2px);
}
.widget-authors .authors__inner .author__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-authors .author__name {
  text-align: center;
}
.widget-authors .author__name .author__link {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.widget-authors .author__name .author__link:hover {
  color: var(--color-accent);
}
/* Widget Recent Posts */
.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .recent-post__image {
  position: relative;
  display: block;
  transform: translate(0);
  min-width: 106px;
  min-height: 68px;
  margin-inline-end: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--background-alt-color);
  will-change: transform;
}
.recent-post .recent-post__image:hover {
  transform: scale(1.02);
}
.recent-post .recent-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-post .recent-post__date {
  font-family: var(--heading-font-family);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recent-post .recent-post__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
}
.recent-post .recent-post__title a:hover {
  color: var(--color-accent);
}
@media (max-width: 576px) {
  .recent-post {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .recent-post .recent-post__image {
    width: 100%;
    padding-bottom: 70%;
    margin-inline-end: 0;
    margin-bottom: 12px;
  }
  .recent-post .recent-post__title {
    margin-top: 4px;
    font-size: 20px;
  }
}
/* Widget Tag Cloud */
.tag-cloud {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.tag-cloud .tag-cloud__tag {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px 8px 0;
  font-family: var(--heading-font-family);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  color: var(--text-alt-color);
  background: var(--color-accent);
}
.tag-cloud .tag-cloud__tag:hover {
  background: var(--link-color-hover);
}
@media (max-width: 576px) {
  .tag-cloud {
    justify-content: flex-start;
  }
  .tag-cloud .tag-cloud__tag {
    margin: 0 4px 4px 0;
  }
}
/* Footer */
.footer__inner {
  display: flex;
  flex-direction: column;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .footer__info {
    flex-direction: column;
    margin-inline-end: 0;
    align-items: flex-start;
  }
}
.footer__nav .footer__nav__link {
  position: relative;
  margin-inline-end: 36px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--link-color);
}
.footer__nav .footer__nav__link.active-link {
  color: var(--color-accent);
}
@media (max-width: 768px) {
  .footer__nav {
    margin-bottom: 20px;
  }
  .footer__nav .footer__nav__link {
    margin-inline-end: 24px;
  }
}
/* Footer Social */
.footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__social .social-link {
  padding: 4px;
  margin-inline-end: 12px;
  line-height: 1;
  transition: all 0.25s ease;
}
.footer__social .social-link:last-child {
  padding-inline-end: 0;
  margin-inline-end: 0px;
}
.footer__social .social-link:hover {
  color: var(--color-accent);
}
/* >>>>>>>>>>>>>> :: 3.5-Search <<<<<<<<<<<<<<< */
/* Search */
.search-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(320deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.search-wrapper .search-wrapper-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  opacity: 0.5;
  transition: opacity ease-out 0.2s;
}
.search-wrapper .search-wrapper-close:focus, .search-wrapper .search-wrapper-close:hover {
  opacity: 1;
}
.search-wrapper .search-wrapper-close:before, .search-wrapper .search-wrapper-close:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 2px;
  margin-top: -1px;
  border-radius: 1px;
  background: #fff;
}
.search-wrapper .search-wrapper-close:before {
  transform: rotate(-45deg);
}
.search-wrapper .search-wrapper-close:after {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .search-wrapper .search-wrapper-close {
    top: 32px;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .search-wrapper .search-wrapper-close {
    right: 12px;
  }
}
.search-active {
  overflow-y: hidden;
}
.search-active .search-wrapper {
  z-index: 500;
  opacity: 1;
  transition: all 0.25s ease;
}
.search {
  position: relative;
  z-index: 100;
  max-width: 540px;
  margin: 100px auto 0;
  border: 1px solid var(--background-color);
  border-radius: 22px;
  box-shadow: 1px 16px 18px -6px rgba(0, 0, 0, 0.08);
  background: var(--background-color);
  overflow: hidden;
  will-change: transform;
  transition: all 0.25s ease;
}
.mode-dark .search {
  border-color: var(--border-color);
}
.search-form {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.search-form .search-input-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: var(--heading-font-color);
}
.search-form .search-input-icon svg {
  vertical-align: baseline !important;
}
.search-form .search-field {
  width: 100%;
  padding: 24px 54px 24px 48px;
  font-size: 21px;
  font-weight: 500;
  border: none;
  outline: 0;
  background: var(--background-color);
}
.search-form .search-field::placeholder {
  font-weight: 500;
  color: var(--heading-font-color);
}
.search-form .search-field::-ms-clear {
  display: none;
}
.search-form .search-button {
  display: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  will-change: transform;
  background: var(--color-accent);
  transition: all 0.25s ease;
}
.search-form .search-button.search-button-clear {
  display: block;
  padding: 0;
  border-radius: 4rem;
}
.search-form .search-button.search-button-clear:hover {
  transform: translateY(-50%) rotate(90deg);
  background: var(--link-color-hover);
}
.search-form .search-button.search-button-clear i {
  display: none;
}
.search-form .search-button.search-button-clear:before, .search-form .search-button.search-button-clear:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 2px;
  margin-top: -1px;
  border-radius: 1px;
  background: var(--text-alt-color);
}
.search-form .search-button.search-button-clear:before {
  transform: rotate(-45deg);
}
.search-form .search-button.search-button-clear:after {
  transform: rotate(45deg);
}
.search-result {
  overflow-y: scroll;
  max-height: 50vh;
  -webkit-overflow-scrolling: touch;
}
.search-result .search-result-row .search-result-row-link {
  display: block;
  padding: 24px;
  text-decoration: none;
  outline: 0;
  border-bottom: 1px solid var(--border-color);
}
.search-result .search-result-row .search-result-row-link:hover .search-result-row-title {
  color: var(--color-accent);
}
.search-result .search-result-row .search-result-row-link .search-result-row-title {
  font-family: var(--heading-font-family);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--heading-font-color);
  transition: all 0.25s ease;
}
.search-result .search-result-row .search-result-row-link .search-result-row-excerpt {
  display: -webkit-box;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .search-result {
    max-height: 65vh;
  }
  .search-result .search-result-row .search-result-row-link .search-result-row-title {
    font-size: 20px;
  }
}
.popular-wrapper {
  padding: 24px;
}
.popular-wrapper .popular-title {
  margin-bottom: 16px;
  font-family: var(--base-font-family);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--heading-font-color);
}
.popular-wrapper .popular-tags {
  display: flex;
  flex-wrap: wrap;
}
.popular-wrapper .popular-tags a {
  padding: 4px 8px;
  margin: 0 8px 8px 0;
  font-family: var(--heading-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  color: var(--text-alt-color);
  background: var(--color-accent);
}
.popular-wrapper .popular-tags a:hover {
  background: var(--link-color-hover);
}
@media (max-width: 576px) {
  .popular-wrapper .popular-tags a {
    margin: 0 4px 4px 0;
  }
}
[dir="rtl"] .search-input-icon {
  left: auto;
  right: 24px;
  transform: translateY(-50%) scaleX(-1);
}
[dir="rtl"] .search-button {
  left: 24px;
  right: auto;
}
/* =======================
:: 4-Layouts
======================= */
/* >>>>>>>>>>>>>> :: 4.1-Post <<<<<<<<<<<<<<< */
/* Post */
.post-head .image-box {
  position: relative;
  min-height: 280px;
  padding-top: 56.25%;
  border-radius: 22px;
  overflow: hidden;
  background: var(--background-alt-color);
}
.post-head .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-head .post-head__inner {
  max-width: 780px;
  margin: 32px auto;
  text-align: center;
}
.post-head .post__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-bottom: 8px;
  font-family: var(--heading-font-family);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-head .post__tags {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-inline-end: 4px;
}
.post-head .post__tags .post__tag {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px 4px 4px 0;
  border-radius: 4px;
  color: var(--text-alt-color);
  background: var(--color-accent);
}
.post-head .post__tags .post__tag:hover {
  background: var(--link-color-hover);
}
.post-head .post-title {
  font-size: 58px;
}
.post-head .post-description {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .post-head .image-box {
    padding-top: 70%;
  }
  .post-head .post-title {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .post-head .post-head__inner {
    margin: 24px auto;
  }
  .post-head .post-title {
    font-size: 36px;
  }
}
.post {
  max-width: 780px;
  margin: 0 auto;
}
.post-content h1 a[href^="#"], .post-content h2 a[href^="#"], .post-content h3 a[href^="#"], .post-content h4 a[href^="#"], .post-content h5 a[href^="#"], .post-content h6 a[href^="#"] {
  /* Remove usual link styles */
  color: inherit;
  text-decoration: none;
  position: relative;
  /* Add different styles */
}
.post-content h1 a[href^="#"]:hover:before, .post-content h2 a[href^="#"]:hover:before, .post-content h3 a[href^="#"]:hover:before, .post-content h4 a[href^="#"]:hover:before, .post-content h5 a[href^="#"]:hover:before, .post-content h6 a[href^="#"]:hover:before {
  content: "#";
  position: absolute;
  right: 100%;
  margin-inline-end: 5px;
  color: var(--color-accent);
}
.post-content a:not([class]) {
  color: var(--color-accent);
}
.post-content a:not([class]):hover {
  color: var(--link-color-hover);
}
.post-content hr {
  display: block;
  height: 1px;
  margin: 40px 0;
  padding: 0;
  background: var(--border-color);
  border: 0;
}
.post-content blockquote {
  position: relative;
  padding-left: 60px;
  font-size: 26px;
  font-weight: 700;
  color: var(--heading-font-color);
}
.post-content blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--heading-font-family);
  font-size: 88px;
  line-height: 1;
  color: var(--color-accent);
}
.post-content blockquote > :first-child {
  margin-bottom: 12px;
}
.post-content blockquote p + :last-child {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .post-content blockquote {
    font-size: 24px;
    padding-left: 54px;
  }
  .post-content blockquote::before {
    font-size: 80px;
  }
}
.post-content figure img {
  border-radius: 22px;
}
.post-content figcaption {
  position: relative;
  margin: 16px auto 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.post-content figcaption a {
  font-weight: 400;
  color: var(--link-color);
}
.post-content figcaption a:hover {
  color: var(--link-color-hover);
}
.post-content aside {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
}
.post-content aside span {
  margin-inline-end: 8px;
  font-size: 24px;
}
.post-content pre {
  position: relative;
  padding: 16px 0;
  border-radius: 22px;
  font-size: 14px;
  tab-size: 4;
  direction: ltr;
}
.post-content pre .line {
  padding: 1px 14px;
}
.post-content pre .line-number {
  position: absolute;
  margin-inline-end: 16px;
  left: 16px;
}
.post-content pre code {
  display: block;
  width: max-content;
  min-width: 100%;
}
.post-content pre.has-line-numbers .line {
  padding-left: 36px;
}
.post-content :not(pre) code {
  padding: 3px 5px;
  font-family: monospace;
  font-size: 13px;
  border-radius: 3px;
  color: var(--code-color);
  background: var(--code-background-color);
}
.post-content mark {
  background: #fff5c5;
}
.post-content a.bookmark {
  display: flex;
  margin: 24px 0;
  border-radius: 22px;
  border: 1px solid var(--border-color);
  text-decoration: none;
  overflow: hidden;
}
.post-content a.bookmark:hover .bookmark-title {
  color: var(--color-accent);
}
.post-content a.bookmark .bookmark-details {
  padding: 20px;
  flex: 2;
}
.post-content a.bookmark .bookmark-details .bookmark-title {
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.25s ease;
}
.post-content a.bookmark .bookmark-details .bookmark-description {
  font-size: 14px;
  line-height: 1.4;
  margin: 16px 0 0;
}
.post-content a.bookmark .bookmark-details .bookmark-domain {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.post-content a.bookmark .bookmark-thumbnail {
  flex: 1;
  max-width: 185px;
}
.post-content a.bookmark .bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 0 22px 22px 0;
  object-fit: cover;
}
@media (max-width: 576px) {
  .post-content a.bookmark {
    flex-direction: column-reverse;
  }
  .post-content a.bookmark .bookmark-thumbnail {
    max-width: 100%;
  }
}
.post-content .table-container {
  overflow-x: auto;
  margin: 24px 0;
}
.post-content .table-container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}
.post-content .table-container table th, .post-content .table-container table td {
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid var(--border-color);
}
.post-content .table-container table th {
  font-weight: 700;
  font-size: 16px;
  text-align: inherit;
  font-family: var(--heading-font-family);
  background: var(--background-alt-color);
}
.post-content .table-container table p {
  margin-top: 0;
}
.post-content .table-container table p:last-child {
  margin-bottom: 0;
}
.post__info {
  padding: 32px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 576px) {
  .post__info {
    padding: 24px 0;
  }
}
.post__authors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.post__authors .post__authors__inner {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.post__authors .post__authors__inner .post__author {
  display: inline-block;
  transform: translate(0);
  width: 48px;
  height: 48px;
  border: 2px solid var(--text-alt-color);
  border-radius: 50%;
  overflow: hidden;
  background: var(--background-alt-color);
  transition: transform 0.25s ease;
}
.post__authors .post__authors__inner .post__author:not(:first-child) {
  margin-inline-start: -12px;
}
.post__authors .post__authors__inner .post__author:nth-child(1) {
  z-index: 5;
}
.post__authors .post__authors__inner .post__author:nth-child(2) {
  z-index: 4;
}
.post__authors .post__authors__inner .post__author:nth-child(3) {
  z-index: 3;
}
.post__authors .post__authors__inner .post__author:nth-child(4) {
  z-index: 2;
}
.post__authors .post__authors__inner .post__author:nth-child(5) {
  z-index: 1;
}
.post__authors .post__authors__inner .post__author:hover {
  transform: translateY(-2px);
}
.post__authors .post__authors__inner .post__author img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  user-select: none;
}
.post__authors .post__author__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.post__authors .post__author__link:hover {
  color: var(--color-accent);
}
.translated-wrapper {
  margin-top: 12px;
  text-align: center;
}
.translated-wrapper p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.translated-wrapper p a {
  color: var(--color-accent);
}
.translated-wrapper p a:hover {
  color: var(--link-color-hover);
}
@media (max-width: 576px) {
  .translated-wrapper {
    margin-top: 8px;
  }
}
/* 404 */
.error {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.error .error__title {
  font-size: 140px;
  line-height: 1;
}
.error .error__text {
  font-weight: 700;
}
.error .error__button {
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  color: var(--text-alt-color);
  background: var(--color-accent);
}
.error .error__button:hover {
  background: var(--link-color-hover);
}
@media (max-width: 576px) {
  .error .error__title {
    font-size: 100px;
  }
}
/* Shared declarations for certain elements. */
h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, hr, table, fieldset, figure, aside, pre {
  margin-bottom: 24px;
}
/* Consistent indentation for lists. */
ul, ol, dd {
  padding: 0;
  margin-inline-start: 16px;
}
ul li, ol li {
  margin-bottom: 4px;
}
ul li p, ol li p {
  margin: 0 0 4px;
}
/* >>>>>>>>>>>>>> :: 4.2-Author <<<<<<<<<<<<<<< */
/* Author */
.author-head {
  max-width: 780px;
  margin-bottom: 48px;
}
.author-head .author-image {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--background-alt-color);
}
.author-head .author-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-head .author-title {
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 1.3;
}
.author-head .author-description {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 21px;
}
.author-head .author-social {
  display: flex;
  align-items: center;
  line-height: 1;
}
.author-head .author-social .author-location {
  margin-inline-start: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--link-color);
}
.author-head .author-social .author-location svg {
  margin-inline-end: 2px;
}
.author-head .author-social .social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 8px;
  border-radius: 50%;
  color: var(--text-alt-color);
  background: var(--color-accent);
  box-shadow: 1px 12px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}
.author-head .author-social .social-link:hover {
  background: var(--link-color-hover);
}
.author-head .author-social .social-link:last-child {
  margin-inline-end: 0;
}
.author-head .author-social .social-link svg {
  width: 18px !important;
  height: 18px !important;
}
@media (max-width: 768px) {
  .author-head .author-description {
    font-size: inherit;
  }
}
@media (max-width: 576px) {
  .author-head {
    margin-bottom: 32px;
  }
  .author-head .author-title {
    font-size: 36px;
  }
}
/* >>>>>>>>>>>>>> :: 4.3-Tag <<<<<<<<<<<<<<< */
/* Tag */
.tag-head {
  max-width: 780px;
  margin-bottom: 48px;
}
.tag-head .tag-title {
  margin-bottom: 0;
  font-size: 48px;
  text-transform: capitalize;
}
.tag-head .tag-description {
  margin-top: 12px;
  font-size: 21px;
}
@media (max-width: 768px) {
  .tag-head .tag-description {
    font-size: inherit;
  }
}
@media (max-width: 576px) {
  .tag-head {
    margin-bottom: 32px;
  }
  .tag-head .tag-title {
    font-size: 36px;
  }
}
