.scenario-redesign-page {
  --scenario-blue: #229ed9;
  --scenario-blue-2: #27a7e7;
  --scenario-mint: #23c985;
  --scenario-ink: #071116;
  --scenario-muted: #344955;
  --scenario-line: rgba(7, 17, 22, 0.1);
  --scenario-soft: #eef7fb;
  --scenario-card: rgba(255, 255, 255, 0.9);
  --scenario-radius: 8px;
  --scenario-shadow: 0 18px 48px rgba(18, 48, 64, 0.1);
  --scenario-shadow-strong: 0 28px 82px rgba(18, 48, 64, 0.16);
  background:
    linear-gradient(90deg, rgba(34, 158, 217, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 158, 217, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 44%, #eef7fb 100%);
  background-size: 56px 56px, 56px 56px, auto;
  color: var(--scenario-ink);
}

.scenario-redesign-page,
.scenario-redesign-page * {
  letter-spacing: 0 !important;
}

.scenario-redesign-page .t-faithful-main,
.scenario-redesign-page #allrecords {
  overflow-x: clip;
  background: transparent !important;
}

.scenario-redesign-page #allrecords {
  color: var(--scenario-ink);
}

.scenario-redesign-page #allrecords .t-rec {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 112px;
}

.scenario-redesign-page #allrecords .t-container {
  width: min(1160px, calc(100% - 40px)) !important;
  max-width: min(1160px, calc(100% - 40px)) !important;
}

.scenario-redesign-page .t-title,
.scenario-redesign-page .t-section__title,
.scenario-redesign-page .t-heading,
.scenario-redesign-page .t-name {
  color: var(--scenario-ink) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

.scenario-redesign-page .t-title span,
.scenario-redesign-page .t-section__title span,
.scenario-redesign-page .t-heading span,
.scenario-redesign-page .t-name span,
.scenario-redesign-page .t-descr span,
.scenario-redesign-page .t-text span {
  color: inherit !important;
}

.scenario-redesign-page .t-descr,
.scenario-redesign-page .t-text {
  color: var(--scenario-muted) !important;
}

.scenario-redesign-page .t-btnflex.t-btnflex_type_button,
.scenario-redesign-page .t-btnflex.t-btnflex_type_button2 {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  border-radius: var(--scenario-radius) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.scenario-redesign-page .t-btnflex_type_button {
  border: 0 !important;
  background: linear-gradient(135deg, var(--scenario-blue), var(--scenario-blue-2)) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 46px rgba(34, 158, 217, 0.24) !important;
}

.scenario-redesign-page .t-btnflex_type_button:hover,
.scenario-redesign-page .t-btnflex_type_button:focus-visible {
  transform: translateY(-1px);
}

.scenario-redesign-page [data-record-type="995"] {
  min-height: 0;
  background:
    linear-gradient(90deg, rgba(34, 158, 217, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 158, 217, 0.04) 1px, transparent 1px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0 58%, rgba(230, 246, 252, 0.76) 58% 100%),
    #ffffff !important;
  background-size: 52px 52px, 52px 52px, auto, auto !important;
  border-bottom: 1px solid rgba(34, 158, 217, 0.14);
}

.scenario-redesign-page [data-record-type="995"] .t995,
.scenario-redesign-page [data-record-type="995"] .t995__wrapper {
  min-height: 0 !important;
  height: auto !important;
}

.scenario-redesign-page [data-record-type="995"] .t995__wrapper {
  padding: 0 !important;
}

.scenario-redesign-page [data-record-type="995"] .t-cover {
  min-height: 720px !important;
  height: auto !important;
  padding: 122px 0 70px;
  box-sizing: border-box !important;
  background: transparent !important;
}

.scenario-redesign-page [data-record-type="995"] .t-cover__carrier {
  position: absolute !important;
  top: 150px !important;
  right: max(40px, calc((100vw - 1160px) / 2)) !important;
  left: auto !important;
  z-index: 1;
  width: min(440px, 36vw) !important;
  height: 420px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--scenario-radius);
  background-size: cover !important;
  background-position: center !important;
  box-shadow: var(--scenario-shadow-strong);
  opacity: 0.98;
}

.scenario-redesign-page [data-record-type="995"] .t-cover__filter {
  display: none !important;
}

.scenario-redesign-page [data-record-type="995"] .t-container {
  position: relative;
  z-index: 2;
}

.scenario-redesign-page [data-record-type="995"] .t995__container,
.scenario-redesign-page [data-record-type="995"] .t995__content-wrapper {
  width: min(660px, 100%) !important;
  max-width: 660px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  text-align: left !important;
}

.scenario-redesign-page [data-record-type="995"] .t995__inner-wrapper {
  padding: 0 !important;
}

.scenario-redesign-page [data-record-type="995"] .t995__content-wrapper {
  display: block !important;
}

.scenario-redesign-page [data-record-type="995"] .t-cover__wrapper {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  min-height: 0 !important;
  height: auto !important;
  text-align: left !important;
}

.scenario-redesign-page [data-record-type="995"] .t995__title {
  max-width: 660px;
  color: var(--scenario-ink) !important;
  font-size: clamp(36px, 3.6vw, 46px) !important;
  font-weight: 850 !important;
  line-height: 1.03 !important;
  text-align: left !important;
}

.scenario-redesign-page [data-record-type="995"] .t995__descr {
  max-width: 600px;
  margin-top: 24px !important;
  padding: 0 !important;
  color: var(--scenario-muted) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.scenario-redesign-page [data-record-type="995"] .t-btnflex {
  margin-top: 28px !important;
}

.scenario-redesign-page [data-record-type="469"] {
  padding-top: 72px !important;
  padding-bottom: 78px !important;
  background:
    linear-gradient(180deg, rgba(238, 247, 251, 0.88) 0%, #ffffff 76%) !important;
}

.scenario-redesign-page [data-record-type="469"] .t-col {
  float: none !important;
  display: block !important;
  width: min(880px, 100%) !important;
  max-width: min(880px, 100%) !important;
  margin: 0 auto !important;
  padding: 36px 42px;
  box-sizing: border-box;
  border: 1px solid rgba(34, 158, 217, 0.14);
  border-radius: var(--scenario-radius);
  background: var(--scenario-card);
  box-shadow: var(--scenario-shadow);
  backdrop-filter: blur(18px) saturate(1.08);
}

.scenario-redesign-page [data-record-type="469"] .t469__title {
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.05 !important;
}

.scenario-redesign-page [data-record-type="469"] .t469__line {
  width: 80px !important;
  height: 3px !important;
  margin-top: 26px !important;
  margin-bottom: 30px !important;
}

.scenario-redesign-page [data-record-type="469"] .t469__descr {
  max-width: 760px !important;
  color: var(--scenario-muted) !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

.scenario-redesign-page [data-record-type="508"],
.scenario-redesign-page [data-record-type="1000"],
.scenario-redesign-page [data-record-type="795"] {
  padding-top: 84px !important;
  padding-bottom: 88px !important;
  background: #ffffff !important;
}

.scenario-redesign-page [data-record-type="508"] .t-section__container,
.scenario-redesign-page [data-record-type="1000"] .t-section__container {
  margin-bottom: 44px !important;
}

.scenario-redesign-page [data-record-type="508"] .t-section__title,
.scenario-redesign-page [data-record-type="1000"] .t-section__title,
.scenario-redesign-page [data-record-type="795"] .t795__title {
  max-width: 820px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--scenario-ink) !important;
  font-size: clamp(32px, 3.5vw, 46px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.scenario-redesign-page [data-record-type="508"] .t-section__title {
  margin-bottom: 0 !important;
}

.scenario-redesign-page [data-record-type="508"] .t508__container,
.scenario-redesign-page [data-record-type="1000"] .t1000__features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 !important;
  list-style: none !important;
}

.scenario-redesign-page [data-record-type="508"] .t508__container {
  margin: 0 auto !important;
}

.scenario-redesign-page [data-record-type="508"] .t508__container::before,
.scenario-redesign-page [data-record-type="508"] .t508__container::after,
.scenario-redesign-page [data-record-type="1125"] .t1125__container::before,
.scenario-redesign-page [data-record-type="1125"] .t1125__container::after {
  content: none !important;
  display: none !important;
}

.scenario-redesign-page [data-record-type="508"] .t-item,
.scenario-redesign-page [data-record-type="1000"] .t1000__feature {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  box-sizing: border-box;
  border: 1px solid var(--scenario-line);
  border-radius: var(--scenario-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--scenario-shadow);
}

.scenario-redesign-page [data-record-type="508"] .t-item {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  float: none !important;
  clear: none !important;
}

.scenario-redesign-page [data-record-type="508"] .t-cell,
.scenario-redesign-page [data-record-type="508"] .t508__textwrapper {
  display: block !important;
  width: auto !important;
}

.scenario-redesign-page [data-record-type="508"] .t508__bgimg {
  width: 48px !important;
  height: 48px !important;
  opacity: 0.9;
}

.scenario-redesign-page [data-record-type="508"] .t-name {
  font-size: 20px !important;
  line-height: 1.28 !important;
}

.scenario-redesign-page [data-record-type="248"] {
  padding-top: 86px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #071116 0%, #0d2530 100%) !important;
  background-size: 56px 56px, 56px 56px, auto !important;
}

.scenario-redesign-page [data-record-type="248"] .t-col {
  float: none !important;
  width: min(860px, 100%) !important;
  max-width: min(860px, 100%) !important;
  margin: 0 auto !important;
}

.scenario-redesign-page [data-record-type="248"] .t220__textwrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto !important;
  padding: 42px 48px !important;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--scenario-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    #ffffff !important;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.26);
}

.scenario-redesign-page [data-record-type="248"] .t220__title {
  color: var(--scenario-ink) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.12 !important;
}

.scenario-redesign-page [data-record-type="248"] .t220__text {
  margin-top: 22px !important;
  color: var(--scenario-muted) !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

.scenario-redesign-page [data-record-type="248"] .t220__text ul {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding-left: 22px !important;
}

.scenario-redesign-page [data-record-type="1000"] {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5fbfe 100%) !important;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__wrapper {
  position: relative;
  display: block !important;
  min-height: 560px;
  overflow: hidden;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__content {
  position: static !important;
  display: block !important;
  width: min(560px, 48%) !important;
  max-width: 560px !important;
  padding: 0 !important;
  float: none !important;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__bg-wrap {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: auto;
  width: min(520px, 46%);
  height: 560px;
  overflow: hidden;
  border-radius: var(--scenario-radius);
  box-shadow: var(--scenario-shadow-strong);
}

.scenario-redesign-page [data-record-type="1000"] .t1000__background-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  visibility: visible !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.9;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__header,
.scenario-redesign-page [data-record-type="1000"] .t1000__features,
.scenario-redesign-page [data-record-type="1000"] .t1000__content > .t-col {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

.scenario-redesign-page [data-record-type="1000"] .t-section__title {
  margin-bottom: 30px !important;
  text-align: left !important;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__features {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__feature {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 0;
  padding: 16px !important;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__iconwrapper {
  width: 28px !important;
  padding-top: 2px;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__textwrapper {
  width: auto !important;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__descr {
  color: var(--scenario-muted) !important;
  font-size: 15px !important;
  line-height: 1.42 !important;
}

.scenario-redesign-page [data-record-type="1000"] .t1000__button {
  display: inline-flex !important;
  margin-top: 24px !important;
  color: #0b7aaa !important;
  font-weight: 850 !important;
}

.scenario-redesign-page [data-record-type="795"] {
  background:
    linear-gradient(180deg, #f5fbfe 0%, #ffffff 100%) !important;
}

.scenario-redesign-page [data-record-type="795"] .t-col {
  float: none !important;
  width: min(920px, 100%) !important;
  max-width: min(920px, 100%) !important;
  margin: 0 auto !important;
}

.scenario-redesign-page [data-record-type="795"] .t795__descr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px !important;
  color: var(--scenario-muted) !important;
  font-size: 0 !important;
  text-align: left !important;
}

.scenario-redesign-page [data-record-type="795"] .t795__descr p {
  margin: 0 !important;
  padding: 18px 20px;
  border: 1px solid var(--scenario-line);
  border-radius: var(--scenario-radius);
  background: #ffffff;
  box-shadow: var(--scenario-shadow);
  color: var(--scenario-muted) !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

.scenario-redesign-page [data-record-type="1030"] {
  padding-top: 88px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(90deg, rgba(34, 158, 217, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 158, 217, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #eef7fb 0%, #ffffff 100%) !important;
  background-size: 52px 52px, 52px 52px, auto !important;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__col {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__content {
  height: 100%;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  border: 1px solid rgba(7, 17, 22, 0.08);
  border-radius: var(--scenario-radius);
  background: #ffffff;
  box-shadow: var(--scenario-shadow);
}

.scenario-redesign-page [data-record-type="1030"] .t1030__textwrapper {
  min-height: 162px;
  padding: 24px !important;
  background: linear-gradient(135deg, #071116 0%, #0d2530 100%) !important;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__descr {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.56 !important;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__img {
  display: none !important;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__author {
  margin-top: 0 !important;
  min-height: 92px;
  padding: 18px 20px !important;
  background: #ffffff;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__title {
  color: var(--scenario-ink) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.scenario-redesign-page [data-record-type="1030"] .t1030__uptitle {
  margin-top: 6px !important;
  color: var(--scenario-muted) !important;
  font-size: 13px !important;
}

@media (max-width: 980px) {
  .scenario-redesign-page #allrecords .t-container {
    width: min(100% - 28px, 720px) !important;
    max-width: min(100% - 28px, 720px) !important;
  }

  .scenario-redesign-page [data-record-type="995"] {
    min-height: 760px;
  }

  .scenario-redesign-page [data-record-type="995"] .t995,
  .scenario-redesign-page [data-record-type="995"] .t995__wrapper,
  .scenario-redesign-page [data-record-type="995"] .t-cover,
  .scenario-redesign-page [data-record-type="995"] .t-cover__wrapper {
    min-height: 760px !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t-cover {
    padding-top: 124px;
    padding-bottom: 320px;
  }

  .scenario-redesign-page [data-record-type="995"] .t-cover__carrier {
    top: auto !important;
    right: 20px !important;
    bottom: 38px !important;
    width: min(420px, calc(100% - 40px)) !important;
    height: 250px !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t995__title {
    font-size: clamp(38px, 8vw, 54px) !important;
  }

  .scenario-redesign-page [data-record-type="508"] .t508__container,
  .scenario-redesign-page [data-record-type="1000"] .t1000__features,
  .scenario-redesign-page [data-record-type="795"] .t795__descr,
  .scenario-redesign-page [data-record-type="1030"] .t1030__row {
    grid-template-columns: 1fr !important;
  }

  .scenario-redesign-page [data-record-type="1000"] .t1000__wrapper {
    min-height: 0;
  }

  .scenario-redesign-page [data-record-type="1000"] .t1000__content {
    width: 100% !important;
    max-width: none !important;
  }

  .scenario-redesign-page [data-record-type="1000"] .t1000__bg-wrap {
    position: relative !important;
    width: 100%;
    height: 260px;
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .scenario-redesign-page #allrecords .t-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t-cover {
    padding-top: 108px;
  }

  .scenario-redesign-page [data-record-type="995"] {
    min-height: 0 !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t995,
  .scenario-redesign-page [data-record-type="995"] .t995__wrapper,
  .scenario-redesign-page [data-record-type="995"] .t-cover,
  .scenario-redesign-page [data-record-type="995"] .t-cover__wrapper,
  .scenario-redesign-page [data-record-type="995"] .t-container,
  .scenario-redesign-page [data-record-type="995"] .t995__container {
    min-height: 0 !important;
    height: auto !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t-cover__wrapper {
    width: 100% !important;
    align-items: flex-start !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t995__container,
  .scenario-redesign-page [data-record-type="995"] .t995__inner-wrapper,
  .scenario-redesign-page [data-record-type="995"] .t995__content-wrapper,
  .scenario-redesign-page [data-record-type="995"] .t995__title,
  .scenario-redesign-page [data-record-type="995"] .t995__descr {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .scenario-redesign-page [data-record-type="995"] .t995__title {
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }

  .scenario-redesign-page [data-record-type="995"] .t995__descr {
    font-size: 16px !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere;
  }

  .scenario-redesign-page [data-record-type="469"],
  .scenario-redesign-page [data-record-type="508"],
  .scenario-redesign-page [data-record-type="1000"],
  .scenario-redesign-page [data-record-type="795"],
  .scenario-redesign-page [data-record-type="1030"] {
    padding-top: 64px !important;
    padding-bottom: 68px !important;
  }

  .scenario-redesign-page [data-record-type="469"] .t-col,
  .scenario-redesign-page [data-record-type="248"] .t220__textwrapper {
    padding: 28px 24px !important;
  }

  .scenario-redesign-page [data-record-type="508"] .t-item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px !important;
  }

  .scenario-redesign-page [data-record-type="508"] .t508__bgimg {
    width: 38px !important;
    height: 38px !important;
  }

  .scenario-redesign-page [data-record-type="1030"] .t1030__textwrapper {
    min-height: 0;
  }
}
