.accordion {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  
  font-weight: 700;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  
}

.active:after {
  content: "\2212";
}

.panel {
  
  padding: 5px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


 
.video-wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.video-wrap iframe, .video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.text_Gradient2 {
  /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
  background: linear-gradient(to right,#24802d  0%, #a7fa21 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
    margin-bottom: 1.5rem;
    font-family: "CircularStd", sans-serif;
    font-weight: 950;
    line-height: 1.1;
}

.text_Gradient {
  /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
  background: linear-gradient(to right, #ffb951 0%, #07fd1e 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
    margin-bottom: 1.5rem;
    font-family: "CircularStd", sans-serif;
    font-weight: 950;
    line-height: 1.1;
}


.video-container-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}