@media (min-width: 420px) {
  /* line 1, scss/patterns/_blog.scss */
  .blogs .col.post {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 480px) {
  /* line 1, scss/patterns/_blog.scss */
  .blogs .col.post {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 576px) {
  /* line 1, scss/patterns/_blog.scss */
  .blogs .col.post {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 1, scss/patterns/_blog.scss */
  .blogs .col.post {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1, scss/patterns/_blog.scss */
  .blogs .col.post {
    flex: 0 0 auto;
    width: 35%;
  }
}

@media (min-width: 1460px) {
  /* line 1, scss/patterns/_blog.scss */
  .blogs .col.post {
    flex: 0 0 auto;
    width: 25%;
  }
}

/* line 22, scss/patterns/_blog.scss */
.post-link {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #1a1a1a;
  background: #fff;
  border: 2px solid #17347b;
}

/* line 32, scss/patterns/_blog.scss */
.post-link figure {
  position: relative;
  overflow: hidden;
}

/* line 36, scss/patterns/_blog.scss */
.post-link figure:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #c91024;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 52, scss/patterns/_blog.scss */
.post-link .box {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

/* line 60, scss/patterns/_blog.scss */
.post-link h2, .post-link p {
  color: #1a1a1a;
}

/* line 65, scss/patterns/_blog.scss */
.post-link h2 + p {
  margin-top: 1rem;
}

/* line 70, scss/patterns/_blog.scss */
.post-link p {
  text-align: justify;
}

/* line 74, scss/patterns/_blog.scss */
.post-link .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px dashed #ccc;
}

/* line 83, scss/patterns/_blog.scss */
.post-link .btn {
  flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  color: #17347b;
  border: 2px solid #17347b;
}

/* line 94, scss/elementals/_mixins.scss */
.post-link:hover, .post-link:focus {
  border-color: #c91024;
}

@media (hover: hover) {
  /* line 94, scss/elementals/_mixins.scss */
  .post-link:hover, .post-link:focus {
    transition: border 0.2s linear;
  }
}

/* line 98, scss/patterns/_blog.scss */
.post-link:hover figure:before, .post-link:focus figure:before {
  opacity: 0.25;
}

@media (hover: hover) {
  /* line 98, scss/patterns/_blog.scss */
  .post-link:hover figure:before, .post-link:focus figure:before {
    transition: opacity 0.2s linear;
  }
}

/* line 107, scss/patterns/_blog.scss */
.post-link:hover h2, .post-link:focus h2 {
  color: #c91024;
}

@media (hover: hover) {
  /* line 107, scss/patterns/_blog.scss */
  .post-link:hover h2, .post-link:focus h2 {
    transition: color 0.2s linear;
  }
}

/* line 115, scss/patterns/_blog.scss */
.post-link:hover .btn, .post-link:focus .btn {
  color: #c91024;
  border: 2px dashed #c91024;
}

@media (hover: hover) {
  /* line 115, scss/patterns/_blog.scss */
  .post-link:hover .btn, .post-link:focus .btn {
    transition: color 0.2s linear, border 0.2s linear;
  }
}

@media (hover: hover) {
  /* line 100, scss/elementals/_mixins.scss */
  .post-link:active {
    border-color: #ccc;
    transition: none;
  }
  /* line 128, scss/patterns/_blog.scss */
  .post-link:active figure {
    filter: grayscale(1);
  }
  /* line 131, scss/patterns/_blog.scss */
  .post-link:active figure:before {
    opacity: 0;
    transition: none;
  }
  /* line 137, scss/patterns/_blog.scss */
  .post-link:active h2, .post-link:active time {
    color: #ccc;
    transition: none;
  }
  /* line 142, scss/patterns/_blog.scss */
  .post-link:active .btn {
    color: #ccc;
    border-color: #ccc;
    transition: none;
  }
}

/* line 4, scss/pages/archive.scss */
.blogs {
  flex: 1 1 auto;
  padding: 4rem 0;
  background: #fff;
}

/* line 9, scss/pages/archive.scss */
.blogs .main {
  row-gap: 40px;
  justify-content: center;
}

/* line 25, scss/pages/archive.scss */
.blog-pagination {
  padding: 40px 0;
}

/* line 28, scss/pages/archive.scss */
.blog-pagination ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* line 40, scss/pages/archive.scss */
.blog-pagination ul li {
  flex: 0 0 auto;
}

/* line 43, scss/pages/archive.scss */
.blog-pagination ul li .page-numbers {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #ccc;
}

/* line 51, scss/pages/archive.scss */
.blog-pagination ul li .page-numbers.current {
  color: #17347b;
  border: 1px solid #17347b;
}

/* line 57, scss/pages/archive.scss */
.blog-pagination ul li a.page-numbers {
  color: #ccc;
  border: 1px solid #ccc;
}

/* line 94, scss/elementals/_mixins.scss */
.blog-pagination ul li a.page-numbers:hover, .blog-pagination ul li a.page-numbers:focus {
  color: #17347b;
  border-color: #17347b;
}

@media (hover: hover) {
  /* line 94, scss/elementals/_mixins.scss */
  .blog-pagination ul li a.page-numbers:hover, .blog-pagination ul li a.page-numbers:focus {
    transition: color 0.2s linear, border 0.2s linear;
  }
}

@media (hover: hover) {
  /* line 100, scss/elementals/_mixins.scss */
  .blog-pagination ul li a.page-numbers:active {
    color: #c91024;
    border: 1px dashed #c91024;
    transition: none;
  }
}