.cards-with-icon.large_padding {
  padding: 152px 0;
}
.cards-with-icon.large_padding_bottom {
  padding-bottom: 152px;
}
.cards-with-icon.large_padding_top {
  padding-top: 152px;
}
.cards-with-icon.black_bg .section-title {
  color: #fff;
}
.cards-with-icon.cards-with-icon-reverse {
  padding-bottom: 0;
}
.cards-with-icon.cards-with-icon-reverse .card__link_icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 4.8px 9.6px 0 rgba(0, 0, 0, 0.08), 0 -3.6px 4.8px -2.4px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  box-sizing: border-box;
}
.cards-with-icon.cards-with-icon-reverse .card {
  display: flex;
  flex-direction: column-reverse;
}
.cards-with-icon.cards-with-icon-reverse .card .card__image img {
  border-radius: 24px 24px 0 0 !important;
}
.cards-with-icon .section__header-container.without-desc {
  align-items: center;
}
.cards-with-icon .section__header-container.without-desc .button_container {
  margin-top: 0;
}
.cards-with-icon .section__header-container.without-desc .section-title {
  margin-bottom: 0;
}
.cards-with-icon .cards-with-icon__container {
  max-width: 100%;
}
.cards-with-icon .cards-with-icon__sub-title {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cards-with-icon .cards-with-icon__sub-title .cards-with-icon_section_title {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.cards-with-icon .cards-with-icon__sub-title .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  flex-grow: 1;
}
.cards-with-icon .cards-with-icon-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cards-with-icon .card {
  position: relative;
  box-sizing: border-box;
}
.cards-with-icon .card.with-shadow {
  box-shadow: 0 4px 8px 0 rgba(20, 21, 31, 0.1), 0 2px 4px 0 rgba(20, 21, 31, 0.06);
}
.cards-with-icon .card .card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -2000px;
  z-index: 1;
}
.cards-with-icon .card.overlay {
  cursor: pointer;
}
.cards-with-icon .card.overlay:hover .card__link_icon {
  transition: all 0.4s ease;
  transform: translateY(-300px);
}
.cards-with-icon .card.overlay:hover .info-container .card__overlay {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99 !important;
}
.cards-with-icon .card.block {
  overflow: hidden;
  text-align: left;
}
.cards-with-icon .card.block .anchor-link {
  text-decoration: none;
}
.cards-with-icon .card.block .info-container {
  background: #fff;
}
.cards-with-icon .card.block .info-container .card__desc_href {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  position: relative;
}
.cards-with-icon .card.block .info-container .card__desc_href img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(0%) hue-rotate(257deg) brightness(100%) contrast(104%);
}
.cards-with-icon .card.block .info-container .card__desc_href a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
}
.cards-with-icon .card.block .info-container .card__desc_href a:hover {
  text-decoration: none;
}
.cards-with-icon .card.block .info-container .card__overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 32px;
  gap: 20px;
  box-sizing: border-box;
}
.cards-with-icon .card.block .info-container .card__overlay .card__cta {
  width: 100%;
}
.cards-with-icon .card.block .info-container .card__overlay .card__cta a {
  display: block;
  width: 100%;
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.cards-with-icon .card.block .info-container .card__overlay .card__cta a:hover {
  opacity: 0.8;
}
.cards-with-icon .card.block .info-container .card__overlay .card__cta a.outline {
  background-color: #fff;
  border-color: #000000;
  color: #000000;
}
.cards-with-icon .card.block .info-container .card__overlay .card__cta a.outline:hover {
  opacity: 1;
  background-color: #000000;
  color: #fff;
}
.cards-with-icon .card.block .info-container.grey_bg {
  background-color: #f5f5f6;
}
.cards-with-icon .card.block .info-container.black_bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.cards-with-icon .card.block .info-container.black_bg * {
  color: #fff;
}
.cards-with-icon .card.block .info-container.black_bg .card__desc {
  color: rgba(255, 255, 255, 0.8);
}
.cards-with-icon .card.block * {
  color: #000;
}
.cards-with-icon .card.block .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-with-icon .card.block .card__tag {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 8px;
  font-weight: 400 !important;
}
.cards-with-icon .card.block .card__use_case {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.cards-with-icon .card.block .card__use_case .use_case_title {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 12px;
}
.cards-with-icon .card.block .card__use_case .use_case {
  color: #000;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cards-with-icon .card.block .card__use_case .use_case span {
  font-size: 14px;
  line-height: 20px;
  border-radius: 32px;
  padding: 8px 16px;
  background: #F5F5F6;
  color: rgba(0, 0, 0, 0.7);
}
.cards-with-icon .card.block .card__info {
  display: flex;
  flex-direction: column;
}
.cards-with-icon .card.block .card__title {
  font-weight: 700;
}
.cards-with-icon .card.block .card__desc {
  opacity: 0.8;
}
.cards-with-icon .card.block .card__image {
  margin-top: -1px;
}
.cards-with-icon .card.block .card__image img {
  width: 100%;
  height: auto;
}
.cards-with-icon .card.block.with-link .card__link-label {
  border-radius: 9999px;
  position: absolute;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
.cards-with-icon .card.block.with-link .card__link-label:not(.black-bg) {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px -3px 4px -2px rgba(0, 0, 0, 0.04);
}
.cards-with-icon .card.block.with-link .card__link-label .trot {
  transition: opacity 0.7s, transform 0.3s;
}
.cards-with-icon .card.block.with-link .card__link-label .label {
  color: #3339f1;
  font-weight: 700;
}
.cards-with-icon .card.block.with-link .card__link-label .card__link-label-info {
  display: flex;
  align-items: center;
}
.cards-with-icon .card.link {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.2s;
}
.cards-with-icon .card.link .info-container {
  display: flex;
  align-items: center;
}
.cards-with-icon .card.link .card__title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: color 0.2s;
}
.cards-with-icon .card.link .icon-container {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-with-icon .card.link:after {
  content: "";
  background: url(../../../../../../uploads/tenweb-theme/images/home/new/icons/arrow_right.svg) no-repeat center;
  position: absolute;
  transition: opacity 0.2s;
  opacity: 0.8;
}
.cards-with-icon .card.with-anchor-link {
  cursor: pointer;
}
.cards-with-icon.full-width .card {
  display: flex;
  justify-content: center;
}
.cards-with-icon.full-width .cards-with-icon__container {
  width: 100%;
}
.cards-with-icon.full-width .cards-with-icon-content {
  gap: 0;
}
.cards-with-icon.full-width .cards-with-icon__container {
  width: 100%;
}
.cards-with-icon.dark-blue-bg {
  background-color: #14151f;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cards-with-icon.dark-blue-bg .section-title {
  color: #fff;
}
.cards-with-icon.dark-blue-bg .section-description {
  color: rgba(255, 255, 255, 0.75);
}
.cards-with-icon.dark-blue-bg .card.whit-shadow, .cards-with-icon.dark-blue-bg .card:not(.with-anchor-link) {
  box-shadow: 0 4px 8px 0 rgba(20, 21, 31, 0.1), 0 2px 4px 0 rgba(20, 21, 31, 0.06);
}
.cards-with-icon.dark-blue-bg .card.block {
  position: relative;
}
.cards-with-icon.dark-blue-bg .card.block .card__full_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.cards-with-icon.dark-blue-bg .card.block:hover .card__link_rounded img {
  opacity: 1;
}
.cards-with-icon.dark-blue-bg .card.block .card__link_rounded {
  width: 40px;
  height: 40px;
  background-color: #3f4048;
  box-shadow: 0 4px 8px 0 rgba(20, 21, 31, 0.1), 0 2px 4px 0 rgba(20, 21, 31, 0.06);
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 50%;
}
.cards-with-icon.dark-blue-bg .card.block .card__link_rounded a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cards-with-icon.dark-blue-bg .card.block .card__link_rounded a:hover img {
  opacity: 1;
}
.cards-with-icon.dark-blue-bg .card.block .card__link_rounded a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
  opacity: 0.3;
}
.cards-with-icon.dark-blue-bg .card.block .info-container {
  background: #22232c;
  position: relative;
  z-index: 5;
}
.cards-with-icon.dark-blue-bg .card.block .info-container .card__desc_href {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.cards-with-icon.dark-blue-bg .card.block .info-container .card__desc_href img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
}
.cards-with-icon.dark-blue-bg .card.block .info-container .card__desc_href a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.cards-with-icon.dark-blue-bg .card.block .info-container .card__desc_href a:hover {
  text-decoration: none;
}
.cards-with-icon.dark-blue-bg .card.block .info-container .card__title {
  color: #fff;
}
.cards-with-icon.dark-blue-bg .card.block .info-container .card__desc {
  color: rgba(255, 255, 255, 0.75);
}
.cards-with-icon.full-width {
  padding-top: 0;
  padding-bottom: 80px;
}
.cards-with-icon.full-width .cards-with-icon__container {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
}
.cards-with-icon.full-width .cards-with-icon__container span.line {
  display: inline-block;
  position: absolute;
  width: 44px !important;
  height: 2px !important;
  background-color: #3339f1 !important;
  top: -1.5px !important;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, width 0.4s ease, opacity 0.18s ease;
  transform: translate3d(0, 0, 0);
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .icon-container {
  width: 44px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.06);
  margin: 0 auto 20px auto;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .icon-container img {
  width: 24px;
  height: 24px;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card__info {
  display: block;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card {
  border-radius: 0;
  text-align: center;
  overflow: visible;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card::before {
  all: unset !important;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card:hover {
  background-color: transparent;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card:hover .card__link-label {
  opacity: 0.08;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card:hover .icon-container {
  background-color: #3339f1;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card:hover .icon-container img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(213deg) brightness(105%) contrast(101%);
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card .card__link-label {
  background-color: transparent;
  box-shadow: unset;
  opacity: 0;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card .card__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.cards-with-icon.full-width .cards-with-icon__container .cards-with-icon-content .card .card__desc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
.cards-with-icon.full-width .info-container {
  background: transparent !important;
}
.cards-with-icon.full-width * {
  color: #ffffff !important;
}
.cards-with-icon.full-width * {
  color: #fff;
}
.cards-with-icon.full-width .card__desc {
  color: rgba(255, 255, 255, 0.8);
}
.cards-with-icon.black-bg {
  background: #000000;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0 1px 0;
}
.cards-with-icon.black-bg.full-width {
  border: unset;
}
.cards-with-icon.black-bg.full-width .card:not(:last-child) {
  border: unset;
}
.cards-with-icon.black-bg .info-container {
  background: transparent !important;
}
.cards-with-icon.black-bg * {
  color: #ffffff !important;
}

.white-bg .cards-with-icon__sub-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.white-bg .cards-with-icon__sub-title span {
  color: rgba(0, 0, 0, 0.8) !important;
}
.white-bg .cards-with-icon__sub-title .line {
  background: rgba(0, 0, 0, 0.3);
}
.white-bg .card {
  border: 1px solid #f5f5f6;
}
.white-bg .card.block .info-container {
  background: #f5f5f6;
}
