<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	width: 100vw;
	overflow-x: hidden;
	background: #f5f5f5;
	font-size: 16px;
}

body.theme-dark {
	background: #444444;
}


h1, h2, h3, h4, h5, h6{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
}

h1{
	font-size: 3.4em;
	font-weight: 500;
	line-height: 1.2em;
}

h2{
	font-size: 2.25em;
	font-weight: 500;
	line-height: 1.1em;
}

h3{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 2.4em;
}

h4{
	font-size: 1.85em;
	font-weight: 500;
}

h5{
	font-size: 1.125em;
	font-weight: 500;
}

h6{
	font-size: 1em;
    font-weight: 500;
}

p{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    /* line-height: 1.5em; */
    font-weight: 400;
}

::selection {
    color: #000000;
    background: #ffcc00;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.clearfix{
	clear: both;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

ol.ol-number, 
ol.ol-number li{
	padding-bottom: 0.5rem;
	list-style: decimal;
	margin-block-start: 0em;
    padding-inline-start: 0;
    color: #222222;
	font-weight: 400;
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1em;
}

ol.ol-number{
	margin-bottom: 0;
	padding-bottom: 0;
}

.overflownone{
	overflow: hidden;
}




/* ============================================================
LOADING
============================================================ */
.progress {
	position: fixed;
	z-index: 11111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #61bcc1;
}

.progress-inner {
	position: absolute;
	left: calc(50% - 140px);
	top: calc(50% - 140px);
	width: 280px;
	height: 280px;
	background-color: #ffcc00;
	/*overflow: hidden;*/
}

/* .progress-inner img{
	width: 100%;
} */

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.progress-text {
	color: #f27740;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 2em;
	font-weight: 700;
	position: absolute;
	z-index: 9999999;
	width: 220px;
	text-align: center;
	top: 70%;
	left: 50%;
	transform: translate(-50%, 0);
}

/* .complete {
	overflow: auto;
} */

.progress-logo {
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	position: absolute;
	top: 0;
}

.progress-complete .progress-bar {
	background-color: #f5f5f5;
}

/* ============================================================
NAV
============================================================ */
nav{
	width: 100%;
	height: 60px;
	background: #000000;
	position: fixed;
	z-index: 10;
}

.contest-logo {
	float: left;
	position: relative;
	width: 300px;
	height: 40px;
	padding-top: 15px;
	padding-left: 15px;
	z-index: 2;
	opacity: 1;
}

@media all and (max-width: 728px) {
	.contest-logo {
		width: 160px;
		padding-top: 20px;
	}
}

.contest-logo img {
	width: 100%;
	margin-right: 4%;
}

.index-nav .contest-logo {
	/* past style for animation */
	/* width: 600px;
	height: 120px;
	margin-top: 30px;
	margin-left: 30px; */
	opacity: 0;
}

.nav-icons{
	float: right;
	padding: 0 16px;
	position: relative;
}

.nav-icons a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nav-icons-container{
	float: right;
	margin-right: 20px;
	position: relative;
	z-index: 3;
}

nav:after{
	content: '';
	display: table;
	clear: both;
}

.icon-menu{
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 60px;
	letter-spacing: .05em;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	cursor: pointer;
	width: 70px;
}

.icon-menu.close{
	color: #ffcc00;
}

.icon-user{
	width: 20px;
	margin-top: 19px;
	cursor: pointer;
}

.icon-user img{
	width: 100%;
}

.icon-lang {
	width: 70px;
    margin-top: 14px;
    padding-left: 0;
}

.icon-lang select {
    font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-size: 0.875em;
	color: #ffffff;
	outline: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
	padding: 5px 2px 5px;
	background: rgba(0, 0, 0, 0.2);
}

.icon-language-element {
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	border-radius: 50%;
	margin-top: 11px;
	transition: .2s linear;
}

.icon-language-text {
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	transition: .2s linear;
}

.nav-icons.icon-language:hover .icon-language-element{
	background: #ffffff;
}

.nav-icons.icon-language:hover .icon-language-text{
	color: #000000;
}

@media all and (max-width: 728px) {
	.nav-icons {
		padding: 0 10px;
	}

	.icon-menu {
		width: auto;
	}
}


.upload-btn{
	text-align: center;
	line-height: 60px;
	color: #000000;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1em;
	text-transform: uppercase;
	min-width: 70px;
	height: 60px;
	background: #ffcc00;
	transition: .2s linear;
}
@media all and (max-width: 728px) {
	.upload-btn{
		min-width: 48px;
	}
}

.upload-btn:hover{
	background: #ffffff;
}
.upload-btn span {
	font-size: inherit;
}
@media all and (max-width: 640px) {
	.upload-btn span {
		display: none;
	}
}


.menu{
	width: 90%;
	max-width: 600px;
	height: 100vh;
	background: #222222;
	position: absolute;
	right: -100vw;
	top: 0;
	display: none;
	z-index: 2;
}

.menu ul{
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(0, -50%);
}

.menu ul li{
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: left;
	padding: 15px 0;
}

.menu ul li a{
	color: #ffffff;
	transition: .2s linear;
}

.menu ul li a:hover{
	color: #ffcc00;
}

.menu ul li i{
	font-size: 0.6em;
}

.menu ul li a.comingsoon{
	color: #888888;
	cursor: default;
}

.menu ul li a.comingsoon:hover{
	color: #888888;
}

.menu-share{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.share-icon{
	display: inline-block;
	color: #ffffff;
	font-size: 1.75em;
	padding: 0 15px;
	vertical-align: middle;
}

.share-icon a{
	color: #ffffff;
	transition: .2s linear;
}

.share-title{
	color: #ffffff;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0;
	margin-right: 15px;
}

.fb-share a:hover{
	color: #3b5998;
}

.line-share a:hover{
	color: #00c300;
}

.menu-language{
	position: absolute;
	bottom: 25px;
	left: 25px;
}

@media all and (max-width: 750px) {
	.menu ul li {
		padding: 12px 0;
		font-size: 1.25rem;
	}
	.share-title{
		margin-right: 0;
	}
}

@media all and (max-width: 480px) {
	.menu ul li a:hover{
		color: #ffffff;
	}

	.menu ul li.menu-yellow a{
		color: #ffcc00;
	}

	.menu ul li.menu-yellow a:hover{
		color: #ffcc00;
	}

	.nav-icons-container {
		margin-right: 0;
		z-index: 3;
	}
}

.nav-down{
	animation: navMoveDown .2s 0s forwards linear;
}

.nav-up{
	animation: navMoveUp .2s 0s forwards linear;
}

@keyframes navMoveDown{
	0%{
		top: -61px;
	}

	100%{
		top: 0;
	}
}

@keyframes navMoveUp{
	0%{
		top: 0;
	}

	100%{
		top: -61px;
	}
}

.sub-nav-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}

.countdown-timer {
	padding: 0;
	font-size: inherit;
	color: #ffffff;
}

ul#countdown {
	position: relative;
    margin: 10px auto 0;
    color: #ffffff;
	font-weight: bold;
	display: flex;
}


ul#countdown li {
	margin: 0 8px 0 0;
	padding: 0;
	/* width: 25%; */
	width: 22px;
	font-size: 18px;
	text-align: center;
}

ul#countdown li .label {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	transform: scale(0.8);
}

.countdown-note {
	width: 120px;
	padding: 5px;
	position: absolute;
	top: 60px;
	left: 0;
	background: #525252;
	color: #ffffff;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 5px;
	box-shadow: 3px 1px 6px 0px rgb(0 0 0 / 50%);
	animation: showUp 10s linear 2s 3;
	opacity: 0;
}

.countdown-note::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 12px 6px;
	border-color: transparent transparent #525252 transparent;
	content: '';
	position: absolute;
	top: -12px;
	left: 36px;
}

@keyframes showUp{
	0%{
		opacity: 0;
		top: 60px;
	}
	5%{
		opacity: 1;
		top: 65px;
	}
	50%{
		opacity: 1;
		top: 65px;
	}
	55%{
		opacity: 0;
		top: 60px;
	}
	100%{
		opacity: 0;
		top: 60px;
	}
}


/* ============================================================
SECTION
============================================================ */
.screen-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
}

.screen-container.short-ending {
	padding-bottom: 0;
}

.screen-container.narrow{
	max-width: 720px;
}

.screen-container.wide{
	max-width: 90%;
}

.screen-container.top-off{
	padding: 30px 0 80px 0;
}

h3.title-style2{
	margin-bottom: 1rem;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	position: relative;
	color: #222222;
}

h3.title-style2:after{
	content: '';
	display: table;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 5px;
	background: #ffcc00;
}

@media all and (max-width: 640px) {
	h3.title-style2{
		font-size: 1.5em;
		line-height: 2rem;
		padding-bottom: 1rem;
	}
}

/* ============================================================
ELEMENTS
============================================================ */
.cube-btn{
	width: 250px;
	/* height: 45px; */
	text-align: center;
	/* line-height: 45px; */
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 20px auto;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

.cube-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.cube-btn.yellow{
	background: #ffcc00;
	color: #000000;
	transition: .2s linear;
	border: 1px solid #ffcc00;
}

.cube-btn.yellow:hover{
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}

.cube-btn.yellow.center {
	margin: 20px auto;
}

.cube-btn.black-border{
	background: none;
	color: #000000;
	border: 1px solid #000000;
	box-sizing: border-box;
	transition: .2s linear;
}

.cube-btn.black-border:hover{
	background: #000000;
	color: #ffffff;
}

.cube-btn.white-border{
	background: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	transition: .2s linear;
}

.cube-btn.white-border:hover{
	background: #ffffff;
	color: #000000;
}


.cube-btn.black{
	background: #000000;
	color: #ffffff;
	transition: .2s linear;
}

.cube-btn.black:hover{
	background: #ffffff;
	color: #000000;
}

.cube-btn.gray{
	background: #dddddd;
	color: #999999;
	transition: .2s linear;
}

.cube-btn.gray:hover{
	background: #dddddd;
	color: #999999;
	transition: .2s linear;
}

.btns-half-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (orientation: portrait) {
	.cube-btn.yellow:hover{
		background: #ffcc00;
		color: #000000;
		border: 1px solid #ffcc00;
	}

	.cube-btn.black-border:hover{
		background: none;
		color: #000000;
	}

	.cube-btn.black:hover{
		background: #000000;
		color: #ffffff;
	}
}


.cube-btn.full-width{
	width: 100%;
}

.cube-btn.short-width{
	width: 120px;
}

.cube-btn.half-width{
	width: 48%;
}

.cube-btn.disable{
	background: #999999;
	color: #666666;
}

.cube-btn.disable:hover{
	background: #999999;
	color: #666666;
}

/* ============================================================
POPUP
============================================================ */
/* alert */
.popup-all{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 6;
}


.popup-alert, .popup-alert-2{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 6;
}

/* .popup-container{
	width: 80%;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
} */

.popup-container {
    width: 320px;
    position: absolute;
    margin: 0 auto;
    padding: 20px 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    background-color: #fff;
}

.popup-alert::after,
.popup-alert-2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}

.alert-title{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.alert-description, 
.alert-description-2{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #222222;
	/* text-align: justify; */
}
.alert-description-2 em {
	color: #FF0000;
}

.alert-btns{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.alert-btns .cube-btn{
	width: 48%;
	margin: 0;
	margin-top: 20px;
}

.alert-btns-2{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.alert-btns-2 .cube-btn{
	width: 100%;
	margin: 20px 5px 0;
}

/* ============================================================
location-tip
============================================================ */
.location-tip{
	padding: 20px 0;
}

.location-tip p{
	font-size: .95em;
    color: #666666;
    font-weight: 400;
}

.location-tip p a {
    color: #666666;
    transition: .2s linear;
}

.location-tip p a:hover{
	border-bottom: 2px solid #ffcc00;
}

/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	margin: 0 auto -22px;
	background: #000000;
	/* padding: 25px 0; */ 
	padding: 50px 0; /* for hide sponsor */
	border-top: 1px solid #333333;
}

.footer-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.footer-logos{
	width: 100%;
	max-width: 540px;
	position: relative;
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.footer-logos &gt; div {
	margin-right: 30px;
}

.footer-ng{
	width: 30%;
	position: relative;
}

.footer-wheelock{
	width: 30%;
	position: relative;
}


.footer-boulder{
	width: 40%;
	position: relative;
}

.footer-logos:after{
	content: '';
	display: table;
	clear: both;
}

.footer-logos img{
	width: 100%;
}

.footer-social{
	width: 300px;
	position: relative;
}

.footer-social-text{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
}

.footer-social-icons{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.footer-icon{
	margin-right: 20px;
	font-size: 2.25em;
	opacity: 1;
	transition: .2s linear;
}

.footer-icon:hover{
	opacity: .7;
}

.footer-icon a{
	color: #ffffff;
}

@media all and (max-width: 768px) {
	.footer-container{
		display: block;
	}

	.footer-social{
		margin: 50px 0;
	}
}

.footer-copyright{
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

.copyright-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
}

.copyright-text{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 300;
	font-size: .95em;
	color: #ffffff;
	float: left;
}

.copyright-text a {
	color: #ffffff;
	transition: all 0.3s ease;
}
.copyright-text a:hover {
	color: #ffcc00;
}

.copyright-contact{
	width: 80px;
	height: 35px;
	border: 1px solid #ffcc00;
	background: #ffcc00;
	box-sizing: border-box;
	color: #000000;
	text-align: center;
	line-height: 35px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: -10px;
	transition: .2s linear;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 300;
	font-size: .95em;
}

.copyright-container:after{
	content: '';
	display: table;
	clear: both;
}

.copyright-contact a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copyright-contact:hover{
	background: none;
	color: #ffffff;
}

@media screen and (orientation: portrait) {
	.copyright-contact:hover{
		background: #ffffff;
		color: #000000;
	}
}

@media all and (max-width: 768px) {
	.copyright-text, .copyright-contact{
		float: none;
	}

	.copyright-contact{
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
}





/* ============================================================
GO TOP
============================================================ */

#gotop{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent rgba(255, 204, 0, .8) transparent;
	z-index:9;
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 5;
	text-align: center;
}

#gotop i{
	font-size: 2em;
	color: #222222;
	/* width: 52px; */
	text-align: center;
	line-height: 52px;
	text-align: center;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	text-align: center;
	position: fixed;
    bottom: 0;
    right: 10px;
}



/* ============================================================
RWD
============================================================ */
@media all and (max-width: 1440px) {
	
}

@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1280px){
	
}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 960px) {
	
}

@media screen and (orientation: portrait) {
	

}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 640px) {
	
}

@media all and (max-width: 480px) {
	
}


@media all and (max-width: 320px){
	
}

</pre></body></html>