

/* Start:/bitrix/templates/TML/css/Tax.css?175578413428898*/
@import url('https://fonts.googleapis.com/css2?family="Raleway":wght@400;600;700&family=Acumin+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

/* Подключение шрифта Acumin Pro с указанными файлами */
@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-RPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fontst/Acumin-ItPro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdPro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdItPro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 20px 20px 40px 20px;
  font-family: "Raleway", sans-serif;
  position: relative;
  background-color: #f9f9fb;
}

.hero-section {
  border-radius: 16px;
  display: flex;
  height: 478px;
  padding: 20px 60px 151px 60px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/bitrix/templates/TML/images/Service-bg.svg') no-repeat center/cover;
  z-index: -1;
  border-radius: 16px;
}

#header-container {
  width: 100%;
  z-index: 1001;
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1002;
  display: none;
}

.mega-menu.active {
  display: flex;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1000;
}

.hero-title {
  color: #F9F9FB;
  font-family: "Raleway";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.hero-subtitle {
  color: #F9F9FB;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

.page-content {
  margin-top: 60px;
  display: flex;
  width: 1247px;
  padding: 12px 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.purpose-title {
  color: #181D27;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.purpose-description {
  margin-top: 32px;
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}

.content-block {
  margin-top: 12px;
  display: flex;
  padding-bottom: 12px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid rgba(7, 7, 7, 0.15);
}

.content-block:first-child {
  margin-top: 32px;
}

.content-left {
  width: 615px;
}

.content-right {
  width: 632px;
}

.section-title {
  color: #070707;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.list-item {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 4px;
}

.list-item:first-child {
  margin-top: 0;
}

.differentiators-section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.differentiators-title {
  color: #181D27;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.cards-container {
  width: 100%;
  display: flex;
  gap: 16px;
}

.card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  background: #F3F3F3;
}

.card-tag {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  background: #FFF;
  color: #6A5FCD;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.card-text {
  color: #070707;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.advisory-section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.advisory-title {
  color: #181D27;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.advisory-description {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.advisory-list {
  list-style-type: none;
  padding-left: 0;
}

.advisory-list li {
  position: relative;
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
}

.advisory-list li::before {
  content: "■";
  color: #535862;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  vertical-align: middle;
}

.advisory-list li span {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.advisory-list li span + * {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.results-section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.results-title {
  color: #181D27;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.results-cards {
  width: 100%;
  display: flex;
  gap: 16px;
}

.result-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  background: #F3F3F3;
}

.result-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.result-item {
  display: flex;
  height: 45px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.result-item .icon {
  width: 16px;
  height: 16px;
}

.result-item .result-text {
  color: #070707;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.result-item.no-icon {
  gap: 0;
}

.engagement-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 112px;
}

.image-block {
  width: 509px;
  height: 360px;
}

.engagement-image {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.text-block {
  display: flex;
  width: 638px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.engagement-text {
  color: #181D27;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
}

.engagement-content {
  display: flex;
  gap: 12px;
}

.steps-icon {
  width: 20px;
  height: 20px;
}

.engagement-description {
  color: #57606A;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.engagement-highlight {
  color: #57606A;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.faq-section {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--stack-lg, 16px);
  align-self: stretch;
}

.faq-header {
  display: flex;
  padding: var(--inset-sm, 8px) var(--stack-md, 12px);
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #B6BCCD;
  background: #FFF;
  box-shadow: 0px 0px 1px 0px var(--NeutralAlphaInvert-NI05, rgba(44, 58, 114, 0.05)), 0px 2px 6px 0px var(--NeutralAlphaInvert-NI05, rgba(44, 58, 114, 0.05)), 0px 10px 18px 0px var(--NeutralAlphaInvert-NI10, rgba(58, 76, 146, 0.10));
}

.faq-icon {
  width: 20px;
  height: 20px;
}

.faq-title {
  color: #4B5162;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.faq-main-title {
  color: #1C1F25;
  text-align: center;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.faq-description {
  color: #4B5162;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.qa-section {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: visible;
}

.qa-item {
  border-bottom: 1.003px solid var(--Neutral-N200, #ECEEF4);
  margin-top: 26px;
  height: auto;
}

.qa-header {
  display: flex;
  padding: 0px var(--inline-xl, 20px) var(--stack-2xl, 24px) 0px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  cursor: pointer;
}

.qa-line {
  display: flex;
  width: 4px;
  padding: 6px 0px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.qa-line-inner {
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #6A5FCD;
}

.qa-question {
  color: #1C1F25;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  flex-grow: 1;
  margin: 0;
}

.qa-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: auto;
}

.qa-answer {
  color: #4B5162;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: none;
  padding: 0 var(--inline-xl, 20px) var(--stack-xl, 20px) var(--inline-xl, 20px);
  min-height: 20px;
  opacity: 1;
  transition: opacity 0.3s ease, display 0.3s ease;
}

.qa-item:hover {
  border-bottom: 1.003px solid #6A5FCD;
}

.qa-item.open {
  border-bottom: 1.003px solid #B6BCCD;
  margin-top: 20px;
}

.qa-item.open .qa-answer {
  display: block;
}

.get-started-section {
  width: 100%;
  display: flex;
  padding: 80px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

.get-started-content {
  display: flex;
  height: 402px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url('/bitrix/templates/TML/images/Get-started-bg.svg') no-repeat center/cover;
}

.get-started-text {
  color: #646464;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.get-started-title {
  color: #070707;
  text-align: center;
  font-family: "Raleway";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.32px;
  margin-top: 23.4px;
}

.get-started-button {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #6A5FCD;
  margin-top: 23.4px;
  border: none;
}

.get-started-button span {
  color: #FFF;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.partnership-section {
  margin-top: 60px;
  display: flex;
  padding: 64px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
}

.partnership-header {
  height: 45px;
  align-self: stretch;
}

.partnership-title {
  color: #24292F;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  letter-spacing: -0.24px;
}

.partnership-cards {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 48px;
  column-gap: 48px;
  align-self: stretch;
  flex-wrap: wrap;
}

.partnership-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 calc(50% - 24px);
  min-width: 0;
}

.card-icon {
  width: 24px;
  height: 24px;
}

.partnership-card {
  height: 100%;
}

.partnership-cards {
  --card-max-height: 120px;
}

.partnership-card {
  height: var(--card-max-height);
}

.card-title {
  color: #24292F;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.24px;
}

.card-description {
  color: #505A63;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.collaboration-section {
  display: flex;
  width: 1247px;
  padding: 64px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  margin-top: 60px;
}

.collaboration-header {
  height: 45px;
  align-self: stretch;
}

.collaboration-title {
  color: #24292F;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  letter-spacing: -0.24px;
}

.collaboration-cards {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 48px;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 48px;
  width: 100%;
}

.collaboration-card {
  display: flex;
  width: 464px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.centered-card {
  width: 464px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: center;
}

.card-icon {
  width: 24px;
  height: 24px;
}

.card-title {
  color: #24292F;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.24px;
}

.collaboration-description {
  color: #505A63;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.new-tax-frontier {
  color: #181D27;
  font-family: "Raleway";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.intro-text {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.intro-list {
  list-style-type: none;
  padding-left: 0;
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 12px;
}

.intro-list li {
  position: relative;
  padding-left: 20px;
}

.intro-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #535862;
}

.case-studies-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 60px;
}

.case-study-title {
  color: #181D27;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.case-study-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.case-study-details {
  flex: 1;
}

.case-study-meta {
  display: flex;
  align-items: center;
}

.case-study-tag {
  display: flex;
  padding: 9px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px 0px 0px 6px;
  background: #F1EFFF;
}

.case-tag-text {
  color: #6A5FCD;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.case-study-date {
  display: flex;
  padding: 9px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 6px 6px 0px;
  background: #FFF;
}

.case-date-text {
  color: #070707;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.case-study-heading {
  color: #070707;
  font-family: "Acumin Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 24px;
}

.case-study-description {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
}

.case-study-link {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
}

.case-link-text {
  color: #353535;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.case-study-image {
  display: flex;
  width: 374px;
  padding: 50px 109px 50px 110px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #170A42;
}

.case-study-image img {
  width: 155px;
  height: 155px;
}

@media (max-width: 768px) {
  body {
    margin: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #F9F9FB;
    overflow-x: hidden;
  }

  .hero-section {
    display: flex;
    height: 293px;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
  }

  #header-container {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    color: #F9F9FB;
    text-align: center;
    font-family: "Raleway";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }

  .hero-subtitle {
    color: #F9F9FB;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
  }

  .page-content {
    margin-top: 36px;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }

  .purpose-title {
    color: #181D27;
    font-family: "Raleway";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .intro-text {
  color: #535862;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 16px;
}

  .purpose-description {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .content-block {
    display: flex;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid rgba(7, 7, 7, 0.15);
    position: relative;
    cursor: pointer;
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
  }

  .content-block:first-child {
    margin-top: 48px;
  }

  .content-left {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 32px;
  }

  .content-block::after {
    content: url('/bitrix/templates/TML/images/chevron-down-b.svg');
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }

  .content-block.open::after {
    transform: rotate(180deg);
  }

  .content-right {
    display: none;
    width: 100%;
    max-width: 100%;
  }

  .content-block.open .content-right {
    display: block;
  }

  .section-title {
    color: #070707;
    font-family: "Raleway";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .list-item {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .differentiators-section {
    margin-top: 48px;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .differentiators-title {
    color: #181D27;
    font-family: "Raleway";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .cards-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(7, 7, 7, 0.15);
    background: #F3F3F3;
    width: 100%;
    max-width: 100%;
  }

  .card-tag {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(7, 7, 7, 0.15);
    background: #FFF;
    color: #6A5FCD;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .advisory-section {
    margin-top: 48px;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }

  .advisory-title {
    color: #181D27;
    font-family: "Raleway";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .advisory-description {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px;
  }

  .advisory-list {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .advisory-list li span {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .results-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 48px;
    width: 100%;
    max-width: 100%;
  }

  .results-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .result-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(7, 7, 7, 0.15);
    background: #F3F3F3;
    width: 100%;
    max-width: 100%;
  }

  .result-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .engagement-section {
    display: flex;
    padding: 48px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .text-block {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .image-block {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .engagement-text {
    color: #181D27;
    font-family: "Raleway";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .engagement-content {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .engagement-content .engagement-highlight {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .faq-section {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--stack-lg, 16px);
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .faq-main-title {
    color: #1C1F25;
    text-align: center;
    font-family: ""Raleway"";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .faq-description {
    color: #4B5162;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .qa-section {
    margin-top: 48px;
    width: 100%;
    max-width: 100%;
  }

  .qa-header {
    display: flex;
    padding: 0 var(--inline-xl, 20px) var(--stack-2xl, 24px) 0;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .qa-line-inner {
    width: 4px;
    height: 36px;
    border-radius: 2px;
    background: #6A5FCD;
  }

  .qa-question {
    color: #1C1F25;
    font-family: "Acumin Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .qa-answer {
    display: flex;
    padding: 0 var(--inline-xl, 20px) var(--stack-xl, 20px) var(--inline-xl, 20px);
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: #4B5162;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 100%;
    max-width: 100%;
  }

  .get-started-section {
    padding: 48px 16px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 36px;
    margin-bottom: 36px;
    width: 100%;
    max-width: 100%;
  }

  .get-started-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .get-started-text {
    color: #646464;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }

  .get-started-title {
    color: #070707;
    text-align: center;
    font-family: "Raleway";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.32px;
    margin-top: 0;
  }

  .get-started-button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #6A5FCD;
    margin-top: 0;
    border: none;
  }

  .partnership-section {
    display: flex;
    padding: 48px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .partnership-cards {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .collaboration-section {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 48px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .collaboration-title {
    color: #24292F;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.24px;
  }

  .collaboration-cards {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .collaboration-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

  .case-studies-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 48px;
    width: 100%;
    max-width: 100%;
  }

  .case-study-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 100%;
  }

  .case-study-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 50px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: #170A42;
  }
}
/* End */


/* Start:/bitrix/templates/TML/template_styles.css?17538772753144*/
.landing-edit-mode,
.landing-public-mode {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.landing-layout-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-grow: 1;
}

@media (max-width: 780px) {
	.landing-layout-flex.sidebar-right .landing-sidebar {
		order: 1;
	}
}

.landing-header + .landing-main {
	flex-grow: 1;
}

@media (min-width: 1px) {
	.landing-layout-breakpoint--all .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--all .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--all .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 576px) {

	.landing-layout-breakpoint--mobile .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--mobile .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 768px) {
	/*default*/
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex,
	.landing-layout-breakpoint--tablet .landing-layout-flex {
		flex-direction: row;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.sidebar-right,
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.without-left,
	.landing-layout-breakpoint--tablet .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--tablet .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {

	.landing-layout-breakpoint--desktop .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--desktop .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--desktop .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	/*for all*/
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px; /* 30% * 992px */
	}

	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}

	/*
	for mainpage templates in preview.bitrix24.site/
	 */
	.landing-layout-flex.landing-layout-flex-mainpage .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 262px !important;
	}
	.landing-layout-flex.landing-layout-flex-mainpage .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: calc(100% - 262px) !important;
	}
}
/* End */
/* /bitrix/templates/TML/css/Tax.css?175578413428898 */
/* /bitrix/templates/TML/template_styles.css?17538772753144 */
