.background-watermark .no-image-banner {
    position: relative;
}
.no-banner-image-banner {min-height: 300px;width: 100%;/*border: 1px solid;background:linear-gradient(90deg, #060F76 0%, #1D5EDC 100%);*/border:none;background: var(--chroride-gradient);box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);padding-top: 130px;display: flex;width: 100%;flex-flow: column;justify-content: flex-end;padding-bottom: 64px;}
.no-banner-image-banner .left-container a.cta.cta-secondary {color: #fff;margin-top:16px}
.no-banner-image-banner .right-container .line-box::before {content: '';position: absolute;bottom: 0px;height: 122px;width: 1px;background: var(--chroride-gradient);}
.no-banner-image-banner .right-container .line-box::after {content: '';position: absolute;bottom: 0px;height: 9px;width: 9px;border-radius: 100%;left: -4px;background: var(--chroride-gradient);}
.no-banner-image-banner .right-container .line-box {position: absolute;height: 260px;top: 49px;width: 1px;z-index: 1;background: var(--white-light);}
.no-banner-image-banner .right-container .line-box.line-no-intro{top: 15px !important}
.no-banner-image-banner .no-banner-breadcrumb-wrapper {position: relative;top: 47px;}
.no-banner-image-banner section#breadcrumb-wrapper {position: relative;top: 40px;background: transparent;box-shadow: none;}
.no-banner-image-banner .social-media-parent {display: flex;}
.no-banner-image-banner .social-links-container li {margin-left: 12px;color: #fff;}
.no-banner-image-banner .social-links-container li:first-child {margin-left: 20px;}
.no-banner-image-banner .social-links-container ul li a {color: #fff;}
.no-banner-image-banner .right-container {position: relative;margin-top: 9px;padding-left: 26px;}
.no-banner-image-banner .main-no-banner-banner {align-items: flex-start;color: #fff;}
.no-banner-image-banner .heading h1 {color: #fff;margin-bottom: 18px;}
.no-banner-image-banner .no-banner-banner-container {position: relative;}
.no-banner-image-banner p.intro {color: #fff;font-weight: 400;}
.no-banner-image-banner .social-title > p{font-weight: 900}
.no-banner-breadcrumb-wrapper #breadcrumb-wrapper{padding-bottom:0px;}
/*.no-banner-breadcrumb-wrapper #breadcrumb-wrapper {padding: 40px 0 62px;}*/
@media all and (max-width: 1200.98px){
	.no-banner-image-banner .right-container{padding-left: 0}
}
@media all and (max-width: 991.98px){
  .no-banner-breadcrumb-wrapper #breadcrumb-wrapper {padding: 16px 0 16px;}
  .no-banner-image-banner .right-container .line-box::before {height: 100px;}
  /*.no-banner-image-banner .right-container .line-box {height: 173px;top: 191px;}*/
  .no-banner-image-banner .right-container .line-box{height:200px;top:20px;right:77px;}
  .no-banner-image-banner .right-container .line-box.line-no-intro{top: -10px !important}
  .no-banner-image-banner .no-banner-breadcrumb-wrapper { top: 0;}
  .no-banner-image-banner .content-image {margin-bottom: -102px;}
  .no-banner-image-banner section#breadcrumb-wrapper {margin-bottom: -40px;}
  .banner-wrapper {margin-top: -60px;}
  .no-banner-image-banner .no-banner-banner-container {padding-top: 100px;position: relative;}
  .no-banner-image-banner {min-height: 279px;width: 100%;padding-bottom: 24px;}
  .no-image-banner{padding-bottom:56px;}
}
@media only screen and (max-width:  767.98px){
  .no-banner-image-banner .no-banner-banner-container section#breadcrumb-wrapper {top: 76px;padding-top: 16px;}
  .no-banner-image-banner .right-container .line-box{display: none}
  .no-banner-image-banner .left-container {margin-top: 32px;}
  .no-banner-image-banner {min-height:193px;width: 100%;    padding-bottom: 0;}
  .no-banner-image-banner .no-banner-banner-container {padding: 56px 0 32px;position: relative;}
  .no-banner-no-image-banner.no-banner-banner-main-wrapper {min-height: 300px;width: 100%;}
  .no-banner-image-banner .right-container{padding-left: 0}
  .no-image-banner{padding-bottom:48px;}
}

.text-banner{padding: 24px 0 42px 0; margin-top: 0;}
.text-banner__intro-text{color: #0060E4;}
.text-banner .text-banner__breadcrumb #breadcrumb-wrapper{padding: 0;margin-bottom: 24px;}
.text-banner__title-wrapper{margin-bottom: 18px;}

@media all and (min-width: 768px){
.text-banner{padding: 72px 0;}
body{position: relative;}
.text-banner__title-wrapper{margin-bottom: 8px;}
.background-watermark::before{
    content: "";
    background: url(/~/media/Images/P/prosus-corp-v2/investor-watermark.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
}

@media all and (min-width: 992px){
.text-banner{margin-top: -130px;}
}