.box {
	    width: 100%;
    height: 80px;
    background-color: #1D0254;
    position: relative;
    overflow: hidden;
}

.box:before {
	content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    background-color: white;
    border-bottom-left-radius: 360%;
    border-bottom-right-radius: 360%;
}


.box:after {
	    content: "";
    position: absolute;
    width: 100%;
    background: #1D0254;
    bottom: -10%;
    height: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.cta-banner-container {
  background: linear-gradient(142.82deg, #0D4EB5 -3.44%, #1D0254 56.09%, #1D0254 73.79%);
  overflow: hidden;
  position: relative;
}
.cta-banner-content-wrapper {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.cta-banner-content-wrapper h2 {
  color: #FFF;
  margin-bottom: 17px;
  padding: 0 40px;
}
.cta-banner-content-wrapper p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  max-width: 390px;
  margin: 0 auto 25px auto;
}
.cta-logos-wrapper {
 padding: 30px 28px;
}
.splide {
  margin: 0 auto;
}
/* .logos-wrapper ul {
list-style-type: none;
display: flex;
margin: 0px;
padding: 0px;
justify-content: space-between;
} */
#cta-banner-lines {
  position: absolute;
  left: -65px;
  z-index: 1;
}
#cta-slider .splide__slide {
  text-align: center;
}
#cta-slider .splide__arrow:disabled,
#cta-slider .splide__arrow {
  opacity: 1;
  background: rgba(128, 57, 222, 0.3);
}
#cta-slider .splide__arrow svg {
  fill: #F8B951;
}
/* .splide__list {
  align-items: center;
} */
#cta-banner-lines-mobile {
  display: none;
}
.cta-banner-container .splide__arrow--prev {
  left: -2em;
}
.cta-banner-container .splide__arrow--next {
  right: -2em;
}
@media(max-width: 991px){
  .cta-bubbles-abs {
    display: none;
  }
  #cta-banner-lines-mobile {
    display: none;
  }
  #cta-banner-lines {
    display: none;
  }
}

.cta-bubbles-container {
  position: relative;
}
#cta-person {
  position: absolute;
  left: -20px;
  top: -10px;
  z-index: 999;
}
.cta-person-blurb {
  border-radius: 10px;
  border: 2.7px solid rgba(224, 158, 20, 1);
  max-width: 160px;
  padding: 19px 20px;
  background: #FFF;
  position: absolute;
  top: 105px;
  left: 90px;
}
.cta-person-blurb p {
  color: rgba(29, 2, 84, 1);
  font-size: 14px;
  font-weight: 700;
}
#cta-quote {
  position: absolute;
  left: 236px;
  top: 194px;
}
.cta-bubbles-abs {
  position: absolute;
  top: 110px;
  left: 0px;
}
}

@media (max-width:767px) {
  
.cta-banner-no-quote-content-wrapper { 
  margin-top:-430px;
  }

  #cta-banner-no-quote-lines-mobile { 
   top:47px;
  } 
/*     li.splide__slide img {
      width:114px !important;
      height: 60px !important;
    } */
  }

body .cta-bubbles-container #background-line {
  height: unset;
}
