@charset "UTF-8";
:root {
  --black: #000;
  --white: #fff;
  --tnt-orange: #ff6400;
  --tnt-magenta: #ff0064;
}

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

html,
body,
p,
a,
span,
div {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
}

p,
span {
  margin: 0;
  padding: 0;
}

.gh-content :not(.kg-card, [id]) + .kg-card {
  margin-top: 6vmin;
  margin-bottom: 0;
}

.gh-content .kg-card + :not(.kg-card) {
  margin-top: 6vmin;
  margin-bottom: 0;
}

/* This keeps small embeds centered */
.kg-embed-card {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* This keeps small iamges centered */
.kg-image-card img {
  margin: auto;
}

/* Captions */
.kg-card figcaption {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  padding: 1.5rem 1.5rem 0;
  text-align: center;
  color: var(--black);
  font-size: 32px;
  line-height: 1.2;
}

.kg-card figcaption strong {
  color: rgba(0, 0, 0, 0.8);
}

/* Highly specific styles for traditional Instagram embeds */
iframe.instagram-media {
  margin-top: 6vmin !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

iframe.instagram-media + script + :not([id]) {
  margin-top: 6vmin;
}

/* Galleries
/* ---------------------------------------------------------- */
/* When there galleries are mixed with images, reduce margin
between them, so it looks like 1 big gallery */
.kg-image-card + .kg-gallery-card,
.kg-gallery-card + .kg-image-card,
.kg-gallery-card + .kg-gallery-card {
  margin-top: 0.75em;
}

.kg-image-card.kg-card-hascaption + .kg-gallery-card,
.kg-gallery-card.kg-card-hascaption + .kg-image-card,
.kg-gallery-card.kg-card-hascaption + .kg-gallery-card {
  margin-top: 1.75em;
}

.kg-gallery-container {
  position: relative;
}

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

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

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

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

/* Bookmark Cards
/* ---------------------------------------------------------- */
/* These are styled links with structured data, similar to a
Twitter card. These styles roughly match what you see in the
Ghost editor. */
.kg-bookmark-card,
.kg-bookmark-publisher {
  position: relative;
  width: 100%;
}

.kg-bookmark-container,
.kg-bookmark-container:hover {
  display: flex;
  color: currentcolor;
  font-family: var(--font-sans-serif);
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

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

.kg-bookmark-title {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 600;
  color: #15171a;
}

.kg-bookmark-description {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 3px;
  color: #626d79;
  font-weight: 400;
  max-height: 44px;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 100%;
  color: #394047;
  font-size: 1.4rem;
  font-weight: 500;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  display: inline;
}

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

.kg-bookmark-metadata > span:nth-of-type(2) {
  color: #626d79;
  font-weight: 400;
}

.kg-bookmark-metadata > span:nth-of-type(2)::before {
  content: "•";
  color: #394047;
  margin: 0 6px;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex-grow: 1;
  min-width: 33%;
}

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

/* Card captions
/* ---------------------------------------------------------- */
.kg-width-full.kg-card-hascaption {
  display: grid;
  grid-template-columns: inherit;
}

.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start/wide-end;
}

.kg-width-full.kg-card-hascaption img {
  grid-column: 1/-1;
}

.kg-width-full.kg-card-hascaption figcaption {
  grid-column: main-start/main-end;
}

@font-face {
  font-family: Geomanist;
  src: local("Geomanist-Light"), url("../fonts/Geomanist-Light.woff2") format("woff2"), url("../fonts/Geomanist-Light.woff") format("woff"), url("../fonts/Geomanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Geomanist;
  src: local("Geomanist-Light"), url("../fonts/Geomanist-Light-Italic.woff2") format("woff2"), url("../fonts/Geomanist-Light-Italic.woff") format("woff"), url("../fonts/Geomanist-Light-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Geomanist;
  src: local("Geomanist-Ultra"), url("../fonts/Geomanist-Ultra.woff2") format("woff2"), url("../fonts/Geomanist-Ultra.woff") format("woff"), url("../fonts/Geomanist-Ultra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Geomanist;
  src: local("Geomanist-Ultra"), url("../fonts/Geomanist-Ultra-Italic.woff2") format("woff2"), url("../fonts/Geomanist-Ultra-Italic.woff") format("woff"), url("../fonts/Geomanist-Ultra-Italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
#footer {
  margin-top: 115px;
}
@media (min-width: 992px) {
  #footer {
    margin-top: 140px;
  }
}

.alt-avatar {
  display: flex;
  position: relative;
  z-index: 2;
}
.alt-avatar svg {
  width: 100%;
  height: 100%;
}

#author-info {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: auto;
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-color: var(--black);
}
@media (max-width: 991.98px) {
  #author-info {
    padding: 80px 10px;
  }
}
@media (min-width: 992px) {
  #author-info {
    padding: 80px 140px;
  }
}
@media (min-width: 1600px) {
  #author-info {
    padding: 80px 280px;
    max-width: calc(1600px + 2 * 280px);
  }
}
@media (max-width: 991.98px) {
  #author-info {
    margin-bottom: 120px;
  }
}
#author-info .content {
  grid-row: 1;
  grid-column: 1/13;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  #author-info .content {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1200px) {
  #author-info .content {
    flex-wrap: nowrap;
    grid-column: 3/11;
  }
}
#author-info .content .avatar {
  width: 120px;
  height: 120px;
  z-index: 2;
}
#author-info .content .alt-avatar {
  width: 120px;
  height: 120px;
}
#author-info .content .info {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 10px;
}
#author-info .content .info .name {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  color: var(--tnt-orange);
  font-size: 28px;
}
#author-info .content .info .bio {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  color: var(--white);
  font-size: 12px;
}

.pagination {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-rows: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: 128px auto 128px;
}
@media (min-width: 576px) {
  .pagination {
    grid-template-columns: 128px calc(100% - 256px - 40px) 128px;
  }
}
.pagination .page-nums {
  grid-column: 2;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  display: none;
}
@media (min-width: 576px) {
  .pagination .page-nums {
    display: flex;
  }
}
.pagination .page-nums a {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--black);
  line-height: 21px;
}
.pagination .page-nums a.current {
  text-decoration-color: var(--tnt-orange);
}
.pagination .page-nums a:hover {
  color: var(--tnt-orange);
  text-decoration-color: var(--tnt-orange);
}
.pagination .next {
  grid-column: 3;
  padding: 18px 25px 18px 30px;
}
.pagination .next svg {
  right: 25px;
  top: 20px;
}
.pagination .prev {
  grid-column: 1;
  padding: 18px 30px 18px 25px;
  text-align: right;
}
.pagination .prev svg {
  left: 25px;
  top: 20px;
}
.pagination .prev svg .b {
  fill: transparent;
}
.pagination .prev,
.pagination .next {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid var(--black);
  font-size: 14px;
  color: var(--black);
  line-height: 20px;
  width: 128px;
  position: relative;
  opacity: 0.5;
}
.pagination .prev svg,
.pagination .next svg {
  position: absolute;
}
.pagination .prev:hover,
.pagination .next:hover {
  opacity: 1;
}
.pagination .prev:hover svg .a,
.pagination .prev:hover svg .b,
.pagination .next:hover svg .a,
.pagination .next:hover svg .b {
  opacity: 1;
}

#featured-posts {
  width: 100%;
  max-width: 100%;
}
#featured-posts header h2 {
  font-size: 32px;
  line-height: 1.2;
}
#featured-posts .post-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#featured-posts .post-card .title {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  color: var(--black);
  text-decoration: none;
}
#featured-posts .post-card .title:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
  color: var(--black);
}
@media (max-width: 991.98px) {
  #featured-posts .post-card .title {
    font-size: 28px;
  }
}
#featured-posts .post-card .info {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#featured-posts .post-card .info a,
#featured-posts .post-card .info .read-time {
  font-size: 11px;
  line-height: 17px;
  color: var(--black);
}
#featured-posts .post-card .info a {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  text-decoration: none;
}
#featured-posts .post-card .info a:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
  color: var(--black);
}
#featured-posts .post-card .info .author {
  display: flex;
}
#featured-posts .post-card .info .read-time {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#featured-posts .post-card .post-image {
  display: flex;
  flex-flow: row;
  min-width: 100%;
  max-width: 100%;
}
#featured-posts .post-card .post-image > img {
  aspect-ratio: 16/9;
  min-width: 100%;
  max-width: 100%;
}

#articles .post-cards article {
  padding: 0;
  display: flex;
  flex-direction: column;
}
#articles .post-cards article .title {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 15px;
  text-decoration: none;
  width: auto;
}
#articles .post-cards article .title:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
}
@media (max-width: 991.98px) {
  #articles .post-cards article .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
#articles .post-cards article .info {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}
#articles .post-cards article .info .author {
  display: flex;
}
#articles .post-cards article .info .author a {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
  color: var(--black);
  text-decoration: none;
}
#articles .post-cards article .info .author a:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
}
#articles .post-cards article .info .right {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-left: auto;
  height: auto;
  width: auto;
  font-size: 14px;
  line-height: 21px;
}
#articles .post-cards article .info .right .date {
  color: var(--white);
}
#articles .post-cards article .info .right .read-time {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  color: var(--black);
}
#articles .post-cards article .tags {
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap row;
  gap: 20px;
}
#articles .post-cards article .tags .tag {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  margin: 0;
  color: var(--black);
  line-height: 21px;
  font-size: 14px;
  text-decoration: none;
}
#articles .post-cards article .tags .tag:hover {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 30%;
  text-decoration-color: var(--tnt-orange);
}
#articles .post-cards article .tags .tag:hover span {
  color: var(--tnt-orange);
}
#articles .post-cards article .cover {
  position: relative;
  width: 100%;
}
#articles .post-cards article .cover img {
  box-shadow: 0 30 40 rgba(0, 0, 0, 0.1607843137);
}
#articles .post-cards article .cover .cover-link {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: var(--white);
  text-decoration: none;
}
#articles .post-cards article .cover .cover-link svg {
  margin-right: 15px;
  opacity: 1;
}
#articles .post-cards article .cover .cover-link svg .a {
  opacity: 1;
  fill: #fff;
}
#articles .post-cards article .cover .cover-link:hover {
  background: linear-gradient(90deg, rgba(255, 100, 0, 0.8) 0%, rgba(255, 130, 0, 0.8) 100%);
  opacity: 1;
}

#recommended-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 200px;
}
@media (max-width: 991.98px) {
  #recommended-posts {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  #recommended-posts {
    padding: 0 140px;
  }
}
@media (min-width: 1600px) {
  #recommended-posts {
    padding: 0 280px;
    max-width: calc(1600px + 280 * 2);
  }
}
#recommended-posts header {
  margin-bottom: 80px;
}
#recommended-posts header h2 {
  font-size: 41px;
  line-height: 61px;
  text-align: center;
  color: var(--black);
}
#recommended-posts header h2 span {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: var(--white);
  display: block;
}
#recommended-posts .posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  #recommended-posts .posts {
    flex-direction: row;
    gap: 78px;
  }
}
#recommended-posts .posts .post {
  display: flex;
  flex-direction: column;
  gap: 20;
  height: auto;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  #recommended-posts .posts .post {
    max-width: calc((100% - 156px) / 3);
    min-width: calc((100% - 156px) / 3);
  }
}
#recommended-posts .posts .post .aspect-ratio-box {
  padding-top: 50%;
}
#recommended-posts .posts .post .title {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  margin: 0;
  font-size: 20px;
  line-height: 30;
  text-align: left;
  color: var(--black);
  text-decoration: none;
}
#recommended-posts .posts .post .title:hover {
  text-decoration: underline;
  text-underline-offset: 30%;
  text-decoration-color: var(--tnt-orange);
}
#recommended-posts .posts .post .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
#recommended-posts .posts .post .info .author {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--black);
  text-align: left;
  text-decoration: none;
}
#recommended-posts .posts .post .info .author:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
}
#recommended-posts .posts .post .info .date {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--white);
  text-align: left;
}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: transparent;
  position: relative;
  width: 100%;
}
.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.standard-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 10px;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .standard-container {
    margin: 88px 10px 0;
  }
}
@media (min-width: 992px) {
  .standard-container {
    margin: 88px 60px 0;
  }
}
@media (min-width: 1200px) {
  .standard-container {
    margin: 88px 140px 0;
  }
}
@media (min-width: 1600px) {
  .standard-container {
    margin: 88px 280px 0;
  }
}
.standard-container section {
  padding-top: 0;
}
.standard-container #articles {
  grid-row: 1;
}
@media (max-width: 1199.98px) {
  .standard-container #articles {
    grid-column: 1/13;
  }
}
@media (min-width: 1200px) {
  .standard-container #articles {
    grid-column: 1/9;
  }
}
@media (min-width: 1600px) {
  .standard-container #articles {
    grid-column: 1/8;
  }
}
.standard-container #articles header {
  margin-bottom: 80px;
}
.standard-container #articles header h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 46px;
}
@media (min-width: 768px) {
  .standard-container #articles header h2 {
    font-size: 41px;
    line-height: 54px;
  }
}
.standard-container #articles header .recent-tags {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.standard-container #articles header .recent-tags .tag {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-size: 11px;
  line-height: 17px;
  color: var(--black);
  text-decoration: none;
}
.standard-container #articles header .recent-tags .tag span {
  color: var(--tnt-orange);
}
.standard-container #articles header .recent-tags .tag.active {
  text-decoration: underline;
  text-underline-offset: 30%;
  text-decoration-color: var(--tnt-orange);
}
.standard-container #articles header .recent-tags .tag:hover {
  text-decoration: underline;
  text-underline-offset: 30%;
  text-decoration-color: var(--tnt-orange);
}
.standard-container #articles .recent-tags p {
  font-size: rem(41);
  line-height: rem(54);
  color: var(--black);
}
.standard-container #articles .post-cards {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 80px;
}
.standard-container #featured-posts {
  grid-row: 2;
  grid-column: 1/13;
}
@media (min-width: 1200px) {
  .standard-container #featured-posts {
    grid-column: 10/13;
    grid-row: 1;
  }
}
.standard-container #featured-posts header {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 60px;
  color: var(--black);
  text-align: left;
}
@media (min-width: 1200px) {
  .standard-container #featured-posts header {
    font-size: 20px;
    text-align: left;
  }
}
.standard-container #featured-posts .posts {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}
@media (min-width: 1200px) {
  .standard-container #featured-posts .posts {
    gap: 40px;
  }
}
.standard-container #featured-posts .posts .post-card {
  width: 100%;
}

#blog-box {
  display: block;
  position: absolute;
  top: 221px;
  left: 0;
  width: 100%;
  min-width: 100%;
  background-color: var(--black);
  content: "&nbsp;";
  height: 643px;
}
#blog-box > svg {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#post-share {
  position: absolute;
}
@media (max-width: 1199.98px) {
  #post-share {
    display: flex;
    width: auto;
    height: 40px;
    flex-flow: row no-wrap;
    bottom: -60px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #post-share {
    display: block;
    width: 109px;
    top: 0;
    right: -129px;
  }
}
#post-share > span {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  display: block;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #post-share > span {
    margin-right: 32px;
  }
}
@media (min-width: 1200px) {
  #post-share > span {
    margin-bottom: 32px;
  }
}
#post-share > .share-links {
  display: flex;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  #post-share > .share-links {
    flex-flow: row no-wrap;
  }
}
@media (min-width: 1200px) {
  #post-share > .share-links {
    flex-flow: column wrap;
    align-items: center;
    justify-items: center;
    align-content: center;
  }
}
#post-share > .share-links > a > svg {
  width: 32px;
  height: 32px;
}

#home-container section {
  padding-top: 0;
}
#home-container #blog-page-header {
  grid-row: 1;
  grid-column: 1/12;
}
#home-container #blog-page-header h1 {
  line-height: 1.2;
  max-width: 742px;
  margin: 0;
  font-size: 41px;
}
@media (min-width: 992px) {
  #home-container #blog-page-header h1 {
    font-size: 96px;
  }
}
#home-container #blog-page-header h1::after {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: var(--tnt-orange);
  height: 2px;
  top: 25px;
  left: 90%;
}
@media (min-width: 768px) {
  #home-container #blog-page-header h1::after {
    top: 69px;
    left: calc(100% + 29px);
  }
}
@media (max-width: 991.98px) {
  #home-container #blog-page-header h1::after {
    display: none;
  }
}
#home-container #articles {
  grid-row: 2;
}
#home-container #featured-posts {
  grid-row: 3;
}
@media (min-width: 1200px) {
  #home-container #featured-posts {
    grid-row: 2;
  }
}

#post-container {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, auto);
  position: relative;
}
@media (max-width: 767.98px) {
  #post-container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  #post-container {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  #post-container {
    padding: 0 196px;
  }
}
#post-container > header {
  z-index: 2;
  grid-row: 1;
  grid-column: 1/13;
  margin-top: 339px;
  margin-bottom: 53px;
  min-height: 192px;
}
@media (min-width: 768px) {
  #post-container > header {
    grid-column: 2/12;
  }
}
#post-container > header h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: var(--white);
}
#post-container .post-image {
  grid-row: 2;
  margin-bottom: 148px;
  aspect-ratio: 16/9;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #post-container .post-image {
    grid-column: 1/13;
  }
}
@media (min-width: 768px) {
  #post-container .post-image {
    grid-column: 2/12;
  }
}
#post-container .post-header {
  z-index: 2;
  grid-row: 2;
  grid-column: 1/13;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  gap: 40px;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  #post-container .post-header {
    grid-column: 2/12;
  }
}
#post-container .post-header .post-information {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#post-container .post-header .post-information .avatar {
  margin-right: 15px;
  width: 52px;
  height: 52px;
}
#post-container .post-header .post-information .alt-avatar {
  margin-right: 15px;
  height: 52px;
  width: 52px;
}
#post-container .post-header .post-information .info-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 52px;
  width: 100%;
}
#post-container .post-header .post-information .info-col .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#post-container .post-header .post-information .info-col .info .name {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
  color: var(--black);
  text-decoration: none;
}
#post-container .post-header .post-information .info-col .info .name:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
}
#post-container .post-header .post-information .info-col .info .publish-date {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  font-size: 14px;
  margin-left: auto;
  text-align: right;
}
#post-container .post-header .post-information .info-col .tags {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
#post-container .post-header .post-information .info-col .tags .tag {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
#post-container .post-header .post-information .info-col .tags .tag span {
  color: var(--tnt-orange);
}
#post-container .post-header .post-information .info-col .tags .tag:hover {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  text-underline-offset: 30%;
}
#post-container .post-content {
  grid-row: 3;
  display: flex;
  flex-flow: column wrap;
  max-width: 100%;
  gap: 40px;
  padding: 0;
  margin: 0;
  position: relative;
}
#post-container .post-content > * {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  #post-container .post-content {
    grid-column: 1/13;
  }
}
@media (min-width: 1200px) {
  #post-container .post-content {
    grid-column: 2/12;
  }
}
#post-container .post-content u {
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
}
#post-container .post-content a {
  color: var(--tnt-orange);
  text-decoration: underline;
  text-decoration-color: var(--tnt-orange);
  cursor: pointer;
}
#post-container .post-content h1,
#post-container .post-content h2,
#post-container .post-content h3 {
  font-size: 48px;
  line-height: 1;
  text-align: left;
}
#post-container .post-content h2 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #post-container .post-content h2 {
    margin-top: 60px;
  }
}
#post-container .post-content strong {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  color: var(--black);
}
#post-container .post-content p {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  color: var(--black);
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  margin: 0;
}
#post-container .post-content p strong {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  line-height: 1.2;
}
#post-container .post-content p em {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  display: block;
  margin: 0;
  margin-left: 30px;
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  font-style: normal;
  position: relative;
}
#post-container .post-content p em::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: -30px;
  top: 0;
  background-color: var(--tnt-orange);
}
#post-container .post-content ul li,
#post-container .post-content ol li {
  font-size: 32px;
  line-height: 1.2;
}
#post-container .post-content ol {
  list-style: none;
  counter-reset: li;
  box-sizing: border-box;
}
#post-container .post-content ol > li {
  position: relative;
  margin-bottom: 15px;
  counter-increment: li;
  line-height: 1.6;
}
#post-container .post-content ol > li::before {
  position: absolute;
  content: counter(li) ".";
  color: var(--tnt-orange);
  display: inline-block;
  width: 1em;
  margin-left: -1.4em;
}
#post-container .post-content ol > li:last-of-type {
  margin-bottom: 0;
}
#post-container .post-content ul {
  list-style: none;
  padding: 0;
}
#post-container .post-content ul > li {
  margin-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
#post-container .post-content ul > li::before {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  position: absolute;
  left: -25px;
  content: "•";
  color: var(--tnt-orange);
  font-size: 32px;
  line-height: 1.2;
}
#post-container .post-content ul > li:last-of-type {
  margin-bottom: 0;
}
#post-container .post-content blockquote {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  width: 100%;
  height: auto;
  position: relative;
  font-style: italic;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
#post-container .post-content blockquote p {
  font-style: italic;
  color: var(--black);
}
#post-container .post-content blockquote + p > strong {
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  margin-top: -20px;
  margin-left: 40px;
}
#post-container .post-content figure.kg-image-card {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  max-width: 100%;
}
#post-container .post-content figure.kg-image-card img {
  max-width: 100%;
  height: auto;
}
#post-container .post-content figure.kg-image-card figcaption {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  color: var(--white);
}

#error-404 {
  background-position: center;
  background-repeat: no-repeat;
  grid-template-rows: repeat(2, auto);
  row-gap: 90px;
  margin-top: 40px;
}
@media (min-width: 576px) {
  #error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #error-404 {
    background-image: url("../svg/bg-404.svg") !important;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: auto;
  }
}
@media (min-width: 1600px) {
  #error-404 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
#error-404 h1,
#error-404 .links {
  grid-column: 1/13;
}
@media (min-width: 768px) {
  #error-404 h1,
#error-404 .links {
    grid-column: 1/10;
  }
}
@media (min-width: 992px) {
  #error-404 h1,
#error-404 .links {
    grid-column: 1/8;
  }
}
@media (min-width: 1200px) {
  #error-404 h1,
#error-404 .links {
    grid-column: 1/8;
  }
}
#error-404 h1 {
  grid-row: 1;
}
@media (min-width: 1600px) {
  #error-404 h1 {
    grid-column: 1/7;
  }
}
#error-404 h1 .text-block {
  font-family: Geomanist, Poppins, system-ui, -apple-system;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  background: var(--tnt-orange) transparent;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 41px;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  #error-404 h1 .text-block {
    font-size: 62px;
  }
}
#error-404 h1 .sub-text {
  color: var(--white);
  text-align: left;
  display: block;
  font-size: 28px;
}
@media (min-width: 768px) {
  #error-404 h1 .sub-text {
    font-size: 41px;
  }
}
#error-404 .links {
  grid-row: 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#error-404 .links a {
  position: relative;
  padding-right: 53px;
}
#error-404 .links a::after {
  content: "";
  position: absolute;
  width: 6.526px;
  height: 10.226px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../svg/icon-arrow-right-red.svg");
}
#error-404 .links a.red-border:hover::after {
  background-image: url("../svg/icon-arrow-right-white.svg");
}

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