/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/single-post/single-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;
  }
}
.my-single-post {
  position: relative;
  background-image: url(62d92b3d6fc9c2388c82.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 14.375rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post {
    padding-top: 11.9375rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post {
    padding-top: 10.625rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post {
    padding-top: 11.97917vw;
  }
}
.my-single-post__feautured {
  opacity: 0;
  background-image: url(587560121f326efae15c.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
  width: 100%;
  height: 100%;
}
.my-single-post__feautured.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
@media screen and (max-width: 1200px) {
  .my-single-post__feautured {
    padding-bottom: 6.25rem;
  }
}
.my-single-post__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 5rem;
}
@media screen and (max-width: 1200px) {
  .my-single-post__text-wrapper {
    flex-direction: column;
    align-items: start;
    margin-right: 0rem;
  }
}
.my-single-post__info {
  color: rgb(255, 255, 255);
  margin-top: 23.75rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post__info {
    margin-top: 19.75rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__info {
    margin-top: 17.5625rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__info {
    margin-top: 1.875rem;
    margin-left: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .my-single-post__info {
    margin-left: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .my-single-post__info {
    margin-left: 2.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__info {
    margin-left: 1.625rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__info {
    margin-left: 4.16667vw;
    margin-top: 19.79167vw;
  }
}
.my-single-post__date {
  opacity: 0;
}
.my-single-post__date.show {
  animation: enter-left 0.5s ease-out forwards;
}
.my-single-post__author {
  opacity: 0;
  margin-bottom: 0.5rem;
}
.my-single-post__author.show {
  animation: enter-left 0.5s ease-out forwards;
}
.my-single-post__categories {
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.625rem;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .my-single-post__categories {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__categories {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__categories {
    margin-bottom: 4.6875vw;
  }
}
.my-single-post__category {
  opacity: 0;
  background-color: rgb(169, 41, 41);
  color: rgb(255, 255, 255);
  padding: 1rem 1rem 0.3125rem 1rem;
  transform: rotate(-17deg);
}
.my-single-post__category.show:nth-of-type(0) {
  animation: fade-in 0.5s ease-out forwards 0s;
}
.my-single-post__category.show:nth-of-type(1) {
  animation: fade-in 0.5s ease-out forwards 0.1s;
}
.my-single-post__category.show:nth-of-type(2) {
  animation: fade-in 0.5s ease-out forwards 0.2s;
}
.my-single-post__category.show:nth-of-type(3) {
  animation: fade-in 0.5s ease-out forwards 0.3s;
}
.my-single-post__category.show:nth-of-type(4) {
  animation: fade-in 0.5s ease-out forwards 0.4s;
}
.my-single-post__category.show:nth-of-type(5) {
  animation: fade-in 0.5s ease-out forwards 0.5s;
}
.my-single-post__category.show:nth-of-type(6) {
  animation: fade-in 0.5s ease-out forwards 0.6s;
}
.my-single-post__category.show:nth-of-type(7) {
  animation: fade-in 0.5s ease-out forwards 0.7s;
}
.my-single-post__category.show:nth-of-type(8) {
  animation: fade-in 0.5s ease-out forwards 0.8s;
}
.my-single-post__category.show:nth-of-type(9) {
  animation: fade-in 0.5s ease-out forwards 0.9s;
}
.my-single-post__category.show:nth-of-type(10) {
  animation: fade-in 0.5s ease-out forwards 1s;
}
.my-single-post__category.show:nth-of-type(11) {
  animation: fade-in 0.5s ease-out forwards 1.1s;
}
.my-single-post__category.show:nth-of-type(12) {
  animation: fade-in 0.5s ease-out forwards 1.2s;
}
.my-single-post__category.show:nth-of-type(13) {
  animation: fade-in 0.5s ease-out forwards 1.3s;
}
.my-single-post__category.show:nth-of-type(14) {
  animation: fade-in 0.5s ease-out forwards 1.4s;
}
.my-single-post__category.show:nth-of-type(15) {
  animation: fade-in 0.5s ease-out forwards 1.5s;
}
.my-single-post__category.show:nth-of-type(16) {
  animation: fade-in 0.5s ease-out forwards 1.6s;
}
.my-single-post__category.show:nth-of-type(17) {
  animation: fade-in 0.5s ease-out forwards 1.7s;
}
.my-single-post__category.show:nth-of-type(18) {
  animation: fade-in 0.5s ease-out forwards 1.8s;
}
.my-single-post__category.show:nth-of-type(19) {
  animation: fade-in 0.5s ease-out forwards 1.9s;
}
.my-single-post__category.show:nth-of-type(20) {
  animation: fade-in 0.5s ease-out forwards 2s;
}
.my-single-post__category.show:nth-of-type(21) {
  animation: fade-in 0.5s ease-out forwards 2.1s;
}
.my-single-post__category.show:nth-of-type(22) {
  animation: fade-in 0.5s ease-out forwards 2.2s;
}
.my-single-post__category.show:nth-of-type(23) {
  animation: fade-in 0.5s ease-out forwards 2.3s;
}
.my-single-post__category.show:nth-of-type(24) {
  animation: fade-in 0.5s ease-out forwards 2.4s;
}
.my-single-post__category.show:nth-of-type(25) {
  animation: fade-in 0.5s ease-out forwards 2.5s;
}
.my-single-post__category.show:nth-of-type(26) {
  animation: fade-in 0.5s ease-out forwards 2.6s;
}
.my-single-post__category.show:nth-of-type(27) {
  animation: fade-in 0.5s ease-out forwards 2.7s;
}
.my-single-post__category.show:nth-of-type(28) {
  animation: fade-in 0.5s ease-out forwards 2.8s;
}
.my-single-post__category.show:nth-of-type(29) {
  animation: fade-in 0.5s ease-out forwards 2.9s;
}
.my-single-post__category.show:nth-of-type(30) {
  animation: fade-in 0.5s ease-out forwards 3s;
}
.my-single-post__category:nth-last-of-type(even) {
  transform: rotate(17deg);
}
.my-single-post__title-wrapper {
  padding-top: 15.625rem;
  margin-left: 5rem;
  width: 70vw;
  margin-right: 1rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post__title-wrapper {
    padding-top: 12.5rem;
    margin-left: 4.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__title-wrapper {
    margin-left: 3.6875rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__title-wrapper {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .my-single-post__title-wrapper {
    margin-left: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .my-single-post__title-wrapper {
    margin-left: 2.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__title-wrapper {
    margin-left: 1.625rem;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__title-wrapper {
    padding-top: 13.02083vw;
    margin-left: 4.16667vw;
  }
}
.my-single-post__title {
  opacity: 0;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.my-single-post__title.show {
  animation: enter-left 0.5s ease-out forwards;
}
.my-single-post__excerpt {
  color: rgb(255, 255, 255);
  opacity: 0;
  margin-top: 1.0625rem;
}
.my-single-post__excerpt.show {
  animation: enter-left 0.5s ease-out forwards;
}
.my-single-post__mask-wrapper {
  height: 46.875rem;
  width: 100%;
  transform: translateY(11%);
}
@media screen and (max-width: 1600px) {
  .my-single-post__mask-wrapper {
    height: 39.0625rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__mask-wrapper {
    height: 34.6875rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__mask-wrapper {
    height: 31.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__mask-wrapper {
    height: 39.0625vw;
  }
}
.my-single-post__featured-mask {
  opacity: 0;
  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;
}
.my-single-post__featured-mask.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.my-single-post__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.my-single-post__container {
  margin-bottom: 9.375rem;
  margin-inline: auto;
  margin-top: 6.25rem;
  max-width: 58.25rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post__container {
    margin-bottom: 7.8125rem;
    margin-top: 5.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__container {
    margin-bottom: 6.9375rem;
    margin-top: 4.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__container {
    margin-top: 4rem;
    margin-bottom: 5.9375rem;
  }
}
@media screen and (max-width: 992px) {
  .my-single-post__container {
    margin-top: 3.3125rem;
    margin-bottom: 4.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .my-single-post__container {
    margin-top: 2.8125rem;
    margin-bottom: 4.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__container {
    padding-inline: 1.875rem;
    margin-top: 2.125rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__container {
    max-width: 48.54167vw;
    margin-top: 5.20833vw;
    margin-bottom: 7.8125vw;
  }
}
.my-single-post__subtitle {
  opacity: 0;
  color: rgb(0, 0, 0);
  background-color: rgb(245, 169, 28);
  margin-bottom: 1.6875rem;
  display: inline-block;
  margin-top: 0.875rem;
}
.my-single-post__subtitle.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
@media screen and (max-width: 576px) {
  .my-single-post__subtitle {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__subtitle {
    margin-bottom: 1.40625vw;
    margin-top: 0.72917vw;
  }
}
.my-single-post__text-area {
  opacity: 0;
  color: rgb(255, 255, 255);
}
.my-single-post__text-area.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.my-single-post__center-mask {
  opacity: 0;
  margin-block: 1.6875rem;
  height: 100%;
  width: 100%;
  mask-image: url(97269f9ee9e4eca248f0.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(97269f9ee9e4eca248f0.svg);
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: cover;
}
.my-single-post__center-mask.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
@media screen and (max-width: 576px) {
  .my-single-post__center-mask {
    margin-block: 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__center-mask {
    margin-block: 1.40625vw;
  }
}
.my-single-post__center-image {
  height: 100%;
  width: 130%;
  object-fit: cover;
  object-position: top;
}
.my-single-post__socials {
  opacity: 0;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.my-single-post__socials.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
@media screen and (max-width: 576px) {
  .my-single-post__socials {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__socials {
    margin-top: 2.08333vw;
    gap: 0.67708vw;
  }
}
.my-single-post__socials-prefix {
  color: rgb(153, 153, 153);
}
.my-single-post__socials-link {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .my-single-post__socials-link:hover {
    transform: scale(1.1);
  }
}
.my-single-post__bottom-svg {
  width: 100%;
  padding-bottom: 23.75rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post__bottom-svg {
    padding-bottom: 22.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__bottom-svg {
    padding-bottom: 20.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__bottom-svg {
    padding-bottom: 19.6875rem;
    width: 76.25rem;
  }
}
@media screen and (max-width: 992px) {
  .my-single-post__bottom-svg {
    padding-bottom: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .my-single-post__bottom-svg {
    padding-bottom: 36.875rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__bottom-svg {
    padding-bottom: 33.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__bottom-svg {
    padding-bottom: 19.79167vw;
  }
}
.my-single-post__bottom-svg svg {
  width: 100%;
  height: auto;
  display: block;
}
.my-single-post__bg-wire1 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .my-single-post__bg-wire1 {
    min-height: 37.5rem;
  }
}
.my-single-post__bg-wire2 {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .my-single-post__bg-wire2 {
    min-height: 37.5rem;
  }
}
.my-single-post__bg-wire3 {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .my-single-post__bg-wire3 {
    min-height: 37.5rem;
  }
}
.my-single-post__bottom-right-svg {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 60%;
  width: 18.75rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post__bottom-right-svg {
    width: 14.9375rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__bottom-right-svg {
    width: 12.4375rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__bottom-right-svg {
    width: 12.3125rem;
  }
}
@media screen and (max-width: 992px) {
  .my-single-post__bottom-right-svg {
    width: 10.25rem;
  }
}
@media screen and (max-width: 768px) {
  .my-single-post__bottom-right-svg {
    width: 8.75rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__bottom-right-svg {
    width: 6.625rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__bottom-right-svg {
    width: 16.14583vw;
  }
}
.my-single-post__bottom-right-svg svg {
  width: 100%;
  height: 100%;
}
.my-single-post__bottom-right-svg.show {
  animation: band-right-rock-in-shake 0.8s ease-out forwards;
}
@media screen and (max-width: 1200px) {
  .my-single-post__bottom-right-svg.show {
    opacity: 0 !important;
  }
}
.my-single-post__top-left-svg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 30%;
  width: 21.875rem;
}
@media screen and (max-width: 1600px) {
  .my-single-post__top-left-svg {
    width: 18.9375rem;
  }
}
@media screen and (max-width: 1400px) {
  .my-single-post__top-left-svg {
    width: 11.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .my-single-post__top-left-svg {
    width: 14.25rem;
  }
}
@media screen and (max-width: 992px) {
  .my-single-post__top-left-svg {
    width: 12.625rem;
  }
}
@media screen and (max-width: 768px) {
  .my-single-post__top-left-svg {
    width: 10.5rem;
  }
}
@media screen and (max-width: 576px) {
  .my-single-post__top-left-svg {
    width: 7.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .my-single-post__top-left-svg {
    width: 22.70833vw;
  }
}
.my-single-post__top-left-svg svg {
  width: 100%;
  height: 100%;
}
.my-single-post__top-left-svg.show {
  animation: rock-in-shake 0.8s ease-out forwards;
}
@media screen and (max-width: 1200px) {
  .my-single-post__top-left-svg.show {
    opacity: 0 !important;
  }
}
.my-single-post__breadcrumbs {
  margin-top: 1rem;
  opacity: 0;
  display: inline-block;
}
.my-single-post__breadcrumbs.show {
  animation: enter-left 0.5s ease-out forwards;
}
.my-single-post__breadcrumbs a {
  color: rgb(255, 255, 255);
  display: inline-block;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .my-single-post__breadcrumbs a:hover {
    transform: scale(1.1);
  }
}

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