/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/cpt/single-news.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);
  }
}
.blog-card {
  border-radius: 0.375rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6.25rem);
}
.blog-card.show {
  animation: fade-in-up 1.2s forwards ease;
}
@media (hover: hover) and (pointer: fine) {
  .blog-card:hover .btn {
    background: #101e3a;
  }
  .blog-card:hover .blog-card__content {
    background: #e4e8f7;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.blog-card.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.blog-card__image {
  height: 11.75rem;
  width: 100%;
  object-fit: cover;
}
.blog-card__content {
  padding: 2.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  transition: background 0.3s ease;
}
.blog-card__content p {
  margin: 0 0 1rem;
}
.blog-card__content h3 {
  margin: 0 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .blog-card__content h3 {
    margin: 0 0 2.625rem;
  }
}
.blog-card__content button {
  margin: auto 0 0;
}
@media screen and (min-width: 768px) {
  .blog-card__content {
    padding: 2.25rem 1.875rem;
  }
}

.post-toc {
  max-width: 19.375rem;
  position: sticky;
  top: 6.875rem;
}
.post-toc__title {
  color: #0080ff;
  margin: 0 0 1.5rem;
}
.post-toc__list-title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .post-toc__list-title {
    display: block;
  }
}
.post-toc__items {
  margin: 0 0 2.375rem;
  align-items: stretch;
  gap: 1.875rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .post-toc__items {
    display: flex;
  }
}
.post-toc__items a {
  display: block;
  padding: 1.875rem 0;
}
.post-toc__items a.active {
  font-weight: 500;
}
.post-toc__progress {
  background: #e4e8f7;
  width: 0.4375rem;
  border-radius: 0.3125rem;
}
.post-toc__progress-thumb {
  background: #0080ff;
  width: 0.4375rem;
  border-radius: 0.3125rem;
  transition: height 0.3s ease, transform 0.3s ease;
}
.post-toc__share-links {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .post-toc__share-links {
    flex-wrap: nowrap;
  }
}
.post-toc__share-links a {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f3f5ff;
}
.post-toc__share-links a svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.post-content {
  padding: 0 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .post-content {
    padding: 0 0 7.5rem;
  }
}
.post-content .container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .post-content .container {
    flex-direction: row;
  }
}
.post-content__text {
  max-width: 52.9375rem;
  width: 100%;
}
.post-content__text-date {
  margin: 0 0 0.5rem;
  color: #0080ff;
  text-transform: uppercase;
}
.post-content__text p:not(:last-child) {
  margin: 0 0 1.5rem;
}
.post-content__text h1 {
  font-size: 2.8125rem;
  font-weight: 250;
  line-height: 1.05;
  margin: 0 0 2.875rem;
}
@media screen and (min-width: 768px) {
  .post-content__text h1 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .post-content__text h1 {
    font-size: 3.75rem;
  }
}
.post-content__text h2 {
  margin: 2.125rem 0 2rem;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .post-content__text h2 {
    margin: 3.125rem 0 2rem;
  }
}
.post-content__text h3 {
  margin: 2.125rem 0 1.375rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-content__text h3 {
    margin: 3.125rem 0 1.375rem;
  }
}
.post-content__text img {
  width: 100%;
  height: auto;
  margin: 3.125rem 0 1.5rem;
}
.post-content__text ul,
.post-content__text ol {
  padding: 0 0 0 1.75rem;
  margin: 0 0 1.25rem;
}
.post-content__text ul li {
  list-style-type: disc;
}
.post-content__text ol li {
  list-style-type: decimal;
}
.post-content__text a {
  color: #0080ff;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .post-content__text a {
    word-break: normal;
  }
}

.latest-posts {
  background: #f3f5ff;
  padding: 3.75rem 0rem 3.75rem;
}
@media screen and (min-width: 1180px) {
  .latest-posts {
    padding: 7.5rem 0rem 7.5rem;
  }
}
.latest-posts h2 {
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .latest-posts h2 {
    margin: 0 0 2.75rem;
  }
}

body {
  overflow-x: visible;
}

.news-banner {
  width: 100%;
  margin: 0 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-banner {
    margin: 0 0 6.25rem;
  }
}
.news-banner img {
  width: 100%;
  height: auto;
}

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