/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \******************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}

*, :after, :before {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

input, input:required {
  box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: none;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:active, a:hover {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img, picture {
  display: inline-block;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  outline: 0;
  padding: 0;
}

legend {
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

[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;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  position: relative;
  z-index: 1;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 20px;
}
.header__night, .header__burger {
  display: flex;
  align-items: center;
}
.header__night button, .header__burger button {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.header__night button .material-icons, .header__burger button .material-icons {
  font-size: 32px;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo a img {
  height: 60px;
  margin: 4px 0;
}
.header__search {
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-content: stretch;
  padding: 8px;
}
.header__search button {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  background: #00a761;
  font-size: 10px;
  padding: 6px;
  border-radius: 4px;
}
.header__search button .material-icons {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.header__search-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  background: rgb(14, 14, 14);
  border: 1px solid rgb(53, 58, 52);
  border-radius: 12px;
  padding: 8px;
  gap: 8px;
}
.header__search input {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  min-width: 20vw;
}
.header__search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search-icon {
  display: inline-flex;
  align-items: center;
}
.header__search-icon .material-icons {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .header__search {
    display: none;
  }
}
.header__profile {
  display: flex;
  align-items: center;
}
.header__profile .material-icons {
  margin-left: 1rem;
  cursor: pointer;
}

.site-sidebar {
  width: 200px;
  border-right: 1px solid rgb(53, 58, 52);
  overflow: hidden scroll;
  display: none;
  position: sticky;
  top: 0;
  height: 100vh;
  margin-right: 15px;
}
.site-sidebar::-webkit-scrollbar {
  width: 4px;
}
.site-sidebar::-webkit-scrollbar-track {
  background: rgba(15, 37, 6, 0.2);
}
.site-sidebar::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, rgb(15, 37, 6), rgb(34, 68, 18));
  border: 2px solid rgba(15, 37, 6, 0.5);
}
.site-sidebar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, rgb(34, 68, 18), rgb(45, 90, 25));
}
.site-sidebar nav {
  padding: 20px 20px 20px 0;
}
.site-sidebar nav p {
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid rgb(53, 58, 52);
  padding: 0 0 4px;
  margin: 0 0 8px;
}
.site-sidebar nav hr {
  border-bottom: 1px solid rgb(53, 58, 52);
  margin: 8px 0;
}
.site-sidebar nav a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.site-sidebar nav svg {
  width: 36px;
  height: 36px;
}
.site-sidebar nav svg path {
  fill: #fff;
}
.site-sidebar nav li ~ li {
  margin: 12px 0 0;
}
@media (max-width: 1199px) {
  .site-sidebar .header__search {
    padding-left: 0;
  }
  .site-sidebar .header__search input {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .site-sidebar {
    position: absolute;
    top: 69px;
    left: 0;
    z-index: 999;
    background: rgb(14, 14, 14);
    padding-left: 15px;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 75px;
    margin-right: 0;
  }
  .site-sidebar .header__search {
    display: flex;
    padding: 0;
  }
}

#coin-marquee-widget {
  width: calc(100% + 30px);
}

.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: rgb(14, 14, 14);
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll linear infinite;
  align-items: center;
  animation-play-state: running; /* default */
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition: background 0.2s ease-in-out;
}

.marquee-item:last-child {
  border-right: none;
}

.marquee-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.marquee-item a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
}

.marquee-logo {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: initial !important;
  visibility: visible !important;
}

.marquee-name {
  font-weight: 600;
  margin-right: 6px;
  color: #fff;
}

.marquee-price {
  margin-right: 6px;
  font-weight: 500;
}

.marquee-change {
  font-size: 0.9em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
}

.marquee-change i {
  font-size: 12px;
}

.marquee-price--negative,
.marquee-change--negative {
  color: #e74c3c;
}

.marquee-price:not(.marquee-price--negative),
.marquee-change:not(.marquee-change--negative) {
  color: #00a761;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.slider {
  width: calc(100% - 420px);
}
.slider.trans .slick-list::after, .slider.trans .slick-list::before {
  opacity: 1;
}
.slider::before {
  content: "";
  display: block;
  background: rgb(14, 14, 14);
  position: absolute;
  width: 62px;
  height: 50px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slider .slick-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(14, 14, 14);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: 0.1s linear;
}
.slider .slick-list::after {
  content: "";
  display: block;
  width: 50px;
  position: absolute;
  z-index: 2;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #00a761;
  --_m:
          conic-gradient(#0000 10%,#000),
          linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  pointer-events: none;
  opacity: 0;
  transition: 0.1s linear;
}
.slider .slick-track,
.slider .slick-list {
  height: 100%;
}
.slider .slick-prev {
  top: auto;
  bottom: 4px;
  right: 34px;
  left: auto;
  z-index: 2;
}
.slider .slick-next {
  top: auto;
  bottom: 4px;
  right: 8px;
  z-index: 2;
}
.slider__item {
  position: relative;
}
.slider__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slider__item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__item-title {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.slider__item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  color: #fff;
  font-size: 14px;
}
.slider__item-info a {
  color: #00a761;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .slider {
    width: 100%;
  }
  .slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }
  .slider .slick-slide {
    height: unset !important;
  }
}

.tabs {
  flex: 0 0 400px;
  background: rgb(14, 14, 14);
  height: 100%;
  box-shadow: 4px 4px 0 0 #00a761;
}
.tabs__heading {
  display: flex;
}
.tabs__heading button {
  flex: 1;
  color: #fff;
  padding: 12px 4px;
}
.tabs__heading button.active {
  background: #00a761;
}
.tabs__content {
  height: calc(100% - 42px);
}
.tabs__tab {
  height: 100%;
  overflow: auto;
}
.tabs__tab::-webkit-scrollbar {
  width: 4px;
}
.tabs__tab::-webkit-scrollbar-track {
  background: rgba(15, 37, 6, 0.2);
}
.tabs__tab::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, rgb(15, 37, 6), rgb(34, 68, 18));
  border: 2px solid rgba(15, 37, 6, 0.5);
}
.tabs__tab::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, rgb(34, 68, 18), rgb(45, 90, 25));
}
.tabs__tab:not(.active) {
  display: none;
}
.tabs__tab ul {
  padding: 15px;
}
.tabs__tab ul li ~ li {
  margin: 20px 0 0;
}
.tabs__tab ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
}

html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.35;
  min-width: 320px;
}

.site-wrapper {
  background: #01263f;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.site-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -60vw;
  width: 140vw;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at top right, rgb(15, 37, 6) 0%, rgb(15, 15, 15) 70%);
  pointer-events: none;
  z-index: 0;
  height: calc(100% + 60vw);
}

.container {
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1600px;
}

.content-wrapper {
  flex: 1;
  max-height: calc(100% - 60px);
}
.content-wrapper .container {
  height: 100%;
}
.content-wrapper__flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.site-footer {
  padding: 15px 15px 15px 0;
  margin-left: 15px;
  border-top: 1px solid rgb(53, 58, 52);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer__socials svg {
  width: auto;
  height: 28px;
}

body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background: rgba(15, 37, 6, 0.2);
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, rgb(15, 37, 6), rgb(34, 68, 18));
  border: 2px solid rgba(15, 37, 6, 0.5);
}
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, rgb(34, 68, 18), rgb(45, 90, 25));
}

.site-content {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  transition: 0.2s linear;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  padding: 20px;
}

.linear-hover {
  -webkit-transition: background-size 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a761), to(#00a761));
  background-image: linear-gradient(#00a761, #00a761);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
}

.linear-hover:hover {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}

.post-card__thumbnail {
  aspect-ratio: 5/3;
  border-radius: 12px;
  overflow: hidden;
}
.post-card__thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.post-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__content {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-card__content h3 {
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00a761;
  font-weight: 700;
}
.post-card__content h3 a {
  color: #00a761;
  text-decoration: none;
}
.post-card__author a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.post-card__author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__info {
  font-size: 0.8rem;
}
.post-card__info p {
  color: #d2d2d2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card__info-meta {
  padding: 0.5rem 0 0;
  color: #fff;
}
.post-card__info-meta a {
  color: #00a761;
  text-decoration: none;
}

.posts-title {
  font-weight: 900;
  margin: 0;
  padding: 20px 0 0 20px;
}
@media (max-width: 1023px) {
  .posts-title {
    padding: 20px 15px 0 15px;
    font-size: 1.5em;
  }
}

.welcome {
  padding: 20px 20px 0;
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  height: 460px;
}
@media (max-width: 1023px) {
  .welcome {
    flex-direction: column;
    height: auto;
  }
}

.pagination {
  padding: 20px;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pagination .page-numbers:not(.prev):not(.next) {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #00a761;
  transition: 0.2s linear;
}
.pagination .page-numbers:not(.prev):not(.next):hover, .pagination .page-numbers:not(.prev):not(.next).current {
  background: #00a761;
  color: #fff !important;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  -webkit-transition: background-size 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a761), to(#00a761));
  background-image: linear-gradient(#00a761, #00a761);
  color: #00a761;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 0% 1px;
  background-size: 0% 1px;
  text-decoration: none;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}

.post {
  padding: 20px 0 0 20px;
}
@media (max-width: 1023px) {
  .post {
    padding: 20px 15px 0 15px;
  }
}
.post__nav {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .post__nav {
    flex-direction: column;
  }
}
.post__nav-prev, .post__nav-next {
  flex: 1;
}
.post__nav a {
  text-decoration: none;
  color: #00a761;
}
.post__nav span {
  display: block;
}
.post__share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.post__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
}
.post__share a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
  background: #fff;
}
.post__share a svg {
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  fill: #00a761;
}
.post__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.post__title {
  width: 100%;
  font-weight: 900;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .post__title {
    font-size: 1.5em;
  }
}
.post__article {
  width: calc(100% - 420px);
}
@media (max-width: 1023px) {
  .post__article {
    width: 100%;
  }
}
.post__sidebar {
  flex: 0 0 400px;
  padding: 0 15px 0 0;
}
@media (max-width: 1023px) {
  .post__sidebar {
    flex: 100%;
  }
}
.post__featured {
  background: rgb(14, 14, 14);
  box-shadow: 4px 4px 0 0 #00a761;
  margin: 20px 0 0;
}
.post__featured-list {
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 15px;
}
.post__featured .post-card {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post__featured .post-card__info {
  font-size: 0.65rem;
}
.post__featured .post-card__thumbnail {
  min-width: 35%;
  width: 35%;
}
.post__featured-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 12px;
  font-weight: 600;
  border-bottom: 1px solid rgb(53, 58, 52);
}
.post__content h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2 !important;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post__content h2 {
    font-size: 28px;
  }
}
.post__content h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2 !important;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post__content h3 {
    font-size: 24px;
  }
}
.post__content h4 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2 !important;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post__content h4 {
    font-size: 20px;
  }
}
.post__content h5 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2 !important;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post__content h5 {
    font-size: 18px;
  }
}
.post__content h6 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2 !important;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post__content h6 {
    font-size: 16px;
  }
}
.post__content p, .post__content span {
  font-family: inherit !important;
  line-height: inherit !important;
}
.post__content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.post__content iframe, .post__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.post__content img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}
.post__content a {
  text-decoration: underline;
  font-weight: 700;
  color: #00a761 !important;
}
.post__content .twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}
.post__content ol {
  padding: 0;
  list-style: none;
  counter-reset: text-content-ol;
}
.post__content ul {
  padding: 0 0 0 17px;
}
.post__content ol li {
  counter-increment: text-content-ol;
}
.post__content ul li ~ li, .post__content ol li ~ li {
  margin: 4px 0 0;
}
.post__content ol li p, .post__content ol li h2, .post__content ol li h3, .post__content ol li h4, .post__content ol li h5, .post__content ol li h6 {
  display: inline;
}
.post__content ol li::before {
  content: counter(text-content-ol) ". ";
}
.post__content blockquote {
  position: relative;
  padding: 20px 20px 5px;
  text-align: center;
  font-style: italic;
  color: #00a761;
}
.post__content blockquote p:first-child {
  margin-top: 0;
}
.post__contents {
  background: rgb(14, 14, 14);
  box-shadow: 4px 4px 0 0 #00a761;
}
@media (max-width: 1023px) {
  .post__contents {
    width: 100%;
  }
}
.post__contents p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 12px;
  font-weight: 600;
  border-bottom: 1px solid rgb(53, 58, 52);
}
.post__contents ul {
  padding: 15px;
}
.post__contents li ~ li {
  border-top: 1px solid rgba(53, 58, 52, 0.5);
  margin: 6px 0 0;
  padding: 6px 0 0;
}
.post__contents a {
  color: #fff;
  text-decoration: none;
}

body.light-mode {
  color: #222;
}
body.light-mode .header {
  background: rgb(15, 15, 15);
}
body.light-mode .site-sidebar {
  background: #fff;
}
body.light-mode .site-sidebar nav svg path {
  fill: #222;
}
body.light-mode .site-sidebar .header__search {
  background: #fff;
}
body.light-mode .site-sidebar .header__search-wrapper {
  background: rgb(249, 249, 249);
}
body.light-mode .site-sidebar .header__search-icon .material-icons {
  color: #222;
}
body.light-mode .site-sidebar .header__search-icon input {
  color: #222;
}
body.light-mode .light-fill {
  fill: #222;
}
body.light-mode .site-wrapper {
  background: #fff;
}
body.light-mode .site-wrapper::before {
  content: unset;
}
body.light-mode .tabs {
  background: rgb(249, 249, 249);
}
body.light-mode .tabs button:not(.active) {
  color: #222;
}
body.light-mode .tabs__tab ul a {
  color: #222;
}
body.light-mode .post__featured {
  background: rgb(249, 249, 249);
}
body.light-mode .post__contents {
  background: rgb(249, 249, 249);
}
body.light-mode .post__contents a {
  color: #222;
}
body.light-mode .site-content::-webkit-scrollbar-track {
  background: rgba(15, 37, 6, 0.1);
}
body.light-mode .site-content::-webkit-scrollbar-thumb {
  background: #00a761;
  border: 2px solid #00a761;
}
body.light-mode .site-sidebar::-webkit-scrollbar-track {
  background: rgba(15, 37, 6, 0.1);
}
body.light-mode .site-sidebar::-webkit-scrollbar-thumb {
  background: #00a761;
  border: 2px solid #00a761;
}
body.light-mode .site-sidebar nav a {
  color: #222;
}
body.light-mode .site-footer .a,
body.light-mode .site-footer .cls-1 {
  stroke: #222;
}
body.light-mode .post-card__info-meta {
  color: #222;
}
body.light-mode .post-card__info p {
  color: #555;
}
