@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+TAS+Beginner:wght@400;500;600;700&display=swap');
body{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.sora{
  font-family: 'Sora', sans-serif !important;
}
.font1{
  font-family: 'Edu TAS Beginner', cursive !important;
}
::selection{
  background: rgb(92, 27, 243);
  color: #fff;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
}
.p1{
  font-size: 19px !important;
}
.p2{
  font-size: 21px !important;
  line-height: 1.5 !important;
}
h1,h2,h3,h4,h5,h6{
  width: 100%;
  display: block;
}
.main-container{
  padding: 0px;
  margin: 0px auto;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
  float: right;
}
.left{
  text-align: left;
  float: left;
}
.img10 img{
  width: 10%;
}
.img20 img{
  width: 20%;
}
.img30 img{
  width: 30%;
}
.img40 img{
  width: 40%;
}
.img50 img{
  width: 50%;
}
.img60 img{
  width: 60%;
}
.img70 img{
  width: 70%;
}
.img80 img{
  width: 80%;
}
.img90 img{
  width: 90%;
}
.img100 img{
  width: 100%;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pl4{padding-left: 40px;}
.pl5{padding-left: 50px;}

.mt-10{margin-top: -10px;}
.mt-20{margin-top: -20px;}
.mt-30{margin-top: -30px;}
.mt-40{margin-top: -40px;}
.mt-50{margin-top: -50px;}
.mt-60{margin-top: -60px;}
.mt-70{margin-top: -70px;}
.mt-80{margin-top: -80px;}
.mt-90{margin-top: -90px;}
.mt-100{margin-top: -100px;}

.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.mt6{margin-top: 60px;}
.mt7{margin-top: 70px;}
.mt8{margin-top: 80px;}
.mt9{margin-top: 90px;}
.mt10{margin-top: 100px;}

.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}

.br-10{border-radius: 10px;}
.br-20{border-radius: 20px;}
.br-30{border-radius: 30px;}
.br-40{border-radius: 40px;}
.br-50{border-radius: 50%;}

.b3{font-weight: 300;}
.b4{font-weight: 400;}
.b5{font-weight: 500;}
.b6{font-weight: 600;}
.b7{font-weight: 700;}
.b8{font-weight: 800;}
.b9{font-weight: 900;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.red1{color: #7e0927;}
.yellow{color: #ffcc00;}
.yellow1{color:#fffb01;}
.green{color: rgb(30, 208, 18);}
.blue{color: #001c55;}
.light-blue{color: #1a52ad;}
.purple{color: #3B0B37;}
.pink{color: #CA24CE;}
.orange{color: #fd6e00;}


.lh1{
  line-height: 1.5 !important;
}

.uppercase{
  text-transform: uppercase;
  letter-spacing: 3px;
}
.transparent{
  opacity: 0.7;
}
.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 50px;
}
.headingl{
  font-size: 55px;
}
.headingl1{
  font-size: 70px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffff00;
  display: inline-block;
  padding: 5px 5px 0px;
}
.shadow{
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  /* background: #190117; */
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section2{
  display: block;
  background: url(../images/bg11.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 300px;
  /* padding-bottom: 50px; */
  margin-top: -50px;
  background-position: center top;
}
.section4{
  display: block;
  background: #EDDCF8;
  padding-top: 80px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: url(../images/bg12.png) repeat 0 0 / cover;
  padding-top: 250px;
  margin-top: -80px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 150px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(../images/bg13.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: #EDDCF8;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: url(../images/bg14.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: url(../images/bg15.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: url(../images/bg16.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 200px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: url(../images/bg17.png) repeat 0 0 / cover;
  padding-top: 40px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section18{
  display: block;
  background: #EDDCF8;
  padding-top: 80px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section19{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: #EDDCF8;
  padding-top: 50px;
  padding-bottom: 70px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: url(../images/bg8.jpg) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: url(../images/bg18.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: url(../images/bg9.png) repeat 0 0 / cover;
  padding-top: 180px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section24{
  display: block;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section25{
  display: block;
  background: #EDDCF8;
  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: -1px;
  /* margin-bottom: -1px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section26{
  display: block;
  background: #190117;
  padding-top: 0px;
  padding-bottom: 80px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: url(../images/footer.jpg) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu{
  text-align: end;
}
.footer_menu li {
  list-style: none;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-size: 19px;
}
.footer_menu li a{
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
}
.footer_menu li a:hover{
  text-decoration: underline;
}
.logo img{
  width: 25%;
}
.top-strip{
  display: inline-block;
   background: rgb(11,169,206);
  background: linear-gradient(90deg, rgba(11,169,206,1) 0%, rgba(88,122,193,1) 100%); 
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.button-green {
  display: inline-block;
  background: linear-gradient(90deg,var(--c1,#f3ff38),var(--c2,#fdcb13) 50%,var(--c1,#fdcb13)) var(--x,0)/200%;
  font-size: 35px;
  color: #3B0B37;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-box-shadow: 3px 10px 41px -14px #5d0d5593;
  -moz-box-shadow: 3px 10px 41px -14px #5d0d5593;
  box-shadow: 3px 10px 41px -14px #5d0d5593;
}
.button-green:hover{
  text-decoration: none;
  color: #3B0B37;
  transform: scale(1.03);
  /*background: #ff9a4c;*/
  --x: 100%;
}
.preheadline1{
  font-size: 18px !important;
  font-weight: 500;
  color: #fff;
  background: #3b0b37;
  padding: 10px 30px 7px 30px;
}
.text-gradient1{
  background: #F8B132;
background: linear-gradient(to bottom right, #F8B132 0%, #F98928 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subheadline1{
  background: #3b0b3785;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  margin-top: 30px;
  line-height: 1.8;
}
.headline1{
  font-size: 42px;
  /* margin-top: 20px; */
  font-weight: 700;
  color: #fff;
  padding: 10px;
  line-height: 1.8;
  border-top: 0 !important;
  border: 2px dashed #5d0d55;
}
.underline1{
  background: url(../images/underlinne1.png) no-repeat 0 0 / contain;
  background-position: center bottom;
  padding: 0 0 1.3% 0;
}
.opacity1{
  opacity: .3;
}
.cta-preheadline{
  font-size: 20px !important;
  font-weight: 500;
  color: #fff;
  background: #3b0b37;
  padding: 10px 30px 7px 30px;
  text-align: center;
}
.cta-box1{
  background: #FFF1FF;
  padding: 30px;
  border: 2px dashed #5d0d55;
  /* box-shadow: #f7aef1  0px 48px 100px 0px; */
}
.cta-box2{
  background: #190117;
  padding: 30px;
  border: 2px dashed #5d0d55;
  /* box-shadow: #f7aef1  0px 48px 100px 0px; */
}
.video-bg{
  background: #3B0B37;
  padding: 10px 15px 10px;
  border-radius: 10px;
  position: relative;
  z-index: 100;
  /* border: 2px dashed #5d0d55; */
}
.video-bg1{
  background: #3B0B37;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  z-index: 100;
  /* border: 2px dashed #5d0d55; */
}
.g{
  color: #3F83F5;
}
.o{
  color: #EA4031;
}
.o1{
  color: #FCBC04;
}
.g1{
  color: #4285F5;
}
.l{
  color: #33A853;
}
.e{
  color: #EA4031;
}
.tube{
  background: #E32525;
  padding: 0px 5px;
  border-radius: 15px;
  color: #fff;
}
.headlinea1{
  background: url(../images/headlinea2.png) no-repeat 0 0 / cover;
  padding: 60px 60px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea2{
  background: url(../images/headlinea1.png) no-repeat 0 0 / cover;
  padding: 60px 60px 140px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea3{
  background: url(../images/headlinea3.png) no-repeat 0 0 / cover;
  padding: 80px 60px 60px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea4{
  background: url(../images/headlinea4.png) no-repeat 0 0 / cover;
  padding: 35px 80px 40px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea5{
  background: url(../images/headlinea5.png) no-repeat 0 0 / cover;
  padding: 80px 60px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea6{
  background: url(../images/headlinea6.png) no-repeat 0 0 / cover;
  padding: 35px 80px 40px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea7{
  background: url(../images/headlinea1.png) no-repeat 0 0 / cover;
  padding: 60px 60px 130px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea8{
  background: url(../images/headlinea3.png) no-repeat 0 0 / cover;
  padding: 110px 60px 90px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.headlinea9{
  background: url(../images/headlinea7.png) no-repeat 0 0 / cover;
  padding: 70px 120px 70px 100px;
  font-size: 45px;
  font-weight: 700;
  color: #000;
  /* color: #5d0d55; */
  background-size: 100% 100%;
  display: inline-block;
}
.gift2{
  position: absolute;
  width: 100%;
}
.gift2 img{
  position: relative;
  transform: scale(1.2);
  top: 100px;
  left: 70px;
}
.gift1{
  position: absolute;
  width: 100%;
}
.gift1 img{
  position: relative;
  transform: scale(2);
  top: 120px;
  left: -120px;
}
.bot1{
  position: absolute;
  width: 45%;
}
.bot1 img{
  position: relative;
  top: -300px;
  left: -120px;
}
.strip1{
  font-size: 38px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
  margin-top: 50px;
  background: #5d0d55;
}
.strip2{
  font-size: 38px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
  /* margin-top: 70px; */
  background: #5d0d55;
}
.strip3{
  font-size: 25px;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
  margin-top: 20px;
  background: #5d0d5576;
}
.gradient1{
  position: absolute;
  width: 30%;
  top: 400px;
  user-select: none;
}
.gradient1 img{
  position: relative;
  width: 100%;
}
.gradient2{
  position: absolute;
  width: 30%;
  top: 600px;
  left: 70%;
  user-select: none;
}
.gradient2 img{
  position: relative;
  width: 100%;
}
.blob1{
  position: absolute;
  width: 100%;
}
.blob1 img{
  width: 100%;
  position: relative;
  left: -50px;
  top: -100px;
}
.list1 li {
  list-style: none;
  font-size: 20px;
  margin-top: 20px;
  /*margin-left: 30px;*/
  margin-bottom: -15px;
}
.list1 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -30px;
}
.box1{
  display: inline-block;
  background: #fff1ff;
  /* background: #8b148b; */
  width: 100%;
  padding: 20px 30px 10px 25px;
  border-radius: 5px;
  margin-top: 30px;
}
.boxa1{
  background: #FFF1FF;
  padding-left: 30px;
  border: 2px dashed #5d0d55;
}
.boxa2{
  background: #FFF1FF;
  padding-right: 30px;
  border: 2px dashed #5d0d55;
}
.testimonial-box{
  background: #190117;
  border: 4px solid #fff;
  padding: 20px 30px;
  margin-top: 120px;
  border-radius: 5px;
}
.testimonial-box img{
  border-radius: 50%;
  margin-top: -100px;
  border: 4px solid #fff;
}
.guarantee-box{
  display: inline-block;
  width: 100%;
  background: rgb(229, 214, 255);
  padding: 30px 30px 15px 30px;
  border-radius: 5px;
  /* text-align: center; */
  margin-top: 50px;
}
.guarantee-box img{
  width: 25%;
  margin-top: -120px;
}
.p-value{
  float: right;
  text-align: right;
  color: #1DB75C;
  font-weight: 700;
}
.p-table {
  display: inline-block;
  background: transparent;
  width: 100%;
  padding: 3px;
  border-radius: 10px;
  background: #190117;
}
.p-table-personal{
  display: inline-block;
  background: transparent;
  width: 100%;
  padding: 3px;
  border-radius: 10px;
  background: #190117cf;
  /* background: linear-gradient(156deg, rgba(77,5,148,1) 0%, rgba(184,29,244,1) 100%); */
}
.p-head1 {
  background: transparent;
  padding: 50px 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-head2 {
  background: #ed861c;
  padding: 50px 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-body {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 8px 8px;
}
.p-body2 {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 4px dotted #ed861c;
  border-top: none;
}
.p-list {
  margin-left:0px;
  text-align: left;
}
.p-list li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
}
.p-list li i{
  color: #1DB85C;
  margin-left: -30px;
  margin-right: 7px;
}
.p-list hr{
  margin-left: -40px;
}
.jv-button img{
  width: 80%;
}
@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .section1 .top-strip h4{
    font-size: 20px;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .heading1a{
    font-size: 30px;
  }
  .headingl{
    font-size: 35px;
  }
  .heading-big{
    font-size: 40px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  .mt0-res{
    margin-top: 0px;
  }
  .mt1-res{
    margin-top: 10px;
  }
  .mt2-res{
    margin-top: 20px;
  }
  .mt3-res{
    margin-top: 30px;
  }
  .mt40-res{
    margin-top: 40px;
  }
  .mt50-res{
    margin-top: 50px;
  }
  .mt60-res{
    margin-top: 60px;
  }
  .mt70-res{
    margin-top: 70px;
  }
  .mt80-res{
    margin-top: 80px;
  }
  .mt90-res{
    margin-top: 90px;
  }
  .mt100-res{
    margin-top: 100px;
  }
  .br-res br{
    display: none;
  }
  .button-green{
    font-size: 20px;
  }
  .button-green{
    padding: 10px 20px;
  }
  .guarantee img{
    width: 70%;
  }
  .img70 img{
    width: 100%;
  }
  .img50 img{
    width: 100%;
  }
  .section1{
    background: #190117;
  }
  .headline1{
    font-size: 25px;
  }
  .headlinea1{
    font-size: 25px;
  }
  .img100-res img{
    width: 100%;
  }
  .img60-res img{
    width: 60% !important;
  }
  .section2{
    padding-bottom: 0;
  }
  .headlinea2, .headlinea5, .headlinea7{
    background: linear-gradient(to right, #8079E9, #9F1FCB);
    padding: 30px;
    font-size: 25px;
  }
  .font25-res{
    font-size: 25px;
  }
  .headlinea3{
    font-size: 25px;
  }
  .text-left-res{
    text-align: left !important;
  }
  .section5{
    margin-top: -180px;
    padding-top: 300px;
  }
  .headlinea4, .headlinea6{
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .boxa1{
    padding-left: 0;
  }
  .boxa2{
    padding-right: 0;
  }
  .px3-res{
    padding-left: 30px;
    padding-right: 30px;
  }
  .section15{
    padding-top: 150px;
  }
  .headlinea8{
    font-size: 25px;
    background: #EA2C47;
    padding: 30px;
  }
  .gift1, .gift2{
    display: none;
  }
  .headlinea9{
    font-size: 25px;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .strip2{
    font-size: 25px;
  }
  .section25{
    padding-bottom: 50px;
  }
  .accordion button .icon{
    display: none !important;
  }
  .container1{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .footer_menu{
    text-align: center;
    margin-left: -20px;
  }
  .logo img{
    width: 70%;
  }
}

.container1 {
  margin: 0 auto;
  padding: 4rem;
  width: 100%;
}

.accordion .accordion-item {
  border: 1px solid #e5e5e55f;
  margin-top: 30px;
  padding: 5px 30px;
  border-radius: 10px;
  background: #160016;
}
.accordion .accordion-item button[aria-expanded=true] {
  /* border-bottom: 1px solid #CA24CE; */
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  /* color: #CA24CE; */
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ffcc00;
  border: 1px solid #ffcc00;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #ffcc00;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 15em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  /* margin: 2em 0; */
  margin-top: -3px;
  color: #fff;
}