/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1170px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xs-s: 480px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.hero {
  min-height: 1024px;
  padding: 180px 0;
  background: var(--sk-color-primary);
  color: var(--sk-color-white);
  position: relative;
  overflow: hidden;
}
.hero picture {
  display: block;
  font-size: 0;
  height: 100%;
}
.hero .overlay-circle {
  position: absolute;
  border-radius: 50%;
}
.hero .overlay-circle--pink {
  width: 676px;
  height: 676px;
  background-color: var(--sk-color-second);
  right: calc(50% + 100px);
  top: -600px;
}
@media (max-width: 768px) {
  .hero .overlay-circle--pink {
    display: none;
  }
}
.hero .overlay-circle--purple {
  width: 805px;
  height: 805px;
  background-color: var(--sk-color-second-light);
  top: 234px;
  left: 50%;
}
@media (max-width: 768px) {
  .hero .overlay-circle--purple {
    display: none;
  }
}
.hero .overlay-circle--small {
  width: 140px;
  height: 140px;
  top: 363px;
  left: calc(50% - 560px);
}
@media (max-width: 768px) {
  .hero .overlay-circle--small {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 500px;
    padding: 102px 0 382px;
  }
}
.hero .breadcrumbs {
  margin-bottom: 20px;
}
.hero__content {
  position: relative;
  z-index: 2;
  color: var(--sk-color-white2);
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: inherit;
  margin-bottom: 24px;
}
.hero .sk-text--h1-up {
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 0.94;
}
.hero__title.large-title {
  max-width: 391px;
}
@media (max-width: 768px) {
  .hero__title.large-title {
    max-width: 340px;
    margin-bottom: 24px;
  }
}
@media (max-width: 512px) {
  .hero__title.large-title {
    max-width: 300px;
  }
}
.hero__image {
  position: absolute;
  top: 76px;
  left: calc(50% + 400px);
  transform: translateX(-50%);
  width: 150%;
  max-width: 2000px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hero__image {
    left: calc(50% + 300px);
  }
}
@media (max-width: 1280px) {
  .hero__image {
    top: 200px;
  }
}
@media (max-width: 768px) {
  .hero__image {
    top: auto;
    width: 875px;
    bottom: 410px;
    left: calc(50% + 50px);
    transform: translateY(100%) translateX(-50%);
  }
}
.hero__image img {
  width: 100%;
  height: auto;
}
.hero--small {
  min-height: 452px;
  padding-top: 140px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .hero--small {
    padding-top: 100px;
  }
}
.hero--small::after {
  content: "";
  background: rgba(0, 31, 81, 0.2);
  backdrop-filter: blur(115px);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero--small {
    padding-bottom: 0;
    min-height: auto;
  }
}
.hero--small h1,
.hero--small h2,
.hero--small h3,
.hero--small h4,
.hero--small h5,
.hero--small h6 {
  color: var(--sk-color-second-light);
}
.hero--small .hero__content {
  color: var(--sk-color-white);
}
@media (max-width: 768px) {
  .hero--small .hero__content {
    padding-bottom: 254px;
  }
  .hero--small .hero__content.right {
    padding-bottom: 346px;
  }
}
.hero--small .hero__title {
  max-width: 600px;
}
@media (max-width: 768px) {
  .hero--small .hero__title br {
    display: none;
  }
}
.hero--small .hero__title p {
  letter-spacing: -0.01em;
}
.hero--small .hero__image {
  left: calc(50% - 41px);
  top: auto;
  bottom: -74px;
  aspect-ratio: 764/575;
  transform: none;
  width: 764px;
}
@media (max-width: 768px) {
  .hero--small .hero__image {
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 390px;
  }
}
.hero--small .hero__image.right {
  aspect-ratio: 778/695;
  width: 800px;
  bottom: -249px;
  left: calc(50% - 120px);
}
@media (max-width: 768px) {
  .hero--small .hero__image.right {
    left: -65px;
    bottom: -116px;
    width: 540px;
    max-width: none;
  }
}
.hero--small .hero__image img,
.hero--small .hero__image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1170px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xs-s: 480px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.person-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 6px 8.3px 1px rgba(0, 31, 81, 0.15);
  height: auto;
  position: relative;
  flex: 0 1 round(down, (100% - 60px) / 3, 1px);
}
@media (max-width: 992px) {
  .person-card {
    flex: 0 1 round(down, (100% - 30px) / 2, 1px);
  }
}
@media (max-width: 640px) {
  .person-card {
    flex: 0 1 100%;
  }
}
.person-card a {
  text-decoration: none;
  color: inherit;
}
.person-card a:hover {
  text-decoration: none;
  color: inherit;
}
.person-card__inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.person-card__image {
  height: auto;
  padding-top: 98%;
  position: relative;
}
@media (max-width: 480px) {
  .person-card__image {
    padding-top: 120%;
  }
}
.person-card__image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.person-card__image picture source {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.person-card__image picture .sk-image-cover {
  -o-object-position: center top;
     object-position: center top;
}
.person-card__content {
  padding: 24px 24px 90px;
}
.person-card__content--hover {
  padding: 24px 24px 90px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}
.person-card__content--hover::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 0.2s;
  /* stylelint-disable */
  background: linear-gradient(to bottom, rgba(201, 210, 255, 0.1) 0%, rgba(201, 210, 255, 0.8) 33%, rgb(201, 210, 255) 100%);
  /* stylelint-enable */
}
.person-card:hover .person-card__content--hover {
  transform: translateY(0);
  transition-delay: 0s;
}
.person-card:hover .person-card__content--hover::before {
  opacity: 1;
  transition-delay: 0s;
}
.person-card__main--hover {
  position: relative;
}
.person-card__title {
  font-size: var(--sk-text--xl);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.person-card__subtitle {
  margin-bottom: 0;
  line-height: 1.2;
}
.person-card__title + .person-card__subtitle {
  margin-top: 11px;
}
.person-card__social-media {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.person-card__subtitle + .person-card__social-media, .person-card__title + .person-card__social-media {
  margin-top: 17px;
}
.person-card__social-media-item {
  margin-bottom: 3px;
}
.person-card__social-media-item:last-child {
  margin-bottom: 0;
}
.person-card__social-media-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.person-card__social-media-icon {
  font-size: var(--sk-text--md);
  min-width: 20px;
  transition: transform 0.3s linear;
  transform: scale(1);
  will-change: transform;
}
.person-card__social-media-link:hover .person-card__social-media-icon {
  transform: scale(1.1);
}
.person-card__social-media-url {
  font-size: var(--sk-text--xs);
  line-height: 1.2;
  word-break: break-all;
}
.person-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .person-card__text {
    font-size: var(--sk-text--xs);
  }
}
.person-card__text *:last-child {
  margin-bottom: 0;
}
.person-card__text .sep_dots {
  opacity: 0;
  display: none;
}
.person-card__text .rest {
  color: inherit;
  transition-delay: 0.4s;
}
.person-card__subtitle + .person-card__text, .person-card__title + .person-card__text {
  margin-top: 17px;
}
.person-card__social-media + .person-card__text {
  margin-top: 14px;
}
.person-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  font-size: var(--sk-text--xs);
  margin: 0;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.person-card__link:hover {
  font-weight: 700;
  gap: 12px;
}

.editorial-board {
  margin: 0;
  padding: 40px 0 80px;
  position: relative;
  overflow: hidden;
}
.editorial-board__heading {
  margin-bottom: 40px;
}
.editorial-board__heading:last-child {
  margin-bottom: 0;
}
.editorial-board__items {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px 30px;
}
.editorial-board__items:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .editorial-board__items {
    gap: 55px 30px;
    padding-left: var(--sk-container-padding);
    padding-right: var(--sk-container-padding);
  }
}
.editorial-board__text {
  margin-bottom: 40px;
}
.editorial-board__text:last-child {
  margin-bottom: 0;
}

.pagination-block .pagination {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination-block .pagination li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.01em;
}
.pagination-block .pagination li a.page-number {
  text-decoration: none;
}
.pagination-block .pagination li a.page-number:hover {
  opacity: 0.8;
}
.pagination-block .pagination li.current {
  background-color: var(--sk-color-second);
  font-weight: 700;
}
.pagination-block .pagination li.btn {
  box-shadow: 2px 2px 4px 1px rgba(0, 31, 81, 0.15);
}
.pagination-block .pagination li.btn.prev {
  margin: 0 16px 0 12px;
}
.pagination-block .pagination li.btn button,
.pagination-block .pagination li.btn a {
  border: 1px solid var(--sk-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.pagination-block .pagination li.btn a:hover {
  border-color: var(--sk-color-second);
  background-color: var(--sk-color-second);
}

.posts-articles-archive {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .posts-articles-archive {
    margin: 40px 0;
  }
}
