/* === HERO BANNER CSS === */
.hero-banner-main-wrapper .hero-banner-sliding-item {  display: flex; align-items: flex-end; position:relative; color: var(--white-light); padding: 30px 0px 35px;height: 90vh;width:100%;min-height: 830px; } 
.hero-banner-main-wrapper .hero-banner-sliding-item .banner-image{background-position: center; background-size: cover; background-repeat: no-repeat;position: absolute;top: 0;left: 0;width:100%;height:100%;display: inline-block;}
.hero-banner-main-wrapper .hero-banner-sliding-item .banner-image::after { content:''; position: absolute;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 1; background: linear-gradient(41.49deg, rgba(17, 49, 162, 0.27) 0.05%, rgba(17, 49, 162, 0) 61.34%); } 
.hero-banner-main-wrapper .hero-banner-sliding-item .content-wrapper { z-index: 2;position: relative;}

.hero-banner-slider-wrapper .slick-dots { position: absolute; top: 65px; left: 22px; bottom: 0px; margin: auto; display: flex; flex-flow: column; justify-content: center;transition: all 0.5s ease-in-out;} 
.hero-banner-slider-wrapper .slick-dots li { padding-left: 64px; position: relative; cursor: pointer; } 
.hero-banner-slider-wrapper .slick-dots li button { background-color: transparent; border: 0px; color: var(--oxide-prime); font-size: 1.4rem; line-height: 1.6rem; letter-spacing: 1px; padding-left: 12px; font-weight:700; transition: all 0.3s ease-in-out;}
.hero-banner-slider-wrapper .slick-dots li::before { content: ''; width: 64px; position: absolute; height: 2px; background: #F1F3F4; left: 0px; top: 11px; opacity: 0.3;background: linear-gradient(to right, var(--oxide-prime) 50%, #F1F3F4 50%);background-size: 200% 100%;background-position: bottom right;  } 
.hero-banner-slider-wrapper .slick-dots li:hover::before { opacity:1; } 
.hero-banner-slider-wrapper .slick-dots li button { opacity: 0; } 
.hero-banner-slider-wrapper .slick-dots li.active button {opacity: 1;}
.hero-banner-slider-wrapper .slick-dots li.active::before{  opacity: 1; background-size: 200% 100%; background-position: bottom left;transition: all 30s ease-out;}
.hero-banner-slider-wrapper .slick-dots li button:focus-visible{outline:none;}
.hero-banner-sliding-item > .white-border{position:relative;z-index: 1}
.hero-banner-sliding-item > .white-border::before{content: '';height: 76px;width: 1px;background-color: var(--white-light);position: absolute;bottom: -50px;left: 15px;}  

/*.animation-strip span { display: inline-block; transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1); transform: translate(20%, 100%); position: relative; z-index: 1; letter-spacing: -0.03em; text-shadow: 3px 4px 0 rgba(0, 0, 0, .1); } 
.animation-strip span:before { content: ''; position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 100%; transform: translateY(-40%); transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1); } */
.animation-strip span.row { overflow: hidden; line-height: 0.9; display: block; transform: none; } 
.animation-strip span.row:before { display: none; }
.animation-strip .animate { transform: translate(0, 0); } 
.animation-strip .animate:before { transform: translateY(100%); } 
  


.hero-banner-main-wrapper .tablet-slider .slick-dots {display: flex; justify-content: center; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li { position: relative;cursor: pointer;width: 64px;margin: 0px 8px; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li button { background-color: transparent; border: 0px; color: var(--oxide-prime); font-size: 1.4rem; line-height: 1.6rem; letter-spacing: 1px;font-weight:700;width: 44px; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li::before {content: '';width: 44px;position: absolute;height: 2px;background: #F1F3F4;left: 0px;top: 25px;opacity: 0.3; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li:hover::before { opacity:1; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li button { opacity: 0; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li.slick-active button { opacity: 1; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li.slick-active::after { background-position: right bottom;opacity: 1; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li::after { transition: all .5s ease-out; content: ''; width: 22px; position: absolute; height: 2px; left: 0px; top:11px; background-position: left bottom; background: linear-gradient(to left, var(--oxide-prime) 50%, #F1F3F4 50%); background-size: 200% 100%; opacity: 0;} 
.hero-banner-main-wrapper .tablet-slider .slick-dots li button:focus-visible{outline:none;}

.hero-banner-main-wrapper .tablet-slider .slick-dots li { position: relative;cursor: pointer;width: 64px;margin: 0px 8px; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li button { background-color: transparent;border: 0px;color: var(--oxide-prime);font-size: 1.4rem;line-height: 1.6rem;letter-spacing: 1px;font-weight: 700;width: 44px;top: -16px;position: relative;opacity: 0;transition: all 0.3s ease-in-out}
.hero-banner-main-wrapper .tablet-slider .slick-dots li::before { content: ''; width: 44px; position: absolute; height: 2px; background: #F1F3F4; left: 0px; top: 11px; opacity: 0.3;background: linear-gradient(to right, var(--oxide-prime) 50%, #F1F3F4 50%);background-size: 200% 100%;background-position: bottom right;  } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li:hover::before { opacity:1; } 
.hero-banner-main-wrapper .tablet-slider .slick-dots li.active button {opacity: 1;}
.hero-banner-main-wrapper .tablet-slider .slick-dots li.active::before{  opacity: 1; background-size: 200% 100%; background-position: bottom left;transition: all 30s ease-out;}
.hero-banner-main-wrapper .tablet-slider .slick-dots li button:focus-visible{outline:none;}

.hero-banner-main-wrapper{position: relative;}
.hero-banner-main-wrapper .tablet-slider-nav{position: absolute;bottom: 44px;left: 0;right: 0;margin: auto;}
.hero-banner-main-wrapper .tablet-slider-nav{display:none;}
.hero-banner-main-wrapper .mobile-video-cta{display:none;}

.banner-video-wrapper{position: absolute;width: 100%;height: 100%;opacity: 0;transition: all 0.3s ease-in-out;}

header.mega-header.slide-up{transform: translateY(-150%);}
.hero-banner-slider-wrapper .slick-dots.slide-left{transform: translateX(-150%);}
.hero-banner-sliding-item.slick-active .white-border.slide-bottom{transform: translateY(150%)!important;}
.slick-active .banner-image.no-op{opacity:0}
.banner-video-wrapper.has-op{opacity: 1;z-index: 9999;}

.banner-video-wrapper .video-item,.banner-video-wrapper .video-item .inv_videoMainContainer, .banner-video-wrapper .video-item .inv_videoMainContainer_inner, .banner-video-wrapper .video-item .inv_videoDisplay {height: 100%;}
.banner-video-wrapper .video-close{position: absolute;top: 60px;right: 60px;z-index: 10;font-size: 33px;color: #fff;}

.mobi-video-cta-wrapper{position: absolute;width: 100%;bottom: 10px;z-index:10;}
.banner-wrapper .banner-video-wrapper .inv_playerContainer{border-radius: 0px;}
.banner-wrapper .banner-video-wrapper .inv_playerContainer .inv_videoMainContainer{overflow: hidden;}
.banner-wrapper .banner-video-wrapper .inv_videoReady .inv_videoArea{height: 100%;background-color: var(--graphite-dark);}
.hero-banner-main-wrapper .banner-bottom-gradient-image{height: 2000px;bottom: -2000px;}
.hero-banner-main-wrapper.banner-wrapper{padding-bottom:0px;}

/* === HERO BANNER CSS === */
@media all and (min-width: 991px){
.hero-banner-sliding-item .content-wrapper{opacity: 0;transition: all 1s ease-in-out}
.hero-banner-sliding-item.slick-active .content-wrapper{transform: translateY(100%);}
.hero-banner-sliding-item.slick-active .content-wrapper.active{opacity: 1;transform: translateY(0);}

.hero-banner-sliding-item .white-border{transition: all 0.5s ease-in-out;transform: translateY(100%);}
.hero-banner-sliding-item .white-border.active{transition: all 0.5s ease-in-out;transform: translateY(0);}
}
@media all and (max-width: 991.98px) {
.hero-banner-main-wrapper .hero-banner-sliding-item{flex-flow: column;height: auto;min-height: auto;padding:0px;}
.hero-banner-main-wrapper .hero-banner-sliding-item .banner-image{position: relative;height: 442px;}
.banner-video-wrapper .video-item, .banner-video-wrapper .video-item .inv_videoMainContainer, .banner-video-wrapper .video-item .inv_videoMainContainer_inner, .banner-video-wrapper .video-item .inv_videoDisplay{height: 442px;min-height: 442px}
.banner-video-wrapper .video-close{top: 32px;right: 40px}
.hero-banner-slider-wrapper .slick-dots{justify-content: unset;top: 197px;}
.hero-banner-sliding-item > .white-border::before{height: 273px;left: 32px;}
.hero-banner-sliding-item > .white-border{background: var(--cobalt-gradient);}
.hero-banner-sliding-item > .white-border > .content-wrapper{padding: 64px 0 133px;}
.hero-banner-slider-wrapper .slick-dots li{padding-left: 34px;}
.hero-banner-slider-wrapper .slick-dots li::before{width: 34px;}
.hero-banner-slider-wrapper .slick-dots li::after{width:17px;}
.hero-banner-main-wrapper .tablet-slider-nav{display:block;}
.hero-banner-main-wrapper .banner-bottom-gradient-image{display:none;}
}
@media all and (max-width: 767.98px) {
.hero-banner-main-wrapper .hero-banner-sliding-item .banner-image{height:211px;}
.banner-video-wrapper .video-item, .banner-video-wrapper .video-item .inv_videoMainContainer, .banner-video-wrapper .video-item .inv_videoMainContainer_inner, .banner-video-wrapper .video-item .inv_videoDisplay{height:211px;min-height:211px;}
.banner-video-wrapper .video-close{top: 15px;right: 20px;}
.hero-banner-sliding-item > .white-border > .content-wrapper{padding: 32px 0 81px;}
.hero-banner-sliding-item > .white-border::before{display:none}
.hero-banner-slider-wrapper .slick-dots{display:none;}
.hero-banner-main-wrapper .tablet-slider-nav{bottom: 32px;}
.hero-banner-main-wrapper .mobile-video-cta{display:block;position: absolute;top: 167px;z-index: 21;left: 16px;}
}
/* === HERO BANNER CSS === */

/* === BIOGRAPHY CSS === */
.bod-module .bod-intro-content .h6 { color:var(--cobalt-light);} 
.bod-module .bod-intro-content h2 { color:var(--cobalt-prime);} 
.bod-module .bod-intro-content { margin-bottom:40px;} 
.bod-module .tab-bod-content-wrapper .bod-content-details { width: calc(300% + 60px); position: relative; margin-top: 40px; border-radius: 20px;background-color: var(--white-light);box-shadow: var(--small-shadow);padding: 40px 0px 48px; display: none;border:2px solid var(--cobalt-prime);} 
.bod-module .tab-bod-content-wrapper .bod-member:nth-child(3n+2) .bod-content-details { left: calc(-100% - 30px); } 
.bod-module .tab-bod-content-wrapper .bod-member:nth-child(3n) .bod-content-details { left: calc(-200% - 60px); } 
.bod-module .tab-bod-content-wrapper .bod-content-details a.btn-close { font-size: 4.0rem;color: var(--graphite-light);position: absolute;right: 100px;top: 47px;z-index: 1;} 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper { display: block; box-shadow: var(--small-shadow);background:var(--cobalt-prime);border-radius: 16px;padding: 2px;box-sizing: border-box; } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper:hover { background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #060f76 0%, #1D5EDC 100%); } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box { position: relative; } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box::before { content:''; } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .bod-image img { border-top-left-radius: 13px;border-top-right-radius: 13px; height: 300px; } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .white-section { padding: 28px 30px 36px; background-color: var(--white-light);border-bottom-left-radius: 14px;border-bottom-right-radius: 14px; } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .name { margin-bottom: 6px; color: var(--cobalt-prime); } 
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .role { color: var(--cobalt-light); text-transform: uppercase; } 
.bod-module .tab-bod-content-wrapper .bod-member { margin-bottom:36px; } 
.bod-module .tab-bod-content-wrapper { margin-top: 48px; } 
.bod-module .bod-box-wrapper .open-btn { position: absolute;bottom: -27px;left: 0;right: 0;margin: auto;text-align: center;padding: 4px;background-color: var(--white-light);width: 56px;height: 56px;border-radius: 100%; display:none; transition: 0.5s; } 
.bod-module .bod-box-wrapper:hover .open-btn,.bod-box-wrapper.active .open-btn { display:block; } 
.bod-module .bod-box-wrapper .open-btn .opn { background-color: var(--white-light);border: 2px solid var(--cobalt-light);width: 48px;height: 48px;border-radius: 100%;display: flex;align-items: center;justify-content: center; } 
.bod-module .bod-box-wrapper .open-btn .opn span.icon-plus { background: var(--cobalt-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;font-size: 1.8rem; } 
.bod-module .bod-box-wrapper .open-btn .opn span.icon-minus { display:none; color:var(--white-light) } 
.bod-module .bod-box-wrapper.active .open-btn button span.icon-minus { display:block; } 
.bod-module .bod-box-wrapper.active .open-btn button span.icon-plus { display:none; } 
.bod-module .bod-box-wrapper.active .open-btn button { background: var(--cobalt-gradient);border-color: transparent; } 
.bod-module .bod-content-details .h4 { color: var(--cobalt-prime); margin-bottom: 4px; } 
.bod-module .bod-content-details .role { color: var(--cobalt-light); text-transform: uppercase;margin-bottom: 21px;}
.bod-module .bod-content-details .share-link { font-size: 21px;margin-left: 37px;color: var(--cobalt-prime); } 
.bod-module .bod-intro-content .h6{margin-bottom:0px;}
.bod-module .bod-intro-content h2{margin-top:12px;margin-bottom:0px;}
/* === BIOGRAPHY CSS === */

@media all and (max-width: 991.98px) {
 .bod-module .tab-bod-content-wrapper .bod-content-details { width: calc(300% + 30px); } 
 .bod-module .tab-bod-content-wrapper .bod-member:nth-child(3n) .bod-content-details { left: calc(-200% - 30px); } 
 .bod-module .tab-bod-content-wrapper .bod-member:nth-child(3n+2) .bod-content-details { left: calc(-100% - 15px); }
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .bod-image img{ height: 180px;}
 .bod-module .bod-intro-content { margin-bottom: 32px; } 
 .bod-module .tab-bod-content-wrapper { margin-top: 34px; } 
 .bod-module .bod-box-wrapper .bod-member-box .white-section { padding: 16px; min-height: 144px; } 
 .bod-module .bod-box-wrapper .open-btn .opn span.icon { font-size: 1.1rem; } 
 .bod-module .bod-box-wrapper .open-btn .opn { width:27px; height:27px; } 
 .bod-module .bod-box-wrapper .open-btn { width: 32px;height: 32px; padding: 2px; bottom: -16px; } 
 .bod-module .bod-box-wrapper .bod-member-box .role { margin-bottom:4px; } 
 .bod-module .bod-box-wrapper .bod-member-box .white-section { min-height:auto; } 
 .bod-module .tab-bod-content-wrapper .bod-content-details { padding: 40px; } 
 .bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .white-section{padding: 16px 16px 20px;}
 }
@media all and (max-width: 767.98px) {
 .bod-module .tab-bod-content-wrapper .bod-content-details { width: 100%; padding: 24px; } 
 .bod-module .tab-bod-content-wrapper .bod-member:nth-child(even) .bod-content-details,.bod-module .tab-bod-content-wrapper .bod-member:nth-child(3n) .bod-content-details, .bod-module .tab-bod-content-wrapper .bod-member:nth-child(3n+2) .bod-content-details { left: 0 } 
 .bod-module .bod-intro-content { margin-bottom: 20px; } 
 .bod-module .bod-box-wrapper .bod-member-box .white-section { padding: 20px 24px; } 
 .bod-module .bod-box-wrapper .open-btn { width: 44px; height: 44px; padding: 3px; bottom: -22px; } 
 .bod-module .bod-box-wrapper .open-btn .opn { width: 37px; height: 37px; } 
 .bod-module .bod-box-wrapper .open-btn .opn span.icon { font-size: 1.4rem; } 
 .bod-module .bod-member { margin-bottom: 54px; } 
 .bod-module .tab-bod-content-wrapper .bod-content-details { padding: 24px; } 
 .bod-content-details .share-link { font-size: 16px; margin-left: 20px; } 
 .bod-module .tab-bod-content-wrapper .bod-content-details a.btn-close { font-size: 2.4rem;right: 32px;top: 32px; } 
 .bod-module .bod-content-details .role { padding-right: 30px; } 
 .bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .white-section{height: auto !important;}
 .bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .white-section {
  padding: 20px 28px 24px;
}
.bod-module .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .bod-image img {
  min-height: 280px;
}
.bod-module .bod-intro-content h2 {margin-top: 8px;}
 }
/* === BIOGRAPHY CSS === */

/* === Configurable text CSS === */
.text-module.module-wrapper.padding-top{padding-top:128px !important;}
.text-module-wrapper .text-content-wrapper.intro-content{color:var(--graphite-dark);padding-bottom:0;}
.text-module-wrapper .text-content-wrapper{margin-top:24px;}
.text-module-wrapper .text-content-wrapper:not(.intro-content){color:var(--graphite-prime);}
.text-module-wrapper .text-content-wrapper.body-large{margin-bottom: 0;padding-bottom: 2px;}
.text-module-wrapper .vertical-line{position:relative;z-index: 1;}
.text-module-wrapper .vertical-line .line{position: absolute;height: 165px;width: 1px;background: var(--cobalt-light);left: 0px;z-index: 1;top: -128px;}
.text-module-wrapper .vertical-line .horizontal{content: '';position: absolute;width: 70px;height: 1px;left: 0px;top: 37px;background: var(--cobalt-light);}
.text-module-wrapper .vertical-line .horizontal::before{content: '';position: absolute;bottom: 0px;height: 6px;background: var(--cobalt-prime);width: 6px;border-radius: 100%;left: 70px;
top: -3px;}

#module---content-text-left .text-module-wrapper .vertical-line{display:none;}
#module---configurable-text-two-column .text-module-wrapper .vertical-line{display:none;}
.text-module-wrapper .bg-blue.white-color .vertical-line{display:none;}
.text-module-wrapper .subheading{color:var(--cobalt-light);margin-bottom:12px;}
.text-module-wrapper .heading{background:var(--cobalt-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.text-module-wrapper .heading h2{margin-bottom:0px;}
.text-module-wrapper .link-section p.primary-link-text {margin-right:32px;}
.text-module-wrapper .bg-blue{padding:64px 10px 61px 0;background-color: var(--cobalt-dark);border-radius: 0;position: relative}
.text-module-wrapper .bg-blue::before{content: '';position: absolute;width: 100%;background: var(--cobalt-dark);height: 100%;top: 0;left: -100%;}
.text-module-wrapper .bg-blue::after {content: '';background: var(--cobalt-dark);width: 41px;height: 100%;position: absolute;top: 0;right: -35px;border-radius: 0px 20px 20px 0px;}
.text-module-wrapper .bg-blue.white-color .subheading > p{color:var(--oxide-prime);}
.text-module-wrapper .bg-blue.white-color .heading{color: var(--white-light);-webkit-text-fill-color:var(--white-light);}
.text-module-wrapper .bg-blue.white-color .text-content-wrapper{color: var(--white-light);-webkit-text-fill-color:var(--white-light);}
.text-module-wrapper .bg-blue.white-color .link-section .secondary-link{z-index:1;}
.text-module-wrapper .bg-blue.white-color .link-section p.secondary-link-text .cta-secondary{color: var(--white-light);}
.text-module-wrapper .bg-blue.white-color .link-section p.secondary-link-text .cta-secondary:hover{background: var(--oxide-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.text-module-wrapper .bg-blue.white-color .link-section p.secondary-link-text .cta-secondary span.icon-arrow:hover{background:var(--oxide-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.text-module-wrapper .bg-blue.white-color .link-section p.secondary-link-text{margin-left:0px;}
.text-module-wrapper .bg-white .link-section p.secondary-link-text{margin-left:0px;}
.text-module-wrapper .right-content ul li {list-style-type: disc !important;}
.text-module-wrapper .left-right-row p{margin-bottom: 60px}
.text-module-wrapper .left-right-row p:last-child{margin-bottom: 0}
.text-module-wrapper .left-right-row ul{padding-left: 28px}
.text-module-wrapper .left-right-row ul li{margin-bottom: 58px}
.text-module-wrapper .left-right-row ul li:last-child{margin-bottom: 0}
.has-left-right-content .link-section{-ms-flex-direction: column !important;flex-direction: column !important;margin-top: -2px;}
.has-left-right-content .link-section .primary-link{margin-bottom: 7px;}

@media all and (min-width: 768px) and (max-width:991.98px){
.text-module-wrapper .text-content-wrapper.intro-content{padding-bottom:0;}
.text-module-wrapper .text-content-wrapper{margin-top:16px;}
.text-module.module-wrapper.padding-top{padding-top:96px !important;}
.text-module-wrapper .bg-blue {padding: 32px 3px 17px 0;}
.text-module-wrapper .bg-blue::after{border-radius: 0px 16px 16px 0px;width: 15px;right: -14px;}
.text-module-wrapper .vertical-line .line{left: 0px;top: -96px;bottom: auto;height: 133px;}
.text-module-wrapper .vertical-line .horizontal{left: 0px;top: 37px;width:52px;}
.text-module-wrapper .vertical-line .horizontal::before{left:47px;}
}

@media all and (max-width:767.68px){
.text-module-wrapper .text-content-wrapper.intro-content{padding-bottom:0;margin-top:16px;}
.text-module-wrapper .text-content-wrappe{margin-top:16px;}
.text-module-wrapper .bg-blue::after, .text-module-wrapper .bg-blue::before{display: none}
.text-module-wrapper .bg-blue{padding:24px 16px 32px;border-radius: 12px}
.text-module-wrapper .bg-white .link-section p.secondary-link-text { margin-left: 6px;}
.text-module-wrapper .vertical-line .line{display:none;}
.text-module-wrapper .vertical-line .horizontal{display:none;}
.text-module-wrapper .heading .h2-plus{line-height: 4.3rem;}
.text-module-wrapper .link-section p.primary-link-text {margin-right: 10px;}
}


/* Global style for template */
.text-module-wrapper .text-content-wrapper.body-large p.content{margin-bottom:64px;}
.text-module-wrapper .text-content-wrapper p span.rad-highlight {color: var(--graphite-prime);}
.text-module-wrapper .text-content-wrapper h3 span.rad-header{font-size: clamp(2.4rem, 1.6rem + 1.667vw, 4rem);line-height: 4.8rem;font-weight: 700;color:var(  --cobalt-prime);}
.text-module-wrapper .text-content-wrapper table thead th{font-size: clamp(1.4rem, 1.1rem + 0.625vw, 2rem);line-height: 2.8rem;font-weight: 700;color:var(--cobalt-dark);}
.text-module-wrapper .text-content table .rad-tablestyle1{width:100%;}
.text-module-wrapper .text-content-wrapper p img{width:100% !important;height:100% !important;margin-top:48px;}
.text-module-wrapper .text-content-wrapper ul li a{list-style-type:disc !important;color:var(--cobalt-light);}
.text-module-wrapper .text-content-wrapper ul li a.bottom-line{position:relative;}
.text-module-wrapper .text-content-wrapper ul li a.bottom-line:after {border-bottom: 1px solid var(--cobalt-light);content: '';position: absolute;width: 100%;height: 0;left: 0;bottom: 0px;}
.text-module-wrapper .text-content-wrapper ul li{list-style-type:disc !important;margin-left:25px;font-size: clamp(1.6rem, 1.5rem + 0.208vw, 1.8rem);line-height: 2.8rem;font-family:var(--neuzeit-grotesk);font-weight:400;padding:12px 0px 12px 0px;}
a.a-color {color: var(--cobalt-light)!important;text-decoration: underline;}
.text-module-wrapper .content-main-wrapper.has-section-background {
    padding: 48px 100px;
    border-radius: 20px;
}

@media all and (max-width: 991.98px){
  .text-module-wrapper .content-main-wrapper.has-section-background {
    padding: 24px 50px;
  }
}
@media all and (min-width: 768px) and (max-width:991.98px){
.text-module-wrapper .text-content-wrapper p span.rad-highlight {line-height:2.4rem}
.text-module-wrapper .text-content-wrapper h3 span.rad-header{line-height:4.4rem}
.text-module-wrapper .text-content-wrapper p img{width:100% !important;height:100% !important;}
}
@media all and (max-width:767.68px){
.text-module-wrapper .text-content-wrapper p span.rad-highlight{line-height:2.0rem;}
.text-module-wrapper .text-content-wrapper h3 span.rad-header{line-height:3.2rem}
.text-module-wrapper .text-content-wrapper p img{width:100% !important;height:100% !important;}
.text-module-wrapper .text-content-wrapper ul li{padding:12px 0px 12px 0px;margin:0px 0px 0px 12px;}
.text-module-wrapper .subheading{margin-bottom: 8px;}
.text-module.module-wrapper.padding-top {padding-top: 24px !important;}
}

body.safari .text-module-wrapper .heading{-webkit-text-fill-color: var(--cobalt-prime)}

/* === Configurable text CSS === */

/* === Accordion CSS === */
.accordion-text-module-wrapper .vertical-line { position: relative; } 
.accordion-text-module-wrapper .vertical-line .line { position: absolute; height: calc(100% - 29px); top: 16px; width: 1px; background: var(--cobalt-prime); left: -32px; z-index: 1; } 
.accordion-text-module-wrapper .vertical-line .line::before { content: ""; position: absolute; bottom: 0px; height: 60px; background: var(--cobalt-prime); width: 1px; } 
.accordion-text-module-wrapper .vertical-line .line::after { content: ""; position: absolute; bottom: 0px; height: 6px; background: var(--cobalt-prime); width: 6px; border-radius: 100%; left: -2px; } 
.accordion-text-module-wrapper .accordion-title { color: var(--cobalt-prime); padding-top: 12px; } 
.accordion-text-module-wrapper .accordion-title > h2 { margin-bottom: 16px; } 
.accordion-text-module-wrapper .accordion-subtitle { color: var(--cobalt-light); /*padding-top: 76px;*/ } 
.accordion-text-module-wrapper .accordion-body { padding-bottom: 0; } 
.accordion-text-module-wrapper .accordion-link { padding-bottom: 0; } 
.accordion-main-wrapper .accordion-item { position: relative; margin-bottom: 16px; background: var(--white-light); box-shadow: var(--small-shadow); border-radius: 16px; } 
.accordion-main-wrapper .accordion-item:last-child { margin-bottom: 0; } 
.accordion-main-wrapper .accordion-item .accordion-item-wrapper { width: 100%; border-radius: 20px; } 
.accordion-main-wrapper .accordion-item .accordion-item-wrapper.active { border: 2px solid var(--cobalt-prime); } 
.accordion-main-wrapper .accordion-item .accordion-item-wrapper.active .accordion-content { padding: 0px 93px 19px 32px;} 
.accordion-main-wrapper a.accordion-expand { border: 2px solid transparent; position: relative; padding: 30px 93px 30px 32px; border-radius: 20px; background-color: var(--white-light); }
.accordion-main-wrapper a.accordion-expand:not(.active):hover { border: 2px solid var(--cobalt-prime); } 
.accordion-main-wrapper a.accordion-expand.active:focus { outline: 0; } 
.accordion-main-wrapper a.accordion-expand:not(.active):hover > span.icon {background: linear-gradient(90deg, #060f76 0%, #1d5edc 100%); color: var(--white-light); } 
.accordion-main-wrapper a.accordion-expand > span.icon { display: inline-block; color: var(--cobalt-prime); font-size: 1.8rem; margin-left: 12px; position: absolute; right: 31px; top: calc(50% - 1px); transform: translateY(-50%); border: 2px solid #1136a8; border-radius: 50px;width: 48px;height: 48px;display: flex;align-items: center;justify-content: center; } 
.accordion-main-wrapper a.accordion-expand.active > span.icon { background: linear-gradient(90deg, #060f76 0%, #1d5edc 100%); color: var(--white-light); } 
.accordion-main-wrapper .accordion-item .accordion-item-wrapper .accordion-title { color: var(--cobalt-prime); } 
.accordion-main-wrapper .accordion-item .accordion-content { display: none; padding: 0 93px 24px 32px; /*transition: all 0.3s ease-in-out*/}
.accordion-main-wrapper .accordion-item .accordion-content .body-small{margin-bottom:0px;}
.accordion-main-wrapper .accordion-item .accordion-content > p { margin-top: 0; } 
.accordion-main-wrapper .accordion-item .accordion-content ul { list-style: disc; padding-left: 15px; padding-top: 20px; } 
.accordion-main-wrapper .accordion-item .accordion-content ul li{list-style: disc !important;}
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content { padding: 12px 8px 8px 20px; border-radius: 12px; width: 100%; height: 72px; } 
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:last-child { margin-bottom: 30px; } 
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover { background: var(--white-prime); border-radius: 8px; color: var(--cobalt-dark); } 
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .download-title p { text-decoration: underline; } 
.standard-tab-module .accordion-main-wrapper .download-title { padding-right: 15px; } 
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .download-link .cta-download span.text,.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .download-link .cta-arrow span.text { background: var(--argon-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .download-link p span.icon-video-play,
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .download-link .cta-arrow span.icon-arrow::before,
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .cta.cta-download span.icon-download::before,
 .accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .cta.cta-download span.icon-download::after { background: var(--argon-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } 
 .accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content .download-link .cta { margin-top: 0px; } 
.standard-tab-module .accordion-main-wrapper .cta-secondary:hover span.icon { padding-left: 11px; } 
.standard-tab-module .accordion-main-wrapper .cta-secondary:hover span.icon-video-play { background: linear-gradient(90deg, #850048 0%, #d90276 100%); padding-left: unset; -webkit-text-fill-color: #fff; } 
.standard-tab-module .accordion-main-wrapper .cta-secondary span.icon-video-play { display: flex; font-size: 12px; margin-left: 11px; line-height: 13px; color: #fff; text-align: center; transition: 0.5s; height: 30px; width: 30px; border-radius: 50%; background: linear-gradient(90deg, #060f76 0%, #1d5edc 100%); color: #fff; justify-content: center; align-items: center; } 
.standard-tab-module .accordion-main-wrapper .download-link a { margin-right: 20px; } 
.standard-tab-module .accordion-main-wrapper .download-link a:last-child { margin-right: 0px; } 
.standard-tab-module .accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .cta-secondary { background: var(--argon-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } 
.standard-tab-module .accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover span.icon-video-play { background: linear-gradient(90deg, #850048 0%, #d90276 100%); padding-left: unset; -webkit-text-fill-color: #fff; } 

.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content .cta-secondary span.icon-download {padding-left: 11px;}
.accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content:hover .cta.cta-download span.icon-download::before {-webkit-animation: arrowUp 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);-moz-animation: arrowUp 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);-ms-animation: arrowUp 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);-o-animation: arrowUp 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);animation: arrowUp 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordion-inside-tabs .accordion-inner-wrapper > .container-fluid {
  padding: 0;
}



@media all and (min-width: 768px) and (max-width: 991.98px){
 .accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content { height: 56px; } 
 .accordion-main-wrapper a.accordion-expand {padding: 19px 80px 19px 24px; } 
 .accordion-main-wrapper a.accordion-expand > span.icon {font-size: 1.3rem;width: 36px;height: 36px;}
 }

@media all and (max-width: 767.98px){
 .accordion-main-wrapper .accordion-item { /* padding: 8px 16px 8px 16px; */}
  .standard-tab-module .accordion-main-wrapper .cta-secondary span.icon-video-play { width:25px; height:25px; font-size:10px; } 
 .download-link { align-items: center;margin-top: 16px; } 
 .accordion-main-wrapper a.accordion-expand > span.icon { right: 9px; font-size: 10px; padding: 5px;width: 26px;
height: 26px; } 
 .accordion-main-wrapper .accordion-item .accordion-item-wrapper.active .accordion-content { padding: 8px 16px 14px 16px; } 
 .accordion-main-wrapper .accordion-item .accordion-content > .download-module-main-wrapper .download-content { width: 100%; height: auto; padding: 20px; } 
 .standard-tab-module .accordion-main-wrapper .download-title { padding-bottom: 24px; } 
 .accordion-main-wrapper a.accordion-expand{padding: 14px 60px 14px 16px;border-radius: 16px;}
 }

body.nojs .accordion-main-wrapper .accordion-item .accordion-content { display: block !important; } 
body.nojs .accordion-expand { display: none !important; } 

/* === Accordion CSS === */

/* === LOCATION CAROUSEL CSS === */
.location-carousel-main-content > .label{margin-bottom: 10px;}
.location-carousel-main-content .content{margin-top: 21px;}
.location-carousel-main-content .content > p{margin-bottom: 8px}
.location-carousel-main-content .card-arrows{margin-top: 33px;}

ul.card-arrows li.card-arrow-item.prev > a > span.icon{transform: rotate(180deg);}
ul.card-arrows li.card-arrow-item.prev{margin-right: 24px}

.location-carousel-inner-wrapper{background: var(--grey-one);min-height: 610px}
.location-carousel-list-wrapper > .slick-list{width: 111%;padding: 0 11% 0 0;}
.location-carousel-list-wrapper > .slick-list::before{content: '';position: absolute;width: auto;height: 100%;right: 0;box-shadow: -1px 0px 6px 1px rgba(0, 0, 0, 0.25);z-index: 1;}

.location-card{text-decoration: none;display: block;min-height: 475px;background: var(--white-color);border-radius: 10px;border: 1px solid var(--black-color);padding: 20px 20px 65px 20px;position: relative}
.location-card:hover{text-decoration: none}
.location-card .flag-image{height: 48px; width: 48px;border-radius: 100px;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));margin-bottom: 21px;}
.location-card .country-title{margin-bottom: 2px;}
.location-card .sub-title{margin-top: 14px;margin-bottom: 6px;}
.location-card .link-cta{margin-top: 40px;position: absolute;bottom: 15px;}

@media all and (max-width: 1439.98px){
	.location-carousel-list-wrapper > .slick-list{width: 100%;}
}
@media all and (max-width: 767.98px){
	.location-carousel-inner-wrapper{position: relative;padding-bottom: 100px;}
    .location-carousel-inner-wrapper > .container-fluid > .row > .col-md-3{position: inherit}
    .location-carousel-main-content .card-arrows{position: absolute;bottom: 50px;margin: 0;}
    .location-carousel-main-content{margin-bottom: 30px;}
    .location-carousel-list-wrapper > .slick-list{padding: 0}
    .location-carousel-list-wrapper > .slick-list::before{display: none}
}
/* === LOCATION CAROUSEL CSS === */

/* === Contact MAP CSS === */
.contact-map-main .block-title .h4 {color: var(--dark-color);}
.contact-map-main .detail-content{margin: 14px 0 0;}
.contact-map-main .detail-content > p {font-size: 1.6rem;line-height: 2.4rem;color: var(--dark-color); margin: 0 0 8px;}
.contact-map-main .contact-bottom-text {margin: 54px 0 0;border-left: 1px solid var(--black-color);padding-left: 20px;}
.contact-map-main .contact-bottom-text .contact-details {padding-top: 24px;}
.contact-map-main .contact-bottom-text .contact-details > p {margin: 0 0 16px;}
.contact-map-main .contact-bottom-text .contact-details > p > a {color: var(--dark-color); margin-left: 20px;}
.contact-map-main .contact-bottom-text .contact-details .phone .icon-phone {font-size:1.8rem;line-height:1.8rem;}
.contact-map-main .contact-bottom-text .contact-details .fax .icon-fax {font-size:1.8rem;line-height:1.8rem;}
.contact-map-main .contact-bottom-text .contact-details .website .icon-globe {font-size:2rem;line-height:2rem;}
.contact-map-main .map-wrapper {padding-left: 50px;}
.contact-map-main .map-wrapper .map-content {background: var(--grey-three);border-radius: 10px;padding: 20px;}
.contact-map-main .map-wrapper .map-content > iframe {width:100%; height: 500px;}

@media all and (max-width: 767.98px){
.contact-map-main .map-wrapper {padding-left: 0;padding-top:50px;}
}

/* === Contact MAP CSS === */

/*=== MAP STYLE === */
.image-text-back-signpost-main-wrapper.is-overlap + .operate-map-main-wrapper .operate-map-top-wrapper{padding: 163px 0 0;}
.operate-map-main-wrapper{position: relative}
.operate-map-main-wrapper .operate-map-top-wrapper {background: var(--blue-xlignt);padding: 73px 0 0;}
.operate-map-main-wrapper .operate-map-top-wrapper .title{margin-bottom: 48px;}
#map-main-wrapper{display: flex;justify-content: flex-end;background: var(--blue-xlignt);width: 100%;height: 650px;min-height: 650px;border-top: 1px solid var(--blue-light);}
#map-main-wrapper > .jvectormap-container{width: 70%;height: 100%;}
#map-main-wrapper > .jvectormap-container > svg path.jvectormap-region.clickedRegion{fill: var(--blue-dark-map)}
#map-main-wrapper > .jvectormap-container > svg text.jvectormap-marker{fill: var(--white-color)}

#map-popup-wrapper{position: absolute;width: 100%;z-index: 0;bottom: 88px;visibility: hidden;opacity: 0;transition: all 0.7s ease-in-out;}
#map-popup-wrapper.active{visibility: visible;opacity: 1;}
#map-popup-wrapper .map-popup-inner-wrapper{background: var(--white-color);box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);border-radius: 10px;min-height: 508px;padding: 23px 32px 30px;max-height: 508px;overflow-x: hidden;position: relative;overflow-y: scroll;scrollbar-color: #00A19A #E3E3E3;scrollbar-width: auto;}
#map-popup-wrapper .map-popup-inner-wrapper::-webkit-scrollbar{width: 5px !important}
#map-popup-wrapper .map-popup-inner-wrapper::-webkit-scrollbar-track{background:#E3E3E3}
#map-popup-wrapper .map-popup-inner-wrapper::-webkit-scrollbar-thumb{background-color: #00A19A;}
#map-popup-wrapper .map-popup-inner-wrapper > a.map-pop-close{position: absolute;top: 30px;right: 25px;font-size: 1.8rem;line-height: 1.8rem;text-decoration: none;color: var(--blue-navy);z-index: 1;}
#map-popup-wrapper .map-popup-inner-wrapper .overview-wrapper .content > p{margin: 0 0 7px}
#map-popup-wrapper .map-popup-inner-wrapper .overview-wrapper .content > ul li{margin-bottom: 8px}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card-item > .title > h3{margin-bottom:0}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card-item .address > p{margin-top: 0}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card-item .address .phone{margin-bottom: 16px;}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card {padding-bottom: 24px;border-right: 1px solid var(--grey-three);}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card:nth-child(3n+3){border-right:0}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card:first-child{border-left: 1px solid var(--grey-three);}
#map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card:nth-child(3n+4){border-left: 1px solid var(--grey-three);}
#map-popup-wrapper .map-popup-inner-wrapper .flag-title-wrapper{border-bottom: 1px solid var(--grey-three);padding-bottom: 15px;margin-bottom: 20px;}
#map-popup-wrapper .map-popup-inner-wrapper .flag-title-wrapper .flag-image{width: 32px;height: 32px;border-radius: 100px;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));margin-right: 16px;}
#map-popup-wrapper .map-popup-inner-wrapper p.phone > a,#map-popup-wrapper .map-popup-inner-wrapper p.website > a{color: var(--dark-color);text-decoration: none;display: block}
#map-popup-wrapper .map-popup-inner-wrapper p.phone > a:hover > span.text,#map-popup-wrapper .map-popup-inner-wrapper p.website > a:hover > span.text{text-decoration: underline;}
#map-popup-wrapper .map-popup-inner-wrapper p.phone >a >span.icon{display: inline-block;font-size: 1.2rem;line-height: 1.2rem;background: #00A19A;border-radius: 100px;padding: 6px;color: #fff;margin-right:12px}
#map-popup-wrapper .map-popup-inner-wrapper p.website >a >span.icon{display: inline-block;font-size: 1.3rem;line-height: 1.3rem;background: #00A19A;border-radius: 100px;padding: 5.5px;color: #fff;margin-right:12px}
#map-popup-wrapper .map-popup-inner-wrapper p.website > a >span.text {word-break: break-all;}

@media all and (max-width: 1600.98px){
	#map-main-wrapper > .jvectormap-container{width: 100%}
}
@media all and (max-width: 1200.98px){
	#map-main-wrapper > .jvectormap-container{width: 100%}
}
@media all and (max-width: 767.98px){
	#map-main-wrapper{height: 420px;min-height: 420px;}
    .image-text-back-signpost-main-wrapper.is-overlap + .operate-map-main-wrapper .operate-map-top-wrapper{margin-top:-190px;padding: 240px 0 0}
    .operate-map-tabs-wrapper{position: absolute;bottom: -420px;width: 100%;left: 0;z-index: 1;padding: 0 30px;}
    #map-popup-wrapper{position: relative;bottom: 0;margin-top: 50px;display: none}
    #map-popup-wrapper.active{display: block}
    #map-popup-wrapper .map-popup-inner-wrapper{min-height: 100%;max-height: 100%;overflow-y: auto;padding: 23px 20px}
    
    #map-popup-wrapper .map-popup-inner-wrapper .overview-wrapper{border-bottom: 1px solid var(--grey-three);padding-bottom: 15px;margin-bottom: 20px;}
    #map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card{padding-bottom: 0}
    #map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card .contact-card-item {border-bottom: 1px solid var(--grey-three);padding-bottom: 15px;margin-bottom: 25px;}
    #map-popup-wrapper .map-popup-inner-wrapper .contact-wrapper .contact-card:last-child .contact-card-item{padding-bottom: 0;margin-bottom: 0; border-bottom: 0}
}

body.nojs .operate-map-main-wrapper{display: none}

/*=== MAP STYLE === */

/*=== Video Popup STYLE === */
.full-image-content-wrapper .image-video-bg{min-height: 500px;background-size: cover;background-position: center center;background-repeat: no-repeat;position: relative}

.full-image-content-wrapper .image-video-bg.video-background {overflow: hidden;position: relative;padding-bottom: 56.25%;height: 0;min-height: 0;background-color: transparent;}
.full-image-content-wrapper .image-video-bg.video-background .yt-video-wrapper {width: 100%;height: 100%;position: absolute;left: 0;right: 0;}
.full-image-content-wrapper .image-video-bg.video-background .yt-video-wrapper > iframe {width: 100%;height: 100%;position: absolute;pointer-events: none;}

.full-image-content-wrapper .image-video-bg.video-background .vimeo-background-wrapper {width: 100%;height: 100%;position: absolute;left: 0;right: 0;}
.full-image-content-wrapper .image-video-bg.video-background .vimeo-background-wrapper > iframe {width: 100%;height: 100%;position: absolute;pointer-events: none;}

.full-image-content-wrapper .image-video-bg.brite-video-background{max-height: 500px;pointer-events: none}
.full-image-content-wrapper .image-video-bg.brite-video-background .britecoveVideoBack *{max-height: 500px;}
.full-image-content-wrapper .image-video-bg.brite-video-background .britecoveVideoBack video{object-fit: cover}

.video-trigger .play-btn .icon-arrow-right {width: 0;height: 0;border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 40px solid var(--white-color);}

.video-trigger .play-btn {display: inline-flex;position: absolute;right: 50px;bottom: 35px;z-index: 1;}
.mfp-inline-holder > .mfp-content{line-height: 0;width: 100%;max-width: 900px;}
.mfp-close-btn-in .mfp-close{background: #fff;color: #000;width: 44px;height: 44px;padding: 0;display: flex;justify-content: center;align-items: center;top: -45px;right: 0;}

@media all and (max-width: 767.98px){
.video-trigger .play-btn {right: 15px;bottom: 15px;}
.video-trigger .play-btn .icon-arrow-right {border-top-width: 20px;border-bottom-width: 20px;border-left-width:30px;}
}

/*=== Video Popup STYLE === */

/*=== CAlender STYLE === */
.reports-table-wrapper table{margin-top: 32px;}
.event-table-wrapper table thead tr th{background: var(--white-light);border-bottom: 2px solid var(--cobalt-light);color:var(--cobalt-prime);font-family: var(--neuzeit-grotesk);font-style: normal;font-weight: 700;font-size: 20px;line-height: 28px;padding: 8px 0px 8px 0px;}
.upcoming.event-table-wrapper table th:first-child{width:15%;text-align:left;padding-left:24px;}
.upcoming.event-table-wrapper table th:nth-child(2){width: 58%;text-align:left;}
.upcoming.event-table-wrapper table th:nth-child(3){width: 14%;}
.past.event-table-wrapper table th:first-child{width:15%;text-align:left;}
.past.event-table-wrapper table th:nth-child(2){width: 58%;}
.past.event-table-wrapper table th:nth-child(3){width: 14%;}
.events{display:none;}
.events.event-active{display:Block;}
.reports-table-wrapper table th:first-child{width:15%;text-align:left;padding-left:24px;}
.reports-table-wrapper table tbody tr:nth-child(2n-2) td{background:var(--white-dark);}
.reports-table-wrapper table tbody tr td{padding: 18px 0px 18px 0px;}
.reports-table-wrapper table tbody tr td:first-child{padding-left:24px;}
.upcoming.event-table-wrapper table td a.outlookLink{color: var(--cobalt-prime);font-family: var(--neuzeit-grotesk);font-size: 1.6rem;line-height: 2.4rem;font-weight: 700;background-color: transparent;transition:0.5s;}
.upcoming.event-table-wrapper table td a.outlookLink:hover{background: var(--argon-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.event-table-wrapper span.icon.icon-plus {font-size: 12px;margin-right: 12px;}
.calender-main-wrapper .past-events .no-rows{text-align: center;padding-top: 30px;}
.calender-main-wrapper .tab-list ul li.slick-current a{background-color:var(--cobalt-prime);}

@media all and (max-width: 767.98px){
.reports-table-wrapper.upcoming.event-table-wrapper {width: 100%;}
.reports-table-wrapper table thead{display:none;}
.reports-table-wrapper table {margin-top:0px;}
.reports-table-wrapper table tbody tr td{display:flex;flex-direction:row; width:100%!important;}
.reports-table-wrapper table th:first-child{width:0%;}
.reports-table-wrapper table tbody tr td:first-child{padding:16px 0px 12px 12px;margin-bottom: 0px;}
.reports-table-wrapper table tbody tr td {padding: 8px 0px 8px 12px;padding-bottom: 12px;margin-bottom: 0px;}
.reports-table-wrapper table tbody tr:nth-child(2n-2) td{padding-left:16px;}
.reports-table-wrapper table tbody tr:nth-child(3) td{padding-left:16px;}
.event-table-wrapper span.icon.icon-plus {font-size:10px;}
}
@media all and (min-width: 768px) and (max-width:991.98px){
.upcoming.event-table-wrapper table th:first-child{width:15%;padding-left: 24px;}
.upcoming.event-table-wrapper table th:nth-child(2){width: 48%;}
.upcoming.event-table-wrapper table th:nth-child(3){width: 21%;}
.past.event-table-wrapper table th:first-child{width:15%;}
.past.event-table-wrapper table th:nth-child(2){width: 48%;}
.past.event-table-wrapper table th:nth-child(3){width: 21%;}
.reports-table-wrapper table tbody tr td {padding:20px 0px 20px 0px;}
}

/*=== CAlender STYLE === */

/*=== bespoke mixed container STYLE === */
.bespoke-mixed-module{overflow:hidden;}
.bespoke-mixed-module .module-intro .h6 { color: var(--cobalt-light); margin-bottom: 8px; } 
.bespoke-mixed-module .module-intro h2 { color: var(--cobalt-prime);    margin-bottom: 16px; } 
.bespoke-mixed-module .module-intro { margin-bottom: 48px; } 
.vertical-line { position: relative; } 
.vertical-line .line-box { position: absolute; height: 100%; bottom: -108px; width: 1px; background: var(--cobalt-prime); left: -16px; z-index: 1; } 
.vertical-line .line-box::before { content:''; position: absolute; bottom:0px; height:60px; background:var(--white-light); width:1px; } 
.vertical-line .line-box::after { content:''; position: absolute; bottom:0px; height:6px; background:var(--white-light); width:6px; border-radius:100%; left:-2px; } 

.bespoke-mixed-module .video-section .video-box { position:relative; min-height: 606px; display: flex; align-items: flex-end; border-radius: 20px;overflow: hidden}
.bespoke-mixed-module .video-section .video-box .video-image { background-position: center; background-size: cover; width: 100%; height: 100%; position: absolute; } 
.bespoke-mixed-module .video-section .video-cta { position: absolute; top: 142px; left: 174px;transition: .5s ease;visibility: hidden; } 
.bespoke-mixed-module .video-section .video-box:hover .video-cta{visibility: visible;}
.bespoke-mixed-module .video-section .video-cta .cta { width: 100px; height: 100px; background-color: var(--white-light); border-radius: 100%; display: flex; align-items: center; justify-content: center;flex-flow: column;color: var(--cobalt-prime);margin-top: 0px; } 
.bespoke-mixed-module .video-section .video-cta .cta span.icon{font-size: 2.5rem;margin-bottom: 7px;}
.bespoke-mixed-module .video-section .video-cta .cta span.text{font-size: 1.2rem;font-weight: 900;line-height: 1.4rem;}
.bespoke-mixed-module .video-section .video-box .video-content { padding-bottom: 22px; } 
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image { min-height: 528px; margin-top: -448px; border-radius: 20px; position: relative; } 
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image .signpost-content .signpost-content-wrapper { padding: 24px; } 
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image .signpost-content .signpost-content-wrapper{position: absolute;bottom: -110px;transition: all 0.7s ease-in-out;}
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image:hover .signpost-content .signpost-content-wrapper{bottom:0px;}
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image:hover .signpost-content .signpost-content-wrapper,.bespoke-mixed-module .signpost-section.desktop-view .signpost-image:focus .signpost-content .signpost-content-wrapper,.bespoke-mixed-module .signpost-section.desktop-view .signpost-image.focus .signpost-content .signpost-content-wrapper { visibility:visible; } 
.bespoke-mixed-module .signpost-section.responsive-view { display:none; } 
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image .signpost-content { position: absolute; bottom: 0px; width: 100%; height: 0px; display: flex; flex-flow: column; justify-content: flex-end; border-radius: 12px; background: var(--cobalt-gradient); opacity: 0.9; transition: .9s ease; } 
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image:hover .signpost-content,
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image:focus .signpost-content,
.bespoke-mixed-module .signpost-section.desktop-view .signpost-image.focus .signpost-content{ height: 100%; } 
.blue-line { position: relative; } 
.blue-line::after { content: ''; position: absolute; height: 1px; width: 100%; left:100%; bottom: 70px; background-color: var(--cobalt-prime); z-index: -1; } 
.bespoke-mixed-module .stats-slider-item .slick-slide{overflow:hidden;}
.bespoke-mixed-module .stats-content .tag-big { text-transform: uppercase;    margin-bottom: 10px;
    display: inline-block; } 
.bespoke-mixed-module .stats-content .h1-stats-large { color: var(--argon-dark);    margin-top: -10px; } 
.bespoke-mixed-module .stats-slider-pagination { display: flex; align-items: center;margin-top: -10px; } 
.bespoke-mixed-module .stats-slider-pagination .pagination-line { width: 67px; height: 2px; background-color: rgba(63, 63, 63, 0.4); outline: none; margin: 0px 4px; position: relative; margin-top: 3px; } 
.bespoke-mixed-module .stats-slider-pagination .pagination-line .line-active{width: 50%; position: absolute; background-color: var(--argon-prime); height: 2px; left: 0; top: 0; } 
.bespoke-mixed-module .stats-slider-pagination .total-slider { color: rgba(63, 63, 63, 0.4); } 
.bespoke-mixed-module .video-content .h4{margin-bottom:16px;}
.bespoke-mixed-module .video-content .cta{margin-top:16px;}
.bespoke-mixed-module .signpost-content-wrapper .intro-title{margin-top:12px;}
.bespoke-mixed-module .stats-slider-pagination .active-number {font-size:2.0rem;}
.bespoke-mixed-module .video-wrapper .inv_playerContainer{position: absolute;height: 100%;width: 100%;top: 0;left: 0;right: 0;margin: 0 auto;}

/*.bespoke-mixed-module .video-wrapper .video-item .inv_videoMainContainer_inner, 
.bespoke-mixed-module .video-wrapper .video-item .inv_videoMainContainer,
.bespoke-mixed-module .video-wrapper .video-item .inv_videoDisplay, 
.bespoke-mixed-module .video-wrapper .video-item .inv_videoMainContainer, 
.bespoke-mixed-module .video-wrapper .video-item .inv_videoDisplay *{height: 606px;width:100%;}
.bespoke-mixed-module .video-wrapper .inv_playerContainer{min-height:606px;}*/

.bespoke-mixed-module .inv_videoMainContainer, .bespoke-mixed-module .inv_videoMainContainer_inner, .bespoke-mixed-module .inv_videoDisplay, .bespoke-mixed-module .inv_videoArea{height: 100%}
.bespoke-mixed-module .inv_videoArea video{object-fit: cover;}

.bespoke-mixed-module .video-image{opacity: 1; visibility: visible; transition: all 1s ease-in-out}
.videoPlaying .bespoke-mixed-module .video-image{opacity: 0; visibility: hidden}

.bespoke-mixed-module .video-box .close{position: absolute;top: 45px;right: 40px;opacity: 0; visibility: hidden;transition: all 1s ease-in-out;z-index: 10;}
.bespoke-mixed-module .video-box .close > a{font-size: 4.0rem;line-height: normal;color: var(--cobalt-prime);}
.bespoke-mixed-module .video-box .close > a:hover{color: var(--cobalt-prime);}
.videoPlaying .bespoke-mixed-module .video-box .close{opacity: 1; visibility: visible}
@media all and (max-width: 991.98px){
 .vertical-line .line-box { display:none; } 
.bespoke-mixed-module .signpost-section.responsive-view { display:block; } 
.bespoke-mixed-module .signpost-section.desktop-view { display:none; } 
.bespoke-mixed-module .signpost-section.responsive-view .signpost-image { background-position: center; background-size: cover; min-height: 317px; border-radius: 12px; width: 100%; display: flex; flex-flow: column; justify-content: flex-end; } 
.bespoke-mixed-module .signpost-section.responsive-view .signpost-image .signpost-content { padding: 23px 16px; background: linear-gradient(rgba(7, 15, 118, 0) 47.96%, #070F76 82.42%); border-radius: 12px;min-height: 317px;display: flex;align-items: flex-end; } 
.bespoke-mixed-module .video-section .video-cta{position: relative;top: unset;left: unset;padding: 0px 32px;}
.bespoke-mixed-module .video-section .video-box { min-height: 396px;flex-flow: column;justify-content: flex-end;align-items: flex-start; } 
.bespoke-mixed-module .video-section .video-box .video-content { padding: 24px 32px; } 
.bespoke-mixed-module .video-section .video-cta .cta span.text{display: none;}
.bespoke-mixed-module .module-intro .h6 { margin-bottom:16px; } 
.bespoke-mixed-module .module-intro { margin-bottom: 32px; } 

.bespoke-mixed-module .stats-section { padding-top: 34px;margin-top:0px; } 
.bespoke-mixed-module .video-section .video-cta .cta span.text{display: none;}
.bespoke-mixed-module .video-section .video-cta .cta{width: 56px;height: 56px;}
.bespoke-mixed-module .video-section .video-cta .cta span.icon {font-size: 2.0rem;margin-bottom: 0px;}

 }
@media all and (max-width: 767.98px){
 .bespoke-mixed-module .signpost-section.responsive-view .signpost-image { margin: 20px 0px; } 
.bespoke-mixed-module .module-intro { margin-bottom: 0; } 
.bespoke-mixed-module .signpost-section.responsive-view .signpost-image .signpost-content { padding: 16px 24px; } 
.bespoke-mixed-module .video-section .video-box { min-height: auto; display: block; } 
.bespoke-mixed-module .video-section .video-box .video-image { position: relative; min-height: 193px; display: block; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } 
.bespoke-mixed-module .video-section .video-box .video-content { background-color: var(--cobalt-dark); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 16px; } 

.bespoke-mixed-module .video-section .video-cta{position: absolute;top: 132px;left: 16px;padding: 0;z-index: 10;z-index: 1;}
.bespoke-mixed-module .video-section .video-cta .cta span.icon{font-size: 1.4rem;}
.bespoke-mixed-module .video-section .video-cta .cta {width: 44px;height: 44px;}
.bespoke-mixed-module .stats-content .h1-stats-large{font-size:7.2rem}
.bespoke-mixed-module .stats-slider-pagination{margin-top:0px;}
.bespoke-mixed-module .video-wrapper .inv_playerContainer{height: 193px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;z-index: 2;}
.bespoke-mixed-module .video-box .close{top: 10px;right: 10px;}
.bespoke-mixed-module .video-box .close > a{font-size: 2rem;}
.bespoke-mixed-module .video-content .cta{margin-top:8px;}
.bespoke-mixed-module .video-section .video-box .video-image {background-position: top;}

 }

/*=== bespoke mixed container STYLE === */

/*=== Content with Quote Video STYLE === */
.content-with-quote-video-module .video-wrapper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 762px;
    position: relative;
    width: 100%;
	color: var(--white-light);
}
.content-with-quote-video-module .video-top-wrapper{
	position: relative;
	padding-bottom: 56px
}
.content-with-quote-video-module .video-top-wrapper .quote-sub-title{
	color: var(--cobalt-light);
	margin-bottom: 12px;
}
.content-with-quote-video-module .video-top-wrapper .quote-title{
	color: var(--cobalt-prime); 
	margin-bottom: 16px;
}
.content-with-quote-video-module .video-top-wrapper .quote-content{
	color: var(--graphite-prime); 
	margin-bottom: 8px;
}
.content-with-quote-video-module .video-top-wrapper .quote-content p{
	font-size: clamp(16px, 0vw + 15px, 18px);
	line-height: 2.8rem;
}
.content-with-quote-video-module .content-wrapper:before{
	content: '';
    position: absolute;
    width: 1px;
    border-left: 1px solid #1136A8;
    height: 100%;
    left: -30px;
	z-index: 2;
}
.content-with-quote-video-module .content-wrapper:after{
	content: '';
	position: absolute;
	width: 1px;
	border-left: 1px solid var(--white-light);
	height: 100%;
	left: -30px;
	bottom: -65px;
	z-index: 1;
}
.content-with-quote-video-module .video-content-item{
	padding-top: 135px;
}
.content-with-quote-video-module .video-sub-title{
	display: flex;
	align-items: center;
}
.content-with-quote-video-module .video-sub-title .color-title{
	color: #FCBA56;
	margin-left: 8px;
	
}
.content-with-quote-video-module .video-sub-title img{
	height: auto;
    width: 35px;
    margin-right: 25px;
}
.content-with-quote-video-module .video-sub-title .video-sub-title-text{
	font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.content-with-quote-video-module .video-title{
	font-style: normal;
	font-weight: 700;
	font-size: 160px;
	line-height: 184px;
}
.content-with-quote-video-module .food-logo-icon{
	height: 61px;
	width: 116px;
}
.content-with-quote-video-module .slider-wrapper{
	min-height: 130px;
	margin-top: 92px;
	background: rgba(6, 15, 118, 0.4);
}
.content-with-quote-video-module .slider-wrapper{
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper{
    width: 100%;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .slick-track{
	display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-direction: row;
    width: 100% !important;
	transform: none !important;
	position: relative;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .slick-track:before{
	content: '';
    position: absolute;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    height: 2px;
    width: 100%;
    top: 51px;
    left: 0;
    z-index: -1;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country-dots{
	width: 18px;
    height: 18px;
    background-color: var(--white-light);
    border-radius: 100%;
    border: 3px solid var(--cobalt-prime);
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country-text{
	margin-top: 12px;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country.slick-slide{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country.slick-slide.slick-current.slick-active .country-dots {
    background: url(/~/media/Images/p/prosus-corp-v2/icons/location-icon.png) no-repeat;
    height: 60px;
    width: 50px;;
    border: none;
    border-radius: unset;
    position: relative;
    z-index: 9999;
}
.content-with-quote-video-module .video-wrapper .slick-dots, .content-with-quote-video-module .video-wrapper .slick-arrow{
	display: none !important;
}
@media screen and (min-width: 576px) and (max-width: 991px){
	.content-with-quote-video-module .content-wrapper:before, .content-with-quote-video-module .content-wrapper:after{
		left: -16px;
	}	
	.content-with-quote-video-module .video-wrapper{
		min-height: 407px;
	}
} 
@media screen and (max-width: 576px){
	.content-with-quote-video-module .video-wrapper{
		min-height: 199px;
	}
	.content-with-quote-video-module .content-wrapper:before, .content-with-quote-video-module .content-wrapper:after{
		display: none;
	}
}

/*=== Content with Quote Video STYLE === */

/*=== Progress tab STYLE === */

.progress-tabs-module .progress-intro .h6 { color: var(--cobalt-light); margin-bottom:6px; } 
.progress-tabs-module .progress-intro h2 { background: var(--cobalt-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent; } 
.progress-tabs-module .stats-blue-section { background-color: var(--cobalt-dark); border-radius: 20px; padding:48px 0px 22px; padding-left: 14px; } 
.progress-tabs-module .progress-intro { margin-bottom:48px; } 
.progress-tabs-module .stats-section-content p.section-title { color: var(--white-light); text-transform: uppercase; margin-bottom: 0px; letter-spacing: 1px; } 
.progress-tabs-module .stats-section-content p.h1-stats-large { color: var(--oxide-prime); margin-bottom: 0px;margin-top: -14px;}
.progress-tabs-module .stats-section-content p.stats-content { color: var(--oxide-prime); line-height: 1.9rem; margin-top: -10px;}
.progress-tabs-module .stats-section-content p span.stats-unit { display: inline-block;top: -9px;margin-left: -38px;position: relative;} 
.progress-tabs-module .stats-progress-tabs .tab-content .tab-details { display: none; text-align: center;color: var(--oxide-prime); } 
.progress-tabs-module .stats-progress-tabs .tab-content .tab-dots { width: 18px;height: 18px;background-color: var(--white-light);border-radius: 100%;border: 5px solid var(--cobalt-dark); } 
.progress-tabs-module .stats-progress-tabs { margin-top:40px; padding:0 20px 0 17px}
.progress-tabs-module .tab-content { display: flex;flex-flow: column;align-items: center; width: 178px; } 
.progress-tabs-module .stats-progress-tabs ul li a { display:flex; position: relative; } 
.progress-tabs-module .stats-progress-tabs ul li:focus-visible,.progress-tabs-module .stats-progress-tabs ul li a:focus-visible{outline: 0px;border: 1px solid var(--lithium-light);}
.progress-tabs-module .stats-progress-tabs ul li a:focus { outline:none; } 
.progress-tabs-module .stats-progress-tabs ul li:last-child a { justify-content: flex-end; } 
.progress-tabs-module .stats-progress-tabs .tab-content .tab-dots::after { content: '';position: absolute;background-color: var(--white-light); } 
.progress-tabs-module .stats-progress-tabs .tab-content .tab-dots::before { content: '';position: absolute;background-color: var(--white-light); } 
.progress-tabs-module .stats-progress-tabs ul li:first-child .tab-content .tab-dots::before { display:none; } 
.progress-tabs-module .tab-content .tab-title { color: var(--white-light);margin-bottom: 0px;margin-top: 7px; } 
.progress-tabs-module .stats-progress-tabs ul li.slick-current .tab-content .tab-title { font-size:2.4rem; line-height:3.2rem; color: var(--oxide-prime);margin-top: 3px; } 
.progress-tabs-module .stats-progress-tabs ul li.slick-current .tab-content .tab-details { display:block; } 
.progress-tabs-module .stats-progress-tabs ul li.slick-current .tab-content .tab-dots { width: 16px;height: 16px;background-color: var(--oxide-prime); border: 2px solid var(--cobalt-dark); } 
.progress-tabs-module .stats-progress-tabs ul .slick-track::before { position: absolute;content: '';width: calc(100% - 175px);height: 2px;background: #fff;top: 7px;left: 87px;z-index: -1;} 
.progress-tabs-module .stats-image { position: absolute; right: -154px; top: -311px; } 
.progress-tabs-module .stats-image img { height: 470px;width: 543px;max-width: 525px;width: auto;border-radius: 20px; } 
.progress-tabs-module .stats-tab-content .slick-list { overflow: visible; } 
.progress-tabs-module .stats-image.devices-view { display:none; } 
.progress-tabs-module { overflow:hidden; } 
.progress-tabs-module .vertical-line .line-box{height: calc(100% + 20px);bottom: -88px;}
.progress-tabs-module .vertical-line .line-box::before{height:40px;}
.progress-tabs-module .vertical-line a.cta-secondary{margin-top: 15px;}

.progress-tabs-module{position:relative;}
.progress-tabs-module .progress-gradient{width: 100%;height: 338px;display: block;margin-bottom: -90px;background-repeat: no-repeat;background-position: center center;background-size: cover;}

.progress-tabs-module .progress-gradient.hideGradient{display:none;}
.stats-progress-tabs div.slick-track{width: 100% !important;display: flex;justify-content: space-between;}
.stats-progress-tabs div.slick-track::after{display:none;}


@media all and (max-width: 991.98px){
.progress-tabs-module .stats-image.desktop-view { display:none; } 
.progress-tabs-module .stats-image.devices-view { display:block; right: -32px;top: -133px; } 
.progress-tabs-module .progress-tabs-module .stats-section-content p.h1-stats-large { font-size: 6.4rem;line-height: 7.2rem; } 
.progress-tabs-module .stats-image img { height: 292px; width: 102%; max-width:auto; } 
.progress-tabs-module .stats-section-content p span.stats-unit { margin-left: -15px; } 
.progress-tabs-module .stats-progress-tabs ul { padding:0px 0px; } 
.progress-tabs-module .stats-blue-section { padding: 65px 0px 32px; } 
.progress-tabs-module .stats-progress-tabs { margin-top: 63px; } 
.progress-tabs-module .progress-intro { margin-bottom:30px; } 
.progress-tabs-module .stats-section-content p.section-title { margin-bottom:8px; } 
.progress-stats-section > .container-fluid { background-color: var(--cobalt-dark); border-radius: 12px; } 
.progress-tabs-module .stats-section-content p.h1-stats-large{font-size: 6.4rem;line-height: 7.2rem;}
.progress-tabs-module .vertical-line .line-box{display:block;bottom: -70px;}
.progress-tabs-module .progress-gradient{background-size: contain;margin-bottom: -75px;height: 260px;}
.progress-tabs-module .tab-content{width:165px;}
.progress-tabs-module .stats-progress-tabs ul .slick-track::before{width: calc(100% - 150px);left: 77px;}
.progress-tabs-module .stats-progress-tabs ul .slick-list{overflow: visible;}
.progress-tabs-module .progress-intro.tableMargin{margin-bottom: 70px;}
 }
 
@media all and (max-width: 767.98px) {
.progress-tabs-module .stats-image.devices-view { right: -16px; position: relative; left: 0;top: -93px; margin-bottom: -69px; } 
.progress-tabs-module .stats-image img { height: 266px; width: 100vw; } 
.progress-tabs-module .progress-intro { margin-bottom: 113px !important; } 
.progress-tabs-module .stats-blue-section { padding: 0px 0px 32px; } 
.progress-tabs-module .stats-section-content > .row { flex-flow: column-reverse; } 
.progress-tabs-module .stats-section-content p.h1-stats-large { font-size: 7.2rem; line-height: 8.6rem; } 
.progress-tabs-module .stats-progress-tabs ul { padding:0px; } 
.progress-tabs-module .stats-progress-tabs ul li a { justify-content: center; } 
.progress-tabs-module .tab-content { position:relative; } 

.progress-tabs-module .stats-progress-tabs { margin-top:24px; } 
.progress-tabs-module .vertical-line .line-box{display:none;}
.progress-stats-section .stats-progress-tabs{position:relative;}
.progress-stats-section .stats-progress-tabs::before{content: '';
background: linear-gradient(90deg, rgb(6, 15, 118) 10%, rgba(255,255,255,0) 100%);width: 67px;height: 74px;position: absolute;z-index: 10;left: -16px;top: -24px;}
.progress-stats-section .stats-progress-tabs::after{left:auto;right:-16px; transform: rotate(-180deg);content: '';
background: linear-gradient(90deg, rgb(6, 15, 118) 10%, rgba(255,255,255,0) 100%);width: 67px;height: 74px;position: absolute;z-index: 10;top: -24px;}
.progress-tabs-module .progress-gradient{display:block;background-size: contain;margin-bottom: -75px;height: 260px;}
.progress-tabs-module .progress-stats-section .stats-progress-tabs div.slick-track{  width: max-content !important;display: block;}
}


/*=== Progress tab STYLE === */

/*=== No Image banner STYLE === */

.no-banner-image-banner {min-height: 386px;width: 100%;border: 1px solid;background:linear-gradient(90deg, #060F76 0%, #1D5EDC 100%);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(--cobalt-prime);}
.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(--cobalt-prime);}
.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: 344px;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:250px;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;}
}

/*=== No Image banner STYLE === */

/*=== Quote STYLE === */

.quotes-module-wrapper .quotes-top-section{margin-bottom:40px;}
.quotes-module-wrapper .quotes-top-section .quote-title{color:var(--cobalt-prime);}
.quotes-module-wrapper .quotes-top-section .quote-intro{color:var(--graphite-prime);padding-top:16px;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper{background: url('~/media/Images/p/prosus-corp-v2/prosus-images/quote/Group 147') 71px 11px no-repeat; border-radius: 20px;padding:150px 100px 64px 100px;color:var(--white-light);}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper.without-image{padding:100px 100px 64px 100px;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper.without-image +.image-wrapper{display:none;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper.without-image + .image-wrapper .line{display:none;}
.quotes-module-wrapper .quotes-middle-section .image-wrapper{position:relative;}
.quotes-module-wrapper .quotes-middle-section .image-wrapper .line{position: absolute;height: 1px;width: 270px;background: var(--white-light);left: 334px;z-index: 1;top: -767px;}
.quotes-module-wrapper .quotes-middle-section .image-wrapper .line::after {content: '';position: absolute;bottom: -2px;height: 6px;background: var(--white-light);width: 6px;border-radius: 100%;left: -5px;}
.quotes-module-wrapper .quotes-middle-section .image{width: 270px;height: 295px;position: absolute;top: -192px;right: 101px;}
.quotes-module-wrapper .quotes-middle-section .image img{border-radius:20px;box-shadow: var(--big-shadow);}
.quotes-module-wrapper .quotes-middle-section .quote-person{padding-top:24px;text-transform: uppercase;}
.quotes-module-wrapper .quotes-middle-section .quote-person .person-name{margin-right:25px;position:relative;}
.quotes-module-wrapper .quotes-middle-section .quote-person .person-name:after{content: '';width: 1px;height:100%;background:var(--white-light);top: 1px;left: auto;position: absolute;right: -14px;}
.quotes-module-wrapper .quotes-middle-section .border-r{border-radius:20px;}

/*media query */
@media all and (max-width:1024px){
.quotes-module-wrapper .quotes-middle-section .image{left: 493px;}
.quotes-module-wrapper .quotes-middle-section .image-wrapper .line{width:180px;left:313px;top:-843px;}

}

@media all and (min-width: 768px) and (max-width:991.98px){
.quotes-top-section .quote-intro{padding-bottom:23px;}
.quotes-module-wrapper .quotes-middle-section .image{width: 270px;height: 295px;position: absolute;left: 413px;}
.quotes-module-wrapper .quotes-middle-section .image-wrapper .line{width:180px;left:233px;top: -765px;}
.quotes-module-wrapper .quotes-middle-section .border-r{border-radius:16px;}
}

@media all and (max-width: 767.98px){
.quotes-module-wrapper .quotes-middle-section{margin-left:-8px;margin-right:-8px;}
/*.quotes-module-wrapper .quotes-middle-section .image{top:-241px;left:46px;bottom:0px;}*/
.quotes-module-wrapper .quotes-middle-section .image {left: 50%;right: 50%;margin-top: -37px;margin-left: -135px;}
.quotes-module-wrapper .quotes-middle-section .image-wrapper .line{display:none;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper{background: url('~/media/Images/p/prosus-corp-v2/prosus-images/quote/Group 147') 30px 5px no-repeat,var(--cobalt-gradient);padding:120px 24px 24px 24px;margin-top: 212px;margin-left:-8px;margin-right:-8px}
.quotes-module-wrapper .quotes-middle-section .image img{border-radius:12px;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper.without-image {margin-top: 0px;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper.without-image{padding:48px 24px;}
.quotes-module-wrapper .quotes-middle-section .quotes-wrapper.without-image +.image-wrapper{display:none;}
.quotes-module-wrapper .quotes-middle-section .border-r{border-radius:12px;}
.quotes-module-wrapper .quotes-top-section {margin-bottom: 24px;}
.bespoke-mixed-module .module-intro .h6 {margin-bottom: 8px;}
}

/*=== Quote STYLE === */

/*=== Text Image STYLE === */

/*.text-image-module {position:relative;}*/
.text-image-module.right-image {position:relative;}
.text-image-module .text-wrapper {margin-top: 140px;background: var(--white-light);border-radius: 20px;padding: 32px;}
.text-image-module .text-wrapper .section-title{color:var(--cobalt-light);margin-bottom:12px;}
.text-image-module .text-wrapper .sub-title{color:var(--cobalt-prime);margin-bottom:16px;}
.text-image-module .line-box-after{position: absolute;background: var(--cobalt-prime);content: '';height: 180px;width: 1px;top: -64px;left:126px;}
.text-image-module .line-box-after::after{content: '';position: absolute;bottom: 0px;height: 6px;background: var(--cobalt-prime);width: 6px;border-radius: 100%;left: -2px;}
.text-image-module .line-box-before{content: '';height: 152px;width: 1px;right: 171px;position: absolute;background: var(--cobalt-prime);bottom: -152px;}
.text-image-module .line-box-before::after {content: '';position: absolute;bottom: 0px;height: 6px;background: var(--cobalt-prime);width: 6px;border-radius: 100%;left: -2px;}
/*.text-image-module.right-image .text-wrapper {position: absolute;background: var(--white-light);border-radius: 20px; width: 570px;padding: 32px;left: auto;right: 36px;}*/
.text-image-module .col-wrapper{position: absolute}
.text-image-module .image-wrapper .image{position: relative}
.text-image-module .image-wrapper .image img{box-shadow: var(--big-shadow);border-radius: 20px;height:536px;}
.text-image-module.right-image .line-box-after{left: auto;right: 100px;z-index: 1;}
.text-image-module.right-image .line-box-after::after{left: -2px;}
.text-image-module.right-image .line-box-before{left: 160px;right: auto;}
/*.text-image-module.right-image .line-box-before::before{content: '';position: absolute;bottom: 0px;height: 9px;background: var(--cobalt-prime);width: 9px;border-radius: 100%;left: -3px}*/
.text-image-module .text-wrapper .intro-content{margin-bottom: 20px;color: var(--graphite-dark);}
.text-image-module.right-image .col-wrapper{left: 15px}
.text-image-module.left-image .col-wrapper{right: 15px}
.text-image-module .container-fluid > div.row{min-height: 536px;}
/*media quries */
@media all and (min-width: 768px) and (max-width:991.98px){
/*.text-image-module .text-wrapper{padding:24px;width: 382px;left: 96px;top: 140px;}*/
/*.text-image-module.right-image .text-wrapper{padding:24px;width: 382px;left: 317px;top: 140px;}*/
.text-image-module .image-wrapper{width: 100%;height: 353px;}
.text-image-module .line-box-after{width: 1px;height: 180px;left: 89px;top: -25px;z-index: 10;}
.text-image-module .line-box-before{width: 1px;height: 164px;right: 100px;}
.text-image-module .line-box-after::after{content: '';position: absolute;bottom: 0px;height: 9px;background: var(--cobalt-prime);
width: 9px;border-radius: 100%;left: -3px}
.text-image-module .line-box-before::before{display:none;}
.text-image-module.right-image .line-box-after{width: 1px;height: 170px;left: auto;top: -30px;right: 89px;}
.text-image-module.right-image .line-box-after::after{content: '';position: absolute;bottom: 0px;height: 9px;background: var(--cobalt-prime);width: 9px;border-radius: 100%;left: -3px}
.text-image-module.right-image .line-box-before{width: 1px;
height: 164px;left: 100px;top: auto;bottom: -164px;}
.text-image-module.right-image .line-box-before::before{display:none;}
.text-image-module.right-image .col-wrapper{left: 32px}
.text-image-module.left-image .col-wrapper{right: 32px}
.text-image-module .container-fluid > div.row {min-height: 353px;}
.text-image-module .image-wrapper .image img{height:353px;}
}
@media all and (max-width:767.98px){
.text-image-module .col-wrapper{position: relative}
.text-image-module .text-wrapper{margin-top: -37px;padding-bottom:0px;}
.text-image-module.right-image .col-wrapper{left: 0}
.text-image-module.left-image .col-wrapper{right: 0}
/*.text-image-module .text-wrapper {position: absolute;top: 253px;left: 16px;border-radius: 12px;width: 343px;padding: 16px;}*/
/*.text-image-module.right-image .text-wrapper{position: absolute;top: 253px;left: 16px;border-radius: 12px;width: 343px;padding: 16px;}*/
.text-image-module .image-wrapper .image img {border-radius: 12px;}
.text-image-module .line-box-after{display:none;}
.text-image-module .line-box-before{display:none;}
.text-image-module.right-image .line-box-after{display:none;}
.text-image-module.right-image .line-box-before{display:none;}
.text-image-module .container-fluid > div.row {min-height: auto;}
}

/*=== Text Image STYLE === */

/*=== Full Image Signpost STYLE === */

.fullwidth-signpost-module .signpost-image { /*height: 600px;*/ width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; } 
.fullwidth-signpost-module .fullsignpost-content { background: var(--cobalt-gradient); border-radius: 20px; padding: 48px 0px 50px; margin-top: -100px; padding-left: 20px; } 
.fullwidth-signpost-module .fullsignpost-content .h6 { margin-bottom: 9px; color: var(--oxide-prime); } 
.fullwidth-signpost-module .fullsignpost-content h2 { margin-bottom:0px; } 
.fullwidth-signpost-module .vertical-line .line-box { height: 150px; top: -128px; } 
.fullwidth-signpost-module .vertical-line .line-box::before { height: 70px; } 
.fullwidth-signpost-module .fullsignpost-content .intro{margin-top:16px;}
.fullwidth-signpost-module .fullsignpost-content .body-large{margin-bottom:0px;margin-top:16px;}
@media all and (max-width: 991.98px){
/*   .fullwidth-signpost-module .signpost-image { height:320px; }  */
  .fullwidth-signpost-module .vertical-line .line-box { display:block; } 
  .fullwidth-signpost-module .fullsignpost-content { padding: 32px 0px; border-radius:16px; } 
  .fullwidth-signpost-module .fullsignpost-content { margin-top:-32px } 
  .fullwidth-signpost-module .vertical-line .line-box { top: -112px; } 
}

@media all and (max-width: 767.98px){
/*   .fullwidth-signpost-module .signpost-image { height: 156px; }  */
  .fullwidth-signpost-module .vertical-line .line-box { display:none; } 
  .fullwidth-signpost-module .fullsignpost-content { padding:24px; border-radius:12px; } 
}

/*=== Full Image Signpost STYLE === */

/*=== Image Signpost STYLE === */

.image-signpost-module .image-parent-wrapper .image-signpost{flex:1;border-radius: 20px;position:relative;background-position:center;min-height: 490px;margin-bottom: 30px;background-size: cover;background-repeat: no-repeat;height: 100%;overflow: hidden}
.image-signpost-module .image-parent-wrapper .image-signpost:hover{box-shadow: var(--small-shadow);}
.image-signpost-module .image-parent-wrapper .image-signpost .overlay:before{position:absolute;content:'';background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.68%, rgba(0, 0, 0, 0.6) 100%);box-shadow: var(--big-shadow);}
.image-signpost-module .image-parent-wrapper .image-signpost:nth-child(2) {margin: 0 30px;}
.image-signpost-module .vertical-line {position: relative;}
.image-signpost-module .vertical-line .line{position: absolute;height: 124px;width: 1px;background: var(--cobalt-prime);right: 100px;top: -64px;z-index: 1;}
.image-signpost-module .vertical-line.right-line .line{right:200px;}
.image-signpost-module .vertical-line .line::before {content: '';position: absolute;bottom: 0px;
height: 59px;background: var(--white-light);width: 1px;}
.image-signpost-module .vertical-line .line::after {content: '';position: absolute;bottom: 0px;height: 6px;background: var(--white-light);width: 6px;border-radius: 100%;left: -2px;}
/* .image-signpost-module .signpost-content-hover .signpost-title{color:var(--white-light);margin-bottom: -10px;transition: all 1s ease-in-out} */
.image-signpost-module .signpost-content-hover .signpost-body{opacity: 0;transition: all 1s ease-in-out}
.image-signpost-module .signpost-content-hover .signpost-link{opacity: 0;transition: all 1.5s ease-in-out}
/* .image-signpost-module .signpost-content-hover{position: absolute;padding: 32px;color: var(--white-light);display: flex;flex-flow: column;justify-content: flex-start;bottom: -145px;transition: all 0.7s ease-in-out;min-height: 250px;width: 100%;} */
.image-signpost-module .image-parent-wrapper .image-signpost::before {content: '';position: absolute;width: 100%;height: 0;background: var(--cobalt-gradient);opacity: 0.9;bottom: 0;transition: all 0.7s ease-in-out;border-radius: 20px}
.image-signpost-module .image-parent-wrapper .image-signpost:hover::before, .image-signpost-module .image-parent-wrapper .image-signpost:focus::before{height: 100%;}
/* .image-signpost-module .image-parent-wrapper .image-signpost:hover .signpost-content-hover, .image-signpost-module .image-parent-wrapper .image-signpost:focus .signpost-content-hover{bottom: 0;} */
/* .image-signpost-module .image-parent-wrapper .image-signpost:hover .signpost-title, .image-signpost-module .image-parent-wrapper .image-signpost:focus .signpost-title{margin-bottom: 16px} */
.image-signpost-module .image-parent-wrapper .image-signpost:hover .signpost-body, .image-signpost-module .image-parent-wrapper .image-signpost:hover .signpost-link, .image-signpost-module .image-parent-wrapper .image-signpost:focus .signpost-body, .image-signpost-module .image-parent-wrapper .image-signpost:focus .signpost-link{opacity: 1}
.image-signpost-module .signpost-content-hover .signpost-link .cta{margin-top: 16px;padding:0px;}
.image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost{height: 626px;}
/*.image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost:hover::before, .image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost:focus::before{height: 453px}*/

.image-signpost-module .image-parent-wrapper .image-signpost.focus{box-shadow: var(--small-shadow);}
.image-signpost-module .image-parent-wrapper .image-signpost.focus::before{height: 100%;}
.image-signpost-module .image-parent-wrapper .image-signpost.focus .signpost-content-hover{bottom: 0;}
.image-signpost-module .image-parent-wrapper .image-signpost.focus .signpost-title{margin-bottom: 16px}
.image-signpost-module .image-parent-wrapper .image-signpost.focus .signpost-body, 
.image-signpost-module .image-parent-wrapper .image-signpost.focus .signpost-link{opacity: 1} 
.image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost.focus::before{height: 453px}



/*media query */
@media all and (min-width:768px) and (max-width:991.98px){
.image-signpost-module .image-parent-wrapper .image-signpost{min-height:290px;}
.image-signpost-module .signpost-content-hover{padding: 14px;bottom: -159px;}
.image-signpost-module .signpost-content-hover .signpost-title{height: 55px;overflow: hidden;}
.image-signpost-module .col-lg-5 .signpost-content-hover .signpost-title{height: auto;}
.image-signpost-module .col-lg-5 .signpost-content-hover{bottom: -100px;}
.image-signpost-module .col-lg-5 .signpost-content-hover{padding: 28px;}
.image-signpost-module .signpost-content-hover .signpost-link .cta{padding: 0;}
.image-signpost-module .signpost-content-hover .signpost-link .cta span.icon-download{padding-left: 0;}
.image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost{height: 458px;}
.image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost:hover::before, .image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost:focus::before{height: 348px;}
.vertical-line .line{left: 676px;top:-86px;}
.image-signpost-module .vertical-line .line{height: 93px;top: -33px;}
.image-signpost-module .vertical-line .line::before{height: 60px;}
}

@media all and (max-width:767.68px){
.image-signpost-module .image-parent-wrapper .image-signpost,.image-signpost-module .image-parent-wrapper .col-lg-5 .image-signpost{min-height: 458px;height: 458px;background-position: top center;}
.image-signpost-module .image-parent-wrapper .image-signpost:hover::before, .image-signpost-module .image-parent-wrapper .image-signpost:focus::before {height: 100%;}
.image-signpost-module .signpost-content-hover .signpost-title{height: auto}
/* .image-signpost-module .signpost-content-hover,.image-signpost-module .col-lg-5 .signpost-content-hover{padding: 28px;bottom: -90px;} */
.vertical-line .line{display:none;}
/* .image-signpost-module .signpost-content-hover{bottom: -180px;} */ 
.image-signpost-module .image-parent-wrapper .image-signpost{margin-bottom: 24px;}
.image-signpost-module .image-parent-wrapper .col-lg-4:last-child .image-signpost{margin-bottom: 0px;}
}

/*=== Image Signpost STYLE === */

/*=== Horizontal States STYLE === */

.horizontal-stats .stats-content-wrapper .stats-icon { width: 69px;height: 69px;border: 2px solid var(--lithium-prime);border-radius: 100px;display: flex;align-items: center; justify-content: center; } 
.horizontal-stats .stats-content-wrapper .stats-icon span.icon { font-size: 38px;color: var(--lithium-prime); } 
.horizontal-stats .stats-content-wrapper .tag-big { margin-bottom: 8px; margin-top: 16px; text-transform: uppercase; color: var(--cobalt-light); font-weight: 900; } 
.horizontal-stats .stats-content-wrapper .h1-stats-small { margin-bottom: 0px;color: var(--argon-dark); }
.horizontal-stats .stats-content-wrapper .h5{color:var(--cobalt-prime);}
.horizontal-stats .stats-content-wrapper .quote { margin-bottom: 19px;color: var(--cobalt-prime); padding-right: 10px;}
.horizontal-stats .stats-content-wrapper .body-small { color: var(--graphite-prime); } 
.horizontal-stats .stats-content-wrapper.center-stats { display: flex;flex-flow: column;align-items: center;text-align: center;border-radius:12px; } 
.horizontal-stats .stats-content-wrapper { padding: 24px 10px; text-align:center;} 
.horizontal-stats .stata-border{border-radius:12px;}
.horizontal-stats .stats-content-wrapper .stats-icon img{width:69px;height:69px;}

@media all and (max-width: 991.98px) {
.horizontal-stats .stats-content-wrapper { padding: 16px; } 
.horizontal-stats .stats-content-wrapper .h5 { margin-bottom: 12px; } 
.horizontal-stats .stats-content-wrapper .stats-icon span.icon { font-size: 32px; } 
.horizontal-stats .stats-content-wrapper .stats-icon img{ width: 59px; height: 59px; } 
.horizontal-stats .stata-border{margin-top: 32px;}
 }

@media all and (max-width: 767.98px) {
.horizontal-stats .stats-content-wrapper { padding: 12px;margin-top:20px; text-align: center;} 
.horizontal-stats .stats-content-wrapper .stats-icon span.icon { font-size: 27px; } 
.horizontal-stats .stats-content-wrapper .stats-icon img{ width: 49px; height: 49px; } 
.horizontal-stats .stats-content-wrapper .tag-big { margin-bottom: 8px; } 
.horizontal-stats .stats-content-wrapper .h5 { margin-bottom: 8px; } 
.horizontal-stats .stats-content-wrapper .cta { margin-top:8px; } 
.horizontal-stats .stata-border{margin-top: 24px;}
 }

/*=== Horizontal States STYLE === */

/*=== featured signpost STYLE === */

.featured-signpost-module .featured-signpost-container {display: flex;margin-top: 160px;width: 100%}
.featured-signpost-module {margin-bottom:300px;}
.featured-signpost-module .signpost-image:hover {box-shadow: none;}
.featured-signpost-module .tagheading {color: var(--cobalt-light);}
.featured-signpost-module .title p.h2 {color: var(--cobalt-prime);}
.featured-signpost-module .intro-title p.intro {color: var(--graphite);word-break: break-all;}
.featured-signpost-module .left-featured-signpost-content {margin-top: -89px;margin-left: 47px;}
.featured-signpost-module .signpost-image:hover p.body-large {opacity: 1;}
.featured-signpost-module .signpost-wrapper:nth-child(4) {position: absolute;top: auto;left: -499px;bottom: -43px;}
.featured-signpost-module .signpost-wrapper:nth-child(4) .signpost-image{width:470px;}
.featured-signpost-module .signpost-image .body-large {opacity: 0;transition: all 0.3s ease;margin-bottom: 6px;}
.featured-signpost-module .featured-signpost-module {height: 100%;width: 100%;padding: 64px 0;}
.featured-signpost-module .signpost-wrapper {position: relative;border-radius: 20px;overflow: hidden;}
.featured-signpost-module .right-featured-signpost-content {height: 100%;width: 100%;position: relative;margin-top: -210px;}
.featured-signpost-module .signpost-image {background-size: 100% 100%;background-position: center;height: 626px;width: 100%;border-radius: 20px;margin-top: 32px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);ackground-repeat: no-repeat;}
.featured-signpost-module .signpost-image:hover::before {opacity: 0.9;height: 626px;}
.featured-signpost-module .signpostContent-container {color: #FFFFFF;position: absolute;bottom: -175px;top: auto;padding-left: 32px;padding-right: 32px;max-width: 470px;padding-bottom: 27px;transition: all 0.9s ease;}
.featured-signpost-module .signpost-image:before {background: linear-gradient(90deg, #060F76 0%, #1D5EDC 100%);opacity: 0;content: "";position: absolute;height: 0px;width: 100%;border-radius: 20px;bottom: 0;
transition: all 0.7s ease-in-out;}
.featured-signpost-module .signpost-image:hover .signpostContent-container {bottom: 0px;}
.featured-signpost-module .signpost-image:hover .signpostContent-container p.body-large {opacity: 1;}
.featured-signpost-module .line-box::after {content: '';position: absolute;bottom: -117px;height: 9px;width: 9px;border-radius: 100%;left: -4px;background: var(--cobalt-light);}
.featured-signpost-module .line-box::before {content: '';position: absolute;bottom: -117px;height: 117px; width: 1px;background: var(--cobalt-light);}
.featured-signpost-module .line-box {position: absolute;height: 1px;bottom: -138px;width: 400px;background: var(--cobalt-light);left: auto;z-index: -1;left: -355px;margin-right: -31px;}
.featured-signpost-module .line-parent {position: relative;}
.featured-signpost-module .title {position: relative;margin-top: 8px;}
.featured-signpost-module .intro-title {position: relative;margin-top: 16px;}
.featured-signpost-module .left-content-cta {position: relative;margin-top: 0;}
.featured-signpost-module-container {background-position: center;height: 100%;width: 100%;position: relative;top: 220px;background-image: url(/~/media/Images/p/prosus-corp-v2/prosus-images/signpost/logo.png); background-size: 100% 100%;background-repeat: no-repeat;}
.featured-signpost-module a.cta.cta-secondary.white {margin-bottom: 2px;}
.featured-signpost-module .upper-line{ position: absolute;height: 200px;margin-top: -168px;width: 1px;background: var(--cobalt-light);left: auto;z-index: 1;left: 202px;margin-right: -31px;}
.featured-signpost-module{position:relative;}
.featured-signpost-module::before{content:'';background-image:url('/~/media/Images/p/prosus-corp-v2/prosus-images/gradient/featured_gradient.svg');}

@media all and (max-width: 991.98px){
.featured-signpost-module .signpost-image,.featured-signpost-module .signpost-wrapper:nth-child(4) .signpost-image {height: 378px;width: 284px;}
.featured-signpost-module .signpostContent-container {max-width: 284px;}
.featured-signpost-module-container {top: 40px;background: none;}
.featured-signpost-module .featured-signpost-container {margin-top: 0;}
.featured-signpost-module .right-featured-signpost-content { margin-top: 72px;
    margin-left: 6px;}
.featured-signpost-module .signpost-image {margin-top: 16px;}
.featured-signpost-module .signpost-wrapper:nth-child(4) {          left: -300px;
    bottom: 158px;}
.featured-signpost-module .left-featured-signpost-content {margin-top: 0;margin-left: 0;}
.featured-signpost-module {margin-bottom: 79px;}
.featured-signpost-module .signpost-image:before {width: 284px;height: 343px;    bottom: 0;}
.featured-signpost-module .line-box {bottom: 127px;width: 240px;left: -235px;margin-right: -31px;}
.featured-signpost-module .line-box::before {bottom: -95px;height: 95px;}
.featured-signpost-module .line-box::after {   
    bottom: -100px;}
.featured-signpost-module .upper-line {height: 133px;margin-top: -113px;}
.featured-signpost-module .signpostContent-container {padding: 0px 24px 16px 24px;}
 .featured-signpost-module .right-featured-signpost-content .cta, .featured-signpost-module .title {margin-top: 8px;}
.featured-signpost-module .signpost-image .body-large, .featured-signpost-module a.cta.cta-secondary.white {margin-bottom: 0;}
.featured-signpost-module .title {margin-top: 8px;}
.featured-signpost-module .intro-title{margin-top: 16px;}
.featured-signpost-module .left-featured-signpost-content .cta {margin-top: 12px;}
.featured-signpost-module .upper-line {left: 223px;}
.featured-signpost-module .signpost-image:hover::before{height:378px}
}
@media all and (max-width: 767.98px){
.featured-signpost-module .featured-signpost-container {display: block;}
.featured-signpost-module .signpost-image,.featured-signpost-module .signpost-wrapper:nth-child(4) .signpost-image {height: 378px;width: 100%;}
.featured-signpost-module .signpost-wrapper:nth-child(4) {position: relative;top: auto;left: auto;bottom: auto;    width: 100%;}
.featured-signpost-module .upper-line, .featured-signpost-module .line-parent {display: none;}
.featured-signpost-module .signpost-image:before {    width: 100%;height: 100%;}
.featured-signpost-module .right-featured-signpost-content {margin-top: 24px;margin-left: 0;}
.featured-signpost-module .signpost-wrapper:nth-child(2) .signpost-image {margin-top: 0;}
.featured-signpost-module-container {top: 32px;}
.featured-signpost-module .signpost-image {margin-top: 24px;}
.featured-signpost-module .signpost-image {background-size: cover;}
.featured-signpost-module .signpostContent-container {bottom: -122px;}
.featured-signpost-module .signpostContent-container {max-width: 343px;padding: 0px 24px 10px 24px;}
.featured-signpost-module .right-featured-signpost-content .cta{margin-top: 12px;}
.featured-signpost-module .signpost-wrapper {border-radius: 12px;}
}

/*=== featured signpost STYLE === */

/*=== featured States STYLE === */

.featured-stats-module { padding: 64px 0px; } 
.featured-stats-module .featured-stats-content { background: var(--cobalt-gradient);padding: 30px 0px;border-radius: 20px; padding-left: 20px; padding-right: 30px; } 
.featured-stats-module .featured-stats-content .stats-icon { width: 69px;height: 69px;border: 2px solid var(--oxide-light);border-radius: 100px;display: flex;align-items: center;justify-content: center; } 
.featured-stats-module .featured-stats-content .stats-icon .icon { color: var(--oxide-light);font-size: 38px; } 
.featured-stats-module .featured-stats-content .tag-big { margin: 12px 0px; text-transform: uppercase; } 
.featured-stats-module .featured-stats-content .h1-stats-large { margin-bottom: 0px;color: var(--oxide-prime);margin-top: -20px;margin-left: -8px;word-break: break-all;}
.featured-stats-module .featured-stats-content .h4 { color: var(--oxide-prime);margin-top: 8px;margin-left: -8px;}
.featured-stats-module .featured-stats-content .mobile-view { display:none; } 

@media all and (max-width: 991.98px) {
.featured-stats-module .featured-stats-content { padding: 20px 28px; } 
.featured-stats-module .featured-stats-content .stats-icon .icon { font-size:32px; } 
.featured-stats-module .featured-stats-content .stats-icon { width:59px; height:59px; } 
.featured-stats-module .featured-stats-content .tag-big { margin-top:16px; } 
.featured-stats-module { padding: 32px 0px; } 
 }

@media all and (max-width: 767.98px) {
.featured-stats-module .featured-stats-content .desktop-view { display:none; } 
.featured-stats-module .featured-stats-content .mobile-view { display:block; } 
.featured-stats-module { padding: 24px 0px; } 
.featured-stats-module .featured-stats-content { padding: 48px; } 
.featured-stats-module .featured-stats-content .stats-icon .icon { font-size: 27px; } 
.featured-stats-module .featured-stats-content .stats-icon { width: 49px; height: 49px; } 
.featured-stats-module .featured-stats-content .body-small { margin-top: 12px; } 
.featured-stats-module .featured-stats-content .cta { margin-top: 4px; } 
.featured-stats-module .featured-stats-content .h1-stats-large,.featured-stats-module .featured-stats-content .h4 {margin-top: 0px;margin-left: 0px;}
 }

/*=== featured States STYLE === */

/*=== Case studies STYLE === */

.case-study-module .module-intro-content .h6 { color: var(--cobalt-light); margin-bottom: 12px; } 
.case-study-module .module-intro-content h2 { color: var(--cobalt-prime); margin-bottom: 0px; } 
.case-study-module .module-intro-content .cta { margin-top:16px; } 
 
.case-study-module .case-study-slider-item .slider-content .image-box { height: 500px; 
 width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 84px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .first-line { font-size: clamp(1.4rem, -0.3rem + 3.542vw, 4.8rem); font-weight: 700; line-height: 5.5rem; margin-bottom: 0px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .stats { font-size: clamp(8rem, -3rem + 22.917vw, 30rem); line-height: 36rem; font-weight: 900; margin-bottom: 0px; margin-top: -60px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .currency { font-size: clamp(4rem, 1.2rem + 5.833vw, 9.6rem); font-weight: 900; line-height: 11.5rem; margin-bottom: 0px; margin-top: 127px; margin-left: 40px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .tag-line { font-size: clamp(1.6rem, 1.2rem + 0.833vw, 2.4rem); line-height: 2.8rem; font-weight: 700; margin-bottom: 0px; display: block; margin-top: -12px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .center-line { display: flex; } 
 .case-study-module .case-study-slider { margin-top:48px; } 
 .case-study-module .slider-content-blue-box { background-color: var(--cobalt-dark); border-radius: 12px; margin-top: -121px; z-index: 7; position: relative; display:none; } 
 .case-study-module .case-study-slider-item .slider-content.slick-current .slider-content-blue-box { display:block; } 
  .case-study-module .slider-content-blue-box > a{padding: 32px 100px; display:block}
  /* .case-study-module .case-study-slider-item .slider-content.slick-current .slider-content-blue-box > a { cursor: url(/~/media/Images/p/prosus-corp-v2/prosus-images/icon/casestudy-cursor.png?h=100&w=100) 0 0,pointer; } */
 .case-study-module .slider-content-blue-box .location { margin-bottom:16px; } 
 .case-study-module .slider-content-blue-box .location .icon { color: var(--chroride-light); font-size: 12px; } 
 .case-study-module .slider-content-blue-box .location .text { font-size: 1.2rem; text-transform: uppercase; font-weight: 900; color: var(--chroride-light); padding-left: 14px;line-height:1.4rem; } 
 .case-study-module .slider-content-blue-box .tag-small { margin-bottom:0px; text-transform: uppercase; } 
 .case-study-module .slider-content-blue-box .date { padding-left:32px; text-transform: uppercase;font-weight:900 } 
 .case-study-module .slider-content-blue-box h3 { margin-bottom: 0px; margin-top: 16px; } 
 .case-study-module .case-study-slider-item .slick-list { overflow: visible; } 
 .case-study-module { overflow: hidden; } 
 .case-study-module .case-study-slider-item .slick-current.slider-content .image-box { height:622px; box-shadow: var(--big-shadow); margin-top:0px; border-radius: 20px; z-index: 5;pointer-events: none}
 .case-study-module .case-study-slider-item .slider-content .image-box { position:relative; margin-top: 61px;    transition: all 0.2s ease;transition: all 0.5s; } 
 .case-study-module .case-study-slider-item .slider-content .image-box::before { content:''; position: absolute; background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 100%); width: 100%; height: 100%; z-index: 4; top: 0; } 
 .case-study-module .case-study-slider-item .slick-current.slider-content .image-box::before { display:none; } 
 .case-study-module .case-study-slider-item .slide-arrow { width: 100px; height: 100px; position: absolute; top: 263px; z-index: 10; border-radius: 100%; border: 0px; background-color: var(--white-light); color: var(--cobalt-prime); display: flex; flex-flow: column; justify-content: center; font-size: 12px; line-height: 1.4rem; font-weight: 900; left: -110px; align-items: center; opacity: 0; visibility: hidden; } 
 .case-study-module .case-study-slider-item .slide-arrow.show { opacity: 1; visibility: visible; } 
 .case-study-module .case-study-slider-item .slide-arrow span.icon { font-size: 16px; margin-bottom: 10px; transform: rotate(180deg); } 
 .case-study-module .case-study-slider-item .slide-arrow.next-arrow { left: auto; right:-110px; } 
 .case-study-module .case-study-slider-item .slide-arrow.next-arrow span.icon { transform: rotate(0deg); } 
 .case-study-module .vertical-line .line-box { height: calc(100% + 160px); top:0px; bottom:unset; } 
 
 .case-study-module .vertical-line .line-box::before { display:none } 
 
 .case-study-module .vertical-line .line-box::after { background: var(--cobalt-prime); } 
 .case-study-module .casestudy-slider-pagination.devices-view { display:none; } 
 .case-study-module .slider-content-blue-box .devices-cta { display:none; } 
  
 
 @media all and (max-width: 991.98px) { 
 .case-study-module .vertical-line .line-box { display:block; height: calc(100% + 120px); } 
 .case-study-module .case-study-slider { margin-top:24px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box { padding-top: 60px; padding-left: 154px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .first-line { line-height: 3.4rem; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .stats { line-height: 15.4rem; margin-top: -10px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .currency { margin-top: 65px; line-height: 5.8rem; margin-left: 5px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .tag-line { line-height: 1.8rem; margin-top: -5px; } 
 .case-study-module .case-study-slider-item .slick-current.slider-content .image-box { height: 374px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box { height:319px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box { margin-top: 27px; } 
 .case-study-module .slider-content-blue-box {  margin-top: -91px; } 
 .case-study-module .slider-content-blue-box > a{padding: 0px;}
 .case-study-module .slider-content-blue-box .location { margin-bottom: 20px; } 
 .case-study-module .case-study-slider-item .slide-arrow { left: -170px; right: 0; margin: auto; top: auto; bottom: -73px; width: 44px; height: 44px; color: var(--white-light); background-color: var(--cobalt-prime); border-radius: 4px; opacity: 1; visibility: visible; } 
 .case-study-module .case-study-slider-item .slide-arrow span.icon { margin-bottom: 0px; font-size: 22px; } 
 .case-study-module .case-study-slider-item .slide-arrow span.text { display:none; } 
 .case-study-module { overflow:visible; } 
 .case-study-module .case-study-slider-item .slide-arrow.next-arrow { left: 0; right: -170px; } 
 .case-study-module .casestudy-slider-pagination { display: flex !important; align-items: center; justify-content: center; margin-top: 40px; } 
 .case-study-module .casestudy-slider-pagination .pagination-line { width: 67px; height: 2px; background-color: rgba(63, 63, 63, 0.4); outline: none; margin: 0px 4px; position: relative; margin-top: 3px; } 
 .case-study-module .casestudy-slider-pagination .pagination-line .active-line { width: 50%; position: absolute; background-color: var(--argon-prime); height: 2px; left: 0; top: 0; } 
 .case-study-module .casestudy-slider-pagination .total-slider { color: rgba(63, 63, 63, 0.4); } 
 .case-study-module .slider-content-blue-box .devices-cta { display:block; } 
 .case-study-module .case-study-slider-item .slider-content.slick-current .slider-content-blue-box { cursor: revert;padding: 24px; } 
 }
 @media all and (max-width: 767.98px){
 .case-study-module .case-study-slider-item .slick-current.slider-content .image-box { height: 199px; border-radius: 0px; width: 100vw; margin-left: -16px; padding: 16px; } 
 .case-study-module .slider-content-blue-box {margin-top: -39px;padding: 16px; } 
 .case-study-module .slider-content-blue-box > a{padding: 0px;}
 .case-study-module .case-study-slider { margin-top: 20px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box { height: 199px; } 

 .case-study-module .case-study-slider-item .slider-content .image-box .stats {line-height: 9.6rem; } 
 .case-study-module .case-study-slider-item .slider-content .image-box .currency { margin-top: 20px; line-height: 4.8rem; margin-left: 0px; } 
 .case-study-module .case-study-slider-item .slider-content .image-box { margin-top: 0; } 
 .case-study-module .vertical-line .line-box { display: none; } 
 .case-study-module .casestudy-slider-pagination { margin-top:30px; } 
 .case-study-module .case-study-slider-item .slide-arrow { bottom: -65px; top: auto; } 
 }

/*=== Case studies STYLE === */

/*=== page download STYLE === */

.page-downloads-module .vertical-line {position: relative;padding-right: 50px;}
.page-downloads-module .vertical-line .line {position: absolute;width: 1px;background: var(--cobalt-prime);left: -31px;z-index: 1;height: calc(100% - 25px);top: -64px;}
.page-downloads-module .vertical-line .line::after {content: '';position: absolute;bottom: 0px;height: 6px;   background: var(--cobalt-prime);width: 6px;border-radius: 100%;left: -2px;}
.page-downloads-module .downloads-wrapper .page-downloads-left .downloads-main-title{color:var(--cobalt-prime);padding-top:42px;}
.page-downloads-module .downloads-wrapper .page-downloads-left .downloads-main-body {margin-top: 22px;}
.page-downloads-module .downloads-wrapper .page-downloads-left .downloads-main-link{margin:24px 0px 0px 0px;}
.page-downloads-module .downloads-wrapper .page-downloads-left .downloads-main-link .cta-secondary {padding:0px;margin:0px;}
.page-downloads-module .downloads-wrapper .page-downloads-left .h6{color: var(--cobalt-light);
margin-bottom: 8px;}
.page-downloads-module .downloads-wrapper .page-downloads-right{background-color:var(--white-light);padding: 16px;box-shadow:var(--big-shadow);border-radius:16px;display: flex;justify-content: space-between;align-content: center;}
.page-downloads-module .downloads-wrapper .page-downloads-right .downloads-image img{border-radius:12px;box-shadow:0px 0px 8px 4px rgba(0, 0, 0, 0.2);}
.page-downloads-module .downloads-wrapper .page-downloads-right .downloads-image{width:178px;}
.page-downloads-module .downloads-wrapper .page-downloads-right .downloads-title{color:var(--cobalt-prime);}
.page-downloads-module .downloads-wrapper .page-downloads-right .downloads-title p.quote{font-weight:400;}
.page-downloads-module .downloads-wrapper .page-downloads-right .download-content{color:var(--graphite-light);font-weight:900;margin-top: 4px;}
.page-downloads-module .downloads-wrapper .page-downloads-right .downloads-link {margin: 0px 0px 2px 0px;}
.page-downloads-module .download-inner-wrapper {display: flex;flex-wrap: wrap;justify-content: space-between;}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper{padding-top:36px;}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-inner-wrapper a.download-item .download-content{color:var(--graphite-light);font-weight:900;font-size: 14px;line-height: 20px;margin-top: 8px;}

.page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-item{background: var(--white-light);border-radius: 16px;padding: 2px;
box-shadow: var(--small-shadow);margin-bottom: 24px;color: var(--cobalt-prime);width: calc(50% - 15px);position: relative;}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-item .download-content-wrapper{background: var(--white-light);   border-radius: 16px;padding: 16px 24px;}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-item:hover{background:radial-gradient(circle at 100% 100%, #fff 0, #fff 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #fff 0, #fff 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #fff 0, #fff 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #fff 0, #fff 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#fff, #fff) 50% 50%/calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#fff, #fff) 50% 50%/calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #060f76 0%, #1D5EDC 100%);}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-inner-wrapper .download-item:hover p.body-large{text-decoration:underline;color:var(--cobalt-light);}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper a.download-item span.icon.icon-download {position: absolute;top: 24px;right: 24px;}
.page-downloads-module .downloads-wrapper .downloads-item-wrapper a.download-item p{padding-right: 30px;}
.downloads-top-section a.page-dwn-hotspot{display:block;background: var(--white-light);border-radius: 16px;padding: 2px;margin-top: 7px;}
.downloads-top-section a.page-dwn-hotspot:hover{background: radial-gradient(circle at 100% 100%, #fff 0, #fff 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #fff 0, #fff 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #fff 0, #fff 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #fff 0, #fff 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#fff, #fff) 50% 50%/calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#fff, #fff) 50% 50%/calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #060f76 0%, #1D5EDC 100%);}
.downloads-top-section a.page-dwn-hotspot:hover p.quote{text-decoration: underline;color: var(--cobalt-light);}

/*media query */
@media all and (min-width: 768px) and (max-width:991.98px){
.page-downloads-module .vertical-line .line{top:-32px;}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper a.download-item span.icon.icon-download {top: 21px;right: 16px;}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-item {margin-bottom:16px;width: calc(50% - 10px);}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-item .download-content-wrapper{padding:16px;}
  .page-downloads-module .downloads-wrapper .page-downloads-left{padding-bottom:32px;}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-inner-wrapper a.download-item .download-content{margin-top: 8px;}
  .page-downloads-module .downloads-wrapper .page-downloads-left .downloads-main-title{padding-top:0px;}
}

@media all and (max-width:767.98px){
  .page-downloads-module .downloads-wrapper .page-downloads-left{padding-bottom:24px;}
  /*.page-downloads-module .downloads-wrapper .page-downloads-right{width:342px;height:200px;}*/
  .page-downloads-module .downloads-wrapper .page-downloads-right .downloads-image{width:132px;}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper .download-item{width:100%;margin-bottom:12px;}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper a.download-item span.icon.icon-download{top: 20px;right: 16px;}
  .page-downloads-module .downloads-wrapper .downloads-item-wrapper {padding-top: 12px;}
    .page-downloads-module .downloads-wrapper .page-downloads-left .downloads-main-title{padding-top:0px;}
}

/*=== page download STYLE === */

/*=== News Module STYLE === */

.news-module h2 { color: var(--cobalt-prime);margin-bottom: 40px; } 
.news-module .news-cta .cta { margin-top:0px; } 
.news-module .news-module-tab .tab-content { margin-top:48px; } 
.news-module .news-tab-content-wrapper .news-image img { border-radius: 12px; transition: all 0.3s;transform: scale(1); min-height: 209px; } 
.news-module .news-tab-content-wrapper { background: var(--white-prime); -webkit-transition: background 2s ease-out; -moz-transition: background 2s ease-out; -o-transition: background 2s ease-out; transition: background 2s ease-out;border-radius: 12px;box-shadow: 0 -25px 30px rgba(0, 0, 0, 0.15);padding: 24px; padding-top: 24px;min-height: 350px;margin-left: 25px;position: relative;margin-top: 40px;padding-top: 0px; } 
.news-module .news-tab-content-wrapper .news-image { position: absolute;top: -40px;left: -25px; margin-right: 25px; overflow: hidden;border-radius: 12px; } 
.news-module .news-tab-content-wrapper .news-content-box { padding-top: 200px; } 
.news-module .news-tab-content-wrapper .news-content-box .date-content { display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px; } 
.news-module .news-tab-content-wrapper .news-content-box .date-content .tagSmall { color: var(--graphite-prime);font-weight: 900; text-transform: uppercase; } 
.news-module .news-tab-content-wrapper .news-content-box .date-content .tag-small { font-size: clamp(1.2rem, 1.1rem + 0.208vw, 1.4rem);line-height: 2.0rem;font-weight: 500;text-transform: uppercase; } 
.news-module .news-tab-content-wrapper .news-content-box .h5 { color: var(--cobalt-prime); } 
.news-module .news-tab-content-wrapper:hover { background: var(--cobalt-gradient); box-shadow: none; } 
.news-module .news-tab-content-wrapper:hover .news-content-box .date-content .tagSmall { color: var(--white-light); } 
.news-module .news-tab-content-wrapper:hover .news-content-box .date-content .tag-small,
.news-module .news-tab-content-wrapper:hover .news-content-box .date-content .tag-small:hover { color: var(--white-light); } 
.news-module .news-tab-content-wrapper:hover .news-content-box .h5 { color: var(--white-light); text-decoration: underline; } 
.news-module .news-tab-content-wrapper:hover .news-image img { transform: scale(1.3); } 

 .news-module .news-slider-pagination { display: flex; align-items: center; justify-content: center; margin-top: 50px; } 
 .news-module .news-slider-pagination .pagination-line { width: 67px; height: 2px; background-color: rgba(63, 63, 63, 0.4); outline: none; margin: 0px 6px; position: relative; margin-top: 6px; } 
 .news-module .news-slider-pagination .pagination-line .line-active { width: 50%; position: absolute; background-color: var(--cobalt-light); height: 2px; left: 0; top: 0; } 
 .news-module .news-slider-pagination .total-slider { color: rgba(63, 63, 63, 0.4); } 
  .news-module .news-slider-pagination .active-number{font-size: 2rem;
line-height: 2.4rem;}
 .news-module .news-module-slider-list .slide-arrow { position: absolute;bottom: -85px;left: -178px;right: 0;margin: auto;border: 0px;background: var(--cobalt-prime);color: var(--white-light);width: 44px;height: 44px;border-radius: 4px;padding: 0px;display: flex;align-items: center;justify-content: center; } 
 .news-module .news-module-slider-list .slide-arrow .icon { font-size: 22px; } 
 .news-module .news-module-slider-list .slide-arrow.prev-arrow .icon { transform: rotate(180deg); } 
 .news-module .news-module-slider-list .slide-arrow.next-arrow { left:0px;right: -178px } 
 .news-module .news-module-slider-list .slide-arrow.slick-disabled { opacity: 0.6; } 
 .news-module .news-module-slider-list.vertical-line { position:relative; } 
 .news-module .news-module-slider-list.vertical-line::before { content: '';position: absolute;height: 239px;width: 1px;background-color: var(--cobalt-prime); bottom: -210px; right: 114px; } 
 .news-module .news-module-slider-list.vertical-line::after { content: '';position: absolute;bottom: -211px;height: 6px;background: var(--cobalt-prime);width: 6px;border-radius: 100%;right: 111.5px; } 
.news-module .responsive-view { display:none; } 
.news-module .news-module-tab .tab-list ul{background-color: var(--cobalt-prime);}
.news-module .news-module-slider-list{opacity: 1; visibility: visible; transition: all 0.3s ease-in-out}
.news-module .novisibility{opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out}
.news-carousel-main-wrapper {position:relative;}
.news-carousel-main-wrapper .news-gradient-image{position: absolute;width: 100%;height: 629px;background-repeat: no-repeat;background-size: cover;left: 0;top:0px;z-index: -1;background-position: center center;}

@media all and (max-width: 991.98px) {.news-module .news-module-tab .news-cta.desktop-view { display:none; } 
.news-module .responsive-view { display:block; } 
.news-module .responsive-view .cta{margin-top:0px;}
.news-module h2 { margin-bottom:0px; } 
.news-module .news-module-tab { margin-top:32px; } 
.news-module .news-module-tab .tab-content { margin-top: 32px; } 
.news-module .news-tab-content-wrapper .news-image img { min-height:194px; } 
.news-module .news-tab-content-wrapper { min-height:340px; } 
.news-module .news-tab-content-wrapper .news-image { top: -37px;left: -23px; } 
.news-module .news-tab-content-wrapper .news-content-box { padding-top: 182px; } 
.news-module .news-tab-content-wrapper { padding-bottom:22px; } 
.news-module .news-slider-pagination { margin-top:40px; } 
.news-module-slider-list .slide-arrow { bottom:-75px; } 
.news-module-slider-list.vertical-line::before { height: 157px; bottom: -157px;right: 70px; } 
.news-module-slider-list.vertical-line::after { right: 67px; bottom: -157px; } 
.news-carousel-main-wrapper .news-gradient-image{height:500px;}
 }
@media all and (max-width: 767.98px){
 .news-module .news-module-slider-list.vertical-line::before, 
 .news-module .news-module-slider-list.vertical-line::after { display:none; } 
 .news-module .news-slider-pagination { margin-top: 34px; } 
 .news-module .news-module-slider-list .slide-arrow { bottom: -65px; } 
 .news-module .news-tab-content-wrapper { min-height: auto; } 
 .news-module .news-tab-content-wrapper .news-content-box { padding-top: 177px; } 
 .news-module .news-module-tab {margin-top: 24px;}
 .news-module .news-module-tab .tab-list{margin-left: -16px;
margin-right: -16px;}
 .news-module .news-module-tab .tab-list ul{overflow-x: auto;display: -webkit-box;display: -moz-box;border-radius: 0px;}
 .news-module .news-module-tab .tab-list ul li{width:auto;}
 .news-module .news-module-tab .tab-list{position:relative;}
 .news-module .news-module-tab .tab-list::after{content:'';position: absolute;height: 100%;width: 26px;background: linear-gradient(270deg, #1136A8 0%, rgba(17, 54, 168, 0) 100%);top: 0;right: 0;}
.news-module .news-tab-content-wrapper .news-image{top: -41px;}
.news-carousel-main-wrapper .news-gradient-image{height:300px;}
 }

/*=== News Module STYLE === */

/*=== Text Video STYLE === */

.text-video-module .video-tagline{margin:14px 0px 0px 0;}
.text-video-module .vertical-line{position:relative;}
.text-video-module .vertical-line .line {position: absolute;height: 216px;bottom: 288px;width: 1px;background: var(--cobalt-prime);left: 70px;z-index: 1;}
.text-video-module .vertical-line .line::before {content: '';position: absolute;bottom: 0px;height: 90px;background: var(--white-light);width: 1px;}
.text-video-module .vertical-line .line::after {content: '';position: absolute;bottom: 0px;height: 6px;background: var(--white-light); width: 6px;border-radius: 100%;left: -2px;}
/*.text-video-module .video-right .vertical-line{position:relative;}*/
.text-video-module .video-right .vertical-line .line{position: absolute;height:212px;left:auto;right: 67px;width: 1px;background: var(--cobalt-prime);z-index: 1;}
.text-video-module .video-right .vertical-line .line::before {content: '';position: absolute;bottom: 0px;height: 90px;background: var(--white-light);width: 1px;}
.text-video-module .video-right .vertical-line .line::after {content: '';position: absolute;bottom: 0px;height: 6px;background: var(--white-light); width: 6px;border-radius: 100%;left: -2px;}
.text-video-module .video-wrapper .video{min-height: 320px;position: relative;overflow: hidden;border-radius: 20px;display: flex;justify-content: center;}
.text-video-module .video-wrapper .video img{width: 100%;height: auto;margin: 0 auto;}
.text-video-module .video-wrapper .video-btn{position: absolute;top: calc(50% - 29px);transform: translateY(-50%);left: 0;right: 0;margin: 0 auto;width: 64px;height: 64px;z-index: 1;}
.text-video-module .text-wrapper .text-video-subtitle{color: var(--cobalt-light);margin-bottom: 12px;}
.text-video-module .text-wrapper .text-video-title{color: var(--cobalt-prime);margin-bottom: 16px;}
.text-video-module .text-wrapper .text-video-body{margin-bottom:2px;}
.text-video-module .video-wrapper .video > .video-item{position: absolute;width: 100%;height: 100%;z-index: 2;min-height: 320px;}
.text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer_inner, .text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay, .text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay *{height: 320px}
.text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay video{object-fit: cover;}
.videoPlaying .text-video-module .video-wrapper .video img{opacity: 0; visibility: hidden}

/*media query */
@media all and (min-width: 768px) and (max-width:991.98px){
.text-video-module .video-wrapper .video{min-height: 193px}
.text-video-module .vertical-line .line{height:124px;bottom:0px;top:-63px;left:51px;}
.text-video-module .video-right .vertical-line .line{height: 124px;bottom: 0px;left: auto;top: -63px;right: 60px;}
.text-video-module .video-wrapper .video img{width: 100%;height: auto;height: 194px;
min-height: 194px;}

.text-video-module .vertical-line .line::before, .text-video-module .video-right .vertical-line .line::before{height: 61px;}
.text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer_inner, .text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay, .text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay *{height: 194px;min-height:194px;}
.text-video-module .text-wrapper .text-video-subtitle {margin-bottom: 8px;}
}
@media all and (max-width:767.98px){
.text-video-module .video-wrapper .video img{width: 100%;height: 182px;min-height:182px;}
.text-video-module > .container-fluid > .row{flex-direction: column-reverse;}
.text-video-module .video-wrapper .video{min-height: auto;}
.text-video-module .vertical-line{margin-top: 24px;}
.text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer_inner, .text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay, .text-video-module .video-wrapper .video > .video-item .inv_videoMainContainer, .text-video-module .video-wrapper .video > .video-item .inv_videoDisplay *{height: 182px;min-height:182px; }
}

/*=== Text Video STYLE === */

/*=== Net Asset Value Page === */
.nav_rprt_body .nav_rprt_TextBox_ReportTitle {display: none;}
.nav_rprt_body .nav_rprt_SectionCard3 {padding-top: 0;margin-top:0;}
.nav_rprt_SectionCard3 > .nav_rprt_Table_Intro {margin-top: 0;}

/*=== Full Width Video STYLE === */

.full-width-video-module .full-width-video-wrapper .vertical-line{position:relative;}
.full-width-video-module .full-width-video-wrapper .vertical-line .line {position: absolute;height: calc(100% + 86px);bottom:-86px;width: 1px;background: var(--cobalt-prime);left: -30px;z-index: 3;top: auto;}
.full-width-video-module .full-width-video-wrapper .vertical-line .line::before {content: '';position: absolute;bottom: -27px;height: 65px;background: var(--white-light);width: 1px;}
.full-width-video-module .full-width-video-wrapper .vertical-line .line::after {content: '';position: absolute;bottom: -28px;height: 6px;background: var(--white-light); width: 6px;border-radius: 100%;left: -2px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-subtitle{color:var(--cobalt-light);margin-bottom:12px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-title{color:var(--cobalt-prime);margin-bottom:16px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-content{margin-bottom:20px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-link{margin: 23px 0px 48px 0px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-link .cta-secondary{margin:0px;padding:0px;}
.full-width-video-module .full-width-video-wrapper .video-wrapper .video-ten img{border-radius:20px;width:100%;min-height:540px;}
.full-width-video-module .video-wrapper .video-btn{position: absolute;top: 227px;right: 372px;}
.full-width-video-module .video-wrapper .video-ten .video-btn{position: absolute;top: 112px;right: 287px;}
.full-width-video-module .video-wrapper > div{position: relative;}
.full-width-video-module .video-wrapper div.video{position: relative}
.full-width-video-module .video-wrapper .inv_playerContainer{position: absolute;top: 0;left: 0;background-color: var(--white-light);z-index: 1;border-radius: 0px;min-height: 100%;height: 100%}
.full-width-video-module .video-wrapper .video-ten .inv_playerContainer{min-height:100%;border-radius: 20px;height: 100%}

/* .full-width-video-wrapper .video-wrapper .video img{min-height: 762px;} */ 
.full-width-video-wrapper .video-wrapper .cta.video-cta{flex-flow: column;width: 100px;height: 100px;}
.full-width-video-wrapper .video-wrapper .cta.video-cta span.text{  font-size: 1.2rem;line-height: 1.4rem;font-weight: 900;margin-top: 7px;}
.full-width-video-module .video-wrapper .inv_playerContainer .inv_videoMainContainer,
.full-width-video-module .video-wrapper .inv_playerContainer .inv_videoMainContainer .inv_videoMainContainer_inner,.full-width-video-module .video-wrapper .inv_playerContainer .inv_videoMainContainer .inv_videoMainContainer_inner .inv_videoDisplay{height:100%;}
.full-width-video-module .video-wrapper .inv_playerContainer .inv_videoArea{height: 100%;background-color: var(--graphite-dark);}
.full-width-video-wrapper .video-wrapper .cta.video-cta{display:none}
.full-width-video-wrapper a.box-cta{display:block;cursor: auto;}
.full-width-video-wrapper a.box-cta.videoCursor{cursor: url(/~/media/Images/p/prosus-corp-v2/prosus-images/icon/video-cursor.png?h=100&w=100) 0 0,pointer;}
.full-width-video-module .fullwidth-close{position: absolute;top: 30px;right: 30px;display:none;z-index: 2;}
.full-width-video-module .fullwidth-close a.close-video-trigger{color: var(--white-light);}
.full-width-video-module.videoPlaying .fullwidth-close{display:block;}
.full-width-video-module .video-wrapper{position:relative;}
/*media Query */


@media all and (max-width:1199.98px){
.full-width-video-wrapper .video-wrapper .cta.video-cta{display:flex}
.full-width-video-wrapper .video-wrapper .cta.video-cta{width: 64px;
height: 64px;}
.full-width-video-wrapper .video-wrapper .cta.video-cta span.text{display:none;}
.full-width-video-wrapper a.box-cta.videoCursor{cursor: auto;}
.full-width-video-module .video-wrapper .video-btn,.full-width-video-module .video-wrapper .video-ten .video-btn{top: calc(50% - 55px);
right: calc(50% - 55px);}
}
@media all and (max-width:991.98px){
.full-width-video-module .full-width-video-wrapper .video-wrapper .video-ten img{width:100%;min-height:392px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-subtitle{margin-bottom:8px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-link {
  margin: 23px 0px 32px 0px;
}
.full-width-video-module .full-width-video-wrapper .vertical-line .line{height: calc(100% + 70px);bottom: -70px;left: -16px;}
.full-width-video-module .video-wrapper .video-btn,.full-width-video-module .video-wrapper .video-ten .video-btn{top: calc(50% - 55px);
right: calc(50% - 55px);}
.full-width-video-wrapper .video-wrapper .video img {
  min-height: 407px;
}
.full-width-video-wrapper .video-wrapper .cta.video-cta{width: 64px;
height: 64px;}
.full-width-video-wrapper .video-wrapper .cta.video-cta span.text{display:none;}
.full-width-video-module .video-wrapper .video-ten .inv_playerContainer {min-height:392px}
.full-width-video-module .video-wrapper .inv_playerContainer{min-height:407px}
.full-width-video-wrapper .video-wrapper .cta.video-cta{display:flex}
.full-width-video-wrapper a.box-cta.videoCursor{cursor: auto;}
}
@media all and (max-width:767.98px){
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-subtitle{margin-bottom:8px;}
.full-width-video-module .full-width-video-wrapper .video-intro-content .video-link{margin-bottom:24px;}
.full-width-video-module .full-width-video-wrapper .video-wrapper .video-ten img{
min-height: 182px;}
.full-width-video-module .video-wrapper .video-btn, .full-width-video-module .video-wrapper .video-ten .video-btn {
  top: calc(50% - 30px);
  right: calc(50% - 30px);
}
.full-width-video-wrapper .video-wrapper .video img {
  min-height: 199px;
}
.full-width-video-wrapper .video-wrapper .cta.video-cta {
  width: 44px;
  height: 44px;
}
.full-width-video-wrapper .video-wrapper .cta.video-cta span.icon {
  font-size: 1.4rem;
  }
  .full-width-video-module .video-wrapper .inv_playerContainer {
  min-height: 199px;
}
.full-width-video-module .video-wrapper .video-ten .inv_playerContainer {
  min-height: 182px;
}
}

/*=== Full Width STYLE === */

/*=== Portfolio Cards STYLE === */

.portfolio-cards h2 { background: var(--cobalt-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; margin-bottom:45px; } 
.portfolio-cards .portfolio-cards-list .portfolio-card-box { min-width: 217px; min-height: 157px; box-shadow: var(--small-shadow); border-radius: 16px; display: flex; position: relative; justify-content: center; align-items: center;background-color:var(--white-light); } 
.portfolio-cards .portfolio-cards-wrapper { /*flex: 1; margin-left: 11px*/margin: 0 11px;}
.portfolio-cards .portfolio-box-logo img { height: auto;width: 110px;} 
.portfolio-cards .portfolio-cards-list { display: flex; position: relative; flex-wrap: wrap;justify-content: center;margin: 0 -15px;}
.portfolio-cards .portfolio-content-expand {display:none;padding: 2px; box-sizing: border-box; position: absolute; width: calc(100% - 22px); left: 0; border-radius: 16px;z-index: 10;margin: 0 11.5px;border: 2px solid var(--cobalt-light);background: var(--white-light); }
.portfolio-cards .portfolio-content-wrapper { border-radius: 16px; padding: 32px 0px 40px; position: relative;}
/*.portfolio-cards .portfolio-cards-wrapper:first-child,.portfolio-cards .portfolio-cards-wrapper:nth-child(5n + 6) { margin-left: 0; }*/
/*.portfolio-cards .portfolio-cards-wrapper.box-margin { padding-bottom: 32px; } */
.portfolio-cards .portfolio-box-wrapper .open-btn { position: absolute; width: 32px; height: 32px; bottom: -16px; left: 0; right: 0; margin: auto; text-align: center; padding: 2px; background-color: var(--white-light); border-radius: 100%; display:none; transition: 0.5s; } 
.portfolio-cards .portfolio-box-wrapper:hover .open-btn,.portfolio-cards .portfolio-box-wrapper.active .open-btn { display:block; } 
.portfolio-cards .portfolio-box-wrapper .open-btn span.opn { background-color: var(--white-light); border: 2px solid var(--cobalt-light); width: 28px; height: 28px; border-radius: 100%; display: flex; align-items: center; justify-content: center; } 
.portfolio-cards .portfolio-box-wrapper .open-btn span.opn span.icon-plus { background: var(--cobalt-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } 
.portfolio-cards .portfolio-box-wrapper .open-btn span.opn span.icon-minus { display:none; color:var(--white-light) } 
.portfolio-cards .portfolio-box-wrapper.active .open-btn button span.icon-minus { display:block; } 
.portfolio-cards .portfolio-box-wrapper.active .open-btn button span.icon-plus { display:none; } 
.portfolio-cards .portfolio-box-wrapper .open-btn span.opn span.icon { font-size: 10px;margin-left: 1px;}
.portfolio-cards .portfolio-box-wrapper.active .open-btn button { background: var(--cobalt-gradient); border-color: transparent; } 
.portfolio-cards .portfolio-box-wrapper { border-radius: 16px; padding: 2px; display: block; padding: 0 0 35px; background: var(--white-light); box-sizing: border-box; } 
/*.portfolio-cards .portfolio-box-wrapper:hover,.portfolio-cards .portfolio-box-wrapper.active { background: radial-gradient(circle at 100% 100%, #fff 0, #fff 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #fff 0, #fff 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #fff 0, #fff 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #fff 0, #fff 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#fff, #fff) 50% 50%/calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#fff, #fff) 50% 50%/calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #060f76 0%, #1D5EDC 100%); }*/ 
.portfolio-cards .portfolio-box-wrapper:focus{outline: none}
.portfolio-cards .portfolio-box-wrapper:hover > .portfolio-card-box, .portfolio-cards .portfolio-box-wrapper:focus > .portfolio-card-box, .portfolio-cards .portfolio-box-wrapper.active > .portfolio-card-box{border: 2px solid var(--cobalt-light);}
.portfolio-cards .portfolio-content .h4 { color: var(--cobalt-prime); margin-bottom: 20px; } 
.portfolio-cards .portfolio-content .cta { margin-top:12px; } 
.portfolio-cards .portfolio-content-wrapper .btn-close { position: absolute;right: 22px;font-size: 3.0rem;z-index: 3;top: 40px;} 
.portfolio-cards .portfolio-box-wrapper.active .portfolio-card-box { box-shadow: none; } 
.portfolio-cards .portfolio-content-logo img { width:200px;object-fit: contain; }
.portfolio-cards .portfolio-content-logo{margin-top: 15px;}
.portfolio-cards .portfolio-content-wrapper a.btn-close .icon{color: var(--graphite-light);}

@media all and (max-width: 991.98px){
 .portfolio-cards .portfolio-cards-list .portfolio-card-box { min-width: auto; height: 100px;min-height: auto; } 
  .portfolio-cards .portfolio-box-logo img { height: auto; width: 50px; } 
  .portfolio-cards .portfolio-cards-wrapper {flex: 0 0 20%;} 
  .portfolio-cards .portfolio-content-wrapper { padding: 32px 60px; } 
  .portfolio-cards .portfolio-content-logo { margin-bottom: 14px; } 
  .portfolio-cards .portfolio-content .cta { margin-top: 12px; } 
  .portfolio-cards .portfolio-content-logo img { width: 159px; } 
  .portfolio-cards .portfolio-box-wrapper { margin-bottom: 24px; }
  .portfolio-cards .portfolio-cards-wrapper.box-margin { padding-bottom: 20px; } 
  .portfolio-cards .portfolio-box-wrapper .open-btn { width: 24px; height: 24px; bottom: -13px; } 
  .portfolio-cards .portfolio-box-wrapper .open-btn span.opn { width: 20px; height: 20px; } 
  .portfolio-cards .portfolio-box-wrapper .open-btn span.opn span.icon { font-size: 8px;margin-left: 0px;}
}

@media all and (max-width: 767.98px){
.portfolio-cards .portfolio-box-logo img { width: 40px;} 
  .portfolio-cards .portfolio-cards-list .portfolio-card-box { height: 70px;border-radius: 8px; } 
  .portfolio-cards .portfolio-box-wrapper {border-radius: 8px;}
  .portfolio-cards .portfolio-cards-wrapper {flex: 0 0 25%;}
  .portfolio-cards .portfolio-box-wrapper { margin-bottom: 16px;padding-bottom: 0; } 
  .portfolio-cards .portfolio-content-wrapper { padding: 16px; } 
  .portfolio-cards .portfolio-content-wrapper .btn-close { right:16px; }
}

/*=== Portfolio Cards STYLE === */

/*=== Segments STYLE === */

.segments-accordion-module { display: flex; justify-content: space-between; } 
.segments-accordion-module .segments-main-wrapper { flex:1; margin-left:12px; transition: all 2s ease; width: 100%; } 
.segments-accordion-module .segments-main-wrapper:first-child { margin-left:16px; } 
.segments-accordion-module .segments-main-wrapper:last-child { margin-right:16px; } 
.segments-accordion-module .segments-box { height: 524px; min-width: 20%; border-radius: 12px; padding: 24px; display: flex; flex-flow: column; justify-content: flex-end; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; transition: all 2s ease-out; box-shadow:var(--big-shadow); } 
.segments-accordion-module .segments-box p.tag-small { width: fit-content; text-transform: uppercase; line-height: 2.0rem; font-size: clamp(1.2rem, 1.1rem + 0.208vw, 1.4rem); transition: all 500ms ease; margin-bottom: 12px; } 
.segments-accordion-module .segments-box .onhover-content { -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; opacity: 0; margin-top: 9px; position: absolute; bottom: 30px; visibility: hidden; } 
.segments-accordion-module .segments-box a.cta { margin-top:0px; } 
.segments-accordion-module .segments-main-wrapper .segments-box .default-title { opacity: 1; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying { width:65%; flex: auto; margin-left: 4px; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper:not(.videoPlaying) { margin-left:4px; width:4%; flex: auto; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper:last-child { margin-right:4px; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .segments-box { max-width:100%; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper:not(.videoPlaying) .segments-box .segments-title { font-size: clamp(2.4rem, 1.6rem + 1.667vw, 4rem); line-height: 4.8rem; font-weight: 700; writing-mode: vertical-lr; transform: rotate(-180deg); } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper:not(.videoPlaying) .segments-box .tag-small { display:none; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .segments-box .segments-title { font-size: clamp(2.4rem, 1.6rem + 1.667vw, 4rem); line-height: 4.8rem; transform: rotate(0deg); writing-mode: horizontal-tb; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .segments-box .tag-small { display:block; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .segments-box { justify-content: space-between; padding: 35px 40px 24px; } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .segments-box .onhover-content { display:block } 
.segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .bottom-content-wrapper, .segments-accordion-module.videoPlayingWrap .segments-main-wrapper.videoPlaying .tag-small { opacity: 0; visibility: hidden } 
.segments-main-wrapper .video-item { position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; height: 100%; min-height: 328px; border-radius: 12px; } 
.segments-main-wrapper .video-item .inv_videoMainContainer, .segments-main-wrapper .video-item .inv_videoMainContainer .inv_videoMainContainer_inner, .segments-main-wrapper .video-item .inv_videoMainContainer .inv_videoDisplay, .segments-main-wrapper .video-item .inv_videoMainContainer .inv_videoArea { height: 100% } 
.segments-main-wrapper .video-item .inv_videoMainContainer .inv_videoArea video { object-fit: cover; } 
.segments-main-wrapper .segments-box .close { position: absolute; top: 45px; right: 40px; opacity: 0; visibility: hidden; transition: all 1s ease-in-out; z-index: 10; } 
.segments-main-wrapper .segments-box .close > a { font-size: 1.4rem; line-height: normal; color: var(--cobalt-prime); } 
.segments-main-wrapper.videoPlaying .segments-box .close { opacity: 1; visibility: visible } 
.segments-main-wrapper .slide-close { display:none; } 
.segments-accordion-module .segments-main-wrapper .segments-box .segments-title { webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;transition: transform .8s ease-in-out; } 


    .segments-accordion-module .segments-main-wrapper.segments-focus { width: 65%; flex: auto; margin-left: 4px; } 
    .segments-accordion-module .segments-main-wrapper.segments-outfocus { margin-left:4px; width:4%; flex: auto; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box { max-width:100%; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .segments-title { font-size: clamp(2.4rem, 1.6rem + 1.667vw, 4rem); line-height: 4.8rem; transform: rotate(0deg); writing-mode: horizontal-tb; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .tag-small { display:block; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box { justify-content: space-between; padding: 35px 40px 24px; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .onhover-content { visibility: visible; opacity: 1; transition: all 3s ease; webkit-transition: all 3s ease; -moz-transition: all 3s ease; -ms-transition: all 3s ease; -o-transition: all 3s ease; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .default-title { opacity: 0; } 
    .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box .onhover-content { opacity: 0; visibility: hidden; } 
    .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box .default-title { opacity: 1; } 
    .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box { justify-content: end; padding: 24px; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus { width: 65%; flex: auto; margin-left: 4px; } 
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box { max-width:100%; }
    .segments-accordion-module .segments-main-wrapper.segments-outfocus .segments-box .segments-title.default-title 
    {font-size: clamp(2.4rem, 1.6rem + 1.667vw, 4rem); line-height: 4.8rem; font-weight: 700;writing-mode: vertical-lr;transform: rotate(-0.50turn);transition: transform .8s ease-in-out;}
    .segments-accordion-module .segments-main-wrapper.segments-outfocus .segments-box .tag-small{ display:none; }
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box { justify-content: space-between; padding: 35px 40px 24px; }
    .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .onhover-content { opacity: 1;visibility: visible;transition: all 3s ease;webkit-transition: all 3s ease;-moz-transition: all 3s ease;-ms-transition: all 3s ease;-o-transition: all 3s ease;} 
    .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box .onhover-content{opacity: 0;visibility: hidden;}
    .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box .default-title{opacity: 1;}
    .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box{justify-content: end;padding: 24px;}


@media all and (max-width: 991.98px) {
.segments-accordion-module .segments-box .onhover-content { bottom:15px; } 
.segments-accordion-module { margin: 0px auto; } 
.segments-accordion-module .segments-main-wrapper:first-child { margin-left: 0px; } 
.segments-accordion-module .segments-main-wrapper:last-child { margin-right: 0px; } 
.segments-accordion-module .segments-main-wrapper { margin-left:6px; } 
.segments-accordion-module .segments-box { height: 328px; padding: 16px 8px; }
.segments-accordion-module .segments-box p.tag-small { margin-bottom: 8px; line-height: 1.6rem; } 
.segments-accordion-module .segments-box .onhover-content { margin-top:8px; } 
.segments-main-wrapper .segments-box .close { top: 25px; right: 25px; } 

.segments-accordion-module .segments-main-wrapper.segments-focus .segments-box { padding: 24px 16px 6px; } 
 .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .segments-title { line-height: 4.4rem; } 
 .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box { padding: 16px 8px; } 
 .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box .segments-title { line-height: 4.8rem; } 
}

@media all and (max-width: 767.98px) {
 .segments-accordion-module .segments-box .onhover-content { bottom:0px; } 
 .segments-accordion-module .segments-box { height: 192px; padding: 8px; position: relative; border-radius: 4px; } 
 .segments-accordion-module .segments-box > div { display: flex; align-items: center; justify-content: center; border-radius: 0px; } 
 .segments-accordion-module .segments-box p.tag-small { transform: rotate(270deg); margin-bottom: 0px; position: absolute; top: 15px; left: 0; right: 0; margin: auto; } 
 .segments-accordion-module .segments-main-wrapper .segments-box .segments-title { writing-mode: vertical-rl; transform: rotate(-180deg); max-height: 120px; } 
 .segments-accordion-module .segments-main-wrapper { margin-left: 2px; } 
 .segments-accordion-module .segments-main-wrapper.close-box .segments-box .default-title { opacity: 0; } 



 .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box p.tag-small { transform: rotate(360deg); } 
 .segments-accordion-module .segments-main-wrapper.segments-outfocus,.segments-accordion-module .segments-main-wrapper.close-box:not(.videoPlaying) { width:4px; } 
 .segments-accordion-module .segments-main-wrapper.segments-outfocus .segments-box .segments-title { display:none; } 
 .segments-accordion-module .segments-main-wrapper.segments-outfocus .segments-box { padding:0px; } 
 .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .segments-title { display:block; } 
 .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box { padding: 11px 9px 0px; } 
 .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box .tag-small { position: relative; top: auto; margin: unset; } 
 .segments-accordion-module .segments-main-wrapper.segments-focus .segments-box > div { display: block; } 
 .segments-accordion-module .segments-main-wrapper.segments-focus .slide-close {display:block;position: absolute; right: 11px; font-size: 1.8rem;z-index:10; }
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus,
 .segments-accordion-module.default-view .segments-main-wrapper{flex: 1; transition: all 1s ease; width: 100%; } 
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus .slide-close,
 .segments-accordion-module.default-view .segments-main-wrapper.segments-outfocus .slide-close { display:none; } 
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus .segments-box p.tag-small,
 .segments-accordion-module.default-view .segments-main-wrapper.segments-outfocus .segments-box p.tag-small{transform: rotate(270deg); display: block; position: absolute; top: 15px; margin: auto; } 
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus .segments-title.default-title,
 .segments-accordion-module.default-view .segments-main-wrapper.segments-outfocus .segments-title.default-title { writing-mode: vertical-rl; transform: rotate(-180deg); line-height: 3.4rem; display: block; } 
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus .segments-box .onhover-content,
 .segments-accordion-module.default-view .segments-main-wrapper.segments-outfocus .segments-box .onhover-content { display:none; } 
 .segments-accordion-module.default-view .segments-main-wrapper.segments-outfocus .segments-box,
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus .segments-box { justify-content: flex-end; padding: 8px; } 
 .segments-main-wrapper .segments-box .close { top: 10px; right: 10px; } 
 .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .slide-close { display: none; } 
 .segments-accordion-module .segments-main-wrapper.close-box.segments-focus .segments-box .default-title { opacity: 0; } 
 .segments-accordion-module.default-view .segments-main-wrapper.segments-focus .segments-box .default-title { opacity: 1; } 
}

/*=== Segments STYLE === */

/*=== News Listing STYLE === */

.news-and-insight-feed{padding: 66px 0}
.news-and-insight-feed.even-card{background: var(--white-dark)}
.news-and-insight-feed .title-link .title h2{color: var(--cobalt-prime)}
.news-and-insight-feed-card{height: 100%;}
.news-and-insight-feed-card > a.news-and-insight-feed-link, .news-and-insight-feed-card > a.news-and-insight-item-link{display: block;position: relative;height: 100%;z-index: 0;}
.news-and-insight-feed-link .image, .news-and-insight-item-link .image{min-height: 209px;width: calc(100% - 25px);border-radius: 12px;background-position: center center;background-size: cover;position: absolute;left: 0;top: -40px;}
.news-and-insight-feed-link .content, .news-and-insight-item-link .content{min-height: 368px;background: var(--white-prime);border-radius: 12px;box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);width: calc(100% - 25px);margin-top: 40px;margin-left: 25px;padding: 190px 24px 24px;height: calc(100% - 30px);}
.news-and-insight-feed-link .content .title , .news-and-insight-item-link .content .title {margin-top: 20px;}
@media all and (max-width: 767.98px){
	.news-and-insight-feed-card{height: auto;margin-bottom: 30px;}
    .news-and-insight-feed-card > a.news-and-insight-feed-link, .news-and-insight-feed-card > a.news-and-insight-item-link{height: auto}
    .news-and-insight-feed-link .content, .news-and-insight-item-link .content{min-height: 350px;height: auto}
}

/*=== News Listing STYLE === */

/*=== Share Price STYLE === */

.share-price-module .blue-content-section{background: var(--cobalt-gradient);border-radius: 20px;padding: 24px 24px 16px;min-height:236px;}
.share-price-module .blue-content-section .cta{margin-top: 24px;}
.share-price-module .row > div{display:flex;}

@media all and (max-width: 991.98px){
.share-price-module .blue-content-section{border-radius: 16px;}
}
@media all and (max-width: 767.98px){
.share-price-module .blue-content-section:first-child{margin-bottom:24px}
}

/*=== Share Price STYLE === */

/*=== Carousel STYLE === */

.carousel-module .carousel-slider .tag{margin-top:32px;}
.carousel-module .carousel-slider-item .image-slider{ height: 500px; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 84px;} 
.carousel-module .carousel-slider-item .slick-list { overflow: visible; } 
.carousel-module { overflow: hidden; } 
.carousel-module .carousel-slider-item .slick-current{ display:block;} 
.carousel-module .carousel-slider-item .slick-current .image-slider { height:622px; box-shadow: var(--big-shadow); margin-top:0px; border-radius: 20px; z-index: 5;pointer-events: none}
 .carousel-module .carousel-slider-item .image-slider { position:relative; margin-top: 61px;transition: all 0.2s ease;transition: all 0.5s; } 
 .carousel-module .carousel-slider-item .image-slider::before { content:''; position: absolute; background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 100%);backdrop-filter: blur(5px); width: 100%; height: 100%; z-index: 4; top: 0; }
 .carousel-module .carousel-slider-item .slick-current .image-slider::before { display:none; } 
 .carousel-module .carousel-slider-item .slide-arrow { width: 100px; height: 100px; position: absolute; top: 263px; z-index: 10; border-radius: 100%; border: 0px; background-color: var(--white-light); color: var(--cobalt-prime); display: flex; flex-flow: column; justify-content: center; font-size: 12px; line-height: 1.4rem; font-weight: 900; left: -112px; align-items: center; opacity: 0; visibility: hidden; } 
 .carousel-module .carousel-slider-item  .slide-arrow.show { opacity: 1; visibility: visible; } 
 .carousel-module .carousel-slider-item .slide-arrow span.icon { font-size: 16px; margin-bottom: 12px; transform: rotate(180deg); } 
 .carousel-module .carousel-slider-item .slide-arrow.next-arrow { left: auto; right:-113px; } 
 .carousel-module .carousel-slider-item .slide-arrow.next-arrow span.icon { transform: rotate(0deg); } 
.carousel-module  .carousel-slider-pagination { position: absolute;top: 570px;left: 120px;right: auto;bottom: 27px;color:var(--oxide-light);display:flex;align-items:center;} 
.carousel-module .carousel-slider-pagination .pagination-line { width: 67px; height: 2px; background-color: rgba(63, 63, 63, 0.4); outline: none; margin: 0px 6px; position: relative; margin-top: 12px; } 
  .carousel-module .carousel-slider-pagination .pagination-line .active-line { width: 50%; position: absolute; background-color: var(--oxide-light); height: 2px; left: 0; top: 0; } 
  .carousel-module .carousel-slider-pagination .total-slider { color: rgba(63, 63, 63, 0.4); } 
  
 @media all and (max-width: 991.98px) {
  .carousel-module .carousel-slider { margin-top:24px; } 
  .carousel-module .carousel-slider-item .image-slider { height:319px;margin-top: 27px;} 
  .carousel-module .carousel-slider-item .slick-current .image-slider{height: 359px;box-shadow: var(--big-shadow);margin-top: 0px;border-radius: 2px;z-index: 5; pointer-events: none;}
  .carousel-module .carousel-slider-item .slide-arrow { left: -170px; right: 0; margin: auto; top: auto; bottom: -77px; width: 44px; height: 44px; color: var(--white-light); background-color: var(--cobalt-prime); border-radius: 4px; opacity: 1; visibility: visible; } 
  .carousel-module .carousel-slider-item .slide-arrow span.icon { margin-bottom: 0px; font-size: 22px; } 
  .carousel-module .carousel-slider-item .slide-arrow span.text { display:none; } 
  .carousel-module  { overflow:visible; } 
  .carousel-module .carousel-slider-item  .slide-arrow.next-arrow { left: 0; right: -170px; } 
  .carousel-module .carousel-slider-pagination { position:absolute;top:417px;left:50%;margin-left:-49px;display: flex; align-items: center;} 
  .carousel-module .carousel-slider-pagination .pagination-line { width: 67px; height: 2px; background-color: rgba(63, 63, 63, 0.4); outline: none; margin: 0px 4px; position: relative; margin-top: 3px; } 
  .carousel-module .carousel-slider-pagination .pagination-line .active-line { width: 50%; position: absolute; background-color: var(--oxide-light); height: 2px; left: 0; top: 0; } 
  .carousel-module .carousel-slider-pagination.total-slider { color: rgba(63, 63, 63, 0.4); } 
  .carousel-module .carousel-slider-item .slick-list{overflow:hidden;}
}

 @media all and (max-width: 767.98px){
  .carousel-module .carousel-slider-item .slick-current .image-slider { height: 199px; border-radius: 0px; width: 100vw; margin-left: -16px; padding: 16px; } 
  .carousel-module .carousel-slider { margin-top: 20px;} 
  .carousel-module .carousel-slider-item  .image-slider { height: 169px; } 
  .carousel-module .carousel-slider-item .slide-arrow { bottom: -65px; top: auto; }
  .carousel-module .carousel-slider-pagination { position:absolute;top: 50%;margin-top: 145px;left:50%;margin-left:-49px;display: flex; align-items: center;} 
}

/*=== Carousel STYLE === */


.news-feed-content-wrapper p a {padding-right:0px;}
.text-video-module-wrapper .news-insights-video-module .video-wrapper .video {min-height:208px;}
.news-insights-video-module .cta.video-cta {
    padding: initial;
    text-decoration: none;
    transition:.5s ease-in-out;
}
.news-insights-video-module .cta.video-cta:hover{
	background: var(--white-light);
    color: var(--cobalt-prime);
    -webkit-text-fill-color: initial;
    
}
.content-video-bc, .content-video-vm, .content-video-yu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0000008f;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
}
.close-btn {
    position: absolute;
	right: 12%;
    top: 16%;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 5px;
    z-index: 999;
    width: 25px;
    height: 25px;
    line-height: 12px;
    cursor: pointer;
}

.video-item-outer {
    margin-top: 30px;
}      

.content-video-bc .inv_playerContainer {
    position: relative;
    width: 70%;
    height: auto;
    min-height: 340px;
    overflow: hidden;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-style: normal;
    border-radius: 20px;
    margin: 0 auto;
    align-items: center;
    top: 7%;
}
.youtube-video-iframe{
    width: 70%;
    margin: 0 auto;
    margin-top: 7%;
}

.content-video-vm .vimeo-video-iframe{
    width: 100%;
    height: 100%;
}
.content-video-vm .vimeo-video-iframe .viemo_video {
    top: 0;
    z-index: 99;
    left: 0;
    min-height: 100%;
    width: 70%;
    border-radius: 0%;
}
.content-video-yu .youtube_video{
    border-radius: 20px;
    overflow: hidden;
}
.nav_rprt_body .nav_rprt_SectionCard3, .nav_rprt_body .nav_rprt_SectionCard2, .nav_rprt_body .nav_rprt_SectionCard, .with-left-nav-wrapper .nav_rprt_SectionCard3 {
    width: 100%;
}
.news-insights-video-module h2.h2-plus{text-align:center;}
@media (min-width:1026px){
  .close-btn {
      right: 12%;
      top: 3%;
  }
}
@media (max-width:1024px){
.content-video-bc .inv_playerContainer {top:30%}
.youtube-video-iframe {margin-top: 40%;}
.close-btn {top: 28%;}
}
@media (max-width:1024px) and (orientation: landscape){
.close-btn {top: 18%;}
.youtube-video-iframe { margin-top: 19%;}
}
@media (max-width:992px){
.text-video-module-wrapper .news-insights-video-module .video-wrapper .video {min-height: auto;}
.content-video-bc .inv_playerContainer {height: auto;min-height: auto;}
.text-video-module-wrapper .news-insights-video-module .video-wrapper .video {min-height: auto !important;}
}

@media (max-width: 992px) and (orientation: landscape){
    .youtube-video-iframe {margin-top: 1%;}
    .content-video-bc .inv_playerContainer {top: 3%;}
    .content-video-vm .vimeo-video-iframe .viemo_video {border-radius: 0;}
}

@media (max-width: 767px){
  .news-insights-video-module .video-wrapper .video {min-height: auto !important;}
  .content-video-bc .inv_playerContainer {position: relative;width: 100%;min-height: auto !important;}
  .content-video-yu .youtube_video {height: 270px;}
  .youtube-video-iframe {width: 95%;}
  .content-video-yu .youtube_video {height: 270px;}
  .content-video-vm .vimeo-video-iframe .viemo_video {width: 90% !important;}
  .content-video-bc .inv_playerContainer {top: 7%; }
  .content-video-vm .vimeo-video-iframe .viemo_video {top: 0; z-index: 99; left: 0; min-height: 100%; width: 70%; 	border-radius: 0%;}
  .youtube-video-iframe {margin-top: 5%;}
}
@media (max-width: 450px){
    .youtube-video-iframe {margin-top: 72%;}
    .content-video-bc .inv_playerContainer {top: 32%;}
    iframe.viemo_video {min-height: 400px !important;margin-top: 50%;}
}