/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/

/* =GENERAL
------------------------------------------------------------ */
.title-gocampaign h1,
.title-gocampaign h2 {
	font-size: 50px;
	color: var(--color-text-1);
	font-weight: 600;
	font-family: var(--font-family-1);
	margin-bottom: 0;	
}
.title-gocampaign h3 {
	font-size: 42px;
	color: var(--color-text-1);
	font-weight: 600;
	font-family: var(--font-family-1);
	margin-bottom: 0;	
}
.title-gocampaign h4 {
	font-size: 32px;
	color: var(--color-text-1);
	font-weight: 600;
	font-family: var(--font-family-1);
	margin-bottom: 0;	
}
.title-gocampaign h5,
.title-gocampaign h6 {
	font-size: 24px;
	color: var(--color-text-1);
	font-weight: 600;
	font-family: var(--font-family-1);
	margin-bottom: 0;	
}
.title-gocampaign p{
	font-size: 16px;
	color: var(--color-text-2);
	font-weight: 400;
	font-family: var(--font-family-1);
	margin-bottom: 0;
}
.headinglight{
	font-weight: 200 !important;
}
.headingstrong{
	font-weight: 600 !important;
}

/* =CAMPAIGN
------------------------------------------------------------ */
.gocampaign-hero{
/* 	background: rgb(255,236,233);
	background: -moz-linear-gradient(180deg, rgba(255,236,233,1) 0%, rgba(255,221,216,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,236,233,1) 0%, rgba(255,221,216,1) 100%);
	background: linear-gradient(180deg, rgba(255,236,233,1) 0%, rgba(255,221,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffece9",endColorstr="#ffddd8",GradientType=1); */
	background: rgb(210,177,162);
	background: -moz-linear-gradient(180deg, rgba(210,177,162,1) 0%, rgba(244,224,216,1) 0%, rgba(252,242,238,1) 12%, rgba(255,255,255,1) 30%);
	background: -webkit-linear-gradient(180deg, rgba(210,177,162,1) 0%, rgba(244,224,216,1) 0%, rgba(252,242,238,1) 12%, rgba(255,255,255,1) 30%);
	background: linear-gradient(180deg, rgba(210,177,162,1) 0%, rgba(244,224,216,1) 0%, rgba(252,242,238,1) 12%, rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd2c6",endColorstr="#ffffff",GradientType=1);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100vh;
	min-height: 640px;
	overflow: hidden;
}
.gocampaign-hero-caption-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	position: relative;
}
.gocampaign-hero-caption{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 480px;
	height: auto;
	position: relative;
	z-index: 10;
}
.gocampaign-hero-caption h1,
.gocampaign-hero-caption h2,
.gocampaign-hero-caption h3{
	font-size: 60px;
	font-weight: 200;
	line-height: 1.1;
	color: var(--color-text-1);
	margin-bottom: 0;
	text-align: left;
	font-family: var(--font-family-2);
}
.gocampaign-hero-part-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	position: relative;	
}
.gocampaign-hero-part{
	display: block;
	position: relative;
	width: 600px;
	height: 500px;
}
.gocampaign-hero-part .char-hero-1{
	display: block;
	position: absolute;
	z-index: 2;
	right: 5%;
	top: 35%;
	width: 44%;
	height: auto;
	opacity: 1;
}
.gocampaign-hero-part .char-hero-2{
	display: block;
	position: absolute;
	z-index: 2;
	left: 22%;
	top: 47%;
	width: 44%;
	height: auto;
	opacity: 1;
}
.gocampaign-hero-part .char-hero-3{
	display: block;
	position: absolute;
	z-index: 2;
	left: 20%;
	top: 8%;
	width: 44%;
	height: auto;
	opacity: 1;
}
.gocampaign-hero-part .char-hero-4{
	display: block;
	position: absolute;
	z-index: 4;
	right: 0;
	top: 0;
	width: 14%;
	height: auto;
	opacity: 0;
}
.gocampaign-hero-part .char-hero-5{
	display: block;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 14%;
	height: auto;
	opacity: 0;
}
.gocampaign-hero-part .char-hero-6{
	display: block;
	position: absolute;
	z-index: 4;
	right: 0;
	top: 83%;
	width: 14%;
	height: auto;
	opacity: 0;
}

/* campaign intro */
.gocampaign-intro{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 650px;
}
.gocampaign-intro-desc{
	position: relative;
	z-index: 20;
}
.gocampaign-intro-desc-title{
	display: flex;
	width: 100%;
}
.gocampaign-intro-desc-title h1,
.gocampaign-intro-desc-title h2,
.gocampaign-intro-desc-title h3{
	font-size: 38px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 0;
}
.gocampaign-intro-part-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.gocampaign-intro-part{
	display: block;
	width: 400px;
	height: 350px;
	position: relative;
	z-index: 2;
}
.gocampaign-intro .char-intro-1{
	display: block;
	width: 55%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 26%;
	z-index: 6;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}
.gocampaign-intro .char-intro-1[data-aos="char-intro-1"].aos-animate{
	top: -70px;
	left: -40px;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.gocampaign-intro .char-intro-2{
	display: block;
	width: 45%;
	height: auto;
	position: absolute;
	top: 20%;
	right: 20%;
	z-index: 6;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}
.gocampaign-intro .char-intro-2[data-aos="char-intro-2"].aos-animate{
	top: -70px;
	right: 10px;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.gocampaign-intro .char-intro-3{
	display: block;
	width: 55%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 20%;
	z-index: 6;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}
.gocampaign-intro .char-intro-3[data-aos="char-intro-3"].aos-animate{
	top: 135px;
	left: 25px;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.gocampaign-intro .char-intro-4{
	display: block;
	width: 42%;
	height: auto;
	position: absolute;
	right: -20px;
	bottom: 20%;
	z-index: 6;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}
.gocampaign-intro .char-intro-4[data-aos="char-intro-4"].aos-animate{
	bottom: 70px;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.gocampaign-intro .char-intro-5{
	display: block;
	position: absolute;
	width: 36%;
	height: auto;
	top: 32%;
	right: 22%;
	z-index: 6;
	opacity: 0;
	transform: scale(0.6) rotate(400deg);
	-webkit-transform: scale(0.6) rotate(400deg);
	-moz-transform: scale(0.6) rotate(400deg);
}
.gocampaign-intro .char-intro-5[data-aos="char-intro-5"].aos-animate{
	top: 150px;
	right: -38px;
	opacity: 1;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
}
.gocampaign-intro .char-intro-bg{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1000%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	object-position: center;
}
.cardgoca-simple-list{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.cardgoca-simple-list li{
	width: 100%;
	padding: 15px 10px 15px;
	border-bottom: 1px solid var(--grey-400);
}
.cardgoca-simple{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.cardgoca-simple-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
}
.cardgoca-simple-img img{
	display: block;
	width: auto;
	height: 30px;
	margin: 0 auto;
}
.cardgoca-simple-img h3{
	font-size: 34px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
}
.cardgoca-simple-desc{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	padding-left: 15px;
}
.cardgoca-simple-desc p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.cardgoca-simple-list.variant-2 li{
	padding: 10px 0 10px;
	border-bottom: none;
}
.cardgoca-dash{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 160px;
	min-height: 130px;
	margin: 0 auto;
}
.cardgoca-dash-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cardgoca-dash-img img{
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.cardgoca-dash-desc{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 10px;
}
.cardgoca-dash-desc h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
	text-align: center;
}

/* campaign tester */
.gocampaign-tester{
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 60vh;
	padding: 0;
}
.gocampaign-tester .char-tester-bg{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	z-index: 1;
}
.testercard-desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 7;
}
.testercard-desc-title{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 240px;
	padding: 20px 0 20px;
}
.testercard-desc-title h1,
.testercard-desc-title h2{
	font-size: 50px;
	font-weight: 200;
	margin-bottom: 0;
	color: var(--white);
}
.testercard-desc-text{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 0 0 0;
	width: 100%;
}
.testercard-desc-text p{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--color-text-1);
}
.testercard-part{
	position: relative;
	display: block;
	margin: 20px 0 0 auto;
	width: 400px;
	height: 450px;
	z-index: 2;
}
.testercard-part .char-tester-1{
	display: block;
	width: 90%;
	height: auto;
	position: absolute;
	bottom: 80px;
	left: 65px;
	z-index: 3;
}
.testercard-part .char-tester-2{
	display: block;
	width: 30%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(-10deg);
	z-index: 2;
}
.gocampaign-tester.variant-mobile{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.gocampaign-tester.variant-desktop{
	display: block;
	visibility: visible;
	opacity: 1;
}

/* campaign why */
.gocampaign-why{}
.gocampaign-why-desc h1,
.gocampaign-why-desc h2,
.gocampaign-why-desc h3{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.4;
}
.gocampaign-why-desc p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0;
}

/* campaign how */
.gocampaign-how{
	position: relative;
	height: 80vh;
	overflow: hidden;
	padding: 60px 0 60px;
	min-height: 700px;
}
.gocampaign-how.variant-desktop{
	display: block;
	visibility: visible;
	opacity: 1;
}
.gocampaign-how.variant-mobile{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.gocampaign-how-scene-1{
	position: relative;
	height: 50vh;
}
.gocampaign-how-scene-2{
	position: relative;
	height: 50vh;
}
.howtext-desc-box{
	position: relative;
	width: 100%;
	height: auto;
}
.howtext-desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 15px;
	position: absolute;
	top: 0;
	transform: translate(0, 5px);
	opacity: 1;
}
.howtext-desc h1,
.howtext-desc h2,
.howtext-desc h3{
	font-size: 50px;
	font-weight: 200;
	line-height: 1.4;
}
.howtext-desc p{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0;
}
.cardgoca-plan{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 0 auto;
}
.cardgoca-plan-number{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #f5f5f5;
	opacity: 0;
}
.cardgoca-plan-number h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}
.cardgoca-plan-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.cardgoca-plan-img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cardgoca-plan-desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0 0 0;
	opacity: 0;
}
.cardgoca-plan-desc h4{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}
.cardgoca-plan-desc h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
}
.cardgoca-plan-desc p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}
.howplan-wrapper{
	position: relative;
	top: 300px;
}
.howplan-list{
	position: relative;
	width: 100%;
}
.howplan-list ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.howplan-list li{
	position: relative;
	padding: 10px;
}
.howplan-list li.active .cardgoca-plan-number{
	opacity: 1;
}
.howplan-list li.active .cardgoca-plan-desc{
	opacity: 1;
}
.howplan-list .char-how-1{
	z-index: 10;
}
.howplan-list .char-how-2{
	z-index: 9;
}
.howplan-list .char-how-3{
	z-index: 8;
}
.howplan-list .char-how-4{
	z-index: 7;
}
.howplan-list .char-how-5{
	z-index: 6;
}

/* campaign trade in */
.gocampaign-tradein{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 700px;
}
.gocampaign-tradein-desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.gocampaign-tradein-label h4{
	font-size: 34px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 0;
}
.gocampaign-tradein-label h1,
.gocampaign-tradein-label h2,
.gocampaign-tradein-label h3{
	font-size: 50px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 0;
}
.gocampaign-tradein-caption p{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}
.gocampaign-tradein-part{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.gocampaign-tradein-part .char-tradein-1{
	position: relative;
	display: block;
	width: 75%;
	z-index: 10;
}
.gocampaign-tradein-part .char-tradein-2{
	display: block;
	position: absolute;
	top: 0;
	right: 300%;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0;
}
.gocampaign-tradein-part .char-tradein-2[data-aos="char-tradein-2"].aos-animate{
	right: 100px;
	opacity: 1;
	transform: rotate(360deg);
}

/*card article image background*/
.cardgoca-big-box{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.cardgoca-big{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.cardgoca-big-img{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.cardgoca-big-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cardgoca-big-desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px;
	width: 100%;
	height: 100%;
	text-align: left;
}
.cardgoca-big-desc h4{
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
.cardgoca-big-desc h1,
.cardgoca-big-desc h2,
.cardgoca-big-desc h3{
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

/* campaign product */
.gocampaign-product{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 600px;
}

/* campaign showroom */
.gocampaign-showroom{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 600px;
}
.gblk-showroom-desc-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	padding: 30px 0 30px;
	min-height: 300px;
	position: relative;
	z-index: 10;
}
.gblk-showroom-desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: rgba(101, 101, 101, 0.3);
}
.gblk-showroom-img-box{
	position: relative;
	min-height: 300px;
	position: relative;
	z-index: 2;
}
.gblk-showroom-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.gblk-showroom-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.cardblog {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin: 0;
}
.cardblog-desc {
	display: block;
	width: 100%;
	height: 100%;
	padding: 80px 0 80px;
}
.cardblog-caption {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 115%;
	height: 100%;
	padding: 10% 20px 10% 33%;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
	z-index: 5;
}
.cardblog-caption h1 ,
.cardblog-caption h2 ,
.cardblog-caption h3 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
	color: var(--white);
}
.cardblog-caption p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
	color: var(--white);
}
.cardblog-caption i{
	font-size: 30px;
}
.cardblog-img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cardblog-img img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
}

/* campaign testimonal */
.gocampaign-tesmon{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.tesmoncard-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 50px 0 50px;
}
.tesmoncard {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}
.tesmoncard-desc {
	position: relative;
	display: flex;
	flex: 1;
}
.tesmoncard-caption {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	z-index: 5;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 20px;
	transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	-moz-transform: translate(100px, 0);
	background-color: rgba(255, 255, 255, 0.6);
}
.tesmoncard-caption h1,
.tesmoncard-caption h2,
.tesmoncard-caption h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: 30px 0 0 0;
	text-align: left;
}
.tesmoncard-caption h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	text-align: left;
}
.tesmoncard-caption p {
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0;
	text-align: left;
}
.tesmoncard-img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 400px;
	z-index: 1;
}
.tesmoncard-img .char-tesmon-1{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
	object-position: center;
}

/* campaign news */
.cardgoca-mediacov-box{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.cardgoca-mediacov{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.cardgoca-mediacov-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cardgoca-mediacov-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.cardgoca-mediacov-box.with-lineside .cardgoca-mediacov{
	border-right: 2px solid var(--grey-300);
}

/* campaign media */
.gocampaign-mediacov{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

/* campaign FAQ */
.gocampaign-faq{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}
.gocampaign-faq .container{
	position: relative;
	z-index: 5;
}
.gocampaign-faq-label{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 250px;
}
.gocampaign-faq-label h3{
	display: block;
	text-align: center;
	font-size: 6rem;
	font-weight: 400;
	margin: 0;
	position: relative;
	color: var(--white);
	z-index: 5;
}
.gocampaign-faq-label .char-faq-1{
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 240px;
	border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	position: absolute;
	z-index: 1;
}