/*Colors*/
.btn-yellow {
  background: #fbba00;
  color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*Resolutions*/
/* Adaptivity */
.item,
.subs_item {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .item,
  .subs_item {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .item,
  .subs_item {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .item.col_8:not(.active),
  .subs_item.col_8:not(.active) {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .item.col_8:not(.active),
  .subs_item.col_8:not(.active) {
    width: 66.66%;
  }
  .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header,
  .subs_item.col_8:not(.active) .article_item:not(.type_article) .article_item_header {
    height: 230px;
  }
}
@media (min-width: 1025px) {
  .item.col_5:not(.active),
  .subs_item.col_5:not(.active) {
    width: 50%;
  }
}

.hero-bp-page {
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero-bp-page .video-background-wrapper {
  position: absolute;
  left: calc(50% - 530px);
  right: 0;
  bottom: 0;
  top: 0;
}
.hero-bp-page .video-background-wrapper.loaded .video-background {
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1080px) {
  .hero-bp-page .video-background-wrapper {
    display: none !important;
  }
}
.hero-bp-page .video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 62%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.07);
  will-change: transform;
}
.hero-bp-page .container {
  padding-top: 193px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1080px) {
  .hero-bp-page .container {
    padding-top: 168px;
    margin: auto;
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .hero-bp-page .container {
    padding-top: 132px;
  }
}
.hero-bp-page__main {
  color: #fff;
  max-width: 640px;
  position: relative;
  z-index: 3;
  padding-bottom: 90px;
}
@media (max-width: 1230px) {
  .hero-bp-page__main {
    max-width: 520px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1080px) {
  .hero-bp-page__main {
    margin: auto;
    text-align: center;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero-bp-page__main h1 {
  font-family: "Sofia Pro Black";
  line-height: 100%;
  text-transform: none;
  font-size: 64px;
}
@media (max-width: 680px) {
  .hero-bp-page__main h1 {
    font-size: 32px;
  }
}
.hero-bp-page__main h1 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media (max-width: 680px) {
  .hero-bp-page__main h1 {
    margin-bottom: 25px;
  }
}
.hero-bp-page__main p {
  text-transform: initial;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
@media (max-width: 680px) {
  .hero-bp-page__main p {
    font-size: 14px;
  }
}
.hero-bp-page__main p {
  font-family: "Sofia Pro";
}
@media (max-width: 680px) {
  .hero-bp-page__main p {
    font-size: 16px;
  }
}
.hero-bp-page__main .btn-default {
  width: fit-content;
  background-color: #fbba00;
  height: 52px;
  letter-spacing: 0.02rem;
  margin-top: 30px;
}
.hero-bp-page__main .btn-default:hover .button-text {
  color: #fff;
}
.hero-bp-page__main .btn-default .button-text {
  text-transform: uppercase;
  color: #1d1d1b;
}
.hero-bp-page__main .btn-default .fill-container::after {
  background-color: #e30613;
}
.hero-bp-page__content {
  max-width: 540px;
  font-size: 16px;
}
@media (max-width: 1230px) {
  .hero-bp-page__content {
    max-width: 480px;
  }
}
@media (max-width: 1080px) {
  .hero-bp-page__content {
    margin: auto;
    max-width: 540px;
  }
}
.hero-bp-page__image {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 540px;
  height: 400px;
  position: relative;
  display: none;
}
@media (max-width: 1080px) {
  .hero-bp-page__image {
    display: flex;
  }
}
@media (max-width: 680px) {
  .hero-bp-page__image {
    height: 300px;
  }
}
.hero-bp-page__image img {
  z-index: 1;
}
@media (max-width: 1080px) {
  .hero-bp-page__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 650px;
    width: calc(100% + 42px);
    transform: translate(-50%, -50%);
    max-width: none;
  }
}

.swiper-button-wrapper {
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .swiper-button-wrapper {
    display: none;
  }
}

.swiper-navigation-icon {
  display: none !important;
}

.swiper-wrapper {
  display: flex;
}

.swiper-pagination-lock, .swiper-button-lock {
  display: none !important;
}

.swiper-button {
  pointer-events: visible;
  width: 34px;
  height: 64px;
  background-color: #EBEBEF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: 0.3s;
}
.swiper-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-button:hover {
  transform: scale(0.95);
}
.swiper-button::before {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  opacity: 0.4;
  border-bottom: 2pt solid #2C343A;
  border-right: 2pt solid #2C343A;
  position: relative;
  left: -1pt;
  border-radius: 1px;
  border-bottom-right-radius: 2px;
  transform: rotate(-45deg);
}

.swiper-button-prev {
  border-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.swiper-button-prev::before {
  transform: rotate(135deg);
  left: auto;
  right: -1pt;
}

.swiper-pagination {
  display: flex;
  height: 10px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #686C78;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-fraction {
  font-family: "Sofia Pro Bold";
  justify-content: center;
  height: auto;
  align-items: center;
  line-height: 135%;
}
.swiper-pagination-fraction span {
  display: flex;
  justify-content: center;
  margin: 0 3px;
  min-width: 10px;
  font-size: 14px;
}
.swiper-pagination-fraction .separator {
  margin: 0;
  min-width: 5px;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-fade .swiper-slide {
  transform: translate3d(0px, 0, 0);
  opacity: 0;
}
.swiper-fade .swiper-slide-active {
  opacity: 1;
  pointer-events: visible !important;
}

.latest-awards-section {
  overflow: hidden;
  background-color: #f4f4f6;
  border-bottom: 1px solid #ebebef;
}

.latest-awards {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 1080px) {
  .latest-awards {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .latest-awards {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.latest-awards__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.latest-awards__header * {
  font-size: 14px;
  color: #1d1d1b;
  font-family: "Sofia Pro Light";
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.latest-awards__header .latest-awards__count {
  color: #e30613;
  font-family: "Sofia Pro Medium";
}

.latest-awards-slider {
  overflow: hidden;
}
@media (max-width: 1080px) {
  .latest-awards-slider {
    overflow: visible;
  }
}
@media (max-width: 450px) {
  .latest-awards-slider {
    max-width: 90%;
    margin: 0 auto;
  }
}
.latest-awards-slider .swiper-wrapper {
  display: flex;
}
.latest-awards-slider__image {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.latest-awards-slider__image img {
  max-height: 80px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-width: 160px;
}
.latest-awards-slider__content {
  z-index: 2;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease-in-out;
  transform: translateY(100%);
  color: #1d1d1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: rgba(29, 29, 27, 0.8);
}
.latest-awards-slider__content div {
  margin-top: 11px;
}
.latest-awards-slider__content .icon-arrow {
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/finovate/dist/img/arrow_red_in-circle-e4eaa179.svg) center no-repeat;
  background-size: contain;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .latest-awards-slider__content {
    padding: 20px;
  }
}
@media (min-width: 1441px) {
  .latest-awards-slider__content {
    padding: 15px;
  }
}
.latest-awards-slider .swiper-slide {
  border: 1.2pt solid #ebebef;
  border-radius: 14px;
  background-color: #fff;
  padding: 25px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  text-decoration: none;
  flex-shrink: 0;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
@media (min-width: 1081px) {
  .latest-awards-slider .swiper-slide:hover .latest-awards-slider__content {
    transform: translateY(0);
  }
  .latest-awards-slider .swiper-slide:hover .latest-awards-slider__image {
    transform: translateY(-122px);
  }
}

.facts-figures-v2 {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 1080px) {
  .facts-figures-v2 {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .facts-figures-v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.facts-figures-v2 {
  background-color: #f4f4f6;
  overflow: hidden;
}
.facts-figures-v2 h2 {
  text-align: center;
  font-size: 64px;
}
@media (max-width: 680px) {
  .facts-figures-v2 h2 {
    font-size: 32px;
  }
}
.facts-figures-v2 h2 {
  font-family: "Sofia Pro Black";
  line-height: 100%;
  text-transform: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-bottom: 20px;
}
.facts-figures-v2 .subtitle {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: rgba(29, 29, 27, 0.8);
}
.facts-figures-v2__wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 420px;
  margin-top: 50px;
}
@media (max-width: 1230px) {
  .facts-figures-v2__wrapper {
    grid-template-columns: 1fr 340px;
  }
}
@media (max-width: 1080px) {
  .facts-figures-v2__wrapper {
    display: flex;
  }
}
@media (max-width: 800px) {
  .facts-figures-v2__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .facts-figures-v2__wrapper {
    margin-top: 30px;
  }
}
.facts-figures-v2 .wrapp-slider {
  max-width: 100%;
}
@media (max-width: 1080px) {
  .facts-figures-v2 .wrapp-slider {
    width: calc(50% - 10px);
  }
}
@media (max-width: 800px) {
  .facts-figures-v2 .wrapp-slider {
    width: 100%;
  }
}
.facts-figures-v2 .wrapp-slider .facts-figures-v2-slider + .btn-default {
  margin-top: 20px;
}
.facts-figures-v2 .wrapp-slider .btn-default {
  height: 80px;
}

.facts-figures-v2-slider {
  padding: 10px;
  border-radius: 20px;
  padding-top: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  transition: 0.3s ease;
}
.facts-figures-v2-slider:hover {
  box-shadow: 0px 0px 20px 0px rgba(29, 29, 27, 0.1019607843);
}
.facts-figures-v2-slider a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.facts-figures-v2-slider .swiper-wrapper {
  display: flex;
}
.facts-figures-v2-slider .swiper-button-wrapper {
  width: calc(100% - 50px);
  left: 25px;
  z-index: 40;
  top: auto;
  bottom: 110px;
  display: flex !important;
}
@media (max-width: 680px) {
  .facts-figures-v2-slider .swiper-button-wrapper {
    bottom: 74px;
  }
}
.facts-figures-v2-slider .swiper-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(29, 29, 27, 0.1);
  overflow: hidden;
  position: relative;
}
.facts-figures-v2-slider .swiper-button::after {
  content: "";
  position: absolute;
  background-color: #1d1d1b;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
}
.facts-figures-v2-slider .swiper-button:hover {
  transform: none;
}
.facts-figures-v2-slider .swiper-button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.facts-figures-v2-slider .swiper-button::before {
  border-color: #fff;
  opacity: 1;
  position: relative;
  z-index: 9;
}
.facts-figures-v2-slider .swiper-button.swiper-button-next::before {
  left: -2px;
}
.facts-figures-v2-slider .swiper-button.swiper-button-prev::before {
  left: 2px;
}
.facts-figures-v2-slider .swiper-slide {
  flex-shrink: 0;
  text-align: center;
  width: 100% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.facts-figures-v2-slider .swiper-slide h4, .facts-figures-v2-slider .swiper-slide .h4 {
  font-size: 28px;
  font-family: "Sofia Pro Bold";
  line-height: 115%;
  text-transform: none;
  margin: 14px 0;
  font-family: "Sofia Pro Black";
}
@media (max-width: 1230px) {
  .facts-figures-v2-slider .swiper-slide h4, .facts-figures-v2-slider .swiper-slide .h4 {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .facts-figures-v2-slider .swiper-slide h4, .facts-figures-v2-slider .swiper-slide .h4 {
    padding: 0;
  }
}
.facts-figures-v2-slider .swiper-slide p {
  color: #9da0aa;
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro Light";
  margin: 0;
  height: 40px;
  margin-bottom: 10px;
  font-family: "Sofia Pro Light";
}
@media (max-width: 1080px) {
  .facts-figures-v2-slider .swiper-slide p {
    margin-bottom: 10px;
  }
}
.facts-figures-v2-slider__image {
  background-color: #f4f4f6;
  border-radius: 14px;
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.facts-figures-v2-slider__image img {
  max-height: 60%;
  width: auto;
  height: auto;
  max-width: 200px;
}
@media (max-width: 680px) {
  .facts-figures-v2-slider__image img {
    max-width: 170px;
  }
}
@media (max-width: 680px) {
  .facts-figures-v2-slider__image {
    height: 170px;
  }
}

.facts-figures-v2__figures, .facts-figures-v2__figures li {
  list-style: none;
  margin: 0;
}
.facts-figures-v2__figures {
  padding: 10px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 190px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1080px) {
  .facts-figures-v2__figures {
    grid-template-columns: 1fr 1fr;
    width: calc(50% - 10px);
  }
}
@media (max-width: 800px) {
  .facts-figures-v2__figures {
    width: 100%;
  }
}
.facts-figures-v2__figures li {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 14px;
  border: 1.2pt solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-transform: initial;
  padding: 30px 10px;
  text-align: center;
  min-height: 170px;
}
.facts-figures-v2__figures li .title {
  font-size: 42px;
  font-family: "Sofia Pro Bold";
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.facts-figures-v2__figures li .subtitle {
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro Light";
  color: rgba(255, 255, 255, 0.8);
  line-height: 130%;
  font-family: "Sofia Pro Light";
}
@media (max-width: 680px) {
  .facts-figures-v2__figures li {
    padding: 20px 10px;
    height: 136px;
    min-height: 136px;
  }
  .facts-figures-v2__figures li .title {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .facts-figures-v2__figures {
    border-radius: 16px;
  }
}

.reviews-slider-single-v2-section {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 1080px) {
  .reviews-slider-single-v2-section {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .reviews-slider-single-v2-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.reviews-slider-single-v2-section {
  background-color: #fff;
  position: relative;
  z-index: 2;
  will-change: transform;
  transition: 0.06s linear;
}
.reviews-slider-single-v2-section header:empty {
  display: none;
}
.reviews-slider-single-v2-section header h2, .reviews-slider-single-v2-section header .h2 {
  font-size: 56px;
}
@media (max-width: 1080px) {
  .reviews-slider-single-v2-section header h2, .reviews-slider-single-v2-section header .h2 {
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  .reviews-slider-single-v2-section header h2, .reviews-slider-single-v2-section header .h2 {
    font-size: 32px;
  }
}
.reviews-slider-single-v2-section header h2, .reviews-slider-single-v2-section header .h2 {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
}
.reviews-slider-single-v2-section header h2, .reviews-slider-single-v2-section header .h2, .reviews-slider-single-v2-section header p {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.reviews-slider-single-v2-section header p {
  margin-top: 24px;
}
.reviews-slider-single-v2-section header {
  margin-bottom: 30px;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2-section header {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .reviews-slider-single-v2-section {
    padding: 75px 0;
  }
}

.reviews-slider-single-v2 {
  overflow: hidden;
}
.reviews-slider-single-v2__wrap {
  border-radius: 20px;
  background-color: #F4F4F6;
  padding: 60px 86px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__wrap {
    margin-top: 30px;
    padding: 40px 20px 20px 20px;
  }
}
.reviews-slider-single-v2:not(.swiper-initialized) .swiper-button-wrapper {
  display: none !important;
}
.reviews-slider-single-v2 .swiper-wrapper {
  display: flex;
}
.reviews-slider-single-v2 .swiper-button-wrapper {
  width: calc(100% - 60px);
  top: 200px;
  left: 30px;
}
@media (max-width: 1200px) {
  .reviews-slider-single-v2 .swiper-button-wrapper {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 1080px) {
  .reviews-slider-single-v2 .swiper-button-wrapper {
    display: flex;
  }
}
@media (max-width: 680px) {
  .reviews-slider-single-v2 .swiper-button-wrapper {
    position: static;
    width: 107px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
.reviews-slider-single-v2 .swiper-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.reviews-slider-single-v2 .swiper-button::after {
  content: "";
  position: absolute;
  background-color: #1D1D1B;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
}
.reviews-slider-single-v2 .swiper-button:hover {
  transform: none;
}
.reviews-slider-single-v2 .swiper-button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.reviews-slider-single-v2 .swiper-button::before {
  border-color: #fff;
  opacity: 1;
  position: relative;
  z-index: 9;
}
.reviews-slider-single-v2 .swiper-button.swiper-button-next::before {
  left: -2px;
}
.reviews-slider-single-v2 .swiper-button.swiper-button-prev::before {
  left: 2px;
}
.reviews-slider-single-v2__nav {
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 310px;
}
.reviews-slider-single-v2__nav:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.reviews-slider-single-v2__nav:not(.swiper-initialized) .author-image {
  width: 90px;
  opacity: 1;
  filter: grayscale(0);
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__nav:not(.swiper-initialized) .author-image {
    width: 75px;
  }
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__nav {
    width: 245px;
    margin-bottom: 20px;
  }
}
.reviews-slider-single-v2__nav .swiper-horizontal {
  touch-action: pan-y;
}
.reviews-slider-single-v2__nav .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  transition-property: transform;
  transition-timing-function: ease;
  box-sizing: content-box;
}
.reviews-slider-single-v2__nav .author-image {
  display: block;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: 0.3s ease;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__nav .author-image {
    height: 75px;
  }
}
.reviews-slider-single-v2__nav .author-image.swiper-slide-thumb-active {
  filter: grayscale(0);
  opacity: 1;
}
.reviews-slider-single-v2__nav .author-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: 120%;
  min-height: 100%;
  height: auto;
}
.reviews-slider-single-v2__nav .author-image:hover {
  opacity: 1;
}
.reviews-slider-single-v2__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
.reviews-slider-single-v2__item--text {
  max-width: 900px;
  width: calc(100% - 45px);
  margin: 0 auto;
  text-align: center;
  color: #1D1D1B;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  line-height: 130%;
  font-family: "Sofia Pro Medium";
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--text {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 20px;
    width: calc(100% - 10px);
  }
  .reviews-slider-single-v2__item--text span {
    font-size: 16px;
    line-height: 130%;
  }
}
.reviews-slider-single-v2__item--text * {
  color: #1D1D1B;
}
.reviews-slider-single-v2__item--text::before, .reviews-slider-single-v2__item--text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(/wp-content/themes/finovate/dist/img/quote_icon_left-f6c43b92.svg) center no-repeat;
  left: -20px;
  top: 12px;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--text::before, .reviews-slider-single-v2__item--text::after {
    top: 0;
    left: 0;
  }
}
.reviews-slider-single-v2__item--text::after {
  left: auto;
  right: -20px;
  background: url(/wp-content/themes/finovate/dist/img/quote_icon_right-b493a759.svg) center no-repeat;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--text::after {
    left: auto;
    right: 0;
  }
}
.reviews-slider-single-v2__item--author > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--author > div {
    flex-direction: column;
    text-align: center;
  }
}
.reviews-slider-single-v2__item--author > div .review_author_name {
  color: #1D1D1B;
  font-family: "Sofia Pro Medium";
  justify-self: flex-end;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--author > div .review_author_name {
    justify-self: center;
    margin-bottom: 5px;
  }
}
.reviews-slider-single-v2__item--author > div .review_author_position {
  color: #9DA0AA;
  justify-self: flex-start;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--author > div .review_author_position {
    justify-self: center;
  }
}
.reviews-slider-single-v2__item--author > div div {
  position: relative;
  margin: 0 20px;
}
.reviews-slider-single-v2__item--author > div div::after {
  content: "|";
  position: absolute;
  right: -20px;
  color: #9DA0AA;
}
@media (max-width: 680px) {
  .reviews-slider-single-v2__item--author > div div::after {
    display: none;
  }
}
.reviews-slider-single-v2__item--author > div div:last-child::after {
  display: none;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.licenses-slider-section {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 1080px) {
  .licenses-slider-section {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .licenses-slider-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.licenses-slider-section {
  background-color: #f4f4f6;
}

.licenses-slider__item {
  flex-shrink: 0;
  border-radius: 20px;
  padding: 24px;
  background-color: #f4f4f6;
}
.licenses-slider__item--image {
  position: relative;
  height: 80px;
  margin-bottom: 48px;
  border-radius: 12px;
}
.licenses-slider__item--image img {
  max-height: 100%;
  width: auto;
}
.licenses-slider__item .title {
  font-size: 18px;
  font-family: "Sofia Pro Semi Bold";
  margin-bottom: 8px;
}
.licenses-slider__item .subtitle {
  text-transform: initial;
  line-height: 150%;
  color: rgba(29, 29, 27, 0.8);
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro";
}
@media (max-width: 680px) {
  .licenses-slider__item {
    align-items: center;
  }
  .licenses-slider__item .title, .licenses-slider__item .subtitle {
    text-align: center;
  }
}

.solutions-list-v2-section {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 1080px) {
  .solutions-list-v2-section {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .solutions-list-v2-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.solutions-list-v2-section {
  padding-bottom: 0;
}
.solutions-list-v2-section .header-section {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.solutions-list-v2-section .header-section h2, .solutions-list-v2-section .header-section .h2 {
  font-size: 56px;
}
@media (max-width: 1080px) {
  .solutions-list-v2-section .header-section h2, .solutions-list-v2-section .header-section .h2 {
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  .solutions-list-v2-section .header-section h2, .solutions-list-v2-section .header-section .h2 {
    font-size: 32px;
  }
}
.solutions-list-v2-section .header-section h2, .solutions-list-v2-section .header-section .h2 {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  margin-bottom: 24px;
}
.solutions-list-v2-section .header-section p {
  text-transform: initial;
  line-height: 150%;
  color: rgba(29, 29, 27, 0.8);
  font-size: 18px;
}
@media (max-width: 680px) {
  .solutions-list-v2-section .header-section p {
    font-size: 16px;
  }
}
.solutions-list-v2-section .header-section p {
  font-family: "Sofia Pro";
}

.card-stacking-wrapper {
  position: sticky;
}

.filler {
  position: sticky;
  top: 180px;
  height: 30px;
}

.solutions-list-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
  height: 100%;
  position: relative;
}
@media (max-width: 680px) {
  .solutions-list-v2 {
    margin-top: 20px;
    gap: 10px;
  }
}
.solutions-list-v2__item {
  padding: 50px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #E1EDE4 0%, #B0DBBA 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .solutions-list-v2__item {
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 320px;
  }
}
@media (max-width: 680px) {
  .solutions-list-v2__item {
    padding: 20px;
    padding-bottom: 160px;
    padding-top: 30px;
  }
}
.solutions-list-v2__item {
  min-height: 425px;
}
.solutions-list-v2__item img {
  position: absolute;
  max-width: 550px;
  width: calc(100% - 40px);
  right: 50px;
  top: 100px;
  transform: scale(-1, 1) rotate(-10deg);
}
@media (max-width: 1080px) {
  .solutions-list-v2__item img {
    top: calc(100% - 300px);
    right: auto;
    left: 50%;
    transform: translateX(-50%) scale(-1, 1);
  }
}
@media (max-width: 680px) {
  .solutions-list-v2__item img {
    max-width: 300px;
    top: calc(100% - 150px);
  }
}
.solutions-list-v2__item--content {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1080px) {
  .solutions-list-v2__item--content {
    text-align: center;
    max-width: 640px;
  }
}
.solutions-list-v2__item a {
  color: #1d1d1b;
  text-decoration: none;
}
.solutions-list-v2__item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.solutions-list-v2__item--button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(/wp-content/themes/finovate/dist/img/arrow_right_black-71db660c.svg) center no-repeat;
  background-color: #fff;
  position: absolute;
  right: 50px;
  top: 50px;
  pointer-events: none;
}
@media (max-width: 1080px) {
  .solutions-list-v2__item--button {
    position: static;
    margin-top: 20px;
  }
}
.solutions-list-v2__item .title {
  color: "";
  font-size: 42px;
}
@media (max-width: 1080px) {
  .solutions-list-v2__item .title {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .solutions-list-v2__item .title {
    font-size: 28px;
  }
}
.solutions-list-v2__item .title {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  margin-bottom: 20px;
}
.solutions-list-v2__item .description {
  text-transform: initial;
  line-height: 150%;
  color: rgba(29, 29, 27, 0.8);
  font-size: 16px;
}
@media (max-width: 680px) {
  .solutions-list-v2__item .description {
    font-size: 14px;
  }
}
.solutions-list-v2__item .description {
  font-family: "Sofia Pro";
}
.solutions-list-v2__item .counter {
  color: "";
  font-size: 42px;
}
@media (max-width: 1080px) {
  .solutions-list-v2__item .counter {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .solutions-list-v2__item .counter {
    font-size: 28px;
  }
}
.solutions-list-v2__item .counter {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .solutions-list-v2__item .counter {
    display: none;
  }
}

.header-section-tabs {
  display: flex;
  align-items: flex-start;
}
.header-section-tabs > div {
  max-width: 960px;
  width: 100%;
}
@media (max-width: 1080px) {
  .header-section-tabs > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.header-section-tabs h2, .header-section-tabs .h2 {
  font-size: 56px;
}
@media (max-width: 1080px) {
  .header-section-tabs h2, .header-section-tabs .h2 {
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  .header-section-tabs h2, .header-section-tabs .h2 {
    font-size: 32px;
  }
}
.header-section-tabs h2, .header-section-tabs .h2 {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  .header-section-tabs h2, .header-section-tabs .h2 {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .header-section-tabs h2, .header-section-tabs .h2 {
    margin-bottom: 16px;
  }
}
.header-section-tabs p {
  max-width: 540px;
  margin-top: 0;
  text-transform: initial;
  line-height: 150%;
  color: rgba(29, 29, 27, 0.8);
  font-size: 16px;
}
@media (max-width: 680px) {
  .header-section-tabs p {
    font-size: 14px;
  }
}
.header-section-tabs p {
  font-family: "Sofia Pro";
}
@media (max-width: 1080px) {
  .header-section-tabs p {
    text-align: center;
  }
}
@media (max-width: 1080px) {
  .header-section-tabs {
    flex-direction: column;
    align-items: center;
  }
}

.tabs-trigger-container {
  margin-top: 40px;
}
@media (max-width: 680px) {
  .tabs-trigger-container {
    margin-top: 30px;
  }
}
.tabs-trigger-container > div {
  transform: translateY(90px);
  opacity: 0;
  transition: 0.3s ease;
}
.tabs-trigger-container > div:not(:first-child) {
  display: none;
}
.tabs-trigger-container > div.active {
  transform: translateY(0);
  opacity: 1;
}

.slider-tabs {
  display: flex;
  background-color: #fff;
  padding: 8px;
  gap: 8px;
  border-radius: 14px;
}
@media (max-width: 1080px) {
  .slider-tabs {
    max-width: 540px;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .slider-tabs {
    flex-direction: column;
  }
}
.slider-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border-radius: 8px;
  height: 52px;
  box-sizing: border-box;
  background-color: #e30613;
  font-family: "Sofia Pro Bold";
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
}
.slider-tabs button.disabled, .slider-tabs button[disabled] {
  opacity: 0.8;
  pointer-events: none;
}
.slider-tabs button .button-text {
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  display: inline-flex;
  vertical-align: text-top;
  line-height: 120%;
  pointer-events: none;
}
.slider-tabs button .button-text span {
  display: inline-flex;
  vertical-align: text-top;
  line-height: 120%;
}
.slider-tabs button .fill-container {
  position: absolute;
  left: -5px;
  top: 50%;
  width: calc(100% + 8px);
  height: 105%;
  pointer-events: none;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 680px) {
  .slider-tabs button .fill-container {
    padding-bottom: 100%;
  }
}
.slider-tabs button .fill-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fbba00;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(-100%);
}
.slider-tabs button:hover .fill-container {
  transform: translateY(-50%) rotate(0);
}
.slider-tabs button:hover .fill-container::after {
  transform: translateY(0);
}
.slider-tabs button {
  background-color: transparent;
  border: 1pt solid rgba(29, 29, 27, 0.1);
  min-width: 147px;
  width: calc(50% - 4px);
  font-family: "Sofia Pro";
}
@media (max-width: 360px) {
  .slider-tabs button {
    width: 100%;
  }
}
.slider-tabs button .fill-container {
  display: none !important;
}
.slider-tabs button .button-text {
  color: rgba(29, 29, 27, 0.5);
}
.slider-tabs button:hover {
  border-color: #1d1d1b;
}
.slider-tabs button:hover .button-text {
  color: #1d1d1b;
}
.slider-tabs button.active {
  background-color: #1d1d1b;
}
.slider-tabs button.active .button-text {
  color: #fff;
}

.progress-bar-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.progress-bar-navigation.swiper-buttons-disabled {
  display: none;
}
.progress-bar-navigation span {
  font-size: 14px;
  color: #e30613;
  font-family: "Sofia Pro Semi Bold";
  display: block;
  width: 10px;
}
@media (max-width: 1080px) {
  .progress-bar-navigation {
    gap: 0;
  }
  .progress-bar-navigation .swiper-pagination {
    order: 2;
    margin: 0 20px;
  }
  .progress-bar-navigation .swiper-button-prev {
    order: 1;
  }
  .progress-bar-navigation .swiper-button-next {
    order: 3;
  }
}
.progress-bar-navigation .swiper-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(29, 29, 27, 0.1);
}
.progress-bar-navigation .swiper-button:hover {
  background-color: #1d1d1b;
  transform: none;
}
.progress-bar-navigation .swiper-button::before {
  border-color: #fff;
  opacity: 1;
}
.progress-bar-navigation .swiper-button.swiper-button-disabled {
  opacity: 0.9;
}
.progress-bar-navigation .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 122px);
  margin-right: 10px;
}
.progress-bar-navigation .swiper-pagination-progressbar {
  width: 100%;
  border-radius: 999px;
  background-color: rgba(29, 29, 27, 0.1);
  overflow: hidden;
  height: 4px;
  position: relative;
  bottom: -2px;
}
.progress-bar-navigation .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #e30613;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.slider-with-progress {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .slider-with-progress {
    padding: 10px;
    gap: 10px;
  }
}
.slider-with-progress .swiper-wrapper {
  display: flex;
}
.slider-with-progress .swiper-slide {
  flex-shrink: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-with-progress .btn-full-width {
  height: 68px;
  border-radius: 14px;
  background-color: hsl(240, 10%, 96%);
  width: 100%;
}
.slider-with-progress .btn-full-width .fill-container {
  display: none !important;
}
@media (max-width: 680px) {
  .slider-with-progress .btn-full-width {
    margin-top: 10px;
  }
}
.slider-with-progress .btn-full-width {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Sofia Pro Semi Bold";
  text-decoration: none;
}
.slider-with-progress .btn-full-width span {
  position: relative;
  transform: translateX(-20px);
  transition: 0.4s ease;
  color: #e30613;
}
.slider-with-progress .btn-full-width span::before, .slider-with-progress .btn-full-width span::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/finovate/dist/img/arrow_red_right-ac8d1c4f.svg) center no-repeat;
  background-size: contain;
  right: -30px;
  transition: 0.4s ease;
}
.slider-with-progress .btn-full-width span::before {
  right: auto;
  left: -30px;
  filter: grayscale(1) brightness(0%);
  opacity: 0;
}
.slider-with-progress .btn-full-width:hover span {
  transform: translateX(20px);
  color: #1d1d1b;
}
.slider-with-progress .btn-full-width:hover span::before {
  opacity: 1;
}
.slider-with-progress .btn-full-width:hover span::after {
  opacity: 0;
}

.products-block {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 1080px) {
  .products-block {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .products-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.products-block {
  background-color: #f4f4f6;
}
.products-block__header {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 680px) {
  .products-block__header {
    margin-bottom: 30px;
  }
}
.products-block__title {
  font-size: 56px;
}
@media (max-width: 1080px) {
  .products-block__title {
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  .products-block__title {
    font-size: 32px;
  }
}
.products-block__title {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  margin-bottom: 24px;
  color: #1d1d1b;
}
@media (max-width: 680px) {
  .products-block__title {
    margin-bottom: 16px;
  }
}
.products-block__subtitle {
  text-transform: initial;
  line-height: 150%;
  color: rgba(29, 29, 27, 0.8);
  font-size: 18px;
}
@media (max-width: 680px) {
  .products-block__subtitle {
    font-size: 16px;
  }
}
.products-block__subtitle {
  font-family: "Sofia Pro";
  color: #1d1d1b;
}
.products-block__subtitle p {
  margin: 0;
}
.products-block__wrapper {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .products-block__wrapper {
    grid-template-columns: 1fr;
  }
}
.products-block__nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f4f4f6;
  border-radius: 14px;
}
@media (max-width: 1080px) {
  .products-block__nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .products-block__nav::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 680px) {
  .products-block__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products-block__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  height: 80px;
  gap: 10px;
  background-color: transparent;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  width: 100%;
  text-transform: initial;
  line-height: 150%;
  color: rgba(29, 29, 27, 0.8);
  font-size: 16px;
}
@media (max-width: 680px) {
  .products-block__nav-item {
    font-size: 14px;
  }
}
.products-block__nav-item {
  font-family: "Sofia Pro";
}
@media (max-width: 1080px) {
  .products-block__nav-item {
    text-align: center;
  }
}
@media (max-width: 1080px) and (min-width: 681px) {
  .products-block__nav-item {
    grid-column: span 2;
  }
  .products-block__nav-item:last-child:nth-child(3n+1) {
    grid-column: 1/-1;
  }
  .products-block__nav-item:nth-last-child(2):nth-child(3n+1), .products-block__nav-item:last-child:nth-child(3n+2) {
    grid-column: span 3;
  }
}
@media (max-width: 680px) {
  .products-block__nav-item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
.products-block__nav-item:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-bottom: 3px solid rgba(29, 29, 27, 0.3);
  border-right: 3px solid rgba(29, 29, 27, 0.3);
  border-radius: 1px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .products-block__nav-item:after {
    display: none;
  }
}
.products-block__nav-item:hover {
  background-color: rgba(29, 29, 27, 0.05);
}
.products-block__nav-item.active {
  background-color: #e30613;
  color: #fff;
}
.products-block__nav-item.active:after {
  border-color: #fff;
}
.products-block__nav-item-text {
  flex: 1;
  min-width: 0;
}
.products-block__content {
  position: relative;
  min-height: 600px;
}
@media (max-width: 1080px) {
  .products-block__content {
    min-height: 500px;
  }
}
@media (max-width: 680px) {
  .products-block__content {
    min-height: 400px;
  }
}
.products-block__content-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 14px;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .products-block__content-item {
    padding: 40px;
  }
}
@media (max-width: 680px) {
  .products-block__content-item {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.products-block__content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}
.products-block__labels {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.products-block__label {
  padding: 10px 14px;
  border: 1pt solid #fff;
  border-radius: 8px;
  height: 42px;
  background-color: transparent;
  color: #fff;
  text-transform: initial;
  line-height: 150%;
  color: #fff;
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro Medium";
}
@media (max-width: 680px) {
  .products-block__label {
    padding: 10px;
  }
}
.products-block__image {
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  position: relative;
}
.products-block__image img {
  min-width: 300px;
  width: 200%;
  max-width: 600px;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  .products-block__image img {
    max-width: 100%;
    width: auto;
    position: static;
    transform: translateY(0);
    max-height: 400px;
    min-width: 200px;
  }
}
@media (max-width: 680px) {
  .products-block__image {
    display: flex;
    justify-content: center;
  }
}
.products-block__content-inner {
  position: relative;
  z-index: 2;
  min-width: 290px;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 680px) {
  .products-block__content-inner {
    min-width: 0;
    width: 100%;
  }
}
.products-block__content-title {
  color: #fff;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .products-block__content-title {
    font-size: 28px;
  }
}
.products-block__content-title {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
}
.products-block__content-text {
  text-transform: initial;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro Light";
  margin-bottom: 20px;
}
.products-block .btn-default {
  background-color: #fff;
  color: #1d1d1b;
  width: fit-content;
}
@media (max-width: 680px) {
  .products-block .btn-default {
    width: 100%;
  }
}

.cta-section-v3 {
  padding: 15px;
  position: relative;
}
.cta-section-v3::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  background-color: #e30613;
  z-index: 0;
  border-radius: 20px;
}
.cta-section-v3 .contaienr {
  position: relative;
  z-index: 2;
}
.cta-section-v3.cta-yellow::before {
  background-color: #fbba00;
}
.cta-section-v3.cta-yellow .cta-block-v3__image--video .wrapp {
  box-shadow: inset 1px 0 76px 29px #fbba00;
}
.cta-section-v3.cta-yellow .cta-block-v3__content .h2 {
  color: #1d1d1b;
  letter-spacing: 0;
  margin-bottom: 23px;
}
.cta-section-v3.cta-yellow .cta-block-v3__content--subtitle {
  color: rgba(29, 29, 27, 0.8);
}
.cta-section-v3.cta-yellow .btn-default {
  height: 52px;
  min-width: 136px;
}
.cta-section-v3.cta-yellow .btn-default .fill-container:after {
  background-color: #e30613;
}
.cta-section-v3.cta-yellow .btn-default:hover .button-text {
  color: #fff;
}

.cta-block-v3 {
  padding: 30px;
  align-items: center;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1080px) {
  .cta-block-v3 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 25px;
  }
}
.cta-block-v3__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .cta-block-v3__image {
    margin-bottom: -90px;
  }
}
.cta-block-v3__image img {
  margin-bottom: -80px;
}
.cta-block-v3__image--video {
  width: 100%;
  max-width: 420px;
  position: relative;
}
@media (max-width: 1080px) {
  .cta-block-v3__image--video {
    max-width: 280px;
  }
}
@media (max-width: 680px) {
  .cta-block-v3__image--video {
    max-width: 320px;
  }
}
.cta-block-v3__image--video .wrapp {
  position: absolute;
  right: -1px;
  left: -1px;
  bottom: -1px;
  top: -1px;
  box-shadow: inset 1px 0px 76px 29px #e30613;
  z-index: 1;
}
@media (max-width: 680px) {
  .cta-block-v3__image--video .wrapp {
    box-shadow: inset 1px 0px 45px 15px #e30613;
  }
}
.cta-block-v3__content {
  padding: 60px 0;
  max-width: 530px;
  width: 100%;
  color: #fff;
}
@media (max-width: 1080px) {
  .cta-block-v3__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0;
  }
}
.cta-block-v3__content h2, .cta-block-v3__content .h2 {
  font-size: 42px;
  font-family: "Sofia Pro Black";
  line-height: 115%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 1080px) {
  .cta-block-v3__content h2, .cta-block-v3__content .h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 680px) {
  .cta-block-v3__content h2, .cta-block-v3__content .h2 {
    font-size: 28px;
  }
}
.cta-block-v3__content h2, .cta-block-v3__content .h2 {
  color: #fff;
  margin-bottom: 20px;
}
.cta-block-v3__content--subtitle {
  font-size: 16px;
  line-height: 150%;
  font-family: "Sofia Pro Light";
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.cta-block-v3__content--subtitle + .btn-default {
  width: fit-content;
  background-color: #fff;
  margin-top: 32px;
  height: 60px;
  min-width: 180px;
  text-transform: uppercase;
}
.cta-block-v3__content--subtitle + .btn-default .fill-container::after {
  background-color: #fbba00;
}
.cta-block-v3__content--subtitle + .btn-default .button-text {
  color: #1d1d1b;
}
.cta-block-v3 .no-spam {
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro Light";
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.custom-input-wrap {
  position: relative;
  color: #1d1d1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-input-wrap .wpcf7-form-control-wrap {
  width: 100%;
  position: static;
}
.custom-input-wrap .wpcf7-form-control-wrap.has-error input {
  color: #e30613;
}
.custom-input-wrap .wpcf7-form-control-wrap .error-text {
  position: absolute;
  font-size: 12px;
  color: #e30613;
  top: calc(100% - 2px);
  left: 3px;
}
.custom-input-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 2px;
  top: calc(100% - 3px);
  font-size: 14px;
  color: #e30613;
  font-family: "Sofia Pro Light";
}
.custom-input-wrap .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.custom-input-wrap .wpcf7-list-item label {
  margin: 0;
}
.custom-input-wrap.half-width {
  width: calc(50% - 7.5px);
}
@media (max-width: 680px) {
  .custom-input-wrap.half-width {
    width: 100%;
  }
}
.custom-input-wrap.full-width {
  width: 100%;
}
.custom-input-wrap label, .custom-input-wrap .as-label {
  font-family: "Sofia Pro Semi Bold";
  display: block;
  margin-bottom: 10px;
  text-transform: initial;
  font-size: 16px;
  min-height: 24px;
  letter-spacing: 0;
}
.custom-input-wrap .input-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 15px;
  background-color: #fff;
  border-radius: 12px;
  min-height: 58px;
  box-sizing: border-box;
}
.custom-input-wrap .input-container::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: transparent;
  transition: 0.3s;
}
.custom-input-wrap .input-container .loader {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #e30613;
  border-bottom-color: transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.custom-input-wrap.has-error::before, .custom-input-wrap .input-container.has-error::before {
  background-color: rgba(227, 6, 19, 0.07);
}
.custom-input-wrap.has-error input, .custom-input-wrap.has-error input::placeholder, .custom-input-wrap .input-container.has-error input, .custom-input-wrap .input-container.has-error input::placeholder {
  color: #e30613;
}
.custom-input-wrap .checkbox-container label.has-error label::before, .custom-input-wrap .checkbox-container label.has-error .checkbox-label::before, .custom-input-wrap .checkbox-container label.has-error .wpcf7-list-item-label::before, .custom-input-wrap .checkbox-container label .checkbox-container.has-error label::before, .custom-input-wrap .checkbox-container label .checkbox-container.has-error .checkbox-label::before, .custom-input-wrap .checkbox-container label .checkbox-container.has-error .wpcf7-list-item-label::before, .custom-input-wrap.has-error label::before, .custom-input-wrap.has-error .checkbox-label::before, .custom-input-wrap.has-error .wpcf7-list-item-label::before, .custom-input-wrap .checkbox-container.has-error label::before, .custom-input-wrap .checkbox-container.has-error .checkbox-label::before, .custom-input-wrap .checkbox-container.has-error .wpcf7-list-item-label::before, .custom-input-wrap .checkbox-container.has-error label::before, .custom-input-wrap .checkbox-container.has-error .checkbox-label::before, .custom-input-wrap .checkbox-container.has-error .wpcf7-list-item-label::before, .custom-input-wrap .checkbox-container .checkbox-container.has-error label::before, .custom-input-wrap .checkbox-container .checkbox-container.has-error .checkbox-label::before, .custom-input-wrap .checkbox-container .checkbox-container.has-error .wpcf7-list-item-label::before {
  background-color: #f1bdbd !important;
  border-color: #e30613;
}
.custom-input-wrap .error-text {
  text-transform: initial;
  line-height: 150%;
  color: #e30613;
  font-size: 14px;
  line-height: 145%;
  font-family: "Sofia Pro";
}
.custom-input-wrap input, .custom-input-wrap textarea {
  height: 30px;
  width: 100%;
  font-size: 14px;
  border: none;
  color: #1d1d1b;
}
.custom-input-wrap input::placeholder, .custom-input-wrap textarea::placeholder {
  color: rgba(29, 29, 27, 0.5);
}
.custom-input-wrap input, .custom-input-wrap textarea {
  /* Chrome, Safari, Edge, Opera */
}
.custom-input-wrap input::-webkit-outer-spin-button, .custom-input-wrap input::-webkit-inner-spin-button, .custom-input-wrap textarea::-webkit-outer-spin-button, .custom-input-wrap textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-input-wrap input, .custom-input-wrap textarea {
  /* Firefox */
}
.custom-input-wrap input[type=number], .custom-input-wrap textarea[type=number] {
  -moz-appearance: textfield;
}
.custom-input-wrap textarea {
  min-height: 120px;
}
.custom-input-wrap .radio-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 5px;
  background-color: #f4f4f6;
  height: auto;
}
@media (max-width: 450px) {
  .custom-input-wrap .radio-options {
    grid-template-columns: 1fr;
  }
}
.custom-input-wrap .radio-options label.radio-options__item .radio-options__item--label, .custom-input-wrap .radio-options .wpcf7-list-item-label, .custom-input-wrap .radio-options .checkbox-label {
  display: block;
  position: relative;
  padding: 19px 15px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 45px;
  margin-bottom: 0 !important;
  height: 58px;
  font-size: 14px;
  font-family: "Sofia Pro";
  cursor: pointer;
}
.custom-input-wrap .radio-options label.radio-options__item .radio-options__item--label span, .custom-input-wrap .radio-options .wpcf7-list-item-label span, .custom-input-wrap .radio-options .checkbox-label span {
  font-size: 14px;
  font-family: "Sofia Pro";
}
.custom-input-wrap .radio-options label.radio-options__item .radio-options__item--label::before, .custom-input-wrap .radio-options label.radio-options__item .radio-options__item--label::after, .custom-input-wrap .radio-options .wpcf7-list-item-label::before, .custom-input-wrap .radio-options .wpcf7-list-item-label::after, .custom-input-wrap .radio-options .checkbox-label::before, .custom-input-wrap .radio-options .checkbox-label::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 10px);
  background-color: rgba(29, 29, 27, 0.1);
  transition: 0.3s ease;
}
.custom-input-wrap .radio-options label.radio-options__item .radio-options__item--label::after, .custom-input-wrap .radio-options .wpcf7-list-item-label::after, .custom-input-wrap .radio-options .checkbox-label::after {
  width: 10px;
  height: 10px;
  left: 20px;
  top: calc(50% - 5px);
  background-color: #e30613;
  opacity: 0;
}
.custom-input-wrap .radio-options__item {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.custom-input-wrap .radio-options__item input {
  display: none;
}
.custom-input-wrap .radio-options__item input:checked + label::after, .custom-input-wrap .radio-options__item input:checked + span::after {
  opacity: 1 !important;
}
.custom-input-wrap .radio-options-wrapper {
  padding: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
}
.custom-input-wrap .radio-options-wrapper .radio-options {
  padding: 0;
  background-color: transparent;
}
.custom-input-wrap .radio-options-wrapper .wpcf7-list-item-label, .custom-input-wrap .radio-options-wrapper .input-container:not(.radio-options), .custom-input-wrap .radio-options-wrapper input, .custom-input-wrap .radio-options-wrapper .checkbox-label {
  background-color: #f4f4f6;
}

.checkbox-container {
  position: relative;
}
.checkbox-container input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.checkbox-container input:checked + label::after, .checkbox-container input:checked + .wpcf7-list-item-label::after, .checkbox-container input:checked + .checkbox-label::after {
  opacity: 1;
}
.checkbox-container input + label,
.checkbox-container input + .wpcf7-list-item-label,
.checkbox-container input + .checkbox-label {
  padding-left: 32px;
  margin-bottom: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Sofia Pro";
  color: rgba(29, 29, 27, 0.8);
}
.checkbox-container input + label::before, .checkbox-container input + label::after,
.checkbox-container input + .wpcf7-list-item-label::before,
.checkbox-container input + .wpcf7-list-item-label::after,
.checkbox-container input + .checkbox-label::before,
.checkbox-container input + .checkbox-label::after {
  content: "";
  border-radius: 4px;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  left: 0;
  top: calc(50% - 12px);
  background-color: rgba(29, 29, 27, 0.1);
  transition: 0.3s ease;
}
.checkbox-container input + label::after,
.checkbox-container input + .wpcf7-list-item-label::after,
.checkbox-container input + .checkbox-label::after {
  width: 10px;
  height: 10px;
  left: 5px;
  top: calc(50% - 6px);
  background: url(/wp-content/themes/finovate/dist/img/check_10-10px_black-87c15ba2.svg) center no-repeat;
  opacity: 0;
  transition: 0.3s ease;
}
.checkbox-container a {
  color: rgba(29, 29, 27, 0.8);
  text-decoration: none;
  position: relative;
}
.checkbox-container a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  height: 1pt;
  background-color: rgba(29, 29, 27, 0.8);
  transition: 0.3s ease;
}
.checkbox-container a:hover::after {
  transform: translateY(3px);
  opacity: 0;
}

.info-container {
  position: relative;
}
.info-container button, .info-container .info-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  position: relative;
  border: none;
  outline: none;
  background: url(/wp-content/themes/finovate/dist/img/info_18-b9bb91b7.svg) center no-repeat;
  background-size: contain;
}
.info-container button.image-inside, .info-container .info-icon.image-inside {
  background: transparent;
  width: 30px;
  padding: 0;
}
.info-container button.image-inside img, .info-container .info-icon.image-inside img {
  width: 100%;
}
.info-container button.image-inside::before, .info-container .info-icon.image-inside::before {
  display: none;
}
.info-container button::before, .info-container .info-icon::before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  top: -15px;
  right: -19px;
  bottom: -15px;
}
.info-container button:hover + .info-content, .info-container .info-icon:hover + .info-content {
  transform: translateY(0);
  opacity: 1;
}
.info-container .info-content {
  position: absolute;
  right: -19px;
  top: calc(100% + 7px);
  padding: 15px 12px;
  border-radius: 10px;
  background-color: #333331;
  color: #fff;
  transition: 0.3s ease;
  font-size: 14px;
  text-align: center;
  min-width: 120px;
  width: 240px;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  z-index: 99;
}
.info-container .info-content::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 22px;
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  background-color: inherit;
  border-bottom-right-radius: 1.5pt;
}

.select-wrap, .multiselect-wrap {
  position: relative;
  justify-content: space-between;
  border: 1pt solid #fff;
  box-sizing: border-box;
}
.select-wrap select, .select-wrap .wpcf7-form-control-wrap, .multiselect-wrap select, .multiselect-wrap .wpcf7-form-control-wrap {
  display: none;
}
.select-wrap.invalid .select-selected, .select-wrap.invalid .default-value, .multiselect-wrap.invalid .select-selected, .multiselect-wrap.invalid .default-value {
  color: #e30613;
}
.select-wrap .select-selected, .multiselect-wrap .select-selected {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
}
.select-wrap .select-selected span, .multiselect-wrap .select-selected span {
  width: 100%;
  display: block;
  margin-top: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.select-wrap .select-selected::before, .multiselect-wrap .select-selected::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.select-wrap .select-selected::after, .multiselect-wrap .select-selected::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,%3csvg%20width='9'%20height='8'%20viewBox='0%200%209%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.95608%206.21444L1.91252%203.65999C1.54585%203.20166%201.87217%202.52271%202.45913%202.52271L6.54625%202.52271C7.13321%202.52271%207.45953%203.20166%207.09286%203.65999L5.0493%206.21444C4.76907%206.56473%204.23631%206.56473%203.95608%206.21444Z'%20fill='%23E30613'/%3e%3c/svg%3e") center no-repeat;
  filter: brightness(0);
  transition: 0.3s ease;
}
.select-wrap.select-arrow-active, .multiselect-wrap.select-arrow-active {
  border-color: #ebebef;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-wrap.select-arrow-active .select-selected::after, .multiselect-wrap.select-arrow-active .select-selected::after {
  transform: rotate(180deg);
  filter: none;
}
.select-wrap .select-items-container, .multiselect-wrap .select-items-container {
  position: absolute;
  padding: 10px;
  border: 1pt solid #ebebef;
  border-top: none;
  background-color: #fff;
  left: -1pt;
  right: -1pt;
  top: calc(100% - 1px);
  z-index: 12;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select-wrap .select-items-container.select-hide, .multiselect-wrap .select-items-container.select-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.select-wrap .select-items-container .select-items-wrapper, .multiselect-wrap .select-items-container .select-items-wrapper {
  max-height: 220px;
  overflow: auto;
}
@media (min-width: 1080px) {
  .select-wrap .select-items-container .select-items-wrapper::-webkit-scrollbar, .multiselect-wrap .select-items-container .select-items-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
  }
  .select-wrap .select-items-container .select-items-wrapper::-webkit-scrollbar:vertical, .multiselect-wrap .select-items-container .select-items-wrapper::-webkit-scrollbar:vertical {
    width: 9px;
    background: #292927;
  }
  .select-wrap .select-items-container .select-items-wrapper::-webkit-scrollbar-thumb, .multiselect-wrap .select-items-container .select-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid #292927;
    background: gray;
  }
}
.select-wrap .select-items-container .select-items-wrapper.scrollbar, .multiselect-wrap .select-items-container .select-items-wrapper.scrollbar {
  padding-right: 6px;
}
.select-wrap .select-items-container .select-items, .multiselect-wrap .select-items-container .select-items {
  border-radius: 8px;
}
.select-wrap .select-items-container .select-items div, .multiselect-wrap .select-items-container .select-items div {
  min-height: 58px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
  cursor: pointer;
}
.select-wrap .select-items-container .select-items div:hover, .multiselect-wrap .select-items-container .select-items div:hover {
  background-color: #f4f4f6;
}

.multiselect-wrap {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 12px;
}
.multiselect-wrap .select-selected {
  max-width: 10px;
  margin-left: 14px;
}
.multiselect-wrap .selected-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: calc(100% - 25px);
}
.multiselect-wrap .selected-tags-container:not([elems-count="0"]) span.default-value {
  display: none !important;
}
.multiselect-wrap .selected-tags-container[elems-count="1"] .selected-tag {
  width: calc(100% - 8px);
}
.multiselect-wrap .selected-tags-container[elems-count="2"] .selected-tag {
  width: calc(50% - 8px);
}
.multiselect-wrap .selected-tags-container span {
  font-size: 14px;
}
.multiselect-wrap .selected-tags-container .selected-tag {
  background-color: #e30613;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  width: calc(50% - 8px - 10px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  font-size: 14px;
  box-sizing: border-box;
}
.multiselect-wrap .selected-tags-container .selected-tag .label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  margin-top: -2px;
  font-family: "Sofia Pro Light";
}
.multiselect-wrap .selected-tags-container .selected-tag .remove-tag {
  min-width: 14px;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/wp-content/themes/finovate/dist/img/close-white-3ecddf98.svg) center no-repeat;
  cursor: pointer;
}
.multiselect-wrap .select-items {
  background-color: #f4f4f6;
  overflow: hidden;
  padding: 16px;
}
.multiselect-wrap .select-items > div {
  display: flex;
  align-items: center;
  min-height: 0 !important;
  background-color: transparent;
  padding: 8px 0 !important;
}
.multiselect-wrap .select-items > div:last-child {
  padding-bottom: 0 !important;
}
.multiselect-wrap .select-items > div:first-child {
  padding-top: 0 !important;
}
.multiselect-wrap .select-items > div::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
  background-color: rgba(29, 29, 27, 0.1019607843);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.multiselect-wrap .select-items > div.same-as-selected::before {
  background-image: url(/wp-content/themes/finovate/dist/img/check-red-28c9f1f5.svg);
}

.wpcf7 form input[aria-invalid=true], .wpcf7 form input[aria-invalid=true]::placeholder,
.wpcf7 form textarea[aria-invalid=true], .wpcf7 form textarea[aria-invalid=true]::placeholder {
  color: #e30613;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form[data-status=submitting] button[type=submit]::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border: 3px solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
}
.wpcf7 form[data-status=submitting] button[type=submit] {
  pointer-events: none;
  opacity: 0.8;
}
.wpcf7 form[data-status=submitting] button[type=submit] .button-text, .wpcf7 form[data-status=submitting] button[type=submit] span {
  opacity: 0;
}
.wpcf7 form[data-status=invalid] .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form[data-status=unaccepted] .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #e30613 !important;
}
.wpcf7 form[data-status=success] button[type=submit], .wpcf7 form[data-status=submitted] button[type=submit], .wpcf7 form.sent button[type=submit], .wpcf7 form[data-status=sent] button[type=submit] {
  background-color: #15a761;
  pointer-events: none;
}
.wpcf7 form[data-status=success] .wpcf7-response-output, .wpcf7 form[data-status=submitted] .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form[data-status=sent] .wpcf7-response-output {
  color: #15a761;
}
.wpcf7 form .wpcf7-response-output {
  margin: 24px 0;
  font-size: 14px;
  border: none !important;
  padding-bottom: 0;
  text-align: center;
}
@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti {
  display: flex;
  align-items: center;
}
.iti > input {
  padding-left: 16px !important;
  margin-bottom: -3px;
}
.iti__flag {
  height: 16px;
  box-shadow: 0px 0px 1px 0px #888;
  border: 1px solid #ebebef;
  box-sizing: content-box;
  background-image: url("/wp-content/themes/finovate/dist/img/flags-3cd99a69.png");
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
  background-color: #DBDBDB;
  background-position: 22px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/wp-content/themes/finovate/dist/img/flags@2x-1717173e.png");
  }
}
.iti__arrow {
  margin-left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  background: url(/wp-content/themes/finovate/dist/img/li_arrow_red-38460c23.svg) center no-repeat;
  filter: brightness(0);
  transition: 0.3s ease;
}
.iti__arrow--up {
  transform: rotate(180deg);
  filter: none;
}
.iti__selected-flag {
  pointer-events: none;
  cursor: pointer;
}
.iti__selected-flag[data-popup_id] {
  pointer-events: visible;
}
.iti__selected-flag div {
  pointer-events: none;
}
.iti__selected-flag {
  display: flex;
  align-items: center;
}
.iti__selected-flag .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 14px;
  font-family: "Sofia Pro Light";
}

.countries-code-list .country-item {
  justify-content: flex-start;
}
.countries-code-list .country-item__title {
  display: flex;
  margin-left: 16px;
}
.countries-code-list .country-item__dialcode {
  font-family: "Sofia Pro Bold";
  margin-left: auto;
}

.phone-code-block__dropdown {
  position: relative;
  width: 470px;
  max-width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  padding-bottom: 0;
}
.phone-code-block__dropdown .search-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.phone-code-block__dropdown .search-wrapper.cleanable::before {
  display: none;
}
.phone-code-block__dropdown .search-wrapper i, .phone-code-block__dropdown .search-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: url(../img/search.svg) center no-repeat;
  background-size: contain;
}
.phone-code-block__dropdown .search-wrapper i.toClean {
  cursor: pointer;
  background-image: url(/wp-content/themes/finovate/dist/img/cross_black-a3a1a3ba.svg);
}
.phone-code-block__dropdown .search-wrapper input {
  height: 58px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2pt solid #ebebef;
  border-radius: 12px;
  background-color: transparent;
  padding-left: 50px;
}
.phone-code-block__dropdown .search-wrapper input::placeholder {
  font-size: 14px;
}
.phone-code-block__dropdown .search-wrapper .count {
  position: absolute;
  top: 18px;
  right: 8px;
}
.phone-code-block__dropdown .dropdown-content {
  background-color: white;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
}
.phone-code-block__dropdown .dropdown-content::-webkit-scrollbar {
  display: none;
}
.phone-code-block__dropdown .dropdown-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 10px;
}
.phone-code-block__dropdown .dropdown-content > div {
  padding: 20px;
  border-radius: 12px;
  height: 58px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
@media (max-width: 360px) {
  .phone-code-block__dropdown .dropdown-content > div {
    padding: 10px;
  }
}
.phone-code-block__dropdown .dropdown-content > div span {
  position: relative;
  top: -3px;
}
.phone-code-block__dropdown .dropdown-content > div .currency-code {
  font-family: "Sofia Pro Bold";
  text-transform: uppercase;
}
.phone-code-block__dropdown .dropdown-content > div:hover {
  background-color: #f4f4f6;
}
.phone-code-block__dropdown .dropdown-content > div.checked {
  padding-left: 50px;
}
.phone-code-block__dropdown .dropdown-content > div.checked::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: url(/wp-content/themes/finovate/dist/img/ok-circle_20-20px_green-f35ace89.svg) center no-repeat;
  background-size: contain;
  left: 20px;
  top: calc(50% - 12px);
}

.cf7-success-message {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 680px) {
  .cf7-success-message {
    padding: 30px 16px;
    gap: 24px;
  }
}
.cf7-success-message p {
  color: "";
  font-size: 42px;
}
@media (max-width: 1080px) {
  .cf7-success-message p {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .cf7-success-message p {
    font-size: 28px;
  }
}
.cf7-success-message p {
  font-family: "Sofia Pro Bold";
  line-height: 100%;
  text-transform: none;
  font-family: "Sofia Pro Black";
  text-align: center;
  margin: 0;
}
.cf7-success-message::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("/wp-content/themes/finovate/dist/img/img_ok-b601e462.webp") center no-repeat;
  background-size: contain;
}

#form-choose-type {
  padding: 40px;
  border: 5px solid #fff;
  border-radius: 20px;
}
@media (max-width: 680px) {
  #form-choose-type {
    padding: 20px;
  }
}
#form-choose-type .radio-options {
  grid-template-columns: 1fr;
}
#form-choose-type .radio-options label {
  width: 100%;
  margin: 0;
}
#form-choose-type .btn-default {
  width: 100%;
  margin-top: 20px;
  height: 68px;
  text-transform: uppercase;
}

.form-wrap {
  display: none;
  transition: 0.3s ease;
  border: 5px solid #fff;
  border-radius: 20px;
  background-color: #fff;
}

.custom-form {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.custom-form p {
  margin: 0;
}
.custom-form .hidden-fields-container {
  display: none;
}
.custom-form .btn-default {
  position: relative;
  z-index: 90;
}
.custom-form .screen-reader-response:empty, .custom-form .screen-reader-response p:empty {
  display: none;
}
.custom-form__tabs {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f4f4f6;
  position: relative;
  z-index: 3;
  margin-bottom: 5px;
}
.custom-form__tabs .slider-tab {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  background-color: #e30613;
  width: 50%;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1080px) {
  .custom-form__tabs .slider-tab {
    background-color: #fbba00;
  }
}
.custom-form__tabs--item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  font-family: "Sofia Pro Semi Bold";
  border: none;
  outline: none;
  background-color: transparent;
  color: rgba(29, 29, 27, 0.4);
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
}
.custom-form__tabs--item:hover {
  color: #1d1d1b;
}
.custom-form__tabs--item {
  cursor: pointer;
}
.custom-form__tabs--item.active {
  pointer-events: none;
  color: #fff;
}
.custom-form button[type=submit] {
  width: 100%;
  height: 68px;
  font-size: 14px;
  border-radius: 14px;
  text-transform: uppercase;
}

#steps-form .steps {
  display: flex;
  align-items: flex-end;
  padding: 40px 50px;
  background-color: #f4f4f6;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 680px) {
  #steps-form .steps {
    padding: 20px;
  }
}
#steps-form .step-count {
  font-size: 14px;
  color: rgba(29, 29, 27, 0.5);
  text-transform: uppercase;
}
@media (max-width: 680px) {
  #steps-form .step-count {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
#steps-form .step {
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 680px) {
  #steps-form .step {
    display: none;
    max-width: 100% !important;
    flex-direction: column;
  }
  #steps-form .step.current {
    display: flex;
  }
}
#steps-form .step.active img {
  background-color: #e30613;
}
#steps-form .step.active .step__progress-bar--progress {
  min-width: 25%;
}
#steps-form .step:first-child {
  max-width: 28.5%;
}
#steps-form .step:first-child img {
  margin-left: 0;
}
#steps-form .step:first-child, #steps-form .step:first-child .step-count {
  text-align: left;
}
#steps-form .step:first-child span {
  justify-content: flex-start;
  text-align: left;
}
#steps-form .step:first-child .step__progress-bar {
  width: calc(100% - 48px - 16px);
}
@media (max-width: 680px) {
  #steps-form .step:first-child .step__progress-bar {
    width: 100%;
  }
}
#steps-form .step:last-child img {
  margin-right: 0;
  margin-left: auto;
}
#steps-form .step:last-child {
  justify-content: flex-end;
  max-width: 64px;
}
#steps-form .step:last-child, #steps-form .step:last-child .step-count {
  text-align: right;
}
#steps-form .step:last-child span {
  justify-content: flex-end;
  text-align: right;
}
#steps-form .step:last-child {
  width: fit-content;
}
#steps-form .step--completed img, #steps-form .step--completed .step__progress-bar--progress {
  background-color: #15a761 !important;
}
#steps-form .step__info {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 84px;
}
@media (max-width: 680px) {
  #steps-form .step__info {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    row-gap: 0;
    margin-bottom: 10px;
    max-width: 100%;
    text-align: left;
  }
}
#steps-form .step__info span {
  font-size: 14px;
  font-family: "Sofia Pro Semi Bold";
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 2px;
}
@media (max-width: 680px) {
  #steps-form .step__info span {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
#steps-form .step__progress-bar {
  width: calc(100% - 48px - 32px);
  height: 4px;
  border-radius: 9px;
  background-color: rgba(29, 29, 27, 0.1);
  position: absolute;
  right: 0;
  bottom: 20px;
  overflow: hidden;
}
#steps-form .step__progress-bar--progress {
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  background-color: #e30613;
  transition: 0.3s ease;
}
@media (max-width: 680px) {
  #steps-form .step__progress-bar {
    position: relative;
    bottom: 0;
  }
}
#steps-form .step img {
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 16px;
  background-color: rgba(29, 29, 27, 0.1);
  transition: 0.3s ease;
}
@media (max-width: 680px) {
  #steps-form .step img {
    margin: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
#steps-form .inputs-group-wrapper {
  border-radius: 16px;
  padding: 30px 50px;
  padding-top: 0 !important;
  background-color: #f4f4f6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow-x: clip;
  position: relative;
  z-index: 999;
  transition: 0.19s ease;
}
@media (max-width: 680px) {
  #steps-form .inputs-group-wrapper {
    padding: 20px;
  }
}
#steps-form .inputs-group {
  display: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  transition: 0.3s ease;
  opacity: 0;
}
#steps-form .inputs-group:first-of-type {
  display: flex;
}
#steps-form .inputs-group.anim-in, #steps-form .inputs-group.active {
  opacity: 1;
}
#steps-form .inputs-group.anim-out {
  opacity: 0 !important;
}
#steps-form .form-buttons button:not([type=submit]).next-step::before {
  display: none;
}
#steps-form .form-buttons button[type=submit] {
  display: none;
}

.form-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
  position: relative;
}
.form-buttons button:not([type=submit]) {
  height: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-buttons button:not([type=submit])::before, .form-buttons button:not([type=submit])::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: block;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-bottom: -2px;
}
.form-buttons button:not([type=submit])::after {
  transform: rotate(225deg);
}
.form-buttons button:not([type=submit])::before {
  transform: rotate(45deg);
}
.form-buttons .back-step {
  background-color: #f4f4f6;
  color: rgba(29, 29, 27, 0.4);
}
.form-buttons .back-step::before {
  border-color: rgba(29, 29, 27, 0.4) !important;
}
.form-buttons .back-step::after {
  display: none !important;
}
.form-buttons .back-step:hover {
  background-color: #fff;
}

.inputs-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  row-gap: 20px;
  background-color: #f4f4f6;
  margin-bottom: 5px;
  padding: 30px 50px;
  border-radius: 16px;
}
.inputs-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .inputs-group {
    padding: 20px;
  }
}

#input-licence {
  min-height: 0;
  height: 58px;
  margin-top: 5px;
}

.form-popup-block.has-success-message .popup-title {
  display: none;
}

#scroll-to-top {
  display: none !important;
}

.popup-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999999999;
  background: rgba(29, 29, 27, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  display: none;
  opacity: 0;
  max-width: 100%;
  transition: 0.3s ease;
  padding: 20px;
  min-height: 100%;
}
.popup-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-container::-webkit-scrollbar {
  display: none;
}
.popup-container.showed, .popup-container.show {
  opacity: 1;
}
@media (max-width: 1080px) {
  .popup-container {
    padding: 16px;
  }
}
.popup-container .popup-title {
  font-size: 32px;
  font-family: "Sofia Pro Bold";
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 680px) {
  .popup-container .popup-title {
    text-align: left;
    margin-right: 40px;
    margin-left: 10px;
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.popup-container .popup-dialog {
  background-color: #f4f4f6;
  border-radius: 30px;
  padding: 34px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  min-height: fit-content;
  margin: auto;
}
@media (max-width: 680px) {
  .popup-container .popup-dialog {
    padding: 20px;
  }
}
.popup-container .popup-btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 999;
  cursor: pointer;
}
.popup-container .popup-btn-close::before, .popup-container .popup-btn-close::after {
  position: absolute;
  top: calc(50% - 0.5pt);
  left: calc(50% - 7px);
  content: "";
  display: block;
  width: 14px;
  height: 1pt;
  background-color: #e30613;
  transition: 0.3s ease;
}
.popup-container .popup-btn-close::before {
  transform: rotate(45deg);
}
.popup-container .popup-btn-close::after {
  transform: rotate(-45deg);
}
.popup-container .popup-btn-close:hover::before, .popup-container .popup-btn-close:hover::after {
  transform: rotate(0);
  background-color: #1d1d1b;
}
.popup-container .popup-dialog {
  width: 960px;
}
.popup-container .popup-title {
  text-align: left;
}
@media (max-width: 680px) {
  .popup-container .popup-dialog {
    padding: 10px;
    padding-top: 30px;
  }
}

.products-block + .facts-figures-v2 {
  padding-top: 0 !important;
}