@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #3A3A55;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	scroll-behavior: smooth;
}

/* Lock background scroll class */
body.scroll-locked {
	overflow: hidden !important;
	padding-right: 6px;
}

body.scroll-locked .header_overlay {
	margin-right: 6px;
	width: calc(100vw - 6px);
}

body.scroll-locked .header_burger {
	right: 26px;
}

body {
	--sb-track-color: #232E33;
	--sb-thumb-color: #d59d3c;
	--sb-size: 6px;
}

body::-webkit-scrollbar {
	width: var(--sb-size)
}

body::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 0;
}

body::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 0;
}

@supports not selector(::-webkit-scrollbar) {
	body {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}

@media only screen and (max-width: 1000px) {

	body.scroll-locked {
		padding-right: 0;
	}

	body.scroll-locked .header_overlay {
		margin-right: 0;
		width: 100%;
	}

	body.scroll-locked .header_burger {
		right: 10px;
	}
	

	body::-webkit-scrollbar {
    	display: none;
  	}
  
  	body {
		scrollbar-width: none;
		-ms-overflow-style: none; 
	}

}

i {
	transition: all 0.5s ease;
}

.mainvisual i {
	transition: none;
	opacity: 0;
	animation: mv_fadeIn 2s ease-in-out forwards;
}

@keyframes mv_fadeIn {
	to {
		opacity: 1;
	}
}


h2, h3 {
	font-family: "Playfair Display", serif;
	font-weight: 300;
	font-variation-settings: "wdth" 300;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #3A3A55;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #3A3A55;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Lenis Smooth Scroll Structural Directives --- */
html.lenis, html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

.cursor_trail {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 9997;
	pointer-events: none;
}

line {
	stroke: #FFCE78;
	stroke-width: 2;
	mix-blend-mode: difference;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 25vh;
	background: #FFEED1;
	z-index: 20;
	box-sizing: border-box;
	position: relative;
	padding: 50px 100px 100px;
}

.footer .footer_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 30px;
}

.footer .footer_logo_wn {
	display: flex;
	width: 100%;
}

.footer .footer_logo_wn i {
	display: flex;
	width: 110px;
	height: 110px;
}

.footer .footer_copyright {
	display: flex;
	width: 100%;
	font-size: 11px;
	font-weight: 300;
	padding-top: 30px;
	letter-spacing: 0;
}

.footer .footer_extlink {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 120px;
	gap: 60px;
}

.footer .extlink_box1,
.footer .extlink_box2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer .extlink_box1>div:nth-child(1),
.footer .extlink_box2>div:nth-child(1) {
	font-size: 11px;
	font-weight: 300;
	white-space: nowrap;
	letter-spacing: 0;
}

.footer .extlink_box1>div:nth-child(2),
.footer .extlink_box2>div:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 30px;
}

.footer .extlink_box1>div:nth-child(2) {
	height: 70px;
}

.footer .extlink_box1 a {
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.footer .extlink_box2 a {
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.footer .extlink_box2 a:nth-child(1) {
	width: 150px;
}

.index .header {
	display: none;
}

.index .footer {
	background: #ffffff1a;
	color: #fff;
	border-top: 0.5px solid #FFCE78
}

.index .footer_extlink img {
	filter: grayscale(1) brightness(0) invert(1);
}

#btn-next-coming {
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {

	.footer {
		padding: 50px 15px;
	}

	.footer .extlink_box1,
	.footer .extlink_box2 {
		gap: 10px;
	}

	.footer .footer_logo_wn i {
		width: 100px;
		height: 100px;
	}

	.footer .extlink_box1>div:nth-child(2) {
		height: 45px;
	}

	.footer .extlink_box1 a {
		width: 30px;
		height: 30px;
	}

	.footer .extlink_box2 a {
		width: 45px;
		height: 45px;
	}

	.footer .extlink_box2 a:nth-child(1) {
		width: 90px;
		height: auto;
	}
}

@media only screen and (max-width: 768px) {

	.footer .footer_logo_wn i {
		width: 70px;
		height: 70px;
	}

	.footer .footer_extlink {
		gap: 30px;
	}

	.footer .extlink_box1>div:nth-child(2),
	.footer .extlink_box2>div:nth-child(2) {
		gap: 15px;
	}

	.footer .footer_copyright {
		font-size: 9px;
		text-align: center;
		justify-content: center;
	}

}

@media only screen and (max-width: 500px) {

	.footer {
		padding: 40px 30px;
	}

	.footer .footer_logo_wn {
		justify-content: center;
	}

	.footer .extlink_box1>div:nth-child(1),
	.footer .extlink_box2>div:nth-child(1) {
		display: none;
	}

	.footer .footer_container {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.footer .footer_extlink {
		justify-content: space-between;
		align-items: center;
		height: auto;
	}

	.footer .extlink_box1,
	.footer .extlink_box2 {
		height: auto;
	}

	.footer .footer_copyright {
		padding-top: 15px;
	}
}


/* --- Jumper --- */
.sticky_jumper {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 40px;
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	z-index: 98;
	box-shadow: 0 30px 60px #ffffff, 0 30px 30px #ffffff;
	border-bottom: 0.5px solid #3A3A55;
}

.sticky_jumper ul,
.sticky_jumper li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.sticky_jumper li {
	border-left: 0.5px solid #3A3A55;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.9375em;
	white-space: nowrap;
}

.sticky_jumper li:first-child {
	border: none;
}

.sticky_jumper li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 2.5vw;
}
.wn_repertoire .sticky_tab_jumper > div,
.sticky_jumper > div {
	overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling on iOS */

    /* Hides scrollbar for Firefox */
    scrollbar-width: none; 

    /* Hides scrollbar for IE10+ and Edge */
    -ms-overflow-style: none; 
}

.wn_repertoire .sticky_tab_jumper > div::-webkit-scrollbar,
.sticky_jumper > div::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}


.sticky_jumper .select_year_bar {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 600px;
	position: relative;
}

.sticky_jumper .select_year_bar .item,
.sticky_jumper .select_year_bar .item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.sticky_jumper .select_year_bar .item a {
	border-left: 0.5px solid #3A3A55;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.9375em;
	white-space: nowrap;
	padding: 0 1.5vw;
}

.sticky_jumper .select_year_bar .owl-item:first-child .item a {
	border: none;
}

.sticky_jumper .owl-carousel .owl-stage-outer,
.sticky_jumper .owl-carousel .owl-stage{
	display: flex;
	height: 100%;
}

/*
.sticky_jumper .owl-carousel .owl-stage-outer {
	padding: 0 20px;
}
*/

.sticky_jumper .owl-theme .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	padding: 0;
	margin: 0;
}

.sticky_jumper .owl-theme .owl-nav .owl-prev,
.sticky_jumper .owl-theme .owl-nav .owl-next {
	font-size: 0;
	top: 50%;
}

/*
.sticky_jumper .owl-theme .owl-nav .owl-prev:before,
.sticky_jumper .owl-theme .owl-nav .owl-next:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
	z-index: 3;
}

.sticky_jumper .owl-theme .owl-nav .owl-next:before {
	transform: rotate(180deg);
}

.sticky_jumper .owl-theme .owl-nav .owl-next:before {
	left: auto;
	right: 0;
}
*/

.sticky_jumper .owl-theme .owl-nav .owl-prev:after,
.sticky_jumper .owl-theme .owl-nav .owl-next:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 2px;
	width: 9px;
	height: 9px;
	border: 2px solid #DEA33E;
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
	z-index: 4;
}

.sticky_jumper .owl-theme .owl-nav .owl-next:after {
	border-width: 2px 2px 0 0;
	left: auto;
	right: 2px;
}

.sticky_jumper .owl-theme .owl-nav .disabled {
	opacity: 0;
}


@media only screen and (max-width: 767px) {	
	.sticky_jumper li{
		font-size: 0.875em;
	}

	.sticky_jumper > div {
		width: 100%;
		overflow-x: auto;
/*		padding: 0 15px;*/
	}
	
	.sticky_jumper ul {
		justify-content: flex-start;
		
	}
	
	.sticky_jumper li {
		font-size: 0.75em;
		font-weight: 400;
		padding: 0 25px;
	}
	
/*
	.sticky_jumper .owl-theme .owl-nav {
		display: none!important;
	}
*/
	
	.sticky_jumper .select_year_bar .item a {
		font-size: 0.75em;
		font-weight: 400;
		padding: 0 25px;
	}
}

@media only screen and (max-width: 500px) {
	.sticky_jumper {
		top: 80px;
		height: 42px;
	}
	
	.sticky_jumper .owl-theme .owl-nav .owl-prev:before,
	.sticky_jumper .owl-theme .owl-nav .owl-next:before {
		width: 35px;
	}
	
	.sticky_jumper .owl-theme .owl-nav .owl-prev:after {
		left: 13px;
	}
	
	.sticky_jumper .owl-theme .owl-nav .owl-next:after {
		right: 13px;
	}
	
	.sticky_jumper .owl-carousel.owl-drag .owl-item:first-child {
		margin-left: 20px;
	}

}
/* --- Jumper ends --- */



/* --- Header --- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 102;
}

.header .header_logo {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
}

.header .header_logo i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	cursor: pointer;
}

.header .header_logo img {
	filter: drop-shadow(0 2px 4px #00000080) drop-shadow(0 -3px 10px #00000080);
}

.header .header_burger {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 102;
}

.header .header_burger>div {
	display: flex;
	width: 32px;
	height: 32px;
}

.header_burger i {
	position: absolute;
	left: 0;
	display: block;
	width: 32px;
	height: 2px;
	border-radius: 100px;
	background: #fff;
	transition: all 0.5s ease;
	opacity: 1;
}

.header_burger i:nth-child(1) {
	top: 8px;
}

.header_burger i:nth-child(2) {
	top: 18px;
}

.header_burger i:nth-child(3) {
	top: 28px;
	width: 16px;
}

.header_burger.active i:nth-child(1) {
	transform: rotate(45deg);
	top: 16px;
}

.header_burger.active i:nth-child(2) {
	width: 0;
	left: auto;
	right: 0;
	opacity: 0;
}

.header_burger.active i:nth-child(3) {
	transform: rotate(-225deg);
	width: 32px;
	top: 16px;
}

.header_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(8px);
	background: url("../img/interlaced_effect.png") no-repeat rgba(0, 0, 0, 0.7);
	background-size: cover;
	z-index: 101;
	opacity: 0;
	pointer-events: none;
}

.header_menu {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 2;
}

.header_menu ul,
.header_menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header_menu ul {
	flex-direction: column;
	gap: 3.25vh;
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.05em;
}

.header_menu li {
	/* Prepare lines for staggered fade up animation */
	opacity: 0;
	transform: translateY(30px);
	will-change: transform, opacity;
}

.header_menu a {
	font-family: "Playfair Display", serif;
	font-weight: 300;
	font-variation-settings: "wdth" 300;
	color: #FFCE78;
	font-size: 2em;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
	line-height: 1.2;
	transition: color 0.5s ease, text-shadow 0.3s ease;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.header_menu a:hover {
	color: #fff;
	text-shadow: 0 0 12px rgba(255, 255, 255, 0.5), 0 0 1px rgba(255, 206, 120, 0.5);
}

.header_menu .socialicons {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 30px;
	padding-top: 30px;
}

.header_menu .socialicons i {
	display: block;
	width: 32px;
	height: 32px;
	filter: grayscale(1) brightness(10);
	cursor: pointer;
}

svg {
	width: 100%;
	height: auto;
}

.draw-path {
	fill: none;
}

/* --- Mainvisual Updates --- */
.mainvisual {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100vh;
	background: #000;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

/* Fixed Class Helper for ScrollTrigger Switch */
.mainvisual.is-fixed {
	position: fixed !important;
	top: calc(120px - 100vh) !important;
	left: 0;
	width: 100%;
	z-index: 99;
	pointer-events: none;
}


.mainvisual.is-fixed+.content_wrapper {
	margin-top: 100vh;
}

#btnIcon {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* When mainvisual has .is-fixed, fade out the icon */
.mainvisual.is-fixed #btnIcon {
    opacity: 0;
    visibility: hidden;
}

.mainvisual i {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mainvisual i:after {
	content: '';
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 95%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 95%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 95%);
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.mainvisual i img {
	height: 100%;
	object-fit: cover;
}

.mainvisual .page_title {
	margin-bottom: 16vh;
	will-change: margin-bottom, transform;
	text-shadow: 0 10px 8px #00000080, 0 -1px 10px #00000080, 0 -1px 10px #00000080;
}

.mainvisual .mainvisual-bgline {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	top: -5%;
	left: 0;
	pointer-events: none;
	z-index: 2;
	/* Optimized for GSAP reveal coordinate transitions */
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	will-change: clip-path, transform;
	transform: scaleX(-1);
}

.mainvisual .mainvisual-bgline svg {
	margin-top: -8%;
    margin-left: -8%;
    width: 108%;
    height: 120%;
    min-width: 1600px;
}

@media only screen and (min-width: 1921px) {
	.mainvisual .mainvisual-bgline svg {
		margin-top: -5%;
		height: 110%;
	}
}


.page_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 3;
}

.page_title div:nth-child(1) {
	font-size: 1.125em;
	font-weight: 300;
}

.page_title div:nth-child(2) {
	font-size: 4em;
	font-family: "Playfair Display", serif;
	/* Updated */
	font-weight: 400;
	/* Adjusted to 400 to use your loaded weight */
	font-variation-settings: "wdth"500;
	color: #DEA33E;
	letter-spacing: -0.02em;
}

.page_title span {
	display: block;
	width: 200px;
	height: 0;
	position: relative;
	margin-top: 30px;
	will-change: margin-top;
}

.page_title span:before,
.page_title span:after {
	content: '';
	position: absolute;
	left: 0;
}

.page_title span:before {
	width: 200px;
	border-bottom: 1px solid #fff;
}

.page_title span:after {
	width: 40px;
	top: -1px;
	border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
	.mainvisual .mainvisual-bgline svg {
		display: none;
	}
	
}


@media only screen and (max-width: 500px) {

	.header .header_logo {
		top: 6px;
		left: 6px;
	}

	.header .header_logo i {
		width: 68px;
		height: 68px;
	}

	.header_burger i {
		height: 1px;
	}

	.mainvisual i {
		top: 11vh;
		height: 70vh;
	}

	.mainvisual .mainvisual-bgline svg {
		display: none;
	}

	.header .header_burger {
		top: 20px;
		right: 12px;
	}

	.header_menu a {
		font-size: 1.75em;
	}

	.page_title {
		font-size: 12px;
	}

	/* Target page title underline span margin */
	.page_title span {
		margin-top: 15px !important;
	}

	.page_title span,
	.page_title span:before {
		width: 150px;
	}

	.page_title div:nth-child(2) {
		margin-top: -3px;
	}

	.mainvisual.is-fixed {
		top: calc(80px - 100vh) !important;
	}

	.page_title {
		padding-left: 4%;
	}
}

/***** Common *****/
/* content container */
.contentbox {
	padding-top: 120px;
}

.content_wrapper {
	position: relative;
	z-index: 10;
	background: #fff;
	margin-top: 0;
	padding-bottom: 150px;
}

.contentbox {
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 105vh;
	background: #fff;
	color: #3a3a55;
}

.contentbox>div {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	color: #3A3A55;
}

/* content container ends */

/* listbox */
.listbox {
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 16px;
}

.listbox ul,
.listbox li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
}

.listbox ul {
	flex-direction: column;
	overflow: hidden;
}

.listbox li {
	display: flex;
	padding: 50px 0;
	border-bottom: 0.5px solid #3A3A55;
}

.listbox li>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.listbox li:last-child {
	border-bottom: none;
}

@media only screen and (max-width: 1000px) {
	.listbox li {
		flex-direction: column;
		gap: 30px;
		padding: 30px 0;
	}

	.listbox li>div:nth-child(1),
	.listbox li>div:nth-child(2) {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 500px) {
	.listbox {
		font-size: 3.5vw;
	}
}
/* listbox ends */


/* tabbox*/
.tabbox {
	display: flex;
	width: 100%;
	height: 50px;
	background: #eee;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	z-index: 98;
	box-shadow: 0 10px 20px #ffffff80, 0 5px 10px #ffffff80;
}

.tabbox .tab {
	display: flex;
	align-items: center;
	width: 50%;
	font-size: 14px;
	font-weight: 300;
	color: #3A3A55;
}

.tabbox .tab > span,
.tabbox .tab > a {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 30px;
	cursor: pointer;
}

.tabbox .tab.active {
	background: #fff;
	color: #DEA33E;
}

.tabbox .tab:nth-child(1) {
	justify-content: flex-end;
}


.tabbox.tabs_rep {
}

@media only screen and (max-width: 500px) {
	.tabbox {
		top: 80px;
	}
}
/* tabbox ends */
/***** Common ends *****/


/***** Biography *****/

.wn_biography .contentbox > div {
	max-width: 1000px;	
}

.wn_biography .contentbox h3 {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 50px 0;
	font-size: 2.5em;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0;
}

.wn_biography .contentbox p {
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0;
	margin: 0 0 30px;
}

.wn_biography .contentbox p a {
	font-weight: 300;
	color: #3A3A55;
}

.wn_biography .contentbox p.divider {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6vh;
	margin-bottom: 0;
	margin-top: -30px;
}

.wn_biography .contentbox p.divider span {
	display: block;
	width: 20%;
	min-width: 100px;
	height: 1px;
	background: #DEA33E;
}

.wn_biography .contentbox p.main_intro {
	display: flex;
	gap: 30px;
}

.wn_biography .contentbox .split {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-top: 2vw;
/*	background: #DEA33E;*/
	position: relative;
	margin-top: 80px;
}

.wn_biography .contentbox .split p {
	flex: 1;
	padding: 80px 50px;
	border: 1px solid #DEA33E;
	border-width: 1px 1px 0 0;
	background: #fff;
	position: relative;
	z-index: 1;
}

.wn_biography .contentbox .split p:last-child {
	margin-left: -1px;
	margin-top: 15%;
	border-width: 1px 0 0 1px;
}

.wn_biography .associate_logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-top: 50px;
	margin-bottom: 8vh;
}

.wn_biography .associate_logos img {
	max-height: 80px;
}

.wn_biography .associate_logos img:hover {
	transfrom: scale(1.03);
}

.wn_biography .decorbox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	border-top: 0.5px solid #3A3A55;
	padding: 10vh 0;
	margin-top: 5vh;
}

.wn_biography .decorbox:before {
	content: '';
	display: flex;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	border-left: 0.5px solid #3A3A55;
	z-index: 0;
}

.wn_biography .decor_flip {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50vw;
	max-width: 330px;
	padding: 4%;
	background: #fff;
	border: 0.5px solid #3A3A55;
	z-index: 1;
}

.wn_biography .content_wrapper {
	padding-bottom: 0;
}

.wn_biography .featimg {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2.5vw;
	padding: 5vh 0 10vh;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.wn_biography .featimg > div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2.5vw;	
}

.wn_biography .featimg .featimgbox {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 320px;
	min-width: 150px;
	font-size: 0.8125em;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.2;
}

.wn_biography .featimg > div:nth-child(1) > div:nth-child(1) {
	margin-top: 5vh;
}

.wn_biography .featimg > div:nth-child(2) {
	margin-top: 10vh;
}

.wn_biography .featimg i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	background: #000;
}

.wn_biography .featimg i:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	background: radial-gradient(circle, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}

.wn_biography .featimg i:after {
	content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background: #FFCE78;
    bottom: 5%;
    right: -5%;
    z-index: 2;
	opacity: 1;
	transition: all 0.6s ease;
}

.wn_biography .featimg i img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

.wn_biography .featimg .featimgbox:hover i:after {
	width: 110%;	
}

.wn_biography .featimg span {
	display: flex;
	justify-content: center;
	padding: 6% 8%;
}

.wn_biography .featimg > div:nth-child(2) > div:nth-child(1) {
	display: none;
}

@media only screen and (max-width: 1000px) {

	.wn_biography .contentbox {
		padding-top: 80px;
	}

	.wn_biography .contentbox > div {
		padding: 0 30px;
	}
	
	.wn_biography .featimg i:after {
		display: none;
	}
	
	.wn_biography .featimg > div {
		gap: 6vw;
	}
	
	.wn_biography .featimg .featimgbox {
		font-size: 0.875em;
	}
	
	.wn_biography .contentbox .split {
		display: flex;
		align-items: flex-start;
		width: 100%;
		padding: 0;
		position: relative;
	}
	
	.wn_biography .contentbox p {
		font-size: 0.9375em;
	}

}

@media only screen and (max-width: 767px) {
	
	.wn_biography .featimg  {
		flex-direction: column;
		padding-top: 2vw;
	}
	
	.wn_biography .featimg > div:nth-child(1) > div:nth-child(1) {
		margin-top: 40vw;
	}
	
	.wn_biography .featimg > div:nth-child(2) {
		margin: 0;
		height: 30vw;
	}
	
	.wn_biography .featimg > div:nth-child(2) > div:nth-child(1) {
		display: flex;
		opacity: 0;
	}
	
	.wn_biography .featimg > div:nth-child(2) > div:nth-child(2) {
		margin-top: -35vw;
	}
	
	.wn_biography .contentbox .split {
		flex-direction: column;
		margin-top: 0;
	}
	
	.wn_biography .contentbox .split p,
	.wn_biography .contentbox .split p:last-child {
		padding: 0;
		margin: 0 0 30px;
		border: none;
	}
	
}

@media only screen and (max-width: 500px) {

	.wn_biography .contentbox {
		font-size: 3.5vw;
	}
	
	.wn_biography .contentbox p,
	.wn_biography .contentbox p a {
		letter-spacing: 0.05em;
		font-weight: 300;
		color: #000;
	}
	
	.wn_biography .contentbox p a {
		font-weight: 400;
	}

	.wn_biography .associate_logos {
		margin-top: 30px;
		gap: 30px;
	}

	.wn_biography .associate_logos img {
		max-height: 50px;
	}
	
	.wn_biography .featimg {
		padding: 50px 0 150px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.wn_biography .featimg > div {
		gap: 4vw;
	}
	
	.wn_biography .featimg span {
		padding: 15px 5px;
	}

}

/***** Biography ends *****/


/***** Contacts *****/
.wn_contacts .listbox li>div:nth-child(1) {
	width: 35%;
}

.wn_contacts .management {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 8px 30px;
}

.wn_contacts .management .region {
	font-family: "Playfair Display", serif;
	/* Updated */
	font-weight: bold;
	font-variation-settings: "wdth" 600;
	font-size: 1.625em;
	line-height: 1.2;
	letter-spacing: 0;
}

.wn_contacts .management .management_name span {
	display: inline-flex;
	font-size: 0.9375em;
	color: #fff;
	background: #DEA33E;
	padding: 3px 12px;
}

.wn_contacts .person_info {
	display: flex;
	gap: 50px;
	padding: 8px 30px;
	border-left: 0.5px solid #3A3A55;
	width: 65%;
}

.wn_contacts .person_info>div {
	display: flex;
	flex-direction: column;
}

.wn_contacts .person_info p {
	padding: 0;
	margin: 0 0 8px;
}

.wn_contacts .person_info p:last-child {
	margin: 0;
}

.wn_contacts .person_info .person_title {
	font-weight: 300;
	line-height: 1.1;
}

.wn_contacts .person_info .person_name {
	font-size: 1.25em;
	font-weight: 400;
	color: #DEA33E;
	margin-bottom: 8px;
}

.wn_contacts .person_info span {
	display: block;
	margin-top: 12px;
	font-weight: 200;
}

@media only screen and (max-width: 1000px) {
	.wn_contacts .listbox li>div:nth-child(1) {
		width: 100%;
	}

	.wn_contacts .contentbox.contacts {
		padding-top: 30px;
	}

	.wn_contacts .contentbox.contacts>div {
		padding: 0 40px;
	}

	.wn_contacts .person_info {
		border-left: none;
		gap: 40px;
	}
}

@media only screen and (max-width: 500px) {

	.wn_contacts .person_info span {
		font-weight: 300;
	}

}

/***** Contacts ends*****/


/***** Media *****/

.wn_media .content_videos,
.wn_media .content_photos {
	display: none;
}

.wn_media .content_videos.active,
.wn_media .content_photos.active {
	display: block;
}

.wn_media .content_videos li {
	justify-content: center;
	gap: 2vw;
}

.wn_media .content_videos li:first-child {
	padding-top: 0;
}

.wn_media .content_videos li > div {
	flex: 1;
	padding: 0 30px;
}

.wn_media .yt_preview a {
	cursor: pointer;
}

.wn_media .yt_preview i {
	cursor: pointer;	
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	overflow: hidden;
}

.wn_media .yt_preview i:before,
.wn_media .yt_preview i:after {
	content: '';
	position: absolute;
}

.wn_media .yt_preview i:before {
	display: block;
	width: 80px;
	height: 48px;
	border-radius: 8px;
	background: #000000cc;
}

.wn_media .yt_preview i:after {
	display: block;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #DEA33ECC;
	margin-left: 4px;
	filter: drop-shadow(0 0 2px #000);
}

.wn_media .yt_preview:hover i {
	transform: scale(1.02);
}

.wn_media .yt_desc {
	font-weight: 300;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.wn_media .yt_desc > div:nth-child(1),
.wn_media .yt_desc > div:nth-child(4) {
	font-size: 0.75em;
	line-height: 1.2;
}

.wn_media .yt_desc > div:nth-child(2) {
	font-family: "Playfair Display", serif;
    font-weight: bold;
    font-variation-settings: "wdth" 600;
    font-size: 1.625em;
    line-height: 1.2;
    letter-spacing: 0;
}

.wn_media .yt_desc > div:nth-child(3) {
	padding: 5px 0;
}

.wn_media .yt_desc > div:nth-child(3) span {
	display: inline-flex;
    font-size: 0.9375em;
    color: #fff;
    background: #DEA33E;
    padding: 3px 12px;
}

.wn_media .content_photos {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.wn_media .content_photos ul,
.wn_media .content_photos li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wn_media .content_photos li {
	background: #eee;
	min-height: 100px;
	overflow: hidden;
}

.wn_media .album {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wn_media .album li,
.wn_media .album i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	aspect-ratio: 3 / 4;
}

.wn_media .album li {
	border-radius: 2px;
	overflow: hidden;
}

.wn_media .album li:hover {
	opacity: 1;
}

.wn_media .album span {
	z-index: 0;
}

.wn_media .album i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	opacity: 0.9;
	transitions: all 1s ease;
}

.wn_media .album i:hover {
	transform: scale(1.05);
	opacity: 1;
}

.wn_media .album i img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wn_media .photo_credit {
	display: none;
	font-size: 0.5625em;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	border-left: 1px solid #DEA33E;
    background: #00000080;
	padding: 1px 15px 1px 10px;
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 2;
}

@media only screen and (max-width: 1300px) {
	
	.wn_media .album {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media only screen and (max-width: 1000px) {
	
	.wn_media .contentbox {
		padding-top: 50px;
	}
	
	.wn_media .content_videos li {
		gap: 30px;
	}
	
	.wn_media .content_videos li > div {
		padding: 0!important;
	}
	
	.wn_media .content_photos {
		padding-top: 30px;
	}
	
	.wn_media .album {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	
	.wn_media .album {
		grid-template-columns: repeat(2, 1fr);
	}
	
}

	
@media only screen and (max-width: 500px) {
	
	.wn_media .mainvisual i {
		width: 125%;
		top: 3vh;
	}

	.wn_media .mainvisual i img {
		height: 125%;
		position: relative;
		left: -5%;
	}
	
	.wn_media .yt_desc > div:nth-child(1), 
	.wn_media .yt_desc > div:nth-child(4) {
		font-size: 0.9375em;
	}
	
	.wn_media .yt_preview i:before {
		width: 40px;
		height: 40px;
	}

	.wn_media .yt_preview i:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 16px solid #DEA33E;
	}
	
	.wn_media .album {
		grid-template-columns: repeat(2, 1fr);
	}
}

/***** Media ends *****/

/***** Schedule *****/

.wn_schedule .page_title.title_schedule {
	display: flex!important;
	transition: all 0.3s ease;
}

.wn_schedule .header {
	height: 120px;
	background: #000;
}

.wn_schedule .header .page_title {
	transform: scale(0.7);
}

.wn_schedule .contentbox {
	padding-top: 200px;
}

.timeline {
	display: flex;
	justify-content: center;
	width: 100%;
}

.timeline .container {
	width: 100%;
	max-width: 1000px;
/*	padding: 0 5%;*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}

.timeline ul,
.timeline li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.timeline ul {
	display: flex;
	flex-direction: column;
	width: 90%;
	padding-left: 10%;
	position: relative;
}

.timeline li {
	display: block;
	padding: 0 0 30px 80px;
	position: relative;
}

.timeline li.upcoming_evt_box>div {
	background: #DEA33E14;
}

.timeline li {
    scroll-margin-top: 200px !important;
}

.timeline li.upcoming_evt_box {
    scroll-margin-top: 300px !important;
}

.timeline .event {
    scroll-margin-top: 200px !important;
}

li.upcoming_evt_box .event {
    scroll-margin-top: 300px !important;
}

.timeline .container > ul {
	padding-bottom: 140px;
}


.timeline .event>div {
	display: flex;
	flex-direction: column;
	gap: 0;
	font-size: 16px;
	padding: 30px;
	border: 0.5px solid #3A3A55;
	background: #fff;
	z-index: 1;
	position: relative;
}

.timeline .event>div:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -80px;
	width: 80px;
	min-width: 30px;
	border-top: 0.5px solid #3A3A55;
	z-index: 0;
}

.timeline .event>div:after {
	content: '';
	position: absolute;
	height: 200%;
	top: -50%;
	left: -80px;
	border-left: 0.5px solid #3A3A55;
	z-index: 0;
}

.timeline .evt_date_place {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1;
}

.timeline .event .evt_year {}

.timeline .event .evt_year span {
	display: inline-flex;
	background: #DEA33E;
	font-size: 0.6875em;
	font-weight: 300;
	color: #fff;
	padding: 2px 4px 1px;
	margin-bottom: 12px;
	border-radius: 1px;
}

.timeline .event .evt_artist {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 0 20px;
}

.timeline .event .evt_artist1 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-variation-settings: "wdth" 600;
	font-size: 1.5em;
	line-height: 1.1;
	letter-spacing: 0em;
}

.timeline .event .evt_artist1 span {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}

.timeline .event .evt_artist2 {
	font-size: 1.125em;
	letter-spacing: 0;
	line-height: 1.2;
}

.timeline .event ul,
.timeline .event li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	font-size: 16px;
	border: none;
}

.timeline .event ul {
	flex-direction: column;
	gap: 12px;
	width: 100%;

}

.timeline .event li {
	font-size: 0.875em;
}

.timeline .event ul:before,
.timeline .event li:before {
	display: none;
}

.timeline .evt_details {
	display: none;
}

.timeline .event .evt_details a {
	display: inline-flex;
	padding: 2px 9px;
	border: 0.5px solid #fff;
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.timeline .evt_year_vertical {
	font-family: "Playfair Display", serif;
	font-weight: 300;
	font-variation-settings: "wdth" 300;
    font-size: 64px;
	letter-spacing: -0.08em;
    text-align: center;
    color: #3A3A55;
    position: absolute;
    position: sticky;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: center top;
    height: 0;
    margin-left: -117%;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	
	.timeline .evt_year_vertical {
		font-size: 56px;
		margin-left: -125%;
	}
}

@media only screen and (max-width: 500px) {
	
	.wn_schedule .header {
		height: 80px;
	}
	
	.wn_schedule .contentbox {
		padding-top: 100px;
	}
	
	
	.timeline li {
		padding: 0 0 30px 30px;
	}

	.timeline .event>div {
		padding: 20px 12px;
		font-size: 13px;
	}
	
	.timeline .event>div:before {
		left: -30px;
		width: 30px;
	}

	.timeline .event>div:after {
		left: -30px;
	}
	
	.timeline .evt_year_vertical {
		font-size: 48px;
		margin-left: -130%;
	}
	
	.timeline .event .evt_artist {
		padding-bottom: 15px;
	}
	
	.timeline .evt_date_place {
		font-size: 0.9375em;
		line-height: 1.2;
	}
	
	.timeline .event ul {
		gap: 8px;
	}
	
	.timeline .event li {
		font-size: 0.6875em;
	}
}
/***** Schedule ends *****/


/***** Repertoire *****/

.wn_repertoire #mainVideo_mobile {
    display: none;
}

.wn_repertoire #mainVideo {
    display: block;
    width: 100%;
}

.wn_repertoire .content_rep_full,
.wn_repertoire .content_rep_asian {
	display: none;
}

.wn_repertoire .content_rep_full.active,
.wn_repertoire .content_rep_asian.active {
	display: block;
}

.wn_repertoire .sticky_tab_jumper {
	position: absolute;
	top: 50px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 10px 20px #ffffff80, 0 5px 10px #ffffff80;
	z-index: 0;
}

.wn_repertoire .tab.active .sticky_tab_jumper {
	z-index: 2;
}

.wn_repertoire .sticky_tab_jumper ul,
.wn_repertoire .sticky_tab_jumper li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	position: relative;
}

.wn_repertoire .sticky_tab_jumper li {
	height: 24px;
}

.wn_repertoire .sticky_tab_jumper li:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 50%;
	top: 25%;
	border-left: 0.5px solid #3A3A5533;
}

.wn_repertoire .sticky_tab_jumper li:first-child:after {
	border: none;
}

.wn_repertoire .sticky_tab_jumper li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 30px;
	cursor: pointer;
}

.wn_repertoire .list_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: "Playfair Display", serif;
	font-size: 2vw;
	font-weight: 300;
	font-variation-settings: "wdth" 300;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.wn_repertoire .list_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.wn_repertoire .list_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: 100%;
}

.wn_repertoire .list_box .list_alphabet {
	display: flex;
	width: 100%;
	position: relative;
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 0.5px solid #3A3A55;
	scroll-margin-top: 250px; 
}

.wn_repertoire .list_box .list_alphabet:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #3A3A55;
	width: 10vw;
	height: 2px;
	max-width: 80px;
}

.wn_repertoire .list_box .list_boxitems {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
/*
	column-gap: 1px;
	row-gap: 1px;
*/
	width: 100%;
	position: relative;
}

.wn_repertoire .list_box .list_boxitems:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem {
	display: flex;
	width: 100%;
	border: 0.5px solid #3A3A5533;
	border-width: 0 0.5px 0.5px 0;
	box-sizing: border-box;
    border-top: none;
    border-left: none;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	background: #fff;
	padding: 30px 20px;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem:only-child {
	border: none;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem:nth-child(3n) {
	border-right: none;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem ul,
.wn_repertoire .list_box .list_boxitems .list_boxitem li,
.wn_repertoire .list_box .list_boxitems .list_boxitem p {
	padding: 0;
	margin: 0;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem ul {
	padding-left: 16px;
	font-size: 11px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.wn_repertoire .list_box .list_boxitems .list_boxitem p {
	font-size: 13px;
	font-weight: 500;
}


@media only screen and (min-width: 1921px) {
	
	.wn_repertoire .list_box .list_alphabet,
	.wn_repertoire .list_title {
		font-size: 32px;
	}
	
}

@media only screen and (max-width: 1600px) {
	
	.wn_repertoire .list_box .list_alphabet,
	.wn_repertoire .list_title {
		font-size: 28px;
	}

}

@media only screen and (max-width: 1300px) {
	

}

@media only screen and (max-width: 1000px) {
	
	.wn_repertoire .sticky_tab_jumper ul {
		justify-content: flex-start;
	}
	
	.wn_repertoire .sticky_tab_jumper > div {
        width: 100%;
        overflow-x: auto;
        padding: 0 15px;
		margin-right: 30px;
    }
	
	.wn_repertoire .list_box .list_alphabet,
	.wn_repertoire .list_title {
		font-size: 24px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.wn_repertoire #mainVideo{
		display: none;
	}

	.wn_repertoire #mainVideo_mobile {
		display: block;
		width: 100%;
	}
	
	.wn_repertoire .list_title {
		font-size: 20px;
	}

	.wn_repertoire .list_box .list_boxitems {
    	grid-template-columns: repeat(2, 1fr);
	}
	
	.wn_repertoire .list_box .list_boxitems .list_boxitem:nth-child(3n) {
		border-right: 0.5px solid #3A3A5533;		
	}
	
	.wn_repertoire .list_box .list_boxitems .list_boxitem:nth-child(2n) {
		border-right: none;
	}

}

@media only screen and (max-width: 500px) {
	
	.wn_repertoire .list_box .list_boxitems .list_boxitem > div {
		padding: 25px 15px;
	}
	
	.wn_repertoire .list_box .list_boxitems .list_boxitem p,
	.wn_repertoire .list_box .list_boxitems .list_boxitem ul {
		line-height: 1.1;
	}

}



/***** Repertoire ends *****/


/***** Gallery *****/

/* Dark background overlay */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
}

/* Constraining wrapper to center bounds */
.lightbox-content {
  width: 90%;
  max-width: 1000px; /* Constrains total gallery width */
  position: relative;
  margin: 0 auto;
}

/* Base Owl setup adjustment */
#lightbox-carousel .owl-stage-outer {
  max-height: 80vh; /* Constrains total gallery height */
  overflow: hidden;
  position: relative;
}

.sticky_jumper .owl-carousel .owl-stage-outer:before,
.sticky_jumper .owl-carousel .owl-stage-outer:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 35px;
	height: 50px;
	background: #FFFFFF;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 50%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 50%);
	z-index: 3;
}

.sticky_jumper .owl-carousel .owl-stage-outer:before {
	transform: rotate(180deg);
}

.sticky_jumper .owl-carousel .owl-stage-outer:after {
	left: auto;
	right: 0;
}

#lightbox-carousel .owl-stage {
  display: flex;
  align-items: center; /* Vertically center images of differing heights */
}

/* Restrict the images natively without breaking layout calculation */
#lightbox-carousel .item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 75vh;   /* Ensures aspect ratio scaling within view limits */
  object-fit: contain; 
  margin: 0 auto;
  border: 1px solid #ffffff80;
  box-sizing: border-box;
}

/* Close Button styling */
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.lightbox-close > div {
	display: flex;
	width: 32px;
	height: 32px;
}

.lightbox-close i {
    position: absolute;
    left: 0px;
    display: block;
    width: 32px;
    height: 2px;
    opacity: 1;
    border-radius: 100px;
    background: rgb(255, 255, 255);
    transition: 0.5s;
}

.lightbox-close i:nth-child(1) {
    transform: rotate(45deg);
    top: 16px;
}

.lightbox-close i:nth-child(2) {
    transform: rotate(-225deg);
    width: 32px;
    top: 16px;
}


/* Customizing Owl Nav Arrows positioning */
.lightbox-content .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-size: 30px !important;
  padding: 10px 15px !important;
  border-radius: 4px;
}
.lightbox-content .owl-nav button.owl-prev { left: -50px; }
.lightbox-content .owl-nav button.owl-next { right: -50px; }

.lightbox-content .owl-carousel.owl-drag .owl-item .item {
	padding: 5px;
	display: flex;
	justify-content: center;
}

.lightbox-content .owl-carousel.owl-drag .owl-item .item i {
	position: relative;
	display: inline;
	margin: 0 auto;
	background: #000000b3;
}

.lightbox-content .owl-carousel.owl-drag .owl-item .item i .photo_credit {
	display: flex;
	right: 1px;
}

.lightbox-content .owl-nav button.owl-prev,
.lightbox-content .owl-nav button.owl-next {
	background: none !important;
	color: #FFCE78 !important;
	font-size: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px !important;
	height: 60px !important;
}

.lightbox-content .owl-nav button.owl-prev:hover,
.lightbox-content .owl-nav button.owl-next:hover {
	background: none !important;
}

.lightbox-content .owl-nav button.owl-prev:after,
.lightbox-content .owl-nav button.owl-next:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border: 2px solid #FFCE78;
	border-width: 2px 0 0 2px;
}

.lightbox-content .owl-nav button.owl-prev:after {
	transform: rotate(-45deg);
}

.lightbox-content .owl-nav button.owl-next:after {
	transform: rotate(135deg);
}


.lightbox-content .owl-nav button.owl-prev {
	left: -40px;
}

.lightbox-content .owl-nav button.owl-next {
	right: -40px;
}

@media (max-width: 1100px) {
  .lightbox-content .owl-nav button.owl-prev { left: 10px; }
  .lightbox-content .owl-nav button.owl-next { right: 10px; }
}

@media only screen and (max-width: 1000px) {
    body.scroll-locked .lightbox-close {
        right: 10px;
    }
}

@media only screen and (max-width: 500px) {
	.lightbox-close i {
		left: 0;
		display: block;
		width: 32px;
		height: 1px;
		border-radius: 100px;
		background: #fff;
	}

	.lightbox-close i:nth-child(1) {
		transform: rotate(45deg);
		top: 16px;
	}

	.lightbox-close i:nth-child(2) {
		transform: rotate(-225deg);
		width: 32px;
		top: 16px;
	}
}

/***** Gallery ends *****/

/***** News *****/

.wn_news .page_title.title_news {
	display: flex!important;
	transition: all 0.3s ease;
}

.wn_news .header {
	height: 120px;
	background: url("/library/img/header_bg.jpg") no-repeat top center #000;
	background-size: cover;
}

.wn_news .header .page_title {
	transform: scale(0.7);
}

.wn_news .contentbox {
	padding-top: 200px;
}

.wn_news .contentbox>div {
	padding: 0 30px;
}

.wn_newsbox {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wn_newsbox .item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #3A3A55;
	background: none;
	padding: 0;
	border: 0.5px solid #00000014;
	border-radius: 0 !important;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: none;
	position: relative;
	overflow: hidden;
}

.wn_newsbox .item {
	cursor: pointer;
}

.wn_newsbox .item .news-box:after {
	content: '';
	position: absolute;
	width: 120%;
	height: 90px;
	background: #ffce79cc;
	transform: rotate(-3deg);
	left: -10%;
	bottom: -40%;
	opacity: 0;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.wn_newsbox .item:hover .news-box:after {
	opacity: 1;
	bottom: -12%;
}

.wn_newsbox .item .news-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 210px;
	aspect-ratio: 38 / 21;
	overflow: hidden;
	position: relative;
}

.wn_newsbox .item .news-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
}

.wn_newsbox .item .news-img i img {
	height: 100%;
	object-fit: cover;
}


.wn_newsbox .item .news-box {
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: #f7f9f9;
	padding: 25px;
	min-height: 200px;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.wn_newsbox .item h3 {
	font-size: 1.375em;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-weight: 600;
	font-variation-settings: "wdth" 600;
}

.wn_newsbox .item .news-date {
	font-size: 0.875em;
	font-weight: 300;
	letter-spacing: 0;
}

.wn_newsbox .item .news-button-more {
	display: flex;
	margin-top: auto;
	justify-content: flex-end;
	font-size: 0.75em;
	font-weight: 300;
	letter-spacing: 0;
	gap: 5px;
	transition: all 0.2s ease-in-out;
	min-height: 50px;
	align-items: flex-end;
	z-index: 3;
}

.wn_newsbox .item .news-button-more i {
	display: flex;
	align-items: center;
	width: 24px;
	height: 12px;
	background: url("../img/arrow-right.svg") no-repeat center;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

.wn_news .contentbox.news_article p {
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
    margin: 0 0 30px;
	text-align: left!important;
}

.wn_news .contentbox.news_article a {
	color: #DEA33E;
	font-weight: 500;
}

.wn_news .contentbox.news_article em {
	font-style: normal;
}

.wn_news .contentbox.news_article {
	min-height: 50vh;
	max-width: 800px;
	margin: 0 auto;
}

.wn_news .contentbox.news_article .news_article_title p {
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-variation-settings: "wdth" 700; 
	font-size: 2.25em;
	letter-spacing: -0.01em;
	text-align: center!important;
	line-height: 1.25;
	padding: 0 2vw;
}

.wn_news .contentbox.news_article .news_article_img {

}

.wn_news .contentbox.news_article .news_article_date {
	padding: 50px 0 15px;
}

.wn_news .contentbox.news_article .news_article_date p {
	font-weight: 400;
	color: #DEA33E;
	margin: 0;
}



@media only screen and (max-width: 1000px) {

	.wn_newsbox .item h3 {
		font-weight: 600;
		font-size: 1.25em;
	}
	
	.wn_newsbox {
	     grid-template-columns: repeat(2, 1fr);
	}
	
	.wn_newsbox .item .news-date {
		font-size: 0.75em;
	}
	
	.wn_news .contentbox.news_article p {
        font-size: 0.9375em;
    }
	
}

@media only screen and (max-width: 767px) {

	.wn_newsbox .item h3 {
		font-weight: 600;
		font-size: 1.125em;
	}
	
	.wn_news .contentbox.news_article .news_article_title p {
		font-size: 2em;
	}
}


@media only screen and (max-width: 500px) {

	.wn_news .header {
		height: 80px;
	}
	
	.wn_news .contentbox {
		padding-top: 120px;
	}
	
	.wn_newsbox {
	     grid-template-columns: repeat(1, 1fr);
	}
	
	.wn_newsbox .item h3 {
		font-size: 1.25em;
	}

	.wn_newsbox .item .news-date {
		font-size: 0.875em;
	}
	
	.wn_news .contentbox.news_article {
		font-size: 3.5vw;	
	}
	
	.wn_news .contentbox.news_article p {
		letter-spacing: 0.05em;
		font-weight: 300;
		color: #000;
	}
	
	.wn_news .contentbox.news_article .news_article_date {
		padding: 40px 0 15px;
	}
	
	.wn_news .contentbox.news_article .news_article_title p {
		font-size: 1.5em;
	}
	
/*
	.wn_newsbox .item .news-box:after {
		opacity: 1;
		bottom: -12%;
	}
*/
}
/***** News ends *****/





/* Video Mainvisual */
.mainVideo {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
	background: #000;
}

.mainVideo .creditbox {
	position: absolute;
	right: -50%;
	top: 52vh;
	width: 100%;
	max-width: 300px;
	opacity: 0;
	border-left: 5px solid #DEA33E;
	background: #00000080;
	color: #fff;
	font-size: 0.8125em;
	z-index: 2;
	animation: mv_fadeInRight 3s ease-out forwards;
}


@keyframes mv_fadeInRight {
	to {
		right: 0;
		opacity: 1;
	}
}


.mainVideo .creditbox > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 12px 25px;
}
	

.mainVideo .creditbox span:nth-child(1) {
	font-weight: bold;
}

.mainVideo:before,
.mainVideo:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000000;
	z-index: 1;
}

.mainVideo:before {
	height: 100%;
	background: #000000;
	background: radial-gradient(circle, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 90%);
}

.mainVideo:after {
	height: 40%;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
}



.mainVideo video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainVideo Button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.video-control-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    
    /* Make it a centered, flexbox container */
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    
    /* Set explicit dimension for a perfect square icon wrapper */
    width: 36px;
    height: 36px;
    padding: 0; 
    
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

/* Constrain your icon graphic inside the button wrapper */
.video-control-btn img {
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
}

.video-control-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.video-control-btn:active {
    transform: scale(0.95);
}

@media only screen and (max-width: 1000px) {
	.video-control-btn {
		bottom: 8vh;
	}
}

@media only screen and (max-width: 500px) {
	.mainVideo .creditbox {
		width: 160px;
		border-width: 4px;
		font-size: 0.6em;
		line-height: 1.1;
	}
	
	.mainVideo .creditbox > div {
		padding: 8px 20px;
	}
}






/* Back to Top Button Base Styling */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #00000080;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
}

.back-to-top i {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 19px;
    height: 19px;
	position: relative;
    transition: transform 0.2s ease;
}

.back-to-top i:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	margin-top: 2px;
	border: 2px solid #fff;
	border-width: 1.5px 1.5px 0 0;
	transform: rotate(-45deg);
}

.back-to-top:hover {
    background-color: #000;
}
.back-to-top:hover svg {
    transform: translateY(-2px);
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

@media (max-width: 1000px) {
	.back-to-top {
		right: 10px;
	}
}





/***** iframe-lightbox *****/

#iframe-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.iframe-container {
    background: #fff;
    width: 90%;
    max-width: 900px;
    height: 75vh; /* Takes up most of the screen */
    position: relative;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	overflow: auto;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2px;
}
/***** iframe-lightbox ends *****/