.section-heading {
  margin-bottom: 40px; }
  .section-heading__subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--shop-color-main);
    margin-bottom: 16px;
    text-transform: uppercase; }
  .section-heading__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: var(--shop-color-title);
    margin-bottom: 0; }
    .section-heading__title b {
      color: var(--shop-color-main);
      font-weight: inherit; }
  .section-heading--light .section-heading__title {
    color: #fff; }
  @media (max-width: 991px) {
    .section-heading {
      margin-bottom: 24px; }
      .section-heading__subtitle {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px; }
      .section-heading__title {
        font-size: 28px;
        line-height: 38px; } }

.section-other-case-study {
  position: relative; }
  .section-other-case-study .other-cs__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .section-other-case-study .other-cs__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px; } }
  .section-other-case-study .other-cs__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.35;
    color: var(--shop-color-title);
    margin: 0;
    flex: 1 0 0; }
    @media (max-width: 991px) {
      .section-other-case-study .other-cs__title {
        font-size: 28px;
        line-height: 38px; } }
  .section-other-case-study .other-cs__filters {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .section-other-case-study .other-cs__filters {
        width: 100%;
        flex-wrap: wrap; } }
  .section-other-case-study .other-cs-filter {
    position: relative; }
    .section-other-case-study .other-cs-filter.is-open .other-cs-filter__btn {
      background: rgba(0, 0, 0, 0.06); }
    .section-other-case-study .other-cs-filter.is-open .other-cs-filter__icon {
      transform: rotate(180deg); }
    .section-other-case-study .other-cs-filter.is-open .other-cs-filter__dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto; }
  .section-other-case-study .other-cs-filter__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    background: transparent;
    border: 1px solid #0A0A0A;
    border-radius: 4px;
    cursor: pointer;
    min-height: 50px;
    min-width: 44px;
    transition: background 0.2s ease;
    outline: none; }
    .section-other-case-study .other-cs-filter__btn:hover {
      background: rgba(0, 0, 0, 0.05); }
    .section-other-case-study .other-cs-filter__btn:focus-visible {
      outline: 2px solid #11007A;
      outline-offset: 2px; }
  .section-other-case-study .other-cs-filter__text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #0A0A0A;
    white-space: nowrap; }
  .section-other-case-study .other-cs-filter__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #0A0A0A;
    transition: transform 0.25s ease; }
  .section-other-case-study .other-cs-filter__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none; }
  .section-other-case-study .other-cs-filter__item {
    padding: 10px 16px;
    cursor: pointer;
    font-family: var(--body-font);
    font-size: 14px;
    color: #0A0A0A;
    transition: background 0.15s;
    white-space: nowrap; }
    .section-other-case-study .other-cs-filter__item:hover {
      background: #F5F5F5; }
    .section-other-case-study .other-cs-filter__item.is-active {
      font-weight: 600;
      color: #11007A;
      background: #ECF4FF; }
  .section-other-case-study .other-cs__grid {
    margin-bottom: 40px;
    row-gap: 16px; }
    @media (max-width: 767px) {
      .section-other-case-study .other-cs__grid {
        row-gap: 8px;
        margin-bottom: 24px;
        margin-left: -4px;
        margin-right: -4px; } }
  .section-other-case-study .other-cs__col {
    padding-left: 8px;
    padding-right: 8px; }
  .section-other-case-study .other-cs__footer {
    display: flex;
    justify-content: center; }
  .section-other-case-study .other-cs__loadmore-btn:active {
    transform: scale(0.97); }
  .section-other-case-study .other-cs__loadmore-btn:disabled, .section-other-case-study .other-cs__loadmore-btn.is-loading {
    opacity: 0.6;
    cursor: not-allowed; }
  .section-other-case-study .other-cs__loadmore-btn.is-hidden {
    display: none; }
  .section-other-case-study .other-cs__loadmore-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: other-cs-spin 0.7s linear infinite;
    flex-shrink: 0; }
    .is-loading .section-other-case-study .other-cs__loadmore-spinner {
      display: inline-block; }
  .section-other-case-study .other-cs__no-results {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-size: 16px; }

@keyframes other-cs-shimmer {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

@keyframes other-cs-spin {
  to {
    transform: rotate(360deg); } }
  .section-other-case-study .other-cs-card {
    opacity: 0;
    transform: translateY(12px);
    animation: other-cs-fadein 0.38s ease forwards; }
  .section-other-case-study .other-cs__col:nth-child(1) .other-cs-card {
    animation-delay: 0s; }
  .section-other-case-study .other-cs__col:nth-child(2) .other-cs-card {
    animation-delay: 0.06s; }
  .section-other-case-study .other-cs__col:nth-child(3) .other-cs-card {
    animation-delay: 0.12s; }
  .section-other-case-study .other-cs__col:nth-child(4) .other-cs-card {
    animation-delay: 0.18s; }
  .section-other-case-study .other-cs__col:nth-child(5) .other-cs-card {
    animation-delay: 0.24s; }
  .section-other-case-study .other-cs__col:nth-child(6) .other-cs-card {
    animation-delay: 0.3s; }
  .section-other-case-study .other-cs__col:nth-child(7) .other-cs-card {
    animation-delay: 0.36s; }
  .section-other-case-study .other-cs__col:nth-child(8) .other-cs-card {
    animation-delay: 0.42s; }

@keyframes other-cs-fadein {
  to {
    opacity: 1;
    transform: translateY(0); } }
  @media (max-width: 991px) {
    .section-other-case-study .other-cs-filter__btn {
      padding: 6px 20px;
      min-height: 32px;
      font-size: 13px;
      line-height: 13px; }
      .section-other-case-study .other-cs-filter__btn svg {
        width: 10px;
        height: 8px; }
    .section-other-case-study .other-cs-filter__text {
      font-size: 14px; }
    .section-other-case-study .other-cs-filter__dropdown {
      right: auto; }
    .section-other-case-study .other-cs__col {
      padding-left: 4px;
      padding-right: 4px; }
    .section-other-case-study .other-cs__loadmore-btn {
      padding: 8px 24px;
      font-size: 13px; } }

.other-cs-card {
  height: 100%; }
  .other-cs-card .other-cs-card__title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.44;
    color: #0A0A0A;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em; }
    .other-cs-card .other-cs-card__title--skel {
      width: 100%;
      height: 60px;
      background: linear-gradient(90deg, #EBEBEB 25%, #F5F5F5 50%, #EBEBEB 75%);
      background-size: 200% 100%;
      border-radius: 4px;
      animation: other-cs-shimmer 1.4s infinite; }
    @media (max-width: 991px) {
      .other-cs-card .other-cs-card__title {
        font-size: 13px;
        line-height: 18px;
        min-height: 30px; } }
  .other-cs-card .other-cs-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease; }
    .other-cs-card .other-cs-card__link:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
      .other-cs-card .other-cs-card__link:hover .other-cs-card__image {
        transform: scale(1.04); }
  .other-cs-card .other-cs-card__image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background: #F0F0F0;
    flex-shrink: 0; }
    .other-cs-card .other-cs-card__image-wrapper--skeleton {
      background: linear-gradient(90deg, #EBEBEB 25%, #F5F5F5 50%, #EBEBEB 75%);
      background-size: 200% 100%;
      animation: other-cs-shimmer 1.4s infinite; }
  .other-cs-card .other-cs-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease; }
    .other-cs-card .other-cs-card__image--placeholder {
      background: linear-gradient(135deg, #E0E0E0 0%, #F5F5F5 100%); }
  .other-cs-card .other-cs-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 24px 16px 16px;
    flex: 1;
    position: relative; }
    .other-cs-card .other-cs-card__content--skeleton {
      border-top: 4px solid #EBEBEB;
      border-image: none; }
    .other-cs-card .other-cs-card__content::before {
      content: "";
      position: absolute;
      top: -1px;
      background: linear-gradient(270deg, #EA5531 0%, #1D2972 35%, #11007A 100%);
      left: 0;
      right: 0;
      height: 4px; }
    @media (max-width: 767px) {
      .other-cs-card .other-cs-card__content {
        padding: 12px 12px 12px 10px;
        gap: 8px; } }
  .other-cs-card .other-cs-card__badges {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    min-height: 28px; }

.other-cs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 100px;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #404040;
  white-space: nowrap; }
  .other-cs-badge strong {
    display: none; }
  .other-cs-badge--md {
    padding: 6px 12px 5px; }
  .other-cs-badge--sm {
    padding: 4px;
    font-size: 12px; }
  .other-cs-badge--skel {
    width: 60px;
    height: 28px;
    background: linear-gradient(90deg, #EBEBEB 25%, #F5F5F5 50%, #EBEBEB 75%);
    background-size: 200% 100%;
    border-radius: 100px;
    animation: other-cs-shimmer 1.4s infinite; }
  @media (max-width: 991px) {
    .other-cs-badge {
      font-size: 12px; }
      .other-cs-badge--md {
        padding: 4px 8px; } }

.cs-article-hero {
  position: relative;
  overflow: hidden; }
  .cs-article-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 53.05%, #FAFAFA 81.22%), radial-gradient(157.36% 113.84% at 87.23% -3.84%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
    .cs-article-hero__bg::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 45%;
      background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
      pointer-events: none; }
  .cs-article-hero .container {
    position: relative;
    z-index: 1; }
  .cs-article-hero__inner {
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .cs-article-hero__header {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .cs-article-hero__category {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    margin: 0;
    text-transform: uppercase; }
  .cs-article-hero__title {
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    margin: 0 0 -10px; }
  .cs-article-hero__subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--shop-color-main);
    margin-bottom: 16px; }
  .cs-article-hero__card {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .cs-article-hero__img-wrap {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #e8e8e8; }
    .cs-article-hero__img-wrap::before {
      content: '';
      display: block;
      padding-top: 50%; }
  .cs-article-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .cs-article-hero__meta {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .cs-article-hero__meta-row {
    display: flex;
    align-items: flex-start;
    gap: 10px; }
    .cs-article-hero__meta-row--inline {
      align-items: center;
      gap: 24px;
      flex-wrap: wrap; }
  .cs-article-hero__meta-item {
    display: flex;
    align-items: center;
    gap: 16px; }
  .cs-article-hero__meta-label {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #737373;
    white-space: nowrap; }
  .cs-article-hero__meta-value {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #0a0a0a; }
  .cs-article-hero__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
  @media (max-width: 991px) {
    .cs-article-hero__header {
      gap: 4px; }
    .cs-article-hero__inner {
      gap: 0;
      background: #fff;
      padding: 20px 12px 12px;
      margin: 16px 0 12px;
      border-radius: 4px; }
    .cs-article-hero__category {
      color: #000;
      font-size: 15px;
      line-height: 22px; }
    .cs-article-hero__title {
      font-size: 28px;
      line-height: 38px;
      color: var(--shop-color-title);
      margin: 0; }
    .cs-article-hero__subtitle {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 12px; }
    .cs-article-hero__card {
      padding: 10px 0 0;
      border: none;
      gap: 10px; }
    .cs-article-hero__meta-row {
      flex-direction: column;
      gap: 4px; }
    .cs-article-hero__meta-row--inline {
      flex-direction: row;
      align-items: flex-start;
      gap: 8px; }
    .cs-article-hero__meta-item {
      flex: 1;
      gap: 8px; }
    .cs-article-hero__badges {
      gap: 8px; }
    .cs-article-hero .cs-article-badge {
      padding: 8px 16px;
      font-size: 12px;
      min-height: 22px;
      min-width: auto; }
    .cs-article-hero__meta-label, .cs-article-hero__meta-value {
      font-size: 15px;
      line-height: 22px; } }

.cs-article-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 7px 20px 8px;
  border-radius: 100px;
  min-height: 32px;
  min-width: 44px;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #0a0a0a;
  text-transform: uppercase;
  white-space: nowrap; }

.cs-article-stats {
  background: #fbfbfb; }
  .cs-article-stats__grid {
    row-gap: 16px;
    margin-left: -8px;
    margin-right: -8px; }
  .cs-article-stats__col {
    padding-left: 8px;
    padding-right: 8px; }
  .cs-article-stats__item {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 16px 20px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%; }
  .cs-article-stats__top {
    display: flex;
    align-items: stretch;
    gap: 20px; }
  .cs-article-stats__bar {
    display: block;
    flex-shrink: 0;
    width: 6px;
    align-self: stretch;
    min-height: 65px;
    background: linear-gradient(180deg, #EA5531 0%, #11007A 100%); }
  .cs-article-stats__value {
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: #EA5531;
    white-space: nowrap; }
  .cs-article-stats__desc {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0a0a0a;
    padding-left: 26px;
    margin: 0; }
  @media (max-width: 991px) {
    .cs-article-stats__grid {
      row-gap: 8px;
      margin-left: -4px;
      margin-right: -4px; }
    .cs-article-stats__col {
      padding-left: 4px;
      padding-right: 4px; }
    .cs-article-stats__top {
      gap: 8px; }
    .cs-article-stats__value {
      font-size: 28px;
      line-height: 38px; }
    .cs-article-stats__bar {
      min-height: 38px;
      width: 3.25px; }
    .cs-article-stats__desc {
      padding-left: 20px;
      font-size: 13px;
      line-height: 18px; } }

.cs-article-blocks {
  background: #fbfbfb; }
  .cs-article-blocks__block + .cs-article-blocks__block {
    margin-top: 64px; }
  .cs-article-blocks__title {
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: #11007a;
    text-align: center;
    margin-bottom: 20px; }
  .cs-article-blocks__body {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .cs-article-blocks__text {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0a0a0a;
    margin: 0; }
  .cs-article-blocks__images {
    display: flex;
    gap: 10px; }
  .cs-article-blocks__img-wrap {
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-width: 0; }
    .cs-article-blocks__img-wrap::before {
      content: '';
      display: block;
      padding-top: 66.67%; }
  .cs-article-blocks__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  @media (max-width: 991px) {
    .cs-article-blocks__title {
      font-size: 28px;
      line-height: 38px;
      text-align: left; }
    .cs-article-blocks__text {
      font-size: 13px;
      line-height: 18px; }
    .cs-article-blocks__images {
      flex-direction: column; }
    .cs-article-blocks__img-wrap {
      flex: none;
      width: 100%; }
    .cs-article-blocks__block + .cs-article-blocks__block {
      margin-top: 32px; } }

.article-related {
  background: #fbfbfb; }
  .article-related .swiper-pagination {
    position: unset;
    margin-top: 32px; }
  @media (max-width: 991px) {
    .article-related {
      overflow: hidden; }
      .article-related .list-blogs-related {
        overflow: initial; }
      .article-related .swiper-pagination {
        margin-top: 24px; } }

.section-blog-category {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 63.54%, var(--Background-Light-V1, #FAFAFA) 95.98%), radial-gradient(170.04% 123.72% at 91.25% -9.22%, #EA5531 0%, var(--blue-900-royal-navy-blue, #1D2972) 35%, #11007A 100%); }
  .section-blog-category .blog-cat__slider-outer {
    position: relative;
    min-height: 420px; }
  @media (max-width: 991px) {
    .section-blog-category .blog-cat__slider-outer {
      min-height: 320px; } }

.blog-cat-card {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  height: 100%; }
  .blog-cat-card__link {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4 / 3; }
    .blog-cat-card__link:hover .blog-cat-card__img {
      transform: scale(1.04); }
    .blog-cat-card__link:hover .blog-cat-card__content {
      padding-bottom: 28px; }
  .blog-cat-card__img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 4px; }
  .blog-cat-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease; }
    .blog-cat-card__img--placeholder {
      background: rgba(255, 255, 255, 0.08); }
  .blog-cat-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 20px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    border-radius: 0 0 4px 4px;
    transition: padding-bottom 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .blog-cat-card__title {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-cat-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px; }
  .blog-cat-card__clock-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.9; }
  .blog-cat-card__date {
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #fff;
    white-space: nowrap; }
  @media (max-width: 991px) {
    .blog-cat-card__content {
      padding: 56px 12px 12px; }
    .blog-cat-card__title {
      font-size: 14px;
      line-height: 20px;
      -webkit-line-clamp: 2; } }

.section-blog-cat-news {
  background: #fafafa; }
  .section-blog-cat-news:last-child {
    padding-bottom: 96px; }
  .section-blog-cat-news .bcn__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px; }
  .section-blog-cat-news .bcn__title {
    flex: 1 0 0; }
  .section-blog-cat-news .bcn__slider-outer {
    position: relative;
    min-height: 360px; }
  @media (max-width: 991px) {
    .section-blog-cat-news:last-child {
      padding-bottom: 48px; }
    .section-blog-cat-news .bcn__header {
      margin-bottom: 24px;
      flex-wrap: wrap; }
    .section-blog-cat-news .bcn__title {
      flex: 1 0 100%; }
    .section-blog-cat-news .bcn__btn {
      font-size: 16px;
      padding: 10px 32px; }
    .section-blog-cat-news .bcn__slider-outer {
      min-height: 300px; }
    .section-blog-cat-news .blog-cat-news-swiper {
      overflow: initial; }
    .section-blog-cat-news .bcn__slider-outer {
      overflow: hidden; }
    .section-blog-cat-news .swiper-wrapper {
      flex-wrap: wrap;
      gap: 8px; }
      .section-blog-cat-news .swiper-wrapper .item-owl {
        display: block !important; }
    .section-blog-cat-news .blog-news__item {
      flex-direction: row; }
      .section-blog-cat-news .blog-news__item .blog-news__image {
        flex: 0 0 160px;
        max-width: 160px;
        height: auto; }
      .section-blog-cat-news .blog-news__item .blog-news__content {
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px); }
        .section-blog-cat-news .blog-news__item .blog-news__content::before {
          content: none; }
      .section-blog-cat-news .blog-news__item .blog-news__meta {
        margin-top: 6px; }
        .section-blog-cat-news .blog-news__item .blog-news__meta svg {
          width: 12px;
          height: 12px; }
      .section-blog-cat-news .blog-news__item .blog-news__date {
        font-size: 12px; }
      .section-blog-cat-news .blog-news__item .blog-news__item-title a {
        min-height: auto; } }

.layout-article .breadcrumb-shop {
  background: transparent;
  border-top: none; }
  .layout-article .breadcrumb-shop .container {
    padding-left: 0;
    padding-right: 0; }

.layout-article .article-related {
  background: transparent; }

.layout-article .wrapper-contentArticle {
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%); }

@media (min-width: 992px) {
  .layout-article .breadcrumb-list .breadcrumb-arrows {
    padding-top: 38px; } }

.article-post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0 12px; }
  .article-post-meta span {
    border-radius: 100px;
    padding: 6px 0 6px 0;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--title-font);
    display: flex;
    gap: 6px; }
    .article-post-meta span.category {
      padding: 6px 20px;
      background: #F5F5F5; }

.heading-article h1 {
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 16px; }

.product-toshare {
  display: flex;
  align-items: center;
  padding: 24px 0 0;
  justify-content: center;
  gap: 12px; }
  .product-toshare .pro-title {
    font-size: 24px;
    font-weight: 600; }
  .product-toshare .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease; }
    .product-toshare .tooltip-hover::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 0;
      border: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #000;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .product-toshare .tooltip-cs {
    position: relative; }
    .product-toshare .tooltip-cs:hover .tooltip-hover {
      opacity: 1;
      visibility: visible; }

/* Table of Contents Article */
.table-of-contents {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 860px;
  display: table; }

.table-of-contents .table-title {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .htitle {
  position: relative; }

.table-of-contents .table-title .toc_toggle {
  font-size: 0;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none;
  color: #333; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding: 10px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

@media (max-width: 991px) {
  .heading-article h1 {
    font-size: 24px;
    line-height: 33px; }
  .table-of-contents .table-title {
    font-size: 14px; }
  .product-toshare .pro-title {
    font-size: 15px; } }

.section-recruitment__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 200px; }

.section-recruitment__empty {
  text-align: center;
  padding: 40px;
  color: #404040;
  font-size: 16px;
  line-height: 23px; }

.section-recruitment__footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease; }
  .section-recruitment__footer.is-hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none; }

@media (max-width: 991px) {
  .section-recruitment__list {
    gap: 12px; }
  .section-recruitment__footer {
    margin-top: 32px; } }

@media (max-width: 767px) {
  .section-recruitment__footer {
    margin-top: 24px; } }

.recruit-item {
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px 20px 0;
  opacity: 0;
  transform: translateY(20px);
  animation: recruit-item-fadein 0.5s ease forwards; }
  .recruit-item:nth-child(1) {
    animation-delay: 0s; }
  .recruit-item:nth-child(2) {
    animation-delay: 0.08s; }
  .recruit-item:nth-child(3) {
    animation-delay: 0.16s; }
  .recruit-item:nth-child(4) {
    animation-delay: 0.24s; }
  .recruit-item:nth-child(5) {
    animation-delay: 0.32s; }
  .recruit-item:nth-child(6) {
    animation-delay: 0.4s; }
  .recruit-item:nth-child(7) {
    animation-delay: 0.48s; }
  .recruit-item:nth-child(8) {
    animation-delay: 0.56s; }
  .recruit-item:nth-child(9) {
    animation-delay: 0.64s; }
  .recruit-item:nth-child(10) {
    animation-delay: 0.72s; }
  .recruit-item:nth-child(11) {
    animation-delay: 0.8s; }
  .recruit-item:nth-child(12) {
    animation-delay: 0.88s; }
  .recruit-item__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px; }
  .recruit-item__title-row {
    display: flex;
    align-items: center;
    gap: 16px; }
  .recruit-item__bar {
    width: 6px;
    flex-shrink: 0;
    align-self: stretch;
    background: linear-gradient(to top, #11007a 1%, #ea5531 100%);
    min-height: 38px; }
  .recruit-item__title {
    flex: 1;
    min-width: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #0a0a0a;
    margin: 0; }
  .recruit-item__meta {
    padding-left: 22px; }
  .recruit-item__deadline {
    font-size: 16px;
    line-height: 23px;
    margin: 0; }
  .recruit-item__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; }
  .recruit-item__btn--detail {
    background: #f5f5f5;
    color: #0a0a0a; }
  @media (max-width: 991px) {
    .recruit-item {
      padding: 16px 16px 16px 0; }
      .recruit-item__body {
        gap: 4px;
        margin-bottom: 16px; }
      .recruit-item__title {
        font-size: 20px;
        line-height: 28px; }
      .recruit-item__deadline {
        font-size: 13px;
        line-height: 18px; }
      .recruit-item__bar {
        width: 4px;
        min-height: auto;
        height: 36px; } }

.recruit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  min-width: 44px;
  padding: 10px 48px;
  border-radius: 4px;
  border: none;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  .recruit-btn:focus-visible {
    outline: 2px solid #11007a;
    outline-offset: 2px; }
  .recruit-btn:hover {
    opacity: 0.88; }
  .recruit-btn--orange {
    background: linear-gradient(-90deg, #ed704a 25%, #da341c 100%);
    color: #fff; }
  .recruit-btn--outline-gradient {
    background: transparent;
    border: 1px solid #ed704a;
    color: #ea5531;
    width: 100%; }
    .recruit-btn--outline-gradient svg {
      flex-shrink: 0;
      filter: drop-shadow(0 2px 2px rgba(255, 77, 0, 0.7)); }
    .recruit-btn--outline-gradient:hover {
      background: rgba(237, 112, 74, 0.06);
      opacity: 1; }
    .recruit-btn--outline-gradient.is-loading {
      opacity: 0.6;
      pointer-events: none; }
  .recruit-btn--loadmore.is-loading {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none; }
    .recruit-btn--loadmore.is-loading .recruit-btn__text {
      opacity: 0; }
    .recruit-btn--loadmore.is-loading .recruit-btn__spinner {
      opacity: 1; }
  .recruit-btn__text {
    transition: opacity 0.2s ease; }
  .recruit-btn__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(10, 10, 10, 0.2);
    border-top-color: #0a0a0a;
    border-radius: 50%;
    opacity: 0;
    animation: recruit-btn-spin 0.6s linear infinite;
    transition: opacity 0.2s ease; }
  @media (max-width: 991px) {
    .recruit-btn {
      font-size: 16px;
      min-height: 40px;
      padding: 8px 32px; } }

@keyframes recruit-btn-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes recruit-item-fadein {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.recruit-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: recruit-fade-in 0.2s ease; }
  .recruit-popup-overlay[hidden] {
    display: none; }
  .recruit-popup-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }

@keyframes recruit-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.recruit-popup-box {
  position: relative;
  z-index: 1;
  background: #fafafa;
  border-radius: 4px;
  max-height: 90vh;
  overflow-y: auto;
  width: 100%;
  animation: recruit-slide-up 0.25s ease;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5; }
  .recruit-popup-box::-webkit-scrollbar {
    width: 4px; }
  .recruit-popup-box::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .recruit-popup-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px; }

@keyframes recruit-slide-up {
  from {
    transform: translateY(16px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.recruit-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }
  .recruit-popup__close:hover {
    background: rgba(0, 0, 0, 0.06); }
  .recruit-popup__close:focus-visible {
    outline: 2px solid #11007a;
    outline-offset: 2px; }
  @media (max-width: 991px) {
    .recruit-popup__close {
      top: 8px;
      right: 6px;
      padding: 0; } }

body.recruit-popup-open {
  overflow: hidden; }

.recruit-detail-box {
  max-width: 860px;
  padding: 32px 40px; }
  .recruit-detail-box__inner {
    padding-right: 28px; }
  .recruit-detail-box__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #0a0a0a;
    margin: 0 0 12px; }
  .recruit-detail-box__divider {
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 12px; }
  .recruit-detail-box__content {
    font-size: 16px;
    line-height: 23px;
    color: #0a0a0a; }
    .recruit-detail-box__content p {
      margin: 0 0 8px; }
    .recruit-detail-box__content strong, .recruit-detail-box__content b {
      font-weight: 600; }
    .recruit-detail-box__content ul, .recruit-detail-box__content ol {
      margin: 0 0 8px;
      padding-left: 20px; }
    .recruit-detail-box__content li {
      margin-bottom: 4px; }
    .recruit-detail-box__content h2, .recruit-detail-box__content h3, .recruit-detail-box__content h4, .recruit-detail-box__content h5 {
      margin: 16px 0 8px; }
  @media (max-width: 991px) {
    .recruit-detail-box {
      padding: 20px 12px; }
      .recruit-detail-box__inner {
        padding-right: 0; }
      .recruit-detail-box__title {
        font-size: 20px;
        line-height: 28px;
        padding-right: 30px; } }

.recruit-apply-box {
  max-width: 960px;
  padding: 32px; }
  .recruit-apply-box__header {
    margin-bottom: 20px;
    padding-right: 40px; }
  .recruit-apply-box__title {
    font-family: var(--title-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #171717;
    margin: 0 0 4px; }
  .recruit-apply-box__subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #171717;
    margin: 0 0 12px; }
  .recruit-apply-box__divider {
    height: 1px;
    background: #e5e5e5; }

.recruit-apply-form {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.rform__fields {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.rform__row {
  display: flex;
  gap: 12px; }
  .rform__row > .rform__group {
    flex: 1;
    min-width: 0; }

.rform__group {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .rform__group--full {
    width: 100%; }

.rform__fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.rform__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #0a0a0a;
  display: block; }

.rform__input {
  width: 100%;
  min-height: 44px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 23px;
  color: #0a0a0a;
  appearance: none;
  transition: border-color 0.15s ease, background 0.15s ease; }
  .rform__input::placeholder {
    color: #9e9e9e; }
  .rform__input:focus {
    outline: none;
    border-color: #11007a;
    background: #fff; }
  .rform__input.is-error {
    border-color: #ea5531;
    background: #fff8f6; }

.rform__radio-group {
  display: flex;
  gap: 24px;
  padding: 10px 0; }

.rform__radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 23px;
  color: #0a0a0a;
  cursor: pointer;
  user-select: none;
  min-height: 24px; }

.rform__radio {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #0a0a0a; }

.rform__cv-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }

.rform__cv-info {
  flex: 1;
  min-width: 0; }

.rform__cv-title {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: #171717;
  margin: 0 0 4px; }

.rform__cv-desc {
  font-size: 16px;
  line-height: 23px;
  color: #171717;
  margin: 0; }

.rform__cv-filename {
  font-size: 14px;
  color: #ea5531;
  font-weight: 500;
  margin: 6px 0 0; }
  .rform__cv-filename[hidden] {
    display: none; }

.rform__cv-label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0; }

.rform__cv-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0; }

.rform__submit-row {
  display: flex;
  justify-content: stretch; }

.rform__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
  text-align: center; }
  .rform__success[hidden] {
    display: none; }
  .rform__success p {
    font-size: 18px;
    line-height: 26px;
    color: #0a0a0a;
    margin: 0;
    font-weight: 500; }
  .rform__success-cv {
    font-size: 14px !important;
    color: #404040 !important;
    font-weight: 400 !important; }
    .rform__success-cv strong {
      color: #ea5531; }

@media (max-width: 991px) {
  .recruit-apply-box {
    padding: 20px 12px; }
    .recruit-apply-box__title {
      font-size: 20px;
      line-height: 30px; }
    .recruit-apply-box__subtitle {
      font-size: 14px;
      line-height: 23px; }
    .recruit-apply-box__header {
      padding-right: 36px; }
  .rform__row {
    flex-direction: column;
    gap: 16px; }
  .rform__cv-section {
    flex-direction: row;
    position: relative; }
    .rform__cv-section .rform__cv-desc {
      margin: 10px 0 0;
      font-size: 13px;
      line-height: 18px; }
    .rform__cv-section .recruit-btn--orange {
      position: absolute;
      right: 0;
      top: 0;
      padding: 6px 24px;
      font-size: 13px;
      gap: 4px;
      min-height: 32px;
      margin: 0;
      width: auto; }
      .rform__cv-section .recruit-btn--orange svg {
        width: 18px;
        height: 18px; }
  .rform__fields {
    gap: 8px; }
  .rform__group {
    gap: 0px; }
  .rform__label, .rform__radio-label {
    font-size: 13px;
    margin: 0 0 6px; }
  .rform__cv-title {
    font-size: 20px;
    line-height: 28px; }
  .rform__cv-label {
    width: 100%;
    justify-content: center; }
  .rform__fieldset {
    flex-direction: row;
    position: relative; }
    .rform__fieldset .rform__label {
      width: auto;
      max-width: unset;
      position: absolute;
      top: 42%;
      margin: 0;
      left: 0;
      transform: translateY(-50%); }
    .rform__fieldset .rform__radio-group {
      padding-left: 80px; } }

.section-about-s7 {
  padding: 48px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 50%, var(--Background-Light-V1, #FAFAFA) 77.64%), radial-gradient(157.36% 113.84% at 87.23% -3.84%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
  .section-about-s7 .about-s7__header {
    margin-bottom: 12px; }
  .section-about-s7 .about-s7__tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 3px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto 40px;
    backdrop-filter: blur(4px); }
  .section-about-s7 .about-s7__tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #737373;
    background: transparent;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    min-height: 44px;
    outline: none;
    transform: scale(1); }
    .section-about-s7 .about-s7__tab-btn:hover:not(.is-active) {
      background: rgba(237, 112, 74, 0.08);
      color: #da341c;
      transform: scale(1.02); }
    .section-about-s7 .about-s7__tab-btn.is-active {
      background: linear-gradient(-90deg, #ed704a 0%, #da341c 100%);
      color: #fff; }
  .section-about-s7 .about-s7__content {
    position: relative;
    min-height: 400px; }
  .section-about-s7 .about-s7__tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .about-s7__tab-pane.is-active {
      display: block;
      opacity: 1;
      transform: translateY(0);
      animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .about-s7__tab-pane.is-entering {
      display: block;
      opacity: 0;
      transform: translateY(20px); }
    .section-about-s7 .about-s7__tab-pane.is-exiting {
      opacity: 0;
      transform: translateY(-10px); }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .section-about-s7 .s7-article-card {
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .s7-article-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(17, 0, 122, 0.15); }
  .section-about-s7 .s7-article-card__img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    flex-shrink: 0; }
  .section-about-s7 .s7-article-card__img,
  .section-about-s7 .s7-article-card__img-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .section-about-s7 .s7-article-card__img-placeholder {
    background: #d5d5d5; }
  .section-about-s7 .s7-article-card:hover .s7-article-card__img {
    transform: scale(1.08); }
  .section-about-s7 .s7-article-card__body {
    background: #fff;
    padding: 20px 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    position: relative; }
    .section-about-s7 .s7-article-card__body::before {
      content: "";
      position: absolute;
      top: -1px;
      background: linear-gradient(270deg, #EA5531 0%, #1D2972 35%, #11007A 100%);
      left: 0;
      right: 0;
      height: 4px;
      transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .section-about-s7 .s7-article-card:hover .s7-article-card__body::before {
    height: 6px; }
  .section-about-s7 .s7-article-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #0a0a0a;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .section-about-s7 .s7-article-card__link {
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 70px; }
    .section-about-s7 .s7-article-card__link:hover {
      color: var(--shop-color-main, #ea5531);
      text-decoration: none; }
  .section-about-s7 .s7-article-card__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto; }
  .section-about-s7 .s7-article-card__date-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    font-size: 13px;
    line-height: 13px;
    color: #404040; }
  .section-about-s7 .s7-article-card__clock-icon {
    flex-shrink: 0;
    display: block; }
  .section-about-s7 .about-s7__swiper {
    overflow: hidden; }
    .section-about-s7 .about-s7__swiper .swiper-slide {
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .about-s7__swiper .swiper-slide-visible {
      opacity: 1;
      transform: scale(1); }
  .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide {
    opacity: 1;
    transform: scale(1); }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(1) {
      transition-delay: 0.05s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(2) {
      transition-delay: 0.1s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(3) {
      transition-delay: 0.15s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(4) {
      transition-delay: 0.2s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(5) {
      transition-delay: 0.25s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(6) {
      transition-delay: 0.3s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(7) {
      transition-delay: 0.35s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(8) {
      transition-delay: 0.4s; }
  .section-about-s7 .about-s7__pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; }
    .section-about-s7 .about-s7__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 100px;
      background: rgba(10, 10, 10, 0.4);
      opacity: 1;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      margin: 0 !important;
      cursor: pointer; }
      .section-about-s7 .about-s7__pagination .swiper-pagination-bullet:hover {
        background: rgba(234, 85, 49, 0.5);
        transform: scale(1.2); }
    .section-about-s7 .about-s7__pagination .swiper-pagination-bullet-active {
      width: 16px;
      background: var(--shop-color-main, #ea5531);
      box-shadow: 0 2px 8px rgba(234, 85, 49, 0.4); }
  .section-about-s7 .about-s7__cta {
    margin-top: 32px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
    @media (max-width: 991px) {
      .section-about-s7 .about-s7__cta {
        margin-top: 24px; } }
  .section-about-s7 .about-s7__tab-pane.is-active .about-s7__cta {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 991px) {
    .section-about-s7 .about-s7__tab-nav {
      margin: 0 auto 24px; }
    .section-about-s7 .about-s7__tab-btn {
      font-size: 13px;
      padding: 0px 16px;
      min-height: 30px; }
    .section-about-s7 .about-s7__content {
      min-height: 300px; }
    .section-about-s7 .about-s7__tab-pane {
      transform: translateY(10px); }
    .section-about-s7 .s7-article-card:hover {
      transform: translateY(-4px); } }
  @media (prefers-reduced-motion: reduce) {
    .section-about-s7 .about-s7__tab-btn,
    .section-about-s7 .about-s7__tab-pane,
    .section-about-s7 .s7-article-card,
    .section-about-s7 .about-s7__swiper .swiper-slide {
      transition: none;
      animation: none; } }
