/*
Visual Boards Parent v2 2023
*/
/*Top bar*/
.notification-top-bar {
   /*   z-index: 100000;*/
   /*background: #0967b8;*/
   position: relative;
   color: white;
   display: flex;
   padding: 15px 50px !important;
   text-align: center !important;
   justify-content: center !important;
   position: absolute;
   top: -100px;
   left: 0;
   width: 100%;
   transition: all 0.5s;
   visibility: hidden;
   opacity: 0;
}

.notification-top-bar::before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: linear-gradient(267.29deg, rgba(9, 149, 227, 1) 0%, rgba(9, 107, 225, 1) 100%);
   opacity: .8;
   transition: all 0.3s;
   z-index: 1;
   pointer-events: none;
}

.notification-top-bar:hover::before {
   opacity: 1;
}

.notification-top-bar.active {
   visibility: visible;
   opacity: 1;
   top: 100px;
}

body.top-bar-active .section-visual-boards-hero {
   padding-top: 240px;
}

.notification-top-bar p,
.notification-top-bar a {
   color: white;
   font-size: 14px;
}

.notification-top-bar .inner {
   display: flex;
   align-items: center;
   gap: 20px;
   justify-content: space-between;
   z-index: 2;
}

.notification-top-bar .text-wrapper {
   display: flex;
   align-items: center;
   gap: 20px;
}


.notification-top-bar a {
   text-transform: uppercase;
   color: white;
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   display: flex;
   align-items: center;
}

.notification-top-bar img {
   width: auto !important;
}

.notification-top-bar a img {
   position: relative;
   transition: all 0.3s;
   margin-left: 10px;
   left: 0;
}

.notification-top-bar a:hover img {
   left: 12px;
}

.notification-top-bar .close-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 31px;
   min-width: 31px;
   height: 31px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 26px;
   margin-top: auto;
   margin-bottom: auto;
   background: rgba(255, 255, 255, .3);
   border-radius: 50%;
   cursor: pointer;
   transition: all 0.3s;
   z-index: 5;
}

.top-bar-wrapper .close-wrapper:hover {
   opacity: .8;
}

.section-visual-boards-hero {
   transition: padding-top 0.5s ease-in-out !important;
}


/*Navigation*/

@media (min-width: 992px) {
   #top-right.hybrid-menu {
      background: #000 !important;
      z-index: 10010 !important;
   }

   body.start-animation #top-right.hybrid-menu,
   body.fading-out-animation #top-right.hybrid-menu {
      z-index: 999 !important;
   }

   .mega-menu {
      z-index: 10100 !important;
   }
}

/* #top-right.hybrid-menu.top-right-collapse {
   display: none !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;
}

body:not(.start-animation) .hamburger {
   z-index: 10101;
}

/*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: 40px;
   line-height: 52px;
   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;
}

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 anim image*/
.animation-wrapper {
   position: relative;
}

/*.animation-wrapper .image-type {
   position: relative;
}*/

.animation-wrapper .image-type img {
   width: auto;
   position: absolute;
}

.animation-wrapper .image-type img.lines-one {
   max-height: 20vw;
   max-height: 400px;
   min-height: 400px;
   left: 0;
   top: 0;
   bottom: 0;
   margin-top: auto;
   margin-bottom: auto;
   opacity: 0;
}

.animation-wrapper .image-type img.lines-two {
   max-height: 25vw;
   max-height: 490px;
   min-height: 490px;
   right: 0;
   top: 0;
   bottom: 0;
   margin-top: auto;
   margin-bottom: auto;
   opacity: 0;
}

.animation-wrapper .image-type img.labels {
   height: 20vw;
   max-height: 380px;
   inset: 0;
   margin: auto;
   opacity: 0;
}

.animation-wrapper .image-type img.around-img {
   height: 28vw;
   max-height: 500px;
   inset: 0;
   margin: auto;
   opacity: 0;
}

.animation-wrapper .image-type img.main-anim-img {
   height: 38vw;
   max-height: 700px;
   inset: 0;
   margin: auto;
   opacity: 0;

}

.section-visual-boards-hero.active-animation .lines-one,
.section-visual-boards-hero.active-animation .lines-two {
   animation: fadeinMain2 0.4s forwards;
}

.section-visual-boards-hero.active-animation .labels {
   animation: fadeinMain 0.6s forwards;
}

.section-visual-boards-hero.active-animation img.main-anim-img {
   animation: fadeinMain 0.5s forwards;
   opacity: 1;
   z-index: 5;
}

.section-visual-boards-hero.active-animation img.around-img {
   animation: fadeinMain 0.8s forwards;
   opacity: 1;
}

.section-visual-boards-hero.active-animation .around-img-wrapper

/*.section-visual-boards-hero.active-animation .around-img-wrapper-two*/
   {
   animation: float 4s ease-in-out infinite;
   /* position: relative;
   z-index: 6;*/
   position: absolute;
   inset: 0;
   margin: auto;
   z-index: 6;
}

.section-visual-boards-hero.active-animation .around-img-wrapper-two {
   position: absolute;
   inset: 0;
   margin: auto;
   z-index: 6;
}

.section-visual-boards-hero.active-animation .around-img-wrapper-two .around-three-d.one {
   animation: float 4s ease-in-out infinite;
}

.section-visual-boards-hero.active-animation .around-img-wrapper-two .around-three-d.two {
   animation: float2 3s ease-in-out infinite;
}

.section-visual-boards-hero.active-animation .around-img-wrapper-two .around-three-d.three {
   animation: float3 4s ease-in-out infinite;
}

.section-visual-boards-hero.active-animation .around-img-wrapper-two .around-three-d.four {
   animation: float4 3.5s ease-in-out infinite;
}

.around-three-d {
   opacity: 0;
}

.section-visual-boards-hero.active-animation .around-three-d {
   animation: fadeinMain 0.5s forwards;
   opacity: 1;
}

.around-img-wrapper-two .first-img {
   left: 30%;
   top: 13vh;
   width: 8.5vw !important;
   max-height: 180px;
   z-index: 6;
}

.around-img-wrapper-two .second-img {
   left: 31%;
   top: 38vh;
   width: 8vw !important;
   max-height: 220px;
   z-index: 6;
}

.around-img-wrapper-two .third-img {
   right: 33%;
   top: 12vh;
   width: 5vw !important;
   max-height: 300px;
   z-index: 6;
}

.around-img-wrapper-two .fourth-img {
   right: 31%;
   top: 38vh;
   width: 9vw !important;
   max-height: 250px;
   z-index: 6;
}

@keyframes fadeinMain {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@keyframes fadeinMain2 {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 0.5;
   }
}

@keyframes float {
   0% {
      transform: translateY(0);
   }

   50% {
      transform: translateY(-10px);
   }

   100% {
      transform: translateY(0);
   }
}

@keyframes float2 {
   0% {
      transform: translateY(0);
   }

   50% {
      transform: translateY(-12px);
   }

   100% {
      transform: translateY(0);
   }
}

@keyframes float3 {
   0% {
      transform: translateY(0);
   }

   50% {
      transform: translateY(-7px);
   }

   100% {
      transform: translateY(0);
   }
}

@keyframes float4 {
   0% {
      transform: translateY(0);
   }

   50% {
      transform: translateY(-5px);
   }

   100% {
      transform: translateY(0);
   }
}

.label-title {
   font-size: 10.617px;
   line-height: 16px;
   font-weight: 700;
   color: #fff;
   padding: 12.74px;
   border-radius: 4.853px;
   display: inline-flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: #212F41;
   position: absolute;
   z-index: 1;
   opacity: 0;

}

.section-visual-boards-hero.active-animation .label-title {
   animation: fadeinMain 0.9s forwards;
}

.label-title.one {
   top: 20vh;
   left: 19%;
   transition-delay: 500ms;
}

.label-title.two {
   top: 29vh;
   left: 23%;
   transition-delay: 700ms;
}

.label-title.three {
   top: 41vh;
   left: 21%;
   transition-delay: 850ms;
}

.label-title.four {
   right: 28%;
   top: 29vh;
   transition-delay: 850ms;
}

.label-title.five {
   right: 15%;
   top: 37vh;
   transition-delay: 950ms;
}

.label-title.six {
   right: 16%;
   top: 21vh;
   transition-delay: 600ms;
}

.label-title.seven {
   right: 23%;
   top: 16vh;
   transition-delay: 500ms;
}

.label-title.eight {
   left: 44%;
   top: calc(35% - 12vh);
   transition-delay: 400ms;
}

@media (max-width: 1850px) {
   .around-img-wrapper-two .third-img {
      right: 30%;
      top: 17vh;
      width: 5vw !important;
      max-height: 300px;
      z-index: 6;
   }

}

@media (max-width: 1650px) {
   .animation-wrapper .image-type img.lines-one {
      left: -10%;
   }

   .animation-wrapper .image-type img.lines-two {
      right: -10%;
   }

   .label-title.one {
      top: 19vh;
      left: 15%;
   }

   .label-title.two {
      top: 29vh;
      left: 22%;
   }

   .label-title.three {
      top: 43vh;
      left: 15%;
   }

   .label-title.four {
      right: 27%;
      top: 28vh;
   }

   .label-title.five {
      right: 12%;
      top: 39vh;
   }

   .label-title.six {
      right: 12%;
      top: 21vh;
   }

   .label-title.seven {
      right: 21%;
      top: 11vh;
   }

   .section-visual-boards-hero.active-animation .lines-one,
   .section-visual-boards-hero.active-animation .lines-two {
      animation: fadeinMain2 0.4s forwards;
   }

   .around-img-wrapper-two .first-img {
      left: 30%;
      top: 16vh;
      width: 8.5vw !important;
      max-height: 180px;
      z-index: 6;
   }
}

@media (max-width: 1600px) {
   .around-img-wrapper-two .first-img {
      left: 30%;
      top: 11vh;
      width: 9vw !important;
      max-height: 180px;
      z-index: 6;
   }

   .around-img-wrapper-two .second-img {
      left: 31%;
      top: 38vh;
      width: 9vw !important;
      max-height: 220px;
      z-index: 6;
   }

   .around-img-wrapper-two .third-img {
      right: 30%;
      top: 10vh;
      width: 6vw !important;
      max-height: 300px;
      z-index: 6;
   }

   .around-img-wrapper-two .fourth-img {
      right: 30%;
      top: 39vh;
      width: 10vw !important;
      max-height: 250px;
      z-index: 6;
   }
}

@media (min-width: 1400px) {
   .around-img-wrapper.smaller-screens {
      display: none !important;
   }
}

@media (max-width: 1399px) {
   .around-img-wrapper-two.larger-screens {
      display: none !important;
   }

   .around-img-wrapper.smaller-screens {
      display: block !important;
   }
}

@media (max-height: 900px) {
   .label-title.eight {
      top: 4vh;
   }

   .section-visual-boards-hero .animation-wrapper {
      min-height: 64vh;
   }
}

/*Section hero*/
.section-visual-boards-hero {
   padding-top: 180px;
   padding-bottom: 100px;
   background: #000;
   position: relative;
   overflow: hidden;
   min-height: 90vh;
}

.section-visual-boards-hero .row-intro p.text {
   font-size: 22px;
   line-height: 34px;
   margin-top: 20px;
}

.section-visual-boards-hero .row-button .btn--primary.request-demo {
   margin-left: auto;
   margin-right: auto;
   display: block;
   z-index: 10;
   position: relative;
}

.section-visual-boards-hero .animation-wrapper {
   padding-top: 40px;
   min-height: 60vh;
}

.section-visual-boards-hero .animation-wrapper .image-type {
   margin-top: auto;
   margin-bottom: auto;
   display: block;
}

/*Section logos*/
.section-visual-boards-logos {
   padding-top: 80px;
   padding-bottom: 100px;
   overflow: hidden;
   background: #000;
}

.section-visual-boards-logos h2.general-title {
   margin-bottom: 40px;
}

.section-visual-boards-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-visual-boards-logos .logo-grid img {
   display: block;
   margin: 0 45px;
   max-height: 80px;
   width: 100%;
}

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

.section-visual-boards-logos .row-main {
   overflow: hidden;
   position: relative;
}

.section-visual-boards-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-visual-boards-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 Percentage Group*/
.section-percentage-group {
   background: #F8F8F8;
   padding-top: 80px;
   padding-bottom: 115px;
}

.section-percentage-group .row-intro h2.general-title {
   max-width: 800px;
   margin-left: auto;
   margin-right: auto
}

.section-percentage-group .row-main {
   padding-top: 60px;
}

.percentage-group-wrapper {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 0px 15px;
}

.percentage-group-wrapper .percentage-group-box {
   padding-top: 30px;
   padding-bottom: 35px;
   border-top: 2px solid #ebebeb;
   border-bottom: 2px solid #ebebeb;
}

.percentage-group-wrapper .percentage-group-box h2.large-title {
   font-size: 52px;
   font-style: normal;
   font-weight: 600;
   line-height: 62px;
   color: #096BE1;
   background: linear-gradient(225deg, #0995E3 0%, #1F7EF6 51.56%, #096BE1 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 6px;
}

.percentage-group-wrapper .percentage-group-box p.text {
   color: #151F2C;
}

@media (max-width: 991px) {
   .percentage-group-wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .percentage-group-wrapper .percentage-group-box:nth-child(1),
   .percentage-group-wrapper .percentage-group-box:nth-child(2) {
      border-top: 2px solid #ebebeb;
   }

   .percentage-group-wrapper .percentage-group-box {
      border-top: 0px solid;
   }
}

@media (max-width: 768px) {
   .section-percentage-group {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-percentage-group .row-main {
      padding-top: 30px;
   }
}

@media (max-width: 576px) {
   .section-percentage-group {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .percentage-group-wrapper {
      grid-template-columns: repeat(1, minmax(0, 1fr));
   }

   .percentage-group-wrapper .percentage-group-box {
      padding-top: 30px;
      padding-bottom: 30px;
      text-align: center;
   }

   .percentage-group-wrapper .percentage-group-box {
      border-top: 2px solid #ebebeb !important;
   }

   .percentage-group-wrapper .percentage-group-box {
      border-bottom: 0px solid;
   }
}



/*Section Marketpage Benefirs*/
.section-visual-boards-benefits {
   padding-top: 160px;
   padding-bottom: 80px;
   background: #fff;
}

.section-visual-boards-benefits.alternate {
   padding-top: 60px;
}

.section-visual-boards-benefits .col-title h2.general-title {
   margin-bottom: 48px;
}

.section-visual-boards-benefits .col-title p.text {
   color: #212F41;
}

.section-visual-boards-benefits .col-title .btn--primary.request-demo {
   margin-top: 48px;
}

.section-visual-boards-benefits .col-title {
   position: sticky;
   top: 150px;
   padding-bottom: 55vh;
}

.section-visual-boards-benefits .col-title.alternate {
   position: relative;
   top: 0;
   padding-bottom: 0;
}

@media (min-width: 992px) {
   .section-visual-boards-benefits .col-title {
      padding-right: 72px;
   }
}

.section-visual-boards-benefits .benefits-no-icons-wrapper {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin-left: auto;
   margin-top: 80px;
}

.benefits-no-icons-wrapper .benefit-box {
   padding: 20px;
   border-radius: 8px;
   background: #F1F2F5;
   position: relative;
   /*top: 100px;
   opacity: 0;*/
   transition: all 0.7s;
}

.benefits-no-icons-wrapper .benefit-box.active {
   top: 0px;
   opacity: 1;
}

.benefits-no-icons-wrapper .benefit-box p.title {
   font-weight: 600;
   letter-spacing: 0.32px;
   margin-bottom: 12px;
   text-transform: uppercase;
   color: #096BE1;
}

.benefits-no-icons-wrapper .benefit-box p.text {
   color: #212F41;
   font-size: 14px;
   line-height: 20px;
}

.benefits-no-icons-wrapper .benefit-box .benefits-list-item-icon {
   width: 64px;
   height: auto;
   margin-bottom: 12px;
   display: block;
}

.benefits-no-icons-wrapper.alternate {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
   gap: 50px;
   margin-top: 80px;
   max-width: 1195px;
   margin-left: auto;
   margin-right: auto;
}

.benefits-no-icons-wrapper.alternate .benefit-box {
   padding: 40px;
}

.benefits-no-icons-wrapper.alternate .benefit-box img {
   height: 64px;
   width: auto;
   margin-bottom: 21px;
}

.benefits-no-icons-wrapper.alternate .benefit-box p.title {
   font-size: 18px;
   line-height: 24px;
}

.benefits-no-icons-wrapper.alternate .benefit-box p.text {
   font-size: 16px;
   line-height: 24px;
}

@media (max-width: 768px) {
   .benefits-no-icons-wrapper.alternate {
      gap: 24px;
      margin-top: 60px;
   }

   .benefits-no-icons-wrapper.alternate .benefit-box {
      padding: 30px;
   }

   .benefits-no-icons-wrapper.alternate .benefit-box img {
      height: 32px;
      margin-bottom: 12px;
   }

   .benefits-no-icons-wrapper.alternate .benefit-box p.title {
      font-size: 16px;
   }

   .benefits-no-icons-wrapper.alternate .benefit-box p.text {
      font-size: 14px;
   }
}

@media (max-width: 640px) {
   .benefits-no-icons-wrapper.alternate {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
      margin-top: 48px;
   }
}


/*Section Discover the Visual Boards*/
.section-discover-visual-boards {
   padding-top: 120px;
   padding-bottom: 76px;
   background: #000;
   position: relative;
   z-index: 20;
}

.section-discover-visual-boards .row-intro {
   margin-bottom: 75px;
}

.section-discover-visual-boards h2.general-title {
   font-size: 40px;
   line-height: 52px;
}

.row-accelerates-nav {
   margin-bottom: 50px;
}

.accelerates-nav-wrapper {
   display: flex;
   overflow-x: scroll;
   gap: 24px;
   -ms-overflow-style: none;
   /* IE and Edge */
   scrollbar-width: none;
   /* Firefox */
}

.accelerates-nav-wrapper::-webkit-scrollbar {
   display: none;
}

.accelerates-nav {
   cursor: pointer;
   min-width: max-content;
}

.accelerates-nav p {
   padding-bottom: 14px;
   letter-spacing: .02em;
   color: #000;
   margin-bottom: 0;
}

.accelerates-nav.active p {
   font-weight: 600;
}

.accelerates-nav .border {
   height: 2px;
   width: 100%;
   display: block;
   background: #B7BBBC;
}

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

.row-accelerate-content .link-wrapper {
   margin-top: 32px;
}

.row-accelerate-content .btn--primary.btn-transparent.dark {
   text-transform: uppercase;
   font-weight: 600;
   margin-top: 24px;
   letter-spacing: .02em;
}

.row-accelerate-content {
   display: none;
   opacity: 0;
}

.row-accelerate-content.active {
   display: flex;
   opacity: 0;
   animation: fadeIn 0.2s;
   animation-fill-mode: forwards;
}


.row-accelerate-content h2.general-title {
   font-size: 28px;
   line-height: 37px;
   color: #212F41;
   margin-bottom: 30px;
}

.row-accelerate-content p.title {
   font-size: 26px;
   line-height: 34px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 5px !important;
}

.row-accelerate-content p.sub-title {
   color: #929596;
}

.row-accelerate-content .col-image {
   padding-left: 0px;
   padding-top: 40px;
}

.row-accelerate-content .col-image .dt-img {
   /*  max-width: 550px;*/
   margin-left: auto;
}

.row-accelerate-content .col-text {
   padding-right: 125px;
}

.row-accelerate-content img.icon {
   width: 21px;
   min-width: 21px;
   position: relative;
   top: 6px;
}

.row-accelerate-content .icon-list-item {
   display: flex;
   align-items: baseline;
   gap: 12px;
}

.row-accelerate-content .benefit-items-wrapper {
   margin-top: 55px;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.row-accelerate-content .benefit-items-wrapper p.icon-list-item {
   color: #fff;
}

.row-accelerate-content .btn--primary.request-demo {
   margin-top: 50px;
}

/*Section Discover the Visual Board + Logo part*/
.section-discover-visual-boards-logos {
   padding-top: 120px;
   padding-bottom: 120px;
   background: #000;
   z-index: 20;
   position: relative;
}

.section-discover-visual-boards-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;
}

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

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

.section-discover-visual-boards-logos .row-main {
   overflow: hidden;
   position: relative;
}

.section-discover-visual-boards-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-discover-visual-boards-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;
}


/*Section Testimonial*/
.section-visual-boards-testimonial {
   padding-top: 120px;
   padding-bottom: 120px;
   position: relative;
}

.section-visual-boards-testimonial .row-success-swiper {
   margin-top: 70px;
   margin-bottom: 120px;
}

.section-visual-boards-testimonial .row-intro h2.general-title {
   font-size: 40px;
   line-height: 48px;
   margin-bottom: 24px !important;
}

.section-visual-boards-testimonial .row-intro p.text {
   font-size: 22px;
   line-height: 34px;
}

.section-visual-boards-testimonial .row-main {
   margin-top: 90px;
}

.section-visual-boards-testimonial .row-main .col-text {
   position: sticky;
   top: 50px;
}

.section-visual-boards-testimonial .advantages-column-wrapper {
   display: grid;
   gap: 15px;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   border-bottom: 2px solid #F4F3F1;
   padding-bottom: 36px;
}

.section-visual-boards-testimonial .column-advantage-item p.title {
   color: #1F7EF6;
   background: var(--gradient, linear-gradient(225deg, #0995E3 0%, #1F7EF6 51.56%, #096BE1 100%));
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 68px;
   font-weight: 600;
   line-height: 92px;
   margin-bottom: 5px;
}

body:not(#en) .section-visual-boards-testimonial .column-advantage-item p.title {
   font-size: 50px;
   line-height: 64px;
}

.section-visual-boards-testimonial .column-advantage-item p.text {
   font-size: 22px;
   line-height: 34px;
   color: #212F41;
}

.advantages-column-wrapper .column-advantage-item:last-child .seperator {
   display: none;
}

.featured-testimonial-wrapper {
   border-radius: 8px;
   background: #F1F2F5;
   display: flex;
   padding: 40px;
   flex-direction: column;
   gap: 20px;
}

.featured-testimonial-wrapper .quote-sign {
   width: 40px;
   height: auto;
}

.featured-testimonial-wrapper p.quote-text {
   font-size: 20px;
   line-height: 27px;
   color: #000;
}

.featured-testimonial-wrapper p.quote-author {
   font-size: 14px;
   line-height: 19px;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   gap: 15px;
   color: #000;
}

.featured-testimonial-wrapper img.testimonial-logo {
   max-width: 120px;
   height: auto;
}


/*Related Success Stories swiper*/

.marketpage-innovating__slider-new {
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: visible;
   max-width: 980px;
}

.marketpage-innovating__slider-new {
   margin-top: 0px;
   overflow: visible;
}

.marketpage-innovating__slide {
   display: flex !important;
}

.marketpage-innovating__slider-new .swiper-wrapper {
   /* margin: 30px;*/
   /*  padding: 20px;*/
}

.marketpage-innovating__slider-new .slide__controls {
   bottom: initial;
   top: 50%;
   width: 95%;
   transform: translate(-50%, -50%);
   z-index: 5;
}

.marketpage-innovating__slider-new .slide__control {
   position: relative;
}

.marketpage-innovating__slider-new .slide__control svg {
   width: 32px !important;
   position: relative;
   transition: all 0.3s;
}

.marketpage-innovating__slider-new .slide__control svg {
   left: 0;
}

.marketpage-innovating__slider-new .slide__control:hover svg {
   left: 5px;
}

.marketpage-innovating__slider-new .slide__control.slide__previous {
   left: -8.5%;
}

.marketpage-innovating__slider-new .slide__control.slide__next {
   right: -8.5%;
}

.marketpage-innovating__slider-new .slide__background a {
   height: 100%;
   width: 100%;
   min-height: 502px;
   min-width: 480px;
   max-width: 480px;
}

.marketpage-innovating__slider-new a.main-link {
   width: 40%;
   max-width: 480px;
}

.marketpage-innovating__slider-new .dt-image-cover:after,
.marketpage-innovating__slider-new .bg-slide:after {
   content: '';
   /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, #000000 100%);*/
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   width: 100%;
   height: 100%;
   display: block;
}

.marketpage-innovating__slider-new .dt-image-cover {
   padding-top: 104.6%;
}

.marketpage-innovating__slider-new .dt-image-cover img {
   transition: all 0.3s;
   transform: scale(1.02);
}

.marketpage-innovating__slider-new a:hover .dt-image-cover img {
   transform: scale(1.05);
}

.marketpage-innovating__slider-new .references-case-studies__grid-more img {
   width: 25px;
   height: auto;
}

.marketpage-innovating__slider-new .dt-image-cover .inner,
.marketpage-innovating__slider-new .bg-slide .inner {
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 34px 32px;
   color: white;
   z-index: 11;
}

.marketpage-innovating__slider-new h3.references-case-studies__grid-title {
   color: white;
   font-weight: 600;
   font-size: 28px;
   line-height: 37px;
   margin-top: 0px;
   margin-bottom: 30px;
}

.marketpage-innovating__slider-new .references-case-studies__grid-more {
   display: flex;
   align-items: center;
   gap: 12px;
}

.marketpage-innovating__slider-new .references-case-studies__grid-more span {
   text-transform: uppercase;
   letter-spacing: 0.02em;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;

}

.marketpage-innovating__slider-new .references-case-studies__grid-more img {
   position: relative !important;
   left: 0;
   transition: all 0.5s !important;
   transform: none !important;
   margin-bottom: 0px;
}

.marketpage-innovating__slider-new a:hover .references-case-studies__grid-more img {
   transition: all 0.5s !important;
   left: 12px;
}

.marketpage-innovating__slide.disabled-thumbnail {
   min-height: 540px;
}

.marketpage-innovating__slide.disabled-thumbnail .slide__body {
   width: 100%;
}

.marketpage-innovating__slider-new .slide__body {
   width: 60%;
   max-width: 100%;
   padding: 2% 6.3%;
   margin-right: auto;
   margin-left: 0;
   z-index: 10;
}

.marketpage-innovating__slider-new img.slide-logo {
   width: auto;
   /*max-height: 40px;*/
   /*Specific to page*/
   max-height: 90px;
   display: block;
   margin-bottom: 30px;
   max-width: 170px;
}

.marketpage-innovating__slider-new p.quote-text {
   font-weight: 400;
   font-size: 22px;
   line-height: 34px;
   color: #556171;
   margin-bottom: 30px;
}

.marketpage-innovating__slider-new p.quote-author {
   color: #556171;
}

.marketpage-innovating__slider-new p.quote-author span.author-name {
   display: block;
   text-transform: uppercase;
}

.marketpage-innovating__slider-new p.quote-author span.author {
   display: block;
}

.marketpage-innovating__slider-new .swiper-slide {
   opacity: 1;
   transition: all 0.3s;
}

/*Alternative version*/
.marketpage-innovating__slider-new .alternative-type-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
   margin-top: 60px;
}

.marketpage-innovating__slider-new .marketpage-innovating__slide.logo-above-title .alternative-type-wrapper {
   margin-top: 0px;
}

.marketpage-innovating__slider-new .alternative-type-wrapper .border {
   width: 100%;
   max-width: 80px;
   height: 2px;
   display: block;
   background: #0995E3;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
}

.marketpage-innovating__slider-new .alternative-type-wrapper p.title {
   color: #1F7EF6;
   font-size: 40px;
   font-weight: 600;
   line-height: 52px;
   margin-bottom: -2px !important;
}

.marketpage-innovating__slider-new .alternative-type-wrapper p.text {
   color: #556171;
   font-size: 22px;
   line-height: 34px;
}

/*Small text alternative version*/
.marketpage-innovating__slider-new .alternative-type-wrapper.small-text .border {
   height: 1px;
   margin-bottom: 8px;
}

.marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.title,
.marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.text {
   font-size: 16px;
   line-height: 24px;
   margin: 0 !important;
   display: contents;
}

.marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.text strong {
   color: #1F7EF6;
   font-weight: 600;
}


@media (max-width: 1650px) {
   .marketpage-innovating__slider-new {
      max-width: 1080px;
   }

   .marketpage-innovating__slider-new {
      padding: 0px 50px;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: -2.5%;
   }

   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: -2.5%;
   }
}

@media (max-width: 1022px) {
   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: 0%;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: 0%;
   }
}

@media (min-width: 992px) {
   .marketpage-innovating__slider-new .swiper-slide {
      height: auto;
   }
}

.marketpage-innovating__slider-new .swiper-slide {
   align-items: initial !important;

}


.bg-slide {
   height: auto;
   width: 100%;
   max-width: 420px;
   display: flex;
   flex-direction: column;
   min-height: 540px;
   position: relative;
   background-size: cover;
   background-position: 50% 50%;
   z-index: 0;
   transition: all .3s ease;
   overflow: hidden;
}

.bg-slide::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: inherit;
   transition: inherit;
}

.marketpage-innovating__slider-new .bg-slide:hover::before {
   transform: scale(1.05);
}

.marketpage-innovating__slider-new .swiper-slide:not(.swiper-slide-active) {
   position: relative;
   opacity: 1 !important;
}

.marketpage-innovating__slider-new .swiper-slide:after {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background: white;
   opacity: 0;
   z-index: 5;
   pointer-events: none;
   transition: all 0.3s;
}

.marketpage-innovating__slider-new .swiper-slide:not(.swiper-slide-active):after {
   opacity: 0.4;
   transition-delay: 0.2s !important;
   transition: all 0.3s;
}

@media (max-width: 1200px) {
   .marketpage-innovating__slider-new p.quote-text {
      font-size: 18px;
      line-height: 28px;
   }
}

@media (max-width: 991px) {
   .marketpage-innovating__slider-new p.quote-text {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 20px;
   }

   .marketpage-innovating__slider-new {
      margin-top: 0px;
      padding: 0;
   }

   .marketpage-innovating__slider-container {
      box-shadow: none !important
   }

   .marketpage-innovating__slider-new .swiper-wrapper {
      margin: 0;
   }

   .marketpage-innovating__slide {
      display: flex !important;
      flex-direction: column !important;
      box-shadow: none !important;
   }

   .marketpage-innovating__slider-new .slide__control {
      width: 32px;
      height: 32px;
   }

   .marketpage-innovating__slider-new .slide__control img,
   .marketpage-innovating__slider-new .slide__control svg {
      width: 14px !important;
   }

   .bg-slide {
      max-width: 480px;
      margin-bottom: 48px;
      margin-left: auto;
      margin-right: auto;
   }

   .marketpage-innovating__slider-new a.main-link {
      width: 100%;
   }

   .swiper-slide.marketpage-innovating__slide .slide__body {
      display: block !important;
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      padding: 0px;
      margin-top: 0px;
   }

   .marketpage-innovating__slider-new .slide__controls {
      bottom: -73px;
      max-width: 450px;
      top: auto;
      width: 95%;
   }

   .marketpage-innovating__slider-new h3.references-case-studies__grid-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 22px;
   }

   .marketpage-innovating__slider-new .references-case-studies__grid-more span {
      font-size: 14px;
      line-height: 18px;
   }

   .marketpage-innovating__slider-new .dt-image-cover .inner {
      padding: 24px 24px;
   }

   .marketpage-innovating__slider-new img.slide-logo {
      margin-bottom: 0px;
      margin-top: 0px;
      position: relative;
      max-height: 50px;
   }


   .marketpage-innovating__slider-new p.quote-author {
      font-size: 14px;
      line-height: 24px;
   }

   .marketpage-innovating__slider-new .swiper-slide:not(.swiper-slide-active) {
      opacity: 0 !important;
   }

   .marketpage-innovating__slider-new .slide__control:hover img {
      left: 5px;
   }

   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: -5%;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: -5%;
   }


   .marketpage-innovating__slider-new .slide__controls {
      position: relative;
      bottom: 0;
      width: 100%;
      top: 0;
      transform: none;
      left: 0;
      right: 0;
      max-width: 75px;
      margin-left: auto;
   }

   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: 0;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: 0;
   }

   .logo-navigation-wrapper {
      width: 100%;
      align-items: center;
      margin-bottom: 30px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
   }

   .marketpage-innovating__slide.disabled-thumbnail {
      min-height: auto;
      background: white !important;
   }

   .marketpage-innovating__slider-new .alternative-type-wrapper {
      margin-top: 0px;
   }

   .marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.title,
   .marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.text {
      font-size: 16px;
      line-height: 28px;
   }

   .accordion-item .accordion-image {
      margin-top: 20px;
   }

   .marketpage-innovating__slider-new .inner img.slide-logo {
      margin-bottom: 30px;
   }

   .logo-navigation-wrapper {
      min-height: 50px;
   }

   .marketpage-innovating__slider-new .alternative-type-wrapper p.text {
      font-size: 16px;
      line-height: 24px;
   }
}

@media (min-width: 769px) {

   .marketpage-innovating__slider-new img.slide-logo.light {
      display: none;
   }

}

@media (max-width: 768px) {
   .marketpage-innovating__slider-new img.slide-logo.light {
      display: block;
   }
}

@media (max-width: 500px) {
   .bg-slide {
      min-height: 400px;
      margin-bottom: 32px;
   }

   .marketpage-innovating__slider-new .dt-image-cover .inner,
   .marketpage-innovating__slider-new .bg-slide .inner {
      padding: 30px 24px;
   }
}

/*Section Empower*/
.section-visual-boards-empower {
   padding-top: 120px;
   padding-bottom: 40px;
   background: #F7F7F9;
}

.section-visual-boards-empower .row-intro h2.general-title {
   font-size: 40px;
   line-height: 48px;
   margin-bottom: 24px !important;
}

.section-visual-boards-empower .row-intro {
   max-width: 875px;
}

.section-visual-boards-empower .row-intro p.text {
   font-size: 22px;
   line-height: 34px;
}

.section-visual-boards-empower .row-accelerates-nav-empower {
   margin-top: 50px;
}


.accelerates-nav-wrapper-empower {
   display: flex;
   overflow-x: scroll;
   gap: 24px;
   -ms-overflow-style: none;
   /* IE and Edge */
   scrollbar-width: none;
   /* Firefox */
}

.accelerates-nav-wrapper-empower::-webkit-scrollbar {
   display: none;
}

.accelerates-nav-empower {
   cursor: pointer;
   min-width: max-content;
}

.accelerates-nav-empower p {
   padding-bottom: 14px;
   letter-spacing: .02em;
   color: #000;
   margin-bottom: 0;
}

.accelerates-nav-empower.active p {
   font-weight: 600;
}

.accelerates-nav-empower .border {
   height: 2px;
   width: 100%;
   display: block;
   background: #E1EEFF;
}

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

.row-accelerate-content-empower .link-wrapper {
   margin-top: 32px;
}

.row-accelerate-content-empower .btn--primary.btn-transparent.dark {
   text-transform: uppercase;
   font-weight: 600;
   margin-top: 24px;
   letter-spacing: .02em;
}

.row-accelerate-content-empower {
   display: none;
   opacity: 0;
}

.row-accelerate-content-empower.active {
   display: flex;
   opacity: 0;
   animation: fadeIn 0.2s;
   animation-fill-mode: forwards;
}


.row-accelerate-content-empower h2.general-title {
   font-size: 28px;
   line-height: 37px;
   color: #212F41;
   margin-bottom: 30px;
}

.row-accelerate-content-empower p.title {
   font-size: 26px;
   line-height: 34px;
   font-weight: 600;
   color: ##212F41;
   margin-bottom: 5px !important;
}

.row-accelerate-content-empower p.sub-title {
   color: #929596;
}

.row-accelerate-content-empower .col-image {
   padding-left: 0px;
   margin-top: -10%;
}

.row-accelerate-content-empower .col-image .dt-img {
   /*  max-width: 550px;*/
   margin-left: auto;
}

.row-accelerate-content-empower .col-text {
   padding-right: 52px;
}

.row-accelerate-content-empower img.icon {
   width: 21px;
   min-width: 21px;
   position: relative;
   top: 6px;
}

.row-accelerate-content-empower .icon-list-item {
   display: flex;
   align-items: baseline;
   gap: 12px;
}

.row-accelerate-content-empower .benefit-items-wrapper {
   margin-top: 30px;
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.row-accelerate-content-empower .benefit-items-wrapper p.icon-list-item {
   color: #000;
}

.row-accelerate-content-empower .btn--primary.request-demo {
   margin-top: 50px;
}

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

.section-visual-boards-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-visual-boards-cta .container {
   position: relative;
   z-index: 10;
}

.section-visual-boards-cta .row-intro {
   max-width: 925px;
   margin-left: auto;
   margin-right: auto;
}

.section-visual-boards-cta h2.general-title {
   font-size: 34px;
   line-height: 46px;
   color: white;
}

.section-visual-boards-cta p.text {
   color: white;
   margin-top: 24px;
   margin-bottom: 24px;
}

.section-visual-boards-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-visual-boards-cta .request-demo-link img {
   width: auto;
   position: relative;
   left: 0;
   margin-left: 10px;
   transition: all 0.3s ease-in-out;
}

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

/*Section FAQ*/
.section-faq {
   padding-top: 140px;
   padding-bottom: 160px;
   background: #FFF;
}

.section-faq .row-faq {
   margin-top: 80px;
   max-width: 995px;
   margin-left: auto;
   margin-right: auto;
}

.faq-item {
   padding: 14px 36px 14px 36px;
   border-top: 1px solid #DBDEE7;
   border-left: 1px solid #DBDEE7;
   border-right: 1px solid #DBDEE7;
   cursor: pointer;
   transition: all 0.5s;
}

.faq-item img {
   width: 12px;
   height: 12px;
}

.row-faq .faq-item:last-child {
   border-bottom: 1px solid #DBDEE7;
}

.faq-item.active,
.faq-item:hover {
   background: rgba(225, 238, 255, 0.32);
}

.faq-item .faq-title-wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.faq-item .faq-title-wrap img {
   transition: all 0.5s;
   transform: rotate(0deg);
}

.faq-item.active .faq-title-wrap img {
   transform: rotate(180deg);
}

.faq-item p.title {
   font-weight: 600;
   font-size: 18px;
   line-height: 25px;
   color: #627A99;
   max-width: 95%;
   margin: 10px 0px;
}

.faq-item.active p.title {
   color: #212F41;
}

.faq-item p.text {
   color: #212F41;
   margin-bottom: 0px;
}


/*Section resources / Posts*/
.section-visual-boards-resources {
   padding-top: 120px;
   padding-bottom: 160px;
   background: #FFF;
}

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

.section-visual-boards-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%);
}


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

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

.section-marketpage-centric-solutions::before {
   content: '';
   border-radius: 50%;
   opacity: .15;
   background: #1F7EF6;
   filter: blur(150px);
   width: 100%;
   height: 50%;
   display: block;
   position: absolute;
   top: -25%;
}

.section-marketpage-centric-solutions .row-intro {
   max-width: 1040px;
   margin-left: auto;
   margin-right: auto;
}

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

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

.section-marketpage-centric-solutions .row-main {
   margin-top: 118px;
   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;
}

.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;

}

.section-marketpage-centric-solutions .container-swiper {
   max-width: 1230px;
   margin: 0 auto;
   padding-left: 15px;
   padding-right: 15px;
}

.marketpage-slider__container {
   overflow: visible;
}

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

.marketpage-slider-box.swiper-slide::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;
}

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

.marketpage-slider-box {
   background: rgba(98, 122, 153, 0.2);
   padding: 33px 22px;
}

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

.marketpage-slider-box p.text {
   color: #F4F3F1;
   margin-bottom: 26px;
}

.marketpage-slider-box a.learn-more-transparent {
   color: white;
   letter-spacing: 0.32px;
   margin-top: auto;
}

.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;
}

/*Section Marketpage Benefits two*/
.section-visual-boards-benefits.section-visual-boards-benefits-second {
   padding-top: 120px;
   padding-bottom: 60px;
}

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

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

.section-marketpage-centric-solutions .container-swiper.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-swiper.grid-type {
      padding: 0px 40px;
   }
}

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


/*Section Pardot form*/
.section-pardot {
   padding-top: 120px;
   padding-bottom: 120px;
   background: #000;
   position: relative;
   overflow: hidden;
}

.section-pardot::after {
   content: '';
   display: block;
   height: 658px;
   width: 100%;
   left: 0;
   bottom: -379px;
   background: #1F7EF6;
   opacity: .2;
   filter: blur(140px);
   transform: matrix(1, 0, 0, -1, 0, 0);
   position: absolute;
   pointer-events: none;
}

.section-pardot .row-intro {
   max-width: 690px;
   margin-left: auto;
   margin-right: auto;
}

.section-pardot .row-intro h2.general-title {
   font-size: 24px;
   line-height: 32px;
   color: #B7BBBC;
}

.section-pardot .row-intro h2.general-title span {
   color: #FFF;
}

.section-pardot .row-main {
   margin-top: 65px;
   z-index: 10;
   position: relative;
}


/*3D Element*/
#three-d-image,
.three-d-image,
.three-d-image-two {
   transform-style: preserve-3d;
   transition: transform 1s ease-out;
}

/*.three-d-image.two {
   transition: transform 1.25s ease-out !important;
}*/

/*Responsive*/
.d-none {
   display: none !important;
}

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

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


@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;
   }

   .section-visual-boards-benefits .col-title h2.general-title {
      text-wrap: balance;
   }

   .section-visual-boards-benefits .col-title h2.general-title {
      text-wrap: balance;
   }
}

@media (max-width:1500px) {
   .section-visual-boards-testimonial .column-advantage-item p.title {
      font-size: 50px;
      line-height: 60px;
   }

   .section-visual-boards-testimonial .column-advantage-item p.text {
      font-size: 18px;
      line-height: 27px;
   }

   .section-visual-boards-testimonial .advantages-column-wrapper {
      gap: 25px;
   }
}

@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;
   }

   .section-visual-boards-testimonial .row-success-swiper {
      margin-top: 40px;
      margin-bottom: 140px;
   }
}


@media (min-width: 1300px) {
   .section-visual-boards-benefits .col-title {
      padding-right: 0px;
   }
}

@media (max-width:1250px) {

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

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

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

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

@media (min-width:1150px) {
   .section-visual-boards-hero img.d-block.d-md-none {
      display: none !important;
   }


}

@media (max-width:1150px) {
   .section-visual-boards-hero .animation-wrapper.d-md-flex {
      display: none !important;
   }

   .section-visual-boards-hero img.d-block.d-md-none {
      display: block !important;
   }

   .section-visual-boards-hero .animation-wrapper {
      padding-top: 70px;
      min-height: auto;
   }

   .section-visual-boards-hero {
      min-height: auto;
   }

   .section-visual-boards-testimonial .advantages-column-wrapper {
      gap: 25px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}

@media (min-width: 992px) {

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

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

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

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

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

@media (max-width: 991px) {
   .page-content-wrap {
      overflow: hidden;
   }

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

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

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

   h2.general-title,
   h2.general-title.smaller,
   .section-discover-visual-boards h2.general-title,
   .section-visual-boards-testimonial .row-intro h2.general-title,
   .section-visual-boards-empower .row-intro h2.general-title,
   .section-visual-boards-cta h2.general-title {
      font-size: 24px;
      line-height: 32px;
   }

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

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

   p.larger,
   .section-visual-boards-testimonial .row-intro p.text,
   .section-visual-boards-empower .row-intro p.text {
      font-size: 16px;
      line-height: 24px;
   }

   .section-visual-boards-hero {
      padding-top: 140px;
      padding-bottom: 60px;
      min-height: auto;
   }

   .section-visual-boards-hero .row-main {
      margin-top: 50px;
      margin-bottom: 40px;
   }

   .section-visual-boards-hero .row-intro p.text {
      font-size: 16px;
      line-height: 24px;
   }

   .section-visual-boards-logos h2.general-title {
      margin-bottom: 30px;
   }

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

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

   .section-visual-boards-logos .logo-grid,
   .section-discover-visual-boards-logos .logo-grid {
      animation: 35s linear 0s infinite normal none running gjVuyO;
   }

   .section-visual-boards-logos .logo-grid img,
   .section-discover-visual-boards-logos .logo-grid img {
      margin: 0 14px;
      max-height: 50px;
      width: auto;
      max-width: 200px;
   }

   .section-visual-boards-benefits {
      padding-top: 80px;
      padding-bottom: 40px;
   }


   .section-visual-boards-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-visual-boards-resources .row-main {
      margin-top: 60px;
   }

   .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;
   }

   .benefits-no-icons-wrapper .benefit-box {
      opacity: 1;
      top: 0px;
      transition: none;
   }

   .benefits-no-icons-wrapper .benefit-box .benefits-list-item-icon {
      width: 50px;
      height: auto;
   }

   .section-visual-boards-benefits {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-discover-visual-boards {
      padding-top: 80px;
      padding-bottom: 50px;
   }

   .section-discover-visual-boards .row-intro {
      margin-bottom: 50px;
   }

   .row-accelerate-content .col-text,
   .row-accelerate-content-empower .col-text {
      padding-right: 15px;
   }

   .row-accelerate-content .col-image {
      order: -1;
      padding-top: 35px;
      padding-bottom: 20px;
   }

   .row-accelerate-content,
   .row-accelerate-content-empower {
      display: none !important;
   }

   .row-accelerate-content.active,
   .row-accelerate-content-empower.active {
      display: flex !important;
   }

   .section-discover-visual-boards-logos {
      padding-top: 60px;
      padding-bottom: 80px;
   }

   .row-accelerate-content p.title,
   .row-accelerate-content-empower p.title {
      font-size: 22px;
      line-height: 30px;
   }

   .section-visual-boards-testimonial {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-visual-boards-testimonial .row-main {
      margin-top: 20px;
   }

   .section-visual-boards-testimonial .column-advantage-item p.title,
   body:not(#en) .section-visual-boards-testimonial .column-advantage-item p.title {
      font-size: 45px;
      line-height: 60px;
   }

   .section-visual-boards-testimonial .column-advantage-item p.text {
      font-size: 18px;
      line-height: 27px;
   }

   .section-visual-boards-testimonial .advantages-column-wrapper {
      gap: 20px;
   }

   .featured-testimonial-wrapper {
      margin-top: 60px;
   }

   .featured-testimonial-wrapper p.quote-text {
      font-size: 16px;
      line-height: 24px;
   }

   .section-visual-boards-empower {
      padding-top: 80px;
      padding-bottom: 30px;
   }

   .row-accelerate-content-empower .col-image {
      margin-top: 40px;
      padding-left: 15px;
   }

   .row-accelerate-content-empower .col-image img {
      max-width: 500px;
   }

   .section-visual-boards-empower .row-accelerates-nav-empower {
      margin-top: 30px;
      margin-bottom: 20px;
   }

   .section-visual-boards-cta {
      padding-top: 100px;
      padding-bottom: 100px;
   }

   .section-faq {
      padding-top: 80px;
      padding-bottom: 60px;
   }

   .section-faq .row-faq {
      margin-top: 40px;
   }

   .marketpage-slider-box.swiper-slide::after {
      display: none;
   }

   .marketpage-slider-box.swiper-slide {
      background-image: url(https://www.centricsoftware.com/wp-content/uploads/2019/01/call-out.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #000000;
   }

   .marketpage-slider-box.swiper-slide {
      overflow: visible;
   }

   .notification-top-bar p,
   .notification-top-bar a {
      font-size: 14px;
   }

   .notification-top-bar {
      padding: 15px 17px !important;
      text-align: left !important;
      justify-content: flex-start !important;
   }

   .notification-top-bar .inner {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: space-between;
      width: 100%;
   }

   .notification-top-bar .text-wrapper {
      display: flex;
      gap: 6px;
      flex-direction: column;
      align-items: flex-start;
   }

   .notification-top-bar .close-wrapper {
      position: relative;
      right: 0;
   }

   body.top-bar-active .section-visual-boards-hero {
      padding-top: 270px;
   }

   .notification-top-bar.active {
      visibility: visible;
      opacity: 1;
      top: 80px;
   }

   .section-visual-boards-benefits .col-title {
      padding-bottom: 0;
   }

   .section-visual-boards-testimonial .row-success-swiper {
      margin-top: 30px;
      margin-bottom: 60px;
   }

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

}

@media (min-width: 769px) {
   .specific-posts.mobile {
      display: none !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;
   }

   .section-visual-boards-hero {
      padding-top: 120px;
      padding-bottom: 40px;
   }

   .section-visual-boards-benefits {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-visual-boards-logos {
      padding-top: 40px;
      padding-bottom: 80px;
   }

   .section-visual-boards-resources {
      padding-top: 60px;
      padding-bottom: 110px;
   }

   .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-visual-boards-resources .row-main {
      margin-top: 30px;
   }

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

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

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

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

   .section-pardot {
      padding-top: 80px;
      padding-bottom: 70px;
   }

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


   .section-visual-boards-benefits .col-title h2.general-title {
      margin-bottom: 30px;
   }

   .section-visual-boards-benefits .col-benefits {
      padding-top: 0;
   }

   .section-visual-boards-benefits .benefits-no-icons-wrapper {
      margin-top: 50px;
   }

   .section-visual-boards-benefits .btn--primary.request-demo {
      margin-left: auto;
      margin-right: auto;
   }

   .section-visual-boards-benefits.section-visual-boards-benefits-second {
      padding-top: 80px;
      padding-bottom: 40px;
   }

   .section-visual-boards-benefits .col-title h2.general-title {
      text-wrap: initial;
   }

   .section-discover-visual-boards {
      padding-top: 60px;
      padding-bottom: 30px;
   }

   .section-discover-visual-boards .row-intro {
      margin-bottom: 40px;
   }

   .row-accelerate-content .col-text,
   .row-accelerate-content-empower .col-text {
      padding-right: 0px;
   }

   .row-accelerates-nav {
      margin-bottom: 30px;
   }

   .row-accelerate-content .benefit-items-wrapper,
   .row-accelerate-content-empower .benefit-items-wrapper {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
      gap: 20px;
   }

   .section-discover-visual-boards-logos {
      padding-top: 40px;
      padding-bottom: 60px;
   }

   .section-visual-boards-testimonial {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-visual-boards-testimonial .row-main {
      margin-top: 10px;
   }

   .featured-testimonial-wrapper {
      padding: 25px;
   }

   .section-visual-boards-empower {
      padding-top: 60px;
      padding-bottom: 20px;
   }

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

   .section-faq {
      padding-top: 60px;
      padding-bottom: 40px;
   }

   .faq-item {
      padding: 14px 19px 14px 19px;
   }

   .section-faq .row-faq {
      margin-top: 20px;
   }

   .section-pardot {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   .row-accelerate-content-empower .col-image {
      padding-left: 0px;
   }

   .section-visual-boards-hero img.d-block.d-md-none {
      transform: scale(2);
   }

   .section-visual-boards-hero .row-main {
      margin-top: 140px;
      margin-bottom: 100px;
   }

   .section-visual-boards-testimonial .row-success-swiper {
      margin-top: 30px;
      margin-bottom: 40px;
   }

   .section-visual-boards-logos .row-main::before,
   .section-discover-visual-boards-logos .row-main::before,
   .section-visual-boards-logos .row-main::after,
   .section-discover-visual-boards-logos .row-main::after {
      display: none;
   }

   .section-visual-boards-logos .row-main,
   .section-discover-visual-boards-logos .row-main {
      margin-left: -25px;
      margin-right: -25px;
   }
}

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

   .section-visual-boards-benefits .benefits-icons-wrapper {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 20px;
   }

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

   .section-visual-boards-testimonial .advantages-column-wrapper {
      grid-template-columns: repeat(1, minmax(0, 1fr));
   }

   .section-visual-boards-hero .row-main {
      margin-top: 80px;
      margin-bottom: 60px;
   }
}

/*Language adjustments Solutions*/
body:not(#en) .marketpage-slider-box p.text {
   font-size: 16px;
   line-height: 24px;
}


/* 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;
   }
}