/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/featured-article/featured-article.scss ***!
  \********************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  font-family: "Modern Gothic";
  font-size: 1.125rem;
  line-height: 142%;
  font-weight: 400;
  padding: 0.6875rem 1.5625rem;
  border-radius: 1.6875rem;
  color: #fff;
  background: transparent;
  border: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  max-width: fit-content;
  width: 100%;
}
.btn.btn--blue {
  background: #0080ff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--blue:hover {
    background: #101e3a;
  }
}
.btn.btn--navy {
  background: #101e3a;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--navy.hover-reverse:hover {
    background: #fff;
    color: #101e3a;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--navy:hover {
    background: #0080ff;
  }
}
.btn.btn--transparent {
  background: transparent;
  border: 0.0625rem solid #0080ff;
  color: #101e3a;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--transparent:hover {
    background: #101e3a;
    border-color: #101e3a;
    color: #fff;
  }
}
.btn.btn--small {
  padding: 0.4375rem 1.0625rem;
  line-height: 150%;
}

.featured-article {
  padding: 3.75rem 0;
  background: #101e3a;
}
@media screen and (min-width: 768px) {
  .featured-article {
    padding: 5rem 0;
  }
}
.featured-article h2 {
  color: #fff;
  margin: 0 0 2.5rem;
}
.featured-article__post {
  background: #fff;
  border-radius: 0.375rem;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.5rem;
  opacity: 0;
  transform: translateY(2.5rem);
}
.featured-article__post.show {
  animation: fade-in-up 1s ease forwards;
}
@media screen and (min-width: 1024px) {
  .featured-article__post {
    flex-direction: row;
    padding: 2.5rem 4.375rem 2.5rem 2.25rem;
  }
}
.featured-article__post-image {
  width: 100%;
  max-width: 48.125rem;
  min-height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}
.featured-article__post-content {
  width: 100%;
  max-width: 48rem;
}
@media screen and (min-width: 1024px) {
  .featured-article__post-content {
    max-width: 25rem;
  }
}
.featured-article__post-content > p {
  margin: 0 0 1rem;
}
.featured-article__post-content h3 {
  margin: 0 0 0.625rem;
}
.featured-article__post-content .btn {
  display: block;
  margin: 1.875rem 0;
}

/*# sourceMappingURL=featured-article.css.map*/