.title-banner-services{
    /* font-family: Neue Montreal; */
    font-weight: 700;
    font-size: clamp(41px, 10.417vw, 150px);
    line-height: calc(145 / 150);
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    /* overflow: hidden; */
}

.title-banner-services span.title-border-services{
    line-height: calc(115 / 150);
    color: transparent; 
    -webkit-text-stroke: 1px white; 
    text-stroke: 2px white;
    margin-bottom: 11px;
    display: block;
    padding-left: 13px;

}

.banner-services{
    padding: 18.125vw 0 100px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    transition: clip-path 1s ease-in-out;
    /* clip-path: circle(400px at top);
    -webkit-clip-path: circle(400px at top); */
}

/* .banner-services.scrolled {
  clip-path: circle(150% at top);
  -webkit-clip-path: circle(150% at top);
} */

.circle-banner-services{
    position: absolute;
    top: 0;
    z-index: 2;
    max-width: 73%;
    height: 52%;
}

.banner-services__top{
    position: relative;
    z-index: 3;
}


.banner-services .container{
    max-width: 1260px;
    position: relative;
}

.circle-banner-services img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.subtitle-banner-services{
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(28px, 4.028vw, 58px);
    line-height: calc(67 / 58);
    letter-spacing: 0%;
    margin-top: 11px;
    padding-left: 8px;
}

.description-banner-services{
    max-width: 598px;
    font-weight: 400;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: 150%;
    text-align: right;
    margin-bottom: 31px;
}

.content-banner-services{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 25.903vw;
    padding-right: 12px;
}

.title-banner-services span{
    display: block
}

.fadeInUp,
.fadeInLeft,
.fadeInRight {
  opacity: 0;
}

.fadeInUp.show {
  animation: fadeInUp;
  opacity: 1;
}

.fadeInLeft.show {
  animation: fadeInLeft;
  opacity: 1;
}

.fadeInRight.show {
  animation: fadeInRight;
  opacity: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1.02);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

.banner-services{
    overflow: hidden;
}

.hover-left-sph{
    transform: none;
    transition: all 1s ease-in-out;
}

.hover-left-sph:hover{
    transform: translateX(-15px);
}
.bounceIn {
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 1.25s;
}

.bounceIn.show {
  opacity: 1;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rotate-on-scroll {
    transition: transform 0.3s ease-out; /* Smooth rotation transition */
}

.delay-400.show { animation-duration: 1.25s; }
.delay-2000.show { animation-duration: 2s; }
.delay-3000.show { animation-duration: 3s; }
.delay-4000.show { animation-duration: 4s; }
.delay-5000.show { animation-duration: 5s; }


.title-services-sph h2, .title-featured-sph h2{
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(36px, 6.944vw, 100px);
    line-height: calc(98 / 100);
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #E1292E;
}

.text-white{
    color: #fff;
}

.title-services-sph h2 span.title-border, .title-featured-sph h2 span.title-border {
    color: transparent; 
    -webkit-text-stroke: 1px white; 
    padding-left: 10px;
    margin-bottom: 18px;
    display: block;
}

.title-services-sph h2 span{
    display: block;
    font-weight: 700;

}

.thumbnail-services-sph{
    aspect-ratio: 437 / 398;
    line-height: 0;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}

.thumbnail-services-sph::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(1.46deg, rgba(0, 0, 0, 0) -14.57%, #000000 104.09%);
    z-index: 2;
    left: 0;
    top: 0;
}

.thumbnail-services-sph img{
    width: 100%;
    height: 100%;;
    object-fit: cover;
    max-width: 100%;
    border-radius: 8px 8px 0 0;

}

.section-services-sph{
    padding-top: 35px;
    padding-bottom: 70px;
}

.title-item-services{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 132%;
    text-transform: capitalize;
    color: #E1292E;
    margin-bottom: 3px;
}

.description-services-sph{
    font-weight: 400;
    font-size: 22px;
    line-height: calc(32 / 22);
    color: #fff;
    margin-bottom: 16px;
}

.description-services-sph ul{
    list-style: disc;
    margin-left: 35px;
}

.link-services-sph a{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 8px 25px;
}

.list-services-sph{
    display: flex;
    flex-wrap: wrap;
    gap: 11.042vw;
    width: 91%;
    margin: 0 auto;
    padding-left: 3.958vw;
}

.title-services-sph{
    margin-bottom: 9.514vw;
}

.group-services-sph{
    width: calc(50% - (11.042vw / 2));
    display: flex;
    flex-direction: column;
    gap: 124px;
}

.group-services-sph:nth-child(even){
    padding-top: 12.639vw;
}

.section-services-sph{
    position: relative;
}

.img-circle-services{
    position: absolute;
    right: 0;
    top: 3%;
    z-index: -1;
}

.section-featured-sph{
    padding-top: 21.944vw;
    padding-bottom: 35px;
}

.title-featured-sph h2 span.title-border{
    padding-left: 5px;
    margin-bottom: 0;
}

.section-featured-sph .container{
    max-width: 1228px;
}

.subtitle-featured-sph{
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: calc(66 / 36);
    text-transform: capitalize;
    padding-left: 5px;
    margin-top: 1px;
    margin-bottom: 6.389vw;
}

.description-featured-sph{
    max-width: 614px;
    font-weight: 400;
    font-size: clamp(16px, 1.528vw, 22px);
    line-height: 180%;

}

.item-featured-sph{
    display: flex;
    gap: 24px;
}

.title-item-featured{
    font-weight: 700;
    font-size: clamp(24px, 3.333vw, 48px);
    line-height: calc(52 / 48);
    text-transform: capitalize;
    margin-bottom: 13px;
}

.title-featured-sph h2 > span{
    display: block;
}

.title-item-featured span{
    color: #E1292E;
}

.desc-item-featured{
    font-weight: 400;
    font-size: clamp(18px, 1.528vw, 22px);
    line-height: calc(32 / 22);
    color: #525252;

}



.list-featured-sph{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5px;
}

.item-featured-sph:nth-child(1){
    grid-row: 3; 
    grid-column: 1;
}
.item-featured-sph:nth-child(2){
    grid-row: 2; 
    grid-column: 2;
}
.item-featured-sph:nth-child(3){
    grid-row: 1; 
    grid-column: 3;
}

.item-testimonials-sph{
    display: flex;
    align-items: flex-end;
    gap: 8.542vw;
}

.icon-quote-testimonials{
    max-width: 7.187vw;
    min-width: 60px
}

.icon-quote-testimonials img{
    width: 100%;
}
.content-testimonials-sph{
    font-weight: 400;
    font-size: clamp(22px, 2.5vw, 48px);
    line-height: 150%;
    max-width: 609px;
    margin-bottom: 30px;

}

.author-testimonials-sph img{
    border-radius: 50%;
    object-position: center;
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.info-testimonials{
    display: flex;
    gap: 16px;
}

.name-testimonials-sph{
    font-weight: 700;
    font-size: 16px;
    line-height: calc(32 / 16);
    margin-bottom: -6px;
    text-transform: capitalize;

}

.role-testimonials-sph{
    font-weight: 400;
    font-size: 14px;
    line-height: calc(24 / 14);
}

.start-testimonials-sph{
    display: flex;
    align-items: center;
    gap: 4px;
}

.start-testimonials-sph img{
    width: 18px;
}

.title-testimonials-sph{
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: calc(66 / 36);
    letter-spacing: 0%;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 13.672vw;
    /* width: max-content; */
}

.title-testimonials-sph span{
    color: #E1292E;
}

.section-testimonials-sph{
    padding-top: 73px;
        padding-bottom: 70px;
}

.section-testimonials-sph .container{
    max-width: 1279px;
}

.slider-testimonials-sph{
    width: calc(100% - 113px);
}

.nav-testimonials-sph{
    width: 93px;
}

.section-cta-sph{
    padding-top: 14.444vw;
    padding-bottom: 19.028vw;
    position: relative;
}

.circle-cta{
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
        bottom: -50%;
}

.slider-testimonials__wrapper{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-right: 40px;
}

.main-testimonials-sph{
    padding-bottom: 45px;
}

.nav-testimonials-sph .swiper-button-prev{
    transform: rotate(180deg)
}

.slider-testimonials__wrapper{
    position: relative;
}

.nav-testimonials-sph .swiper-button-next:after, .nav-testimonials-sph .swiper-button-prev:after{
    display: none;
}

.nav-testimonials-sph .swiper-button-next, .nav-testimonials-sph .swiper-button-prev{
    width: 4.844vw;
    height: 4.844vw;
    display: flex;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #131313;
    min-width: 40px;
    min-height: 40px;
}

.nav-testimonials-sph .swiper-button-disabled{
    display: none;
}

.nav-testimonials-sph svg{
    width: 25px;
}

.title-cta-sph h2{
    font-weight: 700;
    font-size: clamp(40px, 6.944vw, 100px);
    line-height: calc(108 / 100);
    text-transform: uppercase;
    
}

.title-cta-main.title-cta-sph h2{
    color: transparent; 
    -webkit-text-stroke: 1px white; 
    text-stroke: 2px white;
    margin-bottom: 0;
}

 .title-cta-red h2{
    color: #E1292E;

 }

 .title-cta-white h2{
    color: #fff;
 }

 .description-cta-sph{
    font-weight: 400;
    font-size: clamp(18px, 1.944vw, 28px);
    line-height: calc(34 / 28);
    max-width: 293px;
    padding-bottom: 17px;
 }  

 .info-cta-main{
    padding-right: 46px;
 }

 .info-cta-main{
    display: flex;
    justify-content: flex-end;
    gap: 6.389vw;
    align-items: flex-end;
    margin-bottom: 20px;
 }

 .description-cta-sph.display-mb{
    font-size: 18px;
 }
 .main-cta-sph{
    display: flex;
    gap: 33px;
    justify-content: space-between;
    padding-left: 21px;
    align-items: flex-end;

 }

 .group-button-cta a{
    padding: 15px 52px;
 }

 .group-button-cta{
        display: flex;
    align-items: center;
    gap: 27px;
    padding-bottom: 18px;
 }

.section-cta-sph .container{
    max-width: 1440px;
    padding: 0 7px
}

.display-mb{
    display: none;
}

/* INTERNAL SERVICES */
.heading-bottom-sph{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: calc(33.5 / 28);
    margin-top: 18px;
    padding-left: 12.917vw;
}

.heading-bottom-sph .heading-bottom__large{
    color: #E1292E;
    font-size: clamp(41px, 10.417vw, 150px);
    line-height: 89%;
    text-transform: uppercase;
    font-family: "Neue Montreal";

}

.banner-internal-services.banner-services {
    padding: 16.458vw 0 100px;
}

.banner-internal-services.banner-services .banner-services__top{
    padding-left: 7.222vw;
}

.banner-internal-services.banner-services .title-banner-services span.title-border-services{
    padding-left: 5px;
    margin-top: 17px;
    margin-bottom: 0;
}

.banner-internal-services.banner-services .title-banner-services {
    margin-bottom: 29px;
}

.banner-internal-services.banner-services .subtitle-banner-services{
    padding-left: 12%;
}

.heading-bottom-sph p{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.heading-bottom-sph p span{
    display: block;
}
    
.banner-content__left .content-banner-services .description-banner-services,.banner-content__left .content-banner-services .link-banner-services{
    margin-right: auto;
    text-align: left;
}

.banner-internal-services.banner-services .content-banner-services{
    margin-top: 15.417vw;
    padding-right: 0;
    padding-left: 23px;
}

.banner-internal-services.banner-services .content-banner-services .description-banner-services{
    margin-bottom: 26px
}

.banner-content__left .content-banner-services .link-banner-services .btn-global{
    padding: 15px 45px;
}

.img-heading-progress{
    width: 18.542vw;
    line-height: unset;
    position: relative;
}

.img-heading-progress::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.875vw;
    background: linear-gradient(353.58deg, #131313 41.4%, rgba(19, 19, 19, 0) 94.34%);

}

.heading-intro-internal .number-intro-internal::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.875vw;
    background: linear-gradient(to top, #131313 41.4%, rgba(19, 19, 19, 0) 94.34%);
}

.heading-intro-internal{
    display: flex;
    gap: 4.861vw;
    margin-bottom: 47px;
    justify-content: center;
}

.img-heading-progress img{
    width: 100%;
    object-fit: cover;
}

.heading-intro-internal .number-intro-internal{
    position: relative;
    font-weight: 700;
    font-size: clamp(60px, 20.833vw, 300px);
    line-height: 89%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #131313 -46.36%, #FFFFFF 139.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.title-intro-internal h2{
    font-weight: 700;
    font-size: clamp(40px, 6.944vw, 100px);
    line-height: calc(66 / 100);
    text-transform: uppercase;
    text-align: center;
}

.title-intro-internal .title-border{
    margin-right: 9px;
}

.title-border{
    color: transparent; 
    -webkit-text-stroke: 1px white; 
    text-stroke: 2px white;
}

.text-red{
    color: #E1292E
}

.section-intro-internal{
    position: relative;
    padding: 20.278vw 0;
}

.circle-intro-bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 37.083vw;
}

.circle-intro-bg img{
    width: 100%;
}

.subtitle-intro-internal{
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: calc(66 / 36);
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 58px;

}

.title-intro-internal{
    margin-bottom: 21px;
}

.title-intro-internal, .subtitle-intro-internal{
    z-index: 2;
    position: relative;
}

.content-intro-internal{
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    max-width: 663px;
    margin: 0 auto;
}

.box-intro-internal{
    backdrop-filter: blur(200px);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 65px 30px 50px;
    max-width: 975px;
    margin: 0 auto;
    border-radius: 52px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.box-intro-internal::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 52px;
  padding: 0.5px;
  background: linear-gradient(180deg, #FFFFFF 0%, #717171 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.subtitle-ram-sph{
    font-family: Neue Montreal;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: calc(66 / 36);
    text-transform: capitalize;
    margin-bottom: 2px;
}

.title-ram-sph h2{
    font-weight: 700;
    font-size: clamp(36px, 6.944vw, 100px);
    line-height: 1;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.icon-ram-sph{
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
}

.title-ram-item{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: calc(28.5 / 24);
    max-width: 229px;
    margin-bottom: 15px;
}

.desc-ram-item{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    max-width: 229px;
}

.link-ram-sph{
    display: flex;
    justify-content: center;
    margin-top: 17.292vw;
}

.link-ram-sph a{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 15px 44px;
}

.list-ram-sph{
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin-top: 24.167vw;
}

.section-ram-sph{
    padding: 9.583vw 0;
}

.section-ram-sph .container{
    max-width: 1224px;
}

.item-ram-sph{
    width: calc((100% - 26px) / 3);
    background: linear-gradient(0deg, #992124, #992124);
    padding: 31px 39px 100px;
    margin-top: 18.194vw;
    position: relative;
}

.item-ram-sph::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0.1) 48.56%, #131313 100%);
    content: '';
    left: 0;
    top: 0;
}

.content-item-ram{
    position: relative;
    z-index: 2;
}

.item-ram-sph:nth-child(2n):not(:nth-child(3n)) {
  margin-top: 0;
  margin-bottom: auto;
}

.section-video-internal .container{
    max-width: unset;
    padding: 0;
}

.main-video-internal{
    position: relative;
    
}

.main-video-internal::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0.1) 48.56%, #131313 100%);
    content: '';
    left: 0;
    top: 0;
    z-index: 4;
}

.main-video-internal::before{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #992124B5;
    content: '';
    left: 0;
    top: 0;
}

.main-video-internal{
    aspect-ratio: 1437 / 799;
    line-height: 0;
}

.main-video-internal video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.thumbnail-video-internal{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
     z-index: 2;
}

.icon-play-internal{
    position: absolute;
    transform: translateX(-50%)translateY(-50%);
    left: 50%;
    top: 50%;
    width: 80px;
    z-index: 5;
    cursor: pointer;
}

.section-video-internal{
    padding-top: 12.639vw;
    padding-bottom: 29.514vw;
}

.sec-stakes-sph .sec-stakes_heading .container{
    max-width: 1218px;
}

.sec-stakes-sph .sec-stakes_heading {
    padding: 12.847vw 0 9.861vw;
}

.sec-stakes-sph .inner-stakes > .container{
    max-width: 1216px;
}

.sec-stakes-sph .r-stakes_list p{
    margin-bottom: 0;
}

.sec-stakes-sph .stakes_list-wrap{
    min-height: unset;
    padding: 73px 0;
}

.section-featured-internal .item-featured-sph:nth-child(1){
    grid-column: 2 / 4;
    grid-row: span 1;
    margin: 0 auto;
    max-width: 399px;
}

.section-featured-internal .item-featured-sph:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
}

.section-featured-internal .item-featured-sph:nth-child(3) {
    grid-row: 2 / 4;
    margin-top: 4.167vw;
    grid-column: 3;
}

.section-featured-internal .item-featured-sph:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: span 3;
    max-width: 443px;
    margin-left: auto;
    margin-right: 27px;
}

.section-featured-internal .list-featured-sph{
    gap: 15px 5px
}

.section-featured-internal.section-featured-sph{
    padding-top: 8.819vw;
}

.section-featured-internal .title-featured-sph{
    margin-bottom: 10.556vw;
}

.title-item-featured{
    margin-bottom: 24px;
}

.sec-real_attacks-sph .sec-real_attacks-heading{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10.625vw;
    flex-wrap: wrap;
}

.sec-real_attacks-sph .sec-real_attacks_title{
    margin-bottom: 0;
}

.sec-real_attacks-sph .wrap-blog-attacks{
    display: flex;
}

.sec-real_attacks-sph .thumb-attacks {
    line-height: 0;
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-bottom: 21px;
}

.sec-real_attacks-sph .thumb-attacks > a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(1.46deg, rgba(0, 0, 0, 0) -14.57%, #000000 104.09%);

}

.sec-real_attacks-sph .thumb-attacks > a{
    z-index: 3;
    position: relative;
    display: inline-block;
    aspect-ratio: 1193 / 335;
}

.sec-real_attacks-sph .thumb-attacks a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-real_attacks-sph .cat-attacks{
    z-index: 3;
    top: 47px;
    padding: 0 18px;
}

.sec-real_attacks.sec-real_attacks-sph{
    padding-top: 22.292vw;
    padding-bottom: 18.681vw;
}

.sec-real_attacks.sec-real_attacks-sph .sec-real_attacks_title{
    line-height: calc(102 / 100);
}

.sec-real_attacks-sph .sec-real_attacks-heading a{
    margin-bottom: 18px;
    padding: 15px 42px;
}

.sec-real_attacks-sph .blog-title{
    font-size: clamp(18px, 2.222vw, 32px);
}

.sec-real_attacks-sph .blog-meta, .sec-real_attacks-sph .blog-excerpt{
    margin-bottom: 21px;
}

.sec-real_attacks-sph .blog-excerpt{
    margin-top: 21px;
    margin-bottom: 0;
}

.sec-real_attacks-sph .blog-excerpt ul{
    list-style: disc;
    margin-left: 37px;
}

.section-featured-internal{
    position: relative;
}

.bg-featured-sph{
    position: absolute;
    right: 0;
    top: -15%;
    z-index: -1;
}

.sec-real_attacks-sph{
    position: relative;
}

.bg-blog-internal{
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1;
}

.section-cta-internal .main-cta-sph {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 9px;
    gap: 47px;
    padding-left: 4px;
}

.section-cta-internal .info-cta-main{
    padding-left: 7.5vw;
    justify-content: flex-start;
}

.section-cta-internal.section-cta-sph .container {
    max-width: 1398px;
}

.section-cta-internal.section-cta-sph .title-cta-sph{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.section-cta-internal.section-cta-sph .title-cta-sph h2{
    text-align: right;
}

.section-cta-internal .title-cta-red {
    color: #E1292E;
        margin-top: 12px;
    display: block;
}

.section-cta-internal .title-cta-sph .title-cta-main{
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 2px white;
    margin-bottom: 0;
    display: inline-block;
}

.section-cta-internal .circle-cta{
    bottom: -10%;
}

.sec-faq-sph .sec-faq_accordion--item .accordion-header .accordion-title{
    font-weight: 400;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: calc(42 / 36);

}

.subtitle-faq-sph{
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 36px);
    line-height: calc(66 / 36);
    text-transform: capitalize;

}

.sec-faq-sph{
    padding: 48px 0 32.222vw;
    position: relative;
}

.sec-faq-sph .sec-faq_accordion--item .accordion-header svg {
    transform: rotate(-90deg);
}

.sec-faq-sph .sec-faq_accordion--item .accordion-header.open svg{
    transform: rotate(0);
}

.sec-faq-sph .sec-faq_heading {
    margin: 0 0 115px;
}

.sec-faq-sph .sec-faq_accordion {
    padding: 0 0 25px;
    margin: 0 0 45px;
}

.circle-faq{
    position: absolute;
    right: 0;
    bottom: -20%;
    z-index: -1;
}

.sec-stakes.sec-stakes-sph .l-stakes_list h3{
    font-size: clamp(30px, 5.417vw, 78px);
}

@media (min-width: 1441px){
    .sec-faq-sph{
        padding: 48px 0 464px;
        position: relative;
    }
    .sec-real_attacks.sec-real_attacks-sph{
        padding-top: 321px;
        padding-bottom: 269px;
    }

    .section-featured-internal .title-featured-sph{
        margin-bottom: 152px;
    }
    .section-featured-internal.section-featured-sph{
        padding-top: 127px;
    }

    .section-video-internal{
        padding-top: 182px;
        padding-bottom: 425px;
    }
}



@media (max-width: 1400px){
    .group-button-cta a{
        padding: 15px 30px;
    }
}

@media (max-width: 1280px){
     .sec-stakes-sph .stakes_list-wrap{
        padding: 40px;
    }
}

@media (max-width: 1199px){
    .main-cta-sph{
        flex-direction: column-reverse ;
    }

    .title-intro-internal h2{
        line-height: 1;
    }

    .section-cta-sph.section-cta-internal .description-cta-sph.display-pc {
        display: none;
    }

    .section-cta-sph.section-cta-internal .description-cta-sph.display-mb{
        display: block;
    }

    .section-cta-internal.section-cta-sph .title-cta-sph h2{
        width: 100%;
        text-align: left;
    }

    .section-cta-internal .title-cta-red{
        text-align: center;
    }

    .section-cta-internal .group-button-cta{
        flex-wrap: wrap;
    }
}

@media (max-width: 1023px){
    .slider-testimonials__wrapper{
        padding: 0;
    }
    .item-featured-sph:nth-child(1){
        grid-row: unset;
        grid-column: 1;
    }

    .item-featured-sph:nth-child(2){
        grid-row: unset;
        grid-column: 1;
    }

    .item-featured-sph:nth-child(3){
        grid-row: unset;
        grid-column: 1;

    }

    .list-featured-sph {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        gap: 25px;
    }

    .description-featured-sph{
        margin-bottom: 50px;
        max-width: 100%;
    }

    .item-featured-sph{
        max-width: 495px;
        margin-bottom: 20px;
    }

    .list-services-sph{
        padding: 0;
        gap: 40px
    }

    .group-services-sph{
        width: calc(50% - 20px);
    }

    .section-featured-internal .list-featured-sph{
            display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-featured-internal .item-featured-sph{
        width: calc(50% - 10px);
        margin: 0 !important;
        max-width: unset !important;
    }

    .list-ram-sph{
        gap: 30px;
        justify-content: center;
    }

    .item-ram-sph{
        width: calc(50% - 15px);
        margin: 0 !important;
    }
}

@media (max-width: 767px){
    .circle-banner-services{
        margin-left: -20px;
        max-width: 100%;
    }

    .title-banner-services span.title-border-services{
        padding: 0;
    }

    .subtitle-banner-services, .title-services-sph h2 span.title-border, .title-featured-sph h2 span.title-border{
        padding: 0;
    }

    .btn-global{
        padding: 5px 23px;
    }

    .title-services-sph h2 span.title-border, .title-featured-sph h2 span.title-border{
        margin-bottom: 5px;
    }

    .group-services-sph{
        width:100%;
        gap: 60px;
    }

    .title-item-services{
        font-size: 20px;
        margin-top: 20px;
    }

    .description-services-sph{
        font-size: 16px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .description-featured-sph, .desc-item-featured{
        font-size: 16px;
        line-height: 1.3;
    }


    .group-services-sph:nth-child(even){
        padding: 0;
    }

    .list-services-sph{
        gap: 60px;
    }

    .link-services-sph a {
        font-size: 14px;
        line-height: 1;
    }

    .nav-testimonials-sph .swiper-button-next, .nav-testimonials-sph .swiper-button-prev{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin: 0;
        background: inherit;
    }

    .slider-testimonials__wrapper{
        flex-direction: column;
    }

    .slider-testimonials-sph{
        width: 100%;
    }

    .item-testimonials-sph{
        gap: 10px;
        flex-direction: column;
    }

    .nav-testimonials-sph{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .main-cta-sph{
        gap: 20px;
        align-items: center;
    }
    .group-button-cta{
        gap: 10px;
    }

    .title-cta-sph.title-cta-white{
        margin-left: auto;
    }
    .nav-testimonials-sph .swiper-button-disabled{
        display: flex
    }

    .description-cta-sph{
        max-width: 100%;
    }

    .nav-testimonials-sph svg {
        width: 18px;
    }

    .group-button-cta{
        flex-direction: column;
    }

    .info-cta-main{
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    .display-pc{
        display: none;
    }

    .display-mb{
        display: block;
    }

    .section-featured-internal .item-featured-sph{
        width: 100%;
    }

    .main-video-internal{
        aspect-ratio: 1;
    }

    .title-ram-item, .desc-ram-item{
        max-width: unset;
    }

    .item-ram-sph{
        width: 100%;
        padding: 20px;
    }

    .section-cta-internal .group-button-cta{
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section-cta-sph.section-cta-internal .description-cta-sph.display-mb{
        max-width: 400px;
        margin-top: 20px;
    }

    .sec-faq-sph .sec-faq_accordion--item .accordion-header svg{
        top: 4px;
    }

    .sec-faq-sph .sec-faq_accordion{
        padding: 0;
        margin-bottom: 30px;
    }

    .banner-internal-services.banner-services .subtitle-banner-services{
        padding: 0;
    }

    .heading-bottom-sph p{
        flex-direction: column;
    }

    .heading-bottom-sph, .banner-internal-services.banner-services .banner-services__top, .banner-internal-services.banner-services .content-banner-services{
        padding: 0;
    }

    .heading-bottom-sph p br{
        display: none;
    }

    .heading-intro-internal{
        margin-bottom: 10px;
    }

    .box-intro-internal{
        padding: 30px 15px;
    }

    .content-intro-internal{
        font-size: 14px;
    }

    .sec-stakes-sph .stakes_list-wrap{
        padding: 20px 20px 20px 40px;
    }

    .banner-internal-services.banner-services{
        padding: 100px 0 100px;
    }

    .icon-ram-sph{
        width: 40px;
        height: 40px;
    }

    .icon-ram-sph img{
        width: 20px ;
        height: 20px;
    }

    .sec-real_attacks-sph .thumb-attacks > a{
        aspect-ratio: 1 / 0.6;
    }

    .section-cta-internal .group-button-cta{
        padding-left: 13px;
        padding-right: 13px;
    }

    .section-cta-internal .main-cta-sph{
        padding: 0;
    }

    .section-cta-internal .title-cta-red{
        margin: 0;
        text-align: left;
    }

    .sec-stakes.sec-stakes-sph {
        overflow: hidden;
    }

    .section-cta-internal.section-cta-sph .title-cta-sph h2 br{
        display: none;
    }

    .section-cta-internal.section-cta-sph .title-cta-sph h2  span{
        display: inline-block !important;
    }
}