@charset "UTF-8";
/*
* === Fonts ===
*/
/*
* === Container Global ===
*/
/*
* === Colors ===
*/
/*
* === Sections ===
*/
/*
* === Globals ===
*/
/*
* === Links & Buttons ===
*/
/*
* === SwipeMenu ===
*/
/*
* === Inner Pages ===
*/
#post {
  padding-bottom: 4rem;
}
#post .container {
  max-width: 110rem;
}
#post .container > figure {
  height: auto;
  width: 100%;
  position: relative;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
#post .container > figure figcaption {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.2392156863);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
}
#post .container > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#post .container-body {
  padding: 2.5rem 0;
  background: transparent;
  border-radius: 0 0 2rem 2rem;
}
#post .container-body h1 {
  font-family: "IBM plex sans", sans-serif;
  margin-top: 0;
  font-size: 5rem;
  line-height: 130%;
  color: #222b22;
  text-wrap: balance;
}
@media (max-width: 600px) {
  #post .container-body h1 {
    line-height: 110%;
  }
}
#post .container-body .post-description {
  font-family: "IBM plex sans", sans-serif;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 180%;
}
#post .container-body .post-description > * {
  margin-bottom: 2.5rem;
}
#post .container-body .post-description strong {
  font-weight: 600;
  color: #69B650;
}
#post .container-body .post-description a {
  color: #69B650;
  font-weight: 500;
}
#post .container-body .post-description a:hover {
  text-decoration: underline;
}
#post .container-body .post-description h1 {
  font-size: 2.8rem;
}
#post .container-body .post-description h2 {
  font-size: 2.4rem;
}
#post .container-body .post-description h3 {
  font-size: 2rem;
}
#post .container-body .post-description h4 {
  font-size: 1.8rem;
}
#post .container-body .post-description h5 {
  font-size: 1.6rem;
}
#post .container-body .post-description h6 {
  font-size: 1.4rem;
}
#post .container-body .post-description h1,
#post .container-body .post-description h2 {
  font-weight: 600;
  text-wrap: balance;
  letter-spacing: 0.29rem;
  line-height: 2.9rem;
}
#post .container-body .post-description p {
  font-family: "IBM plex sans", sans-serif;
  font-size: 2rem;
  color: initial;
  line-height: 160%;
  text-wrap: pretty;
}
#post .container-body .post-description .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
#post .container-body .post-description .iframe-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
}
#post .container-body .post-description iframe {
  width: 100%;
  border-radius: 1rem;
}
#post .container-body .post-description img {
  max-width: 100%;
  border-radius: 1.6rem 0.4rem;
}
#post .container-body .post-description blockquote {
  border-left: 5px solid #c4d1c0;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#post .container-body .post-description blockquote p {
  margin: 0;
}
#post .container-body .post-description li ul,
#post .container-body .post-description li ol {
  margin-top: 0;
}
#post .container-body .post-description ul,
#post .container-body .post-description ol {
  margin-top: 2rem;
  padding-left: 3rem;
}
#post .container-body .post-description ul p,
#post .container-body .post-description ol p {
  margin-bottom: 0;
}
#post .container-body .post-description ul {
  list-style: none;
}
#post .container-body .post-description ul li {
  position: relative;
}
#post .container-body .post-description ul li::before {
  content: "•";
  color: #2E2E2E;
  display: inline-block;
  width: 1em;
  margin-left: -2rem;
  position: absolute;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  #blog .with-title p {
    font-size: 1.4rem;
  }
  #blog .container .posts .post-card {
    overflow: visible;
  }
  .container-body {
    margin-bottom: 2.5rem;
  }
  .post-container {
    width: 100%;
  }
  .post-container img {
    width: 100%;
    height: 12.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post-container .container {
    background-color: #fff;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .post-container .container h1 {
    font-size: 2rem;
    color: #35363A;
    padding-left: 1rem;
  }
  .post-container .container p {
    font-size: 1.2rem;
    color: #35363A;
  }
  .iframe-container iframe {
    border-radius: 2rem;
  }
  td {
    font-size: 1.2rem;
  }
  h1 {
    font-size: 2.4rem;
  }
}

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