.teams-banner {
    padding-top: 120px;
    padding-bottom: 60px;
}
.teams-banner .tb-container{
    padding: 0 62px;
}
.teams-banner .tb-circle-wrap{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 32px;
    align-self: stretch;
}
.teams-banner .tb-circle-wrap-with-txt{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2fr;
    gap: 32px;
    align-self: stretch;
}
.teams-banner .tb-circle-wrap-with-txt .tb-txt{
    overflow: hidden;
}
.teams-banner .tb-circle-wrap-with-txt .tb-txt p{
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 28.8px */
}
.teams-banner .circle{
    border-radius: 50%;
    overflow: hidden;
    background-color: #D8031D;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.teams-banner .tb-wrapper{
    display: flex;
    flex-direction: column;
    gap: 58px;
}
section.sp-quirks {
    background: #111;
    height: 100vh;
    padding-top: 120px;
}
section.sp-quirks .spq-container{
    max-width: 1100px;
    margin: 0 auto;
}
section.sp-quirks .spq-head p, section.sp-quirks .spq-head h1{
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 25.44px */
    text-align: left;
}
section.sp-quirks .spq-head p span, section.sp-quirks .spq-head h1 span {
    color: #D8031D;
}
section.sp-quirks .spq-grid{
    margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 136px;
    grid-column-gap: 180px;
}
section.sp-quirks .spq-grid .spqg-head h5{
    color: var(--SP-WHITE, #FFF);
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 95.5%; /* 34.38px */
}
section.sp-quirks .spq-grid .spqg-para{
    margin-top: 24px;
    max-width: 47ch;
}
section.sp-quirks .spq-grid .spqg-para p{
    color: #EFEFEF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}
.strip-container .all-it-takes-ticker{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 40%;
    left: -110px;
    transition: none;
    transform-origin: unset;
    background: #FFF;
}
.strip-container .all-it-takes-ticker .all-it-takes-ticker-text{
    color: #111;
}
.sp-meet-team-wrapper{
    width: 100%;
    height: 100%;
}
.sp-strip-wrapper{
    height: 100%;
}
.strip-container{
    height: 100%;
    background: #D8031D;
}
.strip-container #strip1{
    transform: rotate(12.462deg);
    z-index: 1;
}
.strip-container #strip2{
    transform: rotate(-0.448deg);
    z-index: 3;
}
.strip-container #strip3{
    transform: rotate(-12.924deg);
    z-index: 2;
}
.strip-container .strip-txt, .strip-container .strip-slash{
    color: #111;
    text-align: center;
    font-size: 37.614px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.137px */
    width: max-content;
    padding: 12px 0;
}
.sp-meet-team{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.sp-teams-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%; /* Initial position, hidden below the viewport */
    background-color: #D8031D;
    color: #333;
    text-align: center;
    transform: translateY(150%);
    z-index: 9;
    align-items: center;
    justify-content: center;
  }
  .team-grid{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 32px;
    align-self: stretch;
  }
  .team-grid .teams-circle{
    border-radius: 50%;
    overflow: hidden;
    background-color: #D2011A;
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }
  .team-grid .teams-circle.with-text{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--SP-BLACK, #111);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 106%; /* 16.96px */
    position: relative;
    overflow: visible;
    transition: 0.7s all ease;
  }
  .team-grid .teams-circle.with-text:not(.visible){
    background-color: #D2011A;
    color: #D2011A;
  }
  .team-grid .teams-circle.with-text:not(.visible) span.num{
    color: #D8031D;
  }
  .team-grid .teams-circle.with-text span.num{
    color: var(--SP-WHITE, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 25.44px */
    position: absolute;
    transition: 0.7s all ease;
  }
  .team-grid .teams-circle.with-text.left-align span.num{
    top: -10px;
    left: -10px;
  }
  .team-grid .teams-circle.with-text.right-align span.num{
    top: -10px;
    right: -10px;
  }
  .teams-grid-wrap{
    display: flex;
    flex-direction: column;
    gap: 58px;
  }
  .with-text-inner {
    position: absolute;
    width: 550px;
    height: 550px;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: 0.4s all ease;
}
.with-text-inner p{
    color: var(--SP-WHITE, #FFF);
    text-align: center;
    font-size: 38.205px;
    font-style: normal;
    font-weight: 500;
    line-height: 97%; /* 50.639px */
    letter-spacing: -1px;
}
.with-text-inner p span{
    font-family: var(--pp);
}
.with-text-inner{
    background: url('images/b&d.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: url('../images/cursor-eye-white.svg') 10 25, auto;
}
.with-text-inner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) -4.8%, rgba(0, 0, 0, 0.00) 50%);
}
.with-text-inner.bnd{
    background: url('../images/team bnd.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    left: -120px;
    top: -30px;
}
.with-text-inner.mnc{
    left: -320px;
    background: url('../images/mnc.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    top: -30px
}
.with-text-inner.dnt {
    left: 20px;
    top: -350px;
    background: url('../images/team dnt.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.with-text-inner.cno {
    left: -460px;
    top: -370px;
    background: url('../images/cno.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.with-text-inner .click-modal{
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.teams-circle.with-text.active{
    background-color: #D2011A;
    color: #D2011A;
}
.teams-circle.with-text.active .with-text-inner{
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}
.teams-circle.with-text.visible{
    opacity: 1;
}
.teams-circle.with-text{
    opacity: 1;
}
.team-name-role{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 52px;
    padding-top: 66px;
    padding-bottom: 100px;
}
.team-name-role .tmr-circ{
    width: 24px;
    height: 24px;
    background-color: #D8031D;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.team-name-role .tmr-up{
    text-align: center;
}
.team-name-role .tmr-up h3{
    color: var(--SP-BLACK, #111);
    text-align: center;
    font-size: 52.205px;
    font-style: normal;
    font-weight: 400;
    line-height: 97%; /* 50.639px */
}
.team-name-role .tmr-up p{
    color: #6F6F6F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
    margin-top: 38px;
    max-width: 70ch;
}
.team-name-role .tmr-up p span{
    color: var(--SP-RED, #D8031D);
    font-weight: 500;
}
.team-name-role .tmr-bottom h4{
    color: var(--SP-BLACK, #111);
    text-align: center;
    font-family: Aspekta;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 25.44px */
}
.team-name-role .tmr-bottom p{
    color: #6F6F6F;
    text-align: center;
    font-family: Aspekta;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
    margin-top: 28px;
    max-width: 70ch;
}
.meet-simps{
    background-color: #D8031D;
    padding: 80px 0;
}
.meet-simps .meet-simps-wrapper{
    width: 80%;
    margin: 0 auto;
}
.meet-simps-wrapper .ms-head h2{
    color: var(--SP-WHITE, #FFF);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 95.5%; /* 61.12px */
}
.ms-name-desg{
    margin-top: 100px;
}
.ms-name-desg ul{
    display: flex;
    flex-direction: column;
}
.ms-name-desg ul li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-bottom: 18px;
    padding-top: 26px;
}
.ms-name-desg ul li::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    bottom: 0px;
    left: 0;
    transition: 0.6s all ease;
}
.ms-name-desg ul li:hover::after{
    opacity: 1;
}
.ms-name-desg ul li div{
    color: var(--SP-WHITE, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 25.44px */
}
.ms-name-desg ul li .hover-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ms-name-desg ul li .hover-img {
    width: 300px;
    height: 500px;
    position: absolute;
    transition: -webkit-clip-path .3s ease-out;
    z-index: 3;
    transition: clip-path .3s ease-out;
    transition: clip-path .3s ease-out,-webkit-clip-path .3s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    opacity: 0;
    top: -150px;
    left: 10px;
}
.ms-name-desg ul li:hover .hover-img{
    webkit-clip-path: polygon(0 100%,100% 100%,100% 0,0 0);
    clip-path: polygon(0 100%,100% 100%,100% 0,0 0);
    opacity: 1;
}
.open-position{
    padding: 100px 0;
    background-color: #fff;
}
.open-position .op-wrapper{
    width: 80%;
    margin: 0 auto;
}
.open-position .op-wrapper .op-head h3{
    color: var(--SP-BLACK, #111);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 95.5%; /* 61.12px */
}
.open-position .op-wrapper ul{
    padding-top: 98px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.open-position .op-wrapper ul li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-bottom: 26px
}
.open-position .op-wrapper ul li::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
    bottom: 0px;
    left: 0;
    transition: 0.6s all ease;
}
.open-position .op-wrapper ul li:hover::after{
    background-color: #222;
}
.op-wrapper ul li .role{
    color: var(--SP-BLACK, #111);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 25.44px */
}
.op-wrapper ul li .detail a{
    color: var(--SP-RED, #D8031D);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 25.44px */
}
.team-modal {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: .4s ease all;
    overflow-y: auto;
}
.team-modal.active{
    z-index: 99999;
    visibility: visible;
    opacity: 1;
}
.team-modal .go-back{
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: right;
}
.team-modal .go-back a{
    color: var(--SP-RED, #D8031D);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 2px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.team-modal .tdw-con{
    overflow-y: scroll;
    height: 100vh;
}
section.why-join-us{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-join-wrapper{
    width: 80%;
}
.why-join-wrapper .why-join-head{
    overflow: hidden;
    padding-bottom: 6px;
}
.why-join-wrapper .why-join-head p{
    color: var(--SP-BLACK, #111);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; 
    opacity: 0;
    transform: translateY(100%);
    transition: .6s ease all;
}
.why-join-us.in-viewport .why-join-wrapper .why-join-head p, .why-join-us.was-in-viewport .why-join-wrapper .why-join-head p{
    opacity: 1;
    transform: translateY(0%);
}
.why-join-wrapper .why-join-head p span{
    color: var(--SP-RED, #D8031D);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
}
.why-join-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
}
.why-join-grid .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 47px;
    padding-top: 192px;
}
.why-join-grid .item p{
    color: #111;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 28.8px */
    max-width: 27ch;
}
.why-join-grid .item .wjg-img{
    width: 96px;
    height: 96px;
}
.why-join-grid .item .wjg-img svg{
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
section.open-position-wrapper{
    height: 100vh;
}