.platform-feature-hero {
  position: relative;
  background-color: #f7fafc;
}

.platform-feature-hero .button {
  color: #fff;
  min-width: 200px;
}

.platform-feature-hero .button--outlined {
  color: #0bc5ba !important;
}

.platform-feature-hero .button--outlined:hover {
  color: #fff !important;
}

.platform-feature-hero .text-wrapper {
  max-width: 478px;
}

.platform-feature-hero img,
.platform-feature-hero #svgProcessCycle {
  height: revert-layer;
}

.platform-feature-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 402px;
  height: 149px;
  margin-right: 625px;
  background: url('../images/bg-left.svg');
}

.platform-feature-hero__figure {
  direction: rtl;
}

.platform-feature-hero__image {
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.platform-feature-hero__image--1 {
  margin-right: -24px;
}


@media screen and (max-width: 1283.98px) {
  .platform-feature-hero__image {
    height: 29.21875vw !important;
  }

  .platform-feature-hero__image--1 {
    margin-right: -1.875vw;
  }

  .platform-feature-hero h1 {
    font-size: 38px;
    line-height: 36px;
  }

}


@media (max-width: 991.98px) {
  .platform-feature-hero {
    padding-top: 80px;
    text-align: center;
  }

  .platform-feature-hero .text-wrapper {
    margin: auto;
  }

  .platform-feature-hero .solution-hero__actions {
    justify-content: center;
  }

  .platform-feature-hero__figure {
    margin-top: 40px;
    text-align: center;
  }

  .platform-feature-hero__image {
    height: 281px !important;
    margin-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .platform-feature-hero {
    padding-top: 60px;
  }

  .platform-feature-hero__figure {
    margin-right: -20px;
    margin-left: -20px;
  }

  .platform-feature-hero__image {
    width: 100%;
    height: auto !important;
  }

  .product-feature-tabs .platform-feature-tabs__link span {
    margin-left: 4px;
  }
}

.platform-overview-hero__alt {
  background: radial-gradient(41.74% 92.72% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
  padding-bottom: 100px;
}

.platform-overview-hero {
  position: relative;
  padding: 64px 0 348px;
  background-color: #102c3f;
  color: #aad3ec;
}

/*background-color: #fff;
*/
.platform-feature-tabs {
  background-color: #ebf3f8;
  box-shadow: 0px 2px 15px rgba(29, 39, 67, 0.06), 0px 8px 25px rgba(28, 40, 64, 0.06);
}

.platform-feature-tabs.fixed {
  position: fixed;
  z-index: 9;
  top: 72px;
  right: 0;
  left: 0;
}

.platform-feature-tabs__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  font-size: 18px;
  line-height: 60px;
  white-space: nowrap;
  color: #39455c;
}

.platform-feature-tabs__cont::-webkit-scrollbar {
  display: none;
}

.platform-feature-tabs__space {
  width: 1px;
  min-width: 1px;
  height: 20px;
  margin: 0 10px 0 20px;
  background-color: #cad1dd;
}

.platform-feature-tabs__link {
  position: relative;
  padding: 0 10px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: color;
}

.platform-feature-tabs__link--back {
  padding: 0;
  color: #037bbd;
}

.platform-feature-tabs__link span {
  color: #39455c;
}

.platform-feature-tabs__link--back span {
  color: #037bbd;
}

.platform-feature-tabs__link span:hover,
.platform-feature-tabs__link.active span {
  color: #32bdb5;
}

.platform-feature-tabs__link--back::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 60px;
  margin-right: 10px;
  background: url('data:image/svg+xml;utf8, <svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg" ><path d="M5 8L1.5 4.5L5 1" stroke="%23037BBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>') 0 50% no-repeat;

}

.platform-feature-tabs__link--back:hover::before {
  background-image: url('data:image/svg+xml;utf8, <svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg" ><path d="M5 8L1.5 4.5L5 1" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');

}

.platform-feature-tabs__link.active::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  background-color: #32bdb5;
}

@media screen and (max-width: 1023.98px) {
  .platform-feature-tabs__cont {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991.98px) {
  .platform-feature-tabs.fixed {
    top: 62px;
  }
}

@media screen and (max-width: 767.98px) {
  .platform-feature-tabs__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }

  .platform-feature-tabs__link--back {
    font-size: 0;
  }

  .platform-feature-tabs__link--back::before {
    margin-right: 0;
  }
}

.product-feature-tabs .platform-feature-tabs__link span {
  font-family: Metric-medium;
  font-size: 20px;
  color: #004163;
}

.product-feature-tabs .platform-feature-tabs__link--back span {
  color: #037bbd;
}

.product-feature-tabs .platform-feature-tabs__link span:hover,
.product-feature-tabs .platform-feature-tabs__link.active span {
  color: #32bdb5;
}

.product--cards {
  text-align: center;
}

.product--cards .h2 {
  max-width: 907px;
  margin-right: auto;
  margin-left: auto;
}

.product--cards .cards_desc {
  text-align: center;
  font-family: Metric;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  max-width: 607px;
  margin-right: auto;
  margin-left: auto;
}

.product--cards__item {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 30px 27px 29px;
  border-radius: 6px;
  border: 1px solid #dde1e9;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 342px;
  min-height: 262px;
  height: 100%;
  margin: auto;
}

.product--cards__item .p {
  line-height: 30px;
}

.product--cards__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}


@media screen and (max-width: 991.98px) {
  .product--cards__item {
    padding: 31px 27px;
    height: auto;
    min-height: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .product--cards__item {
    padding: 23px;
    display: block;
  }

  .product--cards__icon {
    width: 40px;
    height: 40px;
  }
}


.product--cards__item_text {
  margin: 10px 0 10px 0;
}

.product--cards__item_text .button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.product--cards__item_text p {
  font-size: 18px;
  line-height: 1.375;
  color: #35364e;
  margin-bottom: 0;
}

.product--cards__item_text em {
  font-style: italic;
}

.product--cards__item_text ul {
  list-style: none;
  margin-top: 16px;
}

.product--cards__item_text ul li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.375;
}

.product--cards__item_text ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
}

.product--cards__item_text ul li:first-child {
  margin-top: 0;
}

.product--cards__item_text .ul--checks li {
  padding-left: 1.75em;
}

.product--cards__item_text .ul--checks li::before {
  content: '\00a0\00a0\00a0\00a0' !important;
  background: url("data:image/svg+xml; utf8,%3Csvg viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5455 2L6.54545 12L2 7.45455' stroke='%2332BDB5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% / 100% 14px no-repeat !important;
}

.sl-features-list .h2 {
  text-align: center;
}


.sl-features-list ol,
.sl-features-list ul {
  list-style: disc;
}

.sl-features-list ol {
  list-style: decimal;
}

.sl-features-list ol,
.sl-features-list ul {
  padding-left: 1.5rem;
}

.sl-features-list__cont {
  padding: 70px 20px;
  border-radius: 6px;
  background: #f5fbff;
  max-width: 1266px;
  width: 100%;
  margin: 32px auto;
}

.sl-features-list__item {
  display: flex;
  align-items: center;
  margin-left: 0;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.sl-features-list__item:nth-child(even) {
  margin: 0 auto;
}

.sl-features-list__item:nth-child(even) .sl-features-list__figure {
  order: 1;
  margin-right: 0;
  margin-left: 0;
}

.sl-features-list__item:not(:first-child) {
  margin-top: 80px;
}

.sl-features-list__figure {
  flex: 0 0 auto;
  margin-right: 0;
  overflow: hidden;
  border-radius: 6px;
}

.sl-features-list__figure img {
  display: block;
}

.sl-features-list__text {
  flex: 1 0 0%;
  max-width: 420px;
}

.sl-features-list__text ul {
  margin-top: 16px;
}

.sl-features-list__text ul>li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
}

.sl-features-list__text .ul--dark>li::before {
  color: #35364e;
}


@media (max-width: 1100px) {
  .sl-features-list__item {
    max-width: 820px;
  }
}

@media screen and (max-width: 1179.98px) {
  .sl-features-list__figure {
    flex-basis: 32.2033898305vw;
  }

  .sl-features-list__figure img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991.98px) {
  .sl-features-list__cont {
    margin: 24px auto;
  }

  .sl-features-list__item {
    max-width: 730px;
  }

  .sl-features-list__item:nth-child(even) {
    margin-right: auto;
    margin-left: auto;
  }

  .sl-features-list__item:nth-child(even) .sl-features-list__figure {
    order: 1;
    margin-right: 0;
    margin-left: 0;
  }

  .sl-features-list__item:nth-child(even) .sl-features-list__text {
    margin-right: 0;
    max-width: 350px;
    margin-left: 0;
  }

  .sl-features-list__figure {
    margin-right: 0;
  }

  .sl-features-list__text {
    margin-right: 0;
    max-width: 350px;
  }
}

@media (max-width: 950px) {
  .sl-features-list__item {
    max-width: 710px;
  }
}

@media screen and (max-width: 767.98px) {
  .sl-features-list__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding: 60px 20px;
  }

  .sl-features-list__item {
    align-items: flex-start;
    margin-left: 0;
  }

  .sl-features-list__item:nth-child(even) {
    margin-right: 0;
  }

  .sl-features-list__item:nth-child(even) .sl-features-list__figure {
    margin-right: 0;
    margin-left: 30px;
  }

  .sl-features-list__item:nth-child(even) .sl-features-list__text {
    margin-left: 0;
  }

  .sl-features-list__item:not(:first-child) {
    margin-top: 60px;
  }

  .sl-features-list__figure {
    flex-basis: 40vw;
    margin-right: 30px;
  }

  .sl-features-list__text {
    margin-right: 0;
  }
}

@media screen and (max-width: 599.98px) {
  .sl-features-list__item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .sl-features-list__item:nth-child(even) .sl-features-list__figure {
    order: 0;
    margin: 0 0 30px;
  }

  .sl-features-list__figure {
    flex-basis: 100%;
    margin: auto auto 30px !important;
  }

  .sl-features-list__figure img {
    margin: auto !important;
  }
}

@media screen and (max-width: 991.98px) {
  .solution-return .solution-return__cont {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
  }
}

.mini-solution-two-column-default p {
  font-size: 24px;
}

.mini-solution-two-column-default .solution-return__cont {
  margin-left: 84px;
}

.mini-solution-two-column-default .solution-return__cont li {
  padding-left: 0.2em;
}

.mini-solution-two-column-default .solution-return__cont li:before {
  left: -10px;
}

@media screen and (max-width: 1077.98px) {
  .mini-solution-two-column-default .solution-return__cont {
    margin-left: 52px;
    padding-left: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .mini-solution-two-column-default .solution-return__cont {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    padding-left: 0;
  }

  .mini-solution-two-column-default .solution-return__cont li {
    padding-left: 1em;
  }

  .mini-solution-two-column-default .solution-return__cont li:before {
    left: 0;
  }
}

.product-page-two-col p {
  font-size: inherit;
}

.product-page-two-col ul {
  padding-left: 1.5rem;
}

.product-page-two-col ol,
.product-page-two-col ul {
  list-style: disc;
}

@media screen and (max-width: 991.98px) {
  .product-page-two-col .solution-return__cont {
    margin-top: 25px;
  }
}

@media screen and (max-width: 470.98px) {
  .solution-reviews__slide .solution-reviews__item .grid-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
}

.product-collaboration a.button--outlined {
  box-shadow: none;
}

.product-collaboration a.button--outlined:hover {
  border-color: #1fb7ab;
}

.product-integrations a.button--outlined {
  box-shadow: none;
}

.product-integrations a.button--outlined:hover {
  border-color: #1fb7ab;
}

.product-integrations a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1140px) {
  .product-integrations a.button {
    min-width: 180px;
  }
}

@media (max-width: 1042px) {
  .product-integrations a.button {
    min-width: 152px;
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .product-integrations a.button {
    min-width: 185px;
    font-size: 20px;
  }
}

@media (max-width: 460px) {
  .product-integrations h1 {
    font-size: 33px;
    line-height: 35px;
  }
}
