.info-wrapper{
	padding: 1vw 6vw;
}

.info-wrapper h2{
	font-size: 33px;
	font-weight: bold;
	color: #4186ba;
	padding: 2vw 0px;
	text-align: center;
}

.info-wrapper h2:before{
	content: "";
	display: block;
	width: 10em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0em auto 0.1em;
}

.info-wrapper h2:after{
	content: "";
	display: block;
	width: 10em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0.1em auto 0em;
}

.lsow-accordion.style1 .lsow-panel {
    margin: 20px 0 0;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.lsow-panel-title{
    position: relative;
    display: block;
    padding: 20px 50px 20px 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0;
}

.lsow-panel-title:after{
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "+";
    right: 30px;
    top: 26px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.lsow-panel-content{
    display: none;
    overflow: hidden;
	background: #f8f8f8;
    padding: 30px 30px;
}

.lsow-panel-content p{
    margin-bottom: 1.5em;
}

.active .lsow-panel-title{
    color: #333;
    background: #e2e2e2;
}

.active .lsow-panel-title:after{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active .lsow-panel-content{
	display: block;
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-10 13:38:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
