/*
Marketpage Parent page new 2023
*/

/*Navigation*/
#top-right.hybrid-menu {
   background: rgba(0, 0, 0, .38) !important;
}

#top-right.hybrid-menu:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-backdrop-filter: blur(24px);
   backdrop-filter: blur(24px);
}

/* #top-right.hybrid-menu.top-right-collapse {
   display: none !important;
} */

/*
#top-right.hybrid-menu {
   background: transparent !important;
}

#top-right.hybrid-menu.top-right-collapse {
   background: #000 !important;
}
*/
body {
   background-color: #fff;
}


img.scaled-image {
   border: 0 !important;
}

a:focus {
   outline: 0px auto -webkit-focus-ring-color;
   outline-offset: 0px;
}

/*
html {
   scroll-behavior: smooth;
}
*/

/*General styles*/
/*
html {
   scroll-behavior: smooth;
}

:root {
   scroll-behavior: smooth;
}*/

p,
h1,
h2,
h3,
h4,
h5 {
   color: #000;
}

.swiper {
   overflow: hidden;
}

.swiper-pagination {
   left: 0;
   right: 0;
   padding-top: 33px;
}

.btn--primary.request-demo {
   transition: transform 0.4s ease 0s, background-color, border-color, background, color;
   width: max-content;
   padding: 6px 20px !important;
   display: flex;
   align-items: center;
   margin-top: 20px;
   border-radius: 30px;
   background: linear-gradient(267.29deg, #0995e3 0%, #096be1 100%) !important;
   color: #ffffff !important;
   font-size: 16px;
   font-weight: 400;
   line-height: min(6vw, 28px);
   letter-spacing: 0.02em;
   text-align: center;
   white-space: normal;
   max-width: 100%;
   border: 0;
}

.btn--primary.request-demo svg {
   margin-left: 10px;
}

.btn--primary.request-demo:hover {
   transform: translateY(-3px);
}

.btn--primary.request-demo img {
   margin-left: 10px;
   max-width: 25px;
}

.btn--primary.request-demo.light {
   background: #E1EEFF !important;
   color: #096BE1 !important;
}

.btn--primary.btn-transparent.request-demo {
   background: transparent !important;
   border: 0px solid white;
   padding: 0px !important;
   box-shadow: none !important;
}

.btn--primary.btn-transparent.dark.request-demo {
   background: transparent !important;
   border: 0px solid white;
   padding: 0px !important;
   color: #000 !important;
}

.btn--primary.btn-transparent img,
.btn--primary.btn-transparent svg {
   margin-left: 12px;
   position: relative;
   left: 0;
   transition: 300ms;
}

.btn--primary.btn-transparent:hover {
   transform: translateY(0px);
}

.btn--primary.btn-transparent:hover img,
.btn--primary.btn-transparent:hover svg {
   left: 10px;
}


a.learn-more-transparent {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   display: flex;
   align-items: center;
   letter-spacing: 0.02em;
   color: #212F41;
   text-transform: uppercase;
   margin-top: 8px;
}

a.learn-more-transparent img {
   margin-left: 12px;
   position: relative;
   left: 0;
   transition: 300ms;
   width: 24px;
}

a.learn-more-transparent:hover img {
   left: 10px;
}

h1.general-title {
   font-weight: 600;
   font-size: 54px;
   line-height: 124%;
   color: black;
   margin-top: 0px;
}

h1.general-title.smaller {
   font-size: 36px;
   line-height: 47px;
}

h2.general-title {
   font-weight: 600;
   font-size: 36px;
   line-height: 47px;
   color: black;
   margin-top: 0px;
}

h2.general-title.smaller {
   font-size: 32px;
   line-height: 42px;
}

h3.general-title {
   font-weight: 600;
   font-size: 24px;
   line-height: 32px;
   color: black;
   margin-top: 0px;
}

p.above-title {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #096BE1;
   text-transform: uppercase;
   margin-bottom: 30px;
}

p.subtitle {
   font-size: 22px;
   line-height: 34px;
   margin-bottom: 0px;
}

p.larger {
   font-size: 18px;
   line-height: 28px;
}

p.larger {
   font-size: 20px;
   line-height: 28px;
}

section.dark p,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5 {
   color: white;
}

.col {
   padding-right: 15px;
   padding-left: 15px;
}

@media (min-width: 1201px) and (max-width: 1600px) {

   .container {
      padding-right: 30px;
      padding-left: 30px;
   }
}

@media (min-width: 1201px) and (max-width: 1550px) {
   .container {
      padding-left: 50px;
      padding-right: 50px;
   }
}

@media (min-width: 1200px) {

   .container {
      width: 100% !important;
      max-width: 1470px !important;
   }

   .container.container-small {
      width: 100% !important;
      max-width: 1025px !important;
      margin-left: auto;
      margin-right: auto;
   }

}


@media (min-width: 992px) and (max-width: 1060px) {
   div.container {
      width: 100% !important;
   }
}

@media (min-width: 992px) {
   .container {
      width: 100% !important;
   }
}

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

.page-content-wrap img {
   width: 100%;
}

.mb-0 {
   margin-bottom: 0px !important;
}

/*Section hero*/
.section-ai-hero {
   background: #000;
   display: flex;
   align-items: center;
   max-height: 942px;
   min-height: 100vh;
   padding-top: 308px;
   padding-bottom: 333px;
   position: relative;
   overflow: hidden;
}

.section-ai-hero .container {
   z-index: 10;
}

.video-container {
   position: absolute;
   right: 0;
   top: 0;
   width: 50%;
   height: 100%;
   z-index: 2;
}

.video-container::after {
   content: '';
   display: block;
   height: 120px;
   width: 100%;
   bottom: 0;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
   position: absolute;
   z-index: 10;
}

.video-container video {
   bottom: 0;
   height: 100%;
   left: 0;
   object-fit: cover;
   object-position: 50% 50%;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
}

.hero-video__wrapper {
   height: 100%;
   position: absolute;
   top: 0;
   width: 100%;
}

.hero-video__wrapper-bg {
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   position: absolute;
   background-size: 100% 100%;
   background-position: center bottom -60px;
   background-repeat: no-repeat;
   z-index: 1;
   height: 100%;
   width: 100%;
}


.section-ai-hero p.above-title {
   display: flex;
   align-items: center;
   gap: 12px;
}

.section-ai-hero p.above-title img {
   width: 28px;
}

.section-ai-hero h1.general-title {
   margin-bottom: 25px;
}

.section-ai-hero h1.general-title span {
   color: #0995E3;
   background: linear-gradient(73deg, #FFF 0%, #0995E3 70%, #096BE1 90%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.section-ai-hero .btn--primary.request-demo {
   margin-top: 40px;
}

.section-ai-hero .col-text {
   padding-right: 70px;
}

/*Section logos*/
.section-ai-logos {
   padding-top: 0px;
   padding-bottom: 70px;
   overflow: hidden;
   background: #000;
}



.section-ai-logos p.title {
   margin-bottom: 20px !important;
}

.section-ai-logos .logo-grid {
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   /* gap: 40px;*/
   flex-shrink: 0;
   animation: 40s linear 0s infinite normal none running gjVuyO;
}

.logo-brands-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 20px;
   width: 200%;
   position: relative;
   left: -100%;
}

.section-ai-logos .logo-grid img {
   display: block;
   margin: 0 45px;
   max-height: 80px;
   width: 100%;
}

.section-ai-logos .logo-grid .logo-wrapper {
   display: flex;
   align-items: center;
   justify-self: center;
   margin: 0px 22px;
   /*flex: 1 0 6%;*/
}

.section-ai-logos .row-main {
   overflow: hidden;
   position: relative;
   width: calc(100% - 10px);
   margin-left: auto;
   margin-right: auto;
}

.section-ai-logos .row-main::before {
   content: '';
   display: block;
   height: 100%;
   width: 40px;
   left: 0;
   top: 0px;
   background: linear-gradient(to right, rgba(0 0 0), rgba(255, 255, 255, 0));
   position: absolute;
   z-index: 1000;
}

.section-ai-logos .row-main::after {
   content: '';
   display: block;
   height: 100%;
   width: 40px;
   right: 0;
   top: 0px;
   background: linear-gradient(to left, rgba(0 0 0), rgba(255, 2550, 255, 0));
   position: absolute;
   z-index: 1000;
}

@-webkit-keyframes gjVuyO {
   from {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
   }

   to {
      -webkit-transform: translateX(calc(-100%));
      -ms-transform: translateX(calc(-100%));
      transform: translateX(calc(-100%));
   }
}

@keyframes gjVuyO {
   from {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
   }

   to {
      -webkit-transform: translateX(calc(-100%));
      -ms-transform: translateX(calc(-100%));
      transform: translateX(calc(-100%));
   }
}

/* Section award */
.section-award {
   padding-top: 120px;
   padding-bottom: 120px;
   background-color: #f1f2f5;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/artificial-intelligence-page/grid.svg);
   background-size: 1593px 504px;
   background-repeat: repeat-x;
   background-position: bottom;
}
.section-award .general-title {
   margin-bottom: 38px;
   text-align: center;
}
.section-award .swiper-awards {
   padding: 12px;
   margin: -12px;
}
.section-award .swiper-slide {
   height: auto;
}
.section-award .award {
   background-color: #fff;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/artificial-intelligence-page/dots.svg);
   background-repeat: repeat-x;
   background-position: top;
   background-size: contain;
   padding: 32px 28px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   text-align: center;
   gap: 34px;
   font-size: 16px;
   font-weight: 400;
   color: #556171;
   height: 100%;
   width: 100%;
   box-shadow: 0px 0px 10px 0px rgba(98, 122, 153, 0.12);
}
.section-award .award p {
   text-wrap: pretty;
   color: #556171;
}
.section-award .award strong {
   color: #000
}
.section-award .award.with-bg {
   background-image: none;
   position: relative;
   overflow: hidden;
}
.section-award .award.with-bg::before {
   content: '';
   display: block;
   position: absolute;
   top: 20px;
   left: -18px;
   right: -18px;
   height: 100px;
   background-position: 100px center;
   background-blend-mode: luminosity;
   background-color: #fff;
   background-size: auto 94px;
   background-repeat: space;
   //filter: grayscale(100%);
   opacity: .09;
   z-index: 1;
}
.section-award .award img,
.section-award .award p {
   position: relative;
   z-index: 2;
   margin-bottom: 0;
}
.section-award .award img {
   max-height: 126px;
   max-width: 100%;
   width: auto;
   height: auto;
}

.section-award .swiper-pagination-bullet {
   width: 48px;
   height: 6px;
   border-radius: 6px;
   background-color: rgba(143, 168, 200, 0.40);
   margin: 3px;
   opacity: 1;
}
.section-award .swiper-pagination-bullet-active {
   background-image: linear-gradient(90deg, #0995E3 0%, #096BE1 100%);
   opacity: 1
}
@media (max-width: 1200px) {
   .section-award .swiper-awards {
      overflow: visible;
      margin: 0;
   }
   .section-award .award {
      padding: 32px;
   }
}
@media (max-width: 767px) {
   .section-award {
      padding-top: 40px;
      background-image: none;
   }
   .section-award .award {
      padding: 24px;
      font-size: 14px;
   }
}
@media (max-width: 500px) {
   .section-award .award img {
      max-height: 160px;
      max-width: 100%;
      width: auto;
      height: auto;
   }
}


/*Section AI integrate*/
.section-ai-integrate {
   padding-top: 120px;
   padding-bottom: 140px;
}

.section-ai-integrate .row-intro {
   margin-bottom: 80px;
}

.section-ai-integrate .container {
   position: relative;
}

.row-content-wrapper {
   position: relative;
}

.row-content.reversed .col-content {
   padding-left: 45px;
}

.row-content.reversed .col-animation {
   padding-right: 45px;
}

.row-content-wrapper .row-content {
   padding-top: 112px;
   padding-bottom: 112px;
   padding-left: 160px;
   padding-right: 160px;
   display: flex;
   /*border: 3px dashed #097EE3;*/
   border-radius: 330px;
   position: relative;
}

.row-content-wrapper .row-content:not(.reversed)::before {
   content: '';
   display: block;
   width: 30%;
   height: 107%;
   position: absolute;
   left: -6%;
   bottom: -2%;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
   transform: rotate(-20deg);
   border-bottom-left-radius: 218px;
}

.row-content-wrapper .row-content.reversed::before {
   content: '';
   display: block;
   width: 30%;
   height: 107%;
   position: absolute;
   right: -2%;
   top: -2%;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
   transform: rotate(-20deg);
}

.row-content-wrapper .row-content .inner-row {
   display: flex;
   align-items: center;
}

.row-content svg.border-svg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}

.row-content-wrapper .row-content:not(.reversed) {
   z-index: 6;
}

.row-content-wrapper .inner-wrapper .row-content:not(:first-child) {
   margin-top: -4px;
}

.row.row-content.reversed.image-type::after {
   content: '';
   width: calc(100% - 603px);
   left: 0;
   right: 0;
   margin: auto;
   position: absolute;
   height: 10px;
   background: white;
   top: -7px;
   z-index: 5;
}

.row-content.reversed .col-animation {
   order: -1;
}

.row-content p.title {
   display: flex;
   align-items: center;
   gap: 16px;
   font-size: 24px;
   line-height: 32px;
   font-weight: 600;
   margin-bottom: 24px;
}

.row-content p.text {
   color: #556171;
   margin-bottom: 24px;
}

.row-content img.title-icon {
   max-width: 44px;
}

.row-content .bullet {
   min-width: 11px;
   width: 11px;
   min-height: 11px;
   height: 11px;
   display: block;
   background: #0976E2;
   border-radius: 50%;
}

.row-content .list-items-wrapper {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.row-content .list-items-wrapper .list-item {
   display: flex;
   align-items: center;
   gap: 20px;
}

/*Row content animation*/
.animated-svg {
   width: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}

.animated-svg.reflect {
   transform: rotate(-180deg);
}

.main-ai-logo {
   width: 100px;
   min-width: 100px;
   height: 100px;
   min-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   z-index: 10;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   bottom: -50px;
}

.main-ai-logo::before {
   content: '';
   background: rgba(9, 126, 227, 0.10);
   position: absolute;
   inset: 0;
   margin: auto;
   border-radius: 50%;
   z-index: -1;
   animation: pulsate 2s infinite;
}

@keyframes pulsate {
   0% {
      transform: scale(1);
      background: rgba(9, 126, 227, 0.10);
   }

   50% {
      transform: scale(1.1);
      background: rgba(9, 126, 227, 0.20);
   }

   100% {
      transform: scale(1);
      background: rgba(9, 126, 227, 0.10);
   }
}

.svg-wrapper {
   stroke-dasharray: 6 6;
}

.background-wrapper {
   position: absolute;
   inset: 0;
   margin: auto;
   border-radius: 330px;
   z-index: -4;
   border: 3px dashed #097EE3;
}

.background-effect {
   content: '';
   display: block;
   position: absolute;
   left: -5px;
   top: -5px;
   right: -5px;
   bottom: -5px;
   margin: auto;
   background-color: transparent;
   border-radius: 330px;
   z-index: -3;

}

.row-content:not(.reversed) .background-effect {
   -moz-transform: scale(-1, 1);
   -webkit-transform: scale(-1, 1);
   -o-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
}

.row-content .svg-wrap {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   background: white;
   width: 15px;
}

.row-content:not(.reversed) .svg-wrap.zero {
   bottom: 50%;
   left: -5px;
   z-index: -3;
   transform: rotate(-90deg);
}


.row-content:not(.reversed) .svg-wrap.one {
   top: -5px;
   left: 21%;
   z-index: -3;
}

.row-content:not(.reversed) .svg-wrap.two {
   top: -5px;
   left: 50%;
   z-index: -3;
}

.row-content:not(.reversed) .svg-wrap.three {
   top: -5px;
   left: 77.8%;
   z-index: -3;
}

.row-content:not(.reversed) .svg-wrap.four {
   bottom: 50%;
   right: -6px;
   z-index: -3;
   transform: rotate(90deg);
}

.row-content:not(.reversed) .svg-wrap.five {
   bottom: -5px;
   right: 21%;
   z-index: -3;
   transform: rotate(180deg);
}

.row-content:not(.reversed) .svg-wrap.six {
   bottom: -5px;
   right: 76.5%;
   z-index: -3;
   transform: rotate(180deg);
}

.row-content.reversed .svg-wrap.one.reversed {
   top: 50%;
   left: -6px;
   z-index: -3;
   position: absolute;
   transform: rotate(90deg);
}

.row-content.reversed .svg-wrap.two.reversed {
   bottom: -5px;
   left: 21.5%;
   z-index: -3;
   position: absolute;
}

.row-content.reversed .svg-wrap.three.reversed {
   bottom: -5px;
   left: 50%;
   z-index: -3;
   position: absolute;
}

.row-content.reversed .svg-wrap.four.reversed {
   bottom: -5px;
   left: 78%;
   z-index: -3;
   position: absolute;
}

.row-content.reversed .svg-wrap.five.reversed {
   right: -6px;
   bottom: 50%;
   z-index: -3;
   position: absolute;
   transform: rotate(-90deg);
}


/*Section AI EMBEED*/
.section-ai-embedded {
   padding-top: 140px;
   padding-bottom: 140px;
   background: #000;
   overflow: hidden;
}

.section-ai-embedded .container {
   position: relative;
   z-index: 10;
}

.section-ai-embedded::before {
   content: '';
   display: block;
   border-radius: 1866px;
   background: #071525;
   filter: blur(190px);
   height: 120%;
   width: 100%;
   position: absolute;
   top: -30%;
}

.section-ai-embedded::after {
   content: '';
   display: block;
   width: 100%;
   max-width: 1470px;
   margin-left: auto;
   margin-right: auto;
   height: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/artificial-intelligence-page/ai-embedd-bg.png);
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: 20% 100%;
   z-index: 2;
}

.section-ai-embedded .col-text {
   padding-left: 45px;
}

.section-ai-embedded .col-title .border {
   width: 215px;
   height: 1px;
   background: white;
   display: block;
   margin-top: 60px;
}

.section-ai-embedded .row-main {
   margin-top: 130px;
}

.section-ai-embedded .content-boxes-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   gap: 80px;
}

.section-ai-embedded .content-box img.icon {
   width: 64px;
}

.section-ai-embedded .content-box p.title {
   font-size: 24px;
   line-height: 32px;
   font-weight: 600;
   margin-top: 20px;
   margin-bottom: 24px;
}

.section-ai-embedded .content-box p.text {
   font-size: 14px;
   line-height: 22px;
}

.swiper-testimonials .testimonial-box {
   background: #F1F2F5;
   padding: 30px 40px;
}

.swiper-testimonials img.testimonial-logo {
   max-height: 20px;
   width: auto;
   margin-right: auto;
   margin-top: 20px;
}

/*Section AI Automation*/
.section-ai-automation {
   padding-top: 120px;
   padding-bottom: 120px;
   overflow: hidden;
}

.section-ai-automation h2.general-title {
   margin-top: 43px;
   margin-bottom: 24px !important;
}

.section-ai-automation .btn--primary.request-demo {
   margin-top: 48px;
}

.testimonial-box img.single-success-stories-quote-box__quote-sign {
   max-width: 54px;
}

.section-ai-automation .row-main {
   margin-top: 80px;
   position: relative;
}

.section-ai-automation .row-main::before {
   content: '';
   background: white;
   width: 200%;
   height: 100%;
   display: block;
   position: absolute;
   left: -200%;
   z-index: 10;
}


.swiper-testimonials {
   overflow: visible;
}

.testimonials-wrapper {
   position: relative;
}

.swiper-testimonials .swiper-button-prev-custom {
   position: absolute;
   top: 20px;
   bottom: 0;
   margin-top: auto;
   margin-bottom: auto;
   z-index: 10;
   left: 10px;
}

.swiper-testimonials .swiper-button-next-custom {
   position: absolute;
   top: 20px;
   bottom: 0;
   margin-top: auto;
   margin-bottom: auto;
   z-index: 10;
   right: 10px;
}

.swiper-testimonials .swiper-slide {
   height: auto;
}

.swiper-testimonials .testimonial-box {
   background: #F1F2F5;
   height: 100%;
   padding: 30px 40px;
   display: flex;
   align-items: flex-start;
   gap: 36px;
}

.swiper-testimonials p.text {
   position: relative;
   top: -2px;
   color: #212F41;
}

.swiper-testimonials .content {
   height: 100%;
   display: flex;
   flex-direction: column;
}

.swiper-testimonials p.author {
   font-weight: 600;
   color: #000;
   margin-top: auto;
}

.swiper-testimonials .swiper-button-next-custom,
.swiper-testimonials .swiper-button-prev-custom {
   cursor: pointer;
   transition: all 0.3s;
}

.swiper-testimonials .swiper-button-next-custom:hover,
.swiper-testimonials .swiper-button-prev-custom:hover {
   transform: translateY(-3px);
}

/*Section Solutions*/
.section-marketpage-centric-solutions {
   background: #000;
   padding-top: 160px;
   padding-bottom: 100px;
   position: relative;
   overflow: hidden;
}


.section-marketpage-centric-solutions .container {
   position: relative;
   z-index: 10;
}

.section-marketpage-centric-solutions::before {
   content: '';
   width: 100%;
   height: 99%;
   display: block;
   position: absolute;
   top: -35%;
   border-radius: 1866.667px;
   opacity: 0.65;
   background: #071525;
   filter: blur(190px);
}

.section-marketpage-centric-solutions p.above-title {
   margin-bottom: 40px;
}

.section-marketpage-centric-solutions h2.general-title {
   margin-bottom: 20px;
}

.section-marketpage-centric-solutions .row-intro p.larger {
   font-size: 22px;
   line-height: 34px;
}

.section-marketpage-centric-solutions .row-main {
   margin-top: 80px;
   position: relative;
}

.section-marketpage-centric-solutions .row-main:not(.grid-type)::before {
   content: '';
   display: block;
   height: 100%;
   width: 430px;
   left: 0;
   top: 0;
   background: linear-gradient(to right, rgba(0 0 0), rgba(255, 255, 255, 0));
   position: absolute;
   z-index: 1000;
   pointer-events: none;
   display: none;
}

.section-marketpage-centric-solutions .row-main:not(.grid-type)::after {
   content: '';
   display: block;
   height: 100%;
   width: 430px;
   right: 0;
   top: 0;
   background: linear-gradient(to left, rgba(0 0 0), rgba(255, 2550, 255, 0));
   position: absolute;
   z-index: 1000;
   pointer-events: none;
   display: none;
}

.section-marketpage-centric-solutions .container-swiper {
   max-width: 1500px;
   width: 100%;
   margin: 0 auto;
   padding-left: 30px;
   padding-right: 30px;
}

.marketpage-slider__container {
   overflow: visible;
}

.marketpage-slider-box.swiper-slide {
   height: auto;
   overflow: hidden;
}

.marketpage-slider-box img.icon {
   max-height: 30px;
   width: auto;
}

.marketpage-slider-box {
   position: relative;
   background: #061425;
   background: linear-gradient(270deg, #061425 0%, #06111E 53.57%);
   padding: 33px 22px;
   transition: background 0.3s !important;
}

.marketpage-slider-box::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(270deg, #061425 0%, #06111E 53.57%);
   z-index: 0;
   transition: opacity 0.3s !important;
   opacity: 0;
}

.marketpage-slider-box:hover::before {
   background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%), linear-gradient(270deg, #061425 0%, #06111E 53.57%);
   opacity: 1;
}

.marketpage-slider-box:hover p.text,
.marketpage-slider-box:hover a.learn-more-transparent {
   opacity: 1;
}

.marketpage-slider-box h3 {
   font-weight: 600;
   margin-top: 40px;
   margin-bottom: 16px;
}

.marketpage-slider-box p.text {
   color: #FFF;
   margin-bottom: 26px;
   font-size: 16px;
   line-height: 24px;
   opacity: 0.6;
   transition: all 0.3s;
}

.marketpage-slider-box a.learn-more-transparent {
   color: white;
   letter-spacing: 0.32px;
   margin-top: auto;
   opacity: 0.6;
   transition: all 0.3s;
}

.marketpage-slider__navigation {
   margin-left: auto;
   margin-right: auto;
   margin-top: 80px;
   max-width: 1200px;
   display: flex;
   justify-content: space-between;
   width: 100%;
}

.marketpage-slider__navigation img {
   cursor: pointer;
   max-width: 50px;
   z-index: 1001;
   transition: all 0.3s;
}

.marketpage-slider__navigation img:not(.unactive):hover,
.marketpage-slider__navigation img:not(.swiper-button-disabled):hover {
   opacity: 0.8;
}

.marketpage-slider__container .marketpage-slider-box .inner {
   height: 100%;
   position: relative;
   z-index: 10;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.marketpage-slider__arrow--prev {
   transform: rotate(180deg);
}

.marketpage-slider__arrow {
   transition: transform 0.5s ease;
}

.marketpage-slider__arrow.swiper-button-disabled,
.marketpage-slider__arrow.unactive {
   pointer-events: none;
   opacity: 0.4;
}


/*Grid version*/
.marketpage-grid {
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 32px;
}

.section-marketpage-centric-solutions .container.grid-type {
   max-width: 1262px;
}

.section-marketpage-centric-solutions .container.grid-type .marketpage-slider-box.swiper-slide .inner {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   height: 100%;
}

@media (max-width: 1300px) {
   .section-marketpage-centric-solutions .container.grid-type {
      padding: 0px 40px;
   }
}

@media (max-width: 1100px) {
   .marketpage-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}




/*Section CTA*/
.section-ai-cta {
   padding-top: 104px;
   padding-bottom: 104px;
   background: #096BE1;
   background: linear-gradient(267.29deg, #096BE1 0%, #004AB9 100%);
   position: relative;
   overflow: hidden;
}

.section-ai-cta .row-intro {
   max-width: 770px;
   margin-left: auto;
   margin-right: auto;
}

.section-ai-cta:after {
   content: '';
   display: block;
   width: 110%;
   height: 130%;
   left: -5%;
   top: 10%;
   background: #1F7EF6;
   opacity: .2;
   filter: blur(150px);
   transform: matrix(1, 0, 0, -1, 0, 0);
   position: absolute;
   pointer-events: none;
}

.section-ai-cta .container {
   position: relative;
   z-index: 10;
   max-width: 1260px !important;
}


.section-ai-cta h2.general-title {
   margin-bottom: 24px !important;
   color: #e1eeff;
}

.section-ai-cta h2.general-title span {
   color: white;
}

.section-ai-cta p.text {
   color: #e1eeff;
}

.section-ai-cta p.text span {
   color: white;
}

.section-ai-cta .request-demo-link {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   display: flex;
   align-items: center;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   color: white;
   cursor: pointer;
   margin-top: 24px;
}

.section-ai-cta .request-demo-link img {
   width: auto;
   position: relative;
   left: 0;
   margin-left: 10px;
   transition: all 0.3s ease-in-out;
}

.section-ai-cta .request-demo-link:hover img {
   left: 10px;
}

/*Section resources / Posts*/
.section-assortment-resources {
   padding-top: 120px;
   padding-bottom: 120px;
}

.section-assortment-resources .row-main {
   margin-top: 80px;
}

.section-assortment-resources .specific-posts .specific-posts-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   gap: 48px;
}


.learn-more-post .dt-img {
   position: relative;
}

.learn-more-post .dt-img img {
   transition: transform 0.5s ease;
}

.learn-more-post:hover .dt-img img {
   transform: scale(1.1);
}

.learn-more-post p.tag {
   background: rgba(183, 187, 188, 0.24);
   /*backdrop-filter: blur(8px);*/
   color: white;
   width: max-content;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   padding: 4px 12px;
   border-radius: 20px;
   position: absolute;
   left: 4%;
   bottom: 8%;
   margin-bottom: 0px;
}

.learn-more-post p.tag .blur {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-backdrop-filter: blur(8px);
   backdrop-filter: blur(8px);
   z-index: 1;
   border-radius: 20px;
}

.learn-more-post p.tag .title {
   position: relative;
   z-index: 10;
}

.learn-more-post p.title {
   font-weight: 400;
   font-size: 22px;
   line-height: 34px;
   color: #212F41;
   margin-top: 32px;
   margin-bottom: 0px;
}

.learn-more-post .read-more {
   margin-top: 26px;
   display: flex;
   align-items: center;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: .02em;
   text-transform: uppercase;
   color: #000;
   transition: color 0.1s ease-in 0s, transform 0.25s ease-in-out 0s;
}

.learn-more-post svg {
   position: relative;
   left: 0;
   margin-left: 12px;
   transition: transform 0.5s ease;
}

.learn-more-post .read-more:hover {
   transform: translateX(3px);
}

.learn-more-post .read-more:hover svg {
   transform: translateX(12px);
}

.learn-more-post svg path {
   transition: all 0.3s ease-in-out;
}

.specific-posts {
   display: none !important;
}

.specific-posts.active {
   display: block !important;
}

.specific-posts.active .specific-posts-wrapper {
   display: grid !important;
}

.load-more-wrapper {
   margin-top: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.load-more-wrapper .load-more-button {
   display: inline-block;
   padding: 6px 20px;
   border-radius: 30px;
   color: #ffffff;
   background: #212F41;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   font-weight: 400;
   cursor: pointer;
   transition: background .2s;
}

.load-more-button:hover {
   background: #000000;
}

.specific-posts.active .learn-more-post:nth-child(n+7) {
   display: none;
}

.specific-posts.active.show-more .learn-more-post:nth-child(n+7) {
   display: block;
}

.posts-navigation:not(.disabled-navigation) {
   display: flex;
   gap: 40px;
   margin-bottom: 50px;
   -ms-overflow-style: none;
   scrollbar-width: none;
}

.posts-navigation::-webkit-scrollbar {
   display: none;
}

.posts-navigation .item-nav {
   cursor: pointer;
   transition: all 0.3s;
   min-width: max-content;
}

.posts-navigation .item-nav .nav-title {
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   letter-spacing: 0.02em;
}

.posts-navigation .item-nav.active .nav-title {
   font-weight: 600;
}

.posts-navigation .item-nav .border {
   display: block;
   width: 100%;
   height: 2px;
   background: #E1EEFF;
   margin-top: 12px;
   transition: all 0.3s;
}

.posts-navigation .item-nav.active .border,
.posts-navigation .item-nav:hover .border {
   background: #0995E3;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
}


/*Responsive*/

@media (max-width: 1600px) {

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::after {
      width: 350px;
   }

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::before {
      width: 250px;
   }

   .row.row-content.reversed.image-type::after {
      width: 53.25vw;
   }
}


@media (max-width: 1500px) {
   h1.general-title {
      font-size: 40px;
      line-height: 52px;
   }
}

@media (max-width:1450px) {

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::after {
      width: 250px;
   }

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::before {
      width: 150px;
   }

}

@media (max-width: 1250px) {
   .swiper-testimonials .swiper-button-next-custom {
      top: auto;
      bottom: -65px;
      right: 10px;
   }

   .marketpage-slider__container,
   .marketpage-slider__navigation {
      padding: 0px 30px;
   }

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::after {
      width: 150px;
   }

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::before {
      width: 50px;
   }

   .section-marketpage-centric-solutions .container-swiper {
      padding-left: 0;
      padding-right: 0;
   }


}

@media (max-width: 1200px) {
   .row-content-wrapper .row-content {
      border-radius: 100px;
      margin-left: 0px;
      margin-right: 0px;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 100px;
      padding-right: 100px;
   }

   .row.row-content.reversed.image-type::after {
      width: 83vw;
   }

   .row-content-wrapper .row-content.reversed::before {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
      transform: rotate(0deg);
   }

   .row-content-wrapper .row-content:not(.reversed)::before {
      bottom: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      transform: rotate(0deg);
      border-bottom-left-radius: 0;
   }

   .section-ai-embedded .content-boxes-wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 40px;
   }

   .section-ai-embedded .row-main {
      margin-top: 80px;
   }
}

@media (max-width: 1050px) {
   .row.row-content.reversed.image-type::after {
      width: 80vw;
   }
}

.d-none {
   display: none !important;
}

.d-block {
   display: block !important;
}

.d-flex {
   display: flex !important;
}

.d-grid {
   display: grid !important;
}

@media (min-width: 992px) {
   .d-md-grid {
      display: grid !important;
   }

   .d-md-block {
      display: block !important;
   }

   .d-md-flex {
      display: flex !important;
   }

   .d-md-none {
      display: none !important;
   }

   .d-md-block {
      display: block !important;
   }
}

@media (max-width: 991px) {
   #top-right.hybrid-menu {
      background: #000 !important;
   }

   .page-content-wrap {
      overflow: hidden;
   }

   .col-md-5,
   .col-md-6,
   .col-md-7 {
      width: 100%;
      flex-basis: 100%;
   }


   p.larger {
      font-size: 16px;
      line-height: 24px;
   }

   .row {
      flex-direction: column;
      display: flex;
   }

   h1.general-title {
      font-size: 24px;
      line-height: 32px;
   }



   h2.general-title,
   h2.general-title.smaller {
      font-size: 24px;
      line-height: 32px;
   }

   h3.general-title {
      font-size: 20px;
      line-height: 26px;
   }

   h2.general-title br {
      display: none;
   }

   .section-ai-hero {
      display: flex;
      flex-direction: column;
      min-height: auto;
      padding-top: 80px;
      padding-bottom: 50px;
   }

   .video-container,
   .video-container video {
      position: relative;
      width: 100%;
      display: block;
      height: 500px;
   }

   .section-ai-hero p.above-title {
      font-size: 14px;
      line-height: 22px;
   }

   .section-ai-hero h1.general-title {
      margin-bottom: 16px;
   }

   .section-ai-hero .btn--primary.request-demo {
      margin-top: 32px;
   }

   .section-ai-hero .col-text {
      padding-right: inherit;
   }

   .section-ai-logos .row-main::before {
      background: linear-gradient(to right, rgb(0 0 0), rgba(255, 255, 255, 0));
   }

   .section-ai-logos .row-main::after {
      background: linear-gradient(to left, rgb(0 0 0), rgba(255, 255, 255, 0));
   }

   .section-ai-logos .logo-brands-wrapper {
      width: 100%;
      left: 0;
   }

   .section-ai-logos .row-main::after,
   .section-ai-logos .row-main::before {
      display: none;
   }

   .section-ai-logos .logo-grid {
      /*animation: 35s linear 0s infinite normal none running gjVuyO;*/
      animation: none;
      transition: none;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      gap: 6px 10px;
      flex-shrink: unset;
   }

   .section-ai-logos .logo-grid img {
      margin: 0 auto;
      max-height: 50px;
      width: auto;
      max-width: 100%;
      margin-top: auto;
      margin-bottom: auto;
   }

   .section-ai-automation {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-ai-automation .col-image {
      order: -1;
      margin-bottom: 30px;
   }

   .section-ai-automation h2.general-title {
      margin-top: 0;
      margin-bottom: 16px !important;
   }

   .section-ai-automation .row-main {
      margin-top: 60px;
   }

   .section-ai-automation .btn--primary.request-demo {
      margin-top: 24px;
   }

   .swiper-testimonials .testimonial-box {
      padding: 24px;
      gap: 14px;
      flex-direction: column;
   }

   .swiper-testimonials .swiper-button-next-custom {
      display: none;
   }

   .testimonial-box img.single-success-stories-quote-box__quote-sign {
      max-width: 40px;
   }

   .swiper-testimonials .swiper-slide {
      transition: all 0.3s;
   }

   .swiper-testimonials .swiper-slide.swiper-slide-next {
      opacity: 0.6;
   }

   .section-ai-integrate {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-marketpage-centric-solutions {
      padding-top: 80px;
      padding-bottom: 80px;
   }



   .section-marketpage-centric-solutions .row-main {
      margin-top: 80px;
   }

   .section-marketpage-centric-solutions p.above-title {
      margin-bottom: 30px;
   }

   .section-marketpage-centric-solutions h2.general-title {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 30px;
   }

   .section-marketpage-centric-solutions .row-main:not(.grid-type)::before,
   .section-marketpage-centric-solutions .row-main:not(.grid-type)::after {
      display: none;
   }

   .section-marketpage-centric-solutions .container.grid-type {
      padding: 0 0px;
   }

   .section-marketpage-centric-solutions .row-intro p.larger {
      font-size: 18px;
      line-height: 28px;
   }

   .section-assortment-resources {
      padding-top: 80px;
      padding-bottom: 150px;
   }

   .learn-more-post p.title {
      font-size: 18px;
      line-height: 28px;
      margin-top: 24px;
   }

   .learn-more-post .read-more {
      margin-top: 14px;
      font-size: 14px;
   }

   .section-assortment-resources .row-main {
      margin-top: 30px;
   }

   .section-ai-cta {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-ai-cta h2.general-title {
      margin-bottom: 16px !important;
   }

   .row-content-wrapper .row-content {
      border: 2px dashed #097EE3;
      border-radius: 30px;
      margin-left: -8px;
      margin-right: -8px;
      padding-top: 38px;
      padding-bottom: 38px;
      padding-left: 32px;
      padding-right: 32px;
   }

   .row-content-wrapper .row-content {
      padding-bottom: 90px;
   }

   .row-content-wrapper .background-effect,
   .row-content-wrapper .background-wrapper {
      display: none !important;
   }

   .row-content-wrapper .row-content.reversed {
      padding-top: 90px;
   }

   .row-content.reversed .col-content {
      padding-left: 0px;
   }

   .row.row-content.reversed.image-type::after {
      width: 100%;
      top: -9px;
   }

   .section-ai-integrate .row-intro h2.general-title {
      text-align: left;
   }

   .section-ai-integrate .row-intro {
      margin-bottom: 60px;
   }

   .row-content-wrapper .row-content:not(.reversed)::before {
      width: 60%;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
   }

   .row-content-wrapper .row-content.reversed::before {
      width: 60%;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
   }

   .section-ai-embedded {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-ai-embedded .col-title .border {
      display: none;
   }

   .section-ai-embedded .col-text {
      padding-left: 15px;
      padding-top: 30px;
   }

   .section-ai-embedded .row-main {
      margin-top: 40px;
   }

   .section-ai-embedded::after {
      display: none;
   }

   .section-ai-embedded .content-box img.icon {
      width: 53px;
   }

   .section-ai-embedded .content-box p.title {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px;
   }

   .section-ai-embedded .content-box {
      background: rgba(255, 255, 255, 0.08);
      padding: 24px 16px 30px 16px;
      height: 100%;
   }

   .section-ai-embedded .swiper-content-boxes {
      overflow: visible;
   }

   .section-ai-embedded .swiper-content-boxes .swiper-slide {
      height: auto;
   }

   .section-marketpage-centric-solutions .row-intro .col.text-center {
      text-align: left;
   }

   .row-content .svg-wrap {
      display: none !important;
   }
}


@media (min-width: 769px) {
   .specific-posts.mobile {
      display: none !important;
   }
}


@media (min-width: 769px) and (max-width: 991px) {
   .section-marketpage-centric-solutions .container-swiper {
      width: 750px !important;
   }
}

@media (max-width: 768px) {
   .container {
      padding-right: 24px;
      padding-left: 24px;
   }

   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-12 {
      padding: 0px;
   }

   .col {
      padding-right: 0px;
      padding-left: 0px;
   }

   .row {
      margin-right: 0px;
      margin-left: 0px;
   }

   p,
   p.larger {
      font-size: 14px;
      line-height: 20px;
   }

   .section-award .text {
      text-align: center;
   }

   .specific-posts.mobile.active {
      display: block !important;
   }

   .specific-posts.desktop,
   .specific-posts.desktop.active {
      display: none !important;
   }



   .video-container,
   .video-container video {
      height: 400px;
   }

   .section-ai-logos .row-main::before .section-ai-logos .row-main::after {
      display: none;
   }

   .section-ai-logos .row-main {
      width: 100%;
      /*margin-left: -25px;
      margin-right: -25px;*/
   }

   .section-ai-automation {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-ai-automation .row-main {
      margin-top: 32px;
   }

   .section-ai-integrate {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-marketpage-centric-solutions {
      padding-top: 40px;
      padding-bottom: 60px;
   }

   .section-marketpage-centric-solutions .row-main {
      margin-top: 60px;
   }

   .section-marketpage-centric-solutions .row-intro p.larger {
      font-size: 16px;
      line-height: 24px;
   }

   .section-assortment-resources {
      padding-top: 40px;
      padding-bottom: 70px;
   }

   .learn-more-post p.tag {
      font-size: 12px;
      padding: 2px 12px;
   }

   .posts-navigation:not(.disabled-navigation) {
      display: flex;
      gap: 24px;
      margin-bottom: 30px;
   }

   .posts-navigation .item-nav .nav-title {
      font-size: 12px;
      line-height: 24px;
   }

   .swiper-related-posts .swiper-pagination {
      padding-top: 13px;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #0250BF !important;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 8px;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet {
      background: #E8EDF9 !important;
      opacity: 1;
   }

   .section-ai-cta {
      padding-top: 60px;
      padding-bottom: 60px;
   }


   .row-content img.title-icon {
      max-width: 36px;
   }

   .row-content p.title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px;
   }

   .row-content p.text {
      margin-bottom: 20px;
   }

   .section-ai-integrate {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-ai-integrate .row-intro {
      margin-bottom: 40px;
   }

   .section-ai-embedded {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .row-content .list-items-wrapper .list-item p {
      font-size: 16px;
      line-height: 24px;
   }

   .section-ai-embedded .col-text {
      padding-left: 0;
   }

   .section-marketpage-centric-solutions .row-intro p.larger {
      font-size: 14px;
      line-height: 22px;
   }

   .section-ai-automation p.larger {
      font-size: 16px;
      line-height: 24px;
   }

}


@media (max-width: 576px) {
   .container:not(.container-with-swiper) {
      width: 100% !important;
   }

   .section-ai-logos {
      padding-bottom: 40px;
   }

   .section-ai-logos p.title {
      margin-bottom: 10px !important;
      font-size: 12px;
      line-height: 18px;
   }

   .section-ai-automation {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-ai-cta {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-ai-integrate {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-ai-integrate .row-intro {
      margin-bottom: 28px;
   }

   .section-ai-embedded {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-ai-embedded .row-main {
      margin-top: 32px;
   }

   .section-ai-embedded .col-text {
      padding-top: 16px;
   }

   .section-marketpage-centric-solutions p.above-title {
      margin-bottom: 16px;
   }

   .section-marketpage-centric-solutions h2.general-title {
      margin-bottom: 16px;
   }

   .section-marketpage-centric-solutions .row-main {
      margin-top: 32px;
   }

   .marketpage-slider__navigation {
      margin-top: 40px;
   }

}


/* UU adjustments */
.section-ai-logos .col-md-6 {
   width: 100%;
}

@media (min-width: 992px) {
   .section-ai-hero .video-container {
      width: 40%;
   }
   .section-ai-hero .col-md-6 {
      width: 60%;
   }
   .section-ai-logos .title.larger {
      margin-top: 20px;
   }
}



/* Centric solutions NEW DESIGN */
.section-marketpage-centric-solutions.new-design::before {
   top: 0;
}
.section-marketpage-centric-solutions.new-design p.above-title {
   margin-bottom: 24px;
   font-size: 18px;
   line-height: 24px; /* 133.333% */
   letter-spacing: 0.36px;
}
.section-marketpage-centric-solutions.new-design .row-main {
   margin-top: 118px;
   position: relative;
}
.section-marketpage-centric-solutions.new-design .row-main {
   margin-top: 80px;
}

.section-marketpage-centric-solutions.new-design .row-main:not(.grid-type)::before {
   content: '';
   display: block;
   height: 100%;
   top: 0;
   background: linear-gradient(to right, rgba(0 0 0), rgba(0, 0, 0, 0));
   position: absolute;
   z-index: 1000;
   pointer-events: none;
   width: 200px;
   left: 0;
}
.section-marketpage-centric-solutions.new-design .row-main:not(.grid-type)::after {
   content: '';
   display: block;
   height: 100%;
   top: 0;
   background: linear-gradient(to left, rgba(0 0 0), rgba(0, 0, 0, 0));
   position: absolute;
   z-index: 1000;
   pointer-events: none;
   width: 200px;
   right: 0;
}
@media (max-width: 1024px) {
   .section-marketpage-centric-solutions.new-design .row-main:not(.grid-type)::before,
   .section-marketpage-centric-solutions.new-design .row-main:not(.grid-type)::after {
      width: 60px;
   }
}
.new-design .marketpage-slider-box {
   background: rgba(98, 122, 153, 0.2);
}
.new-design .marketpage-slider-box::after {
   content: '';
   border-radius: 466.195px;
   background: rgba(0, 69, 255, 0.80);
   box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
   filter: blur(180px);
   opacity: 0.5;
   position: absolute;
   top: 0;
   height: 100%;
   width: 80%;
   right: -20%;
   pointer-events: none;
}
.new-design .marketpage-slider-box h3 {
   font-size: 20px !important;
   line-height: 132% !important;
}

.new-design .marketpage-slider-box p.text {
   font-size: 14px;
   font-weight: 400;
   line-height: 24px; /* 171.429% */
   color: #F4F3F1;
   opacity: 1;
}
.new-design .marketpage-slider-box a.learn-more-transparent {
   opacity: 1;
}
@media (max-width: 991px) {
   .section-marketpage-centric-solutions.new-design p.above-title {
      margin-bottom: 24px;
   }
   .section-marketpage-centric-solutions.new-design h2.general-title {
      margin-bottom: 24px;
   }
}