.ms-func-page h2 {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(42px, 5vw, 88px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 110.88px */
  letter-spacing: -4.84px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .ms-func-page h2 {
    letter-spacing: initial;
    line-height: 110%;
  }
}
.ms-func-page h2 span {
  color: #6557ff;
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(42px, 5vw, 88px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 110.88px */
  letter-spacing: -4.84px;
}
@media screen and (max-width: 1024px) {
  .ms-func-page h2 span {
    letter-spacing: -2px;
  }
}
.ms-func-page h3 {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(28px, 5vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 60.48px */
  margin: 0;
}
.ms-func-page .h2-paragraph {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(18px, 3vw, 26px);
  font-style: normal;
  font-weight: 300;
  line-height: 126%; /* 32.76px */
}
.ms-func-page p {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 126%;
  margin: 0;
}
.ms-func-page p span {
  font-weight: 500;
}
.ms-func-page .ms-func-page-cta-section h2 {
  color: #fff;
}
.ms-func-page a {
  text-decoration: none;
}
.ms-func-page a.btn-join {
  color: var(--Black, #151515);
  /* Paragraph: 5/Medium */
  font-family: Helvetica Now Display;
  font-size: clamp(12px, 3vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.2px;
}
.ms-func-page a.link {
  text-decoration: none;
  color: var(--Purple, #6557ff);
  font-family: Helvetica Now Display;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 25.2px */
}
@media screen and (max-width: 767px) {
  .ms-func-page br {
    display: none;
  }
}
.ms-func-page a {
  text-decoration: none;
}
.ms-func-page .center-align-badge p {
  color: #6557ff;
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(14px, 2vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 25.2px */
  margin: 0;
}

img {
  max-width: 100%;
}

.ms-the-story-section-wrapper {
  padding: 190px 0 129px 0;
}
@media screen and (max-width: 768px) {
  .ms-the-story-section-wrapper {
    padding: 60px 0;
  }
}
.ms-the-story-section-wrapper .ms-the-story-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
}
.ms-the-story-section-wrapper .ms-the-story-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ms-the-story-section-wrapper .ms-the-story-section-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ms-challanges-section-wrapper {
  padding: 137px 0 173px;
  position: relative;
  background: #f8f8ff;
}
@media screen and (max-width: 768px) {
  .ms-challanges-section-wrapper {
    padding: 80px 0;
  }
}
.ms-challanges-section-wrapper .line {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 6px !important;
  height: 190px !important;
}
@media screen and (max-width: 768px) {
  .ms-challanges-section-wrapper .line {
    top: -3%;
    height: 120px !important;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}
.ms-challanges-section-wrapper .ms-challanges-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ms-challanges-section-wrapper .ms-challanges-section-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.ms-challanges-section-wrapper .ms-challanges-section-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main {
    align-items: initial;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  row-gap: 56px;
  -moz-column-gap: 63px;
       column-gap: 63px;
  border-radius: 24px;
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks p {
  overflow: hidden;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  font-family: Helvetica Now Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1) {
  order: 1;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(2) {
  order: 2;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(3) {
  order: 3;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4) {
  order: 4;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(5) {
  order: 8;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(6) {
  order: 7;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(7) {
  order: 6;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(8) {
  order: 5;
}
@media screen and (max-width: 937px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1) {
    order: 1;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(2) {
    order: 3;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(3) {
    order: 5;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4) {
    order: 7;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(5) {
    order: 8;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(6) {
    order: 6;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(7) {
    order: 4;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(8) {
    order: 2;
  }
}
@media screen and (max-width: 393px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1) {
    order: 1;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(2) {
    order: 2;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(3) {
    order: 3;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4) {
    order: 4;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(5) {
    order: 5;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(6) {
    order: 6;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(7) {
    order: 7;
  }
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(8) {
    order: 8;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock {
  border-radius: 16px;
  border: 2px solid #dadaff;
  background: var(--Purple, #6557ff);
  max-width: 258px;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock .order {
  color: var(--Yellow, #ffc633);
  font-family: Helvetica Now Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(-n+3)::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 95%;
  width: 100%;
  height: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-challanges-section.svg);
  z-index: 0;
}
@media screen and (max-width: 937px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(-n+3)::after {
    background-position: bottom;
    top: 70%;
    transform: rotate(90deg);
    left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(-n+3)::after {
    background-position: bottom;
    top: 65%;
    transform: rotate(90deg);
    left: -5%;
  }
}
@media screen and (max-width: 532px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(-n+3)::after {
    background-position: bottom;
    top: 65%;
    transform: rotate(90deg);
    left: 12%;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
  content: "";
  transform: rotate(180deg);
  position: absolute;
  top: -3%;
  right: -30%;
  width: 100%;
  height: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-challanges-section.svg);
  z-index: 0;
}
@media screen and (max-width: 1399px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
    right: -38%;
  }
}
@media screen and (max-width: 1199px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
    right: -47%;
  }
}
@media screen and (max-width: 937px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
    background-position: top;
    transform: rotate(-90deg);
    top: 90%;
    right: -35%;
  }
}
@media screen and (max-width: 767px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
    background-position: top;
    transform: rotate(-90deg);
    top: 83%;
    right: -45%;
  }
}
@media screen and (max-width: 532px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
    background-position: top;
    transform: rotate(-90deg);
    top: 77%;
    right: -55%;
  }
}
@media screen and (max-width: 393px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-last-child(-n+3)::before {
    background-position: top;
    transform: rotate(90deg);
    top: -95%;
    right: 12%;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4)::before {
  content: "";
  transform: rotate(90deg);
  position: absolute;
  right: -40%;
  bottom: -70%;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-challanges-section.svg);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4)::before {
    bottom: -65%;
  }
}
@media screen and (max-width: 937px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4)::before {
    background-position: right;
    transform: rotate(0);
    top: 0%;
    right: -23%;
    bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4)::before {
    background-position: right;
    transform: rotate(0);
    top: 10%;
    right: -31%;
    bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4)::before {
    right: -38%;
  }
}
@media screen and (max-width: 393px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(4)::before {
    right: 0%;
    top: -24%;
    transform: rotate(90deg);
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1)::before {
  content: "";
  transform: rotate(-90deg);
  position: absolute;
  right: 45%;
  bottom: -90%;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-challanges-section.svg);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1)::before {
    bottom: -75%;
  }
}
@media screen and (max-width: 937px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1)::before {
    background-position: right;
    transform: rotate(0deg);
    right: -23%;
    top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1)::before {
    background-position: right;
    transform: rotate(0deg);
    right: -31%;
    top: -10%;
  }
}
@media screen and (max-width: 767px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-roadblocks .roadblock:nth-child(1)::before {
    right: -38%;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-drawbacks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-drawbacks {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.ms-challanges-section-wrapper .ms-challanges-section-main-drawbacks .drawback {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.ms-challanges-section-wrapper .ms-challanges-section-main-drawbacks .drawback p {
  overflow: hidden;
  color: var(--Black, #151515);
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  font-family: Helvetica Now Display;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ms-challanges-section-wrapper .ms-challanges-section-main-drawbacks .drawback {
    flex-direction: row;
    align-items: center;
  }
}

.ms-the-solution-section-wrapper {
  position: relative;
  padding: 44px 0 136px 0;
}
@media screen and (max-width: 768px) {
  .ms-the-solution-section-wrapper {
    padding: 40px 0;
  }
}
.ms-the-solution-section-wrapper .line {
  position: absolute;
  top: -13%;
  left: 50%;
  width: 6px !important;
  height: 190px !important;
}
@media screen and (max-width: 768px) {
  .ms-the-solution-section-wrapper .line {
    top: -7%;
    height: 135px !important;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .nav-pills {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .nav-pills {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .nav-pills .nav-link {
  background-color: transparent;
  font-family: Helvetica Now Display;
  color: #000;
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 25.2px */
  border-radius: 0;
  border-bottom: 2px solid #000;
  padding: 0 23px 18px 23px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .nav-pills .nav-link.active {
  color: var(--Purple, #6557ff);
  font-family: Helvetica Now Display;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 25.2px */
  border-bottom: 2px solid #6557ff;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane {
  position: relative;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active {
  display: flex;
  flex-direction: column;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .gradient-bg {
  position: relative;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .gradient-bg::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background: url(/assets/gradient-bg.svg);
  z-index: -2;
  opacity: 0.9;
}
@media screen and (max-width: 991px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .gradient-bg::before {
    top: 16%;
    left: -17%;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .gradient-bg::after {
  content: "";
  position: absolute;
  bottom: -16%;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background: url(/assets/gradient-bg.svg);
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .gradient-bg::after {
    bottom: 16%;
    left: -10%;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .tabs-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 991px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .tabs-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .tabs-group p {
  color: var(--Purple, #6557ff);
  font-family: Helvetica Now Display;
  font-size: 18.387px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .tabs-group .tab {
  border-radius: 11.899px;
  border: 2px solid #f6f5fd;
  background: linear-gradient(115deg, rgba(101, 87, 255, 0.12) 24.03%, rgba(97, 223, 198, 0.12) 83.63%);
  -webkit-backdrop-filter: blur(10.112903595px);
          backdrop-filter: blur(10.112903595px);
  padding: 13.484px 14.71px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group {
  position: relative;
  margin-top: 80px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group p {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 17.161px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group::before {
  content: "";
  position: absolute;
  top: -57px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-linear.svg);
  z-index: -1;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 3;
  border-radius: 11.899px;
  border: 0.744px solid #fff;
  background: linear-gradient(10deg, #6557ff 24.03%, #61dfc6 83.63%);
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8%;
  z-index: -1;
  background: linear-gradient(115deg, #6557ff 24.03%, #61dfc6 83.63%);
  filter: blur(20.53px);
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  height: 8%;
  z-index: -1;
  background: linear-gradient(115deg, #6557ff 24.03%, #61dfc6 83.63%);
  background-position: bottom;
  filter: blur(20.53px);
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner .top {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner .top p {
  color: #ffc633;
  font-family: Helvetica Now Display;
  font-size: 16.708px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner .bottom {
  display: flex;
  flex-direction: row;
  gap: 9.81px;
  padding: 0 16px 30px;
}
@media screen and (max-width: 991px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner .bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .functions-group-inner .bottom .function {
  display: flex;
  flex-direction: row;
  gap: 5.48px;
  align-items: center;
  border-radius: 8.773px;
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(11.2402563095px);
          backdrop-filter: blur(11.2402563095px);
  padding: 5.483px 12.258px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 75.387px;
  margin: -6px 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn img:nth-child(1),
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn img:nth-child(9) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn img:nth-child(2),
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn img:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn img:nth-child(3),
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .bridge-conn img:nth-child(7) {
    display: none;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .servers-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border-radius: 11.899px;
  background: #7680f7;
  -webkit-backdrop-filter: blur(20.5322589874px);
          backdrop-filter: blur(20.5322589874px);
  height: 134.226px;
  flex-shrink: 0;
  background-image: url(/assets/gradient-bg.svg);
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .servers-group .server {
  display: flex;
  max-width: 73.665px;
  height: 73.666px;
  padding: 9.208px 12.892px;
  justify-content: center;
  align-items: center;
  gap: 7.367px;
  border-radius: 63.537px;
  background: rgba(255, 255, 255, 0.1);
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .servers-group .server:nth-child(2) img {
  padding: 0.167px 10.883px 1.507px 10.882px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .servers-group .server:nth-child(4) img {
  padding: 7.567px 9.384px 11.244px 11.444px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group p {
  color: #fff;
  font-family: Helvetica Now Display;
  font-size: 17.161px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 3;
  border-radius: 11.899px;
  border: 0.744px solid #fff;
  background: #7680f7;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group-inner .top {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group-inner .top p {
  color: #ffc633;
  font-family: Helvetica Now Display;
  font-size: 16.708px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group-inner .bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 9.81px;
  padding: 0 16px 30px;
}
@media screen and (max-width: 991px) {
  .ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group-inner .bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ms-the-solution-section-wrapper .ms-the-solution-section-main .tab-content .tab-pane.show.active .broker-group-inner .bottom .function {
  display: flex;
  flex-direction: row;
  gap: 5.48px;
  align-items: center;
  border-radius: 8.773px;
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(11.2402563095px);
          backdrop-filter: blur(11.2402563095px);
  padding: 5.483px 12.258px;
}

.ms-steps-section-wrapper {
  padding: 75px 0;
  background: #f8f8ff;
}
.ms-steps-section-wrapper .ms-steps-section {
  display: flex;
  flex-direction: column;
  gap: 58px;
  position: relative;
}
.ms-steps-section-wrapper .ms-steps-section .card {
  border-radius: 24px;
  border: 0;
  background: #fff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-shrink: 0;
  position: sticky;
  top: 7%;
  max-height: 610px;
}
@media screen and (max-width: 991px) {
  .ms-steps-section-wrapper .ms-steps-section .card {
    flex-direction: column;
    position: initial;
  }
}
.ms-steps-section-wrapper .ms-steps-section .card .left {
  padding-left: 81px;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  gap: 36px;
}
.ms-steps-section-wrapper .ms-steps-section .card .left p {
  text-align: initial;
}
@media screen and (max-width: 991px) {
  .ms-steps-section-wrapper .ms-steps-section .card .left {
    padding: 60px;
  }
}
.ms-steps-section-wrapper .ms-steps-section .card .left div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.ms-steps-section-wrapper .ms-steps-section .card .left div p {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(23px, 4vw, 28px);
  font-style: normal;
  font-weight: 300;
  line-height: 126%; /* 35.28px */
}
.ms-steps-section-wrapper .ms-steps-section .card .left .btn-join {
  padding: 8px 15px;
  align-items: center;
  border-radius: 50px;
  border: 0;
  background: #ffc13c;
  align-self: flex-start;
  transition: all 0.3s ease-in-out;
}
.ms-steps-section-wrapper .ms-steps-section .card .left .btn-join:hover {
  background: #6557ff;
  color: #fff;
}
.ms-steps-section-wrapper .ms-steps-section .card .right {
  padding-top: 72px;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .ms-steps-section-wrapper .ms-steps-section .card .right {
    padding-top: 0;
    align-self: flex-end;
  }
}

.ms-functions-help-section-wrapper {
  padding: 78px 0 72px;
}
.ms-functions-help-section-wrapper .ms-functions-help-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 88px;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step h3 {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 40.32px */
  text-align: initial;
  margin: 0;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step p {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 126%; /* 25.2px */
  max-width: 430px;
  text-align: initial;
  margin: 0;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step .top-card {
  border-radius: 15.075px;
  box-shadow: 0px 4px 4px -2px rgba(16, 24, 40, 0.02), 0px 12px 12px -4px rgba(16, 24, 40, 0.05);
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step .text-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step .image-with-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step .image-with-content .content {
  display: flex;
  flex-direction: column;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step .image-with-content .content h4 {
  color: var(--Black, #151515);
  /* Body L/Medium */
  font-family: Helvetica Now Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.ms-functions-help-section-wrapper .ms-functions-help-section-main .function-steps .step .image-with-content .content p {
  color: #7c7c7c;
  /* Body M/Light */
  font-family: Helvetica Now Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

.ms-why-functions-section-wrapper {
  padding: 70px 0 150px 0;
  background-color: #f8f8ff;
}
@media screen and (max-width: 768px) {
  .ms-why-functions-section-wrapper {
    padding: 70px 0;
  }
}
.ms-why-functions-section-wrapper .ms-why-functions-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .card {
  border-radius: 16px;
  background: #fff;
  border: 0;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  position: relative;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .card {
    padding: 24px;
  }
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .card img {
  border-radius: 16px;
  height: auto;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card img {
    position: initial !important;
    width: 100% !important;
  }
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card img {
  flex: 1;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card.top img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card.bottom img {
    position: absolute;
    top: 8%;
    bottom: 0;
    right: -6%;
    width: 65%;
  }
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card .text-content {
  display: flex;
  flex-direction: column;
  padding: 52px 20px 52px 54px;
  gap: 22px;
  box-sizing: border-box;
  flex: 0 0 50%;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card .text-content h3 {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 40.32px */
  text-align: initial;
  margin: 0;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card .text-content p {
  text-align: initial;
}
@media screen and (max-width: 768px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card .text-content {
    padding: 48px 48px 0;
    height: 284px;
    flex: initial;
  }
}
@media screen and (max-width: 767px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .top-bottom-card .text-content {
    padding: 28px 28px 0;
    height: 284px;
    flex: initial;
  }
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card {
  display: flex;
  flex-direction: row;
  gap: 62px;
}
@media screen and (max-width: 991px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card {
    flex-direction: column;
  }
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card .left {
  flex: 0%;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card .right {
  flex: 1;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card .text-content {
  padding: 48px 58px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 284px;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card .text-content h3 {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 40.32px */
  text-align: initial;
  margin: 0;
}
.ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card .text-content p {
  text-align: initial;
}
@media screen and (max-width: 767px) {
  .ms-why-functions-section-wrapper .ms-why-functions-section-main .middle-card .text-content {
    padding: 28px 28px 0;
    height: 284px;
    flex: initial;
  }
}

.ms-complaint-support-wrapper {
  padding: 150px 0;
  background: url("/assets/Globe-image.svg") no-repeat center;
  background-size: 600px 600px;
}
@media screen and (max-width: 768px) {
  .ms-complaint-support-wrapper {
    padding: 70px 0;
  }
}
.ms-complaint-support-wrapper .ms-complaint-support-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.ms-complaint-support-wrapper .ms-complaint-support-section-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ms-complaint-support-wrapper .ms-complaint-support-section-main-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .ms-complaint-support-wrapper .ms-complaint-support-section-main-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: #fff;
  border: 0;
  box-shadow: 0px 2px 6px 2px rgba(16, 24, 40, 0.03), 2px 0px 16px 1px rgba(16, 24, 40, 0.06);
  padding: 14px 26px 34px;
}
.ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card h2 {
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(55px, 5vw, 88px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 110.88px */
  letter-spacing: -4.84px;
  background: var(--Blue-Green-Linear, linear-gradient(115deg, #6557ff 24.03%, #61dfc6 83.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card h2 {
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 991px) {
  .ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card:nth-child(3)::before, .ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card:nth-child(4)::before {
    bottom: 45%;
  }
}
.ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card::before {
  content: "";
  position: absolute;
  bottom: 51%;
  left: 0;
  width: 100%;
  height: 60.677px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 120px;
  background-image: url(/assets/black-line.svg);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .ms-complaint-support-wrapper .ms-complaint-support-section-main-cards .card::before {
    bottom: 60%;
  }
}

.ms-use-case-examples-wrapper {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .ms-use-case-examples-wrapper {
    padding-bottom: 70px;
  }
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 48px;
}
@media screen and (max-width: 991px) {
  .ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 0;
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards .card .card-image img {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border-radius: 18px;
  width: 100%;
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards .card .text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards .card .text-content h4 {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(20px, 3vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 30.24px */
  margin: 0;
}
.ms-use-case-examples-wrapper .ms-use-case-examples-section-main-cards .card .text-content p {
  color: var(--Black, #151515);
  font-family: Helvetica Now Display;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: 126%; /* 22.68px */
  text-align: initial;
  margin: 0s;
}

.ms-func-page-cta-wrapper {
  background: linear-gradient(93deg, #201b55 0%, #4037a1 100%);
}
.ms-func-page-cta-wrapper .ms-func-page-cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 60px 0 72px;
}
.ms-func-page-cta-wrapper .ms-func-page-cta-section h2 {
  letter-spacing: initial;
}
.ms-func-page-cta-wrapper .ms-func-page-cta-section-title p {
  color: var(--Yellow, #ffc633);
  text-align: center;
  font-family: Helvetica Now Display;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 25.2px */
}
.ms-func-page-cta-wrapper .ms-func-page-cta-section .btn-join {
  padding: 8px 15px;
  border-radius: 50px;
  border: 0;
  background: #ffc13c;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 40px;
  min-width: 160px;
}
.ms-func-page-cta-wrapper .ms-func-page-cta-section .btn-join:hover {
  background: #6557ff;
  color: #fff;
}/*# sourceMappingURL=style.css.map */