html.nb-static [style*="opacity:0"] {
  opacity: 1 !important;
}

.w-icon-dropdown-toggle::before {
  content: "" !important;
}

.nb-menu-toggle-link {
  color: inherit !important;
  text-decoration: none !important;
}

.nb-static .w-slider-mask {
  height: auto !important;
}

.nb-static .w-slider .w-slide {
  display: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  min-height: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}

.nb-static .w-slider .w-slide.nb-active {
  display: block !important;
}

.nb-static .c-faq-container__accordion__item__answer {
  display: none;
}

.nb-static .c-faq-container__accordion__item.nb-open .c-faq-container__accordion__item__answer,
.nb-static .c-faq-container__accordion__item__answer.c-faq-container__accordion__item__answer_open {
  display: block;
}

.nb-static .c-faq-container__accordion__item__title-wrapper {
  cursor: pointer;
}

.nb-static .c-faq-container__accordion__item.nb-open .c-faq-container__accordion__item__title-icon__line_vertical {
  transform: rotate(90deg);
  opacity: 0;
}

.hero__blog__content__left__item,
.hero__blog__content__right__item,
.link-block {
  position: relative;
  overflow: visible;
}

.hero__blog__content__left__item__read-more-wrapper,
.hero__blog__content__left__item__reading-time-wrapper,
.hero__blog__content__right__item__read-more,
.hero__blog__content__right__item__reading-time,
.c-blog-hero__articles-collection__list__item__read-more-wrapper,
.c-blog-hero__articles-collection__list__item__reading-time-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.hero__blog__content__left__item:hover .hero__blog__content__left__item__read-more-wrapper,
.hero__blog__content__left__item:hover .hero__blog__content__left__item__reading-time-wrapper,
.hero__blog__content__right__item:hover .hero__blog__content__right__item__read-more,
.hero__blog__content__right__item:hover .hero__blog__content__right__item__reading-time,
.link-block:hover .c-blog-hero__articles-collection__list__item__read-more-wrapper,
.link-block:hover .c-blog-hero__articles-collection__list__item__reading-time-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.hero__blog__content__left__item-wrapper,
.hero__blog__content__right__item-wrapper,
.c-blog-hero__articles-collection__list__item__content-wrapper {
  transition: transform .24s ease;
}

.hero__blog__content__left__item:hover .hero__blog__content__left__item-wrapper,
.hero__blog__content__right__item:hover .hero__blog__content__right__item-wrapper,
.link-block:hover .c-blog-hero__articles-collection__list__item__content-wrapper {
  transform: translateY(18px);
}

.nb-static .custom-nav__dot {
  cursor: pointer;
}

.nb-blog-card[hidden] {
  display: none !important;
}

.nb-blog-pagination {
  gap: 24px;
}

.nb-static .c-pricing-second-section,
.nb-static .c-pricing-custom-data-source-section,
.nb-static .c-pricing-companies-section,
.nb-static .pricing-faq,
.nb-static .c-pricing-hero {
  opacity: 1 !important;
  visibility: visible !important;
}

.nb-static .c-pricing-hero {
  min-height: 0 !important;
}

/* Hide legacy account CTAs on restored headers. */
.new-header__menu__buttons,
.new-header__menu_mobile__content__item_buttons {
  display: none !important;
}

/* Fallback layout for older restored Webflow article pages. */
body.c-body {
  margin: 0;
  color: #2a2742;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

body.c-body a {
  color: #5f50c8;
  text-decoration: none;
}

body.c-body a:hover {
  text-decoration: underline;
}

body.c-body .w-container,
body.c-body .c-self-service-container,
body.c-body .c-article-container {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

body.c-body .new-header {
  position: relative;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(39, 35, 64, .1);
}

body.c-body .new-header__container {
  width: min(1180px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
}

body.c-body .new-header__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 28px;
}

body.c-body .new-header__logo-wrapper {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

body.c-body .new-header__logo-wrapper__wrapper {
  display: block;
  width: 172px;
  max-width: 100%;
  height: auto;
}

body.c-body .new-header__content,
body.c-body .new-header__menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

body.c-body .new-header__menu_mobile {
  display: none;
}

body.c-body .new-header__dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

body.c-body .new-header__dropdown__toggle,
body.c-body .new-header__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  color: #45425a;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

body.c-body .new-header__dropdown__toggle:hover,
body.c-body .new-header__link:hover {
  color: #2a2742;
  text-decoration: none;
}

body.c-body .new-header__dropdown__list-wrapper {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 300px;
  transform: translateX(-50%);
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(39, 35, 64, .12);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(39, 35, 64, .14);
}

body.c-body .new-header__dropdown:hover .new-header__dropdown__list-wrapper {
  display: block;
}

body.c-body .new-header__dropdown__list {
  display: grid;
  gap: 6px;
}

body.c-body .new-header__dropdown__list__item {
  display: block;
  padding: 12px;
  border-radius: 12px;
  color: #2a2742;
}

body.c-body .new-header__dropdown__list__item:hover {
  background: #f4f1fb;
  text-decoration: none;
}

body.c-body .new-header__dropdown__list__item__heading {
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

body.c-body .new-header__dropdown__list__item__description {
  color: #5c5870;
  font-size: 14px;
  line-height: 1.45;
}

body.c-body .burger,
body.c-body .w-nav-button {
  display: none;
}

body.c-body .c-blog-subheader {
  background: #f3eef5;
  border-top: 1px solid rgba(39, 35, 64, .08);
  border-bottom: 1px solid rgba(39, 35, 64, .08);
}

body.c-body .c-blog-subheader__content-wrapper,
body.c-body .c-blog-subheader__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 70px;
}

body.c-body .c-blog-subheader__nav-item,
body.c-body .c-blog-subheader__filters__filter,
body.c-body .c-blog-subheader__title {
  color: #4d4960;
  font-weight: 700;
}

body.c-body .c-article-hero {
  padding: 84px 0 96px;
  background: #fff;
}

body.c-body .c-article-hero__post-title {
  max-width: 920px;
  margin: 24px auto 34px;
  color: #2a2742;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.08;
  text-align: center;
}

body.c-body .c-blog-hero__articles-collection__list__item__content_author-and-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #a7a2b7;
  font-size: 16px;
}

body.c-body .c-blog-hero__articles-collection__list__item__content_author-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.c-body .c-blog-hero__articles-collection__list__item__content_date-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.c-body .c-article-hero__post-main-image {
  display: block;
  width: min(100%, 960px);
  height: auto;
  margin: 0 auto 56px;
  border-radius: 30px;
}

body.c-body .c-article-hero__dots-wrapper {
  display: none;
}

body.c-body .c-article-hero__rich-text {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #38354f;
  font-size: 20px;
  line-height: 1.75;
}

body.c-body .c-article-hero__rich-text h2,
body.c-body .c-article-hero__rich-text h3 {
  margin: 56px 0 18px;
  color: #211d3a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.16;
}

body.c-body .c-article-hero__rich-text h2 {
  font-size: clamp(32px, 4.4vw, 48px);
}

body.c-body .c-article-hero__rich-text h3 {
  font-size: clamp(26px, 3.4vw, 36px);
}

body.c-body .c-article-hero__rich-text p,
body.c-body .c-article-hero__rich-text ul,
body.c-body .c-article-hero__rich-text ol,
body.c-body .c-article-hero__rich-text blockquote {
  margin: 0 0 24px;
}

body.c-body .c-article-hero__rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  border-radius: 22px;
}

body.c-body .new-footer {
  padding: 72px 0 36px;
  background: #f5f2fa;
  overflow: hidden;
}

body.c-body .new-footer__bg {
  display: none;
}

body.c-body .c-footer-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

body.c-body .c-footer-content__item__title {
  margin-bottom: 16px;
  color: #211d3a;
  font-weight: 700;
}

body.c-body .c-footer-content__item__link_normal-wrapper,
body.c-body .c-footer-content__item__link_bold {
  margin-bottom: 10px;
}

body.c-body .c-footer-content__item__link_normal_text,
body.c-body .c-footer-content__item__link_bold__text,
body.c-body .c-footer-tacpp__link {
  color: #211d3a;
}

body.c-body .c-footer-ending,
body.c-body .c-footer-tacpp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  color: #5c5870;
  font-size: 14px;
}

body.c-body .c-self-service-footer__top-content__right-wrapper__social-links {
  display: flex;
  gap: 10px;
}

body.c-body .c-self-service-footer__top-content__right-wrapper__social-link-svg svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 991px) {
  body.c-body .w-container,
  body.c-body .c-self-service-container,
  body.c-body .c-article-container,
  body.c-body .new-header__container {
    width: min(100% - 32px, 720px);
  }

  body.c-body .new-header__content-wrapper {
    min-height: 70px;
  }

  body.c-body .new-header__content {
    display: none;
  }

  body.c-body .new-header__content.nb-menu-open {
    display: block;
  }

  body.c-body .new-header__menu {
    display: block;
  }

  body.c-body .new-header__menu_mobile {
    display: block;
  }

  body.c-body .new-header__menu > .new-header__dropdown,
  body.c-body .new-header__menu > .new-header__link {
    display: none;
  }

  body.c-body .burger,
  body.c-body .w-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.c-body .c-blog-subheader__content-wrapper,
  body.c-body .c-blog-subheader__nav-wrapper {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 16px;
  }

  body.c-body .c-article-hero {
    padding: 56px 0 72px;
  }

  body.c-body .c-article-hero__rich-text {
    font-size: 18px;
    line-height: 1.7;
  }

  body.c-body .c-footer-content {
    grid-template-columns: 1fr 1fr;
  }

  body.c-body .c-footer-ending,
  body.c-body .c-footer-tacpp {
    align-items: flex-start;
    flex-direction: column;
  }

  .nb-static .new-header,
  .nb-static .w-nav {
    position: relative;
    z-index: 1000;
  }

  .nb-static .burger.w-nav-button,
  .nb-static .w-nav-button {
    display: flex !important;
    cursor: pointer;
  }

  .nb-static .new-header__content.w-nav-menu,
  .nb-static .w-nav-menu {
    display: none !important;
  }

  .nb-static .new-header__content.w-nav-menu.nb-menu-open,
  .nb-static .w-nav-menu.nb-menu-open {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    max-height: calc(100vh - 72px);
    overflow: auto;
    padding: 20px 24px 28px !important;
    background: #fff !important;
    border-top: 1px solid rgba(39, 35, 64, .08);
    box-shadow: 0 24px 60px rgba(39, 35, 64, .16);
  }

  .nb-static .new-header__content.nb-menu-open .new-header__menu,
  .nb-static .w-nav-menu.nb-menu-open .new-header__menu {
    display: block !important;
  }

  .nb-static .new-header__content.nb-menu-open .new-header__dropdown,
  .nb-static .w-nav-menu.nb-menu-open .new-header__dropdown {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .nb-static .new-header__content.nb-menu-open .w-dropdown-list,
  .nb-static .w-nav-menu.nb-menu-open .w-dropdown-list {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .nb-static .new-header__content.nb-menu-open .new-header__dropdown__list,
  .nb-static .w-nav-menu.nb-menu-open .new-header__dropdown__list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 8px 0 0 !important;
  }

  .nb-static .new-header__content.nb-menu-open .new-header__dropdown__toggle,
  .nb-static .w-nav-menu.nb-menu-open .new-header__dropdown__toggle {
    pointer-events: none;
    font-weight: 700;
  }
}

@media (max-width: 640px) {
  body.c-body .new-header__logo-wrapper__wrapper {
    width: 150px;
  }

  body.c-body .c-article-hero__post-title {
    margin-top: 18px;
    font-size: 36px;
  }

  body.c-body .c-blog-hero__articles-collection__list__item__content_author-and-date,
  body.c-body .c-blog-hero__articles-collection__list__item__content_author-wrapper {
    flex-wrap: wrap;
  }

  body.c-body .c-footer-content {
    grid-template-columns: 1fr;
  }
}
