@charset "UTF-8";
:root {
  --announcement-bar-height: 0px;
  --show-fade-animation: 1;
}
.hide {
  display: none;
}
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.focusable:focus,
.l-post-content .kg-button-card a.kg-btn:focus,
.l-post-content .kg-header-card .kg-header-card-button:focus,
.l-post-content .kg-product-card .kg-product-card-button:focus,
.l-post-content
  button:focus:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button:focus {
  box-shadow: 0 0 0 2px var(--primary-subtle-color) !important;
}
.content-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}
.l-post-content .kg-button-card a.kg-btn,
.l-post-content .kg-header-card .kg-header-card-button,
.l-post-content .kg-product-card .kg-product-card-button,
.l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  input:not([type="radio"]):not([type="checkbox"]):not(
    .kg-video-card input
  ):not(.kg-audio-card input),
.l-post-content select,
.l-post-content textarea,
.m-button,
.m-input,
.no-appearance {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-scroll-y {
  overflow-y: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
.only-desktop {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .only-desktop {
    display: block;
  }
}
.l-post-content {
  padding-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content {
    margin: 0 auto;
    max-width: 820px;
    min-height: 400px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 48rem) {
  .l-post-content {
    padding-bottom: 30px;
    z-index: 1;
  }
}
.l-post-content h1,
.l-post-content h2,
.l-post-content h3,
.l-post-content h4,
.l-post-content h5,
.l-post-content h6 {
  color: var(--titles-color);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 30px;
  padding-top: 5px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h1,
  .l-post-content h2,
  .l-post-content h3,
  .l-post-content h4,
  .l-post-content h5,
  .l-post-content h6 {
    margin-bottom: 15px;
    padding-top: 10px;
  }
}
.l-post-content h1 {
  font-size: 2.125rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h1 {
    font-size: 2.625rem;
  }
}
.l-post-content h2 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h2 {
    font-size: 2.25rem;
  }
}
.l-post-content h3 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h3 {
    font-size: 1.75rem;
  }
}
.l-post-content h4 {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h4 {
    font-size: 1.375rem;
  }
}
.l-post-content h5 {
  font-size: 0.938rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h5 {
    font-size: 1.125rem;
  }
}
.l-post-content h6 {
  font-size: 0.813rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content h6 {
    font-size: 1rem;
  }
}
.l-post-content p {
  font-size: 1.125rem;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content p {
    font-size: 1.25rem;
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.l-post-content p img {
  margin-bottom: 0 !important;
}
.l-post-content b,
.l-post-content strong {
  font-weight: 600;
}
.l-post-content em {
  font-style: italic;
}
.l-post-content a {
  color: var(--primary-foreground-color);
  text-decoration: underline;
  transition: color 0.2s linear;
}
.l-post-content a:hover {
  color: var(--link-color);
}
.l-post-content ol,
.l-post-content ul {
  font-size: 1.125rem;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content ol,
  .l-post-content ul {
    font-size: 1.25rem;
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-left: 40px;
  }
}
.l-post-content li {
  margin-bottom: 20px;
}
.l-post-content .kg-image,
.l-post-content img {
  display: block;
  margin: 0 auto 35px;
  max-width: 100%;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-image,
  .l-post-content img {
    margin-bottom: 40px;
  }
}
.l-post-content iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.l-post-content .fluid-width-video-wrapper {
  margin: 0 auto 35px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .fluid-width-video-wrapper {
    margin-bottom: 40px;
  }
}
.l-post-content figure,
.l-post-content.kg-image-card {
  margin: 0 -20px;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content figure,
  .l-post-content.kg-image-card {
    margin: 0;
    padding: 20px 0 50px;
  }
}
.l-post-content figure.kg-embed-card,
.l-post-content.kg-image-card.kg-embed-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-width: 100%;
}
.l-post-content figure.kg-embed-card iframe,
.l-post-content.kg-image-card.kg-embed-card iframe {
  margin: 0 auto;
}
.l-post-content figure.kg-width-full img,
.l-post-content figure.kg-width-wide img,
.l-post-content.kg-image-card.kg-width-full img,
.l-post-content.kg-image-card.kg-width-wide img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .l-post-content figure.kg-width-wide,
  .l-post-content.kg-image-card.kg-width-wide {
    margin: 0 -70px;
  }
}
@media only screen and (min-width: 48rem) {
  .l-post-content figure.kg-width-full,
  .l-post-content.kg-image-card.kg-width-full {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
.l-post-content figure .kg-image,
.l-post-content figure img,
.l-post-content.kg-image-card .kg-image,
.l-post-content.kg-image-card img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.l-post-content figure figcaption,
.l-post-content.kg-image-card figcaption {
  font-size: 0.75rem;
  letter-spacing: 0.1px;
  line-height: 1.3;
  padding: 10px 20px 0;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .l-post-content figure figcaption,
  .l-post-content.kg-image-card figcaption {
    font-size: 0.875rem;
    padding: 15px 0 0;
  }
}
.l-post-content figure .fluid-width-video-container,
.l-post-content.kg-image-card .fluid-width-video-container {
  flex-grow: 1;
  width: 100%;
}
.l-post-content figure .fluid-width-video-wrapper,
.l-post-content.kg-image-card .fluid-width-video-wrapper {
  margin: 0 auto !important;
}
.l-post-content figure .kg-gallery-container,
.l-post-content.kg-image-card .kg-gallery-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
.l-post-content figure .kg-gallery-row,
.l-post-content.kg-image-card .kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.l-post-content figure .kg-gallery-image img,
.l-post-content.kg-image-card .kg-gallery-image img {
  display: block;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.l-post-content figure .kg-gallery-row:not(:first-of-type),
.l-post-content.kg-image-card .kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0;
}
.l-post-content figure .kg-gallery-image:not(:first-of-type),
.l-post-content.kg-image-card .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}
.l-post-content hr {
  border: 0;
  border-top: 1px solid var(--secondary-subtle-color);
  margin: 30px 0;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .l-post-content hr {
    margin: 50px 0;
  }
}
.l-post-content hr:after {
  background-color: var(--secondary-subtle-color);
  border-radius: 50%;
  box-shadow: 0 0 0 10px var(--background-color), 0 0 0 transparent;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content hr:after {
    box-shadow: 0 0 0 20px var(--background-color), 0 0 0 transparent;
    height: 12px;
    width: 12px;
  }
}
.l-post-content blockquote {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 1.125rem;
  font-style: italic;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin: 0 0 25px;
  padding: 0 40px;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .l-post-content blockquote {
    font-size: 1.25rem;
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 60px;
  }
}
.l-post-content blockquote.kg-blockquote-alt {
  color: var(--primary-subtle-color);
  font-family: inherit;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content blockquote.kg-blockquote-alt {
    font-size: 2.625rem;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.l-post-content blockquote.kg-blockquote-alt:before {
  display: none;
}
.l-post-content blockquote:before {
  color: var(--primary-foreground-color);
  content: '"';
  font-size: 2.625rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 48rem) {
  .l-post-content blockquote:before {
    font-size: 4rem;
  }
}
.l-post-content blockquote p:last-child {
  margin-bottom: 0;
}
.l-post-content table {
  color: var(--titles-color);
  font-size: 0.875rem;
  margin: 0 -20px 25px;
  width: calc(100% + 40px);
}
@media only screen and (min-width: 48rem) {
  .l-post-content table {
    font-size: 1rem;
    margin: 0 0 30px;
    width: 100%;
  }
}
.l-post-content table thead {
  border-bottom: 1px solid var(--table-head-border-bottom);
}
.l-post-content table thead td {
  font-weight: 600;
}
.l-post-content table tbody tr:nth-child(2n) {
  background-color: var(--background-color);
}
.l-post-content table tbody tr:nth-child(odd) {
  background-color: var(--table-background-color-odd);
}
.l-post-content table td {
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .l-post-content table td {
    padding: 20px;
  }
}
.l-post-content code {
  color: var(--link-color);
  display: inline-block;
  font-size: 0.9rem;
  padding: 0 5px;
}
.l-post-content code,
.l-post-content pre {
  background-color: var(--secondary-subtle-color);
  border-radius: 5px;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
}
.l-post-content pre {
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.4;
  line-height: 1.5;
  margin: 0 0 25px;
  overflow-x: auto;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}
@media only screen and (min-width: 48rem) {
  .l-post-content pre {
    margin-bottom: 30px;
  }
}
.l-post-content pre > code {
  word-wrap: normal;
  display: block;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  padding: 10px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}
@media only screen and (min-width: 48rem) {
  .l-post-content pre > code {
    padding: 20px;
  }
}
.l-post-content pre.line-numbers > code {
  padding: 0;
}
.l-post-content form {
  margin-bottom: 25px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content form {
    margin-bottom: 30px;
  }
}
.l-post-content label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.l-post-content
  input:not([type="radio"]):not([type="checkbox"]):not(
    .kg-video-card input
  ):not(.kg-audio-card input),
.l-post-content select,
.l-post-content textarea {
  margin-bottom: 20px;
}
.l-post-content textarea {
  height: 100px;
  resize: none;
}
.l-post-content select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiPjxwYXRoIGZpbGw9IiM1NjVlNjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguMzIuNTdhLjI0Ny4yNDcgMCAwIDEgMCAuMzZMNC42OCA0LjU3YS4yNDcuMjQ3IDAgMCAxLS4zNiAwTC42OC45M2EuMjQ3LjI0NyAwIDAgMSAwLS4zNmwuMzktLjM5YS4yNDcuMjQ3IDAgMCAxIC4zNiAwTDQuNSAzLjI1IDcuNTcuMThhLjI0Ny4yNDcgMCAwIDEgLjM2IDBsLjM5LjM5eiIvPjwvc3ZnPg==");
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 15px 8px;
  padding-right: 40px !important;
  position: relative;
}
.l-post-content .kg-bookmark-card {
  background: var(--background-color);
  margin: 30px auto !important;
  padding: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-bookmark-card {
    margin: 40px auto !important;
  }
}
.l-post-content .kg-bookmark-card:hover .kg-bookmark-container {
  color: var(--primary-foreground-color);
  opacity: 0.8;
}
.l-post-content .kg-card + .kg-bookmark-card {
  margin-top: 0;
}
.l-post-content .kg-bookmark-container {
  border-radius: 3px;
  box-shadow: 0 0 4px 6px rgb(86 85 85 / 15%),
    0 0 0 2px rgba(200, 200, 200, 0.05);
  color: var(--primary-foreground-color);
  display: flex;
  min-height: 148px;
  text-decoration: none !important;
  transition: opacity 0.2s linear;
}
.l-post-content .kg-bookmark-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 20px;
}
.l-post-content .kg-bookmark-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
.l-post-content .kg-bookmark-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 12px;
  overflow-y: hidden;
}
.l-post-content .kg-bookmark-thumbnail {
  max-height: 100%;
  min-width: 30%;
  overflow: hidden;
  position: relative;
}
.l-post-content .kg-bookmark-thumbnail img {
  border-radius: 0 3px 3px 0;
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.l-post-content .kg-bookmark-metadata {
  align-items: center;
  color: var(--titles-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 14px;
}
.l-post-content .kg-bookmark-icon {
  height: 22px !important;
  margin-right: 8px !important;
  width: 22px !important;
}
.l-post-content .kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}
.l-post-content .kg-bookmark-publisher {
  color: inherit;
}
@media (max-width: 500px) {
  .l-post-content .kg-bookmark-container {
    flex-direction: column;
  }
  .l-post-content .kg-bookmark-thumbnail {
    min-height: 160px;
    order: 1;
    width: 100%;
  }
  .l-post-content .kg-bookmark-thumbnail img {
    border-radius: 3px 3px 0 0;
  }
  .l-post-content .kg-bookmark-content {
    order: 2;
  }
}
.l-post-content .kg-nft-card .kg-nft-card-container {
  background-color: var(--background-color);
  border-radius: 20px;
}
.l-post-content .kg-nft-card .kg-ntf-image-container {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.l-post-content .kg-nft-card .kg-nft-metadata {
  border-radius: 0 0 20px 20px;
}
.l-post-content .kg-nft-card .kg-nft-header {
  margin-bottom: 10px;
}
.l-post-content .kg-nft-card .kg-nft-header img {
  display: inline-block;
  filter: invert(var(--kg-card-img-invert-color));
  margin: 0;
  max-width: 100px;
  width: 100px;
}
.l-post-content .kg-nft-card .kg-nft-title {
  color: var(--secondary-foreground-color);
  padding-top: 0;
}
.l-post-content .kg-nft-card .kg-nft-creator,
.l-post-content .kg-nft-card kg-nft-description {
  color: var(--primary-foreground-color);
}
.l-post-content .kg-nft-card .kg-nft-creator span,
.l-post-content .kg-nft-card kg-nft-description span {
  color: var(--secondary-foreground-color);
}
.l-post-content .kg-button-card {
  margin-bottom: 25px;
  padding: 30px 0;
}
.l-post-content .kg-button-card a.kg-btn {
  background-color: var(--primary-subtle-color) !important;
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
  color: #fff !important;
  font-family: inherit !important;
  height: auto;
}
.l-post-content .kg-button-card a.kg-btn:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
  opacity: 1;
  transform: translateY(-2px);
}
.l-post-content .kg-callout-card {
  margin-bottom: 25px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-callout-card {
    margin-bottom: 30px;
  }
}
.l-post-content .kg-callout-card .kg-callout-emoji {
  padding-right: 24px;
}
.l-post-content .kg-callout-card .kg-callout-text {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-callout-card .kg-callout-text {
    font-size: 1.125rem;
  }
}
.l-post-content .kg-header-card {
  margin-bottom: 30px;
  margin-left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  width: 100vw;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-header-card {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.l-post-content .kg-header-card.kg-style-light .kg-header-card-header,
.l-post-content .kg-header-card.kg-style-light .kg-header-card-subheader {
  color: #333;
}
.l-post-content .kg-header-card.kg-style-light .kg-header-card-button {
  background-color: var(--primary-subtle-color) !important;
  color: #fff !important;
}
.l-post-content .kg-header-card .kg-header-card-button {
  background-color: #fff !important;
  color: #333 !important;
  font-family: inherit;
  height: auto !important;
}
.l-post-content .kg-header-card .kg-header-card-button:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
  opacity: 1;
  transform: translateY(-2px);
}
.l-post-content .kg-toggle-card {
  margin-bottom: 20px;
}
.l-post-content .kg-toggle-card .kg-toggle-heading-text {
  padding-top: 0;
}
.l-post-content .kg-toggle-card .kg-toggle-card-icon {
  align-items: center;
  border: 0 !important;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  padding: 0;
}
.l-post-content .kg-product-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-product-card {
    margin-bottom: 40px;
  }
}
.l-post-content .kg-product-card .kg-product-card-image {
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
}
.l-post-content .kg-product-card .kg-product-card-title {
  font-family: inherit;
  padding-top: 0;
}
.l-post-content .kg-product-card .kg-product-card-description p {
  font-family: inherit;
}
.l-post-content .kg-product-card .kg-product-card-button {
  background-color: var(--primary-subtle-color) !important;
  color: #fff !important;
  font-family: inherit !important;
  height: auto;
}
.l-post-content .kg-file-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-file-card {
    margin-bottom: 40px;
  }
}
.l-post-content .kg-audio-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content .kg-audio-card {
    margin-bottom: 40px;
  }
}
.l-post-content .kg-audio-card img {
  margin: 8px;
}
.l-post-content .kg-audio-card .kg-audio-mute-icon svg,
.l-post-content .kg-audio-card .kg-audio-pause-icon svg,
.l-post-content .kg-audio-card .kg-audio-play-icon svg,
.l-post-content .kg-audio-card .kg-audio-unmute-icon svg {
  fill: var(--secondary-foreground-color);
}
.l-post-content .kg-audio-card .kg-audio-playback-rate {
  color: var(--secondary-foreground-color);
}
.l-post-content .kg-audio-card .kg-audio-seek-slider:before,
.l-post-content .kg-audio-card .kg-audio-volume-slider:before {
  background-color: var(--secondary-foreground-color);
}
.rtl .l-post-content ol,
.rtl .l-post-content ul {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (min-width: 48rem) {
  .rtl .l-post-content ol,
  .rtl .l-post-content ul {
    padding-left: 0;
    padding-right: 40px;
  }
}
.rtl .l-post-content code {
  direction: ltr;
}
.rtl .l-post-content blockquote:before {
  left: auto;
  right: 0;
}
.rtl .l-post-content .kg-bookmark-icon {
  margin-left: 8px !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 48rem) {
  .rtl .l-post-content figure.kg-width-full {
    margin-left: 0;
    margin-right: 50%;
    transform: translateX(50%);
  }
}
.rtl .l-post-content .kg-callout-card .kg-callout-emoji {
  padding-left: 24px;
  padding-right: auto;
}
.rtl .l-post-content .kg-toggle-card .kg-toggle-card-icon {
  margin-left: 0;
  margin-right: 16px;
}
.rtl .l-post-content .kg-product-card .kg-product-card-rating {
  padding-left: 0;
  padding-right: 16px;
}
.l-post-content .kg-button-card a.kg-btn,
.l-post-content .kg-header-card .kg-header-card-button,
.l-post-content .kg-product-card .kg-product-card-button,
.l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button {
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
  outline: 0;
  padding: 13px 25px;
  position: relative;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.l-post-content .kg-button-card a.outlined.kg-btn,
.l-post-content .kg-header-card .outlined.kg-header-card-button,
.l-post-content .kg-product-card .outlined.kg-product-card-button,
.l-post-content
  button.outlined:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button):not(.primary),
.m-button.outlined {
  border: 1px solid var(--primary-foreground-color);
  color: var(--titles-color);
}
.l-post-content .kg-button-card a.filled.kg-btn,
.l-post-content .kg-button-card a.primary.kg-btn,
.l-post-content .kg-header-card .filled.kg-header-card-button,
.l-post-content .kg-header-card .primary.kg-header-card-button,
.l-post-content .kg-product-card .filled.kg-product-card-button,
.l-post-content .kg-product-card .primary.kg-product-card-button,
.l-post-content
  button.filled:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  button.primary:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button.filled,
.m-button.primary {
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
}
.l-post-content .kg-button-card a.filled.kg-btn:hover,
.l-post-content .kg-button-card a.primary.kg-btn:hover,
.l-post-content .kg-header-card .filled.kg-header-card-button:hover,
.l-post-content .kg-header-card .primary.kg-header-card-button:hover,
.l-post-content .kg-product-card .filled.kg-product-card-button:hover,
.l-post-content .kg-product-card .primary.kg-product-card-button:hover,
.l-post-content
  button.filled:hover:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  button.primary:hover:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button.filled:hover,
.m-button.primary:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
  transform: translateY(-2px);
}
.l-post-content .kg-button-card a.filled.kg-btn,
.l-post-content .kg-header-card .filled.kg-header-card-button,
.l-post-content .kg-product-card .filled.kg-product-card-button,
.l-post-content
  button.filled:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button.filled {
  background-color: #fff;
  border-radius: 5px;
}
.l-post-content .kg-button-card a.block.kg-btn,
.l-post-content .kg-header-card .block.kg-header-card-button,
.l-post-content .kg-product-card .block.kg-product-card-button,
.l-post-content
  button.block:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button.block {
  display: block;
  width: 100%;
}
.l-post-content .kg-button-card a.primary.kg-btn,
.l-post-content .kg-header-card .primary.kg-header-card-button,
.l-post-content .kg-product-card .primary.kg-product-card-button,
.l-post-content
  button.primary:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button.primary {
  background-color: var(--primary-subtle-color);
  color: #fff;
}
.l-post-content
  .kg-button-card
  .kg-header-card
  .m-subscribe-section__container.loading
  a.kg-btn.kg-header-card-button,
.l-post-content
  .kg-button-card
  .kg-product-card
  .m-subscribe-section__container.loading
  a.kg-btn.kg-product-card-button,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .kg-header-card
  a.kg-header-card-button.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .kg-product-card
  a.kg-product-card-button.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-button.kg-btn,
.l-post-content .kg-button-card a.loading.kg-btn,
.l-post-content
  .kg-header-card
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-header-card-button.kg-btn,
.l-post-content
  .kg-header-card
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-header-card-button.kg-product-card-button,
.l-post-content .kg-header-card .loading.kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-button-card
  a.kg-btn.kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-product-card
  .kg-product-card-button.kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-button.kg-header-card-button,
.l-post-content
  .kg-product-card
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-product-card-button.kg-btn,
.l-post-content
  .kg-product-card
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-product-card-button.kg-header-card-button,
.l-post-content .kg-product-card .loading.kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-button-card
  a.kg-btn.kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-header-card
  .kg-header-card-button.kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-button.kg-product-card-button,
.l-post-content
  .m-subscribe-section__container.loading
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  button.loading:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-button.loading,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-header-card
  a.kg-btn.kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-product-card
  a.kg-btn.kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-button.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-button-card
  a.kg-btn.kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-product-card
  .kg-header-card-button.kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-button.kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-button-card
  a.kg-btn.kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-header-card
  .kg-header-card-button.kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-button.kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading .m-button {
  cursor: default;
  overflow: hidden;
}
.l-post-content
  .kg-button-card
  .kg-header-card
  .m-subscribe-section__container.loading
  a.kg-btn.kg-header-card-button:after,
.l-post-content
  .kg-button-card
  .kg-product-card
  .m-subscribe-section__container.loading
  a.kg-btn.kg-product-card-button:after,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .kg-header-card
  a.kg-header-card-button.kg-btn:after,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .kg-product-card
  a.kg-product-card-button.kg-btn:after,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-btn:after,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-button.kg-btn:after,
.l-post-content .kg-button-card a.loading.kg-btn:after,
.l-post-content
  .kg-header-card
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-header-card-button.kg-btn:after,
.l-post-content
  .kg-header-card
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-header-card-button.kg-product-card-button:after,
.l-post-content .kg-header-card .loading.kg-header-card-button:after,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-button-card
  a.kg-btn.kg-header-card-button:after,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-header-card-button:after,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-product-card
  .kg-product-card-button.kg-header-card-button:after,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-button.kg-header-card-button:after,
.l-post-content
  .kg-product-card
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-product-card-button.kg-btn:after,
.l-post-content
  .kg-product-card
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-product-card-button.kg-header-card-button:after,
.l-post-content .kg-product-card .loading.kg-product-card-button:after,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-button-card
  a.kg-btn.kg-product-card-button:after,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-header-card
  .kg-header-card-button.kg-product-card-button:after,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-product-card-button:after,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-button.kg-product-card-button:after,
.l-post-content
  .m-subscribe-section__container.loading
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button):after,
.l-post-content
  button.loading:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button):after,
.m-button.loading:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-header-card
  a.kg-btn.kg-header-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-product-card
  a.kg-btn.kg-product-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.kg-btn:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-button.kg-btn:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-button-card
  a.kg-btn.kg-header-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-header-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-product-card
  .kg-header-card-button.kg-product-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-button.kg-header-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-button-card
  a.kg-btn.kg-product-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-header-card
  .kg-header-card-button.kg-product-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-product-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-button.kg-product-card-button:after,
.m-subscribe-section__container.loading
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button):after,
.m-subscribe-section__container.loading .m-button:after {
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 25%;
}
@-webkit-keyframes loading {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(300%);
  }
  to {
    transform: translatex(0);
  }
}
@keyframes loading {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(300%);
  }
  to {
    transform: translatex(0);
  }
}
.l-post-content
  input:not([type="radio"]):not([type="checkbox"]):not(
    .kg-video-card input
  ):not(.kg-audio-card input),
.l-post-content select,
.l-post-content textarea,
.m-input {
  background-color: var(--background-color);
  border: 1px solid var(--primary-border-color);
  border-radius: 5px;
  color: var(--primary-foreground-color);
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 1.3;
  outline: 0;
  padding: 11px 15px;
  width: 100%;
}
.l-post-content
  input:focus:not([type="radio"]):not([type="checkbox"]):not(
    .kg-video-card input
  ):not(.kg-audio-card input),
.l-post-content select:focus,
.l-post-content textarea:focus,
.m-input:focus {
  border-color: var(--primary-subtle-color);
}
.l-post-content
  input.in-search:not([type="radio"]):not([type="checkbox"]):not(
    .kg-video-card input
  ):not(.kg-audio-card input),
.l-post-content select.in-search,
.l-post-content textarea.in-search,
.m-input.in-search {
  font-weight: 600;
  padding-left: 40px;
}
@media only screen and (min-width: 48rem) {
  .l-post-content
    input.in-search:not([type="radio"]):not([type="checkbox"]):not(
      .kg-video-card input
    ):not(.kg-audio-card input),
  .l-post-content select.in-search,
  .l-post-content textarea.in-search,
  .m-input.in-search {
    font-size: 1.25rem;
    padding: 15px 30px 15px 60px;
  }
}
.l-post-content
  input.in-subscribe-section:not([type="radio"]):not([type="checkbox"]):not(
    .kg-video-card input
  ):not(.kg-audio-card input),
.l-post-content select.in-subscribe-section,
.l-post-content textarea.in-subscribe-section,
.m-input.in-subscribe-section {
  margin-bottom: 15px;
}
.m-share {
  background-color: var(--transparent-background-color);
  bottom: 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  height: 45px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 48rem) {
  .m-share {
    height: 50px;
  }
}
@media only screen and (min-width: 64rem) {
  .m-share {
    background-color: transparent;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    height: auto;
    left: auto;
    position: absolute;
    right: -75px;
    top: 0;
    width: 40px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-share {
    right: -175px;
    width: 50px;
  }
}
@media only screen and (min-width: 90rem) {
  .m-share {
    right: -200px;
  }
}
.m-share a {
  color: inherit !important;
}
.m-share a:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 64rem) {
  .m-share a:first-of-type {
    margin-bottom: 0;
  }
}
.m-share button:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 64rem) {
  .rtl .m-share {
    left: -75px;
    right: auto;
  }
}
@media only screen and (min-width: 80rem) {
  .rtl .m-share {
    left: -175px;
  }
}
@media only screen and (min-width: 90rem) {
  .rtl .m-share {
    left: -200px;
  }
}
.m-share__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 64rem) {
  .m-share__content {
    align-items: flex-start;
    flex-direction: column-reverse;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.rtl .m-share__content {
  direction: ltr;
}
.m-subscribe-section {
  background-color: var(--secondary-subtle-color);
  padding: 50px 0;
}
@media only screen and (min-width: 48rem) {
  .m-subscribe-section {
    padding: 80px 0;
  }
  .m-subscribe-section__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.m-subscribe-section__text {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-subscribe-section__text {
    flex: 1;
    margin-bottom: 0;
    padding-right: 75px;
    text-align: left;
  }
  .rtl .m-subscribe-section__text {
    padding-left: 75px;
    padding-right: 0;
    text-align: right;
  }
}
.m-subscribe-section__title {
  color: var(--titles-color);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media only screen and (min-width: 48rem) {
  .m-subscribe-section__title {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
  }
}
.m-subscribe-section__description {
  letter-spacing: 0.2px;
  line-height: 1.4;
}
@media only screen and (min-width: 48rem) {
  .m-subscribe-section__description {
    font-size: 1.125rem;
  }
  .m-subscribe-section__form {
    margin: 0 auto;
    width: 300px;
  }
}
.l-post-content
  .kg-button-card
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  a.kg-btn,
.l-post-content
  .kg-button-card
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  a.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .kg-header-card
  a.m-subscribe-section__container.kg-btn
  .kg-header-card-button,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .kg-product-card
  a.m-subscribe-section__container.kg-btn
  .kg-product-card-button,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  a.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  .kg-button-card
  a.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .m-button,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  a.kg-btn,
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .kg-button-card
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  a.kg-btn,
.l-post-content
  .kg-header-card
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-button-card
  .m-subscribe-section__container.kg-header-card-button
  a.kg-btn,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .kg-product-card
  .m-subscribe-section__container.kg-header-card-button
  .kg-product-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  .kg-button-card
  a.kg-btn,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .m-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .kg-header-card-button,
.l-post-content
  .kg-header-card
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .kg-header-card-button,
.l-post-content
  .kg-product-card
  .kg-button-card
  .m-subscribe-section__container.loading
  a.m-subscribe-section__container.kg-btn
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .kg-header-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-header-card-button
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-button-card
  .m-subscribe-section__container.kg-product-card-button
  a.kg-btn,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-header-card
  .m-subscribe-section__container.kg-product-card-button
  .kg-header-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  .kg-button-card
  a.kg-btn,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  .m-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.kg-product-card-button
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .kg-product-card-button,
.l-post-content
  .kg-product-card
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .kg-product-card-button,
.l-post-content
  .m-subscribe-section__container.loading
  .kg-button-card
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  a.kg-btn,
.l-post-content
  .m-subscribe-section__container.loading
  .kg-header-card
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .kg-header-card-button,
.l-post-content
  .m-subscribe-section__container.loading
  .kg-product-card
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .kg-product-card-button,
.l-post-content
  .m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  .kg-button-card
  a.kg-btn,
.l-post-content
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.l-post-content
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.l-post-content
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .m-button,
.l-post-content
  .m-subscribe-section__container.loading
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.l-post-content
  .m-subscribe-section__container.loading
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-header-card
  a.m-subscribe-section__container.kg-btn
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .kg-product-card
  a.m-subscribe-section__container.kg-btn
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  .m-subscribe-section__container.m-button
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .m-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-button-card
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-button-card
  .m-subscribe-section__container.kg-header-card-button
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-product-card
  .m-subscribe-section__container.kg-header-card-button
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .m-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  .m-subscribe-section__container.m-button
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-header-card
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-button-card
  .m-subscribe-section__container.kg-product-card-button
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-button-card
  a.m-subscribe-section__container.kg-btn
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-header-card
  .m-subscribe-section__container.kg-header-card-button
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-header-card
  .m-subscribe-section__container.kg-product-card-button
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  .m-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.kg-product-card-button
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  .m-subscribe-section__container.m-button
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .kg-product-card
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  .m-subscribe-section__container.m-button
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .l-post-content
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .l-post-content
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  .m-button,
.m-subscribe-section__container.loading
  .l-post-content
  button.m-subscribe-section__container:not(.m-icon-button):not(
    .kg-video-card button
  ):not(.kg-audio-card button):not(.kg-toggle-card button)
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading .m-button,
.m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .l-post-content
  .kg-button-card
  a.kg-btn,
.m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .l-post-content
  .kg-header-card
  .kg-header-card-button,
.m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .l-post-content
  .kg-product-card
  .kg-product-card-button,
.m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .l-post-content
  button:not(.m-icon-button):not(.kg-video-card button):not(
    .kg-audio-card button
  ):not(.kg-toggle-card button),
.m-subscribe-section__container.loading
  .m-subscribe-section__container.m-button
  .m-button {
  pointer-events: none;
}
.m-subscribe-section__container.success .m-subscribe__success {
  display: block;
}
.m-subscribe-section__container.success .m-subscribe__error,
.m-subscribe-section__container.success .m-subscribe__form,
.m-subscribe-section__container.success .m-subscribe__invalid {
  display: none;
}
.m-subscribe-section__container.error .m-subscribe__error,
.m-subscribe-section__container.invalid .m-subscribe__invalid {
  display: block;
}
.m-subscribe-section__container.error .m-subscribe__form {
  margin-bottom: 20px;
}
.m-subscribe-section__container .m-subscribe__error,
.m-subscribe-section__container .m-subscribe__invalid,
.m-subscribe-section__container .m-subscribe__success {
  display: none;
}
.m-subscribe__success_icon {
  display: block;
  height: 64px;
  margin: 0 auto 25px;
  width: 64px;
}
.m-subscribe__error {
  text-align: center;
}
.m-author {
  border-color: var(--secondary-subtle-color);
  border-style: solid;
  border-width: 1px 0;
  margin: 0 auto;
  padding: 40px 20px;
}
@media only screen and (min-width: 48rem) {
  .m-author {
    display: flex;
    justify-content: center;
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-author {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 48rem) {
  .m-author__content {
    display: flex;
    max-width: 820px;
  }
}
.m-author__picture {
  margin: 0 auto 25px;
  width: 90px;
}
@media only screen and (min-width: 48rem) {
  .m-author__picture {
    margin: 0 30px 0 0;
    width: 100px;
  }
  .rtl .m-author__picture {
    margin: 0 0 0 30px;
  }
}
.m-author__info {
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-author__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .rtl .m-author__info {
    text-align: right;
  }
}
.m-author__name {
  color: var(--link-color);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media only screen and (min-width: 48rem) {
  .m-author__name {
    font-size: 1.25rem;
    letter-spacing: 0.3px;
  }
}
.m-author__bio {
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .m-author__bio {
    margin-bottom: 15px;
  }
}
.m-author-picture {
  display: block;
  height: 90px;
  width: 90px;
}
@media only screen and (min-width: 48rem) {
  .m-author-picture {
    height: 100px;
    width: 100px;
  }
}
.m-author-picture div {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.m-author-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-author-links {
    text-align: left;
  }
}
.m-author-links li {
  display: inline-block;
  margin: 0 11px;
}
.m-author-links li:first-of-type {
  margin-left: 0;
}
.m-author-links li:last-of-type {
  margin-right: 0;
}
.rtl .m-author-links {
  direction: ltr;
  text-align: right;
}
.m-comments {
  padding-top: 40px;
}
@media only screen and (min-width: 48rem) {
  .m-comments {
    padding-top: 60px;
  }
}
.m-comments iframe {
  max-width: 100%;
  width: 100%;
}
.m-recommended {
  padding-top: 40px;
}
@media only screen and (min-width: 48rem) {
  .m-recommended {
    padding-top: 60px;
  }
}
.m-recommended__empty {
  margin: 0 auto;
  padding: 40px 0 60px;
}
@media only screen and (min-width: 48rem) {
  .m-recommended__empty {
    max-width: 420px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.m-recommended-articles {
  margin: 0 -20px;
}
@media only screen and (min-width: 64rem) {
  .m-recommended-articles {
    margin: 0 -30px;
    padding: 0 40px;
  }
}
.m-recommended-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 64rem) {
  .m-recommended-slider {
    margin: -20px -30px 0 !important;
    padding: 20px 30px 0 !important;
  }
}
.m-recommended-slider .swiper-wrapper {
  padding: 40px 0 60px;
}
@media only screen and (min-width: 64rem) {
  .m-recommended-slider .swiper-wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 80rem) {
  .m-recommended-slider .swiper-wrapper {
    overflow: visible;
  }
}
.m-recommended-slider .m-article-card {
  margin: 0 !important;
  width: 100% !important;
}
@media only screen and (min-width: 64rem) {
  .m-recommended-slider .m-article-card .m-article-card__picture {
    height: 190px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-recommended-slider .m-article-card .m-article-card__picture {
    height: 220px;
  }
}
.m-recommended-slider__item {
  padding: 0 20px;
}
@media only screen and (min-width: 64rem) {
  .m-recommended-slider__item.swiper-slide-duplicate {
    display: none !important;
  }
}
/* Alerts */
.alert {
  --color-info: #259eef;
  --color-warning: #e3bc1f;
  --color-danger: #fc365e;
  --color-success: #48c774;
  --color-alert: #666;

  --content-info: "i";
  --content-warning: "!";
  --content-danger: "!";
  --content-success: "✓";
  --content-alert: "i";

  border: 2px solid var(--color-alert);
  border-radius: 5px;
  color: var(--color-alert);
  margin-bottom: 2em;
  margin-top: 1em;
  padding: 1em;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}

.alert:before {
  align-items: center;
  background-color: var(--color-alert);
  border-radius: 50%;
  color: #fff;
  content: var(--content-alert);
  display: flex;
  font-family: monospace;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  left: -12px;
  line-height: 1;
  position: absolute;
  top: -12px;
  width: 24px;
}

.alert:after {
  background-color: var(--color-alert);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.alert.info {
  --color-alert: var(--color-info);
  --content-alert: var(--content-info);
}

.alert.warning {
  --color-alert: var(--color-warning);
  --content-alert: var(--content-warning);
}

.alert.danger {
  --color-alert: var(--color-danger);
  --content-alert: var(--content-danger);
}

.alert.success {
  --color-alert: var(--color-success);
  --content-alert: var(--content-success);
}

/* Progress indicator  */
.progress-card {
  --color-accent: #333;
  --color-border: #e4e4e4;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-bottom: 0;
}

.progress-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-accent);
  opacity: 0.05;
}

.progress-card-content {
  padding: 1em;
}

.progress-card .progress-bar {
  background-color: var(--color-border);
  display: block;
  width: 100%;
  height: 5px;
  position: relative;
}

.progress-card .progress-bar::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background-color: var(--color-accent);
  opacity: 0.15;
}

.progress-card .progress-bar::after {
  content: "";
  width: var(--value);
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background-color: var(--color-accent);
}

.progress-title {
  font-weight: 600;
  margin-bottom: 0.25em;
  opacity: 0.9;
}

.progress-description {
  font-size: 0.9rem;
  opacity: 0.85;
}

.progress-card span {
  display: block;
}

.progress-step {
  display: flex;
  justify-content: space-between;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  margin-bottom: 4em;
  --color-accent: #8056d6;
  --color-border: #e0e0e0;
  font-weight: 500;
  z-index: 101; /* Ensure it's above content */
  /* No background or extra styles by default */
}

/* Keep your existing .progress-step and .progress-step span.number styles */
.progress-step {
  display: flex;
  justify-content: space-between;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: 4em;
  --color-accent: #8056d6;
  --color-border: #e0e0e0;
  font-weight: 500;
  z-index: 101; /* Ensure it's above content */
  padding: 11px 50px 1.5em; /* Add bottom padding for the text */
}

.progress-step span.number {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background-color: #f8f8f8; /* Default background for the numbers */
}

.progress-step::before {
  background-color: var(--color-border);
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 100%;
  z-index: -1;
}
.progress-step.is-at-top {
  background-color: white; /* Add your desired background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add any other styles you want */
  /* You can also adjust padding, border, etc., here */
}
/* Style for the parent container when .progress-step is at the top */
body.has-sticky-progress-background .progress-step {
  background-color: #ffffff; /* Light mode background */
  color: #333; /* Text color for readability */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px; /* Rounded borders */
  padding-bottom: 2.5em; /* Ensure bottom padding is maintained when sticky */
}
/* Dark Mode Styling */
[data-theme="dark"] body.has-sticky-progress-background .progress-step {
  background-color: #222; /* Dark mode background */
  color: #fff; /* White text for contrast */
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.1); /* Softer glow in dark mode */
}

/* Optional: Smooth hover effect */
body.has-sticky-progress-background .progress-step:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] body.has-sticky-progress-background .progress-step:hover {
  box-shadow: 0 12px 20px rgba(255, 255, 255, 0.15);
}

.progress-step .description {
  position: absolute;
  top: 3.5em;
  font-size: 0.85rem;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.progress-step-item[data-status="complete"] .number {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: white;
}
.progress-step-item[data-status="incomplete"] .number {
  border-color: var(--color-accent);
  color: #000000;
}

.progress-step-item[data-status="active"] .number {
  border-color: var(--color-accent);
  color: var(--color-accent);
  font-weight: bold;
}

.progress-step-item[data-status="complete"] .description {
  opacity: 1;
}

.progress-step-item[data-status="active"] .description {
  color: var(--color-accent);
  font-weight: bold;
}

.progress-step div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.progress-step .description {
  position: absolute;
  top: 3.5em;
  font-size: 0.85rem;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
/* Media query to hide progress indicators on mobile */
@media (max-width: 767px) {
  .progress-card,
  .progress-step {
    display: none !important;
  }
}

/* FAQ */
details.accordion {
  --color-accent: #222;
  margin-bottom: 1em;
  border-radius: 5px;
  padding: 1.5em;
  position: relative;
  padding-left: 3.5em;
  border-left: 5px solid var(--color-accent);
  overflow: hidden;
}

details.accordion::before {
  background-color: var(--color-accent);
  opacity: 0.1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

details.accordion summary {
  list-style: none;
}

details.accordion summary::marker {
  display: none;
}

details.accordion summary::before {
  position: absolute;
  content: "+";
  left: -2rem;
  top: -0.2rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
}
[data-theme="dark"] details.accordion summary::before {
  color: #ffffff;
}

details.accordion[open] summary::before {
  transform: rotate(45deg);
}

details.accordion[open] summary {
  font-weight: 700;
}

/* Tables */
.table-comparison {
  margin-bottom: 4em;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  overflow: hidden;
  display: inline-block;
  overflow-x: auto;
}

.table-comparison thead {
  background-color: none;
}

.table-comparison th {
  padding: 0.5em 1em;
}

.table-comparison td {
  text-align: center;
  padding: 0.5em 1em;
}

.table-comparison td:first-child {
  text-align: left;
}

.table-comparison tbody .success {
  display: flex;
  background-color: #1fcc82;
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
}

.table-comparison tbody .success::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  display: inline-block;
  width: 3px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-comparison tbody .cancel {
  display: flex;
  background-color: #ff3b3b;
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
}

.table-comparison tbody .cancel::before,
.cancel::after {
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 6.3px;
  right: 0;
  content: "";
  background-color: #fff;
  width: 11px;
  height: 2px;
  border-radius: 2px;
}

.table-comparison tbody .cancel::before {
  transform: rotate(-45deg);
}

.table-comparison tbody .cancel::after {
  transform: rotate(45deg);
}

.table-comparison tbody .mid {
  --color-accent: #fbc103;
  color: var(--color-accent);
  border-radius: 2rem;
  padding: 0.2em 1em;
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  font-weight: 700;
}

.table-comparison tbody .mid::before {
  background-color: var(--color-accent);
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.table-comparison tbody .good {
  --color-accent: #16c60c;
  color: var(--color-accent);
  border-radius: 2rem;
  padding: 0.2em 1em;
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  font-weight: 700;
}

.table-comparison tbody .good::before {
  background-color: var(--color-accent);
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.table-comparison tbody .bad {
  --color-accent: #f03a17;
  color: var(--color-accent);
  border-radius: 2rem;
  padding: 0.2em 1em;
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  font-weight: 700;
}

.table-comparison tbody .bad::before {
  background-color: var(--color-accent);
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tbody-bg-odd tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.tbody-bg-even thead tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* Subscribe*/
.subscription-box {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  position: relative;
  border-radius: 5px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 2em;
}

.subscription-box::after {
  background-color: var(--color-accent);
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.subscription-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 30rem;
  --color-danger: #fc365e;
  --color-success: #48c774;
}

.subscription-form-title {
  margin-top: 0;
  font-size: 1.6rem;
}

.subscription-form-description {
  text-align: left;
  margin-bottom: 2em;
  margin-top: 0;
}

.subscription-form input,
.subscription-form button {
  padding: 10px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #cecece;
}

.subscription-form input {
  background-color: transparent;
}

.subscription-form button {
  text-align: center;
  text-transform: uppercase;
  background-color: var(--color-accent);
  color: #e6e6e6;
}

.subscription-form .success-message,
.subscription-form .error-message {
  display: none;
}

.subscription-form.success .success-message,
.subscription-form.error .error-message {
  display: flex;
  margin-top: 10px;
  font-weight: 500;
}

.subscription-form.success .success-message {
  color: var(--color-success);
}

.subscription-form.error .error-message {
  color: var(--color-danger);
}

.label-description {
  font-weight: 500;
  margin-left: 50px;
  white-space: nowrap;
}

.subscribe-box {
  background-color: #fff;
  display: flex;
  padding: 0.5em;
  border-radius: 5px;
}

.subscribe-box input {
  border: none;
  box-shadow: none;
  flex: 2;
  margin: 0;
  padding: 0 1em;
  outline: none;
  font-size: 15px;
}

.subscribe-box button {
  flex: 1;
  font-size: 0.8rem;
  padding: 1em;
  font-weight: 700;
}

.switch {
  position: relative;
  display: flex;
  width: 45px;
  height: 25px;
  margin-bottom: 1em;
  margin-right: 1em;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--color-accent);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.kg-toggle-card,
.kg-toggle-card * {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.l-post-content .kg-toggle-card {
  background: rgba(255, 255, 255, 0.08); /* Light grayish transparent */
  border-radius: 8px;
  padding: 1.2em;
  color: var(
    --primary-foreground-color
  ); /* Light gray text for better contrast */
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  overflow: hidden;
}

.kg-toggle-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.8em;
  border-radius: 6px;
}
.kg-toggle-card-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

.kg-toggle-card-icon svg {
  width: 20px;
  height: 20px;
  fill: #b0b0b0; /* Neutral gray icon */
  transition: transform 0.3s;
}

.kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-card-icon svg {
  transform: rotate(180deg);
}

.kg-toggle-content {
  padding: 0.8em;
  display: none;
}

.kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-content {
  display: block;
}

.kg-toggle-content p {
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.5;
}

.kg-toggle-content a {
  color: #6ab6ff; /* Soft blue for links */
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.kg-toggle-content a:hover {
  color: #4a90e2; /* Slightly darker blue */
  text-decoration: underline;
}
.list.js-toc {
  display: none !important; /* Default state: hidden */
}

.list.js-toc.toc-is-visible {
  display: block !important; /* Show when the class is present */
}
.menu-wrapper {
  position: relative;
  display: inline-flex; /* Change to inline-flex for horizontal alignment */
  align-items: center; /* Vertically center the menu items */
  padding-top: 10px;
  font-size: 1rem;
  z-index: 5;
}

.menu-wrapper > .menu {
  background: var(--background-color);
  height: 50px;
  width: 50px;
  border-radius: 39px;
  color: var(--primary-foreground-color);
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}

.menu-wrapper .menu::before {
  content: "\E5D2";
  font-family: "Material Icons";
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-wrapper > .list {
  padding: 0.1em 0;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 75px;
  left: 25px;
  transform: translateX(-50%);
  color: #e6e6e6;
  white-space: nowrap;
  cursor: default;
  min-width: 160px;
  text-align: center;
  display: none;
  list-style: none;
  text-align: center;
}

.m-share .menu-wrapper .tocbot-list li {
  padding: 8px 12px;
}

.m-share .menu-wrapper .tocbot-list > li > a {
  padding: 10px 50px;
  font-weight: bold;
  font-size: 1rem;
  color: var(--primary-color);
  text-decoration: none;
  transition: background 0.3s ease;
}

.menu-wrapper > .list::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: inherit;
  position: absolute;
  top: -0.375em;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.menu-wrapper > .list a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  padding: 0.5em 2.5em;
  position: relative;
  justify-content: center;
}

.menu-wrapper > .list a::before {
  font-family: "Material Icons";
  position: absolute;
  left: 8px;
}
.menu-wrapper > .list li {
  justify-content: center;
  text-align: -webkit-center;
  color: var(--primary-foreground-color);
}
.menu-wrapper .tocbot-list {
  background: var(--hover-background-color);
  color: var(--hover-text-color);
  border-radius: 10px;
  list-style: none;
  width: max-content;
  padding: 0;
  margin: 0;
}
/* Styling for sublist (subheadings) */
.m-share .menu-wrapper .tocbot-list ul {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}
/* Remove default bullets */
.m-share .menu-wrapper .tocbot-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Properly align the list items */
.m-share .menu-wrapper .tocbot-list li {
  padding: 1px 12px;
}
.m-share .menu-wrapper .tocbot-list > li > a {
  padding: 10px 50px;
  font-weight: bold;
  font-size: 1rem;
  color: var(--primary-color);
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-flex; /* To align icon and text properly */
  align-items: center; /* Vertically centers the icon with the text */
}

/* Ensure nested list items (subheadings) have their own style */
.m-share .menu-wrapper .tocbot-list ul li {
  padding: 3px 0;
  margin: 0; /* Remove margin */
  line-height: 1.2; /* Adjust line-height */
  list-style: none;
}
/* Subheading text styling */
.m-share .menu-wrapper .tocbot-list ul li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  color: var(--secondary-color);
  display: inline-flex; /* To align icon and text properly */
  align-items: center; /* Vertically centers the icon with the text */
}
.m-share .menu-wrapper .tocbot-list li:hover {
  background: linear-gradient(
    to right,
    var(--hover-background-color),
    darken(var(--hover-background-color), 10%)
  ); /* Example gradient */
  color: #2a1ccd;
  border-radius: 5px;
  transition: background 0.3s ease; /* Smooth transition */
}
/* Active TOC link - highlights the currently viewed section */
.m-share .menu-wrapper .tocbot-list a.is-active {
  font-weight: bold;
  color: purple !important; /* Adjust to match your theme */
  border-radius: 5px;
  transition: background 0.3s ease;
}
/* Optional: Add an indicator next to completed links */
.m-share .menu-wrapper .tocbot-list a.is-completed::after {
  content: "✔"; /* Checkmark symbol */
  font-size: 0.8rem;
  color: var(--completed-text-color);
  margin-left: 8px;
  text-decoration: none!important;
}

/* Completed TOC link - indicates a section has been read */
.m-share .menu-wrapper .tocbot-list a.is-completed {
   /* Faded or dimmed color */
  opacity: 0.7; /* Slightly transparent to show it's completed */
  text-decoration: line-through;
}

/* Optional: Add an indicator next to completed links */
.m-share .menu-wrapper .tocbot-list a.is-completed::after {
  content: "✔"; /* Checkmark symbol */
  font-size: 0.8rem;
  color: var(--completed-text-color);
  margin-left: 8px;
  text-decoration: none !important;
}

/* Optional: Animated underline effect on active links */
.m-share .menu-wrapper .tocbot-list a.is-active {
  position: relative;
}

.m-share .menu-wrapper .tocbot-list a.is-active::after {
  content: "_________";
  display: block;
  width: 100%;
  height: px;
  background: var(--highlight-color);
  position: absolute;
  bottom: -3px;
  left: 0;
  animation: underline-slide 0.3s ease-in-out;
}
.m-share .menu-wrapper .tocbot-list a.is-active::before {
  content: "_________";
  display: block;
  height: 10px;
  color: purple;
  bottom: 5px;
  left: 2px;
  animation: underline-slide 0.3s ease-in-out;
  z-index: 40;
}

@keyframes underline-slide {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.disclaimer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.disclaimer {
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 19px;
}
/* Dark Mode Styling */
[data-theme="dark"] .disclaimer {
  border: 12px;
  box-shadow: 0 8px 20px rgb(86 85 85 / 15%),
    0 0 0 2px rgba(200, 200, 200, 0.05);
  transition: opacity 0.2s linear;
}
.disclaimer-header {
  background: var(--ghost-accent-color);
  color: white;
  padding: 14px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.disclaimer-body {
  padding: 15px;
  line-height: 1.6;
  color: var(--titles-color);
  text-align: center;
  text-transform: uppercase;
  min-height: 80px;
}

/* Animated headline */
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

h1.animated-headline { /* Target the specific h1 */
  font-family: "Montserrat Medium";
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

h1.animated-headline { /* Target the specific h1 */
  font-family: "Montserrat Medium";
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

/* Control the initial state of the spans */
.animated-headline span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

/* The 'animate' class will trigger the existing span animations */
.animated-headline.animate span {
  opacity: 0; /* Reset opacity for the animation to run */
  filter: blur(4px); /* Reset blur */
}

.animated-headline.animate span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animated-headline.animate span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}