<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* html, body {
	position: relative;
	height: 100%;
} */

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	max-height: 100%;
	/* overflow: hidden; */
}

#mac-video {
	position: relative;
}

h1 {
	color: #fff;
	font-size: 28px;
	position: absolute;
	z-index: 2;
	top: 3vw;
	left: calc(50% - 490px);
}

/*#title {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

#title .swiper-slide {
	color: #fff;
}*/

/* #title .photographer {
	width: 900px;
}

#title .coder {
	width: 510px;
}

#title .musician {
	width: 660px;
} */

#title .swiper-slide h3 {
	font-size: 120px;
	margin-top: 10vw;
	line-height: .91667;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: opacity .3s;
	cursor: pointer;
}

#title .swiper-slide h3:hover {
	opacity: 1;
}

#title .prev h3 {
	opacity: 0;
}

#title .next h3 {
	opacity: 0.25;
}

#mac-video .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 15px;
}
#mac-video .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	background: #fff;
	opacity: 1;
	outline: none;
	width: 13px;
	height: 13px;
	border-radius: 0;
}
@media screen and (max-width:767px) {
    #mac-video .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 5px;
}
    #mac-video .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	background: #fff;
	opacity: 1;
	outline: none;
	width: 10px;
	height: 10px;
	border-radius: 0;
}
}
#mac-video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	background: #d2971e;
}
#videos {
	width: 100%;
}
#videos .swiper-slide {
	/* height: 300px; */
	position: relative;
	overflow: hidden;
}
#videos video {
	width: 100%;
}

#videos .swiper-slide  .txt {
	color: #fff;
	position: absolute;
	top: 18vw;
	width: 700px;
	margin-left: calc(50% - 490px);
	font-size: 28px;
	line-height: 1.28595;
	font-weight: 600;
	letter-spacing: .007em;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}	</pre></body></html>