/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/blog.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-header {
  margin: 0 auto;
  padding: 60px 20px 0;
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .article-header {
    padding-top: 40px;
  }
}
.article-thumbnail {
  overflow: hidden;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .article-thumbnail {
    height: 310px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 4px;
  padding: 40px 20px 0;
  width: 100%;
  max-width: 860px;
  gap: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .article-meta {
    padding-top: 30px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.article-meta__image {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-meta__image {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}
.article-meta__name {
  font-weight: 700;
  line-height: 1.25;
}
.article-meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-meta__item {
  position: relative;
  line-height: 1.45;
}
.article-meta__item:not(:last-child) {
  padding-right: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .article-meta__item:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
  }
}
.article-meta__item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #929497;
}
.article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 80px 20px 120px;
  width: 100%;
  max-width: 1070px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .article-content {
    padding: 40px 20px 60px;
    gap: 32px;
  }
}
.article-content .wp-block-image {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-image {
    min-height: 335px;
    border-radius: 20px;
  }
  .article-content .wp-block-image img {
    height: auto;
  }
}
.article-content section.wp-block-group {
  padding: 32px;
  border-radius: 30px;
  background-color: #F2F4F7;
}
@media screen and (max-width: 768px) {
  .article-content section.wp-block-group {
    padding: 20px;
    border-radius: 20px;
  }
}
.article-content section.wp-block-group .wp-block-heading {
  line-height: 1.15;
}
.article-content .wp-block-group .wp-block-group__inner-container .wp-block-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-group .wp-block-group__inner-container .wp-block-heading {
    margin-bottom: 16px;
  }
}
.article-content .wp-block-group .wp-block-group__inner-container p + p {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-group .wp-block-group__inner-container p + p {
    margin-top: 8px;
  }
}
.article-content .wp-block-verse {
  padding-left: 16px;
  font-size: 24px;
  line-height: 1.45;
  border-left: 1px solid #929497;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-verse {
    font-size: 18px;
    line-height: 1.35;
  }
}
.article-content .wp-block-video {
  position: relative;
  max-height: 550px;
  cursor: pointer;
  border-radius: 30px;
  overflow: hidden;
}
.article-content .wp-block-video:before {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  content: "";
  background: url("../../../assets/images/svg/play-video-btn.svg") no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.article-content .wp-block-video.playing:before {
  display: none;
}
.article-content .wp-block-video video {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-video {
    min-height: 335px;
    border-radius: 20px;
  }
  .article-content .wp-block-video:before {
    display: none;
  }
}
.article-content .wp-block-table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.article-content .wp-block-table table th {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  background-color: #F2F4F7;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-table table th {
    font-size: 18px;
  }
}
.article-content .wp-block-table table th:nth-child(1) {
  width: 292px;
}
.article-content .wp-block-table table th:nth-child(2), .article-content .wp-block-table table th:nth-child(3) {
  width: 370px;
}
.article-content .wp-block-table table th, .article-content .wp-block-table table td {
  padding: 12px;
  vertical-align: top;
  border: 1px solid #888;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-table table td {
    font-size: 14px;
  }
}
.article-content .wp-block-quote {
  position: relative;
  padding: 24px 40px;
  background-color: #F2F4F7;
  border-radius: 5px 30px 30px 5px;
}
body.rtl .article-content .wp-block-quote {
  border-radius: 30px 5px 5px 30px;
}
@media screen and (max-width: 768px) {
  .article-content .wp-block-quote {
    padding: 20px 20px 20px 24px;
    border-radius: 5px 20px 20px 5px;
  }
  body .article-content .wp-block-quote {
    padding: 20px 24px 20px 20px;
    border-radius: 20px 5px 5px 20px;
  }
}
.article-content .wp-block-quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #8B5CF6;
  border-radius: 30px;
}
body.rtl .article-content .wp-block-quote:before {
  right: 0;
}
.article-content a {
  color: #4FB498;
  text-decoration: none;
}
.article-content a:hover, .article-content a:focus, .article-content aactive {
  text-decoration: underline;
}
.article-content ul {
  list-style: disc;
}
.article-content ul li {
  margin-left: 28px;
}
body.rtl .article-content ul li {
  margin-left: 0;
  margin-right: 28px;
}
.article__title {
  margin: 16px 0 0;
  font-size: 64px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .article__title {
    margin: 8px 0 20px;
    font-size: 32px;
  }
}
.article__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.article__back-link svg {
  margin: 0 8px 0 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
[dir=rtl] .article__back-link svg {
  margin: 0 0 0 8px;
  -webkit-transform: none;
          transform: none;
}

.latest-posts {
  width: 100%;
  padding: 80px 0 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .latest-posts {
    padding: 30px 0 60px 0;
  }
}

.categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  max-width: 100% !important;
  margin: 40px 0 60px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .categories-wrapper {
    margin: 30px 0 !important;
  }
}
.categories-wrapper .career-vacancies-search__filter {
  width: 100%;
}
.categories-wrapper .career-vacancies-search__filter__title {
  display: none;
}
@media screen and (max-width: 1179px) {
  .categories-wrapper .career-vacancies-search__filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.categories-wrapper .career-vacancies-search__filter__item-wrapper {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categories-wrapper .career-vacancies-search__filter__item-wrapper.opened {
  padding: 0 0 30px 0;
}
.categories-wrapper .reset-filters {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 !important;
  margin-left: 24px;
  color: #003630;
  background-color: transparent;
}
@media screen and (max-width: 1179px) {
  .categories-wrapper .reset-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.categories-wrapper .reset-filters.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.categories-wrapper .reset-filters__text {
  margin-right: 4px;
}
[dir=rtl] .categories-wrapper .reset-filters__text {
  margin-left: 4px;
  margin-right: 0;
}
@media screen and (min-width: 1179px) {
  .categories-wrapper .reset-filters__text {
    margin-right: 8px;
  }
  [dir=rtl] .categories-wrapper .reset-filters__text {
    margin-left: 8px;
    margin-right: 0;
  }
}
.categories-wrapper .reset-filters__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .categories-wrapper .reset-filters:hover svg path {
    stroke: #003630;
  }
}
.categories-wrapper .reset-filters:focus svg path, .categories-wrapper .reset-filters:active svg path {
  stroke: #003630;
}

.featured-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .featured-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 12px;
  }
}
.featured-post__thumbnail {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .featured-post__thumbnail {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .featured-post__thumbnail {
    height: 242px;
  }
}
[dir=rtl] .featured-post__thumbnail picture.rtl-image img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.featured-post__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  clip-path: polygon(0% 5.988%, 0% 5.988%, 0.048% 5.017%, 0.187% 4.095%, 0.409% 3.236%, 0.707% 2.452%, 1.073% 1.754%, 1.5% 1.155%, 1.98% 0.668%, 2.505% 0.305%, 3.069% 0.078%, 3.663% 0%, 96.337% 0%, 96.337% 0%, 96.931% 0.078%, 97.495% 0.305%, 98.02% 0.668%, 98.5% 1.155%, 98.927% 1.754%, 99.293% 2.452%, 99.591% 3.236%, 99.813% 4.095%, 99.952% 5.017%, 100% 5.988%, 100% 78.044%, 100% 78.044%, 99.952% 79.015%, 99.813% 79.937%, 99.591% 80.796%, 99.293% 81.58%, 98.927% 82.278%, 98.5% 82.877%, 98.02% 83.364%, 97.495% 83.727%, 96.931% 83.954%, 96.337% 84.032%, 69.231% 84.032%, 69.231% 84.032%, 68.439% 84.136%, 67.687% 84.439%, 66.986% 84.923%, 66.346% 85.572%, 65.777% 86.37%, 65.289% 87.301%, 64.892% 88.347%, 64.596% 89.492%, 64.411% 90.721%, 64.347% 92.016%, 64.347% 94.012%, 64.347% 94.012%, 64.299% 94.983%, 64.16% 95.905%, 63.938% 96.764%, 63.64% 97.548%, 63.274% 98.246%, 62.847% 98.845%, 62.367% 99.332%, 61.842% 99.695%, 61.278% 99.922%, 60.684% 100%, 3.663% 100%, 3.663% 100%, 3.069% 99.922%, 2.505% 99.695%, 1.98% 99.332%, 1.5% 98.845%, 1.073% 98.246%, 0.707% 97.548%, 0.409% 96.764%, 0.187% 95.905%, 0.048% 94.983%, 0% 94.012%, 0% 5.988%);
}
[dir=rtl] .featured-post__thumbnail img {
  clip-path: polygon(100% 5.988%, 100% 5.988%, 99.952% 5.017%, 99.813% 4.095%, 99.591% 3.236%, 99.293% 2.452%, 98.927% 1.754%, 98.5% 1.155%, 98.02% 0.668%, 97.495% 0.305%, 96.931% 0.078%, 96.337% 0%, 3.663% 0%, 3.663% 0%, 3.069% 0.078%, 2.505% 0.305%, 1.98% 0.668%, 1.5% 1.155%, 1.073% 1.754%, 0.707% 2.452%, 0.409% 3.236%, 0.187% 4.095%, 0.048% 5.017%, 0% 5.988%, 0% 78.044%, 0% 78.044%, 0.048% 79.015%, 0.187% 79.937%, 0.409% 80.796%, 0.707% 81.58%, 1.073% 82.278%, 1.5% 82.877%, 1.98% 83.364%, 2.505% 83.727%, 3.069% 83.954%, 3.663% 84.032%, 30.769% 84.032%, 30.769% 84.032%, 31.561% 84.136%, 32.313% 84.439%, 33.014% 84.923%, 33.654% 85.572%, 34.223% 86.37%, 34.711% 87.301%, 35.108% 88.347%, 35.404% 89.492%, 35.589% 90.721%, 35.653% 92.016%, 35.653% 94.012%, 35.653% 94.012%, 35.701% 94.983%, 35.84% 95.905%, 36.062% 96.764%, 36.36% 97.548%, 36.726% 98.246%, 37.153% 98.845%, 37.633% 99.332%, 38.158% 99.695%, 38.722% 99.922%, 39.316% 100%, 96.337% 100%, 96.337% 100%, 96.931% 99.922%, 97.495% 99.695%, 98.02% 99.332%, 98.5% 98.845%, 98.927% 98.246%, 99.293% 97.548%, 99.591% 96.764%, 99.813% 95.905%, 99.952% 94.983%, 100% 94.012%, 100% 5.988%);
}
@media screen and (max-width: 767px) {
  .featured-post__thumbnail img {
    border-radius: 20px;
    clip-path: polygon(0% 8.264%, 0% 8.264%, 0.078% 6.924%, 0.304% 5.652%, 0.666% 4.466%, 1.152% 3.384%, 1.749% 2.421%, 2.444% 1.595%, 3.227% 0.922%, 4.083% 0.421%, 5.002% 0.108%, 5.97% 0%, 94.03% 0%, 94.03% 0%, 94.998% 0.108%, 95.917% 0.421%, 96.774% 0.922%, 97.556% 1.595%, 98.251% 2.421%, 98.848% 3.384%, 99.334% 4.466%, 99.696% 5.652%, 99.922% 6.924%, 100% 8.264%, 100% 64.744%, 100% 64.744%, 99.922% 66.085%, 99.696% 67.356%, 99.334% 68.542%, 98.848% 69.625%, 98.251% 70.588%, 97.556% 71.414%, 96.774% 72.086%, 95.917% 72.587%, 94.998% 72.901%, 94.03% 73.009%, 44.603% 73.009%, 44.603% 73.009%, 43.151% 73.171%, 41.773% 73.641%, 40.488% 74.392%, 39.314% 75.401%, 38.271% 76.64%, 37.376% 78.084%, 36.648% 79.708%, 36.105% 81.487%, 35.765% 83.395%, 35.648% 85.405%, 35.648% 91.736%, 35.648% 91.736%, 35.57% 93.076%, 35.344% 94.348%, 34.982% 95.534%, 34.496% 96.616%, 33.899% 97.579%, 33.204% 98.405%, 32.421% 99.078%, 31.565% 99.579%, 30.646% 99.892%, 29.678% 100%, 5.97% 100%, 5.97% 100%, 5.002% 99.892%, 4.083% 99.579%, 3.227% 99.078%, 2.444% 98.405%, 1.749% 97.579%, 1.152% 96.616%, 0.666% 95.534%, 0.304% 94.348%, 0.078% 93.076%, 0% 91.736%, 0% 8.264%);
  }
  [dir=rtl] .featured-post__thumbnail img {
    clip-path: polygon(0% 8.264%, 0% 8.264%, 0.078% 6.924%, 0.304% 5.652%, 0.666% 4.466%, 1.152% 3.384%, 1.749% 2.421%, 2.444% 1.595%, 3.227% 0.922%, 4.083% 0.421%, 5.002% 0.108%, 5.97% 0%, 94.03% 0%, 94.03% 0%, 94.998% 0.108%, 95.917% 0.421%, 96.774% 0.922%, 97.556% 1.595%, 98.251% 2.421%, 98.848% 3.384%, 99.334% 4.466%, 99.696% 5.652%, 99.922% 6.924%, 100% 8.264%, 100% 64.744%, 100% 64.744%, 99.922% 66.085%, 99.696% 67.356%, 99.334% 68.542%, 98.848% 69.625%, 98.251% 70.588%, 97.556% 71.414%, 96.774% 72.086%, 95.917% 72.587%, 94.998% 72.901%, 94.03% 73.009%, 44.603% 73.009%, 44.603% 73.009%, 43.151% 73.171%, 41.773% 73.641%, 40.488% 74.392%, 39.314% 75.401%, 38.271% 76.64%, 37.376% 78.084%, 36.648% 79.708%, 36.105% 81.487%, 35.765% 83.395%, 35.648% 85.405%, 35.648% 91.736%, 35.648% 91.736%, 35.57% 93.076%, 35.344% 94.348%, 34.982% 95.534%, 34.496% 96.616%, 33.899% 97.579%, 33.204% 98.405%, 32.421% 99.078%, 31.565% 99.579%, 30.646% 99.892%, 29.678% 100%, 5.97% 100%, 5.97% 100%, 5.002% 99.892%, 4.083% 99.579%, 3.227% 99.078%, 2.444% 98.405%, 1.749% 97.579%, 1.152% 96.616%, 0.666% 95.534%, 0.304% 94.348%, 0.078% 93.076%, 0% 91.736%, 0% 8.264%);
  }
}
.featured-post__link-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .featured-post__link-wrap {
    width: 59%;
  }
  [dir=rtl] .featured-post__link-wrap {
    left: 0;
    right: auto;
  }
}
.featured-post__link {
  z-index: 2;
  width: 100% !important;
}
.featured-post__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .featured-post__title {
    font-size: 32px;
    line-height: 1.1;
  }
}
.featured-post__category {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.featured-post__info {
  padding: 30px;
  max-width: 397px;
  border-radius: 30px;
  background-color: #DCFCE7;
}
@media screen and (max-width: 768px) {
  .featured-post__info {
    max-width: 100%;
    border-radius: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.posts-list {
  display: grid;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .posts-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .posts-list {
    grid-template-columns: 1fr;
  }
}
.posts-list .slide {
  margin: 0 !important;
  width: 100% !important;
}
.posts-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .posts-pagination {
    margin-top: 16px;
  }
}
.posts-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.posts-pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.posts-pagination ul li:first-of-type, .posts-pagination ul li:last-of-type {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin: 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.posts-pagination ul li:first-of-type {
  left: 0;
}
.posts-pagination ul li:last-of-type {
  right: 0;
}
.posts-pagination ul .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.posts-pagination ul .page-numbers:hover svg path, .posts-pagination ul .page-numbers:active svg path, .posts-pagination ul .page-numbers:focus svg path {
  stroke: none !important;
}
.posts-pagination ul .page-numbers .page-nav-link__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  color: #003630;
}
.posts-pagination ul .page-numbers .page-nav-link__icon svg path {
  fill: #003630;
}
[dir=rtl] .posts-pagination ul .page-numbers .page-nav-link__icon {
  position: relative;
  top: -3px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.posts-pagination ul .page-numbers .page-nav-link__text {
  color: #003630;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .posts-pagination ul .page-numbers .page-nav-link__text {
    display: none;
  }
}
.posts-pagination ul .page-numbers.inactive .page-nav-link__icon,
.posts-pagination ul .page-numbers.inactive .page-nav-link__text {
  color: #4C8682;
  pointer-events: none;
}
.posts-pagination ul .page-numbers.inactive .page-nav-link__icon svg path,
.posts-pagination ul .page-numbers.inactive .page-nav-link__text svg path {
  fill: #4C8682;
}
.posts-pagination ul .page-numbers:not(.next):not(.prev):not(.inactive) {
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F4F7;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .posts-pagination ul .page-numbers:not(.next):not(.prev):not(.inactive) {
    width: 36px;
    height: 36px;
  }
}
.posts-pagination ul .page-numbers:not(.next):not(.prev):not(.inactive).current {
  color: #FFFFFF;
  background-color: #003630;
}

.relevant-articles .slide__image {
  min-height: 284px !important;
}

/*# sourceMappingURL=blog.css.map*/