/* section-hero-service */
.section-hero-service{
  text-align: center;
  padding: 140px 0 40px;
}
.section-hero-service .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.section-hero-service h1{
  font-size: 50px;
  font-weight: 500;
  line-height: 1.17;
  color: #fff;
  max-width: 920px;
  margin: auto;
}
.section-hero-service h1 span{
  display: block;
  color: #33D0E6;
}
.section-hero-service p.subtitle{
  color: #8B8F97;
  max-width: 710px;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px){
  .section-hero-service h1{
    font-size: 42px;
  }
}
@media screen and (max-width: 991px){
  .section-hero-service {
    text-align: center;
    padding: 110px 0 40px;
  }
  .section-hero-service p.subtitle{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
  .section-hero-service h1 {
    font-size: 36px;
  }
  .section-hero-service .container{
    gap: 30px;
  }
}
@media screen and (max-width: 479px){
  .section-hero-service p.subtitle{
    font-size: 14px;
  }
}
/* -- section-hero-service */

/* section-sonic-lite-advantages */
.items-advantages{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.items-advantages .item{
  width: calc((100% - 40px) / 3);
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 27px;
  text-align: left;
  background: rgba(137,137,137,.05);
}
.items-advantages .item:before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/line-blue.svg);
  background-position: 30px 0;
  background-repeat: no-repeat;
  background-size: auto 1px;
}
.items-advantages .item:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #fff;
  opacity: .09;
  z-index: 1;
  border-radius: 8px;
}
.items-advantages .item p.title{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #F4F5F7;
}
.items-advantages .item .description p{
  font-size: 16px;
  line-height: 1.5;
  color: #B7B7B7;
  margin: 0;
}
.items-advantages .item .description p strong{
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .items-advantages .item{
    width: calc((100% - 20px) / 2);
    gap: 20px;
  }
}
@media screen and (max-width: 767px){
  .items-advantages .item{
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 479px){
  .items-advantages .item{
    padding: 20px;
  }
  .items-advantages .item .description p{
    font-size: 14px;
  }
}
/* -- section-sonic-lite-advantages */

/* section-service-is-for */
.section-service-is-for h2{
  text-align: center;
  font-size: 50px;
  line-height: 1.17;
}
.section-service-is-for .subtitle{
  text-align: center;
  font-size: 18px;
  color: #8B8F97;
}
.section-service-is-for .items-service-is-for{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.items-service-is-for .item{
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  width: calc((100% - 20px) / 2);
}
.items-service-is-for .item .image{
  position: relative;
}
.items-service-is-for .item .image img{
  width: 100%;
  aspect-ratio: 59 / 20;
  object-fit: cover;
}
.items-service-is-for .item .image:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 9, 10, 0) 30.75%, #08090A 100%);
  z-index: 9;
}
.items-service-is-for .item .content{
  padding: 30px;
}
.items-service-is-for .item .content p{
  font-size: 16px;
  line-height: 1.5;
  color: #8B8F97;
}
.items-service-is-for .item .content p.title{
  font-size: 24px;
  line-height: 1.5;
  color: #F4F5F7;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 991px){
  .section-service-is-for h2{
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-service-is-for .items-service-is-for{
    margin-top: 40px;
  }
  .items-service-is-for .item .content p.title{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .section-service-is-for h2{
    font-size: 30px;
  }
  .items-service-is-for .item{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .items-service-is-for .item .content p{
    font-size: 14px;
  }
}
/* -- section-service-is-for */

/* section-featured */
.section-featured .container{
  max-width: 996px;
}
.section-featured h2.title-section{
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
.section-featured .subtitle{
  text-align: center;
  font-size: 18px;
  line-height: 1.44;
  color: #8B8F97;
}
.section-featured .description{
  max-width: 690px;
  margin: 40px auto;
  text-align: center;
}
.section-featured .description p{
  font-size: 24px;
  color: #fff;
}
.section-featured .wrapper-featured{
  background: #111;
  border-radius: 8px;
  padding: 10px;
}
.section-featured .wrapper-featured > div{
  border-radius: 6px;
  background: linear-gradient(180deg, #191919 50%, #242424 111.13%);
  padding: 0 10px 10px 10px;
}
.section-featured .wrapper-featured p.title{
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  color: #8B8F97;
  letter-spacing: .03em;
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  padding: 20px 0;
}
.section-featured .wrapper-featured ul{
  display: flex;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.section-featured .wrapper-featured ul li{
  position: relative;
  font-size: 13px;
  line-height: 21px;
  padding-left: 57px;
  padding-top: 17px;
  padding-right: 15px;
  padding-bottom: 17px;
  background-image: url(../images/icon-solves.svg);
  background-position: 30px 19px;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 50%;
  border-top: 1px solid rgba(255,255,255,.09);
}
.section-featured .wrapper-featured ul li:first-child,
.section-featured .wrapper-featured ul li:nth-child(2){
  border-top: 0;
}
.section-featured .wrapper-featured ul li:nth-child(2n+2){
  border-left: 1px solid rgba(255,255,255,.09);
}
@media screen and (max-width: 991px){
  .section-featured h2.title-section{
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-featured .subtitle{
    font-size: 16px;
  }
  .section-featured .description p{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .section-featured h2.title-section{
    font-size: 30px;
  }
  .section-featured .description{
    margin: 30px auto;
  }
}
@media screen and (max-width: 650px){
  .section-featured .wrapper-featured ul li{
    width: 100%;
  }
  .section-featured .wrapper-featured ul li:nth-child(2n+2){
    border-left: 0;
  }
  .section-featured .wrapper-featured ul li:nth-child(2){
    border-top: 1px solid rgba(255,255,255,.09);
  }
}
@media screen and (max-width: 479px){
  .section-featured .wrapper-featured ul li{
    padding-left: 35px;
    background-position: 10px 19px;
  }
}
/* -- section-featured */

/* section-validation */
.section-validation .container{
  max-width: 740px;
}
.section-validation h2.title-section{
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
.section-validation .subtitle{
  text-align: center;
  font-size: 18px;
  line-height: 1.44;
  color: #8B8F97;
}
.section-validation .description{
  max-width: 690px;
  margin: 40px auto;
  text-align: center;
}
.section-validation .description p{
  font-size: 24px;
  color: #fff;
}
.section-validation .wrapper-validation{
  background: #111;
  border-radius: 8px;
  padding: 10px;
}
.section-validation .wrapper-validation > div{
  border-radius: 6px;
  background: linear-gradient(180deg, #191919 50%, #242424 111.13%);
  padding: 0 10px 10px 10px;
}
.section-validation .wrapper-validation p.title{
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  color: #8B8F97;
  letter-spacing: .03em;
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  padding: 20px 0;
}
.section-validation .wrapper-validation ul{
  display: flex;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.section-validation .wrapper-validation ul li{
  position: relative;
  font-size: 13px;
  line-height: 21px;
  padding-left: 57px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-image: url(../images/icon-solves.svg);
  background-position: 30px 19px;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.09);
}
.section-validation .wrapper-validation ul li:first-child{
  border-top: 0;
}
.section-validation.section-right-fit .container{
  max-width: 867px;
}
@media screen and (max-width: 991px){
  .section-validation h2.title-section{
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-validation .subtitle{
    font-size: 16px;
  }
  .section-validation .description p{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .section-validation h2.title-section{
    font-size: 30px;
  }
  .section-validation .description{
    margin: 30px auto;
  }
}
@media screen and (max-width: 650px){
  .section-validation .wrapper-validation ul li{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .section-validation .wrapper-validation ul li{
    padding-left: 37px;
    background-position: 10px 19px;
  }
}
/* -- section-validation */

/* section-engagement-models */
.section-engagement-models h2.title-section{
  font-size: 50px;
  color: #F4F5F7;
  text-align: center;
  font-weight: 500;
}
.section-engagement-models p.subtitle{
  max-width: 650px;
  font-size: 18px;
  color: #8B8F97;
  line-height: 1.44;
  text-align: center;
  margin: auto;
}
.section-engagement-models .items-section-engagement-models{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
}
.section-engagement-models .items-section-engagement-models .item{
  width: calc((100% - 40px) / 3);
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(137,137,137, .05);
}
.section-engagement-models .items-section-engagement-models .item .icon{
  width: 48px;
  height: 48px;
  background: #232325;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.section-engagement-models .items-section-engagement-models .item p{
  color: #8B8F97;
  font-size: 16px;
  line-height: 1.5;
}
.section-engagement-models .items-section-engagement-models .item p.title{
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  font-weight: 700;
  margin: 15px 0;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-engagement-models h2.title-section{
    font-size: 40px;
  }
  .section-engagement-models .items-section-engagement-models{
    max-width: 800px;
    margin: 40px auto 0;
  }
  .section-engagement-models .items-section-engagement-models .item{
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px){
  .section-engagement-models h2.title-section{
    font-size: 30px;
  }
}
@media screen and (max-width: 600px){
  .section-engagement-models .items-section-engagement-models .item{
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-engagement-models */

/* section-broader-bundle */
.section-broader-bundle .container{
  max-width: 640px;
}
.section-broader-bundle h2.title-section{
  font-size: 50px;
  text-align: center;
}
.section-broader-bundle .item-broader-bundle{
  border-radius: 8px;
  position: relative;
  padding: 30px 40px 40px;
  margin-top: 20px;
  overflow: hidden;
}
.section-broader-bundle .item-broader-bundle:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
}
.section-broader-bundle .item-broader-bundle p.title{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.section-broader-bundle .item-broader-bundle p{
  font-size: 16px;
  color: #B7B7B7;
}
.section-broader-bundle .item-broader-bundle ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0;
}
.section-broader-bundle .item-broader-bundle ul li{
  width: 100%;
  padding-left: 30px;
  position: relative;
  line-height: 1.44;
  font-size: 16px;
  color: #fff;
}
.section-broader-bundle .item-broader-bundle ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #232325 url(../images/icon-check.svg);
  background-position: center;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
.section-broader-bundle .item-broader-bundle.item-broader-bundle-recomended p,
.section-broader-bundle .item-broader-bundle.item-broader-bundle-recomended ul{
  max-width: 365px;
}
.section-broader-bundle .item-broader-bundle.item-broader-bundle-recomended:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/line-blue.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 1px;
  z-index: 3;
  border: 0;
}
.recomended-label{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 120px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-family: "Geist Mono", monospace;
  z-index: -1;
  border: 1px solid #54EAFF;
  border-radius: 4px;
  background: linear-gradient(229.21deg, #33D0E6 26.84%, #39ACBC 89.47%);
  font-weight: 400;
  letter-spacing: .03em;
}
.recomended-label:after{
  content: '';
  position: absolute;
  left: -130px;
  top: -69px;
  width: 340px;
  height: 190px;
  background: rgba(51, 208, 230, 0.69);
  opacity: 0.59;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(51, 208, 230, 0.45) 10%, rgba(51, 208, 230, 0) 100%);
  filter: blur(30px);
}
@media screen and (max-width: 991px){
  .section-broader-bundle h2.title-section{
    font-size: 40px;
  }
}
@media screen and (max-width: 767px){
  .section-broader-bundle h2.title-section{
    font-size: 30px;
  }
  .section-broader-bundle .item-broader-bundle{
    padding: 15px;
  }
  .recomended-label{
    top: 15px;
    right: 15px;
  }

}
@media screen and (max-width: 500px){
  .section-broader-bundle .item-broader-bundle.item-broader-bundle-recomended p.title{
    padding-right: 150px;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-broader-bundle */

/* section-information-service */
.section-information-service .container{
  max-width: 760px;
}
.section-information-service .items-information-service{
  padding: 10px;
  background: #111;
  border-radius: 8px;
}
.items-information-service > div{
  padding: 10px;
  background: linear-gradient(180deg, #191919 50%, #242424 111.13%);
  border-radius: 6px;
}
.items-information-service .item{
  border: 1px solid rgba(255,255,255,.09);
  border-bottom: 0;
  padding: 28px;
}
.items-information-service .item:first-child{
  border-radius: 5px 5px 0 0;
}
.items-information-service .item:last-child{
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.items-information-service .item p{
  color: #8B8F97;
  font-size: 14px;
  line-height: 22px;
}
.items-information-service .item ul{
  margin: 10px 0;
}
.items-information-service .item ul li{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-left: 28px;
  background-image: url(../images/icon-solves.svg);
  background-position: 0px 13px;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}
.items-information-service .item ul.icon-signin li{
  background-image: url(../images/icon-signin.svg);
}
.items-information-service .item p.suptitle{
  font-size: 11px;
  color: #8B8F97;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: "Geist Mono", monospace;
}
.items-information-service .item p.title{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px){
  .items-information-service .item{
    padding: 15px;
  }
}
/* -- section-information-service */

/* section-scope-service */
.section-scope-service h2.title-section{
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
.section-scope-service .subtitle{
  line-height: 1.44;
  font-size: 18px;
  color: #8B8F97;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.section-scope-service .wrapper-scope-service{
  padding: 10px;
  border-radius: 8px;
  background: #111;
  margin-top: 50px;
}
.section-scope-service .wrapper-scope-service > div{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #191919 50%, #242424 111.13%);
}
.section-scope-service .wrapper-scope-service .item{
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 5px;
  width: calc((100% - 40px) / 3);
  padding: 20px;
}
.section-scope-service .wrapper-scope-service .item p.title{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.section-scope-service .wrapper-scope-service .item ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-scope-service .wrapper-scope-service .item ul li{
  position: relative;
  font-size: 13px;
  line-height: 1.44;
  padding-left: 27px;
  background-image: url(../images/icon-solves.svg);
  background-position: 0 2px;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 991px){
  .section-scope-service h2.title-section{
    font-size: 40px;
  }
  .section-scope-service .subtitle{
    font-size: 16px;
  }
  .section-scope-service .wrapper-scope-service{
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px){
  .section-scope-service h2.title-section{
    font-size: 30px;
  }
  .section-scope-service .wrapper-scope-service{
    max-width: 420px;
    margin: 30px auto 0;
  }
  .section-scope-service .wrapper-scope-service .item{
    width: 100%;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-scope-service */


/* section-successful-engagement-delivers */
.section-successful-engagement-delivers h2{
  text-align: center;
  font-size: 50px;
  margin: 0 auto 30px;
  max-width: 700px;
}
.section-successful-engagement-delivers .subtitle{
  color: #8B8F97;
  font-size: 18px;
  line-height: 1.44;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.items-successful-engagement-delivers{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.items-successful-engagement-delivers .item{
  width: calc((100% - 40px) / 3);
  background: rgba(137,137,137, .05);
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.items-successful-engagement-delivers .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    opacity: .09;
    z-index: 1;
    border-radius: 8px;
}
.items-successful-engagement-delivers .item:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-blue.svg);
    background-position: 30px 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.items-successful-engagement-delivers .item .title{
  font-size: 20px;
  line-height: 1.4;
  color: #F4F5F7;
  font-weight: 600;
  margin: 30px 0;
}
.items-successful-engagement-delivers .item ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.items-successful-engagement-delivers .item ul li{
  width: 100%;
  padding-left: 35px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #B7B7B7;
}
.items-successful-engagement-delivers .item ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #232325 url(../images/icon-check.svg);
  background-position: center;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px){
  .items-successful-engagement-delivers .item{
    padding: 20px;
  }
  .items-successful-engagement-delivers .item ul{
    gap: 20px;
  }
}
@media screen and (max-width: 991px){
  .section-successful-engagement-delivers h2{
    font-size: 40px;
  }
  .section-successful-engagement-delivers .subtitle{
    font-size: 16px;
  }
  .items-successful-engagement-delivers{
    justify-content: center;
  }
  .items-successful-engagement-delivers .item{
    width: calc((100% - 20px) / 2);
    padding: 30px;
  }
  .items-successful-engagement-delivers .item ul{
    gap: 15px;
  }
}
@media screen and (max-width: 767px){
  .section-successful-engagement-delivers h2 {
    font-size: 30px;
  }
  .items-successful-engagement-delivers .item{
    padding: 20px;
  }
}
@media screen and (max-width: 650px){
  .items-successful-engagement-delivers .item{
    width: 100%;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-successful-engagement-delivers */

/* section-why-choose */
.section-why-choose .container{
  max-width: 996px;
}
.section-why-choose .title-section{
  text-align: center;
  font-size: 50px;
}
.section-why-choose .items-why-choose{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  position: relative;
  margin-top: 60px;
}
.section-why-choose .items-why-choose:after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: .09;
}
.section-why-choose .items-why-choose:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .09;
}
.section-why-choose .items-why-choose .item{
  width: 50%;
  padding: 30px;
}
.section-why-choose .items-why-choose .item img{
  margin-bottom: 20px;
}
.section-why-choose .items-why-choose .item p,
.section-why-choose .items-why-choose .item li{
  color: #B7B7B7;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.section-why-choose .items-why-choose .item ul{
  padding-left: 15px;
}
.section-why-choose .items-why-choose .item li{
  list-style: disc;
}
.section-why-choose .items-why-choose .item .title{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-why-choose .title-section{
    font-size: 40px;
  }
  .section-why-choose .items-why-choose{
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px){
  .section-why-choose .title-section{
    font-size: 30px;
  }
  .section-why-choose .items-why-choose{
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px){
  .section-why-choose .items-why-choose .item{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }
  .section-why-choose .items-why-choose .item:last-child{
    border-bottom: 0;
  }
  .section-why-choose .items-why-choose:after,
  .section-why-choose .items-why-choose:before{
    display: none;
  }
}
@media screen and (max-width: 479px){
  .section-why-choose .items-why-choose .item{
    padding: 20px;
  }
  .section-why-choose .items-why-choose .item p, .section-why-choose .items-why-choose .item li{
    font-size: 14px;
  }
}
/* -- section-why-choose */

/* section-our-process */
.section-our-process h2.title-section{
  text-align: center;
  font-size: 36px;
}
.section-our-process .description{
  max-width: 700px;
  text-align: center;
  margin: 0 auto 50px;
}
.section-our-process .description p{
  margin-top: 26px;
  font-size: 18px;
  color: #8B8F97;
}
.wrapper-our-process{
  padding: 30px 5px 60px;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
}
.section-our-process .wrapper-our-process:before{
  content: '';
  position: absolute;
  width: 100%;
  top: -10%;
  left: 0%;
  background: radial-gradient(ellipse at center, rgba(41, 42, 53, 0.45) 10%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  z-index: 0;
}
.section-our-process .wrapper-our-process:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/line-what-we-offer-item.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 1px;
  z-index: 1;
}
.section-our-process .title-items-our-process{
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  color: #8B8F97;
  letter-spacing: .03em;
}

.section-our-process .items-our-process{
  display: flex;
  margin-top: 40px;
  padding: 0 30px;
}
.section-our-process .items-our-process .item{
  width: calc(100% / 5);
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
}
.section-our-process .items-our-process .item .step{
  font-size: 50px;
  font-weight: 600;
  background-image: linear-gradient(180deg, #FFFFFF, rgba(255,255,255,.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .3;
  line-height: 1;
}
.section-our-process .items-our-process .item .round{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #33D0E6 0%, #00ABC3 100%);
  margin: 25px auto;
  position: relative;
}
.section-our-process .items-our-process .item .round:after{
  content: '';
  top: calc((100% - 1px) / 2);
  background: #3A3A3E;
  height: 1px;
  width: 220px;
  position: absolute;
  left: calc((100% - 1px) / 2);
  z-index: -1;
}
.section-our-process .items-our-process .item .round:before{
  content: '';
  top: calc((100% - 1px) / 2);
  background: #3A3A3E;
  height: 1px;
  width: 220px;
  position: absolute;
  right: calc((100% - 1px) / 2);
  z-index: -1;
}
.section-our-process .items-our-process .item:first-child .round:before,
.section-our-process .items-our-process .item:last-child .round:after{
  display: none;
}
.section-our-process .items-our-process .item p{
  font-size: 14px;
  line-height: 22px;
  color: #8B8F97;
}
.section-our-process .items-our-process .item p.title{
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px){
  .section-our-process .items-our-process .item{
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px){
  .section-our-process h2.title-section{
    font-size: 40px;
  }
  .section-our-process .wrapper-our-process .description p{
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px){
  .section-our-process h2.title-section {
      font-size: 30px;
  }
  .section-our-process .items-our-process{
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
    padding: 30px;
  }
  .section-our-process .items-our-process .item{
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    position: relative;
  }
  .section-our-process .items-our-process .item .round{
    margin: 0;
    position: absolute;
    left: 0;
    top: 92px;
  }
  .section-our-process .items-our-process .item .round:after {
    width: 1px;
    height: 220px;
    left: calc((100% - 1px) / 2);
  }
  .section-our-process .items-our-process .item .round:before {
    width: 1px;
    height: 220px;
    top: auto;
    bottom: calc((100% - 1px) / 2);
    right: auto;
    left: calc((100% - 1px) / 2);
  }
  .section-our-process .items-our-process .item p.title{
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px){
  .section-our-process .items-our-process{
    padding: 20px;
  }
  .section-our-process .wrapper-our-process .description p{
    font-size: 14px;
    margin-top: 20px;
  }
}
/* -- section-our-process */

/* section-cta */
.section-cta{
  padding-bottom: 60px;
  margin-top: 60px;
}
.section-cta .container{
    max-width: 996px;
}
.section-cta .item-cta{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.section-cta .item-cta:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
}
.section-cta .item-cta:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-cta.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
    z-index: 3;
}
.section-cta .content{
    padding: 60px 70px;
    max-width: 740px;
    position: relative;
    z-index: 9;
}
.section-cta .image{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.section-cta .image:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(17, 17, 17, 0) 40%, #070707 80%);
}
.section-cta .image img{
    display: block;
    height: 100%;
}
.section-cta .content p{
    margin-bottom: 30px;
    font-size: 18px;
    color: #F4F5F7;
    max-width: 500px;
}
.section-cta .content p.title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    background-color: #fff;
    background-image: linear-gradient(180deg, #3197C8, #0FEBFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    max-width: 100%;
}
.section-cta .content .buttons{
    display: flex;
    align-items: center;
    gap: 22px;
}
.section-cta .content .buttons a{
    min-width: 180px;
}

.section-cta.section-cta .content{
  max-width: 600px;
}
.section-cta.cta-sonic-experts .content p.title{
  max-width: 360px;
}
.section-cta.cta-sonic-experts .image:after{
  width: 40px;
}

@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
    .section-cta .content p.title{
        font-size: 28px;
    }
    .section-cta.cta-sonic-experts .image:after,
    .section-cta .image:after {
        background: linear-gradient(-90deg, rgba(17, 17, 17, 0.6) 0%, #070707 100%);
        width: 100%;
    }
    .section-cta .content{
        padding: 40px 50px;
    }
    .section-cta .content p{
        font-size: 16px;
    }
}
@media screen and (max-width: 599px){
  .section-cta .content .buttons{
    flex-wrap: wrap;
  }
  .section-cta .content .buttons a{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
    .section-cta .content p.title{
        font-size: 24px;
    }
    .section-cta .content p{
        font-size: 14px;
    }
    .section-cta .content{
        padding: 20px;
    }
}
/* --section-cta */

/* section-contact-us */
.section-contact-us .container{
    max-width: 996px;
}
.section-contact-us h2{
  background-color: #fff;
  background-image: linear-gradient(180deg, #3197C8, #0FEBFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
.section-contact-us .subtitle{
  font-size: 18px;
  color: #8B8F97;
  line-height: 1.44;
}
.section-contact-us form{
    margin-top: 50px;
}
.section-contact-us .form-group-buttons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.section-contact-us .form-group-buttons button{
  min-width: 180px;
}
@media screen and (max-width: 991px){
  .section-contact-us .subtitle{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
    .section-contact-us form{
        margin-top: 40px;
    }
    .section-contact-us h2{
      font-size: 28px;
    }
}
@media screen and (max-width: 599px){
  .section-contact-us .form-group-buttons{
    flex-wrap: wrap;
  }
  .section-contact-us .form-group-buttons button{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .section-contact-us .subtitle{
    font-size: 14px;
  }
}
/* -- section-contact-us */

/* faq */
.faq .container{
    max-width: 720px;
}
.faq .title-section{
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.faq .items-faq .item{
    position: relative;
}
.faq .items-faq .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-faq.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.faq .items-faq h3{
    font-size: 20px;
    color: #F4F5F7;
    line-height: 1.3;
    padding: 30px 30px 30px 0;
    position: relative;
    cursor: pointer;
}
.faq .items-faq h3:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    background-image: url(../images/arrow-faq.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .3s;
}
.faq .items-faq h3.active:after{
    transform: rotate(180deg);
}
.faq .items-faq .content{
    display: none;
}
.faq .items-faq .content ul,
.faq .items-faq .content ol{
    padding-left: 20px;
    margin-bottom: 10px;
}
.faq .items-faq .content ul li{
    list-style: disc;
}
.faq .items-faq .content ol li{
    list-style: decimal;
}
.faq .items-faq .content li,
.faq .items-faq .content p,
.faq .items-faq .content p a{
    font-size: 14px;
    color: #B7B7B7;
    font-weight: 300;
    line-height: 1.7;
}
.faq .items-faq .content p a{
  text-decoration: underline;
}
.faq .items-faq .content p a:hover{
  color: #fff;
}
.faq .items-faq .content p {
    margin-bottom: 10px;
}
.faq .items-faq .content > *:last-child{
    margin-bottom: 30px;
}
@media screen and (max-width: 991px){
  .faq .items-faq h3{
    padding: 20px 20px 20px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){

}
@media screen and (max-width: 320px){

}
/* -- faq */
