@charset "utf-8";
/* CSS Document */
.gs-section-gallery {
	position: relative;
	height: 50vw;
	background-color: #202023;
}
.lg-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gs-gallery-item-bg-tertiary {
	background-color: #2E2E34
}
.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flex-2 {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.flex-4 {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}
.flex-3 {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.gs-section-gallery {
	position: relative;
	height: 50vw;
	background-color: #202023
}
.gs-section-mobile-gallery {
	position: relative;
	background-color: #202023
}
.gs-section-mobile-gallery .slick-dots {
	bottom: 15px
}
.gs-section-mobile-gallery .gs-gallery-item {
	background-color: transparent
}
.gs-section-mobile-gallery .gs-gallery-link {
	height: 100vw
}
.gs-gallery-item {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.gs-gallery-item-bg-primary {
	background-color: #121215
}
.gs-gallery-item-bg-secondary {
	background-color: #202023
}
.gs-gallery-item-bg-tertiary {
	background-color: #2E2E34
}
.gs-gallery-link {
	display: block;
	padding: 50px;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.gs-gallery-link:hover {
	opacity: 1
}

@media (min-width: 992px) {
.gs-gallery-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.gs-gallery-link:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
}
.gs-gallery-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	background-color: rgba(18,18,21,0.95);
	-webkit-transition: opacity 0.3s, transform 0.5s, z-index 0s 0.5s;
	-webkit-transition: opacity 0.3s, z-index 0s 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.3s, z-index 0s 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s, z-index 0s 0.5s;
	transition: opacity 0.3s, transform 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

@media (min-width: 992px) {
.gs-gallery-modal--open {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
	z-index: 10000;
	-webkit-transition: opacity 0.3s, transform 0.5s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s
}
}
.gs-gallery-modal__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
.gs-gallery-modal__close {
	color: #c1c1c3;
	font-size: 32px;
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 30px;
	cursor: pointer
}
.sp-Gallery li{
	width: 100%;
}
.sp-Gallery li img {
	width: 100%;
	height: auto;
}