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

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(22, 22, 22);
  position: relative !important;
  overflow-x: hidden;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-left {
  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);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-45px);
  }
  60% {
    transform: translateY(-30px);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes highlight-text {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes contact-subtitle-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(3.48deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(3.48deg) translateY(0);
  }
}
@keyframes contact-phone-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-5.85deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-5.85deg) translateY(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

@keyframes band-right-rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
.featured-post {
  position: relative;
  padding-top: 13.75rem;
  background-image: url(690bce68f05cb24c6509.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .featured-post {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .featured-post {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 992px) {
  .featured-post {
    padding-top: 8.9375rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .featured-post {
    padding-top: 7.8125rem;
  }
}
@media screen and (min-width: 1921px) {
  .featured-post {
    padding-top: 11.45833vw;
  }
}
.featured-post__image-wrapper {
  opacity: 0;
  flex: 1;
  height: 100%;
  width: 100%;
  mask-image: url(dfb002208797f3e9792c.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(dfb002208797f3e9792c.svg);
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: cover;
}
@media screen and (max-width: 992px) {
  .featured-post__image-wrapper {
    max-width: 60%;
    max-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-post__image-wrapper {
    max-width: 70%;
    max-height: 25rem;
  }
}
@media screen and (max-width: 576px) {
  .featured-post__image-wrapper {
    max-width: 80%;
    max-height: 21.875rem;
  }
}
.featured-post__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.featured-post__image-wrapper.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.featured-post__meta, .featured-post__title a, .featured-post__excerpt {
  color: rgb(255, 255, 255);
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 1921px) {
  .featured-post__meta, .featured-post__title a, .featured-post__excerpt {
    margin-bottom: 0.88542vw;
  }
}
.featured-post__excerpt {
  opacity: 0;
}
.featured-post__title {
  opacity: 0;
}
.featured-post__meta {
  opacity: 0;
}
.featured-post__categories {
  opacity: 0;
}
.featured-post__read-more {
  display: inline-block;
  color: rgb(245, 169, 28);
  transition: all 0.3s;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .featured-post__read-more:hover {
    transform: scale(1.1);
  }
}
.featured-post__info {
  flex: 1;
  padding-inline: 4.875rem;
}
@media screen and (max-width: 1600px) {
  .featured-post__info {
    padding-inline: 4.0625rem;
  }
}
@media screen and (max-width: 1400px) {
  .featured-post__info {
    padding-inline: 3.5625rem;
  }
}
@media screen and (max-width: 1200px) {
  .featured-post__info {
    padding-inline: 3.0625rem;
  }
}
@media screen and (max-width: 992px) {
  .featured-post__info {
    padding-inline: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-post__info {
    padding-inline: 4.6875rem;
  }
}
@media screen and (max-width: 576px) {
  .featured-post__info {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 1921px) {
  .featured-post__info {
    padding-inline: 4.0625vw;
  }
}
.featured-post__info.show .featured-post__title,
.featured-post__info.show .featured-post__excerpt,
.featured-post__info.show .featured-post__meta,
.featured-post__info.show .featured-post__categories,
.featured-post__info.show .featured-post__read-more {
  animation: enter-left 0.5s ease-out forwards;
}
.featured-post__info.show .featured-post__title {
  animation-delay: 0.2s;
}
.featured-post__info.show .featured-post__excerpt {
  animation-delay: 0.4s;
}
.featured-post__info.show .featured-post__meta {
  animation-delay: 0.6s;
}
.featured-post__info.show .featured-post__read-more {
  animation-delay: 0.8s;
}
.featured-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-bottom: 3.125rem;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .featured-post__categories {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .featured-post__categories {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .featured-post__categories {
    gap: 1.5625vw;
    margin-bottom: 2.60417vw;
    margin-top: 2.60417vw;
  }
}
.featured-post__category {
  background-color: rgb(169, 41, 41);
  color: #f4f4f4;
  padding: 0.9375rem;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .featured-post__category {
    padding: 0.8125rem;
  }
}
@media screen and (max-width: 1400px) {
  .featured-post__category {
    padding: 0.6875rem;
  }
}
@media screen and (max-width: 1200px) {
  .featured-post__category {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 992px) {
  .featured-post__category {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-post__category {
    padding: 0.4375rem;
  }
}
@media screen and (max-width: 576px) {
  .featured-post__category {
    padding: 0.3125rem;
  }
}
@media screen and (min-width: 1921px) {
  .featured-post__category {
    padding: 0.78125vw;
  }
}
.featured-post__categories li:nth-child(odd), .featured-post__card-categories li:nth-child(odd) {
  transform: rotate(10deg);
}
.featured-post__categories li:nth-child(even), .featured-post__card-categories li:nth-child(even) {
  transform: rotate(-10deg);
}
.featured-post__date, .featured-post__author {
  color: rgb(255, 255, 255);
  display: block;
}
.featured-post__title {
  text-transform: uppercase;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 1921px) {
  .featured-post__title {
    margin-bottom: 0.88542vw;
  }
}
.featured-post__bottom-right-svg {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -3.75rem;
  z-index: 0;
}
@media screen and (max-width: 1600px) {
  .featured-post__bottom-right-svg {
    width: 12.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .featured-post__bottom-right-svg {
    width: 10.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .featured-post__bottom-right-svg {
    width: 9.375rem;
  }
}
@media screen and (max-width: 992px) {
  .featured-post__bottom-right-svg {
    width: 8.125rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-post__bottom-right-svg {
    width: 7.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .featured-post__bottom-right-svg {
    width: 6.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .featured-post__bottom-right-svg {
    width: 11.875vw;
  }
}
.featured-post__bottom-right-svg svg {
  width: 100%;
  height: 100%;
}
.featured-post__bottom-right-svg.show {
  animation: band-right-rock-in-shake 0.8s ease-out forwards;
}
.featured-post__button-wrapper {
  display: inline-block;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .featured-post__button-wrapper:hover {
    transform: scale(1.1);
  }
}

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