@charset "UTF-8";
/* Fonts
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/messina-sans/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/messina-sans/MessinaSans-RegularItalic.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-RegularItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/messina-sans/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/messina-sans/MessinaSans-BoldItalic.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-BoldItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/messina-sans/MessinaSans-Light.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/messina-sans/MessinaSans-LightItalic.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-LightItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/messina-sans/MessinaSans-SemiBold.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/messina-sans/MessinaSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/messina-sans/MessinaSans-SemiBoldItalic.woff") format("woff");
}
/** Messina Sans Compact */
@font-face {
  font-display: swap;
  font-family: "MessinaSans-Compact";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/messina-sans-compact/MessinaSans-CondensedRegular.woff2") format("woff2"), url("../fonts/messina-sans-compact/MessinaSans-CondensedRegular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans-Compact";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/messina-sans-compact/MessinaSans-CondensedRegularIt.woff2") format("woff2"), url("../fonts/messina-sans-compact/MessinaSans-CondensedRegularIt.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans-Compact";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/messina-sans-compact/MessinaSans-CondensedBold.woff2") format("woff2"), url("../fonts/messina-sans-compact/MessinaSans-CondensedBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans-Compact";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/messina-sans-compact/MessinaSans-CondensedBoldIt.woff2") format("woff2"), url("../fonts/messina-sans-compact/MessinaSans-CondensedBoldIt.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans-Compact";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/messina-sans-compact/MessinaSans-CondensedLight.woff2") format("woff2"), url("../fonts/messina-sans-compact/MessinaSans-CondensedLight.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "MessinaSans-Compact";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/messina-sans-compact/MessinaSans-CondensedLightIt.woff2") format("woff2"), url("../fonts/messina-sans-compact/MessinaSans-CondensedLightIt.woff") format("woff");
}
/* Global settings
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  /* Logo */
  --header-height-logo: 40px;
  --footer-height-logo: 50px;
  /* Wrapper */
  --max-width-wrap: 1200px;
  /* Margin for items */
  --margin-items: 16px;
  /* Border radius for items */
  --border-radius: 4px;
  /* Border radius for elements */
  --border-radius-small: 2px;
  --border-radius-big: 24px;
  /* Drop shadow for items */
  --drop-shadow: 0 25px 95px rgba(206, 202, 182, 0.3);
  --drop-shadow-hover: 0 25px 95px rgba(206, 202, 182, 0.6);
  /* Fonts */
  /* Primary */
  --font-family-primary: "MessinaSans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-weight-primary-regular: 400;
  --font-weight-primary-lighter: 100;
  --font-weight-primary-semibold: 500;
  --font-weight-primary-bolder: 600;
  /* Secondary */
  --font-family-secondary: "MessinaSans-Compact", "MessinaSans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-weight-secondary-regular: 400;
  --font-weight-secondary-bolder: 700;
}

@media (max-width: 1440px) {
  :root {
    --margin-items: 14px;
  }
}
/* Color of details
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --color-details: #ffff01;
}

/* Light version
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  /* Fonts */
  --color-font-one: #1a2a30;
  --color-font-two: #454545;
  --color-font-three: #1a2a30;
  /* Background & Elements */
  --color-body: #fff;
  --color-one: #f5f5f5;
  --color-two: #fff;
  --color-three: #f1f1f2;
  --color-four: #1a2a30;
  --color-five: #f1f1f2;
  --color-six: #dfdfe1;
  --color-white: #fff;
  --color-notification: #aaef52;
  /* Overlay */
  --overlay-search: rgba(0, 0, 0, 0.7);
  --overlay-button: rgba(0, 0, 0, 0.06);
}

/* Dark version
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
:root .global-hash-dark-version {
  /* Fonts */
  --color-font-one: #f7f9f9;
  --color-font-two: #e4ebf2;
  --color-font-three: #182029;
  /* Background & Elements */
  --color-body: #182029;
  --color-one: #1f2934;
  --color-two: #1f2934;
  --color-three: #182029;
  --color-four: #f7f9f9;
  --color-five: #293340;
  --color-six: #2a3645;
  --color-white: #f7f9f9;
  /* Overlay */
  --overlay-search: rgba(0, 0, 0, 0.6);
  --overlay-button: rgba(0, 0, 0, 0.1);
}

/* Disable shadow */
:root .global-hash-dark-version .global-box-shadow,
:root .global-hash-dark-version .global-box-shadow::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Automatic dark version [duplicate dark version]
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (prefers-color-scheme: dark) {
  :root .global-hash-auto-dark-version {
    /* Fonts */
    --color-font-one: #f7f9f9;
    --color-font-two: #e4ebf2;
    --color-font-three: #182029;
    /* Background & elements */
    --color-body: #182029;
    --color-one: #1f2934;
    --color-two: #1f2934;
    --color-three: #182029;
    --color-four: #f7f9f9;
    --color-five: #293340;
    --color-six: #2a3645;
    --color-white: #f7f9f9;
    /* Overlay */
    --overlay-search: rgba(0, 0, 0, 0.6);
    --overlay-button: rgba(0, 0, 0, 0.1);
  }
  /* Disable shadow */
  :root .global-hash-auto-dark-version .global-box-shadow,
:root .global-hash-auto-dark-version .global-box-shadow::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* Other colors of details
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-hash-details-amber {
  --color-details: #fed672;
}

.global-hash-details-apricot {
  --color-details: #ffb469;
}

.global-hash-details-peach {
  --color-details: #fcae9e;
}

.global-hash-details-lavender {
  --color-details: #c9abff;
}

.global-hash-details-purple {
  --color-details: #c18cee;
}

.global-hash-details-violet {
  --color-details: #cb73ff;
}

.global-hash-details-amethyst {
  --color-details: #b690ff;
}

.global-hash-details-skyblue {
  --color-details: #96b9ff;
}

.global-hash-details-blue {
  --color-details: #5db3ff;
}

.global-hash-details-mint {
  --color-details: #3adbbe;
}

.global-hash-details-green {
  --color-details: #00d89a;
}

.global-hash-details-palegreen {
  --color-details: #a7fb93;
}

.global-hash-details-celadon {
  --color-details: #8dbc95;
}

.global-hash-details-yellowgreen {
  --color-details: #a9ca00;
}

.global-hash-details-applegreen {
  --color-details: #63d516;
}

.global-hash-details-indianred {
  --color-details: #ec746a;
}

.global-hash-details-rosewood {
  --color-details: #d478a2;
}

.global-hash-details-cerise {
  --color-details: #ff6dc4;
}

.global-hash-details-crimson {
  --color-details: #ff4a97;
}

.global-hash-details-olive {
  --color-details: #bdbd26;
}

.global-hash-details-gold {
  --color-details: #c9a663;
}

.global-hash-details-yellow {
  --color-details: #ffd01b;
}

.global-hash-details-goldenrod {
  --color-details: #f5ab09;
}

.global-hash-details-orange {
  --color-details: #ff970d;
}

/* //////////////////////////////////////////////////////////////////////////

3rd party scripts

   ////////////////////////////////////////////////////////////////////////// */
/* Normalize.css
   –––––––––––––––––––––––––––––––––––––––––––––––––––– 
   Version : 8.0.1
   Website : necolas.github.io/normalize.css
   Repo    : github.com/necolas/normalize.css
   Author  : Nicolas Gallagher
   License : MIT
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/* Custom settings for lightense-images.js, progress bar
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightense-backdrop {
  z-index: 99998 !important;
  background-color: var(--color-body) !important;
  -webkit-backdrop-filter: initial !important;
  backdrop-filter: initial !important;
}

.lightense-wrap ~ br,
.lightense-wrap ~ small {
  display: none;
}

.lightense-wrap img {
  border-radius: 0 !important;
}

.post-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 8px;
  -webkit-transition: opacity 0.15s ease-out 0.3s;
  transition: opacity 0.15s ease-out 0.3s;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-progress:not([value]) {
  display: none;
}

.post-progress,
.post-progress[value]::-webkit-progress-bar {
  background-color: transparent;
}

.post-progress[value]::-webkit-progress-value {
  background-color: var(--color-details);
}

.post-progress[value]::-moz-progress-bar {
  background-color: var(--color-details);
}

.post-progress[value="1"] {
  opacity: 0;
}

/* --------------------------------------------------------------------------
   1.Global
   -------------------------------------------------------------------------- */
html,
body {
  min-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-secondary);
  font-size: 19px;
  font-weight: var(--font-weight-secondary-regular);
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  color: var(--color-font-one);
  background-color: var(--color-body);
}

/* Preload
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
body:not(.is-loaded) .global-underline {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}

/* Typography
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6,
input,
blockquote {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
  line-height: 1.3;
  color: var(--color-font-one);
}

/* Links
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: var(--color-font-one);
}

/* Bootstrap 4 is pulled in from a CDN by Ghost's code injection (it drives the
   testimonial carousel in the in-post ads), which means it lands in <head>
   *after* this stylesheet and its `a { color: #007bff }` reset wins the
   cascade — that's what turned every post title and footer link Bootstrap
   blue. Re-assert the theme's link colour one specificity step higher so we
   win regardless of load order. Section rules later in this build still
   override it on the ties, since they come after this file. */
body a {
  color: var(--color-font-one);
}

/* input & textarea
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-font-one);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-font-one);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-font-one);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--color-font-one);
}

input::placeholder,
textarea::placeholder {
  color: var(--color-font-one);
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.global-bg-image {
  background: no-repeat center center/cover;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-title {
  line-height: 1.1;
  margin: 0;
}

/* Underline
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-underline {
  -webkit-transition: background-size 0.6s ease-out;
  transition: background-size 0.6s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-details)), to(var(--color-details))) no-repeat left 130%/0 40%;
  background: linear-gradient(var(--color-details), var(--color-details)) no-repeat left 130%/0 40%;
}

.global-underline:hover {
  background-size: 97% 40%;
}

/* Link overlay
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Button & hover
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-button {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: var(--font-weight-primary-regular);
  line-height: 1;
  display: inline-block;
  padding: 25px 30px 25px 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  letter-spacing: 2px;
  color: var(--color-font-three);
  border-radius: var(--border-radius-big);
  outline: none;
  background-color: var(--color-details);
}

.global-button,
.global-no-access .global-button {
  border: none;
}

.global-button:hover {
  background-color: var(--color-details);
}

.global-button,
.global-hover {
  position: relative;
  overflow: hidden;
}

.global-button::after,
.global-hover::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
}

.global-button:hover::after,
.global-hover:hover::after {
  background-color: var(--overlay-button);
}

/* RWD — Button
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
  .global-button {
    font-size: 15px;
    padding: 20px 25px;
    letter-spacing: 1px;
  }
}
/* Meta & Tags
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-meta,
.global-tags {
  font-family: var(--font-family-primary);
  width: 100%;
  font-size: 1rem;
}

/* Meta
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-meta {
  font-weight: var(--font-weight-primary-regular);
}
@media (max-width: 480px) {
  .global-meta {
    font-size: 13px;
  }
}
.global-meta time {
  display: inline-block;
}
.global-meta time::first-letter {
  text-transform: capitalize;
}

/* Tags
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-tags {
  font-weight: var(--font-weight-primary-semibold);
}
.global-tags:empty {
  display: none;
}
.global-tags a {
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 15px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: color, background-color;
  text-transform: capitalize;
  background-color: var(--color-one);
  border-radius: 9999px;
}
.global-tags a:hover {
  color: var(--color-font-three);
  background-color: var(--color-details);
}

/* RWD — Tags
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .global-tags {
    font-size: 12px;
  }
  .global-tags a {
    padding: 10px;
  }
}
/* Wrap & Sticky Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-wrap,
.global-content {
  height: 100%;
}

/* Between 1201px and 1500px, Ghost's code injection reserves a 200px right-hand
   gutter (`.global-wrap` / `header.header-section` padding-right) for the fixed
   `.ad_br1` ad rail. That rail is created by the in-post ads script in
   codeinjection_foot, which currently fails to parse (`SyntaxError: Unexpected
   token '}'`), so the element is never inserted and the gutter is always empty
   — it just shoves the whole page off-centre and stops the black footer from
   reaching the right edge.

   Reclaim it here. `body`-prefixed so we out-specify the injected rules
   regardless of load order. If the ads script is ever repaired and the rail
   needs its space back, delete this block. */
body .global-wrap,
body header.header-section {
  padding-right: 0;
}

.global-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.global-main {
  margin-bottom: 8vh;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.narrow-content-unpadded,
.post-content > img,
.post-content > .kg-image-card,
.wide-content-unpadded,
.content-padding {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.content-padding {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}
@media (max-width: 768px) {
  .wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.content-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.narrow-content, .post-content > :not(img, .kg-image-card),
.narrow-content-unpadded,
.post-content > img,
.post-content > .kg-image-card {
  max-width: 52rem;
}

.wide-content,
.wide-content-unpadded {
  max-width: 80.5rem;
}

.mobile-breakout {
  width: 100%;
}
@media (max-width: 768px) {
  .mobile-breakout {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

/* --------------------------------------------------------------------------
   18.Custom — Pages
   -------------------------------------------------------------------------- */
.custom-wrap {
  width: 100%;
  height: 100%;
}

.custom-wrap,
.custom-container,
.custom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-container {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 57%;
  flex: 1 0 57%;
}

.custom-content {
  width: 100%;
  max-width: 900px;
  margin: 6vh auto 8vh;
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-content,
.custom-header a,
.custom-content form,
.custom-content form input,
.custom-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 43%;
  flex: 1 0 43%;
}

/* Header
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-header {
  width: 100%;
  max-width: 900px;
  margin: 5vh auto 0;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.custom-header a {
  font-size: 11px;
  font-weight: var(--font-weight-secondary-bolder);
  line-height: 1.15;
  position: relative;
  left: -15px;
  display: inline;
  height: auto;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.custom-header svg {
  position: relative;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-left: 0;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
  fill: var(--color-font-one);
}

.custom-header a:hover svg {
  left: -4px;
}

/* Form
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-content form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.custom-content h3 {
  font-size: 45px;
  line-height: 1.35;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
}

.custom-content input {
  font-size: 20px;
  display: block;
  width: 100%;
  height: 30px;
  margin: 30px auto 0;
  padding: 20px 10px;
  text-align: center;
  word-break: break-all;
}

.custom-content input + span {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 50px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  border-radius: var(--border-radius-small);
  background-color: var(--color-five);
}

.custom-content input:focus + span {
  background-color: var(--color-details);
}

/* Alert
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-content .alert-loading,
.custom-content .alert-error {
  display: none;
}

.custom-content form.loading .alert-loading,
.custom-content form.error .alert-error {
  font-size: 10px;
  font-weight: var(--font-weight-secondary-bolder);
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Sucess info
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-content form.success,
.custom-content form + .alert-success {
  display: none;
}

.custom-content form.success + .alert-success {
  display: inline-block;
  padding: 6vh 6%;
  text-align: center;
  background-color: var(--color-body);
}

.custom-content .alert-success p {
  font-size: 17px;
  padding-bottom: 20px;
}

/* Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-footer {
  line-height: 0.9;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 15px 30px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.custom-footer a {
  font-weight: var(--font-weight-secondary-bolder);
}

.custom-footer a,
.custom-footer span {
  font-size: 12px;
  display: inline;
  letter-spacing: 0.5px;
}

/* RWD — Custom pages
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .custom-content {
    margin-top: 20px;
  }
  .custom-content h3 {
    font-size: 25px;
  }
  .custom-content input {
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .custom-content h3 {
    font-size: 35px;
  }
  .custom-content input {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .custom-content input {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .custom-content input + span {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .custom-image {
    display: none;
  }
}
/* --------------------------------------------------------------------------
   19.Custom — Error page
   -------------------------------------------------------------------------- */
.custom-error .error-message {
  position: relative;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.custom-error .error-message h1 {
  font-size: 200px;
  line-height: 1;
  margin: 0;
}

.custom-error .error-message p {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* RWD — Error page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
  .custom-error .error-message h1 {
    font-size: 120px;
  }
  .custom-error .error-message p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* --------------------------------------------------------------------------
   20.Custom — Contact page
   -------------------------------------------------------------------------- */
.custom-contact input + span {
  margin-bottom: 0;
}

.custom-contact input + input {
  margin-top: 25px;
}

.custom-contact textarea {
  font-size: 16px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  min-height: 110px;
  margin: 40px auto;
  padding: 15px;
  resize: vertical;
  text-align: center;
  color: var(--color-font-one);
  border: 6px solid var(--color-five);
  border-radius: var(--border-radius-small);
}

.custom-contact textarea:focus {
  border-color: var(--color-details);
}

/* --------------------------------------------------------------------------
   21.Custom — Tags & Authors page
   -------------------------------------------------------------------------- */
.custom-element.bottom,
.custom-element-content,
.custom-element-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-element.bottom,
.custom-element-content,
.custom-element-content h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* Item
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-element-content {
  min-height: 60px;
  background-color: var(--color-body);
}

.custom-element-content.top {
  max-width: 100%;
  padding: 15px;
  background-color: var(--color-two);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.custom-element-content.bottom {
  margin: 0 calc(var(--margin-items) / 2) var(--margin-items);
  padding: 12px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border-radius: var(--border-radius);
}

.custom-element-content.bottom:hover {
  background-color: var(--color-details);
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-element-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}

.custom-element-title-wrap,
.custom-element-content.bottom h2 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.custom-element-content h2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-right: 15px;
}

.custom-element-content.bottom h2 {
  font-size: 22px;
  line-height: 1.2;
  padding-left: 15px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.custom-element-content.bottom:hover h2 {
  color: var(--color-font-three);
}

/* Counter
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-element-counter {
  width: 60px;
  min-height: 60px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border-radius: var(--border-radius);
  background-color: var(--color-one);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-element-content.bottom:hover > div {
  background-color: var(--color-body);
}

.custom-element-counter.top {
  background-color: var(--color-three);
}

.custom-element-counter span {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
}

.custom-element-counter.top span {
  font-size: 30px;
}

.custom-element-counter.bottom span {
  font-size: 24px;
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-element-image {
  height: 25vh;
  min-height: 200px;
  max-height: 260px;
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-element-meta {
  margin-top: 5px;
  margin-bottom: 0;
}

/* RWD — Tags & Authors page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .custom-element.bottom,
.custom-element-content.bottom {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .custom-element-content.bottom h2 {
    padding-left: 10px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .custom-element.top {
    -ms-flex-preferred-size: calc(25% - var(--margin-items));
    flex-basis: calc(25% - var(--margin-items));
  }
}
@media (max-width: 1024px) {
  .custom-element-content.top,
.custom-element-content.bottom {
    padding: 8px;
  }
}
@media (max-width: 1280px) {
  .custom-element-content h2 {
    font-size: 22px;
  }
  .custom-element-counter.top span {
    font-size: 24px;
  }
}
@media (min-width: 1281px) {
  .custom-element-content.top {
    min-height: 110px;
  }
  .custom-element-counter.top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}
/* --------------------------------------------------------------------------
   23.Custom — Account page
   -------------------------------------------------------------------------- */
.account-section,
.account-details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-details,
.account-detail-column > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.account-section .archive-section {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
}

/* Small heading
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-heading {
  padding: 0;
}

.account-heading h3 {
  font-size: 17px;
  line-height: 1;
  margin: 15px;
  padding: 12px 10px;
  border-radius: var(--border-radius);
  background-color: var(--color-three);
}

/* Details
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-details {
  margin: 0 0 0 var(--margin-items);
  border-radius: var(--border-radius);
  background-color: var(--color-two);
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - var(--margin-items));
  flex: 1 0 calc(25% - var(--margin-items));
}

.account-details-wrap {
  padding: 0 25px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-detail-column {
  min-width: 225px;
  padding-right: 20px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.account-detail-column > div {
  padding: 12px 0;
}

.account-detail-heading {
  font-size: 11px;
  font-weight: var(--font-weight-secondary-bolder);
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.5;
}

.account-detail-content {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: var(--font-weight-primary-regular);
  display: inline-block;
  margin-top: 7px;
}

/* Cancel button
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-detail-cancel {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.account-detail-cancel-button {
  font-size: 14px;
  padding: 15px;
  letter-spacing: 1px;
}

.account-detail-cancel-error {
  display: none;
}

/* Billing link
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-detail-billing {
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
  opacity: 0.7;
}

.account-detail-billing span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.account-detail-billing:hover span {
  transform: translateX(3px);
}

/* Alerts
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-detail-cancel-error,
.account-detail-alert {
  font-size: 11px;
  margin-top: 10px;
}

.account-detail-cancel-button.error + .account-detail-cancel-error {
  display: block;
}

/* RWD — Account page
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
  .account-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account-details {
    margin-top: var(--margin-items);
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 961px) {
  .account-wrap.is-cover .account-description {
    max-width: 500px;
  }
}
/* --------------------------------------------------------------------------
   17.Footer
   -------------------------------------------------------------------------- */
/* Mirrors the fitracking.com footer: full-bleed black panel, white type,
   centred app-store + social block, then a hairline rule above the Fi mark and
   a multi-column link grid. The <footer> itself is full width and the inner
   `.footer-inner.wide-content` carries the max-width, so the black reaches the
   viewport edges the way it does on the marketing site. */
.global-footer {
  flex-shrink: 0;
}

.footer-section {
  display: block;
  width: 100%;
  padding-bottom: 0;
  background: #000;
  color: #fff;
}

/* Every link in the footer is white by default. This also has to out-specify
   the `a { color: #007bff }` that Bootstrap (injected via Ghost code
   injection) applies after our stylesheet. */
.footer-section a {
  color: #fff;
}
.footer-section a:hover {
  color: var(--color-details);
}

/* Top block — app stores + social
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .footer-top {
    align-items: flex-start;
    padding-top: 2.5rem;
  }
}

.appstores {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .appstores {
    gap: 1rem;
  }
}
.appstores a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  padding: 0.375rem 0.5rem;
  margin-left: 0;
  flex-grow: 0;
  transition: opacity 0.2s ease-in-out;
}
.appstores a:hover {
  opacity: 0.7;
  background-color: unset;
  box-shadow: none;
}
.appstores img {
  height: 1.75rem;
  width: auto;
}
@media (max-width: 480px) {
  .appstores img {
    height: 1.5rem;
  }
}

/* Social icons
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
}
.footer-icons a {
  display: flex;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  transition: opacity 0.15s ease;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
}
.footer-icons a:hover {
  background-color: transparent;
  opacity: 0.7;
}
.footer-icons a:hover svg {
  fill: #fff;
}
.footer-icons svg {
  width: 24px;
  height: 24px;
  transition: fill 0.15s ease;
  fill: #fff;
}

/* Bottom block — Fi mark, copyright, link grid
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-bottom {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #6b7280;
  color: #d1d5db;
}
@media (max-width: 1024px) {
  .footer-bottom {
    flex-direction: column-reverse;
    padding-bottom: 2.5rem;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  flex: 0 0 33.333%;
}

.footer-logo {
  display: inline-block;
  line-height: 0;
}
.footer-logo img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  /* Solid-black source SVG — repaint it to the muted grey the marketing
     site uses for the footer mark. */
  filter: brightness(0) invert(1);
  opacity: 0.65;
}

/* Navigation
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-nav {
  display: flex;
  flex: 0 0 66.666%;
}

.footer-nav-column {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
}
.footer-nav-column ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .footer-nav-column ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.footer-nav-column li {
  font-size: 1rem;
  margin-bottom: 0;
  list-style: none;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
}

/* The OneTrust "Your Privacy Choices" button is forced blue with !important
   from Ghost's code injection, so out-specify it here to keep it legible on
   black. */
.footer-section #ot-sdk-btn.ot-sdk-show-settings {
  color: #fff !important;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: var(--font-weight-primary-regular) !important;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}
.footer-section #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: var(--color-details) !important;
  background: none !important;
}

/* Copyright
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-copyright {
  font-size: 1rem;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
  color: #d1d5db;
}

/* Wrap & Sticky Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-wrap,
.global-content {
  height: 100%;
}

/* Between 1201px and 1500px, Ghost's code injection reserves a 200px right-hand
   gutter (`.global-wrap` / `header.header-section` padding-right) for the fixed
   `.ad_br1` ad rail. That rail is created by the in-post ads script in
   codeinjection_foot, which currently fails to parse (`SyntaxError: Unexpected
   token '}'`), so the element is never inserted and the gutter is always empty
   — it just shoves the whole page off-centre and stops the black footer from
   reaching the right edge.

   Reclaim it here. `body`-prefixed so we out-specify the injected rules
   regardless of load order. If the ads script is ever repaired and the rail
   needs its space back, delete this block. */
body .global-wrap,
body header.header-section {
  padding-right: 0;
}

.global-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.global-main {
  margin-bottom: 8vh;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.narrow-content-unpadded,
.post-content > img,
.post-content > .kg-image-card,
.wide-content-unpadded,
.content-padding {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.content-padding {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}
@media (max-width: 768px) {
  .wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.content-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.narrow-content, .post-content > :not(img, .kg-image-card),
.narrow-content-unpadded,
.post-content > img,
.post-content > .kg-image-card {
  max-width: 52rem;
}

.wide-content,
.wide-content-unpadded {
  max-width: 80.5rem;
}

.mobile-breakout {
  width: 100%;
}
@media (max-width: 768px) {
  .mobile-breakout {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

/* --------------------------------------------------------------------------
   4.Loop
   -------------------------------------------------------------------------- */
.loop-section {
  margin-bottom: 8vh;
}

.loop-wrap {
  display: flex;
  flex-direction: column;
  animation: slideTopLoop 0.8s ease;
  flex-wrap: wrap;
  justify-content: center;
}

@keyframes slideTopLoop {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Item
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-item-wrap,
.loop-item-title {
  width: 100%;
}

.loop-item {
  display: flex;
  box-sizing: border-box;
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 968px) {
  .loop-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 969px) {
  .loop-item {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }
}
.loop-item:hover .loop-item-image {
  box-shadow: 0 0.5rem 2.5rem rgba(103, 101, 91, 0.4);
}
.loop-item.is-first:not(.is-image) ~ .loop-item.is-last:not(.is-image) {
  flex-grow: 1;
}

.loop-item-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 968px) {
  .loop-item-wrap {
    flex-direction: column;
  }
}

/* Image
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-item-image {
  height: 100%;
  min-height: 25rem;
  flex-basis: 43%;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  transition: box-shadow 250ms ease-in-out;
}
@media (max-width: 968px) {
  .loop-item-image {
    height: 100%;
    border-radius: 0;
  }
}
.loop-item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-item-elements {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
  padding-right: 0;
}
@media (max-width: 968px) {
  .loop-item-elements {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.loop-item-content {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media (max-width: 968px) {
  .loop-item-content {
    padding-top: 3rem;
  }
}

.loop-item-title,
.loop-item-meta,
.loop-item-tags {
  z-index: 1;
  pointer-events: none;
}
.loop-item-title a,
.loop-item-meta a,
.loop-item-tags a {
  pointer-events: auto;
}

.loop-item-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
  font-weight: var(--font-weight-primary-bolder);
}
@media (max-width: 968px) {
  .loop-item-title {
    font-size: 1.5rem;
  }
}

.loop-item-meta {
  margin-bottom: 5px;
  position: relative;
  font-size: 1rem;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-bolder);
}
.loop-item-meta a {
  display: block;
  color: black;
  transition: opacity 200ms ease-in-out;
  margin-bottom: 1.5rem;
}
.loop-item-meta a:hover {
  opacity: 0.7;
}

.loop-item-excerpt {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  font-weight: var(--font-weight-primary-regular);
  color: #737373;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 968px) {
  .loop-item-excerpt {
    font-size: 1rem;
  }
}

.loop-item-tags a {
  margin: 0 25px 25px 0;
}
@media (max-width: 1280px) {
  .loop-item-tags a {
    margin: 0 15px 15px 0;
  }
}

/* --------------------------------------------------------------------------
   3.Pinned
   -------------------------------------------------------------------------- */
.ol_logo {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.ol_logo img {
  height: 40px;
  width: auto;
}

.pinned-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* margin: 0 auto var(--margin-items);
     padding-right: calc(60px - (var(--margin-items) / 2));
     padding-left: calc(60px - (var(--margin-items) / 2)); */
  border-radius: var(--border-radius);
}

.pinned-section::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--color-one);
}

.pinned-section:empty {
  display: none;
}

.pinned-section,
.pinned-item,
.pinned-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pinned-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding: 1rem;
  justify-content: center;
}

.pinned-items.is-cover:first-child {
  padding-top: 9vh;
}

.pinned-items.is-cover:last-child {
  padding-bottom: 9vh;
}

/* Item
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-item {
  position: relative;
  width: 25%;
  max-width: 240px;
  margin: calc(var(--margin-items) * 2);
  padding: 0px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: box-shadow 0.15s ease-in;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, box-shadow 0.15s ease-in;
  border-radius: calc(var(--border-radius) + var(--border-radius) / 2);
  background-color: var(--color-body);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  /* -ms-flex: 1 0 calc(30% - var(--margin-items)); */
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: var(--drop-shadow);
}

/* Fixed Firefox's sub-pixel rendering */
_:lang(x)::-moz-placeholder,
.pinned-item {
  will-change: transform;
}

.pinned-items.is-cover .pinned-item {
  background-color: var(--color-two);
}

.pinned-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--drop-shadow-hover);
}

/* Member label
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-item > span {
  margin-top: 15px;
  margin-bottom: 0;
}

.pinned-item > span.is-image {
  top: 25px;
  left: 25px;
  margin-top: 0;
}

/* Content
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 15px 15px 10px 15px;
  pointer-events: none;
  border-radius: calc(var(--border-radius) / 1.7);
}

/* Meta
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-meta {
  font-size: 16px;
  margin-bottom: 5px;
}

.pinned-meta a {
  pointer-events: rauto;
  color: rgba(0, 0, 0, 0.6);
}

/* Title
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-title {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  font-weight: var(--font-weight-primary-lighter);
}

/* Excerpt
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-item-excerpt {
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: var(--font-weight-primary-regular);
}

/* Image
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-image {
  position: relative;
  z-index: 0;
  /* width: 100%;
     height: 330px; */
  /* width:15vw;
     height:16.4vw; */
  width: 150px;
  height: 164px;
  margin-left: -15px;
}

.pinned-image img {
  border-radius: var(--border-radius);
}

/* Cover
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-cover {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius);
}

.pinned-cover.global-image img {
  display: none;
}

/* RWD — Pinned
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 320px) {
  .pinned-title {
    font-size: 16px;
  }
  .pinned-item-excerpt {
    display: none;
  }
}
@media (max-width: 480px) {
  #pinned.pinned-section {
    margin-top: 1rem;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .pinned-item {
    display: flex;
    flex-wrap: nowrap;
  }
  .pinned-content {
    flex-shrink: 100;
    display: flex;
    align-items: center;
  }
  .pinned-title {
    font-size: 20px;
    width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 696px) {
  .pinned-items {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .pinned-item {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    width: 90%;
    padding-bottom: 0px !important;
    max-width: none;
    margin: 1rem auto;
  }
  .pinned-item:last-of-type {
    margin-bottom: 1rem;
  }
  .pinned-image {
    height: 138px;
    width: 126px;
    padding: 0;
    margin: 0;
  }
  .pinned-content {
    padding: 0;
  }
  .pinned-title {
    font-size: 20px;
    width: 90%;
  }
  .pinned-meta {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 1024px) {
  .pinned-title {
    font-size: 20px;
  }
  .pinned-item-excerpt {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .pinned-items:first-child {
    padding-top: calc(15px - var(--margin-items) / 2);
  }
  .pinned-items:last-child {
    padding-bottom: calc(15px - var(--margin-items) / 2);
  }
  .pinned-item {
    padding: 0px;
    padding-bottom: 8px;
  }
  .pinned-meta {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .pinned-items:first-child {
    padding-top: calc(25px - var(--margin-items) / 2);
  }
  .pinned-items:last-child {
    padding-bottom: calc(25px - var(--margin-items) / 2);
  }
  .pinned-item-excerpt {
    font-size: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .pinned-title {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .pinned-items.is-cover:first-child {
    padding-top: 5vh;
  }
  .pinned-items.is-cover:last-child {
    padding-bottom: 5vh;
  }
  .pinned-content {
    padding: 10px 0 10px 10px;
  }
}
/* --------------------------------------------------------------------------
   15.Subscribe form
   -------------------------------------------------------------------------- */
.global-hash-subscribe-form-disable .subscribe-section {
  display: none;
}

.post-related-section + .subscribe-section,
.nextprev-section + .subscribe-section,
.comments-section + .subscribe-section {
  margin-top: var(--margin-items);
}

.subscribe-section {
  margin-top: 7vh;
}

.subscribe-wrap {
  overflow: hidden;
  border-radius: var(--border-radius);
}

.subscribe-header,
.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-header h3,
.subscribe-form,
.subscribe-claim h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe-header {
  margin: 0 auto;
  padding: 60px;
  background-color: var(--color-details);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-header h3 {
  font-size: 42px;
  line-height: 1.1;
  min-width: 300px;
  margin: 0;
  padding: 20px 5% 20px 0;
  color: var(--color-font-three);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}

.subscribe-form {
  position: relative;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subscribe-form button,
.subscribe-form input {
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-weight: var(--font-weight-primary-regular);
  background-color: var(--color-body);
}

.subscribe-form button {
  padding: 0 30px 0 20px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  color: var(--color-font-one);
  border: none;
  border-radius: 0 var(--border-radius-big) var(--border-radius-big) 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe-form button:hover {
  color: var(--color-body);
  background-color: var(--color-four);
}

.subscribe-form input {
  display: block;
  width: 270px;
  margin-right: 3px;
  padding: 0 20px 0 35px;
  -webkit-transition: width 0.3s ease 0.2s;
  transition: width 0.3s ease 0.2s;
  border-radius: var(--border-radius-big) 0 0 var(--border-radius-big);
}

.subscribe-form input:focus {
  width: 300px;
}

/* Alert
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-form small {
  display: none;
}

.subscribe-form.loading .alert-loading,
.subscribe-form.success .alert-success,
.subscribe-form.error .alert-error {
  font-size: 10px;
  font-weight: var(--font-weight-secondary-bolder);
  position: absolute;
  right: 0;
  bottom: -35px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-font-three);
}

/* Cover section
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-claim {
  position: relative;
  margin: 0;
  padding: 60px;
}

.subscribe-claim.is-cover {
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.subscribe-claim::before {
  z-index: -2;
  content: "";
  background-color: var(--color-one);
}

.subscribe-claim::before,
.subscribe-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.subscribe-claim h3 {
  font-size: 32px;
  line-height: 1.35;
  width: 100%;
  max-width: calc(50% - var(--margin-items) / 2);
  margin: 0;
  padding: 70px 40px;
  border-radius: var(--border-radius);
  background-color: var(--color-body);
}

.subscribe-cover {
  z-index: -1;
}

/* RWD — Subscribe form
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .subscribe-header {
    padding: 30px 15px 40px;
  }
  .subscribe-header h3 {
    font-size: 20px;
    padding: 0 0 20px 0;
  }
  .subscribe-form button {
    min-width: 100px;
  }
  .subscribe-form button,
.subscribe-form input,
.subscribe-form input:focus {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .subscribe-form input,
.subscribe-form input:focus {
    max-width: 147px;
  }
  .subscribe-claim h3 {
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .subscribe-header {
    padding: 30px 25px 40px;
  }
  .subscribe-header h3 {
    font-size: 32px;
    padding: 10px 0 30px;
  }
  .subscribe-form input,
.subscribe-form input:focus {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .subscribe-header h3 {
    min-width: 100%;
    text-align: center;
  }
  .subscribe-form {
    margin-right: auto;
    margin-left: auto;
  }
  .subscribe-claim h3 {
    max-width: 100%;
    padding: 30px 20px;
  }
  .subscribe-form.loading .alert-loading,
.subscribe-form.success .alert-success,
.subscribe-form.error .alert-error {
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .subscribe-claim h3 {
    font-size: 20px;
  }
  .subscribe-form button,
.subscribe-form input {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .subscribe-header h3 {
    font-size: 28px;
  }
  .subscribe-form input {
    width: 150px;
  }
  .subscribe-form input:focus {
    width: 170px;
  }
  .subscribe-claim h3 {
    padding: 30px 20px;
  }
}
@media (max-width: 1024px) {
  .subscribe-form {
    height: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .subscribe-header {
    padding: 40px 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .subscribe-header h3 {
    font-size: 34px;
  }
  .subscribe-form {
    height: 70px;
  }
  .subscribe-form button,
.subscribe-form input {
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subscribe-form input {
    width: 250px;
  }
  .subscribe-form input:focus {
    width: 280px;
  }
  .subscribe-claim h3 {
    font-size: 24px;
    padding: 40px 30px;
  }
}
@media (max-width: 1280px) {
  .subscribe-claim {
    padding: 25px;
  }
  .subscribe-claim.is-cover {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .subscribe-form.loading .alert-loading,
.subscribe-form.success .alert-success,
.subscribe-form.error .alert-error {
    bottom: -25px;
  }
}
/* --------------------------------------------------------------------------
   14.Author & Tag page
   -------------------------------------------------------------------------- */
.archive-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: var(--margin-items);
  border-radius: var(--border-radius);
}

.archive-section::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--color-one);
}

.archive-wrap {
  width: 100%;
  padding: 60px;
  border-radius: var(--border-radius);
}

.archive-wrap.is-cover {
  margin: calc(var(--margin-items) / 2) auto;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.archive-container {
  position: relative;
  padding: 12px;
  border-radius: calc(var(--border-radius) + var(--border-radius) / 2);
  background-color: var(--color-body);
}

.archive-container,
.archive-title,
.archive-meta,
.archive-counter,
.archive-icons,
.archive-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-wrap,
.archive-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.archive-location,
.archive-description,
.archive-counter {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
}

/* Image profile
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-image {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  border-radius: var(--border-radius);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.archive-image img {
  position: absolute;
}

/* Cover
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-cover {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Title
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-title {
  padding: 15px 15px 15px 15px;
  -webkit-box-flex: 999;
  -ms-flex: 999 0 100px;
  flex: 999 0 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-title h1 {
  font-size: 25px;
  margin: 0 0 0 -2px;
}

/* Location
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-location {
  font-size: 15px;
  margin-top: 5px;
}

/* Description
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-description {
  font-size: 16px;
  line-height: 1.3;
  width: 95%;
  margin: 30px 0 0;
}

/* Meta
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-meta {
  flex-direction: column;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

/* Posts counter
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-counter {
  width: 100%;
  min-width: 180px;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: var(--color-one);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 210px;
  flex: 1 0 210px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archive-counter span {
  font-size: 25px;
  line-height: 1;
  display: block;
}

/* Social icons
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-icons a {
  width: 80px;
  height: 80px;
  margin-top: 12px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  background-color: var(--color-one);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-icons a:first-child {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.archive-icons a:last-child {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.archive-icons a:first-child:last-child {
  border-radius: var(--border-radius);
}

.archive-icons a:hover {
  background-color: var(--color-details);
}

.archive-icons svg {
  width: 22px;
  height: 22px;
  -webkit-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
  fill: var(--color-font-one);
}

.archive-icons a:hover svg {
  fill: var(--color-font-three);
}

/* When not author page
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 961px) {
  .archive-alternate.is-cover .archive-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .archive-alternate .archive-title {
    padding: 25px 30px 25px 25px;
  }
  .archive-alternate .archive-title h1 {
    font-size: 25px;
  }
  .archive-alternate .archive-counter {
    min-width: 90px;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
  }
  .archive-alternate .archive-counter span {
    font-size: 25px;
  }
  .archive-alternate .archive-description {
    max-width: 700px;
    margin-top: 20px;
  }
  .archive-alternate.is-cover .archive-description {
    max-width: 300px;
  }
}
/* RWD — Author & Tag page
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 600px) {
  .archive-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .archive-title {
    min-width: 100%;
    padding: 10px;
  }
  .archive-title h1 {
    font-size: 25px;
  }
  .archive-description {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
  }
  .archive-location {
    font-size: 14px;
  }
  .archive-meta {
    max-width: 70px;
  }
  .archive-counter {
    min-width: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
  }
  .archive-counter span {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .archive-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive-meta {
    flex-direction: row;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .archive-counter {
    display: none;
  }
  .archive-icons {
    width: 100%;
  }
  .archive-icons a {
    margin-top: 10px;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .archive-title h1 {
    font-size: 25px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .archive-meta {
    max-width: 110px;
  }
  .archive-counter {
    min-width: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
  .archive-counter span {
    font-size: 25px;
  }
  .archive-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive-icons a {
    margin-top: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .archive-icons a:first-child {
    margin-top: 8px;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  .archive-icons a:last-child {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media (max-width: 960px) {
  .archive-icons a {
    height: 50px;
  }
  .archive-icons svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .archive-icons a {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .archive-wrap {
    padding: 15px;
  }
  .archive-container {
    padding: 8px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .archive-wrap {
    padding: 25px;
  }
}
@media (max-width: 1280px) {
  .archive-wrap.is-cover {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media (min-width: 601px) and (max-width: 1400px) {
  .archive-image {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
  .archive-title {
    padding: 30px 30px 30px 20px;
  }
  .archive-description {
    margin-top: 20px;
  }
}
@media (min-width: 961px) and (max-width: 1400px) {
  .archive-title h1 {
    font-size: 25px;
  }
  .archive-meta {
    max-width: 210px;
  }
  .archive-counter {
    min-width: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
  .archive-counter span {
    font-size: 25px;
  }
  .archive-icons a {
    height: 70px;
  }
  .archive-icons svg {
    width: 20px;
    height: 20px;
  }
}
/* --------------------------------------------------------------------------
   2.Header
   -------------------------------------------------------------------------- */
.header-section {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 70px;
  /* Black bar to match the fitracking.com navbar */
  background: #000;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 2002;
}
@media (max-width: 480px) {
  .header-section {
    margin-bottom: 0;
  }
}

.header-wrap {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 480px) {
  .header-wrap {
    min-height: 60px;
  }
}

/* Logo
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-logo {
  display: inline-block;
  margin-right: 40px;
  word-break: normal;
  line-height: 0;
  flex: 1 0 auto;
  order: 2;
}
@media (max-width: 1024px) {
  .header-logo {
    margin-right: 0;
    flex-grow: 1;
  }
}
.header-logo .is-logo {
  line-height: 0;
  margin: 0;
}
.header-logo .no-logo {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-semibold);
  font-size: 30px;
  line-height: 1.1;
  display: inline-block;
  max-width: 250px;
  margin: 0;
}
@media (max-width: 1024px) {
  .header-logo .no-logo {
    font-size: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .header-logo .no-logo {
    font-size: 28px;
  }
}
.header-logo img {
  max-width: 250px;
  max-height: var(--header-height-logo);
  /* The logo in Ghost settings is a solid-black SVG, so force it white to
     read against the black bar. */
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  .header-logo img {
    max-height: 40px;
  }
}

/* Navigation
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-hash-nav-right .header-nav {
  text-align: left;
}

.header-nav {
  position: relative;
  z-index: 99;
  flex: 0 1 100%;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-semibold);
  order: 3;
  /* The overflow dropdown and the mobile slide-out both render on a white
     panel, so their links have to stay dark rather than inherit the white
     used on the black bar. */
}
@media (max-width: 1024px) {
  .header-nav {
    text-align: left;
    flex-grow: 0;
    flex-basis: auto;
    order: 1;
    margin-right: 1rem;
  }
}
.header-nav nav {
  width: 100%;
  padding: 0;
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header-nav nav .desktop-nav {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-nav nav ul {
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  word-break: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.header-nav nav > section > ul {
  flex-grow: 0;
}
.header-nav nav > section > ul + ul {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.header-nav li,
.header-nav a {
  display: inline-block;
}
.header-nav a {
  font-size: 16px;
  position: relative;
  margin: 0 1rem;
  padding: 0;
  text-decoration: none;
  font-weight: var(--font-weight-primary-semibold);
  color: #fff;
}
@media (max-width: 1024px) {
  .header-nav a {
    line-height: 1.3;
    margin-right: 8px;
    padding: 5px 10px 5px 0;
    word-break: break-word;
  }
  .header-nav a::before {
    top: 4px;
    right: 2px;
  }
}
.header-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header-nav li a[href="https://blog.fitracking.com"] {
  color: #fff;
}
.header-nav li a[href="https://blog.fitracking.com"]:before {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-details);
  content: "";
}
@media (max-width: 1024px) {
  .header-nav li a[href="https://blog.fitracking.com"]:before {
    display: none;
  }
}
.header-nav .header-nav-dropdown ul a {
  color: var(--color-font-one);
}
.header-nav .header-nav-dropdown ul a:hover {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .header-nav nav > .desktop-nav > ul,
.header-nav nav > .desktop-nav > ul + ul,
.header-nav nav > .desktop-nav > ul + span {
    display: none;
  }
  .header-nav ul > li {
    display: block;
  }
}

#header-get-it {
  margin-left: 1.5rem;
  /* Yellow pill, matching the fitracking.com navbar CTA */
}
#header-get-it a {
  background: var(--color-details);
  color: #000;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  margin: 0;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
}
#header-get-it a:hover {
  color: #000;
  opacity: 0.85;
}
@media (max-width: 1024px) {
  #header-get-it {
    display: none;
  }
}

/* Search icon
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-search {
  line-height: 0;
  margin-left: 1rem;
  display: none !important;
}
.header-search span {
  display: none;
}
.header-search svg {
  width: 17px;
  cursor: pointer;
  fill: var(--color-font-one);
}
@media (max-width: 1024px) {
  .header-search {
    position: absolute;
    right: 0;
    bottom: -50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 17px 18px 0 0;
    cursor: pointer;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    background-color: var(--color-details);
  }
  .header-search span {
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
    color: var(--color-font-three);
  }
  .header-search svg {
    width: 15px;
    margin-bottom: -2px;
    fill: var(--color-font-three);
  }
}

/* Login panel
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-hash-login-panel-disable .signin,
.global-hash-login-panel-disable .account,
.global-hash-login-panel-disable .signup,
.global-hash-login-panel-disable .signout {
  display: none;
}

.header-nav .signin,
.header-nav .account,
.header-nav .signup,
.header-nav .signout {
  line-height: 35px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: var(--border-radius-big);
  outline: none;
}
.header-nav .signin::before,
.header-nav .account::before,
.header-nav .signup::before,
.header-nav .signout::before {
  display: none;
}
.header-nav .signin,
.header-nav .account {
  margin-right: 12px;
  margin-left: 24px;
}
.header-nav .signup,
.header-nav .signout {
  margin-right: 0;
}
.header-nav .signup {
  color: var(--color-font-three);
  background-color: var(--color-details);
}
.header-nav .signin,
.header-nav .account,
.header-nav .signout {
  background-color: var(--color-five);
}

/* Toogle
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-checkbox,
.header-checkbox:checked,
.header-toggle {
  display: none;
}

.header-toggle {
  position: relative;
  z-index: 99;
  overflow: visible;
  width: 20px;
  height: 25px;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  opacity: 1;
  border: none;
  outline: none;
  background-color: transparent;
  /* The hamburger is an inline SVG with fill="black" baked in — repaint it
     white for the black bar (CSS beats the presentation attribute). */
}
.header-toggle svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .header-toggle {
    display: inline-block;
  }
}
.header-toggle > span {
  position: relative;
  top: 50%;
}
.header-toggle > span,
.header-toggle .bar {
  display: block;
  width: 100%;
}
.header-toggle .bar {
  position: absolute;
  height: 3px;
  content: "";
  -webkit-transition: top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  background-color: var(--color-four);
}
.header-toggle .bar:nth-child(1) {
  top: -10px;
}
.header-toggle .bar:nth-child(3) {
  top: 10px;
}

.header-checkbox:checked ~ label .bar {
  -webkit-transition: top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s, top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.header-checkbox:checked ~ label .bar:nth-child(1), .header-checkbox:checked ~ label .bar:nth-child(3) {
  top: 0;
}
.header-checkbox:checked ~ label .bar:nth-child(1), .header-checkbox:checked ~ label .bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-checkbox:checked ~ label .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-checkbox:checked ~ nav {
  position: absolute;
  z-index: 98;
  width: 90vw;
  top: -10px;
  left: -10px;
  display: none;
  max-width: 300px;
  background-color: var(--color-two);
  /* Slide-out panel is white, so undo the white link colour from the bar. */
}
@media (max-width: 480px) {
  .header-checkbox:checked ~ nav {
    top: 40px;
    right: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .header-checkbox:checked ~ nav {
    top: 50px;
    right: -10px;
  }
}
@media (max-width: 1024px) {
  .header-checkbox:checked ~ nav {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-checkbox:checked ~ nav a {
  color: var(--color-font-one);
}
.header-checkbox:checked ~ nav ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 60px 0 60px 15px;
  list-style: none;
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.4);
}
.header-checkbox:checked ~ nav ul li {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.25rem;
  margin: 0.25rem;
}
@media (max-width: 1024px) {
  .header-checkbox:checked ~ nav ul {
    box-sizing: border-box;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .header-checkbox:checked ~ nav ul + ul {
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 10px;
  }
  .header-checkbox:checked ~ nav ul + ul a {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 14px 18px;
  }
}

/* RWD — Header
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* The mobile header-nav-dropdown */
@media (max-width: 1024px) {
  .header-nav-dropdown svg {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header-nav-dropdown {
    display: inline-block;
    width: 30px;
    margin-right: 20px;
    cursor: pointer;
    user-select: none;
    text-align: left;
  }
  .header-nav-dropdown svg {
    height: 4px;
    margin: 0 0 3px;
    /* Overflow "…" affordance sits on the black bar */
    fill: #fff;
  }
  .header-nav-dropdown ul {
    display: none;
  }
  .header-nav-dropdown ul li {
    position: relative;
    display: block;
    padding: 0 0 6px;
    text-align: left;
    pointer-events: auto;
    background-color: transparent;
  }
  .header-nav-dropdown.is-active ul {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    top: 50px;
    display: block;
    min-width: 140px;
    margin: 0;
    padding: 20px 10px 15px;
    list-style: none;
    cursor: default;
    transform: translateX(-17px);
    border-radius: var(--border-radius);
    background-color: var(--color-two);
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.2);
  }
  .header-nav-dropdown a {
    display: inline-block;
    margin: 0 7px;
    padding: 2px;
    text-decoration: none;
    word-break: normal;
  }
  .header-nav-dropdown a::before {
    top: 4px;
  }
  .global-hash-nav-right .header-nav-dropdown.is-active ul {
    min-width: 150px;
    transform: translateX(-130px);
  }
  .global-hash-nav-right .header-nav-dropdown ul li {
    text-align: left;
  }
  .global-hash-nav-right .header-nav-dropdown a {
    max-width: 130px;
  }
}
/* Members — Question about member account
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-question {
  font-size: 12px;
  display: block;
  margin-top: 3vh;
  letter-spacing: 0.5px;
}

.global-question a {
  font-weight: var(--font-weight-secondary-bolder);
}

.global-no-access .global-question a {
  border: none;
}

/* Members — Labels
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-visibility {
  font-size: 9px;
  font-weight: var(--font-weight-secondary-bolder);
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 6px 3px 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: var(--border-radius-small);
}

.global-visibility.is-image {
  position: absolute;
  top: -35px;
  color: var(--color-two);
}

/* RWD — Members labels
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1024px) {
  .global-visibility {
    font-size: 8px;
    padding: 2px 4px;
    letter-spacing: 1px;
  }
  .global-visibility.is-image {
    top: -27px;
  }
}
/* Members — Notifications
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-notification {
  font-size: 15px;
  font-weight: var(--font-weight-secondary-bolder);
  position: fixed;
  z-index: 100;
  top: 25px;
  right: 25px;
  left: 25px;
  display: none;
  visibility: hidden;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  text-align: center;
  color: var(--color-font-three);
  border-radius: var(--border-radius-big);
  background-color: var(--color-notification);
}

.global-notification-subscribe .subscribe,
.global-notification-signin .signin,
.global-notification-signup .signup,
.global-notification-success .success {
  display: block;
  -webkit-animation: slideDownNotification 5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: slideDownNotification 5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@-webkit-keyframes slideDownNotification {
  from, to {
    visibility: visible;
  }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDownNotification {
  from, to {
    visibility: visible;
  }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* --------------------------------------------------------------------------
   22.Custom — Membership page
   -------------------------------------------------------------------------- */
.membership-cards,
.membership-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.membership-cards {
  margin: 0 auto 2vh;
  padding: 60px calc(60px - var(--margin-items) / 2) calc(60px - var(--margin-items));
  border-radius: var(--border-radius);
  background-color: var(--color-one);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.membership-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 260px;
  max-width: 444px;
  margin: 0 calc(var(--margin-items) / 2) var(--margin-items);
  padding-bottom: 5vh;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: var(--color-body);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 260px;
  flex: 1 0 260px;
}

.membership-card-content {
  width: 100%;
  margin: 0 auto;
}

/* Small heading
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-heading h3 {
  padding-top: var(--margin-items);
}

/* Title label
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-title {
  font-size: 13px;
  margin: 0;
  padding: 8px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-font-three);
  background-color: var(--color-details);
}

/* Price
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-price {
  font-size: 90px;
  margin: 10px 0 0 -25px;
  padding: 2vh 0 4vh;
}

.membership-card-price sup {
  font-family: var(--font-family-secondary);
  font-size: 55%;
  margin-right: 5px;
}

/* Options
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-options ul {
  margin: 0;
  padding: 0 20px 5vh;
}

.membership-card-options ul li {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

/* Button
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-content + a {
  margin: 0 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* Small footer
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-cards + small {
  margin-top: 0;
  margin-bottom: 4vh;
  text-align: center;
}

/* RWD — Membership page
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .membership-card-price {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .membership-cards {
    padding: 15px calc(15px - var(--margin-items) / 2) calc(15px - var(--margin-items));
  }
  .membership-card-price {
    font-size: 65px;
  }
  .membership-card-options ul li {
    font-size: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .membership-cards {
    padding: 25px calc(25px - var(--margin-items) / 2) calc(25px - var(--margin-items));
  }
}
@media (max-width: 1280px) {
  .membership-card {
    max-width: 100%;
  }
}
/* --------------------------------------------------------------------------
   7.Search function
   -------------------------------------------------------------------------- */
.search-section {
  z-index: 1020;
  display: none;
}

.search-section,
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-overlay {
  z-index: 997;
  background-color: var(--overlay-search);
}

.search-content {
  position: relative;
  z-index: 999;
  top: 20vh;
  overflow: hidden;
  width: calc(100% - 50px);
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--border-radius);
  background-color: var(--color-body);
}

.search-content,
.search-form input,
.search-meta,
.search-results {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Close
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-close {
  position: absolute;
  z-index: 999;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.search-close svg {
  width: 25px;
  height: 25px;
  fill: var(--color-white);
}

/* Form
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-form input {
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 25px 20px;
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-meta {
  font-size: 10px;
  font-weight: var(--font-weight-secondary-bolder);
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 20px;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-font-three);
  background-color: var(--color-details);
}

.search-meta .is-hide {
  display: none;
}

/* Results
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-results {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: calc(60vh - 105px);
  padding: 0 15px 0 20px;
}

.search-results small {
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: var(--font-weight-secondary-regular);
  display: block;
  width: 100%;
  letter-spacing: 0.5px;
}

.search-results small:first-of-type {
  margin-top: 10px;
}

.search-results a {
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-weight: var(--font-weight-primary-regular);
  line-height: 1.3;
  display: inline-block;
  margin: 0 0 15px;
}

.search-results a:last-of-type {
  margin-bottom: 25px;
}

/* If active
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-is-active {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.search-is-active .global-wrap {
  overflow-x: hidden;
  overflow-y: scroll;
}

.search-is-active .search-section {
  -webkit-animation: showSearch 0.2s ease forwards;
  animation: showSearch 0.2s ease forwards;
}

@-webkit-keyframes showSearch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSearch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Hiding the scrollbar
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1025px) {
  .search-section:after {
    position: absolute;
    z-index: 996;
    top: 0;
    right: 0;
    width: 17px;
    height: 100%;
    content: "";
    background-color: var(--color-body);
  }
}
/* RWD — Search function
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .search-content {
    width: calc(100% - 30px);
  }
  .search-form input {
    font-size: 18px;
    padding: 15px;
  }
  .search-meta {
    font-size: 9px;
  }
  .search-meta,
.search-results {
    padding-left: 15px;
  }
  .search-results a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .search-close {
    display: none;
  }
}
/* --------------------------------------------------------------------------
   16.Widgets
   -------------------------------------------------------------------------- */
.widget-wrap,
.widget-authors,
.widget-tags,
.widget-content,
.author-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-wrap {
  width: calc(100% + var(--margin-items));
  margin-left: calc(0px - var(--margin-items) / 2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-wrap,
.widget-content.authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-authors,
.widget-tags {
  min-width: 420px;
  padding: var(--margin-items) calc(var(--margin-items) / 2) 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.widget-content {
  padding: 54px;
  border-radius: var(--border-radius);
  background-color: var(--color-one);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-content.authors a {
  overflow: hidden;
  min-width: 85px;
  max-width: 145px;
  margin: 6px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: var(--border-radius);
  background-color: var(--color-body);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 12px);
  flex: 1 0 calc(25% - 12px);
}

/* Fixed Firefox's sub-pixel rendering */
_:lang(x)::-moz-placeholder,
.widget-content.authors a {
  will-change: transform;
}

.widget-content.authors a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.widget-content.tags a {
  margin: 6px;
  color: var(--color-font-one);
  border-radius: var(--border-radius-big);
  background-color: var(--color-six);
}

.widget-content.tags a:hover {
  color: var(--color-font-three);
  background-color: var(--color-details);
}

/* Author profile image
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.author-image {
  height: 117px;
}

/* Author name
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.author-name {
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
  margin: 0;
  padding: 10px;
}

/* RWD — Widgets
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .widget-content.authors {
    padding: 9px;
  }
  .widget-content.authors a {
    min-width: 129px;
    max-width: calc(50% - 12px);
  }
  .widget-content.tags {
    padding: 12px;
  }
  .widget-content.tags a {
    margin: 3px;
  }
}
@media (max-width: 768px) {
  .widget-authors,
.widget-tags {
    min-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .widget-content {
    padding: 9px;
  }
}
@media (max-width: 1024px) {
  .widget-section {
    padding-bottom: 4vh;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .widget-content {
    padding: 19px;
  }
}
#email_signup {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  #email_signup {
    text-align: left;
  }
}
#email_signup p {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  color: #737373;
  max-width: 37.5rem;
  line-height: 1.2;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-semibold);
}
#email_signup h4 {
  display: block;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-secondary-bolder);
  text-transform: uppercase;
  font-size: 5rem;
  margin: 1.5rem 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  #email_signup h4 {
    font-size: 3rem;
  }
}
#email_signup form {
  background: #fff;
  display: flex;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 9999px;
  border: 1px solid #bebebb;
}
#email_signup .event-click {
  cursor: pointer;
}
#email_signup #email_signup_thank_you {
  margin-top: 5px;
  font-size: 15px;
  display: none;
}

#email_address {
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
#email_address::placeholder {
  color: black;
}

/* Heading for special section 
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-heading {
  display: flex;
  width: 100%;
  padding: 30px 60px 15px;
  align-items: flex-end;
}

.global-heading,
.global-heading h3 {
  box-sizing: border-box;
}

.global-heading h3 {
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.global-heading a {
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: var(--font-weight-primary-regular);
  line-height: 1.4;
  display: inline-block;
  margin-right: -20px;
  text-align: right;
}

.global-heading svg {
  position: relative;
  right: 0;
  bottom: -2px;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  -webkit-transition: right 0.15s ease;
  transition: right 0.15s ease;
  fill: var(--color-font-one);
}

.global-heading a:hover svg {
  right: -4px;
}

/* RWD — Header special section
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .global-heading h3,
.global-heading a {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .global-heading svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .global-heading {
    padding: 10px 15px;
  }
  .global-heading h3 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .global-heading {
    padding: 15px 23px;
  }
  .global-heading h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .global-heading a {
    margin-right: 0;
  }
}
/* --------------------------------------------------------------------------
   6.Pagination & Load more
   -------------------------------------------------------------------------- */
.load-more {
  padding: 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  outline: none;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-bolder);
  font-size: 1.5rem;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
}
.load-more svg {
  margin-left: 0.5rem;
}
.load-more:hover {
  opacity: 0.7;
}

.pagination-section {
  margin: 0 auto 10vh;
  text-align: center;
}

/* Fixes rendering error
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* --------------------------------------------------------------------------
   5.Special section
   -------------------------------------------------------------------------- */
.special-section {
  margin-top: 3rem;
  width: 100%;
}
.special-section h3 {
  font-size: 4rem;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-secondary-bolder);
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 968px) {
  .special-section h3 {
    font-size: 3rem;
    text-align: left;
    max-width: 10ch;
  }
}

.special-section + .special-section {
  margin-top: var(--margin-items);
}

.special-section-content {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  border-radius: var(--border-radius);
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .special-section-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* Item
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.special-item {
  flex-grow: 1;
  flex-basis: 43%;
  flex-shrink: 0;
  max-width: 35rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.special-item:first-child {
  padding-left: 0;
}
.special-item:last-child {
  padding-right: 0;
}
.special-item::after {
  display: none;
  box-shadow: none;
}
@media (max-width: 968px) {
  .special-item {
    flex-basis: unset;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
  }
  .special-item:nth-child(5) {
    display: none;
  }
}

.special-item-wrap {
  background-color: var(--color-body);
}

/* Image
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.special-item-image {
  height: 25rem;
  border-radius: 24px;
}
@media (max-width: 968px) {
  .special-item-image {
    height: 15rem;
  }
}

/* Content
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.special-item-content {
  padding: 15px 25px 20px 18px;
}

.special-item-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.special-item-excerpt {
  font-size: 14px;
  margin-top: 15px;
}

/* RWD — Special section
      –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 320px) {
  .special-item-excerpt {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 1024px) {
  .special-item-excerpt {
    font-size: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .special-item-excerpt {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .special-item-content {
    padding: 10px 10px 15px;
  }
}
/* --------------------------------------------------------------------------
   13.Post — Comments
   -------------------------------------------------------------------------- */
.comments-section {
  margin-bottom: var(--margin-items);
  border-radius: var(--border-radius);
  background-color: var(--color-one);
}

.comments-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}

.comments-wrap > div {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

/* RWD — Comments
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .comments-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .comments-wrap > div {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .comments-wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
  .comments-wrap > div {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
/* Wrap & Sticky Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-wrap,
.global-content {
  height: 100%;
}

/* Between 1201px and 1500px, Ghost's code injection reserves a 200px right-hand
   gutter (`.global-wrap` / `header.header-section` padding-right) for the fixed
   `.ad_br1` ad rail. That rail is created by the in-post ads script in
   codeinjection_foot, which currently fails to parse (`SyntaxError: Unexpected
   token '}'`), so the element is never inserted and the gutter is always empty
   — it just shoves the whole page off-centre and stops the black footer from
   reaching the right edge.

   Reclaim it here. `body`-prefixed so we out-specify the injected rules
   regardless of load order. If the ads script is ever repaired and the rail
   needs its space back, delete this block. */
body .global-wrap,
body header.header-section {
  padding-right: 0;
}

.global-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.global-main {
  margin-bottom: 8vh;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.narrow-content-unpadded,
.post-content > img,
.post-content > .kg-image-card,
.wide-content-unpadded,
.content-padding {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.content-padding {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}
@media (max-width: 768px) {
  .wide-content,
.narrow-content,
.post-content > :not(img, .kg-image-card),
.content-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.narrow-content, .post-content > :not(img, .kg-image-card),
.narrow-content-unpadded,
.post-content > img,
.post-content > .kg-image-card {
  max-width: 52rem;
}

.wide-content,
.wide-content-unpadded {
  max-width: 80.5rem;
}

.mobile-breakout {
  width: 100%;
}
@media (max-width: 768px) {
  .mobile-breakout {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

/* --------------------------------------------------------------------------
   9.Post — Content
   -------------------------------------------------------------------------- */
.post-section {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .post-section {
    margin-bottom: 3rem;
  }
}

.header_image {
  display: inline-block;
  margin-bottom: 1rem;
}

/* everything below is stylescoped for post-content */
.post-content {
  color: var(--color-font-two);
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
  font-size: 1.2rem;
  /* Koenig card */
  /* Margin elements
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Typography
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Paragraph
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* strong
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* blockquote
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Links
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Disable styling for image when is a link */
  /* hr
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* mark
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* kbd
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* iframe
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Lists
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Table
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Responsive */
  /* Footnotes
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Code
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Inline*/
  /* Koenig — Code
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Image
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Koenig — Image
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Koenig — Gallery
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Koenig — Bookmark card
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Figcaption
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Members CTA
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media (max-width: 768px) {
  .post-content {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .post-content > img, .post-content > .kg-image-card {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }
}
.post-content .kg-card {
  width: 100%;
}
.post-content p,
.post-content iframe,
.post-content ol,
.post-content ul,
.post-content table,
.post-content p img {
  margin-top: 0;
  margin-bottom: 40px;
}
.post-content hr {
  margin-top: 60px;
  margin-bottom: 80px;
}
.post-content blockquote {
  margin-top: 75px;
  margin-bottom: 75px;
}
.post-content .kg-card {
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-content pre,
.post-content .kg-card.kg-code-card {
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-bolder);
}
@media (max-width: 480px) {
  .post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    margin-bottom: 15px;
  }
}
.post-content h1 {
  font-size: 55px;
  margin-top: 60px;
}
.post-content h2 {
  font-size: 41px;
  margin-top: 55px;
}
.post-content h3 {
  font-size: 2rem;
  margin-top: 45px;
}
.post-content h4 {
  font-size: 24px;
  margin-top: 40px;
}
.post-content h5 {
  font-size: 20px;
  margin-top: 35px;
}
.post-content h6 {
  font-family: var(--font-family-secondary);
  font-size: 11px;
  font-weight: var(--font-weight-secondary-bolder);
  margin-top: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .post-content h1 {
    font-size: 38px;
    margin-top: 45px;
  }
  .post-content h2 {
    font-size: 30px;
    margin-top: 40px;
  }
  .post-content h3 {
    font-size: 24px;
    margin-top: 35px;
  }
  .post-content h4 {
    font-size: 19px;
    margin-top: 30px;
  }
  .post-content h5 {
    font-size: 16px;
  }
  .post-content h5,
.post-content h6 {
    margin-top: 25px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .post-content h1 {
    font-size: 45px;
    margin-top: 50px;
  }
  .post-content h2 {
    font-size: 33px;
    margin-top: 45px;
  }
  .post-content h3 {
    font-size: 26px;
    margin-top: 40px;
  }
  .post-content h4 {
    font-size: 21px;
    margin-top: 35px;
  }
  .post-content h5 {
    font-size: 17px;
  }
  .post-content h5,
.post-content h6 {
    margin-top: 30px;
  }
}
.post-content p {
  line-height: 1.6;
  position: relative;
}
.post-content strong {
  color: var(--color-font-one);
}
.post-content blockquote {
  font-size: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 55px;
}
@media (max-width: 480px) {
  .post-content blockquote {
    font-size: 20px;
    padding-left: 32px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .post-content blockquote {
    font-size: 25px;
    padding-left: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .post-content blockquote {
    font-size: 25px;
    padding-right: 40px;
  }
}
.post-content blockquote p {
  line-height: 1.3;
  margin: 0;
}
.post-content blockquote::before {
  font-size: 120px;
  position: absolute;
  top: -15px;
  left: -15px;
  content: '"';
  color: var(--color-details);
}
@media (max-width: 480px) {
  .post-content blockquote::before {
    font-size: 60px;
    top: -8px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .post-content blockquote::before {
    font-size: 80px;
    top: -10px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .post-content blockquote::before {
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .post-content blockquote::before {
    left: -5px;
  }
}
.post-content blockquote cite {
  font-size: 25px;
  font-style: normal;
}
.post-content a {
  transition: border-bottom-color 0.2s ease;
  border-bottom: 2px solid var(--color-details);
}
.post-content a:hover {
  border-bottom-color: var(--color-font-one);
}
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content blockquote a {
  transition: background-size 0.6s ease-out;
  color: var(--color-font-one);
  border: none;
  background: linear-gradient(var(--color-details), var(--color-details)) no-repeat left 130%/80% 40%;
}
.post-content h1 a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 a:hover,
.post-content blockquote a:hover {
  background-size: 97% 40%;
}
.post-content .post-image-link {
  border-bottom: none !important;
}
.post-content hr {
  position: relative;
  display: block;
  width: 80px;
  height: 6px;
  text-align: right;
  border: none;
  border-radius: var(--border-radius-small);
  background-color: var(--color-five);
}
.post-content mark {
  padding: 0 4px 2px;
  color: var(--color-font-three);
  border-radius: var(--border-radius-small);
  background-color: var(--color-details);
}
.post-content kbd {
  font-size: 70%;
  font-weight: var(--font-weight-secondary-bolder);
  display: inline-block;
  padding: 2px 8px 1px;
  border: 1px solid;
  border-radius: var(--border-radius-small);
}
.post-content iframe {
  display: block;
}
.post-content ul {
  padding-left: 15px;
  list-style: disc outside;
}
.post-content ol {
  padding-left: 20px;
}
.post-content ul li ul {
  list-style: circle outside;
}
.post-content ol,
.post-content ol li ol {
  list-style: decimal outside;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  font-size: 90%;
  margin: 15px 0;
}
.post-content li {
  margin-bottom: 10px;
}
.post-content dl dt {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-primary-regular);
  float: left;
  clear: left;
  overflow: hidden;
  width: 180px;
  margin-bottom: 10px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-font-one);
}
.post-content dl dd {
  margin-bottom: 10px;
  margin-left: 200px;
}
.post-content table {
  font-size: 16px;
  display: table;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  background-color: transparent;
}
.post-content th {
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-secondary-regular);
  color: var(--color-font-one);
  border-top: 2px solid var(--color-five);
}
.post-content th,
.post-content td {
  display: table-cell;
  padding: 10px 12px;
  border-bottom: 2px solid var(--color-five);
}
.post-content th:first-child,
.post-content td:first-child {
  padding-left: 5px;
}
.post-content th:last-child,
.post-content td:last-child {
  padding-right: 5px;
}
.post-content .responsive-table {
  overflow-x: auto;
  word-break: normal;
}
.post-content sup a,
.post-content .footnote-backref {
  border-bottom: none;
}
.post-content .footnotes {
  padding: 10px 0 0;
}
.post-content .footnotes-list {
  padding-left: 20px;
  list-style: decimal;
}
.post-content .footnotes-sep {
  margin: 50px 0 10px;
}
.post-content .footnotes p,
.post-content .footnote-item {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.post-content code {
  font-size: 85%;
  padding: 2px 5px;
  background-color: var(--color-one);
}
.post-content pre > code {
  display: block;
  padding: 10px 15px;
  white-space: pre-wrap;
  border-radius: var(--border-radius);
}
.post-content p code {
  border-radius: var(--border-radius-small);
  background-color: var(--color-five);
}
.post-content pre,
.post-content .kg-code-card {
  min-width: 100%;
}
.post-content .kg-code-card pre,
.post-content .kg-code-card code {
  margin: 0;
}
.post-content img,
.post-content p img {
  position: relative;
  max-width: 100%;
}
@media (min-width: 768px) {
  .post-content img,
.post-content p img {
    border-radius: var(--border-radius-big);
  }
}
.post-content .kg-image-card {
  line-height: 0;
}
.post-content .kg-image-card:not(.kg-width-full):not(.kg-width-wide) {
  text-align: center;
}
.post-content .kg-image-card.kg-width-wide img {
  width: 100%;
}
.post-content .kg-width-full img {
  position: relative;
  right: 50%;
  left: 50%;
  width: calc(100vw - 65px - 65px);
  margin: 0 calc(-50vw + 65px);
}
@media (max-width: 480px) {
  .post-content .kg-width-full img {
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    border-radius: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .post-content .kg-width-full img {
    width: calc(100vw - 25px - 25px);
    margin-right: calc(-50vw + 25px);
    margin-left: calc(-50vw + 25px);
  }
}
.post-content .kg-width-full img,
.post-content .kg-image-card.kg-width-wide:not(.kg-gallery-card) img {
  max-width: initial;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .post-content .kg-image-card.kg-width-wide img,
.post-content .kg-gallery-container {
    position: relative;
    right: 50%;
    left: 50%;
    width: calc(100vw - 140px - 140px);
    margin-right: calc(-50vw + 140px);
    margin-left: calc(-50vw + 140px);
  }
}
@media (min-width: 1281px) {
  .post-content .kg-image-card.kg-width-wide img,
.post-content .kg-gallery-container {
    width: calc(100% + 180px + 180px);
    margin-left: -180px;
  }
}
.post-content .kg-gallery-image img {
  display: block;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.post-content .kg-gallery-container,
.post-content .kg-gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .kg-gallery-container {
  position: relative;
  flex-direction: column;
  margin: 15px auto;
}
@media (max-width: 480px) {
  .post-content .kg-gallery-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .post-content .kg-gallery-container {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.post-content .kg-gallery-row {
  flex-direction: row;
  justify-content: center;
}
.post-content .kg-gallery-row:first-of-type .kg-gallery-image:first-of-type img {
  border-top-left-radius: var(--border-radius);
}
.post-content .kg-gallery-row:first-of-type .kg-gallery-image:last-of-type img {
  border-top-right-radius: var(--border-radius);
}
.post-content .kg-gallery-row:last-of-type .kg-gallery-image:first-of-type img {
  border-bottom-left-radius: var(--border-radius);
}
.post-content .kg-gallery-row:last-of-type .kg-gallery-image:last-of-type img {
  border-bottom-right-radius: var(--border-radius);
}
.post-content .kg-gallery-row:not(:first-of-type) {
  margin: 15px 0 0 0;
}
@media (max-width: 480px) {
  .post-content .kg-gallery-row:not(:first-of-type) {
    margin-top: 5px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .post-content .kg-gallery-row:not(:first-of-type) {
    margin-top: 10px;
  }
}
.post-content .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 15px;
}
@media (max-width: 480px) {
  .post-content .kg-gallery-image:not(:first-of-type) {
    margin-left: 5px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .post-content .kg-gallery-image:not(:first-of-type) {
    margin-left: 10px;
  }
}
.post-content .kg-bookmark-container,
.post-content .kg-bookmark-content,
.post-content .kg-bookmark-metadata {
  display: flex;
}
@media (max-width: 320px) {
  .post-content .kg-bookmark-container {
    flex-direction: column;
  }
  .post-content .kg-bookmark-content {
    padding: 15px;
    order: 2;
  }
  .post-content .kg-bookmark-publisher {
    max-width: 140px;
  }
  .post-content .kg-bookmark-thumbnail {
    width: 100%;
    min-height: 120px;
    order: 1;
  }
}
.post-content .kg-bookmark-title,
.post-content .kg-bookmark-metadata {
  font-weight: var(--font-weight-secondary-bolder);
}
.post-content .kg-bookmark-card + .kg-bookmark-card {
  margin-top: -45px;
}
.post-content .kg-bookmark-container {
  overflow: hidden;
  min-height: 140px;
  padding-bottom: 0;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--color-one);
  box-shadow: none;
}
.post-content .kg-bookmark-container:hover {
  transform: translateY(-3px);
}
.post-content .kg-bookmark-content {
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: start;
}
.post-content .kg-bookmark-title {
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-weight: var(--font-weight-primary-regular);
  line-height: 1.3;
}
@media (max-width: 480px) {
  .post-content .kg-bookmark-title {
    font-size: 14px;
  }
}
.post-content .kg-bookmark-description {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  overflow-y: hidden;
  max-height: 40px;
  margin-top: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .post-content .kg-bookmark-description {
    font-size: 12px;
  }
}
.post-content .kg-bookmark-metadata {
  font-size: 13px;
  height: 22px;
  margin-top: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.post-content .kg-bookmark-metadata .kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 0;
}
.post-content .kg-bookmark-author:after {
  margin-right: 6px;
  margin-left: 6px;
  content: "•";
}
.post-content .kg-bookmark-author,
.post-content .kg-bookmark-publisher {
  height: 20px;
}
.post-content .kg-bookmark-publisher {
  overflow: hidden;
  max-width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-content .kg-bookmark-thumbnail {
  position: relative;
  min-width: 28%;
  max-height: 100%;
}
.post-content .kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-content img ~ small,
.post-content p img ~ small,
.post-content figcaption {
  font-size: 11px;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.post-content figcaption {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .post-content figcaption {
    margin-top: 10px;
  }
}
.post-content img ~ small,
.post-content p img ~ small {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: 0 auto;
}
.post-content .members-cta {
  box-sizing: border-box;
  width: 100%;
  margin: 6vh auto 10vh;
  padding: 40px 60px;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: var(--color-two);
  box-shadow: 0 25px 95px 5px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .post-content .members-cta {
    margin: 0;
    padding: 25px 15px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .post-content .members-cta {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .post-content .members-cta {
    margin-top: 0;
  }
}
.post-content .members-cta h2 {
  line-height: 1.2;
  margin: 20px auto 40px;
}
@media (max-width: 480px) {
  .post-content .members-cta h2 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* end of .post-content */
.tag-hash-full-image .post-content .members-cta {
  margin-top: 0;
}

/* RWD — Post content
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
  .post-content table {
    font-size: 14px;
  }
  .post-content p,
.post-content iframe,
.post-content ol,
.post-content ul,
.post-content table {
    margin-bottom: 20px;
  }
  .post-content hr,
.post-content blockquote {
    margin-top: 40px;
  }
  .post-content .kg-card {
    margin-top: 30px;
  }
  .post-content .kg-bookmark-card + .kg-bookmark-card {
    margin-top: -20px;
  }
  .post-content hr,
.post-content blockquote,
.post-content .kg-card {
    margin-bottom: 40px;
  }
  .post-content p img {
    margin-bottom: 5px;
  }
  .post-content img ~ small,
.post-content p img ~ small {
    bottom: -10px;
  }
}
/* In-post ads
   ––––––––––––––––––––––––––––––––––––––––––––––––––––
   Inserted by assets/js/ads.js. These never had styles anywhere — not in the
   theme and not in code injection — so the banner inherited `.post-content a`,
   which meant a 2px yellow border-bottom slung under the ad image. Give the ad
   slots their own treatment and opt them out of the link underline. */
.post-content {
  /* `auto` on the horizontal axis, not 0 — paragraphs in here are centred by
     auto margins, and hardcoding 0 would left-align the ad against the text. */
  /* Bootstrap's carousel needs the viewport clipped, and the injected
     `.carousel-inner h2` rules assume a slide caption we don't render. */
}
.post-content .inline-ad-slot {
  margin: 2.5rem auto;
}
.post-content a.inline-ad-banner,
.post-content .inline-ad-carousel a {
  display: block;
  border-bottom: none;
  line-height: 0;
}
.post-content a.inline-ad-banner:hover,
.post-content .inline-ad-carousel a:hover {
  border-bottom-color: transparent;
}
.post-content .inline-ad-image,
.post-content .inline-ad-carousel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-big);
}
.post-content .inline-ad-carousel .carousel-inner {
  overflow: hidden;
  border-radius: var(--border-radius-big);
}
.post-content .inline-ad-carousel .carousel-control-prev,
.post-content .inline-ad-carousel .carousel-control-next {
  border-bottom: none !important;
  width: 10%;
}

/* --------------------------------------------------------------------------
   8.Post — Header
   -------------------------------------------------------------------------- */
.post-header {
  margin-bottom: 0;
}

.is-image.post-header, .is-image.post-title-wrap {
  display: flex;
  flex-direction: column;
}
.is-image.post-header {
  min-height: 100%;
}
@media (max-width: 1024px) {
  .is-image.post-header {
    align-content: flex-start;
    flex-wrap: wrap;
  }
}
.is-image.post-title-wrap {
  width: 100%;
  align-items: center;
  flex: 1 0 60%;
}

/* Image
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-image {
  position: relative;
  height: 49.7vw;
  width: 75vw;
  max-width: 902px;
  max-height: 597px;
  align-self: center;
  margin-bottom: 2rem;
}
.post-image img {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius);
}
@media (max-width: 1024px) {
  .post-image {
    height: 59.6vw;
    width: 90vw;
    flex-basis: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .post-image {
    margin-bottom: 2rem;
  }
}

/* Title content
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-title-content {
  width: 100%;
}
.post-title-content .global-meta {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.post-title-content .global-meta .post-author {
  font-weight: var(--font-weight-primary-bolder);
  color: black;
}
.post-title-content .global-meta .post-timing {
  color: #737373;
}

.post-title {
  font-size: 5rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-secondary-bolder);
}
@media (max-width: 768px) {
  .post-title {
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

/* Tags
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-tags {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .post-tags {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .post-tags {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1440px) {
  .post-tags a {
    margin: 0 5px 0px 0;
    border-radius: var(--border-radius-big);
  }
}

/* Excerpt
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-excerpt {
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-weight: var(--font-weight-primary-lighter);
  max-width: none;
  margin: 0 0 1rem 0;
}

/* #full-image tag
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1025px) {
  .tag-hash-full-image .post-header {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .tag-hash-full-image .post-image {
    height: 65vh;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
/* --------------------------------------------------------------------------
   11.Post — Related
   -------------------------------------------------------------------------- */
.post-related-section.special-section {
  margin-bottom: 4rem;
}

/* --------------------------------------------------------------------------
     12.Post — Navigation
     -------------------------------------------------------------------------- */
.nextprev-section {
  margin: 0 auto var(--margin-items);
}

.nextprev-wrap,
.nextprev-newer,
.nextprev-older,
.nextprev-newer > div,
.nextprev-older > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nextprev-newer,
.nextprev-older {
  position: relative;
  background-color: var(--color-body);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - var(--margin-items) / 2);
  flex: 1 0 calc(50% - var(--margin-items) / 2);
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nextprev-newer {
  margin-right: calc(var(--margin-items) / 2);
}

.nextprev-older {
  margin-left: calc(var(--margin-items) / 2);
}

.nextprev-newer:first-child:last-child {
  margin-right: 0;
}

.nextprev-older:first-child:last-child {
  margin-left: 0;
}

.nextprev-newer::after,
.nextprev-older::after {
  position: absolute;
  z-index: -5;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 0;
  content: "";
  -webkit-box-shadow: 0 5px 95px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 95px 0 rgba(0, 0, 0, 0.07);
}

.nextprev-newer::after:hover,
.nextprev-older::after:hover {
  box-shadow: var(--drop-shadow-hover);
}

.nextprev-newer > div,
.nextprev-older > div {
  overflow: hidden;
  width: 100%;
  border-radius: var(--border-radius);
}

.nextprev-wrap section {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 230px;
  padding: 50px 35px;
  background-color: var(--color-two);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.nextprev-older section {
  text-align: right;
}

/* Title content
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.nextprev-wrap small {
  font-size: 11px;
  font-weight: var(--font-weight-secondary-bolder);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nextprev-title {
  font-size: 30px;
  margin: 10px 0 0;
}

/* Image
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.nextprev-image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

.nextprev-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* RWD — Post navigation
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
  .nextprev-wrap section {
    min-height: 140px;
    padding: 15px;
  }
  .nextprev-title {
    font-size: 18px;
  }
  .nextprev-image {
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
  }
}
@media (min-width: 481px) and (max-width: 960px) {
  .nextprev-title {
    font-size: 25px;
  }
  .nextprev-image {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
}
@media (max-width: 960px) {
  .nextprev-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nextprev-newer {
    margin-right: 0;
  }
  .nextprev-newer,
.nextprev-older {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .nextprev-older {
    margin-top: var(--margin-items);
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .nextprev-wrap section {
    min-height: 180px;
    padding: 30px 20px;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .nextprev-newer:first-child:last-child .nextprev-image-wrap,
.nextprev-older:first-child:last-child .nextprev-image-wrap {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
  .nextprev-title {
    font-size: 20px;
  }
  .nextprev-image {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .nextprev-newer:first-child:last-child .nextprev-image-wrap,
.nextprev-older:first-child:last-child .nextprev-image-wrap {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
  }
  .nextprev-wrap section {
    padding: 40px 25px;
  }
  .nextprev-title {
    font-size: 25px;
  }
  .nextprev-image {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
}
/* --------------------------------------------------------------------------
   10.Post — Share
   -------------------------------------------------------------------------- */
.post-share-section {
  width: unset;
  display: inline-block;
  padding-top: 0px;
}

.post-share-wrap {
  position: relative;
  display: inline-flex;
  width: 100%;
  z-index: 2000;
}
.post-share-wrap span {
  align-self: center;
  font-weight: 600;
  font-size: 16px;
}
.post-share-wrap a {
  display: flex;
  width: 20px;
  height: 100%;
  margin: 0 !important;
  transition: background-color 0.15s ease;
  border: none;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}
@media (max-width: 480px) {
  .post-share-wrap a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .post-share-wrap {
    margin-top: 10px;
  }
  .post-share-wrap svg {
    width: 18px;
    height: 18px;
  }
}

.bttm_share {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
}
.bttm_share span {
  height: 100%;
  display: inline-flex;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  margin-right: 1rem;
  font-weight: bold;
  transition: all ease 0.25s;
  z-index: 1010;
}
.bttm_share .share_this:hover span {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.bttm_share .share_this:hover .post-share-section {
  width: unset;
  opacity: 1;
}
.bttm_share .share_this .post-share-section {
  width: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  z-index: 1009;
}
.bttm_share .post-share-wrap a {
  width: 80px;
  height: 80px;
  background: var(--color-one);
  margin: 0 !important;
}
.bttm_share .post-share-wrap a:first-of-type {
  border-radius: var(--border-radius-big) 0 0 var(--border-radius-big);
}
.bttm_share .post-share-wrap a:last-of-type {
  border-radius: 0 var(--border-radius-big) var(--border-radius-big) 0;
}
.bttm_share .bttm_hide {
  display: none;
}

.post-tags .bttm_share {
  width: unset;
  margin: 0;
}
.post-tags .post-share-wrap {
  padding: 0 10px 0 1.5rem;
}

.post-share-wrap {
  border-radius: 8px;
  width: unset;
  transition: all linear 0.15s;
}
.post-share-wrap .bttm_hide {
  margin-right: 15px;
}
.post-share-wrap a {
  opacity: 0.5;
  height: 44px;
  width: 44px;
  padding: 0;
  border-radius: 9999px;
}
.post-share-wrap a:hover {
  opacity: 1;
  background-color: var(--color-details);
  box-shadow: var(--drop-shadow-hover);
  border: 1px solid rgba(160, 124, 124, 0.025);
}
.post-share-wrap a:hover svg {
  fill: #000;
}
.post-share-wrap a:last-of-type {
  margin-right: 0;
}
.post-share-wrap svg {
  width: 20px;
  height: 20px;
  -webkit-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
  fill: #333;
}

/* Copy link
     –––––––––––––––––––––––––––––––––––––––––––––––––––– */
#copy-link {
  display: block;
  cursor: default;
  opacity: 0;
  color: transparent;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}

.post-share-link {
  cursor: pointer;
}
.post-share-link svg {
  width: 24px;
  height: 24px;
}
.post-share-link + small {
  font-size: 10px;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-secondary-bolder);
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 6px 1rem;
  letter-spacing: 0.05rem;
  opacity: 0;
  text-transform: uppercase;
  color: var(--color-font-three);
  border-radius: var(--border-radius);
  background-color: var(--color-details);
}
.post-share-link:not(:active) + small {
  -webkit-transition: opacity 10s step-end;
  transition: opacity 10s step-end;
}
.post-share-link:active + small {
  opacity: 1;
}

@media (max-width: 480px) {
  .header-wrap {
    height: 100%;
    min-height: unset;
  }
}

/*# sourceMappingURL=screen.css.map */
