/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

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

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

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

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  background: #F8F9FD;
}

body {
  background: #FFFFFF;
}

html {
  font-size: 9px;
}

@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #3F4B63;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.6rem;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 400;
  padding: 0;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: inherit;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: inherit;
}

@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.8rem;
  }
}

a {
  color: #304FFE;
  text-decoration: none;
  -webkit-text-decoration-color: #304FFE;
          text-decoration-color: #304FFE;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

a:hover {
  text-decoration: underline;
}

pre,
code {
  font-family: "Fira Mono", monospace;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  pre,
  code {
    font-size: 1.6rem;
  }
}

pre > code {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  pre > code {
    font-size: 1.4rem;
  }
}

hr {
  background: #E7E9ED;
  border: none;
  height: 1px;
  display: block;
  width: 100%;
}

.gs-about__wrapper {
  max-width: 76rem;
  margin: 7vw 8vw;
}

@media screen and (min-width: 768px) {
  .gs-about__wrapper {
    margin: 7vw 10vw;
  }
}

@media screen and (min-width: 1024px) {
  .gs-about__wrapper {
    margin: 86.2px 10vw;
  }
}

.gs-about p {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .gs-about p {
    font-size: 1.8rem;
  }
}

.gs-articles {
  max-width: 66rem;
  margin: 7% 8%;
}

.gs-articles::before,
.gs-articles::after {
  content: " ";
  display: block;
  height: 7%;
  max-height: 86.2px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .gs-articles {
    margin: 7% 10%;
    max-width: 76rem;
  }
}

@media screen and (min-width: 1024px) {
  .gs-articles {
    margin: 86.2px 10vw;
  }
}

.gs-articles__title {
  margin-top: 0;
}

.gs-articles__item {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 2rem;
  position: relative;
}

.gs-articles__item::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 410px) {
  .gs-articles__item {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-articles__item {
    margin: 0 0 1rem;
  }
}

.gs-articles__item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gs-articles__item time {
  display: block;
  color: #727E96;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-right: 2rem;
}

@media screen and (min-width: 410px) {
  .gs-articles__item time {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-articles__item time {
    float: right;
    margin-left: 2rem;
    margin-right: 0;
  }
}

.gs-articles__item-title {
  color: #304FFE;
  text-decoration: none;
  -webkit-text-decoration-color: #304FFE;
          text-decoration-color: #304FFE;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.gs-articles__item-title:hover {
  text-decoration: underline;
}

.gs-articles__item:hover .gs-articles__item-title {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.gs-articles__zero {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 5rem 0;
  padding: 0 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gs-articles__zero {
    font-size: 1.8rem;
  }
}

.gs-button {
  background: #F3F4FA;
  border: none;
  border-radius: 3px;
  color: #1a1a1a;
  display: block;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.6rem;
  font-style: italic;
  height: 5rem;
  outline: none;
  width: 100%;
}

.gs-button:hover {
  background: #1a1a1a;
  color: #FFFFFF;
  cursor: pointer;
}

.gs-comments__wrapper {
  max-width: 76rem;
  margin: 7vw 8vw 8vw;
}

@media screen and (min-width: 768px) {
  .gs-comments__wrapper {
    margin: 7vw 10vw 10vw;
  }
}

@media screen and (min-width: 1024px) {
  .gs-comments__wrapper {
    margin: 86.2px 10vw 103px;
  }
}

.gs-footer {
  background: #F8F9FD;
  position: relative;
  z-index: 2;
}

.gs-footer__wrapper {
  max-width: 76rem;
  margin: 0 8vw;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .gs-footer__wrapper {
    margin: 0 10vw;
  }
}

.gs-footer__copyright {
  color: #727E96;
  font-style: italic;
  font-size: 1.4rem;
}

.gs-footer__copyright em {
  color: #1a1a1a;
}

.gs-jumbotron {
  background: #F8F9FD;
  background: #E0EBF5;
  overflow: hidden;
  position: relative;
}

.gs-jumbotron__wrapper {
  max-width: 66rem;
  margin: 10vw 8vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gs-jumbotron__wrapper {
    margin: 10vw 10vw;
  }
}

@media screen and (min-width: 1024px) {
  .gs-jumbotron__wrapper {
    margin: 103px 10vw;
  }
}

.gs-jumbotron__bar {
  background: #ACB3C2;
  height: 2px;
  margin-top: 3rem;
  width: 50px;
}

.gs-jumbotron__title + .gs-jumbotron__description {
  margin-top: 2rem;
}

.gs-jumbotron__title {
  color: #1a1a1a;
  font-size: 2.7rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .gs-jumbotron__title {
    font-size: 3.6rem;
  }
}

.gs-jumbotron__description {
  color: #2E3943;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 2rem;
  line-height: 1.67;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 410px) {
  .gs-jumbotron__description {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-jumbotron__description {
    font-size: 2.7rem;
    padding-right: 10rem;
  }
}

.gs-jumbotron__masthead .gs-jumbotron__title {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .gs-jumbotron__masthead .gs-jumbotron__title {
    font-size: 4rem;
  }
}

.gs-jumbotron__masthead .gs-jumbotron__description {
  font-size: 2.2rem;
}

@media screen and (min-width: 410px) {
  .gs-jumbotron__masthead .gs-jumbotron__description {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-jumbotron__masthead .gs-jumbotron__description {
    font-size: 3rem;
  }
}

.gs-navigation {
  background: #F8F9FD;
  background: #E0EBF5;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.6rem;
  position: relative;
  z-index: 3;
}

.gs-navigation__wrapper {
  margin: 0 8%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gs-navigation__wrapper {
    margin: 0 10%;
  }
}

@media screen and (min-width: 868px) {
  .gs-navigation__wrapper {
    max-width: 76rem;
  }
}

.gs-navigation__logo a {
  color: #2E3943;
}

.gs-navigation__links {
  position: absolute;
  top: 0;
  right: 0;
}

.gs-navigation__links ul,
.gs-navigation__links ol {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.gs-navigation__links li {
  float: left;
  list-style: none;
  margin-left: 1rem;
}

.gs-pagination {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.4rem;
  font-style: italic;
  border-top: 1px solid #E7E9ED;
  font-size: 1.4rem;
  text-align: center;
}

.gs-pagination__wrapper {
  max-width: 76rem;
  margin: 5rem auto;
  padding: 0 3rem;
  position: relative;
}

.gs-pagination__page-number-label {
  display: none;
}

@media screen and (min-width: 400px) {
  .gs-pagination__page-number-label {
    display: inline;
  }
}

.gs-pagination__next,
.gs-pagination__prev {
  padding: 1rem 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gs-pagination__next {
  text-align: left;
  position: absolute;
  left: 3rem;
}

.gs-pagination__prev {
  position: absolute;
  right: 3rem;
  text-align: right;
}

.gs-post {
  background: white;
  position: relative;
  z-index: 2;
}

.gs-post-navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .gs-post-navigation {
    display: block;
  }
}

.gs-post-navigation__next,
.gs-post-navigation__prev {
  position: fixed;
  width: 100vh;
  text-align: center;
  top: -60px;
  z-index: 2;
}

.gs-post-navigation__next a,
.gs-post-navigation__prev a {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #3F4B63;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 100vh;
}

.gs-post-navigation__next {
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  left: 0;
}

.gs-post-navigation__prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  right: 0;
}

.gs-post-content {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.6rem;
  line-height: 1.7;
  background: white;
  margin: 2rem 8vw 7vw;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .gs-post-content {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-post-content {
    margin: 2rem 10vw 7vw;
  }
}

@media screen and (min-width: 1024px) {
  .gs-post-content {
    margin: 2rem 10vw 86.2px;
  }
}

.gs-post-content .kg-card-markdown > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.gs-post-content .kg-card-markdown > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.gs-post-content .kg-card-markdown > * {
  max-width: 100%;
}

@media screen and (min-width: 950px) {
  .gs-post-content .kg-card-markdown > * {
    max-width: 76rem;
  }
}

.gs-post-content .kg-card-markdown > pre,
.gs-post-content .kg-card-markdown > p > img[src$="#full"] {
  max-width: 96rem;
  width: 100%;
}

.gs-post-content h1,
.gs-post-content h2,
.gs-post-content h3,
.gs-post-content h4,
.gs-post-content h5,
.gs-post-content h6 {
  color: #1a1a1a;
  margin: 1em 0;
}

.gs-post-content blockquote,
.gs-post-content hr,
.gs-post-content img,
.gs-post-content ol,
.gs-post-content p,
.gs-post-content pre,
.gs-post-content ul {
  margin: 1.0625em 0;
}

.gs-post-content blockquote {
  border-left: 1px solid #E7E9ED;
  font-style: italic;
  padding: 0 3rem;
}

.gs-post-content blockquote p {
  margin: 0;
  padding: 0;
}

.gs-post-content ul,
.gs-post-content ol {
  padding-left: 3rem;
}

.gs-post-content ul li,
.gs-post-content ol li {
  margin: 0;
}

.gs-post-content ul li p,
.gs-post-content ol li p {
  margin: 0 0 3rem;
  padding: 0;
}

.gs-post-content ul ul,
.gs-post-content ol ul {
  margin: 0;
}

.gs-post-content img {
  display: block;
  max-width: 100%;
  margin: 3rem auto;
  border-radius: 3px;
}

.gs-post-content iframe {
  display: block;
  margin: 3rem 0;
  max-width: 100%;
}

.gs-post-content hr {
  background: #E7E9ED;
  border: none;
  height: 1px;
  margin: 3rem 0;
  width: auto;
}

.gs-post-content mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, rgba(167, 255, 235, 0.5))) center center/100% 100% no-repeat;
  background: linear-gradient(to bottom, transparent 50%, rgba(167, 255, 235, 0.5) 0) center center/100% 100% no-repeat;
  color: #1a1a1a;
  position: relative;
}

.gs-post-content pre {
  background: #F8F9FD;
  border-radius: 0;
  max-width: 96rem;
  width: 100%;
  overflow-x: auto;
  margin: 3rem 0;
  padding: 3rem;
}

.gs-post-content code {
  background: #F3F4FA;
  border-radius: 3px;
  color: #1a1a1a;
  padding: 0.2rem 0.5rem;
}

.gs-post-content p code {
  line-height: 1.7;
}

.gs-post-content pre code {
  background: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.gs-post-content small.caption {
  color: #727E96;
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gs-post-content small.caption {
    margin-bottom: 5rem;
  }
}

.gs-post-content strong {
  font-weight: bold;
}

.gs-post-content .footnotes {
  margin: 3rem 0;
}

.gs-post-content .footnote-item p {
  margin: 0;
}

.gs-post-header {
  position: relative;
  margin: 7vw 8vw 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .gs-post-header {
    margin: 7vw 10vw 0;
  }
}

@media screen and (min-width: 1024px) {
  .gs-post-header {
    margin: 86.2px 10vw 0;
  }
}

@media screen and (min-width: 868px) {
  .gs-post-header {
    max-width: 76rem;
  }
}

.gs-post-header__wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.gs-post-header__title {
  font-family: "ff-tisa-web-pro", serif;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 2;
  font-size: 2.75rem;
}

@media screen and (min-width: 410px) {
  .gs-post-header__title {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-post-header__title {
    font-size: 4.5rem;
  }
}

.gs-post-header__meta {
  color: #727E96;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 1.7rem 0 0;
  position: relative;
  z-index: 2;
}

.gs-post-header__meta::after {
  clear: both;
  content: "";
  display: table;
}

.gs-post-header__meta-author,
.gs-post-header__meta-tags,
.gs-post-header__meta-date,
.gs-post-header__meta-reading-time {
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
}

.gs-post-header__meta-author,
.gs-post-header__meta-tags,
.gs-post-header__meta-date {
  margin-right: 2rem;
  position: relative;
}

.gs-post-header__meta-author::after,
.gs-post-header__meta-tags::after,
.gs-post-header__meta-date::after {
  content: "/";
  position: absolute;
  right: -1.3rem;
  top: 0;
  bottom: 0;
}

.gs-post-header__feature-image {
  margin: 7vw 8vw;
  position: relative;
}

@media screen and (min-width: 700px) {
  .gs-post-header__feature-image {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-post-header__feature-image {
    margin: 7vw 10vw;
  }
}

@media screen and (min-width: 1024px) {
  .gs-post-header__feature-image {
    margin: 103px 10vw;
  }
}

.gs-post-header__feature-image img {
  width: 100%;
  max-width: 96rem;
}

@media screen and (min-width: 900px) {
  .gs-post-header__feature-image img {
    border-radius: 3px;
  }
}

.gs-post-navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .gs-post-navigation {
    display: block;
  }
}

.gs-post-navigation__next,
.gs-post-navigation__prev {
  position: fixed;
  width: 100vh;
  text-align: center;
  top: -60px;
  z-index: 2;
}

.gs-post-navigation__next a,
.gs-post-navigation__prev a {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #3F4B63;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 100vh;
}

.gs-post-navigation__next {
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  left: 0;
}

.gs-post-navigation__prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  right: 0;
}

.gs-post-image {
  margin: 0 auto 3rem;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .gs-post-image {
    margin: 0 auto 5rem;
  }
}

@media screen and (min-width: 768px) {
  .gs-post-image {
    margin: 0 auto 8rem;
  }
}

.gs-post-image img {
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 904px) {
  .gs-post-image {
    max-width: 904px;
  }

  .gs-post-image img {
    border-radius: 3px;
  }
}

@media screen and (min-width: 1024px) {
  .gs-post-image {
    max-width: 1920px;
    padding: 0 60px;
    width: 100%;
  }
}

.gs-post-navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .gs-post-navigation {
    display: block;
  }
}

.gs-post-navigation__next,
.gs-post-navigation__prev {
  position: fixed;
  width: 100vh;
  text-align: center;
  top: -60px;
  z-index: 2;
}

.gs-post-navigation__next a,
.gs-post-navigation__prev a {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #3F4B63;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 100vh;
}

.gs-post-navigation__next {
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  left: 0;
}

.gs-post-navigation__prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  right: 0;
}


/*# sourceMappingURL=app.6520e6c1234dbfb183d7.css.map*/