/* HERO image
 ---------------------------- */

#d2179864 {
        display: flex;
        align-items: center;
	width: 100%;
	height: 800px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#d2179864 .c-heading-2-type2__heading {
	margin: 0;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	letter-spacing: 16px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8);
	text-align: center;
	font-family: var(--font-family-hdg);
}

@media screen and (max-width:1000px) {
	#d2179864 {
		height: 600px;
	}
	#d2179864 .c-heading-2-type2__heading {
		font-size: 60px;
	}
}

@media screen and (max-width:767px) {
	#d2179864 {
		height: 300px;
	}
	#d2179864 .c-heading-2-type2__heading {
		font-size: 30px;
		letter-spacing: 4px;
	}
}


/* section: INTRODUCTION
 ---------------------------- */
#d1910074 .l-inner {
	margin: 0 auto;
}
#d1910074 .c-heading-2-type2__heading {
	margin: 0 auto;
	width: 100%;
	max-width: 945px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-align: center;
}
#d1910074 .p-link-list__list {
	margin: 60px 0 0;
}
#d1910074 .p-link-list__list > li {
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
#d1910074 .p-link-list__list > li a {
	display: block;
	padding: 25px 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: solid 3px #000;
	transition: color ease 0.3s, background-color ease 0.3s;
}
#d1910074 .p-link-list__list > li a:hover {
	color: #fff;
	background-color: #000;
}

@media screen and (max-width:767px) {
	#d1910074 {
		padding: 50px 0 60px;
	}
	#d1910074 .c-heading-2-type2__heading {
		max-width: 100%;
		font-size: 26px;
	}
	#d1910074 .p-link-list__list {
		margin: 40px 0 0;
	}
	#d1910074 .p-link-list__list > li a {
		padding: 20px 30px;
		font-size: 13px;
		border: solid 2px #000;
	}
}


/* section: CREATORS ~ PERFORMERS
 ---------------------------- */
[data-id="d1784516-1"] .p-heading-2,
[data-id="d1784516-2"] .p-heading-2,
[data-id="d1784516-3"] .p-heading-2,
[data-id="d1784516-4"] .p-heading-2,
[data-id="d1784516-5"] .p-heading-2 {
	margin-top: 0;
}

#d1762240 .p-media-layout__inner,
#d1762694 .p-media-layout__inner,
#d1762241 .p-media-layout__inner,
#d1760865 .p-media-layout__inner,
#d1762181 .p-media-layout__inner {
	align-items: center;
}
#d1762240 .p-text p,
#d1762694 .p-text p,
#d1762241 .p-text p,
#d1760865 .p-text p,
#d1762181 .p-text p {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
}
#d1760865 .p-text p {
	color: #fff;
}
#d1762240 .c-media__item,
#d1762694 .c-media__item,
#d1762241 .c-media__item,
#d1760865 .c-media__item,
#d1762181 .c-media__item {
  	width: 1800px;
}
@media only screen and (min-width: 768px) {
	#d1762240 .p-media-layout__content,
	#d1762694 .p-media-layout__content,
	#d1762241 .p-media-layout__content,
	#d1760865 .p-media-layout__content,
	#d1762181 .p-media-layout__content {
		width: 30%;
	}
	#d1762240 .p-media-layout__media,
	#d1762694 .p-media-layout__media,
	#d1762241 .p-media-layout__media,
	#d1760865 .p-media-layout__media,
	#d1762181 .p-media-layout__media {
		width: calc(60% - 40px);
		max-width: 100%;
	}
}

/* section: DISCOVER OUR PRODUCTS
 ---------------------------- */
#d1761320 .l-inner{
	margin: 0 auto;
}
#d1761320 .c-heading-2-type2__heading {
	margin: 0 0 80px;
	padding: 0;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
}
#d1761320 .c-text {
	display: block;
	margin: 0 auto;
	max-width: 650px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
#d1761320 .c-text ~ .c-text {
	margin-top: 10px;
}

#d1761320 .p-link-list__list > li {
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
#d1761320 .p-link-list__list > li a {
	display: block;
	padding: 25px 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: solid 3px #fff;
	transition: color ease 0.3s, background-color ease 0.3s;
}
#d1761320 .p-link-list__list > li a:hover {
	color: #000;
	background-color: #fff;
}
#d1761320 .p-link-list__list > li a .fa {
	display: none;
}


@media screen and (max-width:767px) {
	#d1761320 .c-heading-2-type2__heading {
		margin: 0 0 30px;
		font-size: 30px;
		letter-spacing: 4px;
	}
	#d1761320 .c-text {
		max-width: 310px;
		font-size: 16px;
	}
	#d1761320 .p-link-list__list {
		margin: 40px 0 0;
	}
	#d1761320 .p-link-list__list > li a {
		display: block;
		padding: 20px 30px;
		font-size: 13px;
		border: solid 2px #fff;
	}
}


/* section: MAKE WAVES STORIES
 ---------------------------- */
#d1763133 .l-inner {
	margin: 0 auto;
}
#d1763133 .c-heading-2-type2__heading {
	margin: 0 0 80px;
	padding: 0;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 10px;
	color: #000;
	text-align: center;
}
#d1763133 .c-text {
	display: block;
	margin: 0 auto;
	max-width: 650px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	text-align: center;
}
#d1763133 .c-text ~ .c-text {
	margin-top: 10px;
}
@media only screen and (min-width: 769px) {
	[data-id="1759576"] .p-layout--pattern-05[data-col-wide="3"] .p-layout__inner > .p-layout__content {
	    flex-basis: calc((100% - 1.5rem) / 2);
	    max-width: calc((100% - 1.5rem) / 2);
	}
}
@media screen and (max-width:767px) {
	#d1763133 {
		padding: 50px 0 40px;
	}
	#d1763133 .c-heading-2-type2__heading {
		margin: 0 0 30px;
		font-size: 30px;
		letter-spacing: 4px;
	}
	#d1763133 .c-text {
		max-width: 310px;
		font-size: 16px;
	}
	[data-id="1759576"] .p-layout--pattern-05[data-col-narrow="2"] .p-layout__inner > .p-layout__content {
		flex-basis: calc((100% - 0rem) / 1);
		max-width: calc((100% - 0rem) / 1);
	}
}

[data-id="1759576"] .p-panel-banner-02__wrap {
	position: relative;
	display: block;
	padding: 25px 50px 25px 25px;
	width: 100%;
	min-height: 167px;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(90deg,#873aa6,#f981a8);
}
[data-id="1759576"] a:hover {
	opacity: 0.8;
}
[data-id="1759576"] a:after {
	content: '';
	top: calc(50% - 7px);
	right: 20px;
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
}
.p-panel-banner__link-item--arrow:after {
    display: none;
}
