@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.hero-title {
  color: var(--color-white);
  font-size: clamp(1.375rem, 0.5727848101rem + 3.2911392405vw, 3rem);
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase
}

.wrapper.overflow {
  overflow: visible
}

.article-hero {
  position: relative;
  margin-top: -195px;
  background-image: var(--gradient-block);
  border-radius: 0 0 15px 15px;
  overflow: hidden
}

.article-hero:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/assets/images/main-redesign/hero-back2.png");
  background-repeat: no-repeat;
  width: 448px;
  height: 394px;
  right: -200px;
  bottom: -130px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

@media(max-width: 61.99875em) {
  .article-hero:after {
    right: -300px;
    bottom: -230px
  }
}

.article-hero__inner {
  padding-block: 238px 30px
}

@media(min-width: 61.99875em) {
  .article-hero__inner {
    padding-block: 285px 141px
  }
}

.article-hero__title {
  margin-bottom: 20px
}

.article-hero__description {
  color: var(--color-white);
  font-size: clamp(0.8125rem, 0.7199367089rem + 0.3797468354vw, 1rem);
  line-height: 16px;
  margin-bottom: 15px
}

.article-hero__description br {
  display: none
}

@media(min-width: 61.99875em) {
  .article-hero__description {
    font-weight: 600;
    line-height: 20px
  }
  .article-hero__description br {
    display: block
  }
}

.article-body__inner {
  padding-block: 50px 0
}

@media(max-width: 61.99875em) {
  .article-body__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width: 47.99875em) {
  .article-body__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-block: 60px 0
  }
}

.article-body__inner .pagination {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  margin: 40px 0;
  text-align: center;
  width: 100%
}

.article-body__inner .pagination ul {
  margin: 0;
  padding: 0;
  width: 100%
}

.article-body__inner .pagination ul li {
  display: inline-block
}

.article-body__inner .pagination ul li a {
  color: var(--text-main);
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  padding: 2.5px 9px;
  text-decoration: none
}

.article-body__inner .pagination ul li.active a {
  color: var(--color-white);
  background-color: #3d6b9e
}

.article-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 33px;
  padding-top: 99px;
  padding-bottom: 26px;
  background-image: var(--gradient-block)
}

@media(min-width: 61.99875em) {
  .article-sidebar {
    position: sticky;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/-1;
    top: 120px
  }
}

.article-sidebar__title {
  padding-left: 20px
}

.article-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 20px
}

.article-sidebar__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  color: var(--color-white);
  font-size: 17px;
  font-weight: 500;
  line-height: 32px
}

.article-sidebar__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-secondary);
  left: 0;
  bottom: 0
}

.article-feed__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 30px
}

@media(min-width: 47.99875em) {
  .article-feed__wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-column-span: 3;
    grid-column: span 3
  }
}

@media(max-width: 61.99875em) {
  .article-feed__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 47.99875em) {
  .article-feed__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.article-feed__card {
  min-height: 392px
}

.article-feed__card .relative {
  position: relative;
  overflow: hidden
}

.article-feed__card .relative:before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: .4;
  inset: 0;
  z-index: 2
}

.article-feed__card .relative img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 2s;
  transition: all 2s
}

.article-feed__card .relative .date {
  bottom: 0;
  left: 0;
  padding: 13px 17px;
  position: absolute;
  z-index: 4
}

.article-feed__card .relative .date .day {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, .48)
}

.article-feed__card .relative .date .month,
.article-feed__card .relative .date .year {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 100;
  line-height: 24px;
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, .48)
}

.article-feed__card .content {
  padding-top: 25px
}

.article-feed__card .content .header {
  all: unset
}

.article-feed__card .content .header h4 {
  color: var(--text-main);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px
}

.article-feed__card .content .introtext {
  color: var(--text-main);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden
}

@media(min-width: 61.99875em) {
  .wide-card {
    -ms-grid-column-span: 2;
    grid-column: span 2
  }
}

@media(max-width: 61.99875em) {
  .wide-card {
    -ms-grid-column-span: 2;
    grid-column: span 2
  }
}

@media(max-width: 47.99875em) {
  .wide-card {
    grid-column: initial
  }
}

.wide-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 21px;
  background-color: var(--color-main-dark);
  border-top: 1px solid #fcfcfc
}

.wide-card .content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-white)
}

.wide-card .content .date .day {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, .48)
}

.wide-card .content .date .month,
.wide-card .content .date .year {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 100;
  line-height: 24px;
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, .48)
}

.wide-card .content .header h4 {
  color: var(--color-white);
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding-left: 46px
}

.wide-card .content .introtext {
  display: none
}

.solution {
  margin-inline: 15px;
  padding-block: 30px;
  background-color: var(--color-main-dark);
  border-radius: var(--border-radius)
}

@media(min-width: 61.99875em) {
  .solution {
    margin-inline: 20px;
    margin-bottom: 54px;
    padding-block: 50px
  }
}

.solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  background-color: #f1eff0;
  border-radius: 20px;
  overflow: hidden
}

.solution__title {
  color: var(--text-main);
  font-size: clamp(1.125rem, 0.9090189873rem + 0.8860759494vw, 1.5625rem);
  font-weight: 700;
  line-height: 22px;
  margin-inline: 10px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase
}

@media(min-width: 61.99875em) {
  .solution__title {
    line-height: 30px
  }
}

@media(max-width: 61.99875em) {
  .solution__title br {
    display: none
  }
}

.solution__description {
  color: var(--text-secondary);
  font-size: clamp(0.8125rem, 0.7199367089rem + 0.3797468354vw, 1rem);
  font-weight: 500;
  line-height: 16px;
  margin-inline: 10px;
  margin-bottom: 30px;
  text-align: center
}

@media(min-width: 61.99875em) {
  .solution__description {
    line-height: 20px
  }
}

@media(max-width: 61.99875em) {
  .solution__description br {
    display: none
  }
}

.solution__button {
  color: var(--color-white);
  margin-bottom: 40px;
  background-color: var(--color-main-dark)
}

.solution__button .icon {
  background-color: var(--color-white)
}