@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.hero{
  display: flex;
  width: 100%;
  padding: 100px 20px 150px;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.hero .tabs{
  border: 1px solid #B2ACBC;
  border-radius: 100px;
  display: inline-flex;
  padding: 10px;
  gap: 10px;
  margin-bottom: 50px;
}
.hero .tabs .tab{
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 28px;
  font-family: Syne;
  font-weight: 400;
  cursor: pointer;
  border-radius: 100px;
  line-height: 120%;
}
.hero .tabs .tab.active.innovate{
  background: #3E3CFF;
}
.hero .tabs .tab.active.operate{
  background: #11E5B3;
  color: #000;
}
.hero .tabs .tab.active.operate img{
  filter: invert(1);
}
.hero .hero-gradient{
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #15101F 5.42%, #1E142B 30.45%, #3A39AE 50.24%, rgba(115, 57, 158, 0) 78.2%);
  z-index: 1;
}
.hero .container{
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 100px;
}
.hero .container .left{
  flex: 1.25;
}
.hero .container .right{
  flex: 1;
}

.hero .container h1{
  font-family: Syne;
  font-size: 64px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.hero .container h4{
  font-family: Syne;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0;
}
.hero .container .subtitle{
  color: #AF10AF;
  font-size: 19px;
  font-family: Roboto;
  margin-bottom: 60px;
  display: block;
}
.hero .form-wrapper{
  position: relative;
  display: none;
}
.hero .dark-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
  display: none;
}
.hero .form-wrapper .close{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.hero .form-wrapper form{
  background: #efefef;
  padding: 35px 40px;
}
.hero .form-wrapper form .hs-richtext h3{
  font-family: Syne;
  font-weight: 400;
  margin-bottom: 0;
}
.hero .form-wrapper form .hs-richtext p{
  color: #000;
  font-size: 18px;
  margin-top: 0;
}
.hero .breadcrumbs{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.hero .breadcrumbs a{
  color: #B455FF !important;
  text-decoration: none;
  font-family: Roboto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .breadcrumbs a:nth-child(1){
  color: #fff !important;
}
.hero .form-wrapper form input{
  border: 1px solid #949494;
  outline: none;
  font-size: 16px !important;
  color: #1A1A1A;
  font-family: Roboto;
  height: 55px;
  padding: 0 12px;
  width: 100%;
}
.hero .form-wrapper form input[type="submit"]{
  border: 0;
  color: #fff !important;
  padding: 16px 24px;
  height: auto;
  font-size: 19px !important;
  background: #BB00FF;
  margin-top: 10px;
  width: auto !important;
  line-height: 120%;
}
.hero .form-wrapper form .hs-form-field{
  margin-bottom: 16px;
}
.hero .form-wrapper form input::placeholder{
  color: #1A1A1A !important;
  font-size: 16px !important;
}
.hero .container p{
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 23px;
}
.hero .hero-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.hero .hero-back > div{
  flex: 1;
  height: 100%;
}
.hero .hero-back .right{
  display: none;
}
.hero .hero-back .right.innovate{
  display: block;
}
.hero .hero-back > div img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.hero .hero-back .left img{
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  top: 56%;
  transform: translate(0, -50%);
  width: 50%;
  object-fit: contain;
}
.hero .custom-btn{
  padding: 16px 24px;
  border-radius: 6px;
  font-size: 19px;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  line-height: 120%;
}
.hero .custom-btn.innovate{
  background: #3E3CFF;
  color: #fff !important;
}
.hero .custom-btn.operate{
  background: #11E5B3;
  color: #000 !important;
}

*{
  scroll-behavior: smooth;
}
.anchor-outer{
  position: absolute;
  width: 100%;
}
.anchor-list-wrapper{
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 110px;
  background: #fff;
  z-index: 111;
}
.anchor-list{
  display: flex;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: center;
}
.anchor-list .anchor{
  padding: 30px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 19px;
  line-height: 120%;
  border: 0;
  border-style: solid;
  border-bottom-width: 7px;
  border-color: transparent;
}
.anchor-list .anchor.active{
  border-bottom-width: 7px;
  border-image: linear-gradient(to right, #8483FF 0%, #3E3CFF 100%) 1;
}
.anchor-list.innovate .anchor.active{
  border-image: linear-gradient(to right, #8483FF 0%, #3E3CFF 100%) 1;
}
.anchor-list.operate .anchor.active{
  border-image: linear-gradient(to right, #6ED7BE 0%, #0B9877 100%) 1;
}
.offerings{
  position: relative;
  padding: 150px 20px 60px;
  max-width: 1360px;
  margin: 0 auto;
  display: none;
}
.offerings.innovate h2{
  font-family: Syne;
  font-size: 48px;
  line-height: 120%;
  margin: 0 0 16px;
  background: linear-gradient(to left, #3E3CFF, #2727C4);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  width: max-content;
  max-width: 100%;
}
.offerings.operate h2{
  font-family: Syne;
  font-size: 48px;
  line-height: 120%;
  margin: 0 0 16px;
  color:rgba(11, 152, 119, 1);
  width: max-content;
  max-width: 100%;
}
.offerings p{
  font-size: 18px;
}
.offerings .sep{
  width: 100%;
  margin-top: 40px;
  height: 1px;
  background: url(https://143642914.fs1.hubspotusercontent-eu1.net/hubfs/143642914/Line%208.svg) center center no-repeat;
}
.offerings .cards{
  display: flex;
  gap: 30px;
  padding: 50px 0 30px;
}
.offerings .cards .card{
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(132, 132, 132, 0.5);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  flex: 1;
}
.offerings.innovate .cards .card.active{
  box-shadow: 0 0 30px rgba(62, 60, 255, 1);
  border-color: rgba(62, 60, 255, 1);
}
.offerings.operate .cards .card.active{
  box-shadow: 0 0 30px rgba(11, 152, 119, 1);
  border-color: rgba(11, 152, 119, 1);
}
.offerings.innovate .cards .card h4{
  font-family: Syne;
  font-weight: 400;
  margin: 0;
  font-size: 28px;
  line-height: 120%;
  color:#3E3CFF;
}
.offerings.operate .cards .card h4{
  font-family: Syne;
  font-weight: 400;
  margin: 0;
  font-size: 28px;
  line-height: 120%;
  color:#0B9877;
}
.offerings .card-content{
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #B2ACBC;
  display: none;
}
.offerings .card-content h3{
  font-family: Syne;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 120%;
}
.offerings.innovate .card-content h3{
  color: #3E3CFF;
}
.offerings.operate .card-content h3{
  color: #0B9877;
}
.offerings .card-content p:last-child{
  margin-bottom: 0;
}
.how-wrapper{
  width: 100%;
  display: none;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.how-wrapper .shade{
  width: 200%;
  height: 1300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0.65;
  z-index: 0;
}
.how-wrapper .how{
  position: relative;
  z-index: 1;
}
.how-wrapper.innovate .shade{
  background: radial-gradient(rgba(62, 60, 255, 1), rgba(62, 60, 255, 0), rgba(62, 60, 255, 0));
}
.how-wrapper.operate .shade{
  background: radial-gradient(rgba(17, 229, 179, 1), rgba(17, 229, 179, 0), rgba(17, 229, 179, 0));
}
.how-wrapper.innovate{
  background: #080212;
}
.how-wrapper.operate{
  background: #00120E;
}
.how-wrapper.innovate .how .sep{
  width: 100%;
  margin-top: 50px;
  height: 1px;
  background: url('https://143642914.fs1.hubspotusercontent-eu1.net/hubfs/143642914/Line%208%20(1).svg') center center no-repeat;
}
.how-wrapper.operate .how .sep{
  width: 100%;
  margin-top: 50px;
  height: 1px;
  background: url('https://143642914.fs1.hubspotusercontent-eu1.net/hubfs/143642914/Line%208%20(1).svg') center center no-repeat;
}
.how-wrapper .how{
  max-width: 1320px;
  margin: 0 auto;
}
.how-wrapper .how h3{
  color: #fff;
  font-weight: 400;
  font-family: Syne;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  margin-top: 60px;
}
.how-wrapper .how h4{
  color: #fff;
  font-weight: 400;
  font-family: Syne;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  margin-top: 60px;
}
.how-wrapper .how .description *{
  color: #fff;
  font-weight: 400;
  font-family: Syne;
  font-size: 33px;
  line-height: 120%;
  text-align: center;
}
.how-wrapper .how .features{
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.how-wrapper .how .feature{
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.how-wrapper.innovate .how .feature{
  border: 1px solid #3E3CFF;
}
.how-wrapper.operate .how .feature{
  border: 1px solid #11E5B3;
}
.how-wrapper .how .feature .card-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-family: Syne;
  font-size: 22px;
  line-height: 120%;
}
.how-wrapper .how .how-cards{
  display: flex;
  gap: 30px;
}
.how-wrapper .how .how-cards h3{
  text-align: left;
}
.how-wrapper .how .how-cards .card{
  padding: 20px 30px;
  color: #000;
  border-radius: 10px;
  background: #fff;
  flex: 1;
}

.how-wrapper .how .how-cards .card.button{
  display: flex;
  flex-direction: column;
  font-family: Syne;
  font-size: 28px;
  flex: 0.5;
  text-align: left;
  line-height: 120%;
  padding: 20px;
}
.how-wrapper.innovate .how .how-cards .card.button{
  background: #3E3CFF;
  color: #fff;
}
.how-wrapper .how .how-cards .card.button .btn{
  position: relative;
}
.how-wrapper .how .how-cards .card.button .btn a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.how-wrapper.operate .how .how-cards .card.button{
  background: #11E5B3;
  color: #000;
}
.how-wrapper.operate .how .how-cards .card.button svg path{
  stroke: #000;
}
.how-wrapper .how .how-cards .card.button svg{
  display: block;
  margin-bottom: 10px;
}
.how-wrapper .how .how-cards h3{
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  font-family: Inter;
  line-height: 120%;
}
.how-wrapper.innovate .how .how-cards h3{
  color: #3E3CFF;
}
.how-wrapper.operate .how .how-cards h3{
  color: #0B9877;
}
.how-wrapper .how .how-cards p{
  margin: 0;
  line-height: 140%;
  font-size: 17px;
}
.how-wrapper .how .custom-btn{
  padding: 16px 24px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  width: max-content;
  margin: 40px auto 0 auto;
  font-size: 18px;
  line-height: 120%;
}
.how-wrapper.innovate .how .custom-btn{
  color: #fff !important;
  background: #3E3CFF;
}
.how-wrapper.operate .how .custom-btn{
  color: #000 !important;
  background: #11E5B3;
}
.how-anchor{
  margin-top: -100px;
}
@media(max-width: 1080px){
  .anchor-list{
    gap: 20px;
    justify-content: flex-start;
    padding: 0 20px;
    width: max-content;
    overflow: auto;
    max-width: 100%;
  }
  .anchor-list .anchor{
    font-size: 16px;
    padding: 20px 0;
    font-weight 600;
    text-align: center;
    display: block;
    min-width: max-content;
    border-bottom-width: 3px !important;
  }
  .hero .container > div{
    flex: 1;
  }
  .hero .container{
    flex-direction: column;
    gap: 30px;
  }
  .hero .container h1{
    font-size: 40px;
  }
  .hero .container .subtitle{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .hero .container p{
    font-size: 18px;
  }
  .hero{
    padding: 80px 20px 100px;
  }
  .hero .hero-back .left img{
    object-fit: cover;
  }
  .hero .breadcrumbs{
    gap: 5px;
    margin-bottom: 40px;
  }
  .hero .breadcrumbs a{
    font-size: 12px;
    gap: 5px;
  }
  .offerings .cards{
    flex-direction: column;
  }
  .hero .tabs{
    padding: 5px;
  }
  .hero .tabs .tab{
    font-size: 18px;
    padding: 5px 10px;
  }
  .hero .tabs .tab img{
    height: 24px;
  }
  .offerings{
    padding-top: 100px;
  }
  .offerings.innovate h2{
    font-size: 32px;
  }
  .offerings p{
    font-size: 16px;
  }
  .offerings .cards .card{
    padding: 20px;
    gap: 12px;
  }
  .offerings.innovate .cards .card h4{
    font-size: 24px;
  }
  .how-wrapper{
    padding: 60px 20px;
  }
  .how-wrapper .how .how-cards{
    flex-direction: column;
  }
  .how-wrapper .how .how-cards h3{
    font-size: 48px;
  }
  .how-wrapper .how .how-cards .card.button{
    font-size: 20px;
  }
  .how-wrapper .how .how-cards .card.button .btn{
    display: flex;
    align-items: center;
  }
  .how-wrapper .how .how-cards .card.button svg{
    height: 30px;
    margin-bottom: 0;
  }
  .how-wrapper .how h3{
    font-size: 36px;
  }
  .how-wrapper .how .description *{
    font-size: 24px;
  }
  .how-wrapper .how .features{
    gap: 20px;
    flex-direction: column;
  }
  .how-wrapper .how .feature{
    padding: 20px;
  }
  .how-wrapper .how .feature .card-title{
    font-size: 20px;
  }
  .how-wrapper .how .feature img{
    height: 40px !important;
  }
  .how-wrapper .how h4{
    font-size: 36px;
  }
}