/**
* Theme Name: Conat Child
* Description: This is a child theme of Conat.
* Author: <a href="https://themeforest.net/user/noor_tech">Noor Tech</a>
* Template: conat
* Version: 1.0
*/


@import url('../conat/assets/css/style.css');

body {
background-color:#22253C!important;
}

.odometer-formatting-mark {
display: none!important;
}


.slider-one_date {
display: none!important;
}

.leadership-tabs .tab-btns .tab-btn span{
color: transparent!important;
}

.leadership-tabs .tab-btns .tab-btn:nth-child(3) span {
color: transparent!important;
}

.leadership-tabs .tab-btns .tab-btn:nth-child(4) span {
color: transparent!important;
}

.ctrl-logo {
  width: 350px!important;
  height: 86px!important;
}


.slider-one .active .slider-one_heading{

  opacity: 0.5!important;
}


.slider-one_title{
color: transparent!important;
display: none!important;
font-size: 0px!
}


.speaker-block_one-share{
  display: none!important;
  font-size: 0px !important;

}

#speaker-block_one-share{
  display: none!important;
  font-size: 0px !important;

}

.speaker-one_title{
  display: none!important;
  font-size: 0px!important;

}

#speaker-one_title{
  display: none!important;
  font-size: 0px!important;

}


.speaker-block_one-content{
  display: none!important;
  font-size: 0px!important;
}

.feature-block_one-icon{
font-size: var(--font-70)!important;
display: block!important;
width: 100%;
}

.feature-block_one-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 0!important;
  width: 100%;
}

.feature-block_one-inner::before{
  right: 0!important;
}

.feature-block_one:last-child .feature-block_one-inner::before{
  display: none!important;
}

.feature-block_one-icon::after{
  display: none!important;
}

.feature-block_one-icon img{
  width: 105px;
  height: 105px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.feature-block_one-icon img[src$="projectionmapping.svg"]{
  transform: scale(1.28);
}

.feature-block_one-title{
  font-weight: 500!important;
  margin-top: 28px!important;
  width: 100%;
  text-align: center;
}

.feature-block_one-title a{
  color: #ffc300!important;
}



.location-info_block:nth-child(2) .location-info_block-icon{
color: #ffc300!important;
}

.about-one_block-icon{
color: #ffc300!important;
}

.about-one_block-icon img,
.location-info_block-icon img{
  width: 1em;
  height: 1em;
  object-fit: contain;
  display: block;
}

.location-info_block-icon img[src$="impressum.svg"]{
  transform: scaleX(1.35);
  transform-origin: center;
}

.location-info_block-icon{
color: #ffc300!important;
}

.sec-title_title{
color: #ffc300!important;
}

.want-sticky-header dark-body{
color: #ffc300!important;
}


#subtext{
color: black!important;
font-size: var(--font-30);
padding-top: 0.5em;
line-height: 1.0em;
}


.about-one_image{
border-color: var(--color-three)!important;
}

.about-video-headline{
  position: relative;
  z-index: 2;
  margin: 72px auto 0;
  max-width: 560px;
  color: #ffc300;
  font-size: var(--font-44);
  line-height: 1.15em;
  font-weight: 600;
  text-align: center;
}

.video-one_play span{
  color: var(--white-color) !important;
  background-color: var(--main-color) !important;
}

.video-one_play span:hover{
  background-color: #d22362 !important;
}

.video-one_play svg{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.elementor-page-3347 .video-one{
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

.ctrl-showreels{
  position: relative;
  padding: 116px 0 116px;
  background: #242640;
}

.ctrl-showreels .auto-container{
  width: min(100% - 96px, 1800px);
  max-width: none;
}

.ctrl-showreels .sec-title{
  max-width: 820px;
  margin-bottom: 58px;
}

.ctrl-showreels-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.ctrl-showreel-card{
  --ctrl-card-accent: #ffc300;
  --ctrl-card-line: rgba(255, 255, 255, 0.13);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(620px, 1.45fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: 62px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018) 42%, rgba(0, 0, 0, 0.12)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 42px 100%, 0 calc(100% - 42px));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 24px 70px rgba(0, 0, 0, 0.14);
  transition: transform 280ms ease, border-color 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

.ctrl-showreel-card::before{
  position: absolute;
  content: "";
  inset: 18px;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(var(--ctrl-card-accent), var(--ctrl-card-accent)) top left / 72px 3px no-repeat,
    linear-gradient(var(--ctrl-card-line), var(--ctrl-card-line)) top left / 3px 72px no-repeat,
    linear-gradient(var(--ctrl-card-line), var(--ctrl-card-line)) bottom right / 82px 1px no-repeat,
    linear-gradient(var(--ctrl-card-accent), var(--ctrl-card-accent)) bottom right / 3px 54px no-repeat;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
  opacity: 0.86;
}

.ctrl-showreel-card::after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 132px;
  height: 18px;
  background: var(--ctrl-card-accent);
  z-index: 3;
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
}

.ctrl-showreel-card:nth-child(even)::after{
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.ctrl-showreel-card:nth-child(2){
  --ctrl-card-accent: #d84686;
}

.ctrl-showreel-card:nth-child(3){
  --ctrl-card-accent: #7b73ff;
}

.ctrl-showreel-card:nth-child(4){
  --ctrl-card-accent: #8fa8ff;
}

.ctrl-showreel-card:nth-child(5){
  --ctrl-card-accent: #ffc300;
}

.ctrl-showreel-card:nth-child(1){
  grid-column: auto;
}

.ctrl-showreel-card:nth-child(2){
  grid-column: auto;
}

.ctrl-showreel-card:nth-child(3){
  grid-column: auto;
}

.ctrl-showreel-card:nth-child(4){
  grid-column: auto;
  margin-top: 0;
}

.ctrl-showreel-card:nth-child(5),
.ctrl-showreel-card:nth-child(6){
  grid-column: auto;
}

.ctrl-showreel-card:nth-child(even) img{
  order: 2;
}

.ctrl-showreel-card:nth-child(even) .ctrl-showreel-card-body{
  order: 1;
}

.ctrl-showreel-card:nth-child(even){
  grid-template-columns: minmax(360px, 0.75fr) minmax(620px, 1.45fr);
}

.ctrl-showreel-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 195, 0, 0.32);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 195, 0, 0.1), 0 30px 86px rgba(0, 0, 0, 0.2);
}

.ctrl-showreel-card img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
  transition: transform 420ms ease;
}

.ctrl-showreel-card:nth-child(even) img{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.ctrl-showreel-card:nth-child(1) img{
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
}

.ctrl-showreel-card:hover img{
  transform: scale(1.035);
}

.ctrl-showreel-card:nth-child(1):hover img{
  transform: none;
}

.ctrl-showreel-card-body{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: 54px 64px 42px 0;
  background: transparent;
}

.ctrl-showreel-card-body::before{
  content: "";
  width: 54px;
  height: 4px;
  margin-bottom: 28px;
  background: var(--ctrl-card-accent);
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.ctrl-showreel-card:nth-child(even) .ctrl-showreel-card-body{
  padding: 54px 0 42px 64px;
}

.ctrl-showreel-card h3,
.ctrl-showreel-card:nth-child(1) h3{
  color: #ffc300;
  font-size: var(--font-34);
  line-height: 1.08em;
  font-weight: 600;
  margin-bottom: 22px;
}

.ctrl-showreel-card p,
.ctrl-showreel-card:nth-child(1) p{
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--font-18);
  line-height: 1.65em;
  margin: 0;
}

.leadership-tabs .tab-btns .tab-btn{
text-transform: none!important;
}


@media only screen and (max-width: 1199px) {
  .about-video-headline{
    margin-top: 48px;
    font-size: var(--font-34);
  }

  .ctrl-showreels-grid{
    grid-template-columns: 1fr;
  }

  .ctrl-showreel-card,
  .ctrl-showreel-card:nth-child(1),
  .ctrl-showreel-card:nth-child(2),
  .ctrl-showreel-card:nth-child(3),
  .ctrl-showreel-card:nth-child(4),
  .ctrl-showreel-card:nth-child(5),
  .ctrl-showreel-card:nth-child(6){
    grid-column: auto;
    margin-top: 0;
  }

  .ctrl-showreel-card{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    padding: 0;
  }

  .ctrl-showreel-card:nth-child(even){
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ctrl-showreel-card-body{
    min-height: 280px;
    padding: 48px 34px 30px 0;
  }

  .ctrl-showreel-card:nth-child(even) .ctrl-showreel-card-body{
    padding: 48px 0 30px 34px;
  }

  .ctrl-showreel-card h3,
  .ctrl-showreel-card:nth-child(1) h3{
    font-size: var(--font-28);
  }

  .ctrl-showreel-card p,
  .ctrl-showreel-card:nth-child(1) p{
    font-size: var(--font-16);
  }

  .speakers-three_image, .video-one_pattern-three, .about-one_pattern-one, .slider-one_pattern-two {
    display: flex!important;
    background-size: 230%!important;
    top: 70%!important;
	z-index: 2;
  }
}

@media only screen and (max-width: 767px) {
  .ctrl-showreels{
    padding: 72px 0 64px;
  }

  .ctrl-showreels-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

	  .ctrl-showreel-card{
	    display: flex;
	    flex-direction: column;
	    min-height: 0;
	    gap: 0;
	    padding: 0;
	    border-top: 3px solid var(--ctrl-card-accent);
	    border-right: 1px solid rgba(255, 255, 255, 0.11);
	    border-bottom: 3px solid var(--ctrl-card-accent);
	    border-left: 1px solid rgba(255, 255, 255, 0.11);
	    box-shadow:
	      inset 0 2px 0 rgba(255,255,255,0.045),
	      inset 0 -2px 0 rgba(0,0,0,0.18),
	      0 24px 70px rgba(0, 0, 0, 0.14);
	  }

	  .ctrl-showreel-card:hover{
	    border-top-color: var(--ctrl-card-accent);
	    border-right-color: rgba(255, 255, 255, 0.11);
	    border-bottom-color: var(--ctrl-card-accent);
	    border-left-color: rgba(255, 255, 255, 0.11);
	  }

	  .ctrl-showreel-card::before{
	    inset: 0;
	    z-index: 5;
	    background:
	      linear-gradient(45deg, transparent calc(50% - 1.5px), var(--ctrl-card-accent) calc(50% - 1.5px), var(--ctrl-card-accent) calc(50% + 1.5px), transparent calc(50% + 1.5px)) top right / 42px 42px no-repeat,
	      linear-gradient(45deg, transparent calc(50% - 1.5px), var(--ctrl-card-accent) calc(50% - 1.5px), var(--ctrl-card-accent) calc(50% + 1.5px), transparent calc(50% + 1.5px)) bottom left / 42px 42px no-repeat,
	      linear-gradient(var(--ctrl-card-accent), var(--ctrl-card-accent)) 18px 18px / 72px 3px no-repeat,
	      linear-gradient(var(--ctrl-card-line), var(--ctrl-card-line)) 18px 18px / 3px 72px no-repeat,
	      linear-gradient(var(--ctrl-card-line), var(--ctrl-card-line)) calc(100% - 100px) calc(100% - 19px) / 82px 1px no-repeat;
	    clip-path: inherit;
	    opacity: 1;
	  }

  .ctrl-showreel-card:nth-child(even) img,
  .ctrl-showreel-card:nth-child(even) .ctrl-showreel-card-body{
    order: initial;
  }

  .ctrl-showreel-card img{
    height: auto;
  }

	  .ctrl-showreel-card-body,
	  .ctrl-showreel-card:nth-child(1) .ctrl-showreel-card-body{
	    min-height: 0;
	    padding: 32px 54px 26px 22px;
	  }

	  .ctrl-showreel-card:nth-child(even) .ctrl-showreel-card-body{
	    padding: 32px 54px 26px 22px;
	  }

	  .ctrl-showreel-card-body::after{
	    content: "";
	    position: absolute;
	    right: 28px;
	    top: 50%;
	    width: 4px;
	    height: 58px;
	    background: var(--ctrl-card-accent);
	    transform: translateY(-18%);
	    pointer-events: none;
	  }

  .ctrl-showreel-card h3,
  .ctrl-showreel-card:nth-child(1) h3{
    font-size: var(--font-24);
  }
}

.elementor-page-3347{
  --ctrl-button-ink: #21162f;
  --ctrl-button-surface: linear-gradient(135deg, #fff7a8 0%, #ffd84f 34%, #ffbf1f 72%, #ffab00 100%);
  --ctrl-button-edge: rgba(79,49,0,0.22);
  --ctrl-button-glow: rgba(255, 210, 64, 0.34);
  --ctrl-button-glow-two: rgba(255, 157, 0, 0.22);
}

.elementor-page-3347 .theme-btn.btn-style-one,
.elementor-page-3347 .elementor-button,
.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  min-height: 62px;
  padding: 17px 26px;
  border: 1px solid var(--ctrl-button-edge) !important;
  border-radius: 22px !important;
  background: var(--ctrl-button-surface) !important;
  color: var(--ctrl-button-ink) !important;
  box-shadow:
    0 16px 28px rgba(32, 20, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.45),
    inset 0 -1px 0 rgba(140,84,0,0.08);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    filter 240ms ease !important;
}

.elementor-page-3347 .theme-btn.btn-style-one::before,
.elementor-page-3347 .elementor-button::before,
.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn::before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.48), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 38%, rgba(255,173,0,0.10) 100%);
  z-index: -2;
}

.elementor-page-3347 .theme-btn.btn-style-one::after,
.elementor-page-3347 .elementor-button::after,
.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn::after{
  content: "";
  position: absolute;
  width: 64px;
  height: 160%;
  top: -30%;
  left: -18%;
  transform: rotate(16deg);
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.60) 50%, transparent 100%);
  opacity: 0.62;
  filter: blur(2px);
  z-index: -1;
  transition: left 420ms ease, opacity 240ms ease;
}

.elementor-page-3347 .theme-btn.btn-style-one:hover,
.elementor-page-3347 .elementor-button:hover,
.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn:hover{
  transform: translateY(-2px) scale(1.015);
  border-color: rgba(91,57,0,0.30) !important;
  box-shadow:
    0 22px 36px rgba(48, 30, 0, 0.22),
    0 0 0 1px rgba(255,255,255,0.18),
    0 0 30px var(--ctrl-button-glow),
    0 0 52px var(--ctrl-button-glow-two);
  filter: saturate(1.04) brightness(1.01);
}

.elementor-page-3347 .theme-btn.btn-style-one:hover::after,
.elementor-page-3347 .elementor-button:hover::after,
.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn:hover::after{
  left: 108%;
  opacity: 0.82;
}

.elementor-page-3347 .btn-style-one .btn-wrap{
  width: 100%;
  display: inline-grid;
  place-items: center;
  float: none;
}

.elementor-page-3347 .btn-style-one .btn-wrap .text-one,
.elementor-page-3347 .btn-style-one .btn-wrap .text-two,
.elementor-page-3347 .elementor-button,
.elementor-page-3347 .elementor-button:visited,
.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn{
  color: var(--ctrl-button-ink) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.22);
}

.elementor-page-3347 .btn-style-one:hover .btn-wrap .text-two{
  color: var(--ctrl-button-ink) !important;
}

.elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn{
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.elementor-page-3347 .elementor-button-content-wrapper{
  align-items: center;
  gap: 10px;
}

.elementor-page-3347 .elementor-button .elementor-button-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(33,22,47,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.elementor-page-3347 .elementor-button .elementor-button-text{
  color: var(--ctrl-button-ink) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.elementor-page-3347 .theme-btn.btn-style-one:before{
  background: rgba(255,255,255,0.08);
}

.elementor-page-3347 .theme-btn.btn-style-one:hover:before{
  top: -200%;
}

.elementor-page-3347 .slider-one_buttons .theme-btn{
  margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .elementor-page-3347 .theme-btn.btn-style-one,
  .elementor-page-3347 .elementor-button,
  .elementor-page-3347 input.wpcf7-submit.btn-style-one.theme-btn{
    width: 100%;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.elementor-page-3347 .counter-one{
  margin-top: 0.6rem;
}

.elementor-page-3347 .counter-one .inner-container{
  overflow: hidden;
  padding: 72px 46px 42px;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 24px 60px rgba(6, 10, 28, 0.22);
}

.elementor-page-3347 .counter-one_image{
  width: 100%;
  border-radius: 34px 34px 0 0;
}

.elementor-page-3347 .counter-one_image::before{
  opacity: 0.92;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.18), transparent 42%),
    linear-gradient(135deg, #2140d8 0%, #2f62ff 44%, #3478ff 100%);
}

.elementor-page-3347 .counter-one .row{
  justify-content: center;
}

.elementor-page-3347 .counter-one_block{
  text-align: center;
}

.elementor-page-3347 .counter-one_inner{
  padding: 0 1.2rem;
}

.elementor-page-3347 .counter-one_counter{
  font-size: clamp(2.7rem, 4.8vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.elementor-page-3347 .counter-one_text{
  margin-top: 0.75rem;
  font-size: 1.22rem;
  color: rgba(255,255,255,0.9);
}

.elementor-page-3347 .ctrl-main-services{
  position: relative;
  margin-top: 0 !important;
  padding: 3.9rem 0 1.7rem;
  background:
    linear-gradient(180deg, rgba(17,18,37,0.95), rgba(24,26,48,0.98));
  border-radius: 0 0 34px 34px;
  box-shadow: 0 28px 60px rgba(6, 10, 28, 0.22);
  overflow: hidden;
}

.elementor-page-3347 .ctrl-main-services::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 100%);
  background-size: 168px 168px;
  opacity: 0.16;
  pointer-events: none;
}

.elementor-page-3347 .ctrl-main-services > .e-con-inner{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.elementor-page-3347 .ctrl-main-services_intro{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 0.9rem;
  padding: 0 1.4rem;
}

.elementor-page-3347 .ctrl-main-services_eyebrow{
  grid-column: 1 / -1;
  margin: 0 0 0.25rem;
  color: #ffc300;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.elementor-page-3347 .ctrl-main-services_title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  max-width: 10.5ch;
  text-wrap: balance;
}

.elementor-page-3347 .ctrl-main-services_text{
  align-self: end;
  justify-self: end;
  margin: 0 0 0.3rem;
  max-width: 23rem;
  padding: 0 0 0 1.35rem;
  border-left: 1px solid rgba(255,255,255,0.1);
  color: rgba(236,240,255,0.74);
  font-size: 1.02rem;
  line-height: 1.78;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card{
  --service-accent: #ffc300;
  --service-surface: #17152d;
  --service-edge: rgba(255,255,255,0.09);
  --service-title-size: clamp(2rem, 2.1vw + 1rem, 4rem);
  --service-title-max: 11ch;
  --service-copy-max: 36rem;
  position: relative;
  grid-column: span 6;
  min-width: 0;
  transition: transform 320ms cubic-bezier(.22,1,.36,1);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync{
  grid-column: 1 / span 7;
  --service-accent: #ffc300;
  --service-title-size: clamp(2.45rem, 2.4vw + 1rem, 4.25rem);
  --service-title-max: 7.8ch;
  --service-copy-max: 34rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand{
  grid-column: 8 / span 5;
  --service-accent: #e33b88;
  --service-title-size: clamp(1.4rem, 0.95vw + 0.95rem, 2.15rem);
  --service-title-max: 11.5ch;
  --service-copy-max: 24rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping{
  grid-column: 1 / span 5;
  --service-accent: #53a7ff;
  --service-title-size: clamp(1.95rem, 1.6vw + 0.95rem, 3.2rem);
  --service-title-max: 8.8ch;
  --service-copy-max: 25rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive{
  grid-column: 6 / span 7;
  --service-accent: #7c75ff;
  --service-title-size: clamp(1.5rem, 1.05vw + 1rem, 2.35rem);
  --service-title-max: 10ch;
  --service-copy-max: 27rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card:hover{
  transform: translateY(-6px);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card::before{
  content: attr(data-label);
  position: absolute;
  top: -9px;
  left: 22px;
  right: auto;
  z-index: 3;
  display: inline-block;
  padding: 0 10px;
  background: #17152d;
  color: rgba(255,255,255,0.46);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card > .e-con-inner,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card > .ctrl-service-card_inner{
  position: relative;
  min-height: 100%;
  padding: 38px 36px 34px;
  border: 1px solid var(--service-edge);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.045) calc(100% - 1px) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.045) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.045) calc(100% - 1px) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0) 44%),
    var(--service-surface);
  overflow: hidden;
  box-shadow:
    0 24px 38px rgba(7, 10, 25, 0.15),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card > .e-con-inner::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card > .ctrl-service-card_inner::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card > .e-con-inner::after,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card > .ctrl-service-card_inner::after{
  content: "";
  position: absolute;
  pointer-events: none;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync > .e-con-inner,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync > .ctrl-service-card_inner{
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync > .e-con-inner::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync > .ctrl-service-card_inner::before{
  inset: 0 auto 0 0;
  width: 16px;
  background: var(--service-accent);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync > .e-con-inner::after,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync > .ctrl-service-card_inner::after{
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, transparent 0 48%, var(--service-accent) 48% 100%);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .e-con-inner,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .ctrl-service-card_inner{
  padding-right: 52px;
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .e-con-inner::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .ctrl-service-card_inner::before{
  inset: 0 0 auto 0;
  height: 14px;
  background: linear-gradient(90deg, transparent 0 24px, var(--service-accent) 24px 100%);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .e-con-inner::after,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .ctrl-service-card_inner::after{
  inset: auto 0 0 auto;
  width: 22px;
  height: 100%;
  background: linear-gradient(180deg, rgba(227,59,136,0.18), rgba(227,59,136,0.72));
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping > .e-con-inner,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping > .ctrl-service-card_inner{
  clip-path: polygon(0 18px, 18px 0, 100% 0, 100% 100%, 0 100%);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping > .e-con-inner::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping > .ctrl-service-card_inner::before{
  inset: auto 0 0 0;
  height: 16px;
  background: linear-gradient(90deg, var(--service-accent) 0 36%, transparent 36% 100%);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping > .e-con-inner::after,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping > .ctrl-service-card_inner::after{
  top: 0;
  right: 0;
  width: 92px;
  height: 2px;
  background: var(--service-accent);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .e-con-inner,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .ctrl-service-card_inner{
  padding-right: 52px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .e-con-inner::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .ctrl-service-card_inner::before{
  inset: 0 0 0 auto;
  width: 16px;
  background: linear-gradient(180deg, rgba(124,117,255,0.26), rgba(124,117,255,0.9));
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .e-con-inner::after,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .ctrl-service-card_inner::after{
  left: 34px;
  bottom: 0;
  width: 126px;
  height: 14px;
  background: linear-gradient(90deg, var(--service-accent) 0 100%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-icon{
  position: relative;
  z-index: 2;
  width: 92px;
  margin-bottom: 2.8rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-icon > .elementor-widget-container{
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.11);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  transition: transform 320ms cubic-bezier(.22,1,.36,1), border-color 320ms ease;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card:hover .ctrl-service-icon > .elementor-widget-container{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.22);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-icon img{
  width: 54px;
  height: 54px;
  object-fit: contain;
  opacity: 0.96;
  filter: none;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-copy{
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  visibility: visible !important;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-copy > .elementor-widget-container{
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.elementor-page-3347 .ctrl-main-services .elementor-invisible{
  opacity: 1 !important;
  visibility: visible !important;
}

.elementor-page-3347 .ctrl-main-services .e-transform .elementor-widget-container,
.elementor-page-3347 .ctrl-main-services .e-transform:not(:has(.elementor-widget-container)){
  transform: none !important;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-copy .elementor-heading-title{
  margin: 0 0 1.35rem;
  color: #ffffff !important;
  font-size: var(--service-title-size);
  position: relative;
  left: auto !important;
  right: auto !important;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
  max-width: var(--service-title-max);
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-shadow: none;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-copy p{
  margin: 0 0 1rem;
  color: rgba(235,239,255,0.72) !important;
  font-size: 0.98rem;
  line-height: 1.78;
  max-width: var(--service-copy-max);
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-copy p:first-of-type{
  color: rgba(244,247,255,0.88) !important;
  font-size: 1.08rem;
  line-height: 1.7;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-copy p:last-child{
  margin-bottom: 0;
  color: rgba(223,229,251,0.6) !important;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand::before,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive::before{
  left: auto;
  right: 22px;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-icon,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-icon{
  margin-left: auto;
  margin-bottom: 2.25rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy > .elementor-widget-container,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy > .elementor-widget-container{
  max-width: 100%;
  padding-right: 12px;
  text-align: left;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy .elementor-heading-title,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy .elementor-heading-title,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy p,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy p{
  margin-left: 0;
  margin-right: 0;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy .elementor-heading-title{
  margin-bottom: 1.1rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy .elementor-heading-title{
  margin-bottom: 1.2rem;
}

.elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy p,
.elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy p{
  line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
  .elementor-page-3347 .ctrl-main-services{
    padding-top: 3rem;
  }

  .elementor-page-3347 .ctrl-main-services > .e-con-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-page-3347 .ctrl-main-services_intro{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .elementor-page-3347 .ctrl-main-services_title{
    max-width: 12ch;
  }

  .elementor-page-3347 .ctrl-main-services_text{
    justify-self: start;
    max-width: 34rem;
    padding-left: 0;
    border-left: 0;
    margin-bottom: 0;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--sync,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--mapping,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive{
    grid-column: auto;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card > .e-con-inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card > .ctrl-service-card_inner{
    min-height: 100%;
    padding: 32px 28px 28px;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .e-con-inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .ctrl-service-card_inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .e-con-inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .ctrl-service-card_inner{
    padding-right: 40px;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-copy .elementor-heading-title{
    font-size: clamp(1.8rem, 2.2vw + 0.9rem, 3rem);
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy .elementor-heading-title,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy .elementor-heading-title{
    max-width: 11.5ch;
  }

}

@media only screen and (max-width: 767px) {
  .elementor-page-3347 .counter-one .inner-container{
    padding: 54px 18px 22px;
    border-radius: 26px 26px 0 0;
  }

  .elementor-page-3347 .counter-one_image{
    border-radius: 26px 26px 0 0;
  }

  .elementor-page-3347 .ctrl-main-services{
    padding: 2rem 0 0.9rem;
    border-radius: 0 0 26px 26px;
  }

  .elementor-page-3347 .counter-one_block{
    margin-bottom: 1.2rem;
  }

  .elementor-page-3347 .counter-one_text{
    font-size: 1rem;
  }

  .elementor-page-3347 .ctrl-main-services::before{
    background-size: 112px 112px;
    opacity: 0.12;
  }

  .elementor-page-3347 .ctrl-main-services > .e-con-inner{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .elementor-page-3347 .ctrl-main-services_intro{
    padding: 0 0.35rem;
    margin-bottom: 0.55rem;
  }

  .elementor-page-3347 .ctrl-main-services_eyebrow{
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .elementor-page-3347 .ctrl-main-services_title{
    max-width: none;
    font-size: clamp(2.05rem, 9vw, 3.2rem);
  }

  .elementor-page-3347 .ctrl-main-services_text{
    font-size: 0.96rem;
    line-height: 1.7;
    max-width: none;
    padding-left: 0;
    border-left: 0;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card::before{
    top: -8px;
    left: 14px;
    right: auto;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand::before,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive::before{
    left: auto;
    right: 14px;
  }

	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card > .e-con-inner,
	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card > .ctrl-service-card_inner{
	    padding: 24px 20px 22px;
	    display: block;
	  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .e-con-inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand > .ctrl-service-card_inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .e-con-inner,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive > .ctrl-service-card_inner{
    padding-right: 20px;
  }

	  .elementor-page-3347 .ctrl-main-services .ctrl-service-icon{
	    position: absolute;
	    top: 112px;
	    right: 20px;
	    width: 74px;
	    margin: 0;
	  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-icon > .elementor-widget-container{
    width: 74px;
    height: 74px;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-icon img{
    width: 42px;
    height: 42px;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-copy .elementor-heading-title{
    max-width: none;
    font-size: clamp(1.72rem, 7.8vw, 2.55rem);
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-copy p{
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.68;
  }

	  .elementor-page-3347 .ctrl-main-services .ctrl-service-copy p:first-of-type{
	    font-size: 1rem;
	    padding-right: 92px;
	  }

  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy > .elementor-widget-container,
  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy > .elementor-widget-container{
    text-align: left;
    padding-right: 0;
  }

	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-icon{
	    top: 126px;
	  }

	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy .elementor-heading-title,
	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy .elementor-heading-title,
	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy p,
	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy p{
	    margin-left: 0;
	  }

	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--brand .ctrl-service-copy .elementor-heading-title,
	  .elementor-page-3347 .ctrl-main-services .ctrl-service-card--immersive .ctrl-service-copy .elementor-heading-title{
	    max-width: none;
	  }

}

.elementor-page-3347 .leadership-one{
  padding-bottom: 54px;
}

.elementor-page-3347 .leadership-tabs{
  margin-top: 2.2rem;
}

.elementor-page-3347 .leadership-tabs .tabs-content{
  display: none;
  padding: 0;
}

.elementor-page-3347 .leadership-tabs .tab-btns{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn{
  --card-accent: #ffc300;
  --card-surface: #17152d;
  --card-edge: rgba(255,255,255,0.10);
  position: relative;
  display: block;
  min-height: 224px;
  margin-right: 0 !important;
  padding: 24px 26px 94px 28px !important;
  border: 1px solid var(--card-edge);
  border-radius: 0;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 0);
  background: none !important;
  background-color: var(--card-surface) !important;
  background-image: none !important;
  color: rgba(244,246,255,0.94) !important;
  line-height: 1.24;
  font-size: 1rem !important;
  letter-spacing: -0.01em;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 16px 28px rgba(7, 10, 25, 0.12),
    inset 0 0 0 1px rgba(255,255,255,0.02);
  text-shadow: none;
  transition:
    transform 320ms cubic-bezier(.22,1,.36,1),
    box-shadow 320ms ease,
    border-color 320ms ease,
    background-color 320ms ease;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn .leadership-card-title{
  display: block;
  position: relative;
  z-index: 1;
  max-width: 78%;
  margin: 0;
  color: rgba(244,246,255,0.9);
  font-size: 1rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  background: var(--card-accent);
  opacity: 0.98;
  box-shadow: inset -1px 0 0 rgba(255,255,255,0.16);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: var(--card-accent);
  opacity: 0.92;
  box-shadow: -1px 1px 0 rgba(255,255,255,0.12);
  pointer-events: none;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn{
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(2),
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(5){
  --card-accent: #53a7ff;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(3),
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(6){
  --card-accent: #e00e7a;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn span{
  display: block;
  position: absolute;
  left: 28px;
  right: 26px;
  bottom: 22px;
  padding-top: 16px;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--card-accent) !important;
  font-size: clamp(1.45rem, 1.1vw + 0.95rem, 1.9rem) !important;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: none;
  text-wrap: balance;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn span::before{
  content: none;
  display: none;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:hover,
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn.active-btn{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.16);
  box-shadow:
    0 22px 36px rgba(7, 10, 25, 0.16),
    inset 0 0 0 1px rgba(255,255,255,0.03);
  background-color: #1b1833 !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:hover::before,
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn.active-btn::before,
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:hover::after,
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn.active-btn::after{
  opacity: 1;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(1){
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 18px) 100%, 0 100%, 0 0);
  background:
    linear-gradient(90deg, rgba(255,195,0,0.15) 0 16px, transparent 16px 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(2){
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  background:
    linear-gradient(180deg, rgba(83,167,255,0.22) 0 14px, transparent 14px 100%),
    linear-gradient(90deg, transparent 0 24px, rgba(255,255,255,0.07) 24px 25px, transparent 25px 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(2)::before{
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: auto;
  height: 14px;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(2)::after{
  width: 18px;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(3){
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 18px);
  background:
    linear-gradient(270deg, rgba(224,14,122,0.2) 0 16px, transparent 16px 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(3)::before{
  left: auto;
  right: 0;
  width: 16px;
  clip-path: polygon(0 0, 100% 18px, 100% 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(3)::after{
  top: 0;
  left: auto;
  right: 0;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(4){
  clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 20px) 100%, 0 100%);
  background:
    linear-gradient(0deg, rgba(255,195,0,0.2) 0 14px, transparent 14px 100%),
    linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px calc(100% - 1px), rgba(255,255,255,0.04) calc(100% - 1px) 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(4)::before{
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(4)::after{
  top: 0;
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(5){
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 36px) 100%, 16px 100%, 0 calc(100% - 16px));
  background:
    linear-gradient(90deg, transparent 0 22px, rgba(83,167,255,0.14) 22px 36px, transparent 36px 100%),
    linear-gradient(180deg, transparent 0 18px, rgba(255,255,255,0.06) 18px 19px, transparent 19px 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(5)::before{
  top: 0;
  left: 0;
  bottom: auto;
  width: 74px;
  height: 74px;
  clip-path: polygon(0 0, 100% 0, 100% 14px, 14px 14px, 14px 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(5)::after{
  top: auto;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(6){
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 0);
  background:
    linear-gradient(270deg, rgba(224,14,122,0.2) 0 16px, transparent 16px 100%),
    linear-gradient(180deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, transparent 0 82px, rgba(255,255,255,0.08) 82px 83px, transparent 83px 100%),
    var(--card-surface) !important;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(6)::before{
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(6)::after{
  top: 0;
  left: 0;
  right: auto;
  width: 56px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(2) .leadership-card-title,
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(5) .leadership-card-title{
  max-width: 74%;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(3) .leadership-card-title,
.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(6) .leadership-card-title{
  max-width: 72%;
}

.elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(4) span{
  max-width: 76%;
}

@media only screen and (max-width: 1023px) {
  .elementor-page-3347 .leadership-tabs .tab-btns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn .leadership-card-title{
    max-width: 80%;
    font-size: 0.95rem;
  }

  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn span{
    font-size: clamp(1.3rem, 2vw + 0.7rem, 1.7rem) !important;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-page-3347 .leadership-one{
    padding-bottom: 36px;
  }

  .elementor-page-3347 .leadership-tabs .tab-btns{
    grid-template-columns: 1fr;
  }

  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn{
    min-height: 188px;
    padding: 20px 18px 76px 22px !important;
  }

  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn .leadership-card-title{
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.18;
  }

  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn span{
    left: 22px;
    right: 18px;
    bottom: 18px;
    padding-top: 12px;
    font-size: 1.25rem !important;
  }

  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(2) .leadership-card-title,
  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(3) .leadership-card-title,
  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(5) .leadership-card-title,
  .elementor-page-3347 .leadership-tabs .tab-btns .tab-btn:nth-child(6) .leadership-card-title{
    max-width: 88%;
  }
}
