@charset "UTF-8";
/* Usage: @include mediaQuery('sm', 'down'|'up') {
 *  ...css-rules
 * }
 */
/* Usage: @include mediaQuery('sm', 'down'|'up') {
 *  ...css-rules
 * }
 */
.textInsideImageHeight___2GwLp {
  min-height: 385px; }
  @media only screen and (max-width: 991.98px) {
    .textInsideImageHeight___2GwLp {
      min-height: 215px; } }

.shareButton___gaiVf {
  width: 24px;
  height: 24px;
  border-radius: 50%; }
  @media only screen and (min-width: 768px) {
    .shareButton___gaiVf {
      width: 32px;
      height: 32px; } }

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

.gw body {
  line-height: 1; }

.gw ol,
.gw ul {
  list-style: none; }

.gw blockquote,
.gw q {
  quotes: none; }

.gw blockquote:after,
.gw blockquote:before,
.gw q:after,
.gw q:before {
  content: '';
  content: none; }

.gw img {
  max-width: 100%; }

.gw html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.gw *,
.gw :after,
.gw :before {
  box-sizing: inherit; }

.gw a {
  background-color: transparent; }

.gw a:active,
.gw a:hover {
  outline: 0; }

.gw b,
.gw strong {
  font-weight: 700; }

.gw dfn,
.gw em,
.gw i {
  font-style: italic; }

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

.gw small {
  font-size: 80%; }

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

.gw sup {
  top: -0.5em; }

.gw sub {
  bottom: -0.25em; }

.gw img {
  border: 0; }

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

.gw mark {
  background-color: #fdffb6; }

.gw code,
.gw kbd,
.gw pre,
.gw samp {
  font-family: monospace, monospace;
  font-size: 1em; }

.gw button,
.gw input,
.gw optgroup,
.gw select,
.gw textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

.gw button {
  overflow: visible;
  border: none; }

.gw button,
.gw select {
  text-transform: none; }

.gw button,
.gw html input[type='button'],
.gw input[type='reset'],
.gw input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

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

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

.gw input {
  line-height: normal; }

.gw input:focus {
  outline: 0; }

.gw input[type='checkbox'],
.gw input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

.gw input[type='number']::-webkit-inner-spin-button,
.gw input[type='number']::-webkit-outer-spin-button {
  height: auto; }

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

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

.gw legend {
  padding: 0;
  border: 0; }

.gw textarea {
  overflow: auto; }

.gw table {
  border-spacing: 0;
  border-collapse: collapse; }

.gw td,
.gw th {
  padding: 0; }

.gw html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

.gw body,
.gw html {
  overflow-x: hidden; }

.gw body {
  color: #313b3f;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga' on; }

.gw ::-moz-selection {
  text-shadow: none;
  background: #cbeafb; }

.gw ::selection {
  text-shadow: none;
  background: #cbeafb; }

.gw hr {
  position: relative;
  display: block;
  width: 100%;
  margin: 2.5em 0 3.5em;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e9ed; }

.gw audio,
.gw canvas,
.gw iframe,
.gw img,
.gw svg,
.gw video {
  vertical-align: middle; }

.gw fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.gw textarea {
  resize: vertical; }

.gw blockquote,
.gw dl,
.gw ol,
.gw p,
.gw ul {
  margin: 0 0 1.5em; }

.gw ol,
.gw ul {
  padding-left: 1.3em;
  padding-right: 1.5em; }

.gw ol ol,
.gw ol ul,
.gw ul ol,
.gw ul ul {
  margin: 0.5em 0 1em; }

.gw ul {
  list-style: disc; }

.gw ol {
  list-style: decimal; }

.gw ol,
.gw ul {
  max-width: 100%; }

.gw li {
  margin: 0.5em 0;
  padding-left: 0.3em;
  line-height: 1.6em; }

.gw dt {
  float: left;
  margin: 0 20px 0 0;
  width: 120px;
  color: #15171a;
  font-weight: 500;
  text-align: right; }

.gw dd {
  margin: 0 0 5px;
  text-align: left; }

.gw blockquote {
  margin: 1.5em 0;
  padding: 0 1.6em;
  border-left: 0.5em solid #e5eff5; }

.gw blockquote p {
  margin: 0.8em 0;
  font-size: 1.2em;
  font-weight: 300; }

.gw blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  opacity: 0.8; }

.gw blockquote small:before {
  content: '\2014   \A0'; }

.gw blockquote cite {
  font-weight: 700; }

.gw blockquote cite a {
  font-weight: 400; }

.gw a {
  color: #26a8ed;
  text-decoration: none; }

.gw a:hover {
  text-decoration: underline; }

.gw h1,
.gw h2,
.gw h3,
.gw h4,
.gw h5,
.gw h6 {
  margin-top: 0;
  line-height: 1.15;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

.gw h1 {
  margin: 0 0 0.5em;
  font-size: 5.5rem;
  font-weight: 600; }

@media (max-width: 500px) {
  .gw h1 {
    font-size: 2.2rem; } }

.gw h2 {
  margin: 1.5em 0 0.5em;
  font-size: 2.2rem; }

@media (max-width: 500px) {
  .gw h2 {
    font-size: 1.8rem; } }

.gw h3 {
  margin: 1.5em 0 0.5em;
  font-size: 1.8rem;
  font-weight: 500; }

@media (max-width: 500px) {
  .gw h3 {
    font-size: 1.7rem; } }

.gw h4 {
  margin: 1.5em 0 0.5em;
  font-size: 1.6rem;
  font-weight: 500; }

.gw h5,
.gw h6 {
  margin: 1.5em 0 0.5em;
  font-size: 1.4rem;
  font-weight: 500; }

.gw body {
  background: #fff; }

.gw .img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%; }

.gw .hidden {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px; }

.gw .site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.gw .site-main {
  z-index: 100;
  flex-grow: 1; }

.gw .outer {
  position: relative;
  padding: 0 5vw; }

.gw .inner {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%; }

@media (min-width: 900px) {
  .gw .author-template .post-feed,
  .gw .home-template .post-feed,
  .gw .tag-template .post-feed {
    padding: 40px 0 5vw;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .gw .home-template .site-nav {
    position: relative; } }

.gw .site-header-background {
  position: relative;
  margin-top: 64px;
  padding-bottom: 12px;
  color: #fff;
  background: #090a0b no-repeat 50%;
  background-size: cover; }

.gw .site-header-background:before {
  bottom: 0;
  background: rgba(0, 0, 0, 0.18); }

.gw .site-header-background:after,
.gw .site-header-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: block; }

.gw .site-header-background:after {
  bottom: auto;
  height: 140px;
  background: linear-gradient(rgba(0, 0, 0, 0.15), transparent); }

.gw .site-header-background.no-image:after,
.gw .site-header-background.no-image:before {
  display: none; }

.gw .site-header-content {
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6vw 3vw;
  min-height: 200px;
  max-height: 340px; }

.gw .site-title {
  z-index: 10;
  margin: 0 0 0 -2px;
  padding: 0;
  font-size: 5rem;
  line-height: 1em;
  font-weight: 600; }

.gw .site-logo {
  max-height: 55px; }

.gw .site-description {
  z-index: 10;
  margin: 0;
  padding: 5px 0;
  font-size: 2.1rem;
  line-height: 1.4em;
  font-weight: 400;
  opacity: 0.8; }

.gw .site-home-header {
  z-index: 1000; }

.gw .site-home-header .site-header-background {
  margin-top: 0; }

.gw .site-home-header .site-header-content {
  padding: 5vw 3vw 6vw; }

.gw .site-home-header .site-title {
  font-size: 5.5rem;
  text-align: center; }

.gw .site-home-header .site-description {
  font-size: 2.2rem;
  font-weight: 300;
  text-align: center; }

.gw .site-archive-header .site-header-content {
  position: relative;
  align-items: stretch;
  padding: 12vw 0 20px;
  min-height: 200px;
  max-height: 600px; }

.gw .site-archive-header .no-image {
  padding-top: 0;
  padding-bottom: 0;
  color: #15171a;
  background: #fff;
  opacity: 1; }

.gw .site-archive-header .no-image .site-description {
  color: #738a94;
  opacity: 1; }

.gw .site-archive-header .no-image .site-header-content {
  padding: 5vw 0 10px;
  border-bottom: 1px solid #e9eef1; }

@media (max-width: 900px) {
  .gw .site-header-content {
    padding-bottom: 9vw; } }

@media (max-width: 500px) {
  .gw .site-home-header .site-title {
    font-size: 4.2rem; }
  .gw .site-home-header .site-description {
    font-size: 1.8rem; }
  .gw .site-archive-header .site-header-content {
    flex-direction: column;
    align-items: center;
    min-height: unset; }
  .gw .site-archive-header .site-title {
    font-size: 4.2rem;
    text-align: center; }
  .gw .site-archive-header .no-image .site-header-content {
    padding: 12vw 0 20px; } }

.gw .site-nav-main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #090a0b; }

.gw .site-nav {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  height: 64px;
  font-size: 1.3rem; }

.gw .site-nav-left-wrapper {
  position: relative;
  flex: 1 0 auto;
  display: flex; }

.gw .site-header-background:not(.responsive-header-img) .site-nav-left-wrapper:after,
.gw .site-nav-main .site-nav-left-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 40px;
  height: 100%;
  right: 0;
  background: linear-gradient(90deg, rgba(9, 10, 11, 0) 0, #090a0b); }

.gw .site-nav-left {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-right: 10px;
  padding: 10px 0 80px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  white-space: nowrap;
  -ms-overflow-scrolling: touch; }

.gw .site-nav-left .nav li:last-of-type {
  padding-right: 20px; }

.gw .site-nav-logo {
  position: relative;
  z-index: 100;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 32px;
  padding: 12px 0;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: none; }

.gw .site-nav-logo:hover {
  text-decoration: none; }

.gw .site-nav-logo img {
  display: block;
  width: auto;
  height: 21px; }

.gw .site-home-header .site-nav-logo {
  display: none; }

.gw .site-nav-content {
  position: relative;
  align-self: flex-start; }

.gw .nav {
  position: absolute;
  z-index: 1000;
  display: flex;
  margin: 0 0 0 -12px;
  padding: 0;
  list-style: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

.gw .nav li {
  display: block;
  margin: 0;
  padding: 0; }

.gw .nav li a {
  position: relative;
  display: block;
  padding: 12px;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.35s ease-in-out; }

.gw .nav li a:hover {
  text-decoration: none;
  opacity: 1; }

.gw .nav li a:before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 8px;
  left: 12px;
  height: 1px;
  background: #fff;
  opacity: 0.25;
  transition: all 0.35s ease-in-out; }

.gw .nav li a:hover:before {
  right: 12px;
  opacity: 0.5; }

.gw .nav-post-title-active .nav {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-175%); }

.gw .nav-post-title {
  visibility: hidden;
  position: absolute;
  top: 9px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: none;
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(175%); }

.gw .nav-post-title.dash {
  left: -25px; }

.gw .nav-post-title.dash:before {
  content: '\2013   ';
  opacity: 0.5; }

.gw .nav-post-title-active .nav-post-title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.gw .site-nav-right {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  height: 64px; }

.gw .site-nav-right .nav {
  position: relative;
  margin: 0; }

.gw .site-nav-right .nav a {
  white-space: nowrap; }

.gw .site-nav-right .nav a:before {
  display: none; }

.gw .site-nav-right .nav li:last-of-type a {
  margin-right: -12px; }

.gw .social-links {
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.gw .social-link {
  display: inline-block;
  margin: 0;
  padding: 10px;
  opacity: 0.8; }

.gw .social-link:hover {
  opacity: 1; }

.gw .social-link svg {
  height: 1.8rem;
  fill: #fff; }

.gw .social-link-fb svg,
.gw .social-link-wb svg {
  height: 1.6rem; }

.gw .social-link-wb svg path {
  stroke: #fff; }

.gw .social-link-rss svg {
  height: 1.9rem; }

.gw .subscribe-button {
  display: block;
  margin: 0 0 0 10px;
  padding: 4px 10px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1em;
  border-radius: 10px;
  opacity: 0.8; }

.gw .subscribe-button:hover {
  text-decoration: none;
  opacity: 1; }

.gw .site-nav-right .nav + .subscribe-button {
  margin-left: 24px; }

.gw .rss-button {
  padding: 10px 8px;
  opacity: 0.8; }

.gw .rss-button:hover {
  opacity: 1; }

.gw .rss-button svg {
  margin-bottom: 1px;
  height: 2.1rem;
  fill: #fff; }

.gw .home-template .site-nav-main {
  z-index: 100; }

.gw .home-template .site-nav-main .site-nav {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.gw .home-template .site-nav-main .fixed-nav-active {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 50ms; }

@media (max-width: 700px) {
  .gw .site-home-header .site-nav {
    margin-left: -5vw; }
  .gw .site-nav-main {
    padding-right: 0;
    padding-left: 0; }
  .gw .site-nav-left {
    margin-right: 0;
    padding-left: 5vw; }
  .gw .site-nav-right {
    display: none; } }

.gw .posts {
  overflow-x: hidden; }

.gw .post-feed {
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 50px 0 0;
  background: #fff; }

.gw .post-card,
.gw .post-feed {
  position: relative;
  display: flex; }

.gw .post-card {
  flex: 1 1 301px;
  flex-direction: column;
  overflow: hidden;
  margin: 0 0 40px;
  padding: 0 20px 40px;
  min-height: 220px;
  border-bottom: 1px solid #e9eef1;
  background-size: cover; }

.gw .post-card-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px; }

.gw .post-card-image {
  width: 100%;
  height: 200px;
  background: #c5d2d9 no-repeat 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.gw .post-card-content-link {
  position: relative;
  display: block;
  color: #15171a; }

.gw .post-card-content-link:hover {
  text-decoration: none; }

.gw .post-card-header {
  margin: 15px 0 0; }

.gw .post-feed .no-image .post-card-content-link {
  padding: 0; }

.gw .no-image .post-card-header {
  margin-top: 0; }

.gw .post-card-primary-tag {
  margin: 0 0 0.2em;
  color: #3eb0ef;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase; }

.gw .post-card-title {
  margin: 0 0 0.4em;
  line-height: 1.15em;
  transition: color 0.2s ease-in-out; }

.gw .no-image .post-card-title {
  margin-top: 0; }

.gw .post-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.gw .post-card-excerpt {
  max-width: 56em;
  color: #738a94;
  font-family: Georgia, serif; }

.gw .post-card-excerpt p {
  margin-bottom: 1em; }

.gw .post-card-meta {
  display: flex;
  align-items: flex-start;
  padding: 0; }

.gw .author-profile-image,
.gw .avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: #e3e9ed;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.gw .post-card-meta .avatar-wrapper,
.gw .post-card-meta .profile-image-wrapper {
  position: relative; }

.gw .author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none; }

.gw .author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0; }

.gw .static-avatar {
  display: block;
  overflow: hidden;
  margin: 0 0 0 -6px;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 100%; }

.gw .author-name-tooltip {
  position: absolute;
  bottom: 105%;
  z-index: 999;
  display: block;
  padding: 2px 8px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
  background: #15171a;
  border-radius: 3px;
  box-shadow: 0 12px 26px rgba(39, 44, 49, 0.08), 1px 3px 8px rgba(39, 44, 49, 0.03);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transform: translateY(6px);
  pointer-events: none; }

.gw .author-list-item:hover .author-name-tooltip {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 700px) {
  .gw .author-name-tooltip {
    display: none; } }

.gw .post-card-byline-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  margin: 2px 0 0 6px;
  color: #92a3ab;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase; }

.gw .post-card-byline-content span {
  margin: 0; }

.gw .post-card-byline-content a {
  color: #424852;
  font-weight: 600; }

.gw .post-card-byline-date {
  font-size: 1.2rem; }

.gw .post-card-byline-date .bull {
  display: inline-block;
  margin: 0 4px;
  opacity: 0.6; }

.gw .single-author-byline {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  color: #5d7179;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 500; }

.gw .single-author {
  display: flex;
  align-items: center; }

.gw .single-author .static-avatar {
  margin-left: -2px; }

.gw .single-author-name {
  display: inline-block; }

@media (min-width: 795px) {
  .gw .post-card-large {
    flex: 1 1 100%;
    flex-direction: row;
    padding-bottom: 40px;
    min-height: 280px;
    border-top: 0; }
  .gw .post-card-large:hover {
    border-bottom-color: #e3e9ed; }
  .gw .post-card-large:not(.no-image) .post-card-header {
    margin-top: 0; }
  .gw .post-card-large .post-card-image-link {
    position: relative;
    flex: 1 1 auto;
    margin-bottom: 0;
    min-height: 380px; }
  .gw .post-card-large .post-card-image {
    position: absolute;
    width: 100%;
    height: 100%; }
  .gw .post-card-large .post-card-content {
    flex: 0 1 361px;
    justify-content: center; }
  .gw .post-card-large .post-card-title {
    margin-top: 0;
    font-size: 3.2rem; }
  .gw .post-card-large .post-card-content-link,
  .gw .post-card-large .post-card-meta {
    padding: 0 0 0 40px; }
  .gw .post-card-large .post-card-excerpt p {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
    line-height: 1.5em; } }

@media (max-width: 1170px) {
  .gw .post-card {
    margin-bottom: 5vw; } }

@media (max-width: 650px) {
  .gw .post-feed {
    padding-top: 5vw; }
  .gw .post-card {
    margin-bottom: 5vw; } }

@media (max-width: 500px) {
  .gw .post-card-title {
    font-size: 1.9rem; }
  .gw .post-card-excerpt {
    font-size: 1.6rem; } }

.gw .page-template .site-main,
.gw .post-template .site-main {
  margin-top: 64px;
  padding-bottom: 4vw;
  background: #fff; }

.gw .post-full-header {
  position: relative;
  margin: 0 auto;
  padding: 70px 170px 50px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.gw .post-full-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #738a94;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 600;
  text-transform: uppercase; }

.gw .post-full-meta-date {
  color: #738a94;
  font-size: 1.2rem;
  font-weight: 400; }

@media (max-width: 1170px) {
  .gw .post-full-header {
    padding: 60px 11vw 50px; } }

@media (max-width: 800px) {
  .gw .post-full-header {
    padding-right: 5vw;
    padding-left: 5vw; } }

@media (max-width: 500px) {
  .gw .post-full-header {
    padding: 20px 0 35px; } }

.gw .post-full-title {
  margin: 0 0 0.2em;
  color: #090a0b; }

.gw .post-full-custom-excerpt {
  margin: 20px 0 0;
  color: #738a94;
  font-family: Georgia, serif;
  font-size: 2.3rem;
  line-height: 1.4em;
  font-weight: 300; }

.gw .date-divider {
  display: inline-block;
  margin: 0 6px 1px;
  font-weight: 300; }

.gw .post-full-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin: 25px 0 50px;
  background: #e3e9ed;
  border-radius: 3px; }

.gw .post-full-image img {
  max-width: 1040px;
  width: 100%;
  height: auto; }

.gw .post-full-content {
  position: relative;
  margin: 0 auto;
  padding: 0 170px 6vw;
  min-height: 230px;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1.6em;
  background: #fff; }

@media (max-width: 1170px) {
  .gw .post-full-content {
    padding: 0 11vw; } }

@media (max-width: 800px) {
  .gw .post-full-content {
    padding: 0 5vw;
    font-size: 1.8rem; } }

@media (max-width: 500px) {
  .gw .post-full-custom-excerpt {
    font-size: 1.9rem;
    line-height: 1.5em; } }

.gw .no-image .post-full-content {
  padding-top: 0; }

.gw .no-image .post-full-content:after,
.gw .no-image .post-full-content:before {
  display: none; }

.gw .footnotes,
.gw .post-full-comments,
.gw .post-full-content blockquote,
.gw .post-full-content dl,
.gw .post-full-content h1,
.gw .post-full-content h2,
.gw .post-full-content h3,
.gw .post-full-content h4,
.gw .post-full-content h5,
.gw .post-full-content h6,
.gw .post-full-content ol,
.gw .post-full-content p,
.gw .post-full-content pre,
.gw .post-full-content ul {
  margin: 0 0 1.5em;
  min-width: 100%; }

@media (max-width: 500px) {
  .gw .footnotes,
  .gw .post-full-comments,
  .gw .post-full-content dl,
  .gw .post-full-content ol,
  .gw .post-full-content p,
  .gw .post-full-content pre,
  .gw .post-full-content ul {
    margin-bottom: 1.28em; } }

.gw .post-full-content li {
  word-break: break-word; }

.gw .post-full-content li p {
  margin: 0; }

.gw .post-full-content a {
  color: #15171a;
  word-break: break-word;
  box-shadow: inset 0 -1px 0 #15171a;
  transition: all 0.2s ease-in-out; }

.gw .post-full-content em,
.gw .post-full-content strong {
  color: #090a0b; }

.gw .post-full-content small {
  display: inline-block;
  line-height: 1.6em; }

.gw .post-full-content li:first-child {
  margin-top: 0; }

.gw .post-full-content img,
.gw .post-full-content video {
  display: block;
  margin: 1.5em auto;
  max-width: 1040px;
  height: auto; }

@media (max-width: 1040px) {
  .gw .post-full-content img,
  .gw .post-full-content video {
    width: 100%; } }

.gw .post-full-content img[src$='#full'] {
  max-width: none;
  width: 100vw; }

.gw .post-full-content img + br + small {
  display: block;
  margin-top: -3em;
  margin-bottom: 1.5em;
  text-align: center; }

.gw .post-full-content iframe {
  margin: 0 auto !important; }

.gw .post-full-content blockquote {
  margin: 0 0 1.5em;
  padding: 0 1.5em;
  border-left: 3px solid #3eb0ef; }

@media (max-width: 500px) {
  .gw .post-full-content blockquote {
    padding: 0 1.3em; } }

.gw .post-full-content blockquote p {
  margin: 0 0 1em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic; }

.gw .post-full-content blockquote p:last-child {
  margin-bottom: 0; }

.gw .post-full-content code {
  padding: 0 5px 2px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400 !important;
  background: #e5eff5;
  border-radius: 3px; }

.gw .post-full-content p code {
  word-break: break-all; }

.gw .post-full-content pre {
  overflow-x: auto;
  margin: 1.5em 0 3em;
  padding: 20px;
  max-width: 100%;
  border: 1px solid #000;
  color: #e5eff5;
  font-size: 1.4rem;
  line-height: 1.5em;
  background: #0e0f11;
  border-radius: 5px; }

.gw .post-full-content pre ::-moz-selection {
  color: #3c484e; }

.gw .post-full-content pre ::selection {
  color: #3c484e; }

.gw .post-full-content pre code {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  background: 0 0; }

.gw .post-full-content pre code :not(span) {
  color: inherit; }

.gw .post-full-content .fluid-width-video-wrapper {
  margin: 1.5em 0 3em; }

.gw .post-full-content hr {
  margin: 2em 0; }

.gw .post-full-content hr:after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 1px;
  height: 30px;
  background: #e3e9ed;
  box-shadow: 0 0 0 5px #fff;
  transform: rotate(45deg); }

.gw .post-full-content hr + p {
  margin-top: 1.2em; }

.gw .post-full-content h1,
.gw .post-full-content h2,
.gw .post-full-content h3,
.gw .post-full-content h4,
.gw .post-full-content h5,
.gw .post-full-content h6 {
  color: #090a0b;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; }

.gw .post-full-content h1 {
  margin: 0.5em 0 0.4em;
  font-size: 4.2rem;
  line-height: 1.25em;
  font-weight: 600; }

.gw .post-full-content p + h1 {
  margin-top: 0.8em; }

@media (max-width: 800px) {
  .gw .post-full-content h1 {
    font-size: 3.2rem;
    line-height: 1.25em; } }

.gw .post-full-content h2 {
  margin: 0.5em 0 0.4em;
  font-size: 3.2rem;
  line-height: 1.25em;
  font-weight: 600; }

.gw .post-full-content p + h2 {
  margin-top: 0.8em; }

@media (max-width: 800px) {
  .gw .post-full-content h2 {
    margin-bottom: 0.3em;
    font-size: 2.8rem;
    line-height: 1.25em; } }

.gw .post-full-content h3 {
  margin: 0.5em 0 0.2em;
  font-size: 2.5rem;
  line-height: 1.3em;
  font-weight: 600; }

.gw .post-full-content h2 + h3 {
  margin-top: 0.7em; }

@media (max-width: 800px) {
  .gw .post-full-content h3 {
    margin-bottom: 0.3em;
    font-size: 2.4rem;
    line-height: 1.3em; } }

.gw .post-full-content h4 {
  margin: 0.5em 0 0.2em;
  font-size: 2.5rem;
  font-weight: 600; }

.gw .post-full-content h2 + h4 {
  margin-top: 0.7em; }

.gw .post-full-content h3 + h4 {
  margin-top: 0; }

@media (max-width: 800px) {
  .gw .post-full-content h4 {
    margin-bottom: 0.3em;
    font-size: 2.4rem;
    line-height: 1.3em; } }

.gw .post-full-content h5 {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em 1em 0.9em;
  border: 0;
  color: #3eb0ef;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1.35em;
  text-align: center; }

@media (min-width: 1180px) {
  .gw .post-full-content h5 {
    max-width: 1060px;
    width: 100vw; } }

@media (max-width: 800px) {
  .gw .post-full-content h5 {
    margin-bottom: 1em;
    margin-left: 1.3em;
    padding: 0 0 0.5em;
    font-size: 2.4rem;
    text-align: initial; } }

.gw .post-full-content h6 {
  margin: 0.5em 0 0.2em;
  font-size: 2rem;
  font-weight: 700; }

@media (max-width: 800px) {
  .gw .post-full-content h6 {
    font-size: 1.8rem;
    line-height: 1.4em; } }

.gw .footnotes-sep {
  margin-bottom: 30px; }

.gw .footnotes {
  font-size: 1.5rem; }

.gw .footnotes p {
  margin: 0; }

.gw .footnote-backref {
  color: #3eb0ef !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: none !important; }

@media (max-width: 1170px) {
  .gw .post-full-image {
    margin: 25px -6vw 50px;
    border-radius: 0; }
  .gw .post-full-image img {
    max-width: 1170px; } }

@media (max-width: 700px) {
  .gw .post-full-image {
    margin: 25px -5vw; } }

@media (max-width: 500px) {
  .gw .post-full-meta {
    font-size: 1.2rem;
    line-height: 1.3em; }
  .gw .post-full-title {
    margin-top: 0.2em;
    font-size: 4.2rem;
    line-height: 1.05em; }
  .gw .post-full-image {
    margin-top: 5px;
    margin-bottom: 5vw; }
  .gw .post-full-content {
    padding: 0; }
  .gw .post-full-content:after,
  .gw .post-full-content:before {
    display: none; } }

.gw .post-full-content table {
  display: inline-block;
  overflow-x: auto;
  margin: 0.5em 0 2.5em;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  white-space: nowrap;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0, transparent 75%) 0, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0, transparent 75%) 100%;
  background-attachment: scroll, scroll;
  background-size: 10px 100%, 10px 100%;
  background-repeat: no-repeat; }

.gw .post-full-content table td:first-child {
  background-image: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0));
  background-size: 20px 100%;
  background-repeat: no-repeat; }

.gw .post-full-content table td:last-child {
  background-image: linear-gradient(270deg, #fff 50%, rgba(255, 255, 255, 0));
  background-position: 100% 0;
  background-size: 20px 100%;
  background-repeat: no-repeat; }

.gw .post-full-content table th {
  color: #15171a;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: #f4f8fb; }

.gw .post-full-content table td,
.gw .post-full-content table th {
  padding: 6px 12px;
  border: 1px solid #e3ecf3; }

.gw .post-full-byline {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
  padding-top: 15px;
  border-top: 1px solid #e3e9ed; }

.gw .post-full-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: flex-start; }

.gw .post-full-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 12px 0 0; }

.gw .post-full-byline-meta {
  margin: 2px 0 0;
  color: #92a3ab;
  font-size: 1.2rem;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-transform: uppercase; }

.gw .post-full-byline-meta h4 {
  margin: 0 0 3px;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 500; }

.gw .post-full-byline-meta h4 a {
  color: #2b2f36; }

.gw .post-full-byline-meta h4 a:hover {
  color: #15171a; }

.gw .post-full-byline-meta .bull {
  display: inline-block;
  margin: 0 4px;
  opacity: 0.6; }

.gw .author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -4px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.7s; }

.gw .author-list-item .author-card {
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 600;
  display: flex;
  justify-content: space-between;
  margin-left: -200px;
  width: 400px;
  font-size: 1.4rem;
  line-height: 1.5em;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 12px 26px rgba(39, 44, 49, 0.08), 1px 3px 8px rgba(39, 44, 49, 0.06);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transform: scale(0.98) translateY(15px);
  pointer-events: none; }

.gw .author-list-item .author-card:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.gw .author-list-item .author-card.hovered {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto; }

.gw .author-card {
  padding: 20px 20px 22px; }

.gw .author-card .author-info {
  flex: 1 1 auto;
  padding: 0 0 0 20px; }

.gw .author-card .author-info h2 {
  margin: 8px 0 0;
  font-size: 1.6rem; }

.gw .author-card .author-info p {
  margin: 4px 0 0;
  color: #5d7179; }

.gw .author-card .author-info .bio h2 {
  margin-top: 0; }

.gw .author-card .author-info .bio p {
  margin-top: 0.8em; }

.gw .author-card .author-profile-image {
  flex: 0 0 60px;
  margin: 0;
  width: 60px;
  height: 60px;
  border: none; }

.gw .basic-info .avatar-wrapper {
  position: relative;
  margin: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(229, 239, 245, 0.1); }

.gw .basic-info .avatar-wrapper svg {
  margin: 0;
  width: 60px;
  height: 60px;
  opacity: 0.15; }

@media (max-width: 1170px) {
  .gw .author-list-item .author-card {
    margin-left: -50px;
    width: 430px; }
  .gw .author-list-item .author-card:before {
    left: 50px; } }

@media (max-width: 650px) {
  .gw .author-list-item .author-card {
    display: none; } }

@media (max-width: 500px) {
  .gw .author-avatar {
    width: 36px;
    height: 36px; }
  .gw .post-full-byline {
    margin-top: 20px; }
  .gw .post-full-byline-meta {
    font-size: 1.2rem; }
  .gw .post-full-byline-meta h4 {
    margin-bottom: 2px;
    font-size: 1.2rem; } }

.gw .subscribe-form {
  margin: 1.5em 0;
  padding: 6.5vw 7vw 8vw;
  border: 1px solid #e3e9ed;
  text-align: center;
  background: linear-gradient(#fbfdfe, #f4f8fb);
  border-radius: 3px; }

.gw .subscribe-form-title {
  margin: 0 0 3px;
  padding: 0;
  color: #15171a;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600; }

.gw .subscribe-form-description {
  margin-bottom: 0.2em 0 1em;
  color: #738a94;
  font-size: 2.1rem;
  line-height: 1.55em; }

.gw .subscribe-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 460px; }

.gw .subscribe-form .form-group {
  align-self: stretch;
  display: flex; }

.gw .subscribe-email {
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #dae2e7;
  color: #738a94;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-radius: 5px;
  transition: border-color 0.15s linear;
  -webkit-appearance: none; }

.gw .subscribe-form button {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 20px;
  height: 43px;
  outline: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(#4fb7f0, #29a0e0 60%, #29a0e0 90%, #36a6e2);
  border-radius: 5px;
  -webkit-font-smoothing: subpixel-antialiased; }

.gw .subscribe-form button:active,
.gw .subscribe-form button:focus {
  background: #209cdf; }

.gw .subscribe-form .button-loader,
.gw .subscribe-form .message-error,
.gw .subscribe-form .message-success {
  display: none; }

.gw .subscribe-form .loading .button-content {
  visibility: hidden; }

.gw .subscribe-form .loading .button-loader {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  margin-left: -19px;
  transform: scale(0.7); }

.gw .subscribe-form .button-loader svg path,
.gw .subscribe-form .button-loader svg rect {
  fill: #fff; }

.gw .subscribe-form .error .message-error,
.gw .subscribe-form .invalid .message-error,
.gw .subscribe-form .success .message-success {
  margin: 1em auto 0;
  max-width: 400px;
  color: #f05230;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center; }

.gw .subscribe-form .success .message-success {
  display: block;
  color: #98c22e; }

.gw .subscribe-form .error .message-error,
.gw .subscribe-form .invalid .message-error {
  display: block; }

@media (max-width: 650px) {
  .gw .subscribe-form-title {
    font-size: 2.4rem; }
  .gw .subscribe-form-description {
    font-size: 1.6rem; } }

@media (max-width: 500px) {
  .gw .subscribe-form form {
    flex-direction: column; }
  .gw .subscribe-form .form-group {
    flex-direction: column;
    width: 100%; }
  .gw .subscribe-form button {
    margin: 10px 0 0;
    width: 100%; } }

.gw .post-full-comments {
  margin: 0 auto;
  max-width: 840px; }

.gw .read-next {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #090a0b; }

.gw .read-next-feed {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  padding: 60px 0 0; }

.gw .read-next .post-card {
  padding-bottom: 0;
  border-bottom: none; }

.gw .read-next .post-card:after {
  display: none; }

.gw .read-next .post-card-primary-tag {
  color: #fff;
  opacity: 0.6; }

.gw .read-next .post-card-title {
  color: #fff;
  opacity: 0.8;
  transition: all 0.2s ease-in-out; }

.gw .read-next .post-card:hover .post-card-image {
  opacity: 1; }

.gw .read-next .post-card-excerpt {
  color: rgba(255, 255, 255, 0.6); }

.gw .read-next .static-avatar {
  border-color: #000; }

.gw .read-next .post-card-byline-content {
  color: rgba(255, 255, 255, 0.6); }

.gw .read-next .post-card-byline-content a {
  color: rgba(255, 255, 255, 0.8); }

.gw .read-next-card {
  position: relative;
  flex: 0 1 326px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 25px 50px;
  padding: 25px;
  background: linear-gradient(#191b1f, #090a0b);
  border-radius: 3px; }

.gw .read-next-card a {
  transition: all 0.2s ease-in-out; }

.gw .read-next-card a:hover {
  text-decoration: none; }

.gw .read-next-card-header h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.gw .read-next-card-header h3 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.8; }

.gw .read-next-card-header h3 a:hover {
  opacity: 1; }

.gw .read-next-card-content {
  font-size: 1.7rem; }

.gw .read-next-card-content ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }

.gw .read-next-card-content li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 20px 0;
  border-bottom: rgba(255, 255, 255, 0.1); }

.gw .read-next-card-content li:last-of-type {
  padding-bottom: 5px;
  border: none; }

.gw .read-next-card-content h4 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.35em;
  font-weight: 600; }

.gw .read-next-card-content li a {
  display: block;
  color: #fff;
  opacity: 0.8; }

.gw .read-next-card-content li a:hover {
  opacity: 1; }

.gw .read-next-card-excerpt {
  overflow: hidden;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-overflow: ellipsis; }

.gw .read-next-card-meta {
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 400; }

.gw .read-next-card-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6); }

.gw .read-next-card-footer {
  position: relative;
  margin: 40px 0 5px; }

.gw .read-next-card-footer a {
  padding: 7px 12px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  border-radius: 999px;
  transition: all 0.35s ease-in-out; }

.gw .read-next-card-footer a:hover {
  border-color: #fecd35;
  color: #fecd35;
  text-decoration: none; }

@media (max-width: 1170px) {
  .gw .read-next-card {
    flex: 1 1 261px;
    margin-bottom: 5vw; } }

@media (max-width: 650px) {
  .gw .read-next-feed {
    flex-direction: column;
    padding: 25px 0 0; }
  .gw .read-next-card {
    flex: 1 1 auto;
    margin: 0 25px;
    padding: 0;
    background: 0 0; }
  .gw .read-next .post-card {
    flex: 1 1 auto;
    margin: 25px;
    padding: 25px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.gw .post-content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.gw .post-content > ul > li > ul {
  padding-top: 0.5em; }

.gw .post-content > ul > li > ul > li {
  list-style-type: circle; }

.gw .post-full-content .kg-image {
  margin: 0 auto;
  max-width: 100%; }

.gw .post-full-image + .post-full-content .kg-content :first-child .kg-image {
  width: 100%; }

.gw .post-full-content .kg-width-wide .kg-image {
  max-width: 1040px; }

.gw .post-full-content .kg-width-full .kg-image {
  max-width: 100vw; }

.gw .post-full-content figure {
  margin: 0.8em 0 2.3em; }

.gw .post-full-content h1 + figure,
.gw .post-full-content h2 + figure,
.gw .post-full-content h3 + figure,
.gw .post-full-content h4 + figure {
  margin-top: 2em; }

.gw .post-full-content figure img {
  margin: 0; }

.gw .post-full-content figcaption {
  margin: 1em auto 0;
  color: #5d7179;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 75%;
  line-height: 1.5em;
  text-align: center;
  max-width: 1040px; }

.gw .kg-width-full figcaption {
  padding: 0 1.5em; }

.gw .kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.gw .kg-embed-card .fluid-width-video-wrapper {
  margin: 0; }

@media (max-width: 1040px) {
  .gw .post-full-content .kg-width-full .kg-image {
    width: 100vw; } }

.gw .kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100vw; }

.gw .kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.gw .kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%; }

.gw .kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0; }

.gw .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em; }

.gw .kg-gallery-card + .kg-gallery-card,
.gw .kg-gallery-card + .kg-image-card.kg-width-wide,
.gw .kg-image-card.kg-width-wide + .kg-gallery-card,
.gw .kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
  margin: -2.25em 0 3em; }

.gw .kg-code-card {
  width: 100%; }

.gw .kg-code-card pre {
  margin: 0; }

.gw .kg-bookmark-card {
  width: 100%; }

.gw .kg-card + .kg-bookmark-card {
  margin-top: 0; }

.gw .post-full-content .kg-bookmark-container {
  display: flex;
  min-height: 148px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  border-radius: 3px; }

.gw .post-full-content .kg-bookmark-container,
.gw .post-full-content .kg-bookmark-container:hover {
  color: #15171a;
  text-decoration: none;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09); }

.gw .kg-bookmark-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px; }

.gw .kg-bookmark-title {
  color: #313b3f;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 600;
  transition: color 0.2s ease-in-out; }

.gw .post-full-content .kg-bookmark-container:hover .kg-bookmark-title {
  color: #3eb0ef; }

.gw .kg-bookmark-description {
  display: -webkit-box;
  overflow-y: hidden;
  margin-top: 12px;
  max-height: 48px;
  color: #5d7179;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.gw .kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%; }

.gw .kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 3px 3px 0;
  -o-object-fit: cover;
  object-fit: cover; }

.gw .kg-bookmark-metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
  color: #5d7179;
  font-size: 1.5rem;
  font-weight: 400; }

.gw .post-full-content .kg-bookmark-icon {
  margin-right: 8px;
  width: 22px;
  height: 22px; }

.gw .kg-bookmark-author {
  line-height: 1.5em; }

.gw .kg-bookmark-author:after {
  content: '\2022';
  margin: 0 6px; }

.gw .kg-bookmark-publisher {
  overflow: hidden;
  max-width: 240px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 800px) {
  .gw .post-full-content figure {
    margin: 0.2em 0 1.3em; }
  .gw .post-full-content h1 + figure,
  .gw .post-full-content h2 + figure,
  .gw .post-full-content h3 + figure,
  .gw .post-full-content h4 + figure {
    margin-top: 0.9em; } }

@media (max-width: 500px) {
  .gw .post-full-content .kg-width-full,
  .gw .post-full-content .kg-width-wide {
    margin-right: -5vw;
    margin-left: -5vw; }
  .gw .post-full-content figcaption {
    margin-bottom: 0.4em; }
  .gw .post-full-content .kg-bookmark-container {
    flex-direction: column; }
  .gw .kg-bookmark-description,
  .gw .kg-bookmark-metadata,
  .gw .kg-bookmark-title {
    font-size: 1.4rem;
    line-height: 1.5em; }
  .gw .post-full-content .kg-bookmark-icon {
    width: 18px;
    height: 18px; }
  .gw .kg-bookmark-thumbnail {
    order: 1;
    min-height: 160px;
    width: 100%; }
  .gw .kg-bookmark-thumbnail img {
    border-radius: 3px 3px 0 0; }
  .gw .kg-bookmark-content {
    order: 2; } }

.gw .author-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10vw 0 10px; }

.gw .site-archive-header .author-header {
  align-items: center; }

.gw .site-archive-header .no-image .author-header {
  padding-bottom: 20px; }

.gw .author-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 0 0 30px; }

.gw .site-header-content .author-profile-image {
  z-index: 10;
  flex-shrink: 0;
  margin: -4px 0 0;
  width: 110px;
  height: 110px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1); }

.gw .author-header-content .author-bio {
  z-index: 10;
  flex-shrink: 0;
  margin: 6px 0 0;
  max-width: 46em;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 400;
  opacity: 0.8; }

.gw .author-header-content .author-meta {
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0 0 0 1px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  white-space: nowrap; }

.gw .author-header-content .social-link:first-of-type {
  padding-left: 4px; }

.gw .no-image .author-header-content .author-bio,
.gw .no-image .author-header-content .author-meta {
  color: #738a94;
  opacity: 1; }

.gw .author-social-link a {
  color: #fff;
  font-weight: 600; }

.gw .no-image .author-social-link a {
  color: #15171a; }

.gw .author-social-link a:hover {
  opacity: 1; }

.gw .author-social-link {
  display: inline-block;
  margin: 0;
  padding: 6px 0; }

.gw .author-location + .author-stats:before,
.gw .author-social-link + .author-social-link:before,
.gw .author-stats + .author-social-link:before {
  content: '\2022';
  display: inline-block;
  margin: 0 12px;
  color: #fff;
  opacity: 0.6; }

.gw .no-image .author-location + .author-stats:before,
.gw .no-image .author-social-link + .author-social-link:before,
.gw .no-image .author-stats + .author-social-link:before {
  color: #738a94; }

@media (max-width: 700px) {
  .gw .author-location,
  .gw .author-stats,
  .gw .author-stats + .author-social-link:first-of-type:before {
    display: none; } }

@media (max-width: 500px) {
  .gw .author-header {
    padding: 10px 0 0; }
  .gw .no-image .author-header {
    padding-bottom: 10px; }
  .gw .author-header-content {
    align-items: center;
    margin: 16px 0 0; }
  .gw .site-header-content .author-profile-image {
    width: 96px;
    height: 96px; }
  .gw .author-header-content .author-bio {
    font-size: 1.8rem;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center; }
  .gw .author-header-content .author-meta {
    margin-top: 8px; }
  .gw .author-location + .author-stats:before,
  .gw .author-social-link + .author-social-link:before,
  .gw .author-stats + .author-social-link:before {
    display: inline;
    margin: 0 6px; } }

.gw .error-content {
  padding: 14vw 4vw 6vw; }

.gw .site-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  text-align: center; }

.gw .site-nav-center .site-nav-logo {
  margin-right: 0; }

.gw .error-message {
  padding-bottom: 10vw;
  border-bottom: 1px solid #e3e9ed;
  text-align: center; }

.gw .error-code {
  margin: 0;
  color: #c5d2d9;
  font-size: 12vw;
  line-height: 1em;
  letter-spacing: -5px;
  opacity: 0.75; }

.gw .error-description {
  margin: 0;
  color: #738a94;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 400; }

.gw .error-link {
  display: inline-block;
  margin-top: 5px; }

@media (min-width: 940px) {
  .gw .error-content .post-card {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; } }

@media (max-width: 800px) {
  .gw .error-content {
    padding-top: 24vw; }
  .gw .error-code {
    font-size: 11.2rem; }
  .gw .error-message {
    padding-bottom: 16vw; }
  .gw .error-description {
    margin: 5px 0 0;
    font-size: 1.8rem; } }

@media (max-width: 500px) {
  .gw .error-content {
    padding-top: 28vw; }
  .gw .error-message {
    padding-bottom: 14vw; } }

.gw .subscribe-success-message {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #a4d037;
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transform: translateY(-175%); }

.gw .subscribe-success .subscribe-success-message {
  visibility: visible;
  transform: translateY(0); }

.gw .subscribe-success-message.close {
  visibility: hidden;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-175%); }

.gw .subscribe-close-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }

.gw .subscribe-close-button {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2000;
  display: block;
  width: 40px;
  height: 40px; }

.gw .subscribe-close-button:before {
  transform: rotate(45deg); }

.gw .subscribe-close-button:after,
.gw .subscribe-close-button:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 4px;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  opacity: 0.8; }

.gw .subscribe-close-button:after {
  transform: rotate(-45deg); }

.gw .subscribe-close-button:hover,
.gw .subscribe-close-overlay:hover {
  cursor: default; }

.gw .subscribe-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(9, 10, 11, 0.97);
  opacity: 0;
  transition: opacity 0.2s ease-in;
  pointer-events: none; }

.gw .subscribe-overlay:target {
  z-index: 2001;
  opacity: 1;
  pointer-events: auto; }

.gw .subscribe-overlay-content {
  position: relative;
  margin: 0 0 5vw;
  padding: 4vw;
  color: #fff;
  text-align: center; }

.gw .subscribe-overlay .subscribe-form {
  border: none;
  color: #fff;
  background: 0 0; }

.gw .subscribe-overlay-logo {
  position: fixed;
  top: 23px;
  left: 30px;
  height: 30px; }

.gw .subscribe-overlay-title {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 5.2rem;
  line-height: 1.15em; }

.gw .subscribe-overlay-description {
  margin: 0 auto 50px;
  max-width: 650px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2.4rem;
  line-height: 1.3em;
  font-weight: 300;
  opacity: 0.8; }

.gw .subscribe-overlay form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 540px; }

.gw .subscribe-overlay .form-group {
  flex-grow: 1; }

.gw .subscribe-overlay .subscribe-email {
  display: block;
  padding: 14px 20px;
  width: 100%;
  border: none;
  color: #738a94;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-radius: 8px;
  transition: border-color 0.15s linear;
  -webkit-appearance: none; }

.gw .subscribe-email:focus {
  outline: 0;
  border-color: #becdd5; }

.gw .subscribe-overlay button {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 25px;
  height: 52px;
  outline: 0;
  color: #fff;
  font-size: 1.7rem;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(#4fb7f0, #29a0e0 60%, #29a0e0 90%, #36a6e2);
  border-radius: 8px;
  -webkit-font-smoothing: subpixel-antialiased; }

.gw .subscribe-overlay button:active,
.gw .subscribe-overlay button:focus {
  background: #209cdf; }

.gw .subscribe-overlay .loading .button-loader {
  top: 5px; }

@media (max-width: 500px) {
  .gw .subscribe-overlay button {
    margin: 12px 0 0; } }

.gw .site-footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  color: #fff;
  background: #090a0b; }

.gw .site-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem; }

.gw .site-footer-content,
.gw .site-footer-content a {
  color: rgba(255, 255, 255, 0.7); }

.gw .site-footer-content a:hover {
  color: #fff;
  text-decoration: none; }

.gw .site-footer-nav {
  display: flex; }

.gw .site-footer-nav a {
  position: relative;
  margin-left: 20px; }

.gw .site-footer-nav a:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -11px;
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 100%; }

.gw .site-footer-nav a:first-of-type:before {
  display: none; }

@media (max-width: 650px) {
  .gw .site-footer-content {
    flex-direction: column; }
  .gw .site-footer-nav a:first-child {
    margin-left: 0; } }

.gw ins > a > img {
  margin-top: 0 !important; }

.gw > .post-full-content * {
  font-family: Kanit !important; }

.gw > .post-full-content a {
  color: #2c518b;
  text-decoration: underline;
  box-shadow: none; }

.gw > .post-full-content strong {
  color: #414141 !important; }

.gw > .post-full-content em {
  color: #f92663 !important; }

.gw > .post-full-content img {
  max-width: 100%;
  height: auto; }

.gw > .post-full-content iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px; }
  @media only screen and (min-width: 768px) {
    .gw > .post-full-content iframe {
      min-height: 400px; } }

.gw > .post-full-content figure {
  max-width: 100%; }
  .gw > .post-full-content figure > .kg-gallery-container {
    max-width: 100%; }

.gw > .post-full-content blockquote {
  border: none;
  font-style: italic;
  display: flex;
  flex-direction: row;
  align-items: center; }

.gw > .post-full-content blockquote::before {
  content: '';
  display: inline-block;
  background: #f92663;
  width: 5px;
  height: 30px;
  margin-right: 1em; }

.gw .post-full-content h1 {
  font-size: 2.625rem; }

@media (max-width: 800px) {
  .gw .post-full-content h1 {
    font-size: 2rem; } }

.gw .post-full-content h2 {
  font-size: 2rem; }

@media (max-width: 800px) {
  .gw .post-full-content h2 {
    font-size: 1.75rem; } }

.gw .post-full-content h3 {
  font-size: 1.5625rem; }

@media (max-width: 800px) {
  .gw .post-full-content h3 {
    font-size: 1.5rem; } }

.gw .post-full-content h4 {
  font-size: 1.5625rem; }

@media (max-width: 800px) {
  .gw .post-full-content h4 {
    font-size: 1.5rem; } }

.gw .post-full-content h5 {
  font-size: 2rem; }

@media (max-width: 800px) {
  .gw .post-full-content h5 {
    font-size: 1.5rem; } }

.gw .post-full-content h6 {
  font-size: 1.25rem; }

@media (max-width: 800px) {
  .gw .post-full-content h6 {
    font-size: 1.125rem; } }

