:root {
    --font-family-primary: "Noto Sans", sans-serif;
    --font-weight-primary-regular: 400;
    --font-weight-primary-bold: 700;
}
:root {
    --border-radius-primary: 26px;
    --border-radius-secondary: 5px;
}
:root {
    --color-details: #C92B40;
}
:root {
    --gradient-violet-start: #b53cff;
    --gradient-violet-end: #f952ff;
    --gradient-green-start: #23bd38;
    --gradient-green-end: #41eba9;
    --gradient-red-start: #C92B40;
    --gradient-red-end: #ea606a;
    --gradient-orange-start: #e77842;
    --gradient-orange-end: #f7c068;
    --gradient-blue-start: #327ae7;
    --gradient-blue-end: #6bd0ff;
}
:root {
    --color-font: #161b3d;
    --color-font-button: #161b3d;
    --color-body: #fff;
    --color-search-icon: #161b3d;
    --color-underline-link: #dde0e0;
    --color-table-border: #dde0e0;
    --color-figcaption: #5b6572;
    --color-hover-dot: #d3d5dc;
    --color-bg-code: #f1f4f4;
    --color-bg-tag: #f4f4f4;
    --color-bg-elements: #f7f7f7;
    --color-elements-one: #f0f0f0;
    --color-elements-two: #e2e5ed;
    --color-elements-white: #fff;
    --gradient-gray-start: #e2e5ed;
    --gradient-gray-end: #f1f4f4;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 10px 15px 0 0;
    cursor: pointer;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: var(--color-font);
}
.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger-minus .hamburger-inner::before,
.hamburger-minus .hamburger-inner::after {
    -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger-minus.is-active .hamburger-inner::before,
.hamburger-minus.is-active .hamburger-inner::after {
    -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    opacity: 0;
}
.hamburger-minus.is-active .hamburger-inner::before {
    top: 0;
}
.hamburger-minus.is-active .hamburger-inner::after {
    bottom: 0;
}
html,
body {
    height: 100%;
    max-height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: var(--font-family-primary);
    font-size: 18px;
    font-weight: var(--font-weight-primary-regular);
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
    color: var(--color-font);
    background-color: var(--color-body);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.4;
    margin: 5px 0 25px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}
@media (max-width: 479px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 3px 0 20px;
    }
    h1 {
        font-size: 37px;
    }
    h2 {
        font-size: 31px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 12px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 3px 0 20px;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 14px;
    }
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: var(--color-font);
    outline: 0;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.global-tag {
    font-size: 10px;
    font-weight: var(--font-weight-primary-bold);
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 4px 10px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 20px;
}
.global-button {
    font-size: 14px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.15;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 5px 0 0 0;
    padding: 25px 27px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    text-decoration: none;
    letter-spacing: 2px;
    color: var(--color-font-button);
    border: none !important;
    border-radius: 50px;
    outline: 0;
    background-color: var(--color-elements-two);
}
.global-button:hover {
    color: var(--color-elements-white);
    border-color: var(--color-details);
    background-color: var(--color-details);
}
@media (max-width: 479px) {
    .global-button {
        padding: 20px 23px;
    }
}
.global-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.section-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.section-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 479px) {
    .wrap {
        width: 100%;
        margin: 0;
    }
}
@media (min-width: 480px) and (max-width: 1399px) {
    .wrap {
        width: calc(100% - 85px - 85px);
    }
}
@media (min-width: 1921px) {
    .global-wrap {
        max-width: 1920px;
        margin: 0 auto;
    }
    .search-opened .global-wrap {
        position: initial !important;
    }
}
.header-wrap {
    min-height: 160px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header-logo {
    line-height: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
}
.header-nav {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
}
.header-logo .is-logo {
    line-height: 0;
}
.header-logo .is-logo img {
    max-width: 100%;
    max-height: 50px;
}
.blog-description {
    font-size: 13px;
    font-weight: var(--font-weight-primary-bold);
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 90vh;
    height: 86px;
    margin: auto;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-font);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 479px) {
    .section-header {
        width: calc(100% - 30px - 30px);
        margin: 0 auto;
    }
    .header-wrap {
        min-height: 100px;
    }
    .header-logo .is-logo img {
        max-height: 40px;
    }
    .blog-description {
        visibility: hidden;
    }
}
.nav-wrap {
    font-size: 15px;
    font-weight: var(--font-weight-primary-bold);
    position: relative;
    width: auto;
    padding: 0;
    letter-spacing: 0.9px;
}
.nav-wrap > .nav-label {
    display: none;
}
.nav-wrap > .nav-list {
    display: block;
}
.nav-wrap > .nav-list > .nav-list-item {
    position: relative;
    display: inline-block;
    background-color: transparent;
}
.nav-wrap input[type="checkbox"] {
    display: none;
}
.nav-list {
    z-index: 999;
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-list,
[id^="toggle"] {
    display: none;
}
.nav-list-item {
    margin: 0;
}
.nav-list-item,
[id^="toggle"]:checked + .nav-list {
    position: absolute;
    right: 0;
    display: block;
    border-radius: var(--border-radius-primary);
    background-color: var(--color-bg-elements);
}
.nav-link {
    line-height: 0.5;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}
.nav-dot {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 7px;
    height: 7px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 50%;
}
.nav-link:active ~ .nav-dot {
    background-color: var(--color-details) !important;
}
.nav-link:hover ~ .nav-dot {
    background-color: var(--color-hover-dot);
}
@media (max-width: 479px) {
    .nav-list {
        margin: 20px -15px 0 0;
    }
}
@media (min-width: 480px) and (max-width: 1023px) {
    .nav-list {
        margin: 20px 0 0 0;
    }
}
@media (max-width: 1023px) {
    .nav-list {
        min-width: 225px;
        padding: 20px 20px 30px 0;
        word-break: initial;
    }
    .nav-wrap > .nav-label {
        display: block;
    }
    .nav-wrap > .nav-list {
        display: none;
    }
    .nav-wrap > .nav-list > .nav-list-item {
        position: relative;
        display: block;
    }
    .nav-link {
        line-height: 1;
        padding: 10px 10px 10px 30px;
    }
    .header-wrap .nav-dot {
        top: 4px;
    }

}
@media (min-width: 1024px) and (max-width: 1199px) {
    .nav-wrap {
        font-size: 13px;
    }
    .nav-link {
        padding: 8px;
    }
    .nav-wrap .nav-dot {
        top: -1px;
        right: 0;
    }
}
@media (max-width: 1023px) {
    .nav-dots,
    .nav-dots-wrap {
        margin: 0;
        padding: 0;
    }
    .nav-dots-wrap .nav-list-item {
        font-size: 15px;
        position: relative;
        letter-spacing: 0.9px;
    }
}
@media (min-width: 1024px) {
    .nav-dots {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding:10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
  pointer-events: auto;
      font-size: 15px;
    line-height: 1px;
    }
    .nav-dots .nav-dots-wrap {
        font-size: 15px;
        font-weight: var(--font-weight-primary-bold);
        position: absolute;
        z-index: 999;
        top: 40px;
        display: none;
        min-width: 210px;
        margin: 0;
        padding: 20px 10px 15px;
        list-style: none;
        -webkit-transform: translateX(calc(-100% + 85px));
        transform: translateX(calc(-100% + 85px));
        word-break: normal;
        border-radius: var(--border-radius-secondary);
        background-color: var(--color-bg-elements);
    }
    .nav-dots.is-active .nav-dots-wrap {
        display: block;
    }
    .nav-dots .nav-list-item {
        position: relative;
        display: block;
        pointer-events: auto;
        background-color: transparent;
    }
    .nav-dots li {
        display: inline-block;
        padding: 0 0 11px;
    }
    .nav-dots li:last-child {
        padding: 0 0 5px;
    }
    .nav-dots a {
        line-height: 1.4;
        display: inline-block;
        margin: 0 7px;
        padding: 2px;
        text-decoration: none;
    }
}
.nav-project-item {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
}
.nav-project-link {
    font-size: 12px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1;
    position: relative;
    top: -1px;
    margin: 0 2px;
    padding: 5px 9px 6px 11px;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    text-decoration: none;
    border-radius: 50px;
    outline: none;
}
.nav-project-link {
    background-color: transparent;
}
.nav-project-link,
.nav-project-link:hover {
    color: var(--color-elements-white);
}
.nav-project-link:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.nav-project-link::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50px;
    background-color: var(--color-details);
}
@media (max-width: 1023px) {
    .nav-project-item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        flex-direction: column;
        margin: 15px -4px 0 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .nav-project-link {
        font-size: 14px;
        margin-bottom: 12px;
        padding: 8px 11px 9px 13px;
    }
}
.post-tag {
    color: var(--color-font);
    background-color: var(--color-bg-tag);
}
.post-tag:hover {
    color: var(--color-elements-white);
    background-color: var(--color-details) !important;
}


.section-loop {
    position: relative;
    margin-top: 0;
}
.items-wrap {
    margin: 0 -15px;
    -webkit-animation: slideTop 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slideTop 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slideTop {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideTop {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.item-wrap article {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    min-height: 370px;
    margin: 15px 0 15px 15px;
    padding: 40px 38px 45px;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    border-radius: var(--border-radius-primary);
    background-image: linear-gradient(20deg, var(--gradient-gray-start), var(--gradient-gray-end));
}
.item-wrap.is-image article {
    background-color: transparent;
    background-image: initial;
}
.item-wrap article:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.item-link-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-primary);
}
.item-wrap {
    min-width: 350px;
    -webkit-box-flex: 999;
    -ms-flex: 999 0 33.333%;
    flex: 999 0 33.333%;
}
.item-wrap.tag-hash-large {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.666%;
    flex: 1 0 66.666%;
}
.item-wrap h2 {
    font-size: 30px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.35;
}
.item-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}
.item-image::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.4;
    background-image: linear-gradient(234deg, #394245, #000);
}
.section-loop .is-image a,
.section-loop .tag-hash-red a,
.section-loop .tag-hash-orange a,
.section-loop .tag-hash-blue a {
    color: var(--color-elements-white);
}
.section-loop .is-image .white,
.section-loop .tag-hash-red .white,
.section-loop .tag-hash-orange .white,
.section-loop .tag-hash-blue .white {
    color: var(--color-elements-white);
}
.item-meta {
    line-height: 1.3;
}
.item-meta span {
    font-size: 14px;
}
.is-primary-tag {
    margin-bottom: 60px;
}
.primary-tag {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    margin-left: -8px;
    padding: 4px 8px;
    background-color: transparent;
}
.primary-tag:hover {
    color: var(--color-font) !important;
    background-color: var(--color-body);
}
@media (max-width: 479px) {
    .items-wrap {
        margin: 0;
    }
    .item-wrap {
        min-width: 280px;
    }
    .item-wrap article {
        min-height: 200px;
        margin: 0 15px 15px;
        padding: 30px 30px 40px;
    }
    .item-wrap h2 {
        font-size: 23px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .item-wrap article {
        min-height: 270px;
    }
    .item-wrap h2 {
        font-size: 26px;
    }
}
.section-post {
    position: relative;
    margin: calc(-10vh + 15px) auto 0;
    border-radius: var(--border-radius-primary);
    background-color: var(--color-body);
}
.post-wrap {
    font-size: 17px;
    overflow: visible;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 85px 120px;
}
.post-wrap a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 2px solid var(--color-underline-link);
}
.post-wrap a:hover {
    border-color: var(--color-details);
}
.post-meta {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
}
.post-share {
    position: absolute;
    z-index: 99;
    bottom: -30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 50px auto 0;
    padding: 11px 13px;
    border-radius: 26px;
    background-color: var(--color-body);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-share a {
    line-height: 0;
    padding: 11px 30px 9px;
    cursor: pointer;
    border: none;
}
.post-share svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: var(--color-font);
}
.post-share svg:hover {
    fill: var(--color-details);
}
.post-share .copy {
    padding: 8px 28px 6px 27px;
}
.post-share .copy svg {
    width: 23px;
    height: 24px;
}
.post-share input {
    position: absolute;
    top: -24px;
    display: block;
    cursor: default;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.post-share .copy-popup {
    font-size: 12px;
    font-weight: var(--font-weight-primary-bold);
    position: absolute;
    top: -22px;
    left: -17px;
    width: 300px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0;
}
.post-share .copy:not(:active) ~ .copy-popup {
    -webkit-transition: opacity 2s step-end;
    transition: opacity 2s step-end;
}
.post-share .copy:active ~ .copy-popup {
    opacity: 0.8;
}
p {
    line-height: 1.65;
}
blockquote {
    font-size: 18px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.4;
    width: 90%;
    margin: 2vh 0 2vh -35px;
    padding: 15px 30px;
    border-left: 5px solid var(--color-elements-one);
}
blockquote p {
    margin: 0;
}
code {
    font-size: 90%;
    margin: 0;
    padding: 2px 5px;
    border-radius: var(--border-radius-secondary);
    background-color: var(--color-bg-code);
}
pre > code {
    display: block;
    padding: 10px 15px;
    white-space: pre-wrap;
}
pre {
    margin-top: 30px;
}
.post-wrap ul,
.post-wrap ol {
    margin-left: 1em;
}
.post-wrap ul {
    list-style: disc outside;
}
.post-wrap ol {
    list-style: decimal outside;
}
dl dt {
    font-weight: var(--font-weight-primary-bold);
    float: left;
    clear: left;
    overflow: hidden;
    width: 180px;
    margin-bottom: 1em;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
dl dd {
    margin-bottom: 1em;
    margin-left: 200px;
}
ul {
    list-style: disc inside;
}
ol {
    list-style: decimal inside;
}
ol,
ul {
    margin: 0 0 25px;
    padding-left: 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    font-size: 90%;
    margin: 15px 0 15px 30px;
}
li {
    margin-bottom: 10px;
}
table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 17px 0;
    border-collapse: collapse;
    background-color: transparent;
}
th,
td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid var(--color-table-border);
}
th:first-child,
td:first-child {
    padding-left: 0;
}
th:last-child,
td:last-child {
    padding-right: 0;
}
hr {
    width: 100%;
    height: 5px;
    margin: 40px 0 25px;
    border: none;
    background-color: var(--color-elements-one);
}
mark {
    background-color: yellow;
}
kbd {
    font-size: 14px;
    font-weight: var(--font-weight-primary-bold);
    display: inline-block;
    margin-bottom: 9px;
    padding: 1px 8px;
    color: #666;
    border: #ccc 1px solid;
    border-radius: var(--border-radius-secondary);
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 var(--color-elements-white) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 var(--color-elements-white) inset;
    text-shadow: var(--color-elements-white) 0 1px 0;
}
iframe {
    display: block;
    margin: 0 auto;
}
@media (max-width: 479px) {
    .section-post {
        margin-top: -10vh;
    }
    .post-wrap {
        font-size: 16px;
        padding: 25px 10% 100px 25px;
    }
    .post-share {
        bottom: 15px;
    }
    blockquote {
        font-size:18px;
    }
        blockquote p {
        line-height:27px;
    }
}
@media (max-width: 767px) {
    .section-post {
        width: calc(100% - 15px - 15px);
    }
    blockquote {
        margin: 4vh 0 4vh;
        padding: 5px 15px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .post-wrap {
        padding: 60px 70px 120px;
    }
    blockquote {
        font-size: 24px;
    }
}


.section-subscribe {
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.subscribe-wrap {
    padding: 0 20px;
    text-align: center;
}
.subscribe-wrap h3 {
    font-size: 44px;
    line-height: 1.2;
    max-width: 700px;
    margin: 5px auto 20px;
    padding: 10px 0;
    letter-spacing: 1px;
}
.subscribe-wrap .ityped {
    font-size: 24px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.3;
    max-width: 450px;
    margin: 0 auto;
}
.subscribe-wrap .ityped-cursor {
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out;
    -webkit-animation: 0.6s blink infinite;
    animation: 0.6s blink infinite;
}
@-webkit-keyframes blink {
    from,
    to {
        color: transparent;
    }
    50% {
        color: var(--color-details);
    }
}
@keyframes blink {
    from,
    to {
        color: transparent;
    }
    50% {
        color: var(--color-details);
    }
}
@media (max-width: 479px) {
    .subscribe-wrap h3 {
        font-size: 30px;
        margin: 0 auto 10px;
    }
    .subscribe-wrap .ityped {
        font-size: 18px;
        margin: 0 auto;
    }
}
@media (max-width: 1023px) {
    .section-subscribe {
        margin-bottom: 8vh;
    }
}
.footer-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1024px;
    margin-top: 6vh;
    padding: 0 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.footer-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
}
.footer-logo {
    padding: 0 20px;
}
.footer-logo .is-logo {
    line-height: 0;
}
.footer-logo .is-logo img {
    max-width: 100%;
    max-height: 35px;
}
.footer-nav {
    font-weight: var(--font-weight-primary-bold);
}
.footer-nav {
    font-size: 15px;
    position: relative;
    letter-spacing: 0.9px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-nav .nav-list {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-nav .nav-link {
    line-height: 1.5;
    padding: 5px 10px;
}
.footer-nav .nav-list-item {
    position: relative;
    display: inline-block;
    background-color: transparent;
}
.footer-copyright {
    font-size: 12px;
    font-weight: var(--font-weight-primary-regular);
    line-height: 1.3;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 30px;
    text-align: center;
    letter-spacing: 0.7px;
}
.footer-copyright {
    color: var(--color-figcaption);
}
@media (max-width: 1023px) {
    .footer-wrap {
        flex-direction: column;
        max-width: 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .footer-logo,
    .footer-nav {
        display: block;
    }
    .footer-logo {
        max-width: 250px;
        padding: 0;
        text-align: center;
    }
    .footer-nav {
        font-size: 13px;
        line-height: 10px;
        margin: 20px 0;
    }
    .footer-nav .nav-link {
        margin-bottom: 6px;
        padding: 2px 10px;
    }
    .footer-copyright {
        padding: 20px 30px 15px;
    }
}
@media (min-width: 1024px) {
    .footer-nav .nav-dot {
        top: 4px;
    }
}
.search-opened .global-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
}
.section-search:not(.is-load) {
    display: none;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}
.search-content {
    margin: 140px auto 6vh;
}
.section-search,
.search-image {
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    transition: -webkit-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.search-opened .search-image,
.search-opened .section-search {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.search-open {
    display: inline-block;
    list-style: none;
    text-decoration: none;
}
.search-open svg {
    width: 17px;
    height: 17px;
    margin: 0 0 -4px 5px;
    list-style: none;
}
.search-close {
    position: absolute;
    z-index: 99999;
    top: 40px;
    right: 40px;
}
.search-close svg {
    width: 37px;
    height: 37px;
}
.search-open svg,
.search-close svg {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.search-open svg {
    fill: var(--color-search-icon);
}
.search-close svg {
    fill: var(--color-elements-two);
}
.search-open svg:hover,
.search-close svg:hover {
    fill: var(--color-details);
}
.search-open span {
    display: none;
}
.search-input::-webkit-input-placeholder {
    color: var(--color-elements-two);
}
.search-input:-ms-input-placeholder {
    color: var(--color-elements-two);
}
.search-input::-ms-input-placeholder {
    color: var(--color-elements-two);
}
.search-input::-moz-placeholder {
    color: var(--color-elements-two);
}
.search-input::placeholder {
    color: var(--color-elements-two);
}
.search-input:focus {
    border-bottom-color: var(--color-details);
}
.search-input {
    font-size: 30px;
    font-weight: var(--font-weight-primary-bold);
    display: block;
    width: 100%;
    min-width: 100px;
    height: 62px;
    padding: 0;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    color: var(--color-font);
    border-width: 0 0 7px 0;
    border-style: solid;
    border-color: var(--color-elements-two);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.search-meta {
    font-size: 10px;
    font-weight: var(--font-weight-primary-bold);
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-font);
}
.search-results h4 {
    position: relative;
}
.search-suggestion {
    width: 100%;
    margin-top: 8vh;
}
.search-suggestion h3 {
    font-size: 30px;
    width: 87%;
    margin-bottom: 20px;
}
.search-suggestion a {
    font-size: 11px;
    font-weight: var(--font-weight-primary-bold);
    display: inline-block;
    margin: 8px 5px 1px 0;
    padding: 5px 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 20px;
}
.search-suggestion-tags,
.search-suggestion-authors {
    margin: 2vh 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
}
.search-suggestion-tags {
    margin-right: 50px;
}
@media (max-width: 479px) {
    .search-content {
        margin-top: 100px;
    }
    .search-close {
        top: 37px;
        right: 45px;
    }
    .search-input {
        font-size: 16px;
        height: 50px;
    }
    .search-suggestion {
        margin-top: 30px;
    }
    .search-suggestion h3 {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .search-close {
        top: 70px;
        right: 105px;
    }
    .search-input {
        font-size: 30px;
        height: 55px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .search-suggestion {
        margin-top: 40px;
    }
    .search-suggestion h3 {
        width: 95%;
    }
}
@media (max-width: 767px) {
    .section-search {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    .search-close svg {
        width: 30px;
        height: 30px;
        fill: var(--color-elements-two);
    }
    .search-input {
        font-size: 20px;
        height: 52px;
    }
}
@media (max-width: 1023px) {
    .search-open span {
        font-size: 12px;
        display: inline-block;
        padding-right: 2px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--color-elements-white);
    }
}
.section-search,
.search-opened .global-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-search{
    z-index: 9997;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}
.search-image{
    z-index: 9998;
    background: no-repeat center center;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.search-wrap{
    position: relative;
    z-index: -999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 5%;
    background-color: var(--color-body);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.search-content{
    width: 100%;
    max-width: 900px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.search-footer{
    width: 100%;
    max-width: 900px;
    height: 70px;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search-footer a,
.search-footer span{
    font-size: 14px;
    display: inline;
}
.search-footer a{
    font-weight: var(--font-weight-primary-bold);
}
@media (max-width: 479px) {
    .search-wrap{
        padding: 0 35px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .search-wrap{
        padding: 0 85px;
    }
}
@media (max-width: 767px) {
    .search-image{
        display: none;
    }
}
.section-loop .tag-hash-red article {
    background-image: linear-gradient(45deg, var(--gradient-red-start), var(--gradient-red-end));
}
.section-loop .tag-hash-orange article {
    background-image: linear-gradient(45deg, var(--gradient-orange-start), var(--gradient-orange-end));
}
.section-loop .tag-hash-blue article {
    background-image: linear-gradient(40deg, var(--gradient-blue-start), var(--gradient-blue-end));
}








.post-wrap h3 {
    font-size: 18px;
    font-weight: var(--font-weight-primary-bold);
    margin: 0 2px 1px 0;
    padding: 6px 20px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 10px;
    color: var(--color-font);
    background-color: var(--color-bg-tag);

}




















